.pcshow{display: block!important;}
.mshow{display: none!important;}
.mbhide{display: block!important;}
.mbshow{display: none!important;}
.m_foot_form_popup{display: none;}
@media(max-width: 1200px){
	.index_page .load-bg,.index_page .preload{display: none;}
}
@media(max-width: 1023px){
	.container{padding-left: 20px;padding-right: 20px; width: 100%;}
	/*.head{height: 70px;}*/
	.head .container{width: 100%;max-width: 100%;}
	/*.head .logo{margin-top: 7px;width: 150px;}*/
	/*.head .rightnav>ul>li{line-height: 70px;}*/
	.head .rightnav>ul>li>a{margin: 0 5px;font-size: 14px;}
	.head .toptel{display: none;}
	.navtel{display: none;}
	.banner{height: 56vw;margin-top: 60px;}
	.banner .container .con{left: 20px;}
	.banner .container .con .title{font-size: 1.4rem;}
	.banner .container .con .desc{font-size: 1rem;}
	.banner .container .con .btns a{font-size: 16px;}
	.banner .swiper-pagination{bottom: 50px;}

	.index_super_light {height: 42rem;}
	.index_super_light .title{font-size: 2.8rem;}
	.index_super_light .value{font-size: 5rem;}

	.index_about .text p{}
	.index_pro2{height: 28rem;}
	.video_inner span{right: 0;top: -80px;}


	.subbanner{height: 18.0rem;}
	.position .container{background-size: 10px;background-position: left 15px center;}
	/*.banner_about{background-image: url(../images/banner_about_m.jpg)!important;}*/
	.typebar2 h2,.cpbanner .container h3{font-size: 1.5rem;}
	.typebar3{margin-bottom: 1.5rem;}
	.typebar3 h3,.typebar h2,.subbanner .container h3,.index_join .typebar h2{font-size: 1.4rem;}
	.typebar3 h3.topflag{padding-top: 3rem;top: 0;}
	.typebar3 h3.topflag:after{top: 1.25rem;}
	.typebar3 h3:after{width: 2.5rem;}
	.typebar .desc{font-size: 1rem;}
	.position{font-size: 15px;padding: 0 20px 0 50px;background-position: left 20px center;}
	.pro_typebar .type{margin-top: 0;}

	.newslist .item .textcon .title,.zizhilist .item .text .title{font-size: 1rem;}
	.newslist .item .textcon .date{padding: 0;}
	.newslist .item .textcon .more{margin-top: 0.5rem;}
	.prolist .item .textcon .title{font-size: 1.3rem;}
	.cpbanner{height: 14rem;}
	.pro_datas .item .name{font-size: 0.9rem;}
	.pro_datas .item .value{font-size: 1.5rem;}
	.contact_wrap .typebar{background-size: 50%;padding-bottom: 1rem;}

	.about_data .item .value span{font-size: 2.4rem;}


	.newslist_wrap .source h1{font-size: 1.5rem;margin-bottom: 0.5rem;}
	.news_con_body{font-size: 16px;}
	.sharebox{display: none;}
	.fanpian{width: 100%;}
	.fanpian a{padding: 0 0;background-size: 8px!important;}

	.subtype_nav a{flex: 1 0 auto;padding: 0 20px;}
	.fenye{margin: 2rem 0;}

	


	.head{background-color: #fff;height: 60px;}
	.headtop.scroll .head, .headtop.fixed .head{height: 60px;line-height: 60px;}
	.headtop.scroll .head .logo, .headtop.fixed .head .logo{margin-top: 0;}

	.head .login{display: none;}
	.head .container{padding: 0;display: block;width: 100%;max-width: 100%;padding-left: 20px;}
	.head .logo{background-image: url(../images/logo_m.png);width: 245px;height: 60px;margin-top: 0;}
	.head .rightnav{display: none;}
	.head .rightnav{display: block;position: fixed;top:0;left: 0;z-index: 999; width: 80%;height: 100vh;overflow: auto;background-color: #64b84d;transition: ease .65s;transform: translate3d(-100%,0,0);}
	.head.open .rightnav{transform: translate3d(0,0,0);}
	.head.open .menu{background-image: url(../images/icon_close_red.png);/*background-color: #fff;*/}
	.head .rightnav>ul{padding-top: 60px;width: 90%;margin-left: 5%;}
	.head .rightnav>ul li{width: 100%;height: 50px;line-height: 50px!important;border-bottom: 1px solid rgba(255,255,255,.2); text-align: center;}
	.head .rightnav li a:after{height: 1px;}
	.headtop.headHover .head li a:after, .headtop.scroll .head li a:after, .headtop.fixed .head li a:after{display: none;}
	/*.headtop.headHover .head .rightnav>ul>li>a, .headtop.scroll .head .rightnav>ul>li>a, .headtop.fixed .head .rightnav>ul>li>a{color: #fff;}*/
	.head .rightnav>ul>li>a{color: #fff;font-size: 16px;}
	.menu{width: 62px;height: 60px;background: #fff url(../images/icon_menu.png) right center no-repeat;background-size: 30px;cursor: pointer;float: right;display: block;transition: all 0.5s;position: relative;}
	.menu>span {
		position: absolute;
		right: 20px;
		height: 1px;
		background: #ea5504;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}
	.menu>span:nth-child(1) {
	    top: 20px;
	    width: 25px;
	}
	.menu>span:nth-child(2) {
	    top: 28px;
	    width: 25px;
	}
	.menu>span:nth-child(3) {
	    top: 36px;
	    width: 25px;
	}
	.menu[aria-expanded=true]:hover>span:nth-child(1),.head.open .menu>span:nth-child(1) {
		width: 25px;
		-webkit-transform: translate(3px,10px) rotate(45deg);
		transform: translate(3px,10px) rotate(45deg)
	}
	.menu[aria-expanded=true]:hover>span:nth-child(2),.head.open .menu>span:nth-child(2) {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	.menu[aria-expanded=true]:hover>span:nth-child(3),.head.open .menu>span:nth-child(3) {
		width: 25px;
		-webkit-transform: translate(3px,-6px) rotate(-45deg);
		transform: translate(3px,-6px) rotate(-45deg)
	}
	.lhShadow {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 99;cursor: pointer;animation: shadow linear 1s;	}
	@keyframes shadow{
		0%{opacity:0;}
		100%{opacity:1;}	
	}


	.onlineBox ul li a:hover p{opacity: 0;visibility: hidden;transform: translate(-50px,-50%);}
	.onlineBox ul li.open a p{transform:translate(0,-50%);opacity:1;visibility:visible}

	.footer .ftewm_wrap{float: none;text-align: center;width: 100%;}

	.index_floor5 .text p{font-size: 14px;}

	.index_floor2,.index_floor4{padding-top: 2rem;padding-bottom: 2.5rem;}
	.index_floor1_list,.fanpian{margin-top: 2.5rem;}

	.index_floor1{padding-bottom: 1rem;}
	.index_floor1 .item{width: 24%;}
	.index_floor1 .item{padding: 1rem 0.3rem;}
	.index_floor1 .item .title{font-size: 15px;}
	.index_floor1 .item .desc{font-size: 13px;}
	.typelist1 .item{width: 7.8rem;height: 2.6rem;line-height: 2.6rem;}
	.index_floor2 .textcon p{font-size: 16px;}
	.index_floor4{padding-top: 2rem;padding-bottom: 2rem;}
	.index_about .content{padding-left: 0;}
	.index_floor5{background-attachment: inherit;background-size: cover;}
	.index_floor4 .data .img img{width: 2.2rem;}
	.index_floor5 .data .img{width: 70px;height: 60px;}
	.index_about .text p,.index_about .data .name,.index_floor4 .text p,.index_floor4 .data .enname,.product_page .data_list2 .item .desc{font-size: 14px;}
	.pro2_floor2 .item .title{font-size: 1rem;}
	.pro2_floor2 .item .img{width: 121px;}
	.product_page .data_list2 .item .img{width: 87px;}
	.product_page.product3_page .pro2_floor2 .item .img{width: 64px;}

	.caselist .item{width: calc(33.33% - 15px);}
	.caselist .item:nth-child(4n){margin-right: 20px;}
	.caselist .item:nth-child(3n){margin-right: 0;}
	.join_floor2 .content .img{width: 100%;}
	.join_floor2{padding-top: 3rem;padding-bottom: 3rem;}


	.subbanner .container .logoimg{left: 20px;width: 134px;top: 0;}
	.banner_about.subbanner .container .titles{margin-left: 25%;}
	.banner_about.subbanner .container .titles2{margin-left: 50%;}
	.subbanner .container .titles{margin-left: 25%;}
	.subbanner .container .titles2{margin-left: 50%;}
	.subbanner .container .titles .title:after{width: 180px;}

}

.mbshow{display: none!important;}
@media(max-width: 768px){
	.pcshow{display: none!important;}
	.mbhide{display: none!important;}
	.mbshow{display: block!important;}
	html{font-size: 16px;}
	/*.head .logo{width: 185px;}*/
	.banner{height: 60vw;max-height: 60vw;margin-top: 60px;}
	.banner .swiper-button-next, .banner .swiper-button-prev{display: none!important;}
	.banner .bgb{width: 140%;margin-left: -20%;background-position: center top;}
	.banner .bgb.bg2{margin-left: -15%;}
	.banner .container{}
	.banner .swiper-pagination{bottom: 0;}
	.banner .container .con .btns a{font-size: 14px;}
	.banner .container .con .title{font-size: 1rem;}
	.banner .container .con .desc{font-size: 14px;margin-top: 0.5rem;}
	.video_play{width: 50px;height: 50px;}
	.banner .container .con .btns{margin-top: 0.5rem;}

	.typebar h2,.typebar.aboutbar h2, .typebar.aboutbar .subtitle{font-size: 1rem;}
	.typebar2 h2{font-size: 1.2rem;}
	.typebar2 .en{font-size: 12px;}
	.typebar3 h2{font-size: 1.2rem;letter-spacing: 1px;}
	.typebar3 .desc{font-size: 14px;}
	.typebar4{margin-bottom: 1.5rem;}
	.typebar,.typebar2,.typebar3{margin-bottom: 1.5rem;}
	.typebar .subtitle{font-size: 1.2rem;}
	.typebar h2{letter-spacing: 1px;}

	.viewmore{width: 4rem;margin-top: 1.5rem;}

	.subnav a{margin: 0 0.6rem;padding: 0 0.6rem;}
	.footer .leftcon .img{width: 6.2rem;}
	.onlineBox ul{background-color: var(--color)}
	.onlineBox ul li .form{top: -200px;right: -80px;}
	.onlineBox ul li .form:after{transform: translate(0,-50%) rotate(90deg);bottom: -25px;top: auto;left: 50%;}
	.subbanner{overflow: hidden;}
	.banner_about.subbanner .container .titles,.subbanner .container .titles,.banner_case.subbanner .container .titles,.banner_join.subbanner .container .titles{margin-left: 20px;margin-top: -20px;}
	.banner_about.subbanner .container .titles2,.subbanner .container .titles2,.banner_case.subbanner .container .titles2,.banner_join.subbanner .container .titles2{margin-left: 40%;margin-top: 6px;margin-bottom: 15px;}
	.banner_news.subbanner .container .titles2{margin-left: 60%;}
	.subbanner .container .logoimg{position: relative;left: 0;top: 0;height: auto;margin-bottom: 10px;margin-left: -20px;}
	.subbanner .container .titles .title{font-size: 1rem;letter-spacing: 2px;}
	.subbanner .container .titles .desc{font-size: 12px;}
	.subbanner .container .titles .title:after{height: 1px;}
	.subnav{margin: 1.5rem auto;}

	.footer .leftcon{width: 100%;}
	.footer .rightcon{width: 100%;padding-left: 0;margin-top: 20px;}
	.footer .leftcon .item{width: 50%;display: flex;justify-content: center;padding-top: 0px;}
	.footer .leftcon .item2{border-right: 0;}
	.footer .leftcon .img{width: 45%;}
	/*.footer .leftcon .item2{display: none;}*/
	.caselist .item .title{font-size: 14px;background-size: 8px;padding-left: 12px;}

	.index_news,.pro_floor3{padding-top: 2rem;padding-bottom: 2rem;}
	.index_hezuo{padding-top: 2rem;}

	.index_floor1 .item{width: 48%;}
	.index_floor1 .item .title{font-size: 14px;}
	.index_floor1 .item .img{width: 44px;}
	.typelist1 .item{width: 23%;font-size: 14px;transform: skew(-25deg);height: 32px;line-height: 32px;}
	.typelist1 .item .text{transform: skew(25deg);}
	.index_floor2{padding-bottom: 0;}
	.index_floor2 .textcon{width: 100%;}
	.index_floor2 .box{flex-direction: column;align-items: center;}
	.index_floor2 .box:nth-child(2) .imgcon,.index_floor2 .box:nth-child(3) .imgcon,.index_floor2 .box:nth-child(4) .imgcon{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.index_floor2 .textcon p{font-size: 14px;line-height: 2.2;}

	.index_about .content{padding-right: 0;}
	.index_about .imgcon{flex: 0 0 100%;height: 200px;}
	.index_about .data .enname{font-size: 12px;line-height: 1.4;}
	.index_about .textcon{flex: 0 0 100%;margin-left: 0;padding: 20px 20px 0;}
	.index_about .data .img{width: 34px;height: 34px;}

	.index_floor4 .textcon{width: 100%;margin-right: 0;}
	.index_floor4 .imgcon{flex:0 0 100%;margin-top: 20px;}
	.index_floor4 .data{display: flex;flex-wrap: wrap;}
	.index_floor4 .data .enname{font-size: 12px;}

	.index_floor5 .data .item{width: 33.33%;}
	.index_floor5 .data .name{font-size: 14px;}
	.hezuolist .item{margin-bottom: 15px;}
	.hezuolist_wrap .swiper-button-prev{left: 0px;width: 16px;}
	.hezuolist_wrap .swiper-button-next{right: 0;width: 16px;}

	.about_content p, .about_content div{font-size: 14px;margin-bottom: 1rem;}
	.subnav a{font-size: 14px;min-width: 0;margin: 0 1px 2px;padding: 0 3px;height: 32px;line-height: 32px;}
	.imgslide_wrap .swiper-button-next{right:-26px;}
	.imgslide_wrap .swiper-button-prev{left:-26px;}
	.imgslide_wrap .swiper-button-prev, .imgslide_wrap .swiper-button-next{width: 1.5rem;height: 1.5rem;background-size: 6px;}
	.about_imgslide{margin-left: 10px;margin-right: 10px;}

	.newslist .item{margin-top: 20px;margin-right: 0;width: 100%;}
	.newslist .item .img{flex: 0 0 38%;margin-right: 2%;}
	.newslist .item .textcon{overflow: hidden;}
	.newslist .item .textcon .desc{margin-top: 10px;}
	.newslist .item .textcon .date{margin-top: 2px;}

	.index_join .imgcon{width: 100%;height: 40vw;}
	.index_join .textcon{width: 100%;}
	.index_join .typebar .desc{font-size: 14px;}

	.brand_list .item{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.brand_list .item .img{width: 150px;}



	.honor_list .item{width: calc(50% - 5px);margin-right: 10px;}
	.honor_list .item:nth-child(3n){margin-right: 10px;}
	.honor_list .item:nth-child(2n){margin-right: 0;}
	.honor_list .item .text{height: 2rem;line-height: 2rem;font-size: 13px;padding: 0 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


	.culture_imgs .item{width: calc(50% - 10px);margin-right: 10px;}
	.culture_imgs .item:nth-child(2n){margin-right: 0;}
	.culture_imgs .item .text{margin-top: 5px;letter-spacing: 0}

	.culture_list,.index_flink{margin-top: 2rem;}
	.culture_list .item{margin-bottom: 2rem;}
	.culture_list .item .title{font-size: 1.1rem;}
	.culture_list .item .title .entitle{font-size: 15px;}
	.culture_list .item .title:after{top: 0.3rem;}
	.culture_list .item .desc{font-size: 14px;}

	/*.banner .container .con{display: none;}*/
	.index_floor5{padding-top: 2.5rem;padding-bottom: 2.5rem;}
	.contact_wrap{margin-top: 2.5rem;margin-bottom: 2.5rem;}
	.about_data,.index_about .content2,.fanpian{margin-top: 2.5rem;}

	.yuangong_list .item{width: 100%;margin-right: 0;}

	.news_list .item{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.product_top{padding-left: 0;padding-right: 0;}

	.pro1_floor2 .data_list .item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
	.pro1_floor2 .data_list .item:nth-child(2n){margin-right: 0;}
	.pro1_floor2 .item .entitle.car{font-size: 3rem;}
	.pro1_floor2 .item .entitle{font-size: 3rem;}
	.pro1_floor2 .item:nth-child(2n) .entitle{order: 1;}
	.pro1_floor2 .item .title{letter-spacing: 0;font-size: 14px;}

	.pro2_floor2{background-position: center bottom;background-image: url(../images/product/pro2_bhhj_bg_m.jpg);}
	.pro2_floor2 .data_list .item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
	.pro2_floor2 .data_list .item:nth-child(2n){margin-right: 0;}
	/*.pro2_floor2 .item .xian{margin: 1rem auto;}*/
	.pro2_floor2 .item .title{}
	.pro2_floor2 .item .xian{height: 4px;}
	.product_page .data_list2 .item{width: 100%;margin-bottom: 20px;display: flex;flex-wrap: wrap;align-items: center; margin-left: 0;}
	.product_page .data_list2 .item:nth-child(2n){margin-right: 0;}
	.product_page .data_list2 .item .textcon{width: 60%;margin-right: 5%;}
	.product_page .data_list2 .item .title{margin-top: 0;}
	.product_page .data_list2 .item .img{width: 87px;order: -1;}
	.product_page .data_list2 .item .desc{white-space: inherit;font-size: 14px;line-height: 20px;}
	.product_page .data_list2 .item .desc br{display: none;}

	
	.pro_floor3 .con p{font-size: 14px;}
	.pro_floor4{padding-top: 3rem;padding-bottom: 1rem;}
	.pro_floor4 .canshu_img,.pro_floor4 .gongneng_img{margin-bottom: 2rem;}

	.product3_page .pro2_floor2 .data_list{margin-top: 2rem;margin-bottom: 0rem;}
	.pro2_floor2 .white .item .xian{margin: 1rem auto;}
	/*.product_page .data_list2 .item{flex: 0 0 48%;}*/

	.product_page .data_list3 {/*justify-content: center;*/}
	.product_page .data_list3 .item{width: 100%;margin-bottom: 10px;margin-left: 0;display: flex;flex-wrap: wrap;align-items: center;}
	.product_page .data_list3 .item:nth-child(2n){margin-right: 0;}
	.product_page .data_list3 .item .desc{width: 60%;margin-top: 0;margin-right: 10px;font-size: 14px;}
	.product_page .data_list3 .item .img{margin-bottom: 0;}	

	.pro_floor1 .img{margin: 1rem auto;}

	.caselist .item{width: calc(100%);margin-right: 0;}

	.qah3{padding-left: 70px;background-size: 59px;font-size: 16px;display: flex;align-items: center;line-height: 1.4;}
	.qa_list .item a{padding: 0 30px 0 10px;}
	.qa_list .item a:after{right: 5px;}
	.fanpian .con{padding: 0 10px;width: 100%;}
	.fanpian .con:nth-child(2){text-align: left;}

	.contact_btn {margin: 2rem auto;}
	.contact_btn a{width: 8rem;}

	.map_contant{height: auto;}
	.map_contant .leftcon{width: 100%;margin-right: 0;height: 200px;}
	.map_contant .leftcon .img1{display: none;}
	.map_contant .leftcon .img2{display: none;}
	.map_contant .leftcon .listcon{height: calc(150px)}
	.map_contant .leftcon .listcon .site{font-size: 14px;padding: 0 5px;margin-bottom: 5px;}
	.map_contant #allmap{width: 100%;height: 220px;flex: 0 0 auto;}

	.join_floor2,.join_floor3,.join_floor4,.join_floor6{padding-top: 2rem;padding-bottom: 2rem;}
	.join_floor3_list .item{width: 100%;margin-bottom: 40px;}
	.join_floor3_list .item .titles{justify-content: center;padding-top: 20px;}
	.join_floor3_list .item .desc{padding: 20px 20px;}
	.join_floor3_list .item .img{width: 61px;margin-top: 0;}
	.join_floor4_list .item .title{font-size: 18px;}
	.join_floor4_list .item .con{line-height: 1.4;padding: 10px;}

	.join_floor6 .feedback_con{padding-left: 0;margin-right: 0;width: 100%;}
	.join_floor6 .contact_con{width: 100%;margin-bottom: 20px;order: -1;border-left: 0;font-size: 14px;}
	.join_floor6 .contact_con .con_info{padding-left: 0;}
	.join_floor6 .contact_con .welcome_con{padding-left: 0;}
	.join_floor6 .contact_con .title{font-size: 16px;}
	.join_floor6 .sitebtn{margin-top: 2rem;width: 8rem;}

	.footer{}
	.footer .container{padding: 0 20px 50px;padding-top: 0;}
	.footer .footnav{flex-wrap: wrap;margin-bottom: 15px;}
	.footer .rightcon .title{font-size: 16px;}
	.footer .rightcon .entitle{font-size: 10px;}


	.subbanner2{margin-top: 60px;height: 84.8vw;max-height: 84.8vw;}
	.subbanner{height: 260px;}
	.subbanner{margin-top: 60px;}
	
	.typebar2 h3{font-size: 1.5rem;}
	.typebar2 .enname{font-size: 1rem;}
	.typebar2 .desc{font-size: 1rem;}



	.popup_wrap .icon_close{right: 20px;top: 20px;}

	.news_con_body{margin-top: 1rem;font-size: 15px;}
	.news_con_body h3,.news_con_body h4{font-size: 1.2rem;}
	.news_con_body img{max-width: 100%;}
	.lastnews .newslist .item .img{margin-bottom: 0;}

	.fanpian{margin-bottom: 0;margin-left: 0;margin-right: 0;padding: 0;}
	.fanpian a{width: 100%;float: none;padding: 0 20px;}
	.fanpian a.prev{background-position: left 5px center;}
	.fanpian a.next{background-position: right 5px center;border-top: 1px solid #eee;}
	/*.fanpian a.prev{padding-right: 0;}
	.fanpian a.next{padding-left: 0;}*/
	.fenye{margin: 1.5rem 0 0 0;}
	.fenye a{font-size: 14px;min-width: 24px;}


	.feedback .item input{padding: 0 10px;}
	/*.feedback .item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}*/
	.feedback .item{width: 100%;margin-right: 0!important;margin-bottom: 12px;}
	.feedback .item button{width: 100%;}


	.subbanner .container .desc{font-size: 1.1rem;}
	.subbanner .container a.more{font-size: 1rem;}

	.help_content{margin-left: -3px;margin-right: -3px;}
	

}	

@media(max-width: 375px){
	.pro1_floor2 .data_list .item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 20px;}
}