@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/animate.min.css");/*页面动画*/
html {
	overflow-x: hidden;
}

@font-face {
	font-family: 'candara';
	src: url('../fonts/candara.eot');
	src: url('../fonts/candara.eot') format('embedded-opentype'), 
		 url('../fonts/candara.woff2') format('woff2'), 
		 url('../fonts/candara.woff') format('woff'), 
		 url('../fonts/candara.ttf') format('truetype'), 
		 url('../fonts/candara.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'd-din';
	src: url('../fonts/d-din.eot');
	src: url('../fonts/d-din.eot') format('embedded-opentype'), 
		 url('../fonts/d-din.woff2') format('woff2'), 
		 url('../fonts/d-din.woff') format('woff'), 
		 url('../fonts/d-din.ttf') format('truetype'), 
		 url('../fonts/d-din.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection{background:#fff; color:#101010;}
::selection {background:#fff; color:#101010;}

/*浏览器滚动条*/
::-webkit-scrollbar/*整体部分*/
{
width: 0px;
height:0px;
}
::-webkit-scrollbar-track/*滑动轨道*/
{
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
border-radius: 0px;
background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb/*滑块*/
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover/*滑块效果*/
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.4);
}

/*webkit内核*/
.okayNav-loaded::-webkit-scrollbar {
    width:0px;
    height:0px;
}
.okayNav-loaded::-webkit-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-webkit-scrollbar {
    width:10px;
    height:10px;
}
/*o内核*/
.okayNav-loaded .-o-scrollbar{
    -moz-appearance: none !important;   
    background: rgba(0,255,0,0) !important;  
}
.okayNav-loaded::-o-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-o-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-o-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-o-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-o-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.okayNav-loaded::-o-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
/*IE10,IE11,IE12*/
.okayNav-loaded{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
/*隐藏浏览器滚动条*/

/*鼠标跟随css*/
#cursor {
	z-index: 9999;
  width: 8px;
  height: 8px;
	margin-left: 9px;
	margin-top: 9px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  pointer-events: none;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;	
}

/*引导页*/
.fakeloader{
	animation-duration: 3s;
    animation-name: width;
    background-color: rgb(1 1 1 / 80%);;
    background-image: url("../img/loading-bg.png");
	background-repeat: repeat;
	background-position: center center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
	width: 100%;
	overflow: hidden;
    position: fixed;
	top: 0px;
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;		
	z-index: 99999999999999999;
    
}
.fakeloader.ins_loading{
	background: rgba(0, 0, 0, 0.6)!important; 
}
/*导航栏*/
#header{
    z-index: 99999;
    position: fixed;
    padding: 20px 2%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.fix_nav{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0))!important;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.header_logo{
	float: left;
}
.header_logo img{
    height: 60px;
    vertical-align: middle; 
}
#nav-main{
    height: 60px;
    width: auto;
	line-height: 60px;
	float: right;
    margin-right: 100px;
}
#nav-main li{
    display: inline-block;
    margin-left: 15px;
    line-height: 60px;
}
#header .okayNav li a{
	position: relative;
	display: block;
	font-family: d-din,Candara, Arial, "Microsoft JhengHei";
	font-weight: normal;
	font-size: 22px;
	padding: 0 15px;
    color: rgb(255 255 255 / 30%);
	text-transform: uppercase;
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;	
}
#header .okayNav li.on a{
    color: rgb(255 255 255 / 100%);
}
#header .okayNav li a span{
	position: absolute;
	z-index: 999;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;	
	font-size: 18px;
	top: -60px;
	left: 0px;
	display: block;
	color: #121212;
	background: #fff;
	width: 100%;
    border-radius: 8px;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",sans-serif;    
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;		
}
#header .okayNav li a:hover span{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;	
	top: 0px;
    display: block;
}


/*首页主体*/
.banner{
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.banner .txt{
    position: absolute;
    z-index: 999;
    margin-left: 10%;
    margin-top: 12%;
}
.banner .txt h2{  
    text-transform: uppercase; 
    font-size: 80px;
    line-height: normal;
    color: #fff;
    margin-bottom: 30px;
    font-family:"d-din", "PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.banner .txt h2 em{
    font-size: 120px;
    font-style:normal;
}
.banner .txt p{
    line-height: normal;
    font-size: 42px;
    color: #fff;
    margin-bottom: 60px;
}
.video{
    height: 100%;
    width: 100%;
    text-align: center;
}
.video img{
    width: 100%;
    height: 100%;
}

/*按钮吸附*/
.attract-hover {
  display: inline-block;
}
.attract-hover-easing {
  transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.button {
    display: inline-block;
    padding: 0px 60px;
    line-height: 80px;
    height: 80px;
    width: auto;
    font-size: 18px;
    border-radius: 100px;
    border: 2px solid #fff;
}
.banner .txt .attract-hover em{
    font-style:normal;
}
.banner .txt a .more{
    vertical-align: middle;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}
.banner .txt a:hover{
    background: #fff;
    padding: 0px 50px;
}
.banner .txt a:hover em{
    color: #101010;
}
.banner .txt  a:hover .more{
    filter: brightness(0);
}

/*底部*/
.footer{
	padding: 0.5% 2%;
	text-align: center;
	z-index: 999;
    bottom: 0px;
    width: 100%;
    position: fixed;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.6)); 
}
.footer p{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: rgb(255 255 255 / 30%);
	font-size: 12px;
}
.footer a{
	font-size: 12px;
	padding-left: 2px;
	padding-right: 5px;
    color: rgb(255 255 255 / 60%);
}
.footer a:hover{
    color: #fff;
}

/*关于*/
.about{
	margin: 0 auto;
	padding: 4%;
}
.about_img{
    z-index: -1;
    position: fixed;
    height: 100vh;
}
.about_txt{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 15%;
    z-index: 999;
}
.about-1,.about-2,.about-3,.about-4{
    margin-bottom: 60px;
}
.about-1{
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.about-1 h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 300;
    color: rgb(255 255 255 / 90%);
}
.about-1 h2{
    font-size: 28px;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 100%);
}
.about-1 p{
    font-size: 22px;
    color: rgb(255 255 255 / 60%);
}
.about-2 h2,.about-3 h2,.about-4 h2{
    font-size: 22px;
    margin-bottom: 20px;
    color: rgb(255 255 255 / 100%);
}
.about-2 li{
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(255 255 255 / 60%);
}
.about-2 li p{
    color: rgb(255 255 255 / 60%);
}
.about-2 li img{
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.about-2 li a:hover{
    text-decoration: underline;
    color: rgb(255 255 255 / 100%);
}
.about-3 p,.about-4 p{
    color: rgb(255 255 255 / 60%);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.about-4 p em{
    color: rgb(255 255 255 / 30%);
    font-size: 12px;
    margin: 0px 10px;
}


/*项目*/
.projects{
    background-image: url("../img/case-bg.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    background-attachment:fixed;
}
.owl-carousel{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* 如需水平居中，还需添加以下属性 */
  left: 50%;
  transform: translate(-50%, -50%);
}
.projects .article{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #010101;
}
.projects .article .txt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding:  1% 2%;
    z-index: 99;
    display: inline-block;
    background: rgb(255 255 255 / 1%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	
	    border-radius: 0 0 16px 16px;
}
.projects .article .txt h2{
    color: #fff;
    font-size: 22px;
    float: left;
}
.projects .article .txt ul{
    float: right;
}
.projects .article .txt ul li{
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
    margin-left: 5px;
    color: rgb(255 255 255 / 90%);
    background: rgb(255 255 255 / 10%);
    font-size: 14px;
}
.projects .article:hover .txt{
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.projects .article img{
    opacity: 0.8;
}
.projects .article:hover img{
    transform: scale(1.05);
    opacity: 1;
}
.owl-controls{
    text-align: center;
    padding: 0 3%;
}
.owl-controls .owl-nav{
    display: none!important;
}
.owl-dots .owl-dot{
    display: inline-block;
    margin: 10px;
    background: rgb(255 255 255 / 30%);
    width: 40px;
    height: 3px;
    border-radius: 3px;
}
.owl-dots .owl-dot.active{
    background: rgb(255 255 255 / 90%);
}
.pro-de-bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url(../img/case-bg.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}
.projects-de{
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.projects-de .tit{
    float: left;
}
.projects-de .tit h2{
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.projects-de .tit li{
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
    margin-right: 5px;
    color: rgb(255 255 255 / 90%);
    background: rgb(255 255 255 / 10%);
    font-size: 14px;
}
.projects-de .fanhui{
    float: right;
}
.pro-img{
    clear: both;
	margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
	float: left;
}
.pro-img img{
    width: 100%;
    display: block;
}
.projects-de .fanhui a{
    margin-top: 20px;
    display: inline-block;
    padding: 15px 30px;
    width: auto;
    font-size: 18px;
    border-radius: 100px;
    border: 2px solid #fff;
}
.projects-de .fanhui a svg{
   vertical-align: middle;
    margin-right: 5px;
    width: 22px;
    margin-bottom: 5px;
}
.projects-de .fanhui a:hover{
    background: #fff;
    color: #010101;
}
.projects-de .fanhui  a:hover svg{
    filter: brightness(0);
}
/*资源*/
.assets{
    margin: 0 auto;
    padding: 4%;
}

#supersized-loader {position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; background: rgb(1 1 1 / 50%);}
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
#supersized img { max-width: none !important }

.assets-tab{
    margin-top: 120px;
    margin-bottom: 60px;
    text-align: center;
}
.assets-tab li{
    display: inline-block;
    margin: 0px 20px;
}
.assets-tab li a{
    display: block;
    position: relative;
    font-size: 16px;
    color: rgb(255 255 255 / 30%);
}
.assets-tab li a i{
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin-top: 5px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.assets-tab li a:hover i{
    width: 100%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.assets-tab li a.cur i{
    width: 100%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.assets-tab li a.cur{
    color: #fff;
}
.assets-tab li a:hover{
    color: #fff;
}


/*皮肤切换*/
.sw-btn{
    width: 50px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 100px;;
    position: fixed;
    top: 36px;
    right: 50px;
    z-index: 99999;
    background: none;
    opacity: 0.6;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	     
}
.sw-btn:hover{
    opacity: 1;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	     
}
.sw-btn .crcl {
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
    background: #fff;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 6px;
    position: absolute;
    border-radius: 50%;
    transform: translate(0px, 0px);
}
.baise .sw-btn .crcl {
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #101010;
    left: 25px;
}
body.baise{
    background: #f5f5f5;
}
.baise #background_video{
    display: none;
}
#background_video_w{
    display: none;
}
.baise #background_video_w{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.1;
}
.baise #overlay{
    background: radial-gradient(circle, transparent, rgb(244 238 238 / 90%));
}
 .header_logo{
    height: 60px;
    width: 170px;
    display: block;
    background: url("../img/logo.png") no-repeat center center;
    background-size: 100% 100%;
    	transition: all 0.3s;
    -webkit-transition: all 0.3s;	 
}
.baise .header_logo{
    height: 60px;
    width: 170px;
    display: block;
    background: url("../img/logo-hei.png") no-repeat center center;
    background-size: 100% 100%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.baise .header_logo img{
    display: none;
}
.baise #header .okayNav li a{
    color: rgb(0 0 0 / 60%);
}
.baise #header .okayNav li.on a {
    color: rgb(0 0 0 / 100%);
}
.baise .sw-btn{
    border: 2px solid #101010;
}
.baise #header{
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 90%), rgba(0,0,0,0));
}
.baise .footer{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgb(255 255 255 / 90%));
}
.baise .footer p{
    color: #aaa;
}
.baise .footer a{
    color: #666;
}
.baise .footer a:hover{
    color: #101010;
}
.baise #header .okayNav li a span{
    background: #101010;
    color: #fff;
}
.baise .banner .txt h2{
    color: #101010;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.baise .banner .txt p{
    color: #101010;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
}
.baise .banner .button{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
    border: 2px solid #101010;
    background: #101010;
}
.baise #cursor{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;	    
    background: #101010;
}
.baise  .menuBtn em{
    background: #101010;
}
.baise .projects{
    background-image: url(../img/case-bg-baise.jpg);
}
.baise .pro-de-bg{
    background-image: url(../img/case-bg-baise.jpg);
}
.baise .projects-de .fanhui a{
    border: 2px solid #101010;
    background: #101010;
}
.baise .projects-de .fanhui a:hover{
    background: #fff;
}
.baise .projects-de .tit h2{
    color: #101010;
}
.baise .projects-de .tit li{
    color: rgb(0 0 0 / 90%);
    background: rgb(0 0 0 / 5%);
}
.baise .pro-img{
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border: 1px solid #fff;
    border-radius: 16px;
}
.baise .fix_nav{
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0))!important;
}
.baise .about-1{
        border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.baise .about-1 h3{
    color: rgb(0 0 0 / 90%);
}
.baise .about-1 h2{
    color: rgb(0 0 0 / 100%);
}
.baise .about-1 p{
    color: rgb(0 0 0 / 90%);
}
.baise .about-2 h2,.baise  .about-3 h2,.baise  .about-4 h2{
    color: rgb(0 0 0 / 100%);
}
.baise .about-2 li{
    color: rgb(0 0 0 / 60%);
}
.baise .about-2 li a{
    color: rgb(0 0 0 / 90%);
}
.baise .about-3 p,.baise  .about-4 p{
     color: rgb(0 0 0 / 60%);
}
.baise .about{
    background: url("../img/about-video.gif") no-repeat center center;
    background-size:cover;
}
.about-2 li img.hei{
    display: none;
}
.baise .about-2 li img.bai{
    display: none;
}
.baise .about-2 li img.hei{
    display: inline-block;
}
.baise .inner_main{
    background: rgb(245 245 245 / 80%);
}
.baise .assets-tab li a{
    color: rgb(0 0 0 / 30%);
}
.baise .assets-tab li a:hover{
    color: rgb(0 0 0 / 60%);
}
.baise .assets-tab li a.cur{
    color: #101010;
}
.baise .assets-tab li a i{
    background: #101010;
}
.baise .about-2 li p{
    color: rgb(0 0 0 / 60%);
}
.baise .about-4 p em{
    color: rgb(0 0 0 / 30%);
}








