html,body{padding: 0;margin: 0;font-family: fontPR;font-size: 16px;color: #333333;overflow-x: hidden; /*min-width: 1200px;*/}
.wrap{padding: 0 4.6875vw; margin: 0 auto;width: 100%; }
/* .wrap1{padding: 0 8.3vw; max-width: 83%;margin: 0 auto;width: 100%; } */
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

.pa{position: absolute;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;height: 80px;background: transparent;transition: all .5s;border-bottom: 1px solid rgba(255,255,255,.1); /*min-width: 1200px;*/ }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 40px;/* max-width: 148px; */}
header .hImg{display: none; }
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;}
header .rightDiv .menu>ul>li>a{height: 80px;text-align: center;color: #fff;position: relative;display: flex;justify-content: center;align-items: center;font-size: 16px;padding: 0 1.5vw;font-family: "Noto Sans SC"; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li.on>a{background:transparent;font-family: fontPB; }
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 8px;height: 8px;position: absolute;left: 50%;margin-left: -4px; background: #ee763a;bottom: 20px;opacity: 0;transform: scaleX(1);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 50%;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;} */
header .mbtn {width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;z-index: 11; }
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .otherDiv{height: 80px;margin-left: 2vw; }
header .ssDiv form{width: 14.583vw;position: relative;border: 1px solid #fff;border-radius: 18px;overflow: hidden; }
header .ssDiv form input{width: calc(100% - 100px);padding: 0 0 0 15px;line-height: 36px;border: 0;font-size: 16px;background: transparent;color: #fff;font-family: "Noto Sans SC"; }
header .ssDiv form button{width: 100px;height: 100%;background: transparent;border: 0;cursor: pointer;color: #fff;font-family: "Noto Sans SC"; }
header .ssDiv form button img{height: 20px;margin-right: 10px; }


header.hidden{top: -80px; }

header.on{background: #fff; }
header.on .dImg{display: none; }
header.on .hImg{display: block; }
header.on .rightDiv .menu>ul>li>a{color: #333; }
header.on .rightDiv .menu>ul>li:hover>a,
header.on .rightDiv .menu>ul>li.on>a{color: #2593d0;font-family: fontPB; }
header.on .ssDiv form{border-color: #ccc; }
header.on .ssDiv form input,header.on .ssDiv form button{color: #333; }
header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 60px; }
header.on .mbtn{background: url(../img/menu1.png) no-repeat center center; }

.on-fixed header{background: #fff; }
.on-fixed header .dImg{display: none; }
.on-fixed header .hImg{display: block; }
.on-fixed header .rightDiv .menu>ul>li>a{color: #333; }
.on-fixed header .rightDiv .menu>ul>li:hover>a,
.on-fixed header .rightDiv .menu>ul>li.on>a{color: #2593d0;font-family: fontPB; }
.on-fixed header .ssDiv form{border-color: #ccc; }
.on-fixed header .ssDiv form input,header.on .ssDiv form button{color: #333; }
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }

.on-menu header .dImg{display: none; }
.on-menu header .hImg{display: block; }
.on-menu header .rightDiv .menu>ul>li>a{color: #333; }
.on-menu header .rightDiv .menu>ul>li:hover>a,
.on-menu header .rightDiv .menu>ul>li.on>a{color: #2593d0;font-family: fontPB; }
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center; }

/* header.nyHeader{background: rgba(255,255,255,1); }
header.nyHeader .dImg{display: none; }
header.nyHeader .hImg{display: block; }
header.nyHeader .rightDiv .menu>ul>li>a{color: #333; }
header.nyHeader .rightDiv .menu>ul>li:hover>a,
header.nyHeader .rightDiv .menu>ul>li.on>a{color: #ee763a;font-family: fontPB; }
header.nyHeader .ssBtn,header.nyHeader .telDiv .img{background: #f5f6f8; }
header.nyHeader .telDiv .p span{color: #666666; }
header.nyHeader .telDiv .p p{color: #ee763a; }
header.nyHeader .mbtn{background: url(../img/menu1.png) no-repeat center center; }

 */

/* header.onHover {background: rgba(255,255,255,1); } */
/* header.onHover .dImg{display: none; }
header.onHover .hImg{display: block; }
header.onHover .rightDiv .menu>ul>li>a{color: #333; }
header.onHover .rightDiv .menu>ul>li:hover>a,
header.onHover .rightDiv .menu>ul>li.on>a{color: #ee763a;font-family: fontPB; }
header.onHover .ssBtn,header.onHover .telDiv .img{background: #f5f6f8; }
header.onHover .telDiv .p span{color: #666666; }
header.onHover .telDiv .p p{color: #ee763a; }
header.onHover .mbtn{background: url(../img/menu1.png) no-repeat center center; } */


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
.menu ul li.default ul{position:absolute;left:50%;text-align: center;width: max-content;transform: translateX(-50%);/* opacity: 0;visibility: hidden;transition: transform .6s; */ display: none;}
.menu li.default:hover>ul{/* opacity: 1;visibility: visible;transform: translate(-50%,0); */ display: block;}
header .rightDiv .menu>ul>li.default{position: relative;}
header .rightDiv .menu>ul>li.default ul{min-width: 160px;background: #fff; width: max-content;padding: 10px 10px;border-radius: 20px;box-shadow: 0px 7px 27px rgba(218,218,218,.5); }
header .rightDiv .menu>ul>li.default li{display: block;float: initial;width: 100%;margin: 10px 0; }
header .rightDiv .menu>ul>li.default li a{font-size: 16px;color: #333333;font-weight: normal;text-align: center;text-transform: capitalize;padding: 7px 20px;transition: transform .4s ;}
header .rightDiv .menu>ul>li.default li a:hover{color: #ee763a;background: #faf8f7;border-radius: 20px; }


.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}


/****底部***/
.footerDiv{padding: 2vw 0 2vw;border-radius: 1.5vw 1.5vw 0 0; }
.footerDiv .hdDiv{border-bottom: 1px solid rgba(255,255,255,.5);padding-bottom: 2vw;margin-bottom: 2vw;text-align: center;color: #fff; }
.footerDiv .hdDiv .logoDiv{margin-bottom: 1.5vw; }
.footerDiv .hdDiv .logoDiv img{max-height: 4.6875vw; }
.footerDiv .bdDiv ul li{margin: 0 3vw; }
.footerDiv .bdDiv ul li a{color: #fff;opacity: .5; }
.footerDiv .bdDiv ul li a:hover{opacity: 1; }
.footerDiv .bdDiv .flexDiv{margin-top: 1.5vw;align-items: flex-end; }
.footerDiv .bdDiv .flexDiv .addr{color: #fff; }
.footerDiv .bdDiv .flexDiv .addr img{width: 1.25vw;margin-right: 0.8vw; }
.footerDiv .bdDiv .flexDiv .ewmDiv{align-items: flex-start; }
.footerDiv .bdDiv .flexDiv .ewmDiv .imgDiv{width: 3.6vw;margin-left: 0.5vw; }
.footerDiv .bdDiv .flexDiv .ewmDiv .imgDiv p{font-size: 0.73vw;color: #fff;text-align: center;margin-bottom: 5px; }



/********************************* 首页 **********************************/

.main{position: relative;z-index: 1; }
/*banner轮播*/
.banner1{width: 100%;position:relative;height: 100%;transform: scaleX(0);transition: all 1s 1s ease;z-index: 2;}
/* .banner1 .bg{position: absolute;left: 0;top: 0;z-index: 3;background: transparent; } */
.banner1.show{transform: scaleX(1); }
.banner1 .banner1-content{position: relative;height: 100vh; }
.banner1 .p_video{width: 100%;display: block;height: 100%;position: absolute;left: 0;top: 0;}
.banner1 .p_video .fm{display: none; }
.banner1 .p_video .fm img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;z-index: 2; }
.banner1 .p_video video{width: 100%;height: 100%;object-fit: cover;z-index: 1; }
.banner1 .textDiv{color: #fff;position: relative;z-index: 3;text-align: center;font-family: fontPB; }
.banner1 .textDiv .p1{transform: translate(0, 100px);opacity: 0;transition: all 1s 2s; }
.banner1 .textDiv .p2{transform: translate(0, 100px);opacity: 0;transition: all 1s 2.3s; }
.banner1.show .textDiv .p1{opacity: 1;transform: translate(0,0); }
.banner1.show .textDiv .p2{opacity: 1;transform: translate(0,0); }
.banner1 .downImg{position: absolute;left: 50%;bottom: 6vw;transform: translate(-50%,0);z-index: 10;color: #fff;text-align: center;opacity: 0;transition: all 1s 2.5s; }
.banner1 .downImg img{height: 2.23vw;margin-bottom: 10px; }
.banner1.show .downImg{opacity: 1;transform: translate(-50%,0);}

:root {
	--ease2: cubic-bezier(.25, .74, .22, .99);
}
.popDiv{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: #000;z-index: 98;transition: all .5s; }
.popDiv.hide{z-index: 0;position: absolute;}
.popDiv .conDiv{height: 100%;text-align: center; }
.popDiv .conDiv .text img{height: 13.64583vw;-webkit-transition: -webkit-transform 1s var(--ease2);transition: -webkit-transform 1s var(--ease2);transition: transform 1s var(--ease2);transition: transform 1s var(--ease2),-webkit-transform 1s var(--ease2);animation: scaleP .5s linear; }
.popDiv .conDiv .text p{color: #fff;font-size: 3.64583vw;font-family: fontPB;margin-top: 0.6vw;-webkit-transition: -webkit-transform 1s var(--ease2);transition: -webkit-transform 1s var(--ease2);transition: transform 1s var(--ease2);transition: transform 1s var(--ease2),-webkit-transform 1s var(--ease2);animation: moveb .5s linear ; }
.popDiv .downImg{position: absolute;left: 50%;bottom: 6vw;transform: translateX(-50%);z-index: 10;color: #fff;text-align: center;font-size: 14px;-webkit-transition: -webkit-transform 1s var(--ease2);transition: -webkit-transform 1s var(--ease2);transition: transform 1s var(--ease2);transition: transform 1s var(--ease2),-webkit-transform 1s var(--ease2);animation: opa .5s linear ; }
.popDiv .downImg img{height: 2.23vw;margin-bottom: 10px; }

@keyframes scaleP {
  from {
    transform: scale(0.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes moveb {
  from {
    transform: translateY(50px);
	opacity: 0;
  }
  to {
    transform: translateY(0);
	opacity: 1;
  }
}
@keyframes opa {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}



.f130{font-size: 6.77vw; }
.f80{font-size: 4.17vw; }
.f60{font-size: 3.125vw; }
.f54{font-size: 2.8125vw; }
.f52{font-size: 2.7vw; }
.f50{font-size: 2.6vw; }
.f48{font-size: 2.5vw; }
.f46{font-size: 2.4vw; }
.f40{font-size: 2vw; }
.f36{font-size: 1.875vw; }
.f33{font-size: 1.71875vw; }
.f30{font-size: 1.5625vw; }
.f28{font-size: 1.4583vw; }
.f26{font-size: 1.354vw;}
.f24{font-size: 1.2vw;}
.f21{font-size: 1.09375vw;}
.f20{font-size: 1vw; }
.f18{font-size: 0.9875vw; }

.bold{font-family: fontPB; }

.indexTitle{position: relative;line-height: 1;}
.indexTitle.tc{text-align: center;}
.indexTitle span{position: relative;display: block;color: #333333;letter-spacing: 2px;font-family: fontPB;margin-bottom: 1vw;line-height: 1; }
.indexTitle p{color: #333333;align-items: flex-start;line-height: 1.3; }
.indexTitle p i{width: 0.6vw;margin-right: 1vw; }
.indexTitle.cfff span,.indexTitle.cfff p{color: #fff;}
.indexTitle.flexsta{align-items: flex-end;flex-wrap: wrap; }
.indexTitle.flexsta span{margin-bottom: 0; }
.indexTitle.flexsta p{margin-left: 0.5vw; }

a.imoreBtn{width: 5.86vw;background: url(../img/more.png) no-repeat left center/100%; }
a.imoreBtn span{width: 4vw;height: 4.3vw;color: #333;line-height: 1.2;padding-top: 0.3125vw;font-size: 0.73vw;font-family: fontPB; }
a.imoreBtn:hover span{color: #2593d0; }

.banner2{position: relative;z-index: 9;background: #ffffff; }
.banner2-content{position: relative;z-index: 9;}

.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1{position: relative;height: 100%; }
.ihdDiv{position: absolute;left: 0;top: calc(60px + 2vw);z-index: 2;width: 100%; }
.indexDiv1 .hdDiv ul{max-width: 58vw;margin-right: -0.5vw; }
.indexDiv1 .hdDiv ul li{color: #fff;text-align: center;opacity: .5;cursor: pointer;margin-left: 2vw; }
.indexDiv1 .hdDiv ul li img{height: 2.5vw;margin-bottom: 0.5vw; }
.indexDiv1 .hdDiv ul li p{font-family: fontPB; }
.indexDiv1 .hdDiv ul li.on{opacity: 1; }
.indexDiv1 .hdDiv .smallDiv{width: 58vw;display: none; }
.indexDiv1 .hdDiv .smallDiv .conDiv{color: #fff;text-align: center;opacity: .5;cursor: pointer; }
.indexDiv1 .hdDiv .smallDiv .conDiv img{height: 2.5vw;margin-bottom: 0.5vw; }
.indexDiv1 .hdDiv .smallDiv .conDiv p{font-family: fontPB; }
.indexDiv1 .hdDiv .smallDiv .swiper-slide-thumb-active .conDiv{opacity: 1; }
.indexDiv1 .gallery-top{height: 100vh;width: 100vw!important;position: relative; }
.indexDiv1 .gallery-top .swiper-slide{position: relative; }
.indexDiv1 .gallery-top .imgDiv{height: 100vh;width: 100% }
.indexDiv1 .gallery-top .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv1 .gallery-top .imgDiv .bt{position: absolute;right: 0;bottom: 0;font-size: 9.375vw;color: rgba(255,255,255,.2);z-index: 1;line-height: 1;font-family: fontPB; }
.indexDiv1 .gallery-top .textDiv{position: absolute;left: 0;bottom: 12vw;color: #fff;z-index: 2;width: 100%; }
.indexDiv1 .gallery-top .textDiv span{display: block; }
.indexDiv1 .gallery-top .textDiv .p{color: #ccc;margin-top: 1vw;line-height: 2; }

.indexDiv2 {position: relative;height: 100%; }
/* .indexDiv2 .hdDiv{position: absolute;left: 0;top: calc(80px + 2vw);z-index: 2;width: 100%; } */
.indexDiv2 .jxImg{position: absolute;right: 0;top: 6vw;width: 68.75vw;z-index: 1; }
.indexDiv2 .bdDiv{position: relative;z-index: 2; }
.indexDiv2 .bdDiv .jxBg{position: absolute;left: 50%;top: 0;transform: translateX(-50%);width:  45.42vw;z-index: 1;height: 100%; }
.indexDiv2 .bdDiv .wrap{height: 100vh;position: relative;z-index: 2; }
.indexDiv2 .gallery-top{width: 100%; }
.indexDiv2 .gallery-top .btnDiv{position: absolute;left: 0;bottom: 1vw;width: 100%;z-index: 9;}
.indexDiv2 .gallery-top .btnDiv .br{width: 23vw; }

.indexDiv2 .gallery-top .conDiv{position: relative; }
.indexDiv2 .gallery-top .conDiv .titleDiv{position: absolute;left: 0;top: 50%;transform: translateY(-80%);z-index: 2;color: #666; }
.indexDiv2 .gallery-top .conDiv .imgDiv{position: relative;z-index: 3;width: 45.42vw;height: 24vw; }
.indexDiv2 .gallery-top .conDiv .imgDiv img{width: 52.7%;max-height: 100%; } 
.indexDiv2 .gallery-top .conDiv .textDiv{position: absolute;width: 23vw;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;height: 10vw;overflow-y: auto;}
.indexDiv2 .gallery-top .conDiv .textDiv p{color: #666;}
.indexDiv2 .smallDiv{position: absolute;left: 0;bottom: 4.5vw;width: 100%;z-index: 2;background: url(../img/line.png) no-repeat center bottom/100%;padding-bottom: 5px; }
.indexDiv2 .smallDiv .swiper-slide span{color: #999999;position: relative;display: block;text-align: center;cursor: pointer;font-family: fontPB;margin-bottom: 0.7vw; }
.indexDiv2 .smallDiv .swiper-slide i{width: 3.4375vw;height: 3.125vw;background: url(../img/dj1.png) no-repeat center center/100%; }
.indexDiv2 .smallDiv .swiper-slide .con{flex-direction: column; }
.indexDiv2 .smallDiv .swiper-slide-thumb-active span{color: #333333; }
.indexDiv2 .smallDiv .swiper-slide-thumb-active i{background: url(../img/dj1_.png) no-repeat center center/100%; }

.section3 .banner2{height: 100%;position: relative; }
.indexDiv3{position: relative; }
.indexDiv3:after{content: "";width: 100%;height: calc(100% - 7vh);background: #ededed;position: absolute;left: 0;bottom: 0;z-index: 1; }
/* .indexDiv3 .wrap{height: 100vh;position: relative; } */
.indexDiv3 .bgImg{position: absolute;left: 0;top: 6.5vh;width: 100%;z-index: 2; }
.indexDiv3 .djImg{position: absolute;right:12.1875vw;top: 0;width: 51.875vw;z-index: 3; }
/* .indexDiv3 .hdDiv{position: absolute;z-index: 2;left: 0;top: calc(80px + 2vw); } */
.indexDiv3 .bdDiv{position: relative;z-index: 3;height: 100vh; }
.indexDiv3 .bdDiv .bgDiv{width: 69.48vw;margin: 20vh auto 0; }
.indexDiv3 .bdDiv .bh .tabsCon{background: rgba(255,255,255,.978);border-radius: 1vw;padding: 2vw;position: relative;z-index: 2; }
.indexDiv3 .bdDiv .bh .tabsCon .itemDiv{display: none; }
.indexDiv3 .bdDiv .bh .tabsCon .itemDiv.on{display: block; }
.indexDiv3 .bdDiv .bh .tabsCon .row{margin: -5px; }
.indexDiv3 .bdDiv .bh .tabsCon .row>div{padding: 5px; }
.indexDiv3 .bdDiv .bh .tabsCon .row>div .imgDiv{padding-top: 37.82%;border: 1px solid #cccccc;border-radius: 0.5vw;background: #fff; }
.indexDiv3 .bdDiv .bh .tabsCon .row>div .imgDiv .pic img{max-width: 80%;max-height: 80%; }
.indexDiv3 .bdDiv .bh .tabsDiv::after{content: "";width: 100%;height: 1vw;background: #000;position: absolute;left: 0;top: -1vw;z-index: 1; }
.indexDiv3 .bdDiv .bh .tabsDiv{background: #000;padding: 2vw;position: relative;border-radius: 0 0 1vw 1vw; }
.indexDiv3 .bdDiv .bh .tabsDiv a{color: #fff;height: 4vw;width: 11.45vw;margin: 0 1.56vw;font-family: fontPB; }
.indexDiv3 .bdDiv .bh .tabsDiv a.on{background: #2593d0;color: #fff;border-radius: 3vw; }
.indexDiv3 .bdDiv .bb{margin-top: 3.5vh;text-align: center; }
.indexDiv3 .bdDiv .bb ul{align-items: flex-start; } 
.indexDiv3 .bdDiv .bb ul li{flex:1;transition: all .8s; }
.indexDiv3 .bdDiv .bb ul li .con{text-align: center;width: 100%;padding: 0.5vw;transition: all .8s; }
.indexDiv3 .bdDiv .bb ul li .con .num{font-family: fontPB;color: #333;line-height: 1;margin-bottom: 0.2vw; }
.indexDiv3 .bdDiv .bb ul li .con p{color: #666666; }
.indexDiv3 .bdDiv .bb ul li.on .con{background: #000;border-radius: 10vw; }
.indexDiv3 .bdDiv .bb ul li.on .con .num,.indexDiv3 .bdDiv .bb ul li.on .con p{color: #fff; }


.indexDiv4{position: relative;height: 100%;background: #f4f4f4; }
.indexDiv4 .bdDiv .wrap{height: 100vh;align-items: flex-end; }
.indexDiv4 .bdDiv .wrap .lunboDiv{/* padding-top: 15.5vw; */width: 38vw;padding-bottom: 6vw; }
.indexDiv4 .bdDiv .wrap .lunboDiv .conDiv .imgDiv{padding-top: 59.63%;margin-bottom: 2vw; }
.indexDiv4 .bdDiv .wrap .lunboDiv .conDiv .textDiv .title{font-family: fontPB;line-height: 1; }
.indexDiv4 .bdDiv .wrap .lunboDiv .conDiv .textDiv .p{color: #666;margin-top: 1.5vw;width: 80%; }
.indexDiv4 .tabsDiv{position: absolute;right: 0;bottom: 0;width: 50vw;height: 44vw;  }
.indexDiv4 .tabsDiv video{position: absolute;width: 90%;right: 0;bottom: 0;height: 90%;object-fit: cover;border-radius: 100% 0 0 0;}
.indexDiv4 .tabsDiv ul{background: url(../img/yh.png) no-repeat top left/100%;position: relative;z-index: 1;width: 100%;height: 100%; }
.indexDiv4 .tabsDiv ul li{position: absolute;z-index: 4;cursor: pointer; }
.indexDiv4 .tabsDiv ul li::before{content: "";width: 8.4vw;height: 10vw;background: url(../img/yy.png) no-repeat center center/100%;position: absolute;left: -5%;bottom: 35%;z-index: 1; }
.indexDiv4 .tabsDiv ul li.on::before{background: url(../img/yy_.png) no-repeat center center/100%; }
.indexDiv4 .tabsDiv ul li span{width: 5.83vw;height: 5.83vw;border-radius: 50%;background: url(../img/yuan.png) no-repeat center center/100%;color: #fff;line-height: 1.2;font-family: fontPB;z-index: 2;position: relative; }
.indexDiv4 .tabsDiv ul li.on span{background: url(../img/yuan_.png) no-repeat center center/100%; }
.indexDiv4 .tabsDiv ul li:nth-child(4){left: 6.8%;bottom: 14.2%; }
.indexDiv4 .tabsDiv ul li:nth-child(3){left: 17.6%;bottom: 43.6%; }
.indexDiv4 .tabsDiv ul li:nth-child(3)::before{transform: rotate(22deg);left: 17%;bottom: 16%; }
.indexDiv4 .tabsDiv ul li:nth-child(2){left: 39.8%;bottom: 67.3%; }
.indexDiv4 .tabsDiv ul li:nth-child(2)::before{transform: rotate(47deg);left: 43%;bottom: 0%; }
.indexDiv4 .tabsDiv ul li:nth-child(1){left: 72%;bottom: 79.8%; }
.indexDiv4 .tabsDiv ul li:nth-child(1)::before{transform: rotate(75deg);left: 50%;bottom: -35%; }

.indexDiv5 {position: relative;height: 100%;width: 100%; }
.indexDiv5 video{position: absolute;right: 0;top: 0;width: 100vw;height: 100vh;z-index: 1;object-fit: cover; }
.indexDiv5 .bdDiv{position: relative;height: 100vh;z-index: 2;  }
.indexDiv5 .bdDiv .lunboDiv{position: relative;color: #fff;width: 100%; }
.indexDiv5 .gallery-top{width: 100%;position: relative; }
.indexDiv5 .gallery-top .swiper-button-next{width: 20%;right: 0;top: 0;height: 100%;background: none; }
.indexDiv5 .gallery-top .swiper-slide{opacity: .3; }
.indexDiv5 .gallery-top .swiper-slide-active{opacity: 1; }
.indexDiv5 .gallery-top .swiper-slide-next:last-child{opacity: 1; }
.indexDiv5 .gallery-top .conDiv{position: relative; }
.indexDiv5 .gallery-top .conDiv .year{width: 20%;text-align: left;font-family: fontPB;font-size: 6.25vw; }
.indexDiv5 .gallery-top .conDiv .textDiv{width: 80%;text-align: center; }
.indexDiv5 .gallery-top .conDiv .textDiv .title{font-family: fontPB;margin-bottom: 1vw; }
.indexDiv5 .smallDiv{position: absolute;left: 0;bottom: 4.5vw;width: 100%;z-index: 2;}
.indexDiv5 .smallDiv::after{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;z-index: 1;bottom: 1.788125vw;opacity: .2; }
.indexDiv5 .smallDiv .swiper-slide span{color: #fff;position: relative;display: block;text-align: center;cursor: pointer;font-family: fontPB;margin-bottom: 1.5vw;opacity: .5; }
.indexDiv5 .smallDiv .swiper-slide i{width: 3.5625vw;height: 3.5625vw;display: block;margin: 0 auto;position: relative;animation: rotate 5s linear infinite;z-index: 3; }
.indexDiv5 .smallDiv .swiper-slide i::before{content: "";width: 0.833vw;height: 0.833vw;background: #fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); z-index: 2;}
.indexDiv5 .smallDiv .swiper-slide .con{flex-direction: column; }
/* .indexDiv5 .smallDiv .swiper-slide::before{content: "";width: 0;height: 2px;background: #fff;position: absolute;left: 0;bottom: 1.788125vw;z-index: 2;transition: all .5s; } */
.indexDiv5 .smallDiv .swiper-slide:nth-child(1)::before{content: "";width: 100%;height: 2px;background: #fff;position: absolute;left: 0;bottom: 1.788125vw;z-index: 2;transition: all .5s; }
/* .indexDiv5 .smallDiv .swiper-slide-thumb-active::before{width: 100%; } */
.indexDiv5 .smallDiv .swiper-slide-thumb-active span{opacity: 1; }
.indexDiv5 .smallDiv .swiper-slide-thumb-active i{background: url(../img/cl1.png) no-repeat center center/100%; }
/* .indexDiv5 .smallDiv .swiper-pagination-progressbar{top: auto;bottom:1.788125vw;background: rgba(255,255,255,.2); }
.indexDiv5 .smallDiv .swiper-container-horizontal>.swiper-pagination-progressbar{height: 1px; }
.indexDiv5 .smallDiv .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height: 2px;background: #fff; } */
.indexDiv5 .smallDiv .swiper-slide.on::after {
    animation: pathlu 5s linear forwards;
}
.indexDiv5 .smallDiv .swiper-slide:last-child.on::after{
    animation: none;
}
.indexDiv5 .smallDiv .swiper-slide::after {
    content: '';
    height: 2px;
    background: #fff;
    width: 0;
    position: absolute;
    left: 50%;
	bottom: 1.788125vw; 
	/* transition: all 5s linear ; */
	z-index: 1;

}
.indexDiv5 .smallDiv .swiper-slide:not(.on)::after{
    width: 103%;
}
.indexDiv5 .smallDiv .swiper-slide.on ~.swiper-slide::after{
    width: 0;
}
/* .indexDiv5 .smallDiv .swiper-slide:nth-child(1) ~.swiper-slide.on::after{
    width: 100%;
	transition: none;
	background: #fff;
} */
.wave-line {
width: 100%;
  height: 50px; 
  background-image: linear-gradient(135deg, #3c8dbc 25%, transparent 25%),
                    linear-gradient(225deg, #3c8dbc 25%, transparent 25%),
                    linear-gradient(45deg, #3c8dbc 25%, transparent 25%),
                    linear-gradient(315deg, #3c8dbc 25%, transparent 25%);
  background-size: 50px 100%; 
  background-repeat: repeat-x; */
  width: 100%;
    height: 50px; /* 波浪线的高度 */
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%233c8dbc" d="M16 8s-1.987.47-4.987.97a5 5 0 01-6.987.97A16.999 16.999 0 010 8s1.987-.47 4.987-.97a5 5 0 016.987-.97A16.998 16.998 0 0116 8z"/></svg>');
    background-size: 32px 32px; /* 控制波浪的宽度和间距 */
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pathlu {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

.section6 .banner2{background: transparent; }
.indexDiv6 .bdDiv{align-items: flex-start; }
.indexDiv6 .blDiv{width: 20.3125vw; } 
.indexDiv6 .blDiv .tabsDiv{margin: 4vw 0 2.6vw; }
.indexDiv6 .blDiv .tabsDiv a{color: #333;opacity: .5;padding-left: 2.6vw;display: block;font-family: fontPB;margin-bottom: 1.5vw;line-height: 1;position: relative; }
.indexDiv6 .blDiv .tabsDiv a.on{opacity: 1; }
.indexDiv6 .blDiv .tabsDiv a.on::before{content: "";width: 0.2vw;height: 100%;background: #000;position: absolute;left: 0;top: 0; }
.indexDiv6 .blDiv .imoreBtn{margin-left: 2.6vw; }
.indexDiv6 .brDiv{width: 70.3125vw; } 
.indexDiv6 .bdDiv .rowDiv{display: none; }
.indexDiv6 .bdDiv .rowDiv.on{display: block; }
.indexDiv6 .bdDiv .row{margin: -0.78125vw; }
.indexDiv6 .bdDiv .row>div{padding: 0.78125vw; }
.indexDiv6 .bdDiv .row>div a{display: block;position: relative;border-radius: 0.5vw;overflow: hidden;background: #fff;height: 100%;  }
.indexDiv6 .bdDiv .row>div a .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;transition: all .5s; }
.indexDiv6 .bdDiv .row>div a .textDiv{position: relative;z-index: 2;align-items: stretch;padding: 2vw 2.6vw; }
.indexDiv6 .bdDiv .row>div a .textDiv .tlDiv{flex-direction: column; }
.indexDiv6 .bdDiv .row>div a .textDiv .tlDiv .date{color: #666666; }
.indexDiv6 .bdDiv .row>div a .textDiv .tlDiv .moreBtn img{width: 2.42vw; }
.indexDiv6 .bdDiv .row>div a .textDiv .tlDiv .moreBtn .hImg{display: none; }
.indexDiv6 .bdDiv .row>div a .textDiv .trDiv{width: 70%; }
.indexDiv6 .bdDiv .row>div a .textDiv .title{color: #333; }
.indexDiv6 .bdDiv .row>div a .textDiv .p{color: #666666;font-size: 0.83vw;margin: 1.5vw 0 0;  }
.indexDiv6 .bdDiv .row>div a:hover .textDiv .title,.indexDiv6 .bdDiv .row>div a:hover .textDiv .p,.indexDiv6 .bdDiv .row>div a:hover .textDiv .tlDiv .date{color: #fff; }
.indexDiv6 .bdDiv .row>div a:hover .imgDiv{opacity: 1; }
.indexDiv6 .bdDiv .row>div a:hover .textDiv .tlDiv .moreBtn .dImg{display: none; }
.indexDiv6 .bdDiv .row>div a:hover .textDiv .tlDiv .moreBtn .hImg{display: block; }

.indexDiv6{padding: 6vw 0;color: #fff; }
.indexDiv6 .btnDiv{margin-top: 3vw; }
.indexDiv6 .btnDiv a.telBtn{padding: 0 30px;border: 1px solid #fff;border-radius: 25px;color: #fff;margin-right: 20px;height: 50px; }
.indexDiv6 .btnDiv a img{height: 22px;margin-right: 12px; }
.indexDiv6 .btnDiv a.yyBtn{background: #ee763a;border-radius: 25px;color: #fff;padding: 0 30px;height: 50px; }


/* 控件 */
/* .mod_controls1{position: absolute;left: 0;bottom: 6vw;width: 100%;z-index: 2; }
.mod_controls1_list_nub{
    position: relative;
    z-index: 2;
}
.mod_controls1::before {
    content: '';
    height: 1px;
    background: rgba(255,255,255,.5);
    width: 100%;
    position: absolute;
    left: 50%;
	bottom: 1.788125vw;
	z-index: 1;
    transform: translateX(-50%);
}
.mod_controls1::after {
    content: '';
    height: 2px;
    background: #fff;
    width: calc(100% / 15);
    left: 0px;
    position: absolute;
	bottom: 1.788125vw;
	z-index: 1;
}
.mod_controls1_list {
    display: flex;
    justify-content: center;
}
.mod_controls1_list_nub {
    width: 8.33%;
    cursor: pointer;
}
.mod_controls1_list_nub span {
	width: 3.5625vw;
	height: 3.5625vw;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 3;
}
.mod_controls1_list_nub span::before {
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.mod_controls1_list_nub span::after{
    content: '';
	width: 3.5625vw;
	height: 3.5625vw;
	animation: rotate 5s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.mod_controls1_list_nub.on span::after{
	background: url(../img/cl1.png) no-repeat center center/100%;
}
.mod_controls1_list_nub .std_title6 {
	color: #fff;font-family: fontPB;margin-bottom: 1vw;opacity: .5;
    white-space: nowrap;
	text-align: center;
}
.mod_controls1_list_nub.on .std_title6 {
    opacity: 1;
}
.mod_controls1_list_nub.on::after {
    animation: rotate-clockwise 5s linear forwards;
}
.mod_controls1_list_nub:last-child.on::after{
    animation: none;
}
.mod_controls1_list_nub::after {
    content: '';
    height: 2px;
    background: #fff;
    width: 0;
    position: absolute;
    left: 46%;
	bottom: 1.788125vw; 
}
.mod_controls1_list_nub:not(.on)::after{
    width: 103%;
}
.mod_controls1_list_nub.on~.mod_controls1_list_nub::after{
    width: 0;
}
.mod_controls1_list .slick-track {
    width: 100%;
    white-space: nowrap;
}
.mod_controls1_list .slick-list {
    width: 100%;
}

.ys_develop1_list_nub.swiper-slide-prev .ydln_text_year_font2,
.ys_develop1_list_nub.swiper-slide-next .ydln_text_year_font2,
.ys_develop1_list_nub.swiper-slide-prev .std_text2,
.ys_develop1_list_nub.swiper-slide-next .std_text2,
.ys_develop1_list_nub.swiper-slide-prev .ydln_img,
.ys_develop1_list_nub.swiper-slide-next .ydln_img{
    opacity: 0;
    pointer-events: none;
}
.ys_develop1_list_nub.swiper-slide-prev .ydln_text_year_font1{
    transform: translateX(calc(1200px - 100%));
    transition: all 1.2s;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color:#E6E6E6;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 1px;
}
.mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #4a6cf7;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #4a6cf7;
}
.intro_hist{
    width: 100%;
    background: #fff;
    position: relative;
}
.intro_main .mod_link_bj img{
    object-fit: cover;
}
.ys_develop1 h2{
    text-align: center;
}
.ys_develop1{
    overflow: hidden;
}
.about_deve {
    position: relative;
    width: 100%;

} */


@media (min-width:768px) {
    /* .historyMain .historyYearBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .historyMain .historyYearBox .historyYear {
        width: 45%;
        font-size: 11.75vw;
        font-family: 'Montserrat';
        height: -webkit-calc(11.875vw * 3);
        height: calc(11.875vw * 3);
        line-height: 1.2
    }

    .historyMain .historyTextBox .historyText {
        width: 55%;
        padding: 100px 0 0;
		height: 100vh;
    }
    .historyMain .historyTextBox .historyText .swiper-slide{height: calc(100% / 2); }
	.historyMain .historyTextBox .historyText .swiper-slide .list{padding: 30px 0; }
	

    .historyMain .historyYearBox .historyYear .YearList {
        height: 11.875vw
    }

    .historyMain .historyYearBox .historyYear .Year {
        height: 11.875vw;
        width: 170px;
    }

    .historyMain .historyYearBox .historyYear .roundBox {
        width: 19.688vw;
        height: 19.688vw
    }

    .historyMain .historyYearBox .historyYear .roundBox svg {
        left: -1.125vw;
        top: -1.125vw;
        right: -1.125vw;
        bottom: -1.125vw
    } */

}

@media (min-width:1200px) {

   /* .historyMain .historyYearBox .historyYear .YearList {
        height: 12.896vw
    }

    .historyMain .historyYearBox .historyYear .Year {
        height: 12.896vw;
        width: 270px;
    }

    .historyMain .historyYearBox .historyYear .roundBox {
        width: 23.2vw;
        height: 23.2vw
    }

    .historyMain .historyYearBox .historyYear .roundBox svg {
        left: -0.938vw;
        top: -0.938vw;
        right: -0.938vw;
        bottom: -0.938vw
    } */
}

@media (max-width:991px) {

   /* .a_deve_title {
        padding-top: 50px;
        width: 100%;
        max-width: 570px;
    } */
}

@media (max-width:767px) {
   /* .a_deve_background {
        height: 100%;
        background-attachment: fixed;
    }

    .about_deve .a_deve_icon {
        align-items: flex-start;
    }

    .his_r_cont {
        position: relative;
        height: auto;
    }

    .a_deve_title {
        padding-top: 50px;
        width: 100%;
        max-width: 570px;
    }
    .historyMain .historyTextBox .historyText .list .time {
        font-size: 20px;
    }
    .historyMain .historyTextBox .historyText .list .time span {
        font-size: 18px;
    }
    .historyMain .historyTextBox .historyText .list .desc {
        margin-top: 10px;
    } */
}


/*body:after {
    content: ''; 
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/

@media (min-width:769px) {
	
	/* .section.active .move_l{animation: move_l 1s .4s forwards; -webkit-animation: move_l 1s .4s forwards;}
	body .move_l{  opacity:0; transform: translatX(-50px); }
	@keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_l{
	 from{ opacity:0; transform: translateX(-150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	
	.section.active .move_r{animation: move_r 1s .4s forwards; -webkit-animation: move_r 1s .4s forwards;}
	body .move_r{  opacity:0; transform: translatX(50px);}
	@keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	@-webkit-keyframes move_r{
	 from{ opacity:0; transform: translateX(150px);}
	 to{ opacity:1; transform: translateX(0);}
	}
	.section.active .move_b{animation: move_b 1s .4s forwards; -webkit-animation: move_b 1s .4s forwards;}
	body .move_b{  opacity:0; transform: translateY(-50px);}
	@keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_b{
	 from{ opacity:0; transform: translateY(-150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	
	.section.active .move_t{animation: move_t 1s .4s forwards; -webkit-animation: move_t 1s .4s forwards;}
	body .move_t{  opacity:0; transform: translateY(50px);}
	@keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	}
	@-webkit-keyframes move_t{
	 from{ opacity:0; transform: translateY(150px);}
	 to{ opacity:1; transform: translateY(0);}
	} */
	.section.active .move_t{transform: translate(0, 0);transition: all 1.3s ease-out;}
	body .move_t{transform: translate(0, -100px);transition: all 1.3s ease-out;}
	.section.active .move_b{transform: translate(0, 0);transition: all 1.3s ease-out;}
	body .move_b{transform: translate(0, 100px);transition: all 1.3s ease-out;}
	.section.active .move_l{transform: translate(0, 0);transition: all 1.3s ease-out;}
	body .move_l{transform: translate(-100px, 0);transition: all 1.3s ease-out;}
	.section.active .move_r{transform: translate(0, 0);transition: all 1.3s ease-out;}
	body .move_r{transform: translate(100px,0);transition: all 1.3s ease-out;}
	
	.section.active .indexDiv1 .swiper-slide-active .move_t{transform: translate(0, 0);transition: all 1.3s ease-out;}
	.indexDiv1 .swiper-slide .move_t{transform: translate(0, -100px);transition: all 1.3s ease-out;}
	.section.active .indexDiv1 .swiper-slide-active .move_b{transform: translate(0, 0);transition: all 1.3s ease-out;}
	.indexDiv1 .swiper-slide .move_b{transform: translate(0, 100px);transition: all 1.3s ease-out;}
	
	
	/* .section.active .indexDiv4 .swiper-slide-active .move_t{transform: translate(0, 0);transition: all 1.3s ease-out;}
	.indexDiv4 .swiper-slide .move_t{transform: translate(0, -100px);transition: all 1.3s ease-out;}
	.section.active .indexDiv4 .swiper-slide-active .move_b{transform: translate(0, 0);transition: all 1.3s ease-out;}
	.indexDiv4 .swiper-slide .move_b{transform: translate(0, 100px);transition: all 1.3s ease-out;} */
}
@media (max-width:1400px) {
	.ihdDiv{top: calc(60px + 1vw);}
	.indexDiv3 .bdDiv .bh .tabsCon{padding: 2vw; }
	.indexDiv3 .bdDiv .bh .tabsDiv{padding: 1.5vw; } 
	.indexDiv3 .bdDiv .bb{margin-top: 3vh; }
}
@media (max-width:1300px) {
	.wrap{padding: 0 3vw; }
	header .otherDiv{margin-left: 1vw; }
	header .ssDiv form button{width: 50px; }
	header .ssDiv form input{width: calc(100% - 50px); }
	header .ssDiv form button span{display: none; }
}


@media (max-width:1220px) {
	header .logo{width: 20%; }
}

@media (max-width:1100px) {
	/* header .rightDiv .menu>ul>li{margin: 0 1vw; }  */
	header .rightDiv .menu>ul>li>a{font-size: 15px;padding: 0 1.2vw; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.wrap{max-width: 100%;padding: 0 25px; }
	.wrap1{max-width: 100%;padding: 0 15px; }
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:0px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	
	header {
		position: fixed;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
		padding-top: 0;
	}
	header .logo a{height: 50px;width: initial;display: block;display: flex;justify-content: center;align-items: center;}
	header .logo a img{max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		z-index: 99;
	}
	header.indexHeader .rightDiv .menu{background-color:#fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	
	header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 50px; }
	header .otherDiv{float: initial;height: 50px;padding-right: 40px; }
	header .ssDiv form{width: 20vw; }
	header .ssDiv form input{line-height: 30px; }
	
	/* .mod_arrows2 .swiper-button-prev, .mod_arrows2 .swiper-button-next{width: 40px;height: 40px; }
	.mod_controls1_list_nub {
	        padding: 35px 45px;
	    } */
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:768px) {
	
	html, body{min-width: initial;}
	.wrap{min-width: initial;padding: 0 15px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	header .ssDiv form{display: none; }
	
	.f130{font-size: 30px; }
	.f80{font-size: 24px; }
	.f60{font-size: 20px; }
	.f54{font-size: 28px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 20px; }
	.f46{font-size: 20px; }
	.f40{font-size: 20px; }
	.f36{font-size: 26px; }
	.f33{font-size: 25px; }
	.f30{font-size: 22px; }
	.f28{font-size: 20px; }
	.f24{font-size: 18px; }
	.f21{font-size: 18px;}
	.f20{font-size: 17px; }
	.f18{font-size: 16px; }
	
	header .logo{width: auto; }
	header .logo a{height: 36px; }
	
	
	.indexTitle span{font-size: 24px;margin-bottom: 10px; }
	.indexTitle p{font-size: 15px;line-height: 1.5; }
	.indexTitle p i{width: 7px; }
	
	.fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height: initial!important;}
	
	/* .banner2-content{padding: 40px 0;} */
	
	
	.banner1 .downImg img{height: 20px; }
	.banner1 .downImg p{font-size: 14px; }
	/* .banner1 .banner1-content{height: 100vw; } */
	.banner1 .p_video .fm{display: block; }
	.banner1 .p_video video{display: none; }
	
	
	.popDiv .conDiv .text img{height: 100px; }
	.popDiv .conDiv .text p{font-size: 20px;margin-top: 10px; }
	.popDiv .downImg img{height: 20px; }
	
	.indexDiv1 .gallery-top{ height: auto; }
	.ihdDiv{top: 40px; }
	
	.indexDiv1 .hdDiv .wrap{flex-wrap: wrap;}
	.indexDiv1 .hdDiv ul{display: none; }
	.indexDiv1 .hdDiv .smallDiv{width: 100%;margin-top: 20px;display: block; }
	.indexDiv1 .hdDiv .smallDiv .conDiv img{height: 25px; }
	.indexDiv1 .hdDiv .smallDiv .conDiv p{font-size: 16px; }
	.indexDiv1 .gallery-top .imgDiv{height: 120vw;/* position: absolute; */ }
	/* .indexDiv1 .gallery-top .textDiv{position: relative; } */
	.indexDiv1 .gallery-top .textDiv .p{font-size: 14px; }
	
	.indexDiv2{padding: 40px 0; }
	.indexDiv2 .ihdDiv{top: 0;position: relative; }
	.indexDiv2 .bdDiv{margin-top: 40px; }
	.indexDiv2 .bdDiv .jxBg{width: 100%; }
	.indexDiv2 .bdDiv .wrap{height: auto; }
	.indexDiv2 .gallery-top .conDiv{flex-direction: column; }
	.indexDiv2 .gallery-top .conDiv .titleDiv{position: relative;width: 100%;top: auto;transform: initial; }
	.indexDiv2 .gallery-top .conDiv .imgDiv{width: 100%;height: auto;margin: 20px 0; }
	.indexDiv2 .gallery-top .conDiv .textDiv{position: relative;width: 100%;top: auto;transform: initial;height: auto; }
	.indexDiv2 .gallery-top .conDiv .textDiv p{font-size: 16px; }
	.indexDiv2 .smallDiv{display: none; }
	.indexDiv2 .gallery-top .btnDiv{position: relative;margin-top: 30px; }
	.indexDiv2 .gallery-top .btnDiv .br{width: 100%;justify-content: flex-start; }
	a.imoreBtn{width: 85px; }
	a.imoreBtn span{width: 58px;height: 62px;font-size: 12px; }
	
	.ihdDiv .indexTitle p{margin-top: 10px; }
	.indexDiv3 .ihdDiv{z-index: 9; }
	.indexDiv3 .bgImg{top: 0;height: 50vw;width: auto;max-width: initial; }
	.indexDiv3 .bdDiv{height: initial;padding-bottom: 30px; }
	.indexDiv3 .djImg{top: 34vw; }
	.indexDiv3 .bdDiv .bgDiv{width: 100%; }
	.indexDiv3 .bdDiv .bb{margin-top: 30px; }
	.indexDiv3 .bdDiv .bh .tabsCon{padding: 20px; }
	.indexDiv3 .bdDiv .bh .tabsDiv{padding: 15px 0; }
	.indexDiv3 .bdDiv .bh .tabsDiv a{width: 28%;height: 40px;font-size: 18px; }
	.indexDiv3 .bdDiv .bh .tabsDiv a.on{border-radius: 20px; }
	.indexDiv3 .bdDiv .bb ul{flex-wrap: wrap; }
	.indexDiv3 .bdDiv .bb ul li{width: 33.3%;flex: auto;margin-bottom: 10px; } 
	.indexDiv3 .bdDiv .bb ul li .con {padding: 5px; }
	.indexDiv3 .bdDiv .bb ul li .con .num{font-size: 24px; }
	.indexDiv3 .bdDiv .bb ul li .con p{font-size: 12px; }
	
	.indexDiv4{padding: 40px 0; }
	.indexDiv4 .bdDiv .wrap{height: auto; }
	.indexDiv4 .ihdDiv{top: 0;position: relative; }
	.indexDiv4 .bdDiv .wrap .lunboDiv{width: 100%;margin-top: 30px;padding-bottom: 40px; }
	.indexDiv4 .bdDiv .wrap .lunboDiv .conDiv .imgDiv{margin-bottom: 15px; }
	.indexDiv4 .bdDiv .wrap .lunboDiv .conDiv .textDiv .p{font-size: 15px;width: 100%; }
	.indexDiv4 .tabsDiv{position: relative;width: 100%;height: auto; }
	.indexDiv4 .tabsDiv .jsImg,.indexDiv4 .tabsDiv video{display: none; }
	.indexDiv4 .tabsDiv ul {display: flex;justify-content: space-around;align-items: center;background: none; }
	.indexDiv4 .tabsDiv ul li{position: relative;left: initial!important;bottom: initial!important; }
	.indexDiv4 .tabsDiv ul li::before{display: none; }
	.indexDiv4 .tabsDiv ul li.on::before{display: none; }
	.indexDiv4 .tabsDiv ul li span{width: 60px;height: 60px;font-size: 15px; }
	
	.indexDiv5{padding: 40px 0; }
	.indexDiv5 .ihdDiv{top: 0;position: relative; }
	.indexDiv5 .bdDiv{display: block;height: auto;margin: 50px 0 0; }
	.indexDiv5 video{display: none; }
	.indexDiv5 .gallery-top .conDiv .textDiv .p{font-size: 14px; }
	.indexDiv5 .gallery-top .conDiv .textDiv .title{margin-bottom: 10px; }
	/* .mod_controls1{position: relative;bottom: auto; margin-top: 40px; }
	.mod_controls1_list_nub span{width: 30px;height: 30px; }
	.mod_controls1_list_nub span::after{width: 30px;height: 30px; }
	.mod_controls1::before{bottom: 15px; }
	.mod_controls1::after {width: calc(100% / 6.6);bottom: 14.5px;  }
	.mod_controls1_list_nub::after{bottom: 14.5px; }
	.mod_controls1_list_nub span::before{width: 6px;height: 6px; } */
	.indexDiv5 .gallery-top .conDiv .year{font-size: 28px; }
	.indexDiv5 .gallery-top .conDiv .textDiv{width: 75%; }
	.indexDiv5 .smallDiv{position: relative;bottom: auto; margin-top: 40px; }
	.indexDiv5 .smallDiv::after{bottom: 15px; }
	.indexDiv5 .smallDiv .swiper-slide i{width: 30px;height: 30px; }
	.indexDiv5 .smallDiv .swiper-slide i::before{width: 6px;height: 6px; }
	/* .indexDiv5 .smallDiv .swiper-slide::before{bottom: 14px; } */
	.indexDiv5 .smallDiv .swiper-slide::after{bottom: 14px; }
	.indexDiv5 .smallDiv .swiper-slide:nth-child(1)::before{bottom:14px; }
	
	.indexDiv6{padding: 40px 0; }
	.indexDiv6 .bdDiv{display: block;}
	.indexDiv6 .bdDiv .blDiv{width: 100%; }
	.indexDiv6 .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	.indexDiv6 .blDiv .tabsDiv{margin: 30px 0;display: flex;justify-content: space-between; }
	.indexDiv6 .blDiv .tabsDiv a{margin-bottom: 0;padding-left: 0;padding-bottom: 10px; }
	.indexDiv6 .blDiv .tabsDiv a.on::before{width: 30px;height: 2px;background: #000;position: absolute;left: 50%;margin-left: -15px;bottom: 0;top: auto; }
	.indexDiv6 .bdDiv .row{margin: -8px; }
	.indexDiv6 .bdDiv .row>div{padding: 8px; }
	.indexDiv6 .bdDiv .row>div a .textDiv{padding: 20px; }
	.indexDiv6 .bdDiv .row>div a .textDiv .tlDiv .moreBtn img{width: 40px; }
	.indexDiv6 .bdDiv .row>div a .textDiv .p{font-size: 14px;margin-top: 15px; }
	.indexDiv6 .bdDiv .row>div a .textDiv .trDiv{width: 75%; }
	
	
	.footerDiv{padding: 30px 0; }
	.footerDiv .hdDiv{display: block;padding-bottom: 20px;margin-bottom: 20px; }
	.footerDiv .hdDiv .logoDiv{margin-bottom: 15px; } 	
	.footerDiv .hdDiv .logoDiv img{max-height: 40px; }
	.footerDiv .hdDiv p{font-size: 15px; }
	.footerDiv .bdDiv ul{flex-wrap: wrap; }
	.footerDiv .bdDiv ul li{font-size: 14px;margin: 0 10px; }
	.footerDiv .bdDiv .flexDiv{display: block;text-align: center;margin-top: 20px; }
	.footerDiv .bdDiv .flexDiv .addr{font-size: 14px;justify-content: center; }
	.footerDiv .bdDiv .flexDiv .addr img{width: 12px;margin-right: 5px; }
	.footerDiv .bdDiv .flexDiv .ewmDiv{justify-content: center;margin-top: 20px; }
	.footerDiv .bdDiv .flexDiv .ewmDiv .imgDiv{margin: 0 5px;width: 50px; }
	.footerDiv .bdDiv .flexDiv .ewmDiv .imgDiv p{font-size: 12px; }
	
	
	@media (max-width:320px) {
		
		
		
	}
	
}
