/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:''; color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #a48c74;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.w_warp{width: 100%;padding: 0 15px;}

.header{ position:relative;background: #110f1a;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 45px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 45px;width: auto;}
.header.fixed{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}

/*menu*/
.pc_menu{}
.menu{height:45px;line-height:45px;}
.menu ul li{ float:left; position:relative; padding:0 35px}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:45px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 265px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#6858f5;}
.menu a{ font-size:14px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#6858f5;}
a.menu_hover{color:#6858f5;}


.headList .search{width: 330px;height: 36px;border: 1px solid rgba(255,255,255,0.3);border-radius: 3px;position: relative;overflow: hidden;}
.headList .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;background: transparent;color: #999;}
.headList .search button{width: 40px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: none;color: #999;font-size: 16px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:50px;overflow:hidden;background:#000;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav1 span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#000;width:100%;height:calc(100% - 50px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:50px}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #333 solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #333 solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #fff;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #333;border-radius: 25px;background: none;outline: none;color: #fff;}
.mSearch button{background: transparent;width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.iTit{font-size: 64px;font-weight: bold;color: #05020e;}
.iTxt{}
.iLine{}
.comBg {
	background: linear-gradient(calc(178.3deg + var(--angle) * 3), #76adff00 30.26%, #32f3994d 98.56%), linear-gradient(0deg, #fff6, #fff6), linear-gradient(0deg, #aab9ee80, #aab9ee80), conic-gradient(from 180deg at 50% 50%, #fff -4.92deg, #000 50.9deg, #000 58.12deg, #fff 87.99deg, #000 138.47deg, #fff 196.68deg, #000 243.23deg, #fff 288.52deg, #000 334.6deg, #fff 355.08deg, #000 410.9deg), conic-gradient(from calc(180deg - var(--angle) / 4) at 50% 50%, #fff -4.92deg, #000 48.91deg, #000 50.9deg, #fff 87.99deg, #000 138.47deg, #fff 196.68deg, #000 243.23deg, #fff 288.52deg, #000 334.6deg, #fff 355.08deg, #000 408.91deg), radial-gradient(111.84% 111.84% at 2.63% -11.84%, #deff7c 19.99%, #feb0fe 37.34%, #8571ff 58.49%, #4eebc6 80.11%, #5cb1ff 91.82%);
}
.comBg:hover{--angle: 40deg;}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;background: linear-gradient(rgba(41, 20, 169, 0.43) 0%, rgba(5, 2, 14, 0) 240px), rgb(5, 2, 14);padding-top: 20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}
.banner .w_warp{position: relative;}
.bannerSwiper{width: 100%;border-radius: 18px;}

@property --angle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false
}

.banner_top{ background:linear-gradient(rgba(41, 20, 169, 0.43) 0%, rgba(5, 2, 14, 0) 240px), rgb(5, 2, 14); padding:20px; padding-bottom:0;}
.banTop{background: linear-gradient(180deg,#e7e1de 72.97%,#e7e1dec2 73.85%,#e7e1de00);border-radius: 18px;padding: 100px 0;width: 100%;}
.banTop .desc{text-align:center;}
.banVideoBtn a{background-blend-mode: normal, normal, normal, screen, difference, normal;display: inline-block;padding: 24px 57px;border-radius: 12px;font-size: 18px;color: #05020e;font-weight: bold;box-shadow: 0 100px 80px #0000002b, 0 41.7776px 33.4221px rgb(0 0 0 / 12%), 0 22.3363px 17.869px rgb(0 0 0 / 10%), 0 12.5216px 10.0172px rgb(0 0 0 / 9%), 0 6.6501px 5.32008px rgb(0 0 0 / 7%), 0 2.76726px 2.21381px rgb(0 0 0 / 5%);transition: --angle .5s;}

.banTit{text-align: center;margin-bottom: 5%;color: #000;font-weight: 700;font-size: 2.8vw;}
.banTit .span1{color: #6858f5;margin-right: 15px;}
.banTit .span1 i{display: inline-block;position: absolute;width: 12px;height: 12px;background: #fff;border: 2px solid #6858f5;display: none;}
.banTit .span1 i:nth-child(1){top: -6px;left: -6px;}
.banTit .span1 i:nth-child(2){top: -6px;right: -6px;}
.banTit .span1 i:nth-child(3){bottom: -6px;right: -6px;}
.banTit .span1 i:nth-child(4){bottom: -6px;left: -6px;}
/*.banTit .span3{background: #000;color: #fff;padding: 10px;position: relative;margin-right: 15px;}
.banTit .span3:after{position: absolute;right: -10px;top: 0;width: 2px;height: 100%;background: #000;content: "";}*/


.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 50%;position: relative;z-index: 9;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}

.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.6);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 280px;height: 210px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: -45px;right: 0;}
.tcClose img{width: 25px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}


.mainFull{width: 100%;background: #05020e;padding-top: 100px;}

.index_s{width: 100%;overflow: hidden;}
.index_s .imgShow{width:100%;background-size:cover;position:relative;overflow:hidden;background-color:#05020e;background-attachment:fixed;}
.index_s .imgShow img{width:100%;display:none;}
.index_s .before{position:absolute;width:0;height:100%;background-color:inherit;left:0;top:0;}
.index_s .after{position:absolute;width:0;height:100%;background-color:inherit;right:0;top:0;}
.index_s .imgTop{position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;width: 100%;}
.index_s .desc{max-width: 980px;margin: 0 auto;text-align: center;color: #fff;}
.index_s .desc .txt{font-size: 20px;}
.index_s .desc .tit{font-size: 64px;font-weight: bold;}

.zoomImage{transition: transform 0.5s ease;width: 100%;height: 100%;}

.index2{padding: 20px 0;position: relative;}
.i2Warp{border-radius: 18px;position: relative;overflow: hidden;background: linear-gradient(180deg, #e7e1de 42.97%, #e7e1dec2 43.85%, #e7e1de00);padding: 100px 0;}
.i2Bg{pointer-events: none;position: absolute;inset: 0;bottom: -5rem;z-index: 10;background-image: linear-gradient(90deg, #05020f, #05020f00 10%, #05020f00 90%, #05020f);top: auto;}
.i2Warp .innerBg{background: url(../images/noise.svg);pointer-events: none;position: absolute;inset: 0;z-index: 20;opacity: .25;}

.i2More a{background-blend-mode: normal, normal, normal, screen, difference, normal;display: inline-block;padding: 24px 57px;border-radius: 12px;font-size: 18px;color: #05020e;font-weight: bold;box-shadow: 0 100px 80px #0000002b, 0 41.7776px 33.4221px rgb(0 0 0 / 12%), 0 22.3363px 17.869px rgb(0 0 0 / 10%), 0 12.5216px 10.0172px rgb(0 0 0 / 9%), 0 6.6501px 5.32008px rgb(0 0 0 / 7%), 0 2.76726px 2.21381px rgb(0 0 0 / 5%);transition: --angle .5s;}

.i2List{margin-top: 90px;position: relative;}
.i2List .bg{background-image: url(../images/community.png);background-size: 100% 100%;position: absolute;left: 0;right: 0;top: -3rem;bottom: -10rem;}
.i2List ul{position: relative;z-index: 99;}
.i2List ul li{width: 20%;padding: 0 10px;box-sizing: border-box;}
.i2List .part{display: block;width: 100%;border-radius: 5px;overflow: hidden;position: relative;overflow: hidden;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%; height:430px;object-fit: cover}
.i2List .part .imgTop{position: absolute;top: 0;left: 0;padding: 30px 20px;width: 100%;}
.i2List .part .top{line-height: 40px;width: 100%;}
.i2List .part .icon{width: 40px;height: 40px;border-radius: 50%;overflow: hidden;}
.i2List .part .icon img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .t1{color: #fff;font-size: 16px;margin-left: 10px;}
.i2List .part .iLike{color: #fff;font-size: 16px;}
.i2List .part .iLike i{display: inline-block;margin-left: 10px;}

.index4{position: relative;padding: 100px 0;}
.i4Warp{position: relative;top: 0;left: 0;width: 100%;height: 100vh;position: relative;}
.i4Warp ul{max-width: 1600px;margin: 0 auto;position: relative;height: 100%;}
.i4Warp ul li{position: absolute;width: 20%;}
.i4Warp .img{width: 100%;height: 100%;}
.i4Warp .img img{width: 100%;height: 100%;object-fit: cover;}

.i4Warp ul li:nth-child(1){left: 15%;top: 15%;height: 45%;width: 15%;}
.i4Warp ul li:nth-child(2){left: 10%;top: 70%;height: 30%;}
.i4Warp ul li:nth-child(3){left: 47%;top: 3%;height: 20%;width: 15%;}
.i4Warp ul li:nth-child(4){left: 33%;top: 29%;height: 40%;width: 35%;}
.i4Warp ul li:nth-child(5){left: 34%;bottom: 0;height: 27%;}
.i4Warp ul li:nth-child(6){right: 10%;bottom: 0;height: 45%;}

.i4Top{position: absolute;top: 50%;left: 0;width: 100%;z-index: 9;}

.index5{width: 100%;}
.i5Warp{background: radial-gradient(50% 50% at 50% 50%, #8571FF5e 0%, #05020E00 100%);background-position-y: 150px;background-size: 100% calc(100% - 150px); background-repeat: no-repeat;padding: 8% 0;}

.i5Warp .t1{font-size: 80px;font-weight: bold;text-shadow: 0 2.7672564983px 2.2138051987px #0000000f, 0 6.6501021385px 5.3200817108px #00000014, 0 12.5215520859px 10.017241478px #0000001a, 0 22.336309433px 17.8690471649px #0000001f, 0 41.7776107788px 33.422088623px #00000024, 0 100px 80px #0003;margin-top: 80px;}
.i5Warp .txt{margin-top: 20px;font-size: 20px;color: #fff;}
.i5Video{width: 100%;max-width: 1200px;margin-left: auto;margin-right: auto;}
.i5Video video{width: 100%;}

.footer{width: 100%;padding: 60px 0;color: #fff;font-size: 15px;}
.fLogo img{max-width: 100%;max-height: 40px;}
.fMenu ul li{display: inline-block;margin: 0 10px;}
.fMenu a:hover{color: #fff;}

.tongtu{width: 100%;position: relative;overflow: hidden;background: linear-gradient(rgba(41, 20, 169, 0.43) 0%, rgba(5, 2, 14, 0) 240px), rgb(5, 2, 14);padding-top: 20px;}
.tongtu .w_warp{position: relative;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;border-radius: 18px;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.inside{padding: 60px 10px;color: #fff;}


@media only screen and (max-width: 1680px) {
.wapper{ width:100%;max-width: 1200px;}
.headList .search{width: 220px;}
.banVideoBtn a{padding: 12px 30px;}
.index_s .desc .tit{font-size: 46px;}
.iTit{font-size: 46px;}
.i5Warp .t1{font-size: 60px;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.headList .search{width: 150px;}
.menu a{padding: 0 10px;}
.index_s .desc .txt{font-size: 18px;}
.index_s .desc .tit{font-size: 38px;}
.iTit{font-size: 38px;}
.i2More a{padding: 20px 45px;}
.i2List .part .imgTop{padding: 10px;}
.i5Warp .t1{font-size: 48px;}
.i5Warp .txt{font-size: 18px;}
.tongtu .t1{font-size: 26px;}



}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 50px;}


}

@media only screen and (max-width: 780px) {
.w_warp{padding: 0 10px;}
.banner{padding-top: 10px;}
.banVideoBtn a{font-size: 14px;padding: 10px 20px;}
.i2-video2{width: 100%;max-width: 580px;}
.mainFull{padding-top: 20px;}
.index_s{padding: 60px 0;}
.index_s .desc .txt{font-size: 14px;}
.index_s .desc .tit{font-size: 20px;}
.index_s .imgShow{background-size: cover !important;}
.index_s .imgShow img{display: block;}
.iTit{font-size: 20px;}
.i2Warp{padding: 60px 0;}
.i2More{margin-top: 20px;}
.i2More a{font-size: 14px;padding: 10px 20px;}
.i2List ul li{width: 100%;margin: 10px 0;}
.i2List{margin-top: 20px;}
.i2List .bg{top: -19rem;bottom: 0;}
.index4{padding: 60px 0;}
.i4Warp{height: auto;}
.i4Warp ul{display: flex;flex-wrap: wrap;}
.i4Warp ul li{width: 50% !important;padding: 5px;position: relative !important;top: auto !important;right: auto !important;bottom: auto !important;left: auto !important;height: auto !important;}
.i4Top{position: relative;top: auto;transform: none;padding: 20px 0;}
.i5Warp .t1{font-size: 26px;margin-top: 35px;}
.i5Warp .txt{font-size: 14px;}
.fWarp{justify-content: center;}
.tongtu .t1{font-size: 18px;}
.tongtu .txt{font-size: 12px;}
.banTit .span1{cpadding: 5px;margin-right: 10px;}
.banTit .span3{padding: 5px;margin-right: 10px;}

}
