/*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;}
a{color:#666;transition: 0.5s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
img{transition: 0.5s;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:100%; margin:0 auto;max-width: 1280px;}
.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.aliCet{align-items: center;}
.bgfff{background: #fff;}
.jusEnd{justify-content: flex-end;}



.header{ position:relative;top: 0;left: 0;z-index: 999;width: 100%;transition: ease 0.3s;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 5%;box-sizing: border-box;width: 100%;}
.headList .logo{display: block;}
.headList .logo img{max-height: 80px;width: auto;}

.language{display: flex;justify-content: flex-end;}
.language a{font-size: 16px;color: #000;text-transform: uppercase;}
.language a:hover{color: #CB9543;}
.language .icon img{vertical-align: middle;padding-right: 5px;}
.language em{display: block;width: 1px;height: 20px;background:linear-gradient(244deg,rgba(239,179,18,0) 0%,rgba(239,179,18,1) 50%,rgba(239,179,18,0) 100%);margin: 0 10px;}
.language a.on{color: #CB9543;}

.header.fixed{height: 60px;background: #fff;position: fixed;box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);animation: .95s ease forwards;}
.header.fixed .headList{height: 60px;}
.header.fixed .headList .logo img{max-height: 60px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:60px;line-height:60px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:60px; box-shadow:0px 10px 30px rgb(0 0 0 / 10%);display:none;z-index: 9;border-top: 2px solid #CB9543;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:16px; color:#666;display:block; padding:0 10px;text-align:center;}
.menu a{ font-size:18px;color:#000;display:block;text-align:center;padding: 0 35px;}
.menu a:hover{color:#CB9543;}
a.menu_hover{color:#CB9543;}



/*mMenu*/
.m_header{width: 100%;position: relative;z-index: 9999;}
.sp_header{height:60px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:60px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav span{display:block;background:#CB9543;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 50px);font-size:14px;line-height:40px;top:60px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right: 0;}
.sjj_nav ul{padding: 5%;box-sizing: border-box;border-top: 1px solid #e4e8eb;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav ul li ul{display:none;padding: 0;}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #CB9543;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: 1px #e4e8eb solid;border-bottom: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: transparent;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;}

/*banner*/
.banner{width: 100%;}

.bannerSwiper{width: 100%;}
.bannerSwiper .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.bannerSwiper .img{width: 100%;font-size: 0;overflow: hidden;height: 100%;}
.bannerSwiper .imgTop{position: absolute;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;top: 0;left: 0;}
.bannerSwiper .imgTop:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/bg1.png) center no-repeat;background-size: cover;opacity: 0.3;content: "";z-index: 1;}
.bannerSwiper .desc{width: 100%;text-align: center;position: relative;z-index: 2;max-width: 1380px;margin: 0 auto;}
.bannerSwiper .desc .t1{color: #CB9543;font-size: 38px;padding-bottom: 30px;position: relative;background: linear-gradient(to right, #a67638 0%, #b4943f 50%, #bb873b 80%);-webkit-background-clip: text;color: transparent;text-transform: uppercase;}
.bannerSwiper .desc .t1:after{content: '';position: absolute; left: 50%;bottom: 0px;transform: translateX(-50%);height: 2px;width: 120px;background: linear-gradient(244deg,rgba(239,179,18,0) 0%,rgba(239,179,18,1) 50%,rgba(239,179,18,0) 100%);z-index: 1;}
.bannerSwiper .desc .t2{color: #fff;font-size: 52px;font-weight: bold;margin: 30px 0;}
.bannerSwiper .desc .txt{color: #fff;font-size: 18px;position: relative;display: flex;flex-wrap: wrap;width: 100%;}
.bannerSwiper .desc .item{width: 33.3%;padding: 0 10px;box-sizing: border-box;text-align: center;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{color: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size: 30px;}
.bannerSwiper .bannerPage{border-radius: 0;}

.bannerSwiper .swiper-pagination-bullet{width: 20px;height: 5px;background: #fff;border-radius: 0;opacity: 1;transition: width 0.3s ease-in-out;}
.bannerSwiper .swiper-pagination-bullet-active{background: linear-gradient(to left, #a7763b, #c8964f);width: 45px;}

/*common*/
.iComTitle{width: 100%;text-align: center;padding-bottom: 35px;line-height: 1.8;}
.iComTitle .t1{font-size: 36px;color: #4d4d4d;font-weight: bold;}
.iComTitle .t1 span{display: inline-block;border-bottom: 4px solid #CB9543;}
.iComTitle .t2{font-size: 22px;color: #4d4d4d;text-transform: uppercase;}



.index1{width: 100%;padding: 100px 0;padding-top: 160px;}
.index1 .wapper{width: 100%;max-width: 1280px;margin: 0 auto;}
.i1Warp{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;position: relative;}
.i1Img{width: 50%;position: relative;overflow: hidden;font-size: 0px;}
.i1Img img{width: 100%;max-height: 400px;object-fit: cover;}
.i1Img:after{width: 35px;height: 200%;background: #fff;top: 0;right: 0;content: "";z-index: 1;position: absolute;transform: rotate(5deg);}

.i1Desc{width: 50%;background: #CB9543;position: relative;overflow: hidden;margin-top: -60px;min-height: 300px;z-index: 9;padding: 3% 5%;box-sizing: border-box;background: linear-gradient(to left, #a7763b, #c8964f);}
.i1Desc:before{width: 35px;height: 200%;background: #fff;top: -100%;left: 0;content: "";z-index: 8;position: absolute;transform: rotate(5deg);}
.i1Desc:after{width: 0;height: 100%;background: #cb9543;content: "";position: absolute;top: 0;left: 0;z-index: 6;transition: 0.8s;}

.i1Desc .warp{position: relative;z-index: 9;}
.i1Desc .t1{color: #fff;font-size: 30px;font-weight: bold;margin-bottom: 20px;padding-bottom: 20px;position: relative;}
.i1Desc .t1:after{position: absolute;bottom: 0;left: 0;width: 60px;height: 3px;background: #fff;content: "";}
.i1Desc .txt{font-size: 16px;color: #fff;}
.i1Desc .more{margin-top: 30px;}
.i1Desc .more a{display: inline-block;padding: 0 20px;line-height: 35px;text-align: center;color: #CB9543;font-size: 16px;border-radius: 20px;background: #fff;}
.i1Desc:hover .more a{color: #be8a41;}


.i1Desc:hover:after{width: 100%;}
.i1Txt{position: absolute;bottom: 0;right: 0;text-align: right;width: 50%;}
.i1Txt .t1{font-size: 18px;text-transform: uppercase;color: #999;}
.i1Txt .t2{color: #CB9543;font-size: 28px;font-weight: bold;padding-right: 20px;position: relative;background: linear-gradient(to right, #a67638 0%, #b4943f 50%, #bb873b 80%);-webkit-background-clip: text;color: transparent;}
.i1Txt .t2:after{position: absolute;bottom: 5px;right: 0;width: 10px;height: 10px;background: #CB9543;content: "";}


.index2{width: 100%;overflow: hidden;position: relative;}
.index2 .Warp{padding: 0 15%;box-sizing: border-box;position: absolute;top: 50px;left: 0;width: 100%;}
.i2Tit{max-width: 700px;}
.i2Tit .t1{font-size: 36px;color: #333333;font-weight: bold;margin: 10px 0;}
.i2Tit .t2{color: #999;font-size: 26px;vertical-align: bottom;text-transform: uppercase;}
.i2Tit .txt{font-size: 16px;max-width: 400px;color: #999;margin-top: 20px;}

.i2List{width: 100%;}
.i2Imgbg{width: 100%;}

.i2List .img,
.i2List .img img,
.i2List .mask,
.i2List .mask img {width: 100%;}

.i2List span h1 {font-size: 14px;line-height: 25px;display: none;font-weight: normal;}
.i2List .item:hover span h1 {display: block;}
.i2List .item:hover {border: 0px solid #a3d3ff;}
.i2List .item {border: 0px solid #d9d9d9;}
.i2List .mask {position: absolute;left: 0px;bottom: 0px;}
.i2List .item {width: 188px;position: absolute;}
.i2List .item.i1 {top: 65%;left: 11%;}
.i2List .item.i2 {top: 55%;left: 25%;}
.i2List .item.i3 {top: 52%;left: 42%;}
.i2List .item.i4 {top: 46%;right: 30%;}
.i2List .item.i5 {top: 24%;right: 15%;}
.i2List .item.i6 {top: 4%;right: 4%;}
.i2List .item.i7 {top: 39%;right: 23%;}
.i2List .item.i8 {top: 32%;right: 13%;}
.i2List .item.i9 {top: 21%;right: 5%;}
.i2List .item .img {width: 42px;height: 42px;border: 1px #CB9543 solid;float: left;border-radius: 100px;padding: 6px;position: relative;left: 50%;margin-left: -21px;}
.i2List .item .img img {opacity: 0;}
.i2List .item .img img,
.i2List .item .img font {width: 100%;border-radius: 100px;float: left;}
.i2List .item .img font {background-color: #CB9543;}
.i2List .item .text {width: 100%;position: relative;float: left;text-align: center;font-size: 16px;color: #454545;}
.i2List .item .text:before {content: "";width: 1px;height: 0px;position: relative;float: left;left: 50%;border-left: 1px #CB9543 solid;}
.i2List .item .text font {width: 100%;float: left;padding-top: 6px;}
.i2List .item:hover {margin-top: -73px;}
.i2List .item:hover .img {width: 188px;height: 188px;padding: 14px;margin-left: -94px;background-color: rgba(254, 210, 39, 0.14);box-sizing: border-box;}
.i2List .item:hover img {opacity: 1;}
.i2List .item:hover .text:before {height: 60px;}
.i2List .info {width: 100%;position: absolute;top: 10%;left: 0px;z-index: 10;}
.i2List .line {width: 30px;height: 1px;border-top: 2px #454545 solid;display: inline-block;margin: 20px 0;}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.fadeInUp,
.fadeInRight,
.fadeInLeft,
.fadeInDown,
.fadeIn {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.i2List .item .img,
.i2List .item {
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-ms-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}



.index3{width: 100%;padding: 60px 0;}
.i3List{width: 100%;}
.i3List ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i3List ul li{width: 30%;}
.i3List .part{display: block;background: #fff;height: 100%;box-shadow: 0 1px 15px 0 rgb(0 0 0 / 8%);border-radius: 30px;padding: 50px 30px;box-sizing: border-box;transition: 0.3s;}
.i3List .part .tit{font-size: 26px;text-align: center;color: #4d4d4d;}
.i3List .part .tit span{color: #CB9543;background: linear-gradient(to right, #a67638 0%, #b4943f 50%, #bb873b 80%);-webkit-background-clip: text;color: transparent;}
.i3List .part .icon{margin-top: 30px;text-align: center;font-size: 0px;}
.i3List .part .icon img{width: 320px;height: 320px;/*border-radius: 50%;*/object-fit: cover;}
.i3List .part .info{margin-top: 30px;font-size: 14px;color: #808080;}
.i3List .part:hover{transform: translateY(-12px);}



.index4{width: 100%;position: relative;overflow: hidden;padding: 80px 0 80px 0;background: #fff;}
.i4Top{position: absolute;top: 0;left: 0;width: 100%;z-index: 9;}
.i4Top img{width: 100%;height: 60px;}
.index4 .wapper{max-width: 1280px;}
.i4Warp{background: #fff url(../images/m-4j-bj-img.png) right bottom no-repeat;width: 100%;min-height: 300px;box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);display: flex;flex-wrap: wrap;justify-content: space-between;overflow: hidden;}
.i4Img{width: 45%;font-size: 0px;overflow: hidden;}
.i4Img img{width: 100%;}

.i4Desc{width:55%;padding: 3%;box-sizing: border-box;}
.i4Desc .t1{color: #333333;font-size: 36px;}
.i4Desc .t2{color: #666;font-size: 18px;text-transform: uppercase;margin: 10px 0;}
.i4Desc .text{color: #999;font-size: 16px;margin: 10px 0;margin-bottom: 35px;}
.i4List{width: 100%;display: flex;flex-wrap: wrap;margin-top: 50px;}
.i4List .item{width: 50%;padding-right: 20px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;margin-bottom: 35px;}
.i4List .item .icon{width: 40px;font-size: 0px;margin-right: 15px;}
.i4List .item .icon img{width: 100%;}
.i4List .item .desc{flex: 1;}
.i4List .item .t1{font-size: 18px;color: #333333;}
.i4List .item .txt{margin-top: 5px;font-size: 16px;color: #666666;}
.i4List .item .txt a{color: #666;}
.i4List .item:hover .txt a{color: #CB9543;}

.i4Ewm{width: 145px;font-size: 16px;color: #666;text-align: center;}
.i4Ewm img{width: 100%;}

.index5{width: 100%;padding: 60px 0;}
.i5List{width: 100%;}
.i5List ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i5List ul li{width: 20%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;height: 100%;}
.i5List .part{display: block;width: 100%;overflow: hidden;background: #f7f8fc;}
.i5List .part .img{width: 100%;overflow: hidden;}
.i5List .part .img img{width: 100%;transition: 0.6s;}
.i5List .part .desc{padding: 20px 10px;text-align: center;background: #f8f8f8;box-sizing: border-box;}
.i5List .part .t1{font-size: 18px;color: #333;font-weight: bold;margin-bottom: 10px;transition: 0.3s;}
.i5List .part .info{font-size: 16px;color: #666;}
.i5List .part:hover{box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);}
.i5List .part:hover .img img{transform: scale(1.05);}
.i5List .part:hover .t1{color: #CB9543;}
.i5List ul li:nth-child(1){width: 22%;}
.i5List ul li:nth-child(2){width: 22%;}
.i5List ul li:nth-child(3){width: 22%;}
.i5List ul li:nth-child(4){width: 22%;}


.footer{width: 100%;padding: 40px 0;background: #f5f5f5;}
.fWarp{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.fLeft{width: 30%;}
.flogo{width: 100%;font-size: 13px;color: #999;}
.flogo img{max-width: 180px;width: 100%;}
.fRight{width: 70%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.fRight dl{margin-right: 5vw;font-size: 13px;color: #999;flex: 1;}
.fRight dl dt{font-size: 14px;color: #333;margin-bottom: 10px;font-weight: bold;}
.fRight dl a{color: #666;}
.fRight dl a:hover{color: #333;}
.fRight dl.fmenu{/* width: 110px; */flex: 1;}
.fRight dl.fmenu dd{border-bottom: 1px solid #666;line-height: 36px;padding: 0;}
.fRight dl dd{padding: 10px 0;}
.fRight .ewm{width: 100px;text-align: center;font-size: 14px;color: #666;font-weight: bold;}
.fRight .ewm img{width: 100%;}

.fLink{margin-top: 30px;}
.fLink a{display: block;position: relative;margin-right: 10px;}
.fLink .btn{display: block;width: 35px;font-size: 18px;overflow: hidden;height: 35px;border-radius: 50%;color: #333;border: 1px solid #333;text-align: center;line-height: 35px;opacity: 0.8;}
.fLink .btn img{width: 100%;height: 100%;object-fit: cover;}
.fLink .panel{position: absolute;bottom: 40px;left: -60px;width: 150px;text-align: center;background: #fff;z-index: 9;border-radius: 5px;padding: 10px 0;box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);font-size: 14px;display: none;color: #666;}
.fLink .panel img{width: 120px;}
.fLink a:hover .btn{opacity: 1;}
.fLink a:hover .panel{display: block;}



.copyRight{width: 100%;background: #fff;padding: 10px 0;border-top: 1px solid #eee;}
.copyRight .desc{width: 50%;font-size: 14px;color: #333;}
.copyRight a{color: #333;font-size: 14px;}


.tongtu{width: 100%;font-size: 0px;overflow: hidden;position: relative;}
.tongtu img{width: 100%;}


.about{width: 100%;padding: 60px 0;}
.about .wapper{position: relative;z-index: 9;}
.aboWarp{font-size: 15px;color: #333;text-align: center;margin-bottom: 50px;}


.aboTit{width: 100%;text-align: center;}
.aboTit .icon1 img,
.aboTit .icon2 img{max-width: 100%;width: auto;}
.aboTit .tit{margin: 20px 0;background: #fff;padding: 15px;box-sizing: border-box;}
.aboTit .t1{color: #cb9543;font-weight: bold;font-size: 28px;margin-bottom: 10px;}
.aboTit .t2{color: #333;font-size: 26px;margin-top: 10px;font-weight: 500;}

.aboList{width: 100%;position: relative;}
.aboList ul:before{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 1px;height: 100%;background: #cb9543;content: "";z-index: 1;}
.aboList ul:after{position: absolute;width: 20px;height: 13px;bottom: 0;left: 50%;transform: translateX(-50%);background: url(../images/sanjiaoend.png) center no-repeat;background-size: contain;content: "";z-index: 1;}
.aboList ul li{width: 100%;}
.aboList .part{display: flex;justify-content: space-between;width: 100%;position: relative;}
.aboList .part .img{width: 45%;padding: 20px;box-sizing: border-box;position: relative;}
.aboList .part .img img{width: 100%;}
.aboList .part .img:before{width: calc(100% - 50px);height: calc(100% - 50px);position: absolute;top: 0;left: 0;border: 1px solid #eee;content: "";z-index: -1;}
.aboList .part .img:after{width: calc(100% - 50px);height: calc(100% - 50px);position: absolute;top: 10px;left: 10px;border: 1px solid #eee;content: "";z-index: -1;}

.aboList .part .icon{position: absolute;width: 45px;height: 45px;background: #fff;border-radius: 50%;color: #cb9543;font-size: 20px;display: flex;justify-content: center;align-items: center;font-style: normal;top: 38px;left: 50%;transform: translateX(-50%);z-index: 2;font-weight: bold;box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);}
.aboList .part:after{position: absolute;width: 12px;height: 12px;background: #cb9543;border-radius: 50%;top: 120px;left: 50%;transform: translateX(-50%);z-index: 2;content: "";}

.aboList .desc{width: 45%;padding: 20px;box-sizing: border-box;}
.aboList .desc .t1{margin-top: 25px;color: #cb9543;font-size: 24px;font-weight: bold;}
.aboList .desc .line{width: 45px;height: 1px;background: #ddd;margin: 15px 0;display: inline-block;}
.aboList .desc .info{font-size: 15px;color: #333;}

.aboList ul li:nth-child(even) .part .img{order: 1;}
.aboList ul li:nth-child(even) .part .desc{order: 0;text-align: right;}
.aboList ul li:nth-child(even) .part .img:before{left: auto;right: 0;}
.aboList ul li:nth-child(even) .part .img:after{left: auto;right: 10px;}

.team{width: 100%;padding: 60px 0;}
.team .wapper{width: 100%;max-width: 1280px;margin: 0 auto;}
.teamList{width: 100%;}
.teamList ul{display: flex;flex-wrap: wrap;}
.teamList ul li{width: 25%;}
.teamList .part{overflow: hidden;border: 2px solid transparent;height: 480px;display: block;}
.teamList .part .img{width: 100%;font-size: 0px;overflow: hidden;background: #f7f8fc;height: 350px;transition: 0.3s;}
.teamList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.3s;}
.teamList .part .desc{width: 100%;padding: 20px;box-sizing: border-box;transition: 0.3s;position: relative;z-index: 9;}

.teamList .part .t1{font-size: 18px;color: #000;transition: 0.3s;}
.teamList .part .t2{font-size: 15px;color: #333;margin: 10px 0;transition: 0.3s;}
.teamList .part .info{font-size: 13px;color: #666;transition: 0.3s;height: 100px;overflow: hidden;display: none;}
.teamList .part .info p{padding: 0;}

.teamList .part:hover{border-color: #333;background: #333;}
.teamList .part:hover .img{background: #333;transform: translateY(-20px);}
.teamList .part:hover .desc{margin-top: -80px;background: #333;}
.teamList .part:hover .t1{color: #fff;opacity: 0.8;}
.teamList .part:hover .t2{color: #999;}
.teamList .part:hover .info{color: #bebebe;display: block;}

.team2{width: 100%;padding: 60px 0;background: #f7f8fc;}
.team2 .wapper{width: 100%;max-width: 1280px;margin: 0 auto;}
.team2List{width: 100%;position: relative;padding: 0 5%;box-sizing: border-box;}
.team2List .part{overflow: hidden;border: 2px solid transparent;display: block;width: 100%;box-sizing: border-box;background: #fff;}
.team2List .part .img{width: 100%;font-size: 0px;overflow: hidden;background: #eee;height: 350px;transition: 0.3s;}
.team2List .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.3s;}
.team2List .part .desc{width: 100%;padding: 20px;box-sizing: border-box;transition: 0.3s;position: relative;z-index: 9;}

.team2List .part .t1{font-size: 18px;color: #000;transition: 0.3s;}
.team2List .part .t2{font-size: 15px;color: #333;margin: 10px 0;transition: 0.3s;}
.team2List .part .info{font-size: 13px;color: #666;transition: 0.3s;}
.team2List .part .info p{padding: 0;}

.team2List .swiper-button-next,.team2List .swiper-button-prev{width: 30px;height: 60px;background: #333;color: #FFFFFF;}
.team2List .swiper-button-next:after,.team2List .swiper-button-prev:after{font-size: 30px;}

.team2List2{width: 100%;}
.team2List2 ul{display: flex;flex-wrap: wrap;}
.team2List2 ul li{width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.team2List2 .part{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;background: #fff;box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);position: relative;overflow: hidden;}
.team2List2 .part .desc{width: 50%;padding: 20px;box-sizing: border-box;}
.team2List2 .part .t1{font-size: 18px;color: #000;transition: 0.3s;}
.team2List2 .part .t2{font-size: 15px;color: #333;margin: 10px 0;transition: 0.3s;}
.team2List2 .part .info{font-size: 13px;color: #666;transition: 0.3s;}
.team2List2 .part .info p{padding: 0;}

.team2List2 .part .img{width: 50%;font-size: 0px;overflow: hidden;}
.team2List2 .part .img img{width: 100%;position: relative;transition: 0.5s;right: 0;bottom: 0;}
.team2List2 .part:hover .img img{right: -20px;bottom: -20px;}

.team3{width: 100%;padding-top: 80px;overflow: hidden;position: relative;}

.business{width: 100%;padding: 60px 0;}
.busList{width: 100%;}
.busList ul{display: flex;flex-wrap: wrap;}
.busList ul li{width: 33.33%;padding: 0 20px;box-sizing: border-box;margin-bottom: 30px;}
.busList .part{display: block;width: 100%;overflow: hidden;position: relative;border-bottom: 1px solid #ddd;box-sizing: border-box;}
.busList .part:after{position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #CB9543;content: "";transition: 0.6s;}
.busList .part:hover:after{width: 100%;}



.busList .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.busList .part .img img{width: 100%;transition: 0.6s;}
.busList .part .desc{width: 100%;padding: 20px 0;}
.busList .part .t1{font-size: 16px;color: #333;}
.busList .part .info{font-size: 14px;color: #666;}
.busList .part:hover .img img{transform: scale(1.1);}
.busList .part:hover .t1{color: #CB9543;}

.busLista{width: 100%;margin: 20px 0;}
.busLista ul li{width: 49%;margin-bottom: 50px;}
.busLista .part{width: 100%;display: flex;flex-wrap: wrap;}
.busLista .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.busLista .part .img img{width: 100%;}
.busLista .part .desc{padding: 30px 0;box-sizing: border-box;}
.busLista .part .t1{font-size: 26px;font-weight: bold;color: #333333;position: relative;margin-bottom: 50px;padding-bottom: 20px;}
.busLista .part .t1:after{width: 100px;height: 5px;background: #CB9543;content: "";position: absolute;bottom: 0;left: 0;}
.busLista .part .info{font-size: 16px;color: #666;}



.busLista ul li:nth-child(even) .desc{order: 1;}
.busLista ul li:nth-child(even) .img{order: 0;}

.busLista ul li:last-child{width: 100%;}
.busLista ul li:last-child .desc{width: 49%;padding: 30px;}
.busLista ul li:last-child .img{width: 49%;}


.contact{width: 100%;padding: 60px 0;}
.contWarp{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contL{width: 48%;border: 4px solid rgba(0,0,0,.05);background: url(../images/ny-con-bj.png) no-repeat bottom right;padding: 30px;box-sizing: border-box;}
.contL .tit{font-size: 24px;color: #333333;}
.contL ul li{margin: 30px 0;display: flex;flex-wrap: wrap;}
.contL ul li .icon{width: 60px;height: 60px;display: inline-block;background: #CB9543;border-radius: 50%;display: flex;justify-content: center;align-items: center;box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);margin-right: 10px;}
.contL ul li .icon img{width: 30px;}
.contL ul li .desc{flex: 1;}
.contL ul li .t1{font-size: 20px;color: #000;margin-top: 5px;}
.contL ul li .txt{font-size: 15px;color: #333333;margin-top: 5px;line-height: 1.6;}


.contR{width: 48%;}
.contR .tit{font-size: 24px;color: #333333;}
.contR .tit .icon img{vertical-align: middle;padding-right: 5px;}
.contR .txt{margin-top: 10px;font-size: 15px;color: #666666;}
.contR .i4Form ul li{width: 100%;}

.contDesc{font-size: 14px;color: #666;margin: 40px 0;}
.contDesc p{padding: 0;}


.i4Form{width: 100%;}
.i4Form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i4Form ul li{margin-top: 20px;width: 100%;}
.i4Form ul li:nth-child(1){width: 49%;}
.i4Form ul li:nth-child(2){width: 49%;}
.i4Form .input{width: 100%;}
.i4Form input,
.i4Form textarea{width: 100%;height: 44px;border: 1px solid #e5e5e5;padding: 0 10px 0 44px;box-sizing: border-box;font-size: 14px;color: #666;outline: none;}
.i4Form input:focus,
.i4Form textarea:focus{border: 1px solid #5c8ae6;}
.i4Form textarea{padding: 10px 10px 10px 44px;height: 230px;}

.i4Form .eml input{background: url(../images/xp-i-01.png) 10px 12px no-repeat;}
.i4Form .tel input{background: url(../images/xp-i-02.png) 10px 12px no-repeat;}
.i4Form .mes textarea{background: url(../images/xp-i-03.png) 10px 10px no-repeat;}

.i4Form button{width: 110px;height: 40px;background: #CB9543;text-align: center;color: #fff;font-size: 14px;border: none;transition: 0.3s;}
.i4Form button:hover{background: #333333;}

.current{font-size: 15px;color: #666;text-align: center;}
.current a{color: #666;text-transform: capitalize;}
.current a:hover{color: #CB9543;text-decoration: underline;}
.current a.on{color: #CB9543;text-decoration: underline;}
.current i{color: #CB9543;padding-right: 5px;}
.current em{font-style: normal;padding: 0 5px;}

.inside{width: 100%;padding: 60px 0;font-size: 14px;color: #333;min-height: 500px;overflow: hidden;}
.inside img{max-width: 100%;}







@media only screen and (max-width: 1380px) {
.bannerSwiper .desc .t1{font-size: 32px;margin-bottom: 20px;}
.bannerSwiper .desc .t2{font-size: 46px;margin: 20px 0;}
.bannerSwiper .desc .txt{font-size: 16px;}
.bannerSwiper .img img{height: 520px;object-fit: cover;}
.wapper{padding: 0 20px;box-sizing: border-box;}
.index2 .Warp{padding: 0 5%;}
.i2Tit .txt{max-width: 600px;}

.i2List .item.i1 {top: 60%;left: 11%;}
.i2List .item.i2 {top: 53%;left: 25%;}
.i2List .item.i3 {top: 50%;left: 42%;}
.i2List .item.i4 {top: 46%;right: 28%;}
.i2List .item.i5 {top: 24%;right: 14%;}
.i2List .item.i6 {top: 4%;right: 4%;}
.i2List .item.i7 {top: 39%;right: 23%;}
.i2List .item.i8 {top: 32%;right: 13%;}
.i2List .item.i9 {top: 21%;right: 5%;}

.index2 .Warp{top: 25px;}
.i2List .item:hover{margin-top: -70px;}
.i2List .item:hover .img{width: 160px;height: 160px;margin-left: -80px;}
.i2List .item:hover .text:before{height: 35px;}
.i2List span h1{line-height: 1.6;}












}



@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.headList{height: 80px;}
.headList .logo img{max-height: 60px;}
.menu a{padding: 0 25px;font-size: 16px;}
.bannerSwiper .desc .t1{font-size: 28px;margin-bottom: 15px;padding-bottom: 15px;}
.bannerSwiper .desc .t2{font-size: 38px;margin: 15px 0;}
.bannerSwiper .desc .txt{font-size: 15px;}
.bannerSwiper .img img{height: 460px;object-fit: cover;}
.i1Desc{margin-top: -80px;}
.index2 .Warp{padding: 0 20px;}
.i2Imgbg{height: 480px;}
.i3List ul li{width: 32%;}
.i3List .part{padding: 30px 20px;}
.i3List .part .tit{font-size: 24px;}
.teamList .part{height: 460px;}
.team2List2 ul li{width: 50%;}










}


@media only screen and (max-width: 980px) {
.headList{height: 75px;padding: 0 3%;}
.headList .logo img{max-height: 60px;}
.menu a{padding: 0 20px;font-size: 15px;}
.language a{font-size: 15px;}
.bannerSwiper .desc .t1{font-size: 24px;margin-bottom: 10px;padding-bottom: 10px;}
.bannerSwiper .desc .t2{font-size: 32px;margin: 10px 0;}
.bannerSwiper .desc .txt{font-size: 14px;}
.bannerSwiper .img img{height: 420px;object-fit: cover;}

.i1Txt{display: none;}
.i1Desc{padding: 3% 5%;padding-right: 3%;}
.i1Desc .t1{font-size: 26px;padding-bottom: 15px;margin-bottom: 15px;}
.i1Desc .txt{font-size: 15px;}
.i1Desc .more{text-align: right;}
.i1Desc .more a{font-size: 15px;}

.i1Img{width: 100%;order: 1;}
.i1Desc{width: 100%;padding: 5%;order: 0;margin: 0;}
.i1Desc:before{width: 200%;height: 25px;top: auto;left: -100%;bottom: 0;transform: rotate(2deg);}
.i1Img:after{width: 200%;height: 25px;top: 0;transform: rotate(2deg);right: -100%;}
.index1{padding: 80px 0;}

.i2Tit .t1{font-size: 32px;}
.i2Tit .t2{font-size: 24px;}
.i2Tit .txt{font-size: 15px;}
.iComTitle .t1{font-size: 32px;}
.iComTitle .t2{font-size: 18px;}

.i2Tit .txt{max-width: 400px;}
.i2List .item.i1 {top: 60%;left: 8%;}
.i2List .item.i2 {top: 51%;left: 25%;}
.i2List .item.i3 {top: 50%;left: 42%;}
.i2List .item.i4 {top: 42%;right: 22%;}
.i2List .item.i5 {top: 22%;right: 10%;}
.i2List .item.i6 {top: 4%;right: 4%;}
.i2List .item.i7 {top: 39%;right: 23%;}
.i2List .item.i8 {top: 32%;right: 13%;}
.i2List .item.i9 {top: 21%;right: 5%;}

.index2 .Warp{top: 25px;}
.i2List .item:hover{margin-top: -40px;}
.i2List .item:hover .img{width: 120px;height: 120px;margin-left: -60px;padding: 6px;}
.i2List .item:hover .text:before{height: 25px;}
.i2List span h1{line-height: 1.6;font-size: 13px;}
.i2List .item .text font{font-size: 15px;}

.i3List .part{border-radius: 10px;}
.i3List .part .icon{margin-top: 15px;}
.i3List .part .info{margin-top: 15px;}
.i3List .part .tit{font-size: 22px;}

.i4Desc .t1{font-size: 32px;}
.i4Desc .t2{font-size: 16px;}
.i4Desc .text{font-size: 15px;}
.i4List .item{margin-bottom: 25px;}
.i4List .item .t1{font-size: 16px;}
.i4List .item .txt{font-size: 14px;}
.i4List .item{margin-bottom: 15px;}
.i4Ewm{width: 120px;}
.i4List{margin-top: 30px;}
.i5List ul li{width: 33.3%;}
.aboTit .t1{font-size: 24px;}
.aboTit .t2{font-size: 22px;}
.aboList .desc .t1{margin-top: 15px;}
.aboList .desc{padding: 15px;}
.teamList ul li{width: 50%;}
.busList ul li{padding: 0 10px;}
.contL{padding: 25px;}
.fDesc .logo{width: 160px;}
.fMenu dl{width: 25%;}
.busLista .part .t1{font-size: 22px;margin-bottom: 20px;}





}


@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.index1 .wapper{padding: 0 15px;}
.bannerSwiper .desc .t1{font-size: 18px;margin-bottom: 10px;padding-bottom: 10px;}
.bannerSwiper .desc .t2{font-size: 26px;margin: 10px 0;}
.bannerSwiper .desc .txt{font-size: 12px;}
.bannerSwiper .img img{height: 360px;object-fit: cover;}
.bannerSwiper .desc .item{width: 50%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}

.i2List .item.i1 {top: 64%;left: 0%;}
.i2List .item.i2 {top: 52%;left: 20%;}
.i2List .item.i3 {top: 50%;left: 40%;}
.i2List .item.i4 {top: 40%;right: 18%;}
.i2List .item.i5 {top: 16%;right: 5%;}
.i2List .item.i6 {top: 4%;right: 4%;}
.i2List .item.i7 {top: 39%;right: 23%;}
.i2List .item.i8 {top: 32%;right: 13%;}
.i2List .item.i9 {top: 21%;right: 5%;}

.i2Tit .t1{font-size: 28px;}
.i2Tit .t2{font-size: 20px;}
.i2Tit .txt{font-size: 14px;}
.iComTitle .t1{font-size: 28px;}
.iComTitle .t2{font-size: 16px;}

.i3List ul li{width: 100%;margin-bottom: 10px;}
.index4{padding: 80px 0;}
.i4Top img{height: 30px;}

.i4Img{width: 100%;display: none;}
.i4Desc{width: 100%;padding: 20px 3%;box-sizing: border-box;}
.i4Desc .t1{font-size: 28px;}
.i4Desc .t2{font-size: 15px;}
.i4Ewm{margin-top: 20px;}
.i5List ul li{width: 50%;}
.aboTit .t1{font-size: 18px;}
.aboTit .t2{font-size: 16px;}
.aboList .desc .t1{font-size: 18px;}
.aboList .desc .line{margin: 10px 0}
.aboList .desc .info{font-size: 14px;}
.busList ul li{width: 50%;}
.contL{width: 100%;margin-bottom: 50px;}
.contR{width: 100%;}
.fLeft{width: 100%;margin-bottom: 20px;align-items: center;display: flex;flex-direction: column;}
.fRight{width: 100%;justify-content: center;}
.flogo{text-align: center;}
.fRight .ewm{display: none;}
.fRight dl.fmenu{width: 50%;display: block !important;text-align: center;}
.fRight dl{display: none;}
.copyRight .desc{width: 100%;}
.copyRight{text-align: center;}
.copyRight .disFlex{display: block;}
.copyRight p{padding: 0;}
.team2List2 ul li{width: 100%;}

.busLista .part .t1{font-size: 18px;margin-bottom: 20px;}
.busLista .part .desc{padding: 20px 0;}
.busLista .part .info{font-size: 14px;}
.busLista ul li:last-child .desc{padding: 20px;}




}


@media only screen and (max-width: 620px) {
.wapper{padding: 0 10px;}
.bannerSwiper .img img{height: 280px;object-fit: cover;}
.bannerSwiper .desc .t1{font-size: 16px;margin-bottom: 10px;padding-bottom: 10px;}
.bannerSwiper .desc .t2{font-size: 20px;margin: 10px 0;}
.bannerSwiper .desc .item p{padding: 0;}
.index1{padding: 60px 0;}
.i1Desc .more{margin: 15px 0;}
.i2Tit .t1{font-size: 26px;}
.i2Tit .t2{font-size: 18px;}
.i2Tit .txt{font-size: 12px;margin-top: 10px;}
.iComTitle .t1{font-size: 26px;}
.iComTitle .t2{font-size: 15px;}

.index2{padding: 20px 0;}
.index2 .Warp{position: relative;top: 0;}
.i2Tit{width: 100%;text-align: center;margin-bottom: 30px;}
.i2Imgbg{display: none;}
.i2List{display: flex;flex-wrap: wrap;}
.i2List .item{position: relative;top: auto !important;left: auto !important;right: auto !important;bottom: auto !important;display: block;width: 100%;padding: 10px;box-sizing: border-box;margin-bottom: 20px;}
.i2List .item .img{position: relative;margin: 0 auto;float: none;display: block;left: 0;}
.i2List .item .img img{opacity: 1;}
.i2List .item .text{float: none;}
.i2List .item .text font{padding-top: 10px;}
.i2List span h1{display: block;margin-top: 10px;}
.i2List .item:hover .img {width: 60px;height: 60px;margin: 0 auto;padding: 6px;}

.i4List .item{width: 100%;}
.i4Desc .t1{font-size: 26px;}
.i4Desc .t2{font-size: 14px;}
.i4Desc .text{font-size: 14px;margin: 10px 0;}
.i5List ul li{padding: 0 5px;}
.i5List .part .t1{font-size: 14px;margin-bottom: 5px;}
.i5List .part .info{font-size: 13px;}
.i5List .part .desc{padding: 10px 5px;}
.footer{padding: 20px 0;}
.fDesc{font-size: 13px;}
.index5{padding: 45px 0;}
.about{padding: 45px 0;}
.about .wapper{padding: 0;}
.aboWarp{font-size: 13px;margin-bottom: 25px;}
.aboList .part .icon{width: 25px;height: 25px;font-size: 12px;top: 5px;font-weight: normal;}
.aboList .part .img{padding: 5px;width: 46%;}
.aboList .desc .t1{font-size: 16px;margin-top: 0;font-weight: normal;}
.aboList .desc{padding: 5px;width: 46%;}
.aboList .desc .line{margin: 5px 0;}
.aboList .desc .info{font-size: 12px;}
.aboList .desc .info p{padding: 0;line-height: 1.6;}
.aboList .part .img:before{width: calc(100% - 20px);height: calc(100% - 20px);}
.aboList .part .img:after{width: calc(100% - 20px);height: calc(100% - 20px);top: 5px;left: 5px;}
.aboList .part:after{width: 6px;height: 6px;top: 45px;}
.aboList ul li{padding-bottom: 15px;}

.iComTitle{padding-bottom: 15px;}
.tongtu img{min-height: 180px;object-fit: cover;}

.teamList .part{height: 290px;overflow: hidden;}
.teamList .part .img{height: 190px;}
.teamList .part .desc{padding: 10px;}
.teamList .part .t1{font-size: 16px;}
.teamList .part .t2{font-size: 12px;margin: 5px 0;}
.teamList .part .info{font-size: 12px;}
.teamList .part .info p{line-height: 1.6;}
.teamList .part:hover .desc{margin-top: -40px;}
.team{padding: 45px 0;}
.team2List{padding: 0;}
.team2List .swiper-button-next,.team2List .swiper-button-prev{width: 20px;height: 40px;background: #333;color: #FFFFFF;}
.team2List .swiper-button-next:after,.team2List .swiper-button-prev:after{font-size: 20px;}
.team3{padding-top: 60px;}
.busList ul li{padding: 0 5px;}
.business{padding: 45px 0;}
.busList .part .desc{padding: 10px 0;}
.busList .part .info{font-size: 12px}
.busList .part .info p{line-height: 1.6;}
.contR .i4Form ul li{width: 100% !important;}
.contL ul li .icon{width: 45px;height: 45px;}
.contL ul li .icon img{width: 25px;}
.contL .tit{font-size: 18px;}
.team2List2 .part .desc{padding: 15px;}
.team2List2 .part .t1{font-size: 16px;}
.team2List2 .part .t2{font-size: 14px;}
.team2List2 .part .info{font-size: 12px;}
.team2List2 ul li{padding: 0;}

.busLista ul li{width: 100%;margin-bottom: 20px;}
.busLista .part .desc{padding: 20px 0 !important;order: 0 !important;width: 100% !important;}
.busLista .part .img{width: 100% !important;order: 1 !important;}


}
