@charset "UTF-8";
body{margin:0;padding:0;font-size:15px;-webkit-text-size-adjust:none;color:#333;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{line-height:32px;}img{border:0;image-rendering: -webkit-optimize-contrast;}ul,li{padding:0;margin:0;list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;color:#3db38b;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.pr{position: relative;}.pa{position: absolute;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
.el{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.el_2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.el_3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.w1200{max-width: 1200px;margin:0 auto;}
.page_info {padding: 30px 0;text-align: center;color: #ccc;}
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*½â¾öIE6ÏÂ²»¼æÈÝ position:fixed µÄÎÊÌâ*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;background-size: cover;display:block;}
.w1200{max-width: 1200px;margin:0 auto;}
.swiper-container{--swiper-theme-color: #3db38b;--swiper-pagination-color: #3db38b;/* 两种都可以 */}
.page-item{margin: 0 10px;}
.page-link{color: #666;}
.page-item.active .page-link{background-color: #00a07a;border-color: #00a07a;}
@media (min-width: 1200px){
	.w1200{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1320px){
	.swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !important;
	}
}
/*header*/
.hfixed .hj_menu{
    margin-top: 45px;
}
.hfixed .hj_logo {
    width: 160px;
    margin: 5px 0;
}
.hj_he_zw{
	width: 100%;
	height:106px;
	transition: all 0.3s;
}
.height{
	height: 76px;
}
.hj_header{
	background: #fff;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.hj_logo{
	width:200px;
	margin: 15px 0;	
	transition: all 0.3s;
}
.hj_menu{
	margin-top: 65px;
	transition: all 0.3s;
}

.hj_menu li{
	position: relative;
	float: left;
	font-size: 18px;
	padding: 0 30px;
	text-align:center;
}
.hj_menu li a span{
	display: block;
	transition: all 0.3s;
}
.hj_menu li a .a1{
	font-weight: lighter;
	font-size: 16px;
	color: #00a07a;
	position: absolute;
	left: 0;
	top:-100px;
    width: 100%;
    /*transform: translate(-50%, 0%);*/
}
.hj_menu li a:hover .a1{
	top:-25px;
}
.hj_menu li .active .a1{
	top:-25px;
}
.hj_menu li a .a1:after{
	content: "";
    position: absolute;
    border-bottom: 1px solid #00a07a;
    width: 50px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}
.hj_menu li a .a2{
	position: relative;
}

.hj_menu li a{
	color: #505050;
}
.hj_menu li ul{
	/*display: none;*/
	position: absolute;	
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
    left: 0;
    padding-top: 35px;
    padding-bottom: 5px;
    transition: all 0.2s;
    visibility: hidden;
}
.hj_menu li:hover ul{
	visibility:visible;
	/*display: block;*/
	padding-top: 25px;
}
.hj_menu li ul li{
	font-weight: normal;
    padding: 0;
    text-align: center;
    float: initial;
    padding:5px 0;
    font-size: 16px;
}
.hj_menu li ul li a:hover{
	color: #3db38b;
}

/*banner*/
.hj_banner{
	width: 100%;
	overflow:hidden;
}
.hj_banner .zi{
	left: 0;
	top:0;
	color: #fff;
	z-index: 900;
	font-weight: lighter;
    font-size: 28px;
    top:30%;
    left:20%;
    transform: translate(0%, -50%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.hj_banner .zi span{
	letter-spacing:8px;
}
.hj_banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.hj_banner .swiper-pagination-bullet{
	background: #fff
}
.hj_banner .swiper-pagination-bullet-active{
	background: #3db38b
}
/*project*/
.hj_project{
	width: 100%;
	padding-top:120px;
	padding-bottom: 120px;
	background: url(../images/sbg.jpg) repeat-y 0 0px;
}
.hj_title{
	text-align: center;
	color: #3db38b;
	width: 100%;
}
.hj_title span{
	font-size: 28px;
	font-weight: lighter;
}
.hj_title h4{
	font-size: 22px;
	letter-spacing: 4px;
}
.hj_pr_list{
	padding-top:80px;
	width: 100%;
}
.hj_pr_list img{
	max-width: 100% !important;
}
.hj_pr_list .c_img{
	margin-bottom: 0px;
}
.pic_li_a{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.hj_pr_list .pic_li li:nth-child(2){
	margin: 0 16px;
}*/

.hj_pr_li_des{
	margin-top: 115px;
}
.hj_pr_li_des .t{
	color: #3db38b;
}
.hj_pr_li_des .t h5{
	font-size: 22px;
	letter-spacing: 4px;
	padding: 20px 0;
}
.hj_pr_li_des .t span{
	font-size: 20px;
	font-weight: lighter;
	line-height: 23px;
}
.hj_pr_li_des .c{
	line-height: 28px;
	color: #696768;
}
.pic_li_b{
	margin-top:200px;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.pic_li_b .l .pic_item{
	width: 670px;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.pic_li_b .l .pic_item{
	margin-bottom:00px;
}
.pic_li_b .r{
	/*width: 512px;*/
}
/*product*/
.hj_pro_list{
	margin-top: 85px;
}
.hj_product{
	width: 100%;
	margin-top:120px;
	color: #696768;
}
.hj_pro_list h5{
	font-size: 22px;
	padding-top: 24px;
}
.hj_pro_list p{
	line-height: 32px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #848484;
}
.hj_pro_list .list{
	padding-top:10px;
	margin-bottom:20px;
}
.hj_pro_list .list:hover{
	background: #fff;
    box-shadow: 0 0 15px #d4d4d4;
}
.hj_pro_list .llist a{
	display: block;
	background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0 0 20px #eaeaea;
}
.hj_pro_list .llist h5{
	font-size: 20px;
	padding: 18px 18px;
}
.hj_pro_list .llist .pho{
	font-size: 14px;
    color: #848484;
    padding: 0px 15px 15px;
    overflow: hidden;
}
.hj_pro_list .llist .pho p{
	background: #a7d125;
    color: #fff;
    font-family: arial;
    display: block;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 10px;
}
.hj_pro_list .llist .pho span{
	color: #999;
}

.hj_pro_list .llist{
	padding-top:10px;
	margin-bottom:20px;
}

/*service*/
.hj_h{
	background: url(../images/h_bg.jpg) center top;
	width: 100%;
	height: 194px;
	margin-top: 230px;
	margin-bottom: 50px;
}
.se{
	text-align: left;
}
.pw{
	position: absolute;
	left:0;
	top: 50px;
    color: #fff;
}
/*service item*/
.hj_se{
	width: 100%;
	line-height: 28px;
    color: #696768;
}
.hj_se_list{
	padding-top: 110px;
	padding-bottom: 110px;
	border-bottom: 1px solid #3db38b
}
.hj_se_list:last-child{
	border-bottom:none;
}
/*news*/
.hj_ne{
	width: 100%;
	background: #F9F9F9;
	padding-top:166px;
	padding-bottom:166px;
}
.hj_ne_list{
	padding-top:80px;
}
.hj_ne_li{
	background: #fff;
    margin-bottom: 30px;
    box-shadow: 10px 10px 15px #dcdcdc;
}
.hj_ne_li p{
	font-size: 14px;
    color: #8a8888;
    line-height: 22px;
    padding: 10px;
}
.hj_ne_li h5{
	 padding: 0 10px 20px 10px;
}
.hj_ne_li p span{
	display: block;
}
.hj_ne_li img{
	width:100%;
}
.hj_ne_list {
	--swiper-theme-color: #3db38b;
    --swiper-navigation-color: #3db38b;
/*    --swiper-navigation-size: 30px;*/
}
.hj_ne_list .swiper-button-next{
  	right: -50px;
 }
.hj_ne_list .swiper-button-prev{
  	left: -50px;
}
/*contact*/
.hj_con{
	width: 100%;
	padding:150px 0;
}
/*copyright*/
.hj_copy{
	width: 100%;
	border-top:8px solid #47B791;
}
.fo_list ul{
	padding:0;
	margin:0;
}
.fo_list > ul{
	padding-top: 60px;
    padding-bottom: 30px;
    overflow: hidden;
}
.fo_list > ul>li{
	list-style: none;
    float: left;
    width: 12%;
    border-left:  1px solid rgba(255, 255, 255, 0.10);
    text-align:center;
    min-height: 180px;
    color:#666;
}
.fo_list > ul>li:first-child{
	border-left:none;
}
.fo_list > ul>li:last-child{
	width: 60%;
	text-align: left;
	padding-left: 30px;
}
.fo_list > ul>li>a{
	line-height: 40px;
	font-size: 18px;
	color:#666;
	display: block;
    padding-bottom: 20px;
}
.fo_list > ul>li>a span{
	display: none;
}
.fo_list > ul>li>ul>li{
	list-style: none;	
}
.fo_list > ul>li>ul>li>a{
	color:#666;
	line-height: 28px;
}
.fo_list > ul>li>ul>li>a:hover{
	color: #00a07a;
}
.fo_list > ul>li p{
	line-height: 24px;
}
.cord{
	padding-top:60px;
}
.copyright{
	font-size: 12px;
    color: #999;
    border-top: 1px solid #efefef;
    padding: 10px 0;
}
.copyright a{
	color: #999;
}
#aboutvideo{
	width: 100%;
}

/*re_about*/
.re_top{
	margin-top:200px;
}
.hj_vis{
	margin-top: 80px;
}
.vis_img{
	border:1px solid #efefef;
	display: block;
}

.hj_vis {
	--swiper-theme-color: #999;
    --swiper-navigation-color: #999;
    --swiper-navigation-size:60px;
}
.hj_vis .swiper-button-next{
  	right: -70px;
 }
.hj_vis .swiper-button-prev{
  	left: -70px;
}
.hj_pp img{
	padding-bottom: 20px;
}
/*re_porudct*/
.hj_re_pro{
	padding-top:120px;
	width: 100%;
	background: url(../images/bg3.jpg) no-repeat left top #f9f9f9;
	padding-bottom:120px;
}
.hj_pro_menu{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.hj_pro_menu a{
    border: 1px solid #e0e0e0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    margin: 5px;
    background: #fff;
}
.hj_pro_menu a.active{
	background: #3db38b;
	color: #fff;
	border-color:#3db38b;
}
.hj_re_msg{
	padding-top:80px;
	width: 100%;
	background: url(../images/bg4.jpg) no-repeat left bottom #f9f9f9;
	padding-bottom:150px;
}
.rpt {
    margin-top: 60px;
}
.product_detail .prod_d span{
	color: #a9a9a9;
}
.product_detail .prod_d p{
	line-height: 32px;
	font-size: 16px;
}
.product_detail .prod_title{
	font-size: 22px;
	line-height: 46px;
	padding-bottom: 10px;
}
.prod_detail .title{
	font-size: 18px;
    color: #3db38b;
    font-weight: bold;
    margin-top: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}
.prod_detail .content{
	line-height: 28px;
	padding-bottom: 30px;
}
.prod_detail .content img{
	max-width: 100% !important;
}
.prod_ds{
	background: #efefef;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 30px;
}
.prod_ds a{
	display: block;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 10px 0;
    color: #0eab87;
    font-size: 20px;
    font-family: arial;
}
.prod_ds a:first-child{
	border-right: 1px solid #ccc;
}
.prod_ds a i{
	font-size: 40px;
	float: left;
	padding-right: 15px;
}
.prod_ds a span{
	display: block;
	color: #999;
    font-size: 14px;
}
/*re_services*/
.hj_re_ser{
	background: url(../images/bg2.jpg) no-repeat left bottom;
}
.hj_sexz{
	margin-bottom: 60px;
	line-height: 32px;
}
/*re_news*/
.hj_re_news{
	background: #f9f9f9;
	padding-top: 120px;
    width: 100%;
    padding-bottom: 120px;
}
/*re_news_detail*/
.menu-btn-mdetail {
    background: #f1f1f1;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.menu-btn-list-mdetail{
	 font-size: .8rem;
	 text-align: right;
	 color:#999;
}
.menu-btn-list-mdetail a{
	color:#999;
}
.news-list-detal .news_title{
    text-align: center;
    line-height: 3rem;
}

.news-list-detal .news-times{
	padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: center;
    color: #909090;
    font-size: .85rem;
}
.news-content img{
   max-width: 100%;
   text-align: center;
}
.news_more-btn{
	padding:30px 0;
}
.news_more-btn .news-prev span.prev-btn {
	border-right: solid 1px #e0e1e1;
	display: inline-block;
	margin-right: 12px;
}
.news_more-btn a:hover span{
	 color: #3db38b;
}
.news_more-btn .news-next span.next-btn {
	border-left: solid 1px #e0e1e1;
	display: inline-block;
	margin-left: 12px;
}

.news_more-btn .news-prev,
.news_more-btn .news-next {
	margin-bottom: 15px;
}

.news_more-btn span.title-wrap {
	overflow: hidden;
	width: 80%;
	display: inline-block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-moz-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
/*re_contact*/
.hj_re_cont{
	padding-top: 120px;
    width: 100%;
    background: url(../images/4.jpg) no-repeat left bottom #f9f9f9;
    padding-bottom: 120px;
}
/*re_jobs*/
.hj_re_jobs{
	margin-bottom: 80px;
}
.hj_re_jobs_li{
	margin:80px 0;
}
.hj_re_jobs_li:hover .hj_re_jobs_list{
	background: #fff;
	box-shadow: 0 0 10px #d4d1d1;
}
.hj_re_jobs .jl{
	height: 100%;
	width: 30%;
	border-right: 2px solid #00a07a;
}
.hj_re_jobs .jl h5{
	color: #00a07a;
	padding-top: 10px;
	font-weight: bold;
}
.hj_re_jobs .jl span{
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #8c8c8c;
}
.hj_re_jobs_list{
	overflow: hidden;
    height: 100%;
    margin: 0 25px;
    min-height: 185px;
    padding: 5px 5px 15px 5px;
    border-bottom: 2px solid #00a07a;
}
.hj_re_jobs .jr{
	width: 60%;
	height: 100%;
}
.hj_re_jobs .jr span{
	font-weight: bold;
}
.hj_re_jobs .jr .p{
    font-size: 14px;
    color: #8c8c8c;
}
.con_p{
	line-height: 30px;
	width: 100%;
	margin-top: 30px;
}
/*re_msg*/
.hj_msg_list{
	max-width: 80%;
	margin:0 auto;
}
.hj_msg_list .form-control{
	border: 1px solid #999;
	background: none;
	border-radius: 0;
}
.hj_msg_list .btn-primary{
	background: #47B791;
	padding-left: 50px;
	padding-right: 50px;
	border-color: #47B791;
	border-radius: 0;
}
.hj_cont_list{
	width: 100%;
	margin-top: 20px;
	line-height: 32px;
}
.hj_cont_list p{

}
/*links*/
.hj_links{
	width: 100%;
	border-top:1px solid #efefef;
	line-height: 32px;
    font-size: 14px;
}
.hj_links span{
	color: #999;
}
.hj_links a{
	color: #666;
}
.tel{
	font-size: 18px;
    background: #0eab87;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 20px;
    font-family: arial;
    transition: all 0.3s;
}
.hfixed .tel{
	top: 5px;
	font-size: 16px;
}
/*menu*/
.mmenu{}
.mmenu .dropdown_menu a{
display: block;
}
.m_nav {
	position: fixed;
	top: 0;
	/*box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);*/
	width: 200px;
	height: 100%;
	background: #fff;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
	right: 0;
	transform: translateX(100%)
}
.m_nav.open {
	transform: translateX(0)
}
.m_nav .top {
	height: 60px;
	padding: 32px 15px;
	box-sizing: border-box
}
.m_nav .top .closed {
	vertical-align: middle;
	float: right;
	cursor: pointer;
	font-size:30px;
	color: #000;
	margin-top: -10px;
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto;
	display: none;
}
.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto
}
.m_nav .ul {
	margin-top: 30px
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
	opacity: 0
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all .2s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all .4s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all .6s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all .8s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all 1s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li:nth-child(9) {
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
	transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	width: 100%
}
.m_nav .ul li a:hover{
	color: #3db38b;
}
.m_nav .ul li .dropdown_menu {
	display: none;
	-webkit-transition: initial;
    transition: initial;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: 0
}
.header #navToggle {
	display: none;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 15px;
    transition: all .3s;
}

.header #navToggle span {
	position: relative;
	width: 23px;
	height: 2px;
	margin-top: 19px
}

.header #navToggle span:before,.header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 2px;
	left: 0
}

.header #navToggle span,.header #navToggle span:before,.header #navToggle span:after {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
	background: #3db38b;
}

.header #navToggle span:before {
	top: 8px;
}
.header #navToggle span:after {
	bottom: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

@media (max-width:1200px){
	.pic_li_b .l .pic_item{
		width: 100%;
	}
}
@media (max-width:1030px){
	.hj_menu li{
		padding: 0 20px;
	}
}
@media (max-width: 920px){
	.header #navToggle{
		display: block;
	}
	.hj_menu{
		display: none;
	}
	.tel{
		display: none;
	}
	.hj_logo {
		width: 160px;
		margin: 8px 0;
	}
	.hfixed .hj_logo {
		width: 140px;
		margin: 10px 0;
	}
	.hj_he_zw{
		height:76px;
	}
	.hfixed .hj_he_zw{
		height:66px;
	}
}
@media (max-width: 768px){

	.hj_msg_list{
		max-width: 100%;
	}
	.hj_msg_list .btn-primary{
		display: block;
		width: 100%;
	}
	.fo_list > ul>li{
		width: 100%;
		text-align: left;
		min-height: auto;
		border: none;
	}
	.fo_list > ul>li>ul{
		display: none;
		transition: all 0.3s;
	}
	.fo_list >ul>li.on>ul{
		display: block;
		padding: 0 10px;
	}
	.fo_list > ul>li:last-child {
		width: 100%;
		text-align: left;
		padding-left: 0;
	}
	.fo_list > ul {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fo_list > ul>li>ul>li {
		padding: 5px 0;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.fo_list > ul>li>a {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		margin-bottom: 10px;
		font-size: 15px;
		padding-bottom: 0;
	}
	.fo_list > ul>li>a span{
		display: block;
		float: right;
		font-size: 18px;
	}
	.cord{
		text-align: center;
	}
	.cord img {
		padding-top: 0px;
		padding-bottom: 30px;
	}
}
@media (max-width: 576px){
	.hj_sexz{
		margin-top: 30px;
	}
	
	#map{
		margin-top: 30px;
	}
	.hj_logos {
		width: 140px;
	}
	.pic_li_b{
		 flex-direction: column;
	}
	.hj_he_zw{
		height: 69px;
	}
	.header #navToggle{
		top:16px;
	}
	.hfixed #navToggle{
		top:8px;
	}
	.hfixed .hj_logo{
		width: 110px;
	}
	.hj_project,.hj_pr_list,.hj_pro_list,.hj_ne,.hj_ne_list{
		padding-top: 40px;
	}
	.hj_pr_li_des,.pic_li_b,.hj_h {
		margin-top: 60px;
	}
	.se{
		text-align: center;
	}
	.hj_se .hj_title{
		margin-bottom: 30px;
	}
	.hj_re_cont .hj_title{
		margin-bottom: 30px;
	}
	.hj_se_list{
		padding-top: 40px;
       padding-bottom: 40px;
	}
	.height{
		height: 61px !important;
	}
	.hj_h{
		margin-bottom: 0;
	}
	.hj_product{
		margin-top: 40px;
	}
	.hj_pro_list{
		margin-top: 0px;
	}
	.hj_ne{
		padding-bottom: 60px;
	}
	.hj_con{
		padding: 40px 0;
	}
	.tbox{
		width: 40px;
	}
	.tbox #gotop{
		width: 40px;
		height: 40px;
	}
	.hj_banner .zi{
		font-size: 20px;
	}
	.re_top{
		margin-top: 40px;
	}
	.hj_project{
		padding-bottom: 60px;
	}
	.hj_vis {
		--swiper-navigation-size:30px;
	}
	.hj_pr_li_des .t{
		margin-bottom: 20px
	}
	.hj_re_pro,.hj_re_news,.hj_re_msg{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.news-list-detal .news_title{
		font-size: 22px;
	}
	.hj_re_jobs_list{
		margin:0;
	}
	.hj_re_jobs_li {
		margin: 40px 0;
	}
	.hj_re_jobs .jl{
		float: none;
		width: 100%;
		height: auto;
	}
	.hj_re_jobs .jr{
		float: none;
		width: 100%;
		height: auto;
	}
	.hj_re_jobs .jl span{
		position: relative;
	}
	.sel .form-group:nth-child(2) label,.sel .form-group:nth-child(3) label{
		display: none;
	}

}