/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,figure,figcaption{ 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:1280px; margin:0 auto;padding: 0 10px;box-sizing: border-box;}




.header{ position:fixed;top: 0;width: 100%;z-index: 99;box-shadow: 2px 2px 3px rgb(51 51 102 / 50%);background: #fff;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 85px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:38px;line-height:38px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#FCFCFC; width:160px; position:absolute; left:50%; top:38px; box-shadow:0 2px 4px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 20%);display:none;z-index: 9;border: 1px solid #CCC;transform: translateX(-50%);border-bottom: 5px solid #FFCE00;}
.menu ul li dl:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent #fff transparent;top: -30px;left: 0;right: 0;margin: auto;content: "";}
.menu ul li dl dd{ line-height:40px;}
.menu ul li dl dd a{ font-size:16px; color:#000;display:block; padding:0 20px;text-align:left;}
.menu ul li dl dd a:hover{ color:#F90;}
.menu a{ font-size:20px;color:#000;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#F9E72B;}
a.menu_hover{color:#F9E72B;}

.hRight .top{text-align: right;display: flex;align-items: center;justify-content: flex-end;height: 40px;line-height: 40px;}
.hRight .top a{font-size: 14px;color: #000;display: inline-block;margin: 0 5px;}
.hLine{border-left: 1px solid #CCC;display: inline-block;width: 1px;height: 20px;margin: 0 5px;}

.hlinks{width: 24px;height: 24px;border-radius: 50%;text-align: center;line-height: 24px;background: #d0d2d3;padding: 0;margin: 0 5px;color: #333;}
.hRight .top a.hlinks{color: #333;}
.hRight .top a.hlinks:hover{color: #d0d2d3;background: #333;}
.language i{margin-right: 5px;font-size: 16px;}

/*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:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px;display: none;}
.sp_nav1 span{display:block;background:#fff;width:25px;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:6px}
.sp_nav1 span:nth-of-type(3){top:12px}
.sp_nav_se1 span:nth-of-type(1){top:6px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:6px;transform:rotate(-45deg)}

.sjj_nav1{position:fixed;z-index:999;background:#444;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show1{right:0;}
.sjj_nav1 ul{padding: 20px;box-sizing: border-box;}
.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 #666 solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #666 solid;}
.sjj_nav1 ul li ul{display:none;padding: 0;}
.sjj_nav1 ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#fff}
.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;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.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;}
.textLeft{text-align: left !important;}
.hHei{height: 85px;}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}

.banImg{width: 100%;height: 595px;background: #dce2e6;}
.banImg img{width: 100%;height: 100%;object-fit: cover;}

.banTop{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9;max-width: 1260px;width: 100%;}
.banTop .warp{width: 530px;}
.banTop .carousel{width: 100%;}
.banTop .slides{width: 530px;height: 305px;position: relative;}

.index1{width: 100%;background: #F9E72B;padding: 45px 0;}
.index1 .title{color: #8C6800;font-weight: bold;width: 160px;font-size: 28px;}
.index1 ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: calc(100% - 160px);}
.index1 ul li{width: 49%;}
.index1 ul li .t1{font-size: 22px;color: #333;line-height: 37px;}

.index2{width: 100%;padding: 70px 0;}
.i2List{width: 100%;}
.i2List ul li{width: calc(25.9% - 50px);margin-right: 50px;}
.i2List ul li:nth-child(4n){margin-right: 0;}
.i2List .part{display: block;width: 100%;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%;}
.i2List .part .desc{padding-top: 10px;}
.i2List .part .desc .t1{font-size: 26px;color: #333;font-weight: bold;position: relative;padding-bottom: 20px;}
.i2List .part .desc .t1:after{width: 74px;height: 4px;background: #F9E72B;position: absolute;left: 0;bottom: 10px;content: "";}
.i2List .part .desc .txt{font-size: 17px;color: #666;line-height: 1.6;}
.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 999;display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.tanchuang .videoBg{position: relative;width: 80%;height: 80%;background: #000;}
.tanchuang .videoBg video{width: 100%;height: 100%;background: #000;}
.tc_close{position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;background-image: url(../images/fancybox_sprite.png);}


.index3{width: 100%;background: #f3f4f9;position: relative;padding: 80px 0;}
.index3:after{position: absolute;right: 0;top: 140px;width: 50%;height: 4px;background: #F9E72B;content: "";}
.i3Tit{width: 100%;height: 60px;line-height: 60px;border-bottom: 4px solid #F9E72B;}
.i3Tit strong{font-size: 36px;color: #333;font-weight: bold;}
.i3Tit span{font-size: 18px;color: #666;margin-left: 25px;}

.i3Warp{margin-top: 50px;position: relative;}
.i3Warp .img img{width: auto;max-width: 100%;}
.i3Warp .desc{display: block;position: absolute;content: '';right: 0;width: 368px;height: 100%;background: rgb(204 204 204 / 30%);padding: 30px;box-sizing: border-box;display: flex;align-items: center;z-index: 2;}
.i3Warp .desc ul li{display: flex;align-items: center;}
.i3Warp .desc ul li strong{font-size: 54px;color: #333;font-weight: bold;margin-right: 15px;}
.i3Warp .desc ul li span{font-size: 18px;color: #666;}

.index4{width: 100%;margin: 80px 0 40px;}
.index4 .wapper{max-width: 1200px;}
.iTit{font-size: 36px;font-weight: bold;color: #333;text-align: center;}
.iTit strong{display: inline-block;position: relative;padding-bottom: 10px;}
.iTit strong:after{width: 74px;height: 4px;background: #F9E72B;content: "";position: absolute;left: 0;bottom: 0;}

.i4List{width: 100%;margin-top: 60px;}
.i4List .part{width: 263px;margin: 0 10px;}
.i4List .part .content_image{width: 100%;}
.i4List .part .content_image img{width: 100%;}
.i4List .part .main{margin-top: 10px;}
.i4List .part .tit{font-size: 18px;color: #333;font-weight: bold;}
.i4List .part .txt{font-size: 18px;color: #666;margin-top: 5px;}

.index5{width: 100%;}
.i5Warp{width: 100%;background: #F2F3F8;padding: 70px 20px;box-sizing: border-box;}
.i5List{width: 100%;margin-top: 40px;overflow: hidden;}
.i5List .img img{width: 100%;}

.index6{width: 100%;margin: 80px 0;}
.i6Warp{margin-top: 40px;}
.i6Warp .left,
.i6Warp .right{width: 48%;border-top: 1px solid #EAEAEA;border-bottom: 1px solid #EAEAEA;padding: 10px 0;}
.i6Warp .left .part{display: block;width: 100%;}
.i6Warp .left .part .img img{width: 100%;}
.i6Warp .left .part .desc{margin-top: 5px;}
.i6Warp .left .part .time{font-size: 14px;color: #999;}
.i6Warp .left .t1{font-size: 18px;color: #333;font-weight: bold;margin-top: 5px;}
.i6Warp .left .txt{font-size: 15px;color: #666;margin-top: 5px;line-height: 1.6;}
.i6List{width: 100%;}
.i6List ul li{padding: 15px 0;border-bottom: 1px solid #eaeaea;}
.i6List .part{display: flex;justify-content: space-between;align-items: center;}
.i6List .part .img{width: 72px;margin-right: 8px;}
.i6List .part .img img{width: 100%;}
.i6List .part .desc{width: calc(100% - 80px);}
.i6List .part .time{font-size: 14px;color: #999;}
.i6List .part .t1{font-size: 18px;color: #333;font-weight: bold;margin-top: 5px;}

.footer{}
.fWarp{width: 100%;}
.fLogo img{width: auto;max-height: 80px;}
.fMenu dl{margin-right: 50px;}
.fMenu dl dt a{display: block;font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.fMenu dl dd a{display: block;font-size: 16px;color: #ccc;margin: 12px 0;}

.copyright{margin-top: 20px;text-align: center;color: #fff;font-size: 12px;}

.toTop{position: fixed;right: 20px;bottom: 20px;z-index: 99;width: 30px;height: 30px;background: #000;border-radius: 5px;text-align: c;line-height: 30px;display: none;overflow: hidden;}
.toTop.active{display: block;}
.toTop img{width: 100%;}

.tongtu{width: 100%;height: 350px;position: relative;}
.tongtu .img{width: 100%;height: 100%;}
.tongtu .img img {width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);z-index: 9;}
.tongtu .imgTop .tit{line-height: 1.2;color: #FFF;text-shadow: 0 0 0.2em #333, 0 0 0.2em #333, 0 0 0.2em #333;font-weight: bold;font-size: 48px;}

.now_cur{background: #F8F8F8;padding: 16px 0;}
.now_cur ul li{display: inline-block;}
.now_cur a{font-size: 18px;color: #333;}
.now_cur a:hover{color: #FF0031;}
.now_cur a:after{content: ">";margin: 0 10px;color: #333;}
.now_cur ul li:last-child a:after{display: none;}

.about1{width: 100%;padding: 70px 0;}
.about1 .img{width: 30%;}
.about1 .img img{width: 100%;}
.about1 .desc{width: 65%;}
.about1 .desc .iTit{text-align: left;}
.about1 .desc .txt{font-size: 18px;color: #666;margin-top: 20px;}

.i3Slide .tab_title{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.i3Slide .tab_title li{margin: 0 20px;position: relative;padding-left: 35px;cursor: pointer;}
.i3Slide .tab_title li:before{width: 20px;height: 30px;background: #283891;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.i3Slide .tab_title li:nth-child(2):before{background: #BF1E2D;}
.i3Slide .tab_title h3{font-size: 28px;color: #777;display: inline-block;border-bottom: 4px solid #DDD;}
.i3Slide .tab_title li:hover h3{color: #333;}
.i3Slide .tab_title li.current h3{color: #333;border-bottom: 4px solid #FFCE00;}

.i3Slide .tab_content{margin-top: 30px;width: 100%;position: relative;}
.i3Slide .tab_content .part{width: 263px;margin: 0 10px;}
.i3Slide .tab_content .part .factory_pic{width: 100%;}
.i3Slide .tab_content .part .factory_pic img{width: 100%;}
.i3Slide .tab_content .part .main{margin-top: 10px;}
.i3Slide .tab_content .part h6{font-size: 16px;color: #333;font-weight: bold;margin: 0;}
.i3Slide .tab_content .part .txt{font-size: 13px;color: #666;margin-top: 5px;}

.i3Slide .tab_box{position: relative;z-index: 1;}
.i3Slide .tab_box.box1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #f3f4f9;z-index: 99;}

.iTxt{font-size: 18px;color: #666;line-height: 1.6;}
.iTxt img{width: auto;max-width: 100%;}


.about2{width: 100%;padding: 80px 0;}
.about2 .img{width: 50%;}
.about2 .img img{width: 100%;}
.about2 .desc{width: 45%;}

.about3{width: 100%;padding: 100px 0;background-attachment: fixed;background-size: cover;background-repeat: no-repeat;}
.about3 .wapper{max-width: 1024px;}
.about3 .icon img{width: 46px;}
.about3 .icon2{text-align: right;}
.about3 h2{text-align: center;font-size: 36px;color: #666;font-weight: normal;width: 60%;margin: 0 auto;}
.about3 h3{text-align: center;font-weight: 400;color: #8C6800;font-size: 28px;}

.about4{width: 100%;padding: 90px 0;}
.about4 .img{width: 50%;text-align: right;position: relative;padding-right: 80px;box-sizing: border-box;}
.about4 .img img{width: 100%;max-width: 350px;box-shadow: 3px 3px 5px #999;}
.about4 .img:after{position: absolute;left: 0;width: 100%;height: 345px;background: #F9E72B;content: "";z-index: -1;top: 50%;transform: translateY(-50%);}

.about4 .right{width: 50%;padding-left: 80px;box-sizing: border-box;}
.about4 .desc{width: 100%;max-width: 430px;}

.iMore a{display: inline-block;padding: 12px 40px;box-sizing: border-box;border-radius: 30px;color: #333;font-size: 18px;background: #F9E72B;}

.about5{padding: 50px 0;}
.abo5List{width: 100%;margin-top: 10px;}
.abo5List .img{width: 100%;}
.abo5List .img img{width: 100%;}

.about6{width: 100%;background: #F2F3F8;padding: 80px 0;}

.about6 ul.tab_title {
	display: table;
	margin: 0px auto;
	padding: 0px 0 90px 0;
	list-style: none;
}

.about6 ul.tab_title li {
	float: left;
	margin: 0 40px;
}

.about6 ul.tab_title li h3 {color: #777;font-size: 28px;cursor: pointer;border-bottom: 4px solid #DDD;}

.about6 ul.tab_title li h3:hover {
	color: #333;
	/*color: #F9E72B;*/
	/*color: #FFCC00;*/
	border-bottom: 4px solid #FFCE00;
}

.about6 ul.tab_title li.current h3 {
	color: #333;
	border-bottom: 4px solid #FFCE00;
}

.about6 ul.tab_title li:before {
	display: block;
	float: right;
	content: '》';
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 4px -40px 0 0;
	font-size: 28px;
	color: #F9E72B;
}

.about6 ul.tab_title li:last-child:before {
	content: '';
}

.about6 .tab_box {
	position: absolute;
	width: calc( 100% - 90px);
	max-width: 1140px;
	/*height: 164px;*/
	margin: 0 0 0 90px;
}

.about6 .tab_box:last-child {
	position: relative;
	margin: 0 auto;
}

.about6 .tab_box figure {overflow: hidden;}
.about6 .tab_box figcaption {padding: 0 40px;box-sizing: border-box;}
.about6 .tab_box p {margin: 14px 0 0 0;}

.about6 .tab_box h4{font-size: 26px;color: #333;}
.about6 .tab_box{visibility: hidden;}
.about6 .tab_content .tab_box:nth-child(1){visibility: visible;}

.pro1{padding: 80px 0;}
.pro1List{width: 100%;}
.pro1List ul li{width: 33.3%;padding: 10px 20px;box-sizing: border-box;}
.pro1List .part{display: block;text-align: center;}
.pro1List .part .img img{width: 100%;}

.proTitle{padding: 80px 0;}
.proTitle h2{font-size: 48px;color: #333;font-weight: bold;}
.proTitle h3{font-size: 36px;color: #333;font-weight: bold;}
.proTitle .iTxt{max-width: 360px;}

.pro2{padding: 70px 0;}
.pro2 .desc{width: 30%;}
.pro2 .desc h2{font-size: 28px;color: #333;font-weight: bold;}
.pro2 .desc ul{padding-left: 20px;}
.pro2 .desc ul li{list-style: disc;font-size: 18px;margin: 5px 0;}
.pro2 .img{width: 65%;}
.pro2 .img img{width: 100%;}

.pro2Slide{width: 100%;}
.pro2Slide .panel ul li img{width: 100%;}
.pro2Slide .tab{margin-top: 15px;}
.pro2Slide .tab ul{display: flex;justify-content: center;flex-wrap: wrap;}
.pro2Slide .tab ul li{display: inline-block;margin: 3px 5px;padding: 3px 10px;border-top: 4px solid #DDD;font-size: 18px;color: #777;text-align: center;cursor: pointer;}
.pro2Slide .tab ul li:hover,
.pro2Slide .tab ul li.on{color: #FFCE00;border-top: 4px solid #FFCE00;}

.pro3{padding: 70px 0;}
.pro3 .wapper{max-width: 920px;}
.pro3Slide{width: 100%;}
.pro3Slide .panel ul li img{width: 100%;}
.pro3Slide .tab{margin-top: 15px;}
.pro3Slide .tab ul{display: flex;justify-content: center;flex-wrap: wrap;}
.pro3Slide .tab ul li{display: inline-block;margin: 3px 5px;padding: 3px 10px;border-top: 4px solid #DDD;font-size: 18px;color: #777;text-align: center;cursor: pointer;}
.pro3Slide .tab ul li:hover,
.pro3Slide .tab ul li.on{color: #FFCE00;border-top: 4px solid #FFCE00;}

.pro4{padding: 70px 0;}
.pro4 .wapper{max-width: 920px;}
.pro4Slide{width: 100%;}
.pro4Swiper{width: 100%;}
.pro4Panel .item{padding-bottom: 20px;position: relative;}
.pro4Panel .part{display: block;position: relative;overflow: hidden;}
.pro4Panel .part .img{width: 100%;height: 100%;}
.pro4Panel .part .img img{width: 100%;height: 100%;object-fit: cover;}
.pro4Panel .part .imgTop{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(255,255,255,0.6);padding: 10px 20px;box-sizing: border-box;text-align: right;font-size: 18px;color: #000;}

.pro4Panel .swiper-button-next,.pro4Panel .swiper-button-prev{background-size: 15px;color: #333;}
.pro4Panel .swiper-button-next{right: -30px;}
.pro4Panel .swiper-button-prev{left: -30px;}
.pro4Panel .swiper-button-next:after,.pro4Panel .swiper-button-prev:after{font-size:28px;}

.pro4Panel .swiper-pagination{bottom: 0 !important;width: 100%;}
.pro4Panel .swiper-pagination-bullet{margin: 0 5px;background: #000;opacity: 0.3;}
.pro4Panel .swiper-pagination-bullet-active{opacity: 0.8;}

.pro4Tab{margin-top: 15px;}
.pro4Tab ul{display: flex;justify-content: center;flex-wrap: wrap;}
.pro4Tab ul li{display: inline-block;margin: 3px 5px;padding: 3px 10px;border-top: 4px solid #DDD;font-size: 18px;color: #777;text-align: center;cursor: pointer;}
.pro4Tab ul li:hover,
.pro4Tab ul li.on{color: #FFCE00;border-top: 4px solid #FFCE00;}

.develop1{width: 100%;padding: 70px 0;}
.develop1 .wapper{max-width: 1200px;}
.develop1_ul{width: 100%;}
.develop1_ul>li{float: left;width: 25%;padding: 0 10px;box-sizing: border-box;}
.develop1_ul .part{display: block;width: 100%}
.develop1_ul .part .img{width: 100%}
.develop1_ul .part .img img{width: 100%}
.develop1_ul .part .img{width: 100%}
.develop1_ul .part h2{text-align: center;font-size: 28px;font-weight: bold;margin: 24px 0;}
.develop1_ul .part ul{font-size: 16px;color: #666;padding-left: 20px;}
.develop1_ul .part ul li{list-style: disc;margin: 5px 0;}
.develop1_ul .part ul li p{padding: 0;}

.develop1 .topImg{width: 100%;font-size: 0px;overflow: hidden;}
.develop1 .topImg img{width: 100%;}

.develop2{width: 100%;padding: 70px 0;background: url( ../images/csr_r5_c1.jpg) 0 0 repeat-x;}
.develop2 .wapper{max-width: 1200px;}
.develop2_tab{width: 100%;}
.develop2_tab>ul>li{width: 25%;padding: 0 10px;box-sizing: border-box;}
.develop2_tab .part{display: block;width: 100%;cursor: pointer;background: url(../images/csr_r6_c21.png) center bottom no-repeat;padding-bottom: 50px;height: 100%;box-sizing: border-box;}
.develop2_tab .part .img{width: 100%;}
.develop2_tab .part .img img{width: 100%;}
.develop2_tab .part .tit{text-align: center;font-weight: bold;border-bottom: 4px solid #DDD;margin: 20px 0;color: #777;font-size: 28px;padding: 5px 0;}
.develop2_tab .part ul{padding-left: 20px;box-sizing: border-box;}
.develop2_tab .part ul li{list-style: disc;margin: 5px 0;font-size: 16px;color: #666;}
.develop2_tab>ul>li:hover .tit,
.develop2_tab>ul>li.on .tit{color: #333;border-bottom: 4px solid #FFCE00;}
.develop2_tab>ul>li.on .part{background: url(../images/csr_r6_c20.png) center bottom no-repeat}

.develop2_panel{margin-top: 80px;}

.dev2_a1{width: 100%;}
.dev2_a1 ul li{margin-bottom: 140px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.dev2_a1 .imgBg{width: 500px;}
.dev2_a1 .img{width: 100%;}
.dev2_a1 .img img{width: 100%;}
.dev2_a1 .desc{width: calc(100% - 560px);}
.dev2_a1 ul li:nth-child(2n) .imgBg{order: 1;}
.dev2_a1 ul li:nth-child(2n) .desc{order: 0;}

.dev2_a2{width: 100%;background: #F2F3F8;padding: 70px;box-sizing: border-box;}
.dev2_a3{margin: 80px 0;}

.dev2_a4{margin: 60px 0;position: relative;padding: 0 50px;box-sizing: border-box;}
.dev2_a4 .part{display: block;width: 100%;}
.dev2_a4 .part .img{width: 100%;}
.dev2_a4 .part .img img{width: 100%;}
.dev2_a4 .part .txt{font-size: 18px;color: #666;margin-top: 5px;}

.dev2_b1{margin-bottom: 80px;}

.dev2_swiper{width: 100%;position: relative;padding-bottom: 50px;}
.dev2_swiper .part{display: block;position: relative;overflow: hidden;}
.dev2_swiper .part .img{width: 100%;height: 100%;}
.dev2_swiper .part .img img{width: 100%;height: 100%;object-fit: cover;}
.dev2_swiper .part .imgTop{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(255,255,255,0.6);padding: 10px 20px;box-sizing: border-box;text-align: right;font-size: 18px;color: #000;}

.dev2_swiper .swiper-button-next,.dev2_swiper .swiper-button-prev{background-size: 15px;color: #333;}
.dev2_swiper .swiper-button-next{right: -30px;}
.dev2_swiper .swiper-button-prev{left: -30px;}
.dev2_swiper .swiper-button-next:after,.dev2_swiper .swiper-button-prev:after{font-size:28px;}

.dev2_swiper .swiper-pagination{bottom: 0 !important;width: 100%;}
.dev2_swiper .swiper-pagination-bullet{margin: 0 5px;background: #000;opacity: 0.3;}
.dev2_swiper .swiper-pagination-bullet-active{opacity: 0.8;}

.dev2_b2{width: 100%;padding: 70px;box-sizing: border-box;background: #F2F3F8;}
.dev2_b2_dl{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 6%;box-sizing: border-box;}
.dev2_b2_dl dt{width: 100%;text-align: center;}
.dev2_b2_dl dt h2{font-size: 28px;color: #333;font-weight: bold;}
.dev2_b2_dl dd{width: 50%;padding: 10px;box-sizing: border-box;}
.dev2_b2_dl dd ul{padding-left: 20px;box-sizing: border-box;}
.dev2_b2_dl dd ul li{list-style: disc;margin: 10px 0;font-size: 18px;color: #666;}

.dev2_c1_w1{border: 1px solid #EEE;padding: 36px;box-sizing: border-box;background: #F9E72B url( ../images/join_us_r14_c8.jpg) right center no-repeat;}
.dev2_c1_h2{font-size: 24px;color: #333;font-weight: bold;}
.dev2_c1_ul{padding-left: 30px;box-sizing: border-box;}
.dev2_c1_ul li{list-style: disc;margin: 10px 0;font-size: 18px;color: #666;}

.dev2_c1_list{width: 100%;}
.dev2_c1_list>ul>li{width: 33.3%;padding: 10px;box-sizing: border-box;}
.dev2_c1_list .part{width: 100%;height: 100%;background: #f2f3f8;padding: 36px;box-sizing: border-box;}

.dev2_c2{margin-top: 100px;width: 100%;padding: 70px;background: #F2F3F8;box-sizing: border-box;}
.dev2_c2 .desc{background: #fff;padding: 36px;box-sizing: border-box;}

.dev2_c3{margin: 60px 0;}
.dev2_d1{margin: 60px 0;}

.join1{width: 100%;margin: 70px 0;}
.join1_warp{padding: 80px;background: #F2F3F8;box-sizing: border-box;}
.join1_warp .img{width: 60%;}
.join1_warp .img img{width: 100%;}
.join1_warp .desc{width: 36%;}

.join2{margin: 70px 0;}
.join_h2{font-size: 28px;color: #333;font-weight: bold;}
.join2 .iTxt h3{font-size: 20px;color: #333;margin: 20px 0;}

.join3{background: #F2F3F8;padding: 70px 0;}
.join3List{width: 100%;}
.join3List>ul>li{width: 48%;}
.join3List .part{display: block;width: 100%;height: 100%;min-height: 330px;background: #fff;padding: 36px;box-sizing: border-box;}

.join3List2{width: 100%;background: #fff;padding: 36px;box-sizing: border-box;}
.join3List2 .desc{width: 48%;}
.join3List2 .right{width: 48%;}
.join3List2_slide{width: 100%;}
.join3List2_slide img{width: 100%;}

.join4{padding: 70px 0;}

.inside{padding: 70px 0;}









@media only screen and (max-width: 1280px) {
.wapper{ width:100%;box-sizing: border-box;}
.slick-next{right: 0 !important;z-index: 9;}
.slick-prev{left: 0 !important;z-index: 9;}
.banImg{height: 491px;}
.banTop .warp{width: 420px;}
.tongtu .imgTop .tit{font-size: 38px;}
.about6 ul.tab_title li h3{font-size: 24px;}
.about6 .tab_box{margin: 0;width: 90%;}
.develop1_ul .part h2{font-size: 24px;}
.develop1_ul .part ul{font-size: 14px;}
.develop2_tab .part .tit{font-size: 24px;}
.develop2_tab .part ul li{font-size: 14px;}
.dev2_a1 .imgBg{width: 50%;}
.dev2_a1 .desc{width: 45%;}
.dev2_a1 ul li{margin-bottom: 70px;}
.dev2_swiper .swiper-button-next{right: 0;}
.dev2_swiper .swiper-button-prev{left: 0;}
.pro4Panel .swiper-button-next{right: 0;}
.pro4Panel .swiper-button-prev{left: 0;}
.proTitle h2{font-size: 38px;}
.proTitle h3{font-size: 26px;}
.pro2 .desc h2{font-size: 24px;}
.pro2Slide .tab ul li{font-size: 16px;}
.pro3Slide .tab ul li{font-size: 16px;}
.pro4Tab ul li{font-size: 16px;}

}

@media only screen and (max-width: 980px) {
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.menu{display: none;}
.sp_nav1{display: block;margin-top: 5px;}
.headList{height: 70px;}
.hHei{height: 70px;}
.headList .logo img{max-height: 45px;}
.hRight .top a{font-size: 12px;}
.i2List .part .desc .t1{font-size: 22px;}
.i2List .part .desc .txt{font-size: 15px;}
.i3Tit strong{font-size: 28px;}
.i3Tit span{font-size: 16px;}
.i3Warp .desc ul li strong{font-size: 48px;}
.iTit{font-size: 32px;}
.i6List .part .t1{font-size: 16px;}
.i6Warp .left .txt{font-size: 13px;}
.fMenu dl{margin-right: 30px;}
.iTxt{font-size: 16px;}
.about3 h2{font-size: 28px;}
.about3 h3{font-size: 24px;}
.about4 .right{padding-left: 35px;}
.about4 .img img{max-width: 280px;}
.about4 .img{padding-right: 35px;}
.iMore a{font-size: 16px;}
.tongtu .imgTop .tit{font-size: 32px;}
.join1_warp{padding: 60px;}
.join3List2{padding: 20px;}
.dev2_c1_h2{font-size: 20px;}
.dev2_c1_ul li{font-size: 16px;}
.proTitle h2{font-size: 32px;}

}

@media only screen and (max-width: 780px) {
.hRight .top a{display: none;}
.hRight .top a.hlinks{display: block;}
.hRight .top a.language{display: block;}
.banImg{height: 250px;}
.banTop .warp{width: 100%;}
.banTop .carousel .slides{margin: 0 auto !important;float: none !important;width: 400px !important;height: 160px !important;}
.carousel .buttonNav{display: none;}
.index1 .title{font-size: 18px;width: 100%;}
.index1 ul li{width: 100%;margin: 5px 0;}
.index1 ul li .t1{font-size: 16px;}
.i2List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.i3Tit span{display: none;}
.i3Tit strong{font-size: 24px;}

.i3Warp .img{width: 100%;order: 1;}
.i3Warp .img img{width: 100%;}
.i3Warp .desc{position: relative;top: auto;right: auto;padding: 20px;margin-bottom: 20px;width: 100%;}
.i3Warp .desc ul li strong{font-size: 28px;}
.iTit{font-size: 28px;}
.i4List{margin-top: 35px;}
.i4List .part .tit{font-size: 16px;}
.i4List .part .tit{font-size: 14px;}
.i5Warp{padding: 35px 15px;}
.i6Warp .left, .i6Warp .right{width: 100%;}
.i6List .part .time{font-size: 12px;}
.i6List .part .t1{font-size: 15px;}
.fMenu dl dt a{font-size: 16px;}
.fMenu dl dd a{font-size: 14px;}
.fMenu dl{width: 50%;margin: 0;}
.fLogo{display: none;}
.tongtu{height: 220px;}
.tongtu .imgTop .tit{font-size: 26px;}
.now_cur{padding: 12px 0;}
.now_cur a{font-size: 14px;}
.about1 .img{width: 100%;margin-bottom: 20px;}
.about1 .desc{width: 100%;}
.iTxt{font-size: 14px;}
.i3Slide .tab_title h3{font-size: 22px;}
.i3Slide .tab_content .part .txt{font-size: 12px;}
.about2 .img{width: 100%;margin-bottom: 20px;}
.about2 .desc{width: 100%;}
.about3 h2{font-size: 18px;}
.about3 h3{font-size: 16px;}
.about4{padding: 60px 15px;box-sizing: border-box;}
.about4 .img{width: 100%;padding: 0;margin-bottom: 20px;}
.about4 .right{width: 100%;padding: 0;}
.about4 .img img{width: 100%;max-width: none;}
.about6 ul.tab_title li{margin: 0 5px;position: relative;padding-left: 10px;}
.about6 ul.tab_title li h3{font-size: 16px;}
.about6 ul.tab_title li:before{font-size: 16px;margin: 0;position: absolute;right: -15px;}
.about6 ul.tab_title{padding-bottom: 25px;}
.about6 .tab_box h4{font-size: 18px;}
.develop1_ul>li{width: 100%;margin-bottom: 20px;}
.develop2_tab>ul>li{width: 100%;padding-bottom: 20px;margin-bottom: 15px;}
.dev2_a1 .imgBg{width: 100%;margin: 10px 0;}
.dev2_a1 .desc{width: 100%;}
.dev2_a1 ul li:nth-child(2n) .imgBg{order: 0;}
.dev2_a1 ul li:nth-child(2n) .desc{order: 1;}
.dev2_a2{padding: 20px 10px;}
.dev2_a4{padding: 0;}
.dev2_b2{padding: 20px 10px;}
.dev2_b2_dl dt h2{font-size: 24px;}
.dev2_b2_dl dd{width: 100%;}
.dev2_b2_dl{padding: 0;}
.dev2_c1_w1{padding: 20px 15px;}
.dev2_c1_list>ul>li{width: 100%;}
.dev2_c2{padding: 35px 10px;}
.dev2_c2 .desc{padding: 20px 10px;}
.dev2_c1_h2{font-size: 18px;}
.dev2_c1_ul{padding-left: 20px;}
.dev2_c1_ul li{font-size: 14px;}
.join1_warp{padding: 20px;}
.join1_warp .img{width: 100%;margin-bottom: 20px;}
.join1_warp .desc{width: 100%;}
.dev2_c1_w1{padding: 20px 10px;}
.join3List>ul>li{width: 100%;margin-bottom: 20px;}
.join2 .iTxt h3{font-size: 18px;margin: 10px 0;}
.join_h2{font-size: 24px;}
.join3List .part{min-height: 220px;}
.join3List2 .desc{width: 100%;margin-bottom: 20px;}
.join3List2 .right{width: 100%;}
.pro1List ul li{padding: 0;}
.proTitle h2{font-size: 28px;}
.proTitle h3{font-size: 22px;}
.pro2{padding: 35px 0;}
.pro2 .desc{width: 100%;margin-bottom: 20px;}
.pro2 .img{width: 100%;}
.pro2Slide .tab ul li{font-size: 14px;padding: 3px 5px;}
.pro4Panel .part .imgTop{font-size: 14px;}








}