/* 内页大图 */
.banner_nei{width: 100%; overflow: hidden;}
.banner_nei img{width: 100%;}
@media (max-width: 768px) {
	.banner_nei img{width: 200%; margin-left: -50%;}
}
@media (max-width: 480px) {
	.banner_nei img{width: 260%; margin-left: -80%;}
}


/* 内页侧栏 */
.about_l{float:left;width:270px;overflow:hidden;margin-top:60px;margin-bottom:4%}
.about_l .i_left_ul2{overflow:hidden}
.about_l .i_left_ul2 li{display:block;background:#fff;margin-bottom:30px}
.about_l .i_left_ul2 li h2{font-weight:bold; overflow:hidden;height:50px;line-height:50px;font-size:14px;color:#333;position:relative}
.about_l .i_left_ul2 li h2 a{}
.about_l .i_left_ul2 li h1{font-weight:bold; border-bottom: 1px solid #ddd; overflow:hidden;height:50px;line-height:50px;font-size:14px;color:#333;cursor:pointer;position:relative;text-transform: uppercase;}
.about_l .i_left_ul2 li h1 a{color:#333;text-decoration:none;display:block;padding-left:17px;transition:all .3s}
.about_l .i_left_ul2 li h1:hover a{}
.about_l .i_left_ul2 li h1 .img{float:left;width:24px;height:29px;margin-top:25px;margin-right:15px}
.about_l .i_left_ul2 li.left_sel h1{font-weight:bold;}
.about_l .i_left_ul2 li.left_sel h1 a{color:#fff}
.about_l .i_left_ul2 li div dl:last-child dd{border-bottom:0;margin-bottom:0;padding-bottom:0}
.about_l .i_left_ul2 li div{overflow:hidden;display:none;font-size:14px;margin-top:10px}
.about_l .i_left_ul2 li div dl{overflow:hidden}
.about_l .i_left_ul2 li div dl dd{overflow:hidden;display:none;padding-top:10px;padding-bottom:10px;margin-top:8px;margin-bottom:30px}
.about_l .i_left_ul2 li div dl dd p{height:30px;line-height:30px;overflow:hidden;padding-right:10px}
.about_l .i_left_ul2 li div dl dd p a{height:30px;line-height:30px;overflow:hidden;display:block;padding-left:22px;padding-right:8px;color:#494949;transition:all .3s;position:relative}
.about_l .i_left_ul2 li div dl dd p a:after{content:"";position:absolute;left:0;top:50%;margin-top:-5px;width:10px;height:10px;border: 1px solid #999; border-radius:50%;}
.about_l .i_left_ul2 li div dl dd p a:hover{ text-decoration:underline;color: #000; }
.about_l .i_left_ul2 li div dl dd p a:hover:after{ }
.about_l .i_left_ul2 li div dl dd p.on a{color:#12aee7}
.about_l .i_left_ul2 li div dl dd p.on a:after{background:#12aee7}
.about_l .i_left_ul2 li div dl span{padding-left:2px;padding-right:25px;border-bottom: 1px solid #ddd; overflow:hidden;display:block;line-height:40px;height:40px;font-size:12px;color:#333;cursor:pointer;background: none right center no-repeat; background-size: auto 40%; transition:all .3s;font-weight:bold}
.about_l .i_left_ul2 li div dl span.has{ background-image: url(../images/product_bg2.png); }
.about_l .i_left_ul2 li div dl span:hover{  }
.about_l .i_left_ul2 li div dl span a{color:#333;text-decoration:none;display:block;font-weight: normal;font-size: 12px; text-transform: uppercase; color: #494949;}
.about_l .i_left_ul2 li div dl span.left_sel{ background-image:url(../images/product_bg2_on.png)}
.about_l .i_left_ul2 li div dl span.left_sel a{color:#12aee7}
.about_l .i_left_ul2 li div dl span a:hover{  }


.about_r{width: calc(100% - 320px); float: right;}

@media (max-width: 1260px) {}
@media (max-width: 1024px) {}
@media (max-width: 768px) {
	.about_l{display: none; width: 100%; float: none;}
	.about_r{width: 100%; float: none;}
}
@media (max-width: 480px) {}


/* 位置 */
.location{ margin: 0 -5px;margin-top:60px; font-family: 宋体; font-weight: bold; font-size: 14px; color: #333333;}
.location a{line-height: 50px; font-family: arial; font-weight: normal; font-size: 14px; color: #505050; text-transform: uppercase; padding: 0 5px; }
.location a.cur{ color: #000000; }

.about_r h2{font-size: 40px; color: #303030; font-family: 'Roboto',sans-serif; text-transform: uppercase; margin-top: 10px;}


/* 产品列表 */
.productList{margin: 90px 0 60px;}
.productList ul{display: flex; flex-wrap: wrap; }
.productList ul li{width: 33.33%; padding: 20px; transition: all 0.03s;}
.productList ul li:hover{ box-shadow: 0 0 10px 5px rgba(0,0,0,0.3); }
.productList ul li a{display: block;}
.productList ul li .pic{opacity: hidden;}
.productList ul li .pic img{ width: 100%;}
.productList ul li .tit{ text-align: center; color: #000000; font-size: 14px; line-height: 26px; height: 52px; overflow: hidden; }
.productList ul li .txt{ text-align: center; font-size: 14px; line-height: 20px; margin-top: 10px; height: 40px; overflow: hidden;}
.productList ul li .more{ margin: 0 auto;  margin-top: 30px; display: table;padding: 5px 20px; background-color: #255BA9; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #FFF; opacity: 0; transition: all 0.2s;}
.productList ul li:hover .more{ opacity: 1; }

@media (max-width: 1260px) {
	.about_r h2{font-size: 30px; margin-top: 20px;}
	.location a{ line-height: 30px; }
	.productList{margin-top: 50px;}
	.productList ul li{padding: 10px 15px;}
	.productList ul li .more{margin-top: 10px;}
}
@media (max-width: 1024px) {}
@media (max-width: 768px) {
	.location{margin-top: 30px;}
	.productList{margin: 30px 0;}
}
@media (max-width: 480px) {
	.about_r h2{font-size: 20px;}
	.location{margin-top: 20px;}
	.location a{font-size: 12px; line-height: 24px;}
	.productList ul li{width: 50%;}
	.productList ul li:hover{box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);}
}


/* 产品内容 */
.productCont{}
.productCont .location{ margin: 20px 0; }
.productCont .pro_one{background:#fff;overflow:hidden;padding:30px 0 30px 0;margin-bottom:60px}
.productCont .product_one_l{float:left;width:670px;overflow:hidden;margin-right:45px;/* padding: 0 15px; */}
.productCont .product_one_l .big_img{width:100%;}
.productCont .product_one_l img{width:100%;}
.productCont .product_one_l .thumbs {height: ;box-sizing: border-box;padding: 10px 0; margin-top: 30px;}
.productCont .product_one_l .thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4; background-size: 100%; padding: 0;}
.productCont .product_one_l .thumbs .swiper-slide img{width: 100%;}
.productCont .product_one_l .thumbs .swiper-slide-thumb-active {opacity: 1;}

.productCont .information{overflow:hidden}
.productCont .information .h2{font-weight:bold;line-height:50px;margin-top:5px;color:#333;overflow:hidden;font-size:32px}
/* .productCont .information .desc{margin-top:7px;line-height:22px;overflow:hidden;color:#666;font-size:16px}
.productCont .information .desc label{color:#999;float:left}
.productCont .information .desc .p3{overflow:hidden} */
.productCont .information .txt{overflow:hidden;color:#000;font-size:16px;line-height:24px;margin-top:18px;padding-top:25px;padding-bottom:5px;border-top:1px solid #aaa}
.productCont .information .txt ul li{display:block;overflow:hidden;margin-bottom:15px}
.productCont .information .txt label{float:left;overflow:hidden}
.productCont .information .txt .p{overflow:hidden}
/* .productCont .information .end{overflow:hidden;padding-top:15px}
.productCont .information .end label{float:left;width:220px;overflow:hidden;line-height:24px;color:#666;font-size:16px}
.productCont .information .a{float:left;display:block;height:30px;line-height:30px;overflow:hidden;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;color:#666;background:url(../images/right_pic1.png) 12px center no-repeat;background-size:16px 16px;font-size:14px;text-align:left;margin-top:8px;border-radius:20px;border:1px solid #ddd;padding-left:34px;padding-right:14px;margin-right:7px}
.productCont .information .a:hover{color:#0192DC;border-color:#0192DC}
.productCont .information .a.bgs2{background:url(../images/product_bg3.png) 15px center no-repeat;background-size:15px 11px} */
.productCont .pro_title{line-height:56px;position:relative}
.productCont .pro_title .h3{float:left;padding:0 33px;cursor:pointer;font-weight:normal;color:#333;font-size:14px;position:relative;z-index: 1; border: 1px solid #ccc; border-bottom-width: 0; background-color: #FFFFFF; margin-left: -1px; transition: all .3s;}
.productCont .pro_title .h3:first-child{margin-left: 0px;border-radius: 10px 0 0 0 ;}
.productCont .pro_title .h3:last-child{border-radius:  0 10px 0 0 ;}
.productCont .pro_title .h3.isel{color:#000; padding-bottom: 10px; margin-top: -10px; bottom: -1px;}
/* .productCont .pro_title .h3:after{width:0;height:2px;content:"";position:absolute;bottom:0;left:50%;right:50%;} */
/* .productCont .pro_title .h3.isel:after{background:#0192DC} */
/* .productCont .pro_title:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:#eee} */
.productCont .pro_two{background:#fff;padding-bottom: 30px;clear:both;margin-bottom:20px; }
.productCont .pro_two .pro_con{overflow:hidden;padding:50px;line-height:24px;color:#000;font-size:16px; border: 1px solid #ccc;  }
.productCont .pro_two .pro_con img{max-width:100%}
.productCont .pro_two .pro_con table{border-collapse:collapse;border-spacing:0}
.productCont .pro_two .pro_con table td{line-height:22px;height:27px}
.productCont .pro_title2{height:32px;line-height:32px;overflow:hidden;font-size:18px;color:#333;font-weight:normal}
.productCont .divhidden{ display:none;}

@media screen and (max-width: 1024px){
	.productCont .pro_one{margin-bottom: 30px;}
	.productCont .product_one_l{width: 500px;}
	.productCont .product_one_l .thumbs { margin-top: 10px;}
	.productCont .product_one_l .swiper-button-next.swiper-button-disabled, .productCont .product_one_l .swiper-button-prev.swiper-button-disabled{ width: 20px; }
	.product_one_l .swiper-button-next:after, .product_one_l .swiper-button-prev:after{font-size: 16px;}
	.productCont .information .h2{font-size: 30px; line-height: 50px;}
	.productCont .information .txt{margin-top: 10px; padding-top: 10px;}
	.productCont .information .txt ul li{margin-bottom: 10px;}
	.productCont .pro_title .h3{border-radius: 0!important;}
}
@media screen and (max-width: 768px){
	.productCont .pro_one{margin-bottom: 10px;}
	.productCont .product_one_l{padding: 25px 50px;width: 100%;float: none; margin-bottom: 30px;}
	.productCont .information{width: 100%;}
	.productCont .information .h2{font-size: 24px; }
	.productCont .information .txt ul li{margin-bottom: 5px;}
	.productCont .pro_two{margin-bottom: 10px;padding-right: 0;}
}
@media screen and (max-width: 520px){
	.productCont .product_one_l{padding: 10px 0;margin-bottom: 10px;}
	.productCont .pro_one{padding-bottom: 35px;}
	.productCont .information .h2{font-size: 18px; line-height: 30px;}
	.productCont .information .desc{font-size: 14px;}
	.productCont .information .txt{font-size: 14px;}
	.productCont .information .end label{font-size: 14px;float: none; }
	.productCont .information .a{float: none;/* display: table; */}
	.productCont .pro_title .h3{font-size: 14px; padding-left: 15px; padding-right: 15px; line-height: 40px;}
	.productCont .pro_two .pro_con{padding: 15px;}
	.productCont .pro_two{padding-bottom: 25px;}
	.productCont .pro_title2{font-size: 16px;}
}




/* 新闻列表 */
.about_l.newN{float: right;}
.about_l.newN h2{ font-weight: normal!important; }
.about_l.newN a{ padding-left: 20px; position: relative; font-size: 16px; font-weight: bold;}
.about_l.newN a::before{ content: ''; display: block; width: 6px; height: 6px; border-radius: 10px; background-color: #333333; position: absolute; left: 0; top: 50%; margin-top: -3px; }
.about_l.newN li.recommend{}
.about_l.newN li.recommend p{ padding: 10px 0;  }
.about_l.newN li.recommend p a{ font-size: 12px; padding: 0; font-weight: normal; color: #000000; }
.about_l.newN li.recommend p a:hover{ color: #333333; }
.about_l.newN li.recommend p a::before{ display: none; }

.newlist { float: left; padding-right: ;}
.newlist ul{margin-top: 50px;}
.newlist ul li{border: 1px solid #ddd; border-radius: 6px; padding: 20px; margin-bottom: 50px; width: 100%;}
.newlist ul li .title{ padding: 10px 0; }
.newlist ul li .title .social-share{float: right;}
.newlist ul li .title .social-share .social-share-icon{border-radius: 0; font-size: 12px; height: 20px; width: 20px; line-height: 20px; margin: 3px;}
.newlist ul li .title a{ font-size: 22px; color: #666666; }
.newlist ul li .info{ font-size: 16px;}
.newlist ul li .info span{ color: #000000; font-weight: bold; border-left: 1px solid #ccc; padding-left: 10px; margin-left: 8px;}
.newlist ul li .info span:first-child{ padding-left: 0; margin-left: 0px; border-left: 0; }
.newlist ul li .info a{ color: #000; }
.newlist ul li .info a:hover{ color: #333; }
.newlist ul li .text{padding: 30px 0; font-size: 16px; line-height: 26px; color: #333333;}
.newlist ul li .pic{width: ; overflow: hidden;}
.newlist ul li .pic img{width: 100%;}
.newlist ul li .more{ margin-top: 20px; text-align: right;}
.newlist ul li .more a{ font-size: 16px; color: #000000;}
.newlist ul li .more a:hover{ color: #333333; }
.newlist ul li .more a span{ font-family: 宋体;font-size: 12px; font-weight: bold; letter-spacing: -4px; padding-left: 5px; }
@media screen and (max-width: 768px){}
@media screen and (max-width: 520px){
	.newlist ul{margin-top: 20px;}
	.newlist ul li{padding: 20px 10px; margin-bottom: 20px;}
	.newlist ul li .title a{font-size: 18px;}
	.newlist ul li .title .social-share{float: none; margin-top: 5px;}
	.newlist ul li .text{padding: 15px 0;}
}


/* 新闻内容 */
.newsCont{border: 1px solid #ddd; border-radius: 6px; padding: 20px; margin: 50px 0; width: 100%;}
.newsCont .info{ font-size: 16px; margin-top: 10px;}
.newsCont .info span{ color: #000000; font-weight: bold; border-left: 1px solid #ccc; padding-left: 10px; margin-left: 8px;}
.newsCont .info span:first-child{ padding-left: 0; margin-left: 0px; border-left: 0; }
.newsCont .info a{ color: #000; }
.newsCont .info a:hover{ color: #333; }
.newsCont .social-share{float: right;}
.newsCont .social-share .social-share-icon{border-radius: 0; font-size: 12px; height: 20px; width: 20px; line-height: 20px; margin: 3px;}
.newsCont .text{padding: 20px 0; font-size: 16px; line-height: 26px; color: #333333;}
.newsCont .text p{ padding: 10px 0; }
.newsCont .text img{max-width: 100%;}
.newsCont .page{margin-bottom: 60px;}
.newsCont .page a{ font-size: 16px; font-weight: bold; color: #333333;}
.newsCont .page a:hover{ color: #666666;}
.newsCont .page a span{ font-family: 黑体 }
.newsCont .page a.left{float: left; }
.newsCont .page a.right{float: right;}
@media screen and (max-width: 520px){
	.newsCont{margin: 20px 0 30px; padding: 10px;}
	.newsCont .page{margin-bottom: 30px;}
	.newsCont .social-share{float: none;}
	.newsCont .text{padding-top: 10px;}
	.newsCont .text p{padding: 5px 0;}
}


/* 关于我们 */
.aboutCont{padding-bottom: 50px;}
.aboutCont .abtitle{ font-size: 40px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; color: #303030;}
.aboutCont .abtitle2{ font-size: 28px; text-transform: uppercase; margin: 30px 0 10px; color: #303030; }
.aboutCont .img{width: 50%;padding-right: 20px;}
.aboutCont .img img{width: 100%;}
.aboutCont .text{width: 50%;padding-left: 20px; color: #333;}
.aboutCont .text p{padding-bottom: 10px; font-size: 16px; line-height: 24px; text-align: justify;}
.aboutCont .text2{margin-top: 10px;}
.aboutCont .text2 p{padding-bottom: 10px; font-size: 16px; line-height: 24px; text-align: justify; color: #303030;}

@media screen and (max-width: 1024px){
.aboutCont .img{ width: 100%; float: none; padding-right: 0; }
.aboutCont .text{  width: 100%; float: none; padding: 0; margin: 20px 0 30px; }
.aboutCont .abtitle{margin-bottom: 10px;}
}
@media screen and (max-width: 768px){
	.aboutCont .abtitle{font-size: 24px;}
	.aboutCont .abtitle2{font-size: 20px;}
}
@media screen and (max-width: 480px){
	.aboutCont .abtitle2{font-size: 18px;}
	.aboutCont .text p{font-size: 14px;}
	.aboutCont .text2 p{font-size: 14px;}
	
}



/*联系我们*/
.contact_div{ overflow:hidden;background-color:#eee;margin-bottom:5%;}
.contact_div .contact_hidden{ display:none; overflow:hidden;}
.contact_div .txts{ width:100%;  color:#666; font-size:19px; line-height:1.5; overflow:hidden; }
.contact_div .txts a{color:#666;}
.contact_div .txts a:hover{color:#255BA9;}
.contact_div .txts .cons{ margin:0 auto; width:94%; padding-top:5%;}
.contact_div .txts .h2{ font-weight:normal; font-size:22px; padding-bottom:2%; margin-bottom:2%; background:url(../images/i_bg3.jpg) left bottom no-repeat;}
.contact_div .txts .cons ul li{ display:block; border-bottom:1px solid #fff; padding-bottom:2%; padding-top:2%;}
.contact_div .txts .cons ul li:last-child{ border-bottom:0;}
.contact_div .txts .b{ display:block; font-weight:normal; line-height:1.75;  color:#000;}
.contact_map{ width:100%; margin-bottom: 50px; overflow:hidden;}
.contact_map h3{margin-bottom: 10px;font-size: 30px;}
.contact_map #map{height: 520px; border: 1px solid #ccc;}
.contact_map #map2{height: 520px; border: 1px solid #ccc;}
@media screen and (max-width: 1440px) {
	/*联系我们*/
	.contact_div .txts .h2{ font-size:20px;}
	.contact_div .txts{ font-size:16px;}
	.contact_map #map{height: 500px;}
	.contact_map #map2{height: 500px;}
}
@media screen and (max-width: 960px) {
	/*联系我们*/
	.contact_div .txts .h2{ font-size:18px;}
	.contact_div .txts{ font-size:15px;}
	.contact_map #map{height: 420px;}
	.contact_map #map2{height: 420px;}
}
@media screen and (max-width: 780px) {
	/*联系我们*/
	.contact_div .txts{ float:none; width:100%; padding-bottom:2%;}
}
@media screen and (max-width: 640px) {
	/*联系我们*/
	.contact_div .txts .h2{ font-size:16px;}
	.contact_div .txts{ font-size:13px;}
	.contact_div .txts .cons{ width:90%;}
}


/* 品牌 */
.brands {  }
.brands .item{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px;}
.brands .item:nth-child(2n){ flex-direction: row-reverse; }
.brands .item .pic{ width: 28%; }
.brands .item .pic img{ width: 100%; }
.brands .item .text{ width: 68%; }
.brands .item.one .text{ width: 100%; }
.brands .item .text h3{font-size: 30px;margin-bottom: 20px; text-transform: uppercase; font-weight: 400; color: #222222; }
.brands .item .text .brand_logo{  }
.brands .item .text .brand_logo img{}
.brands .item .text .p{margin-top: 10px;}
.brands .item .text .p ul{ margin-left: 50px; }
.brands .item .text .p ul li{ list-style: disc; font-size: 16px; color: #222; padding: 5px 0; }
.brands .item .text .p p{ padding-bottom: 10px; font-size: 16px; text-align: justify; color: #333333;}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	.brands .item{margin-bottom: 50px;}
	.brands .item .pic{ width: 100%; }
	.brands .item .text{ width: 100%; margin-top: 10px; }
	.brands .item .text h3{margin-bottom: 10px; font-size: 20px;}
	.brands .item .text .brand_logo img{width: 50%;}
	.brands .item .text .p p{font-size: 14px;}
}
@media screen and (max-width: 480px){
	
}


/* service */
.service .abtitle{  margin-top: 30px; }

.ServiceTab2{  }
.ServiceTab2 ul{ display: flex; flex-direction: row; background-color: #000000; }
.ServiceTab2 ul li{ width: 25%; font-size: 16px; text-align: center; height: 50px; line-height: 50px; cursor:pointer; color:white; transition: all 0.2s;}
.ServiceTab2 ul li:hover{background-color:#DDDDDD;font-weight:bold; border: 1px solid #CCCCCC; border-radius: 2px; color: #000;}
.ServiceTab2 .content{border:1px solid #ccc;border-top: 0; padding:10px;}
.ServiceTab2 .content>div{display:none;}
.ServiceTab2 .content>div.active{display:block;}
.ServiceTab2 .content .con{ display: flex; }
.ServiceTab2 .content .con .img{ width: 25%; }
.ServiceTab2 .content .con .text{ width: 75%; }
.ServiceTab2 .content .con .text h3{ font-size: 16px; text-transform: uppercase; margin-bottom: 30px; }
.ServiceTab2 .content .con .text p{ font-size: 16px; }


.service .Plans{}
.service .Plans .item{display: flex; flex-wrap: wrap; }
.service .Plans .item .img{width: 26%;}
.service .Plans .item .img img{}
.service .Plans .item .text {width: 74%;}
.service .Plans .item .text h4{text-transform: uppercase; font-weight: normal; font-size: 14px; margin-bottom:20px;}
.service .Plans .item .text p{font-size: 14px;}

@media screen and (max-width: 1024px){
	.ServiceTab2 .content .con .img{width: 50%;}
	.ServiceTab2 .content .con .text{width: 50%;}
	.service .Plans .item .img{width: 40%;}
	.service .Plans .item .text{width: 60%; margin: 0;}
}
@media screen and (max-width: 768px){
	.service .Plans .item .img{width: 100%; padding-right: 0;}
	.service .Plans .item .text{width: 100%; margin: 20px 0;}
	.service .Plans .item .text h4{margin-bottom: 10px;}
}
@media screen and (max-width: 480px){
	.service .abtitle2{ margin-top: 10px;}
	/* .ServiceTab2 ul{flex-wrap: wrap;} */
	/* .ServiceTab2 ul li{font-size: 14px;width: 50%;} */
	.ServiceTab2 .content .con{display: block;}
	.ServiceTab2 .content .con .img{width: 100%; padding-right: 0;}
	.ServiceTab2 .content .con .text{width: 100%;margin-bottom: 0;}
	.ServiceTab2 .content .con .text h3{margin-bottom: 10px;}
	.ServiceTab2 .content .con .text p{font-size: 14px;}
	
	.service .Plans .item .text{margin-top: 10px;}
}



/* 产业 industries */
.industries{}
.industries .abtitle{margin: 50px 0 30px;}
.industries .InTab{}
.industries .InTab ul{  width: 20%; float: left;border: 1px solid #000;  }
.industries .InTab ul li{background-color: #555; border: 1px solid #000; width: 100%; font-size: 14px; height: 50px; line-height: 50px; font-weight: bold; padding-left: 20px; cursor:pointer; color:white;}
.industries .InTab ul li.active{ background-color:#255BA9; font-weight:bold; margin-left: 2px; }
.industries .InTab .content{border-top: 0;  width: 77%; float: right;}
.industries .InTab .content>div{display:none;}
.industries .InTab .content>div.active{display:block;}
.industries .InTab .content .con{ display: flex; }
.industries .InTab .content .con .img{ width: 25%; }
.industries .InTab .content .con .text{ width: 75%; }
.industries .InTab .content .con .text h3{ font-size: 16px; text-transform: uppercase; margin-bottom: 30px; }
.industries .InTab .content .con .text p{ font-size: 16px; }
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 768px){
	.industries .abtitle{margin: 30px 0 10px;}
	.industries .InTab ul{float: none; width: 100%; margin-bottom: 10px; display: flex; flex-wrap: wrap;}
	.industries .InTab ul li.active{margin-left: 0;}
	.industries .InTab ul li{line-height: 40px; height: 40px; width: 50%;  }
	.industries .InTab .content{width: 100%;}
	.industries .InTab .content .con {flex-direction: column; align-items: center;}
	.industries .InTab .content .con .img{width: 30%; padding-right: 0;}
	.industries .InTab .content .con .text{width: 100%;}
}
@media screen and (max-width: 480px){
	
}