/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:' '; color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #d80808;
    --main-fff: #fff;
    --main-000: #000;
    --main-tit: #061738;
    --main-txt: #565656;
    --main-333: #333333;
    --main-888: #888888;
    --grey: #606060;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --bg:linear-gradient(to bottom,#fb6d62,#ffab6b);
}



.header{ position:fixed;top: 0;left: 0;width: 100%;background: linear-gradient(2deg, rgba(0,80,81,0.5) 0%, rgba(255,255,255,0) 100%);z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 130px;padding: 0 7%;box-sizing: border-box;transition: 0.3s;}
.headList .logo{display: block;}
.headList .logo img{max-height: 60px;width: auto;}
.hIcon a{display: inline-block;margin-left: 20px;}
.hIcon img{width: 30px;}
/*menu*/
.pc_menu{}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:30px; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;min-width: 180px;}
.menu ul li dl dd{ line-height:45px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;text-align: left;padding: 0 10px;}
.menu ul li dl dd a:hover{ color:var(--main-color);}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:var(--main-color);}
a.menu_hover{color:var(--main-color);}
.menu span a{font-weight: bold;}
.menu span a i{margin-left: 10px;}
.menu span a:hover i:before{content: "\f068";}
.menu span a.menu_hover i:before{content: "\f068";}

.header.fixed .headList{height: 70px;}

.menu ul li dl dd dl{left: 100%;top: 0;}
.menu ul li dl dd:hover dl{display: block;}

.header .language a{color: #fff;font-size: 16px;}
.header .language a i{padding-right: 5px;}
.header.fixed .language a{color: #000;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}


/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}


/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.txt{font-size: 14px;color: var(--grey);}
.txt p,
.txt span,
.txt strong{white-space: normal;word-wrap: break-word;overflow-wrap: break-word;word-break: break-word !important;text-wrap: balance !important;}
.iTit{font-size: 35px;color: var(--main-tit);}
.iTxt{color: var(--main-333);}
.iLine{}
.iLine span{display: inline-block;background: #666;height: 3px;width: 63px;}
.iMore .more{display: inline-block;padding: 12px 25px;border: 1px solid var(--main-color);color: var(--main-color);font-size: 16px;}
.iMore .more:hover{background: var(--main-color);color: #fff;}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #fff;width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{width: 100%;}
.i1List{width: 100%;}
.i1List ul li{width: 25%;padding: 0 10px;box-sizing: border-box;}
.i1List .part{display: block;width: 100%;text-align: center;}
.i1List .part .icon img{width: 75px;height: 80px;object-fit: contain;}
.i1List .part .t1{font-size: 24px;color: var(--main-tit);margin-top: 20px;}
.i1List .part .txt{margin-top: 10px;font-size: ;}
.i1List .part:hover .t1{color: var(--main-color);}

.index2{width: 100%;overflow: hidden;}
.i2List{width: 100%;}
.i2List ul li{display: flex;justify-content: space-between;flex-wrap: wrap;}
.i2List .img{width: 50%;}
.i2List .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .desc{width: 50%;padding: 5%;background: #f2f5f8;}
.i2List .desc .t1{font-size: 28px;color: var(--main-tit);margin-bottom: 10px;}
.i2List .desc .iMore{margin-top: 20px;}
.i2List ul li:nth-child(even) .img{order: 1;}
.i2List ul li:nth-child(even) .desc{order: 0;}

.index3{width: 100%;}
.i3List{width: 100%;}
.i3List ul li{width: 100%;}
.i3List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;}
.i3List .part .img img{width: 100%;}

.footer{width: 100%;background: #236E5E;padding: 30px 0;color: #fff;font-size: 16px;}
.fWarp{}
.fWarp .item{width: 38%;}
.fWarp .item:nth-child(1){width: auto;}
.fLogo{text-align: center;}
.fLogo img{width: auto;height: auto;max-height: 65px;}
.fLinks a{color: #fff;font-size: 18px;display: inline-block;margin-right: 20px;}
.fLinks a:hover{var(--main-color)}

.fTit{font-size: 24px;line-height: 32px;color: #beca31;font-weight: bold;margin-bottom: 25px;}
.fTel ul li{margin: 10px 0;display: flex;flex-wrap: wrap;}
.fTel strong{font-size: 16px;color: #fff;width: 100px;font-weight: 500;display: block;}
.fTel span{flex: 1;}

.copyright{width: 100%;background: #236E5E;padding: 20px 0;color: #fff;font-size: 16px;text-align: center;border-top: 1px solid rgba(255,255,255,0.1);}
.copyright a{color: #fff;}

.toTop{position: fixed;right: 10px;bottom: 0;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background: var(--bg);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;max-height: 600px;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;padding-top: 70px;}
.tongtu .t1{text-align: center;font-size: 3vw;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 1vw;color: #fff;margin-top: 1.5vw;}

.inner_tit{color: var(--main-333);font-size: 28px;}

.service1{width: 100%;}
.service1 .iTit{font-size: 48px;}
.service1_warp{width: 100%;}
.service1_warp>.left{width: 48%;}
.service1_warp>.right{width: 48%;}
.service1Swiper{width: 100%;}
.service1Swiper img{width: 100%;}

.service1_list{width: 100%;}
.service1_list .tab{cursor: pointer;padding: 20px 10px;margin: 0;display: flex;align-items: center;border-bottom: 2px solid #ddd;color: var(--main-333);}
.service1_list .tab .numb{font-style: italic;position: relative;z-index: 20;font-size: 60px;font-weight: bolder;padding-right: 20px;}
.service1_list .tab .numb span{position: relative;z-index: 2;}
.service1_list .tab .numb:after{content: '';position: absolute;width: 25px;height: 25px;background-color: var(--main-color);border-radius: 50%;z-index: 1;bottom: 8px;right: 14px;}
.service1_list .tab .tit{font-size: 24px;}

.service1_list .panel{padding-top: 10px;display: none;}
.service1_list .panel .img{width: 100%;}
.service1_list .panel .img img{width: 100%;}

.service1_list ul li:nth-child(1) .panel{display: block;}

.service2{width: 100%;}
.service2_slide{width: 100%;}
.service2_tab{width: 100%;}
.service2_tab ul li{width: 20%;}
.service2_tab .part{display: block;width: 100%;height: 100%;padding: 15px 20px;background: #f1f1f1;cursor: pointer;}
.service2_tab .part .t1{font-weight: bold;font-size: 20px;color: var(--main-000);}
.service2_tab ul li.on .part{background: var(--main-color);}
.service2_tab ul li.on .t1,
.service2_tab ul li.on .txt{color: #fff;}

.service2_panel{margin-top: 30px;}
.service2_warp{width: 100%;}
.service2_warp .img{width: 45%;}
.service2_warp .img img{width: 100%;}
.service2_warp .desc{width: 50%;padding-top: 20px;}
.service2_warp .txt{margin-top: 20px;}
.service2_warp .iMore{margin-top: 30px;}
.service2_warp .iMore .more{font-size: 14px;}

.aboutItem{width: 100%;background: #f5f5f5;}
.abo1Warp{width: 100%;}
.abo1Warp .img{width: 45%;}
.abo1Warp .img img{width: 100%;height: 100%;border-radius: 0 0 30px 0;}
.abo1Warp .desc{width: 50%;}

.about .aboutItem:nth-child(even){background: #fff;}
.about .aboutItem:nth-child(even) .abo1Warp .img{order: 1;}
.about .aboutItem:nth-child(even) .abo1Warp .img img{border-radius: 0 0 0 30px;}
.about .aboutItem:nth-child(even) .abo1Warp .desc{order: 0;}

.about2{width: 100%;padding: 30px 20px;overflow: hidden;background: #f9f8ff;}
.abo2List{width: 100%;}
.abo2List ul{display: flex;flex-wrap: wrap;width: 100%;}
.abo2List ul li{width: 25%;padding: 0 10px;box-sizing: border-box;}
.abo2List ul li a{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.abo2List .picImg{width: 100%;height: 100%;display: block;position: relative;}
.abo2List .picHover{background: rgba(35,110,94,0.6);display: block;position: absolute;width: 100%;height: 100%;overflow: hidden;}

.abo2List ul li div{position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;background: rgba(35,110,94,0.6);color: #fff;overflow: hidden;}
.da-thumbs li a div.da-animate {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.da-slideFromTop {left: 0;top: -100%}
.da-slideFromBottom {left: 0;top: 100%}
.da-slideFromLeft {top: 0;left: -100%}
.da-slideFromRight {top: 0;left: 100%}
.da-slideTop {top: 0}
.da-slideLeft {left: 0}
.abo2List h3{color: #fff;font-size: 28px;margin-bottom: 10px;}
.abo2List .txt{color: #fff;width: 80%;margin: 0 auto;}

.news{width: 100%;background: #f5f5f5;}
.news .wapper{max-width: 1400px;width: 100%;}
.newList{width: 100%;}
.newList ul li{width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.newList .part{display: block;width: 100%;height: 100%;background: #fff;box-shadow: var(--main-shadow);}
.newList .part .img{width: 100%;height: 256px;position: relative;overflow: hidden;}
.newList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newList .part .img:after {
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(251, 108, 98, 0.7), rgba(255, 171, 107, 0.7));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	opacity: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.newList .part:hover .img:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.newList .part .desc{padding: 25px 30px 30px 30px;}
.newList .part .t1{color: var(--main-tit);font-weight: bold;font-size: 22px;font-weight: bold;}
.newList .part .txt{margin: 10px 0;}
.newList .part .more{font-size: 18px;color: var(--main-color);}
.newList .part .more span{display: inline-block;border-bottom: 1px solid var(--main-color);}
.newList .part .t1:hover{color: var(--main-color);}

.contact{width: 100%;padding: 40px 0 60px;}
.contWarp{width: 100%;}
.contWarp .left{width: 50%;}
.contWarp .right{width: 45%;}
.contWarp .title{font-size: 22px;color: var(--main-tit);margin-bottom: 20px;}
.contForm{width: 100%;}
.contForm ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contForm ul li{margin-bottom: 40px;width: 48%;}
.contForm input,
.contForm textarea{position: relative;width: 100%;height: 60px;border: 1px solid #ddd;border-radius: 5px;padding: 10px;box-sizing: border-box;}
.contForm textarea{height: 102px;}
.contForm ul li.w100{width: 100%;}
.contForm button{background: var(--bg);color: #fff;border: none;font-size: 20px;width: 170px;height: 48px;border-radius: 30px;}

.contList{width: 100%;}
.contList ul li{padding: 20px 0;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;}
.contList .icon{width: 35px;margin-right: 25px;}
.contList .icon img{width: 100%;}
.contList .desc{width: calc(100% - 60px);}
.contList h3{color: var(--main-color);font-weight: bold;font-size: 24px;}
.contList .txt{font-size: 18px;color: var(--main-txt);margin-top: 10px;}
.contList .txt p{line-height: 1.8;}

.product1{width: 100%;overflow: hidden;}
.pro1Swiper{height:600px;}


.product2{width: 100%;}
.product2 .wapper{width: 100%;max-width: 1380px;}
.pro2List{width: 100%;}
.pro2List ul li{width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.pro2List .part{display: block;width: 100%;position: relative;height: 100%;background: #fff;border-radius: 5px;box-shadow: var(--main-shadow);}
.pro2List .part .img{width: 100%;overflow: hidden;}
.pro2List .part .img img{width: 100%;transition: 0.6s;}
.pro2List .part .desc{padding: 15px;width: 100%;}
.pro2List .part .t1{text-align: center;color: var(--main-tit);font-weight: bold;font-size: 18px;}
.pro2List .part:hover .img img{transform: scale(1.2);}
.pro2List .part:hover .t1{color: var(--main-color);}

.prodetail{width: 100%;}
.prodWarp{width: 100%;}
.prodWarp .left{width: 48%;}
.prodWarp .right{width: 46%;}
.prodSwiper{width: 100%;}
.prodSwiper .swiper-button-next:after,.prodSwiper .swiper-button-prev:after{font-size: 30px;color: #000;}

.prodDesc{width: 100%;font-size: 18px;color: var(--main-txt);line-height: 2;padding-top: 20px;}

.inside{overflow: hidden;}
.inside img{max-width: 100%;}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 20px;box-sizing: border-box;}
.headList{padding: 0 20px;}
.headList .logo img{max-height: 40px;}
.menu span a{padding: 0 10px;font-size: 14px;}
.header .language a{font-size: 14px;}
.hIcon a{margin-left: 10px;}
.iTit{font-size: 28px;}
.fTel strong{font-size: 16px;}
.service1 .iTit{font-size: 38px;}
.service1_list .tab{padding: 10px;}
.service1_list .tab .numb{font-size: 52px;}
.service1_list .tab .tit{font-size: 20px;}
.inner_tit{font-size: 26px;}
.abo2List h3{font-size: 24px;}
.newList .part .t1{font-size: 18px;}
.contList h3{font-size: 20px;}
.contList .txt{font-size: 18px;}
.fTel{font-size: 14px;}
.fTel span{font-size: 14px;}




}

@media only screen and (max-width: 999px) {
.wapper{ width:100%;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.iTit{font-size: 26px;}
.i1List .part .icon img{width: 60px;}
.i2List .desc .t1{font-size: 26px;}
.fTel strong{font-size: 16px;width: 80px;}
.i1List .part .t1{font-size: 20px;}
.iMore .more{padding: 10px 20px;font-size: 14px;}
.fTit{font-size: 20px;}
.service1 .iTit{font-size: 28px;}
.inner_tit{font-size: 24px;}
.service2_tab .part{padding: 10px;}
.service2_tab .part .t1{font-size: 18px;}
.abo2List h3{font-size: 18px;}
.newList .part .t1{font-size: 16px;}
.newList .part .desc{padding: 20px 10px;}
.contList h3{font-size: 18px;}
.contList .txt{font-size: 16px;}
.pro2List ul li{width: 33.3%;}
.pro2List .part .t1{font-size: 16px;}
.tongtu .imgTop{padding: 0;}
.fWarp .item{width: auto;}

.language{float: right;height: 70px;line-height: 70px;font-size: 14px;margin-right: 20px;}
.language a{color: #000;}
}

@media only screen and (max-width: 780px) {
.wapper{padding: 0 10px;}
.iTit{font-size: 24px;}
.txt{font-size: 13px;}
.i2List .desc .t1{font-size: 18px;}
.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after{font-size: 20px;}
.i1List ul li{width: 50%;padding: 10px;}
.i1List .part .icon img{width: 50px;}
.i1List .part .t1{font-size: 16px;margin-top: 10px;}
.i1List .part .txt{font-size: 12px;}
.i2List ul li{display: block;}
.i2List .img{width: 100%;}
.i2List .desc{width: 100%;padding: 20px;}
.fWarp .item{width: 100%;padding: 10px 0;}
.fTit{font-size: 16px;margin-bottom: 10px;}
.fWarp .item:nth-child(1){display: flex;justify-content: space-between;align-items: center;width: 100%;}
.fLinks {margin: 0;}
.service1 .iTit{font-size: 26px;}
.inner_tit{font-size: 20px;}

.pc_show{display: none;}
.m_show{display: block;}
.service1_warp>.left{display: none;}
.service1_warp>.right{display: block;width: 100%;}
.service1_list{margin-top: 20px;}
.service1_list .tab .tit{font-size: 16px;}

.service2_warp .desc{width: 100%;padding: 0;}
.service2_warp .img{width: 100%;margin-top: 20px;}
.service2_tab .part .t1{font-size: 16px;}
.service2_tab .part .txt{display: none;}
.abo1Warp{display: block;}
.abo1Warp .img{width: 100%;}
.abo1Warp .desc{width: 100%;padding: 20px 10px;}
.about2{padding: 20px 5px;}
.abo2List ul li{width: 50%;padding: 5px;}
.abo2List h3{font-size: 16px;}
.newList ul li{width: 100%;padding: 10px 0;}
.contList h3{font-size: 16px;}
.contList .txt{font-size: 14px;}
.contWarp .left{width: 100%;margin-bottom: 20px;}
.contWarp .right{width: 100%;}
.contWarp .title{font-size: 20px;}
.contForm input, .contForm textarea{height: 50px;}
.contForm ul li{width: 100%;margin-bottom: 20px;}
.tongtu .t1{font-size: 20px;}
.tongtu .txt{font-size: 13px;}
.contForm button{font-size: 16px;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 20px !important;}
.pro2List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.pro2List .part .desc{padding: 10px 5px;}
.pro2List .part .t1{font-size: 14px;}
.prodWarp .left{width: 100%;margin-bottom: 20px;}
.prodWarp .right{width: 100%;}
.prodDesc{font-size: 16px;padding: 0;}
.fTel strong{font-size: 14px;}
.fTel span{font-size: 12px;}


}

.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 300px;margin-right: 40px;}
.mainRight{width: calc(100% - 340px);}

.ProMenuTitle{height: 70px;background: #dc6935;padding: 0 30px;box-sizing: border-box;color: #fff;font-size: 24px;line-height: 70px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #eee;margin-top: 7px;}
.accordion .link a{color: #000;font-size: 16px;font-weight: 400;text-decoration: none;}
.accordion .link:hover{background: #dc6935;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #dc6935;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #dc6935 !important;}
/*tab5_____end*/

.update_detail_con p{text-align:left !important;}

@media only screen and (max-width: 780px) {
.mainWarp{flex-wrap: wrap;}
.mainLeft{width:100%; margin-right:0; margin-bottom:20px;}
.mainRight{width:100%;}

.pro1Swiper{height:100%;}

.update_detail_con img{width: auto !important;height: auto !important;}

}