/*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.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
img{transition: 0.3s;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


.header{ position:relative;border-bottom: 1px solid #f5f5f5;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;box-sizing: border-box;}
.headList .logo{display: block;margin-right: 60px;}
.headList .logo img{max-height: 60px;width: auto;}


/*menu*/
.pc_menu{display: flex;align-items: center;}
.menu{height:35px;line-height:35px;}
.menu ul li{ float:left; position:relative;padding: 0 32px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:37px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; padding:0;text-align:center;}
.menu ul li dl dd a:hover{ color:#ffb200;}
.menu a{ font-size:16px;color:#333;display: inline-block;position: relative;}
.menu ul li span a:after{position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #ffb200;border-radius: 2px;content: "";opacity: 0;}
.menu ul li a:hover{color:#000;transform: scale(1.1);font-weight: bold;}
.menu ul li a:hover:after{opacity: 1;}
a.menu_hover{color:#000;transform: scale(1.1);font-weight: bold;}
.menu ul li.on a{color:#000;transform: scale(1.1);font-weight: bold;}
.menu ul li.on a.on{opacity: 1;}


.hTel{color: #333;font-size: 18px;font-weight: bold;}
.hTel i{font-size: 24px;padding-right: 10px;vertical-align: middle;}

/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: none;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; border:none !important; padding:0 !important; margin:0 !important;}

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;}

/*common*/
.disFlex{display: flex; flex-wrap: wrap;}
.jusbet{justify-content: space-between;}
.iComTitle{text-align: center;margin-bottom: 45px;}
.iComTitle .tit{color: #333333;font-size: 48px;margin-bottom: 10px;}
.iComTitle .tit span{color: #ffb200;}
.iComTitle .txt{text-align: center;color: #666;font-size: 18px;max-width: 780px;margin: 0 auto;}



.index1{width: 100%;padding: 100px 0;}
.i1List{width: 100%;margin-top: 90px;}
.i1List ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;}
.i1List .part{display: block;position: relative;overflow: hidden;border-radius: 20px;}
.i1List .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.i1List .part .img img{width: 100%;}
.i1List .part .imgTop{position: absolute;bottom: -70%;left: 0;background: rgba(0,0,0,0.6);padding: 20px;box-sizing: border-box;height: 100%;overflow: hidden;transition: 0.5s; width:100%;}
.i1List .part .tit{text-align: center;color: #fff;font-size: 28px;height: 40px;line-height: 40px;overflow: hidden;margin-bottom: 10px;}
.i1List .part .line{display: block;width: 40px;height: 4px;background: #ffb200;border-radius: 2px;margin: 0 auto;}
.i1List .part .info{margin-top: 0px;font-size: 16px;color: #fff; text-align:center;}
.i1List .part:hover .imgTop{bottom: 0;}
.i1List .part:hover .img img{transform: scale(1.1);}

.index2{width: 100%;padding: 100px 0;background: #fefcf7;}
.i2Warp{width: 100%;position: relative;margin-top: 90px;height: 600px;}
.i2Warp .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative; margin-left:-15px;}
.i2Warp .img img{width: 500px;height: 500px;border-radius: 50%;object-fit: cover;position: relative;z-index: 2;}
.i2Warp .img:after{position: absolute;display: block;border-radius: 50%;background: #FFB200;transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;width: 500px;height: 500px;top: calc(50% - 250px);left: calc(50% - 250px);content: "";z-index: 1; opacity:0;}

/*@-webkit-keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 0.6
 }
 50% {
  transform: scale(1.2);
  opacity: 0
 }
 to {
  transform: scale(1);
  opacity: 0.6
 }
}*/

/*@keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 0.6
 }
 50% {
  transform: scale(1.2);
  opacity: 0
 }
 to {
  transform: scale(1);
  opacity: 0.6
 }
}*/

.i2List{width: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 3;}
.i2List ul li{width: 50%;display: flex;}
.i2List .part{display: block;width: 400px;padding: 30px;box-sizing: border-box;box-shadow: 0 4px 10px -2px rgb(0 0 0 / 20%);border-radius: 20px;overflow: hidden;height: 100%;background: #fff;}
.i2List .part .t1{font-size: 28px;font-weight: bold;color: #FFB200;margin-bottom: 10px;}
.i2List .part .info{font-size: 18px;color: #666;}
.i2List .part .info p{padding: 2px 0;}
.i2List ul li:nth-child(1),
.i2List ul li:nth-child(2){margin-bottom: 100px;}
.i2List ul li:nth-child(even){justify-content: flex-end;}
.i2List ul li:nth-child(1) .part .t1{color: #FFB200;}

.index3{width: 100%;padding: 100px 0;overflow: hidden;position: relative;}
.i3Swiper:before{position: absolute;top: 0;left: 0;width: 27%;opacity: 0.8;content: "";height: 100%;z-index: 9;background: rgba(255,255,255,0.1);
background: -webkit-linear-gradient(to left, rgba(255,255,255,0.1), rgba(255,255,255,1));
background: linear-gradient(to left, rgba(255,255,255,0.1), rgba(255,255,255,1));}
.i3Swiper:after{position: absolute;top: 0;right: 0;width: 27%;opacity: 0.8;content: "";height: 100%;z-index: 9;background: rgba(255,255,255,0.1);
background: -webkit-linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,1));
background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,1));}
.i3List{width: 100%;position: relative;padding-top: 30px;}
.i3List .part{display: block;width: 100%;text-align: center;}
.i3List .part .img{/*width: 100%;*/font-size: 0px;overflow: hidden;border-radius: 20px; border:15px solid transparent;}
.i3List .part .img_box{ padding-bottom:62.5%; position:relative;}
.i3List .part .img img{ position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto !important;}
.i3List .part .desc{margin-top: 20px;}
.i3List .part .tit{font-size: 28px;color: #000;font-weight: bold;margin-bottom: 10px;}
.i3List .part .info{font-size: 18px;color: #000;}
.i3List .swiper-slide.swiper-slide-active .part .img{ border-color: #000; background:#000;}

.i3List .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: auto;}
.i3List .swiper-pagination{bottom: auto;top: 0 !important;height: auto;}
.i3List .swiper-pagination-bullet{width: 20px;height: 12px;border-radius: 5px;background: #FFB200;transition: width 0.3s ease-in-out;}
.i3List .swiper-pagination-bullet-active{background: #FCA311;width: 30px;}
.i3List .swiper-button-next,
.i3List .swiper-button-prev{z-index: 99;width: 60px;height: 60px;border-radius: 50%;border: 1px solid #fff;background: rgba(255,255,255,0.3);color: #fff; outline:none;}
.i3List .swiper-button-next:after,
.i3List .swiper-button-prev:after{font-size: 30px;}
.i3List .swiper-button-next{right: 20%;}
.i3List .swiper-button-prev{left: 20%;}

.index4{width: 100%;padding: 100px 0;background: #fefcf7;}
.i4List{width: 100%;overflow: hidden;}
.i4List img{width: 100%;}

.index5{width: 100%;padding: 100px 0;overflow: hidden;}
.i5List{width: 100%;margin-top: 90px;padding: 0 5%;box-sizing: border-box;}
.i5List ul li{width: 50%;padding: 0 26px;box-sizing: border-box;}
.i5List .part{display: block;width: 100%;background: #fff;border-radius: 20px;overflow: hidden;height: 100%; box-shadow:2px 2px 5px rgba(0,0,0,0.2);}
.i5List .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.i5List .part .img img{width: 100%;}
.i5List .part .desc{padding: 20px 10px;box-sizing: border-box;text-align: center;}
.i5List .part .t1{font-size: 28px;color: #000;margin-bottom: 10px;}
.i5List .part .t2{color: #666;font-size: 18px;}


.footer{width: 100%;background: #333333;padding: 50px 0;}
.fTit{color: #fff;font-size: 18px;padding-bottom: 10px;position: relative;margin-bottom: 20px;}
.fTit:after{width: 40px;height: 4px;background: #ffb200;border-radius: 2px;content: "";position: absolute;left: 0;bottom: 0;}
.fTel{width: 250px;margin-right: 50px;}
.fTel .info{color: #999;font-size: 16px;}
.fTel .t1{color: #fff;font-size: 28px;}
.fTel .t1 i{color: #999;font-size: 30px;vertical-align: middle;margin-right: 10px;}

.fMenu{width: 200px;}
.fMenu ul li{margin: 10px 0;}
.fMenu ul li a{font-size: 16px;color: #999;}
.fMenu ul li a:hover{color: #FCA311;}

.fLink{width: 380px;margin-left: auto;}
.fLink ul li{width: 33%;padding-right: 20px;box-sizing: border-box;position: relative;}
.fLink .top{cursor: pointer;}
.fLink .icon{color: #999;font-size: 30px;margin-bottom: 10px;}
.fLink .txt{font-size: 16px;color: #999;}

.fLink .ewmBg{position: absolute;bottom:105% ;left: -50px;width: 120px;height: 120px;border-radius: 5px;background: #fff;box-sizing: border-box;padding: 5px;display: none;}
.fLink .ewmBg: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: #fff transparent transparent transparent;bottom: -30px;left: 0;right: 0;margin: auto;content: "";}
.fLink .ewmBg img{width: 100%;}

.fLink ul li:hover .ewmBg{display: block;}

.copyRight{background: #292929;padding: 15px 0;font-size: 14px;color: #999;text-align: center;}
.copyRight p{padding: 0;}
.copyRight .desc{font-size: 14px;}
.copyRight a{color: #999;}

.mainContent{width: 100%;background: #fafafa;padding: 30px 0 70px 0;}
.mainContent .disFlex{align-items: flex-start;}
.mainLeft{width: 220px;background: #fff;border-radius: 20px;box-shadow:2px 2px 5px rgba(0,0,0,0.1);margin-right: 60px;overflow: hidden;}
.mainRight{width: calc(100% - 280px);border-radius: 20px;background: #fff;overflow: hidden;box-shadow:2px 2px 5px rgba(0,0,0,0.1);}
.mainMenu{width: 100%;padding: 50px 30px;box-sizing: border-box;}
.mainMenu ul li{width: 100%;margin: 10px 0;line-height: 45px;}
.mainMenu ul li a{display: block;color: #666;font-size: 18px;position: relative;padding-right: 20px;box-sizing: border-box;}
.mainMenu ul li a i{color: #FFB200;position: absolute;top: 12px;right: 0;opacity: 0;font-size: 24px;}
.mainMenu ul li a:hover{color: #000;font-weight: bold;}
.mainMenu ul li a:hover i{opacity: 1;}
.mainMenu ul li.on a{color: #000;font-weight: bold;}
.mainMenu ul li.on a i{opacity: 1;}
.mainTitle{color: #000;font-size: 28px;margin-bottom: 15px;}
.mainImg{width: 100%;font-size: 0px;overflow: hidden;}
.mainImg img{width: 100%;}
.mainDesc{padding: 30px;box-sizing: border-box;font-size: 16px;color: #333;}
.mainDesc img{max-width: 100%;}


.about{width: 100%;}
.contact{width: 100%;}

.inside{width: 100%;padding: 30px 0;overflow: hidden;min-height: 450px;}








@media only screen and (max-width: 1200px) {
.wapper{ width:1200px; margin:0 auto;}
.w1200px{ width:1200px; margin:0 auto;}


}
