@charset "utf-8";


body{
    margin: 0 auto;
    font-family:"微软雅黑" ;
    color: #000;
    background: #fff;

}
a{
    text-decoration: none;
}
img{
    border: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainTitle{
    margin: 0;
    color:#434343;
    font-size:60px;
    line-height:72px;
    letter-spacing:0.18em;
    font-family:'MyriadPro-LightCond','Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';
    font-weight: 100;
    font-stretch:ultra-expanded;
    width:100%;
    text-align:center;
}
.mainSub{
    width:37px;
    height:2px;
    background:#fee123;
    margin:30px auto;
}
.mainInfo{
    padding:10px 0px;
    text-align:center;
    font-size:30px;
    color:#434343;
    font-family:'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';
    border-bottom:1px solid #bfbfbf;
}
/*.header{*/
    /*width: 100%;*/
    /*height: auto;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 10;*/
    /*background: #fff;*/
/*}*/
/*.header>a{*/
    /*float: left;*/
    /*margin-left: 8px;*/
/*}*/
/*.header>a>img{*/
    /*max-width: 100%;*/
    /*height: 80px;*/
/*}*/
/*.header .navBtn{*/
    /*float: right;*/
    /*width: 35px;*/
    /*height: 30px;*/
    /*/!*margin-top: 25px;*!/*/
    /*margin-right: 30px;*/
/*}*/
/*.header .container{*/
    /*width: 80%;*/
    /*margin: 0 auto;*/
/*}*/
/*.header .container ul{*/
    /*margin-top: 20px;*/
    /*font-size: 20px;*/
    /*float: right;*/
/*}*/
/*.header .container ul a{*/
    /*color: #000;*/
/*}*/
/*.header .container ul li{*/
    /*float: left;*/
    /*padding: 10px 20px;*/
/*}*/
/*.header .container ul:before{*/
    /*display: table;*/
    /*content: '';*/
/*}*/
/*.header .container ul:after{*/
    /*display: block;*/
    /*content: '';*/
    /*clear: both;*/
/*}*/
/*杞挱*/
#banner{
    background: #fff100;
    width: 100%;
    /*position: relative;*/
    height:100vh;
}
#banner .container{
    width: 85%;
    margin: 0 auto;
    /*position: relative;*/
}
#banner .img{
    height: 100vh;
    position: relative;
    width: 50%;
}
#banner .img>img{
    max-width: 100%;
    position: absolute;
    top: 100px;
}
#banner .container .text{
    z-index: 3;
    position: absolute;
    top: 460px;
    left: 54%;
    width: 50%;
}

.txtScroll-left{
    width:450px;
    margin: 0 auto;
    position:relative;
}

.txtScroll-left .hd .prev{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 40px;
    left: -7%;
}
.txtScroll-left .hd .next{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 40px;
    left: 133%;
}
.txtScroll-left .hd .prevStop{
    background-position:-60px 0;
}
.txtScroll-left .hd .nextStop{ background-position:-60px -50px; }
.txtScroll-left .bd{
    width:650px;
    overflow:hidden;
}
#banner .container .txtScroll-left .bd .b-q{
    z-index: 3;
    width: 550px;
    position: absolute;
    top: -150px;
    left: 0;
    font-size: 50px;
    color: #f18f0e;
}
.txtScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.txtScroll-left .bd ul li{
    margin-right:10px;
    float:left;
    height:200px;
    line-height:70px;
    text-align:left;
    _display:inline;
}

.txtScroll-left .bd ul li h2{
    font-size: 59px;
    margin: 10px 0;
}

.txtScroll-left .bd ul li a{
    display: block;
    color: #000;
}
.bannerSanjiao{
    position: absolute;
    top: 85%;
    left: 20%;
    width: 60%;
    text-align: center;
	margin-top:3%\9;
}
.fa-caret-down{
    color: #F38300;
}
.home-flash-down{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px;
    margin-bottom: 120px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.flash-down{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 1.4s linear;
    -moz-transition: all 1.4s linear;
    -ms-transition: all 1.4s linear;
    -o-transition: all 1.4s linear;
    transition: all 1.4s linear;
}

.flash-down.active{
    top: 80px;
    opacity: 0;
}
.flash-up{
    position: absolute;
    top: 80px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1.4s linear 1.4s;
    -moz-transition: all 1.4s linear 1.4s;
    -ms-transition: all 1.4s linear 1.4s;
    -o-transition: all 1.4s linear 1.4s;
    transition: all 1.4s linear 1.4s;
}

.flash-up.active{
    top: 0;
    opacity: 1;
}

/*鍦扮悆*/
section{
    /*padding-top: 150px;*/
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #010101;
    position: relative;
	 display: table-cell;
	vertical-align:middle;
}
section a{
    color: #fff;
}
section .earth{
   /*padding-left: 14%;*/
    margin: 0 auto;
	text-align:center;
    width: 100vw;
    height: 100%;
	display: table-cell;
	vertical-align:middle;
	
}
section .earth img{
	position:relative;
	vertical-align:middle;
	width:100%;
}
section .earth video{
	

          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
		  margin-top:0\9;
          /*灰色调*/
          /*-webkit-filter:grayscale(100%)*/
}
section .text{
    position: absolute;
    top: 20%;
    left: 10%;
    color: #fff;
    z-index: 2;
    width: 80%;
    text-align: center;
}
section .text p{
    font-size: 80px;
    font-weight: bold;
    margin-top: 160px;
    margin-bottom: 70px;
}
section .text span{
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
}
section .text a{
    /*color: #9d9d9d;*/
    color: #fff;
}
/*涓€棰楀垵蹇?*/
#pinpai{
    width: 100%;
    margin-top: 150px;
}
#pinpai .container{
    width: 80%;
    margin: 0 auto;
}
#pinpai .container>.title{
    width:100%;
    text-align: center;
}
#pinpai .container>.title p{
    font-size: 65px;
    color: #3a3a3a;
    font-weight: bold;
}
#pinpai .container>.title p span{
    color:#e4393c;
}

#pinpai .picScroll-left{
    width:100%;
    margin: 80px auto;
    position:relative;}
#pinpai .picScroll-left .hd .prev{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 20%;
    left: -3%;
}
#pinpai .picScroll-left .hd .next{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 20%;
    left: 103%;

}
#pinpai .picScroll-left .hd .prevStop{ background-position:-60px 0; }
#pinpai .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
#pinpai .picScroll-left .bd{
    padding:10px;
}
#pinpai .picScroll-left .bd ul{
    width: 100%;
    zoom:1;
}
#pinpai .picScroll-left .bd ul li{
    margin:0 10px;
    /*box-sizing: border-box;*/
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    width: 24%;
}
#pinpai .picScroll-left .bd ul li .pic{
    text-align:center;
    border-left:20px solid #fff000;
    width:100%;
    overflow: hidden;
}
#pinpai .picScroll-left .bd ul li .pic img{
    max-width: 100%;
    height:auto;
    display:block;
    transition: filter,transform linear .3s;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
	filter:gray;
}
#pinpai .picScroll-left .bd ul li .pic img:hover{
    transform: scale(1.03,1.03);
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
	filter: none;
}
#pinpai .picScroll-left .bd ul li .title{
    line-height:30px;
    margin-top: 10px;
    font-size: 18px;
}
#pinpai .picScroll-left .bd ul li .title a{
    color: #444;
}
#pinpai .picScroll-left .bd ul li .title p{
    font-weight: bold;
    margin-bottom: 0;
}

/*fuhao*/
@media screen and (min-width: 1440px) and (max-width:1599px){
	#fuhao{
		width: 100%;
		background: #fff100;
		text-align: center;
		height: 91vh;
		margin-top: 80px;
	}
}
@media screen and (min-width: 1600px){
	#fuhao{
		width: 100%;
		background: #fff100;
		text-align: center;
		height: 77vh;
		margin-top: 80px;
	}
}

#fuhao h2{
    font-size: 4.2em;
    padding-top: 12%;
    margin-bottom: 70px;
}
#fuhao p{
    margin-top: 0;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 40px;
}
/*妗堜緥*/
.work{
    padding:70px 0 80px 0;
    text-align:center;
    background:#fff;
    margin-top: 50px;
}
.work .content{padding-top:40px;height:auto;width:100%;}
.work .content:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.work .content .child{position:relative;float:left;width:20%;}
.work .content .child .childImg{width:100%;height:auto; vertical-align:middle;}
.work .content .child .childHide{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#ffe224;}
.work .content .child .childPointer{position:absolute;bottom:17px;right:20px;width:71px;}
.work .content .child .childTag{
    letter-spacing:0.1em;
    font-weight:100;
    font-stretch:condensed;
    padding:6%;
    position:absolute;
    top:0;
    left:0;
    width:88%;
    *width:60%;
    font-family:'MyriadPro-LightCond';
    font-size:18px;
    color:#000;
    text-align:left;
}
.work .content .child .childTag p{
    /*margin: 0;*/
}
.work .content .child .childTag .childSub{width:21px;height:2px;background:#000;margin:10px 0;}
.work .content .child .childContent{position:absolute;top:50%;left:0;height:54px;width:100%;margin-top:-27px;
    color: #000;}
.work .content .child .childContent .title{font-size:16px;color:#000;width:50%;margin:0 auto;}
.work .content .child .childContent .info{color:#000;font-size:12px;margin-top:10px;}
.work .linkBtn{margin:80px auto 0 auto;}

/**鍥㈤槦**/
#team{
    width: 100%;
}
#team .container{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#team .container ul li{
}
#team .picScroll-left{
    width:90%;
    margin: 40px auto;
    position:relative;
}
#team .picScroll-left .hd .prev{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 20%;
    left: -3%;

}
#team .picScroll-left .hd .next{
    display:block;
    cursor:pointer;
    position: absolute;
    top: 20%;
    left: 97%;

}
#team .picScroll-left .hd .prevStop{ background-position:-60px 0; }
#team .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
#team .picScroll-left .bd{

}
#team .picScroll-left .bd ul{
    width: 100%;
    overflow: hidden;
    zoom:1;
    margin: 0 auto;
}
#team .picScroll-left .bd ul li{
    margin:0 20px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    width: 28%;
}
#team .picScroll-left .bd ul li .pic{
    text-align:center;
}
#team .picScroll-left .bd ul li .pic img{
    width: 100%;
    height:auto;
    display:block;
    bottom:0;
    left:0;
    max-width:100%;
}
#team .picScroll-left .bd ul li .title{
    line-height:30px;
    margin-top: 10px;
    font-size: 18px;
}
#team .picScroll-left .bd ul li .title .sub{
    width: 37px;
    height: 2px;
    background: #eb6110;
    margin: 0 auto;
}
#team .picScroll-left .bd ul li .title p{
    color: #9d9d9d;
    margin: 5px 0;
}
#team .picScroll-left .bd ul li .title p.titleEn{
    font-size: 25px;
    color: #444;
}
#team .picScroll-left .bd ul li .title p.name{
    font-size: 20px;
    color:#444;
}
#team .picList .pic{
    position: relative;
    overflow: hidden;
}
#team .picList .pic .imgMSG{
    padding: 0 5%;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    -ms-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s;
}
#team .picList .pic .imgMSG p{
     text-align:left;
     color:#fff;
     font-size:14px;
     line-height:20px;
     padding-top:14px;
 }
#team .picList li:hover .imgMSG{
    bottom: 0;
}


/***news****/
.txtScroll-top{
    width:450px;
    margin-top: 50px;
    overflow:hidden;
    position:relative;
}
.txtScroll-top .hd{
    position: relative;
}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{
    cursor:pointer;
    position: absolute;
}
.txtScroll-top .hd .prev{
    top: 120px;
    left: 0;
}
.txtScroll-top .hd .next{
    top: 120px;
    left: 420px;
}
.txtScroll-top .bd{
    padding:15px 40px 15px 50px;
}
.txtScroll-top .infoList li{
    height:160px;
    line-height:24px;
}
.txtScroll-top .infoList li a{
    display: block;
    float:right;
    width: 100%;
}



/*footer*/
#footer{
    width: 100%;
    border-bottom: 35px solid #fff100;
}
#footer .container{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#footer .container img{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
@media screen and (min-width: 1600px){
    #banner .img>img{
        top: 261px;
    }
    #banner .container .text{
        top: 500px;
        left: 40%;
    }
	section{margin-top:0px;}

}
@media screen and (min-width: 1440px) and (max-width:1599px){
    #banner .img>img{
        max-width: 100%;
        position: absolute;
        top: 150px;
    }
    #banner .container .text{
        top: 405px;
        left: 40%;
    }
    .work .content .child .childContent .title{
        font-size: 16px;
    }
    .work .content .child .childContent .info{
        font-size: 12px;
    }
    section .earth{
        /*margin-top: -60px;*/
    }
    section .text p{
        font-size: 88px;
        margin-top: 170px;
        margin-bottom: 130px;
    }
    section .text span{
        font-size: 63px;
    }
}
@media screen and (max-width: 1300px){
    section .text p{
        font-size: 48px;
        margin-bottom: 70px;
    }
    section .text span{
        font-size: 35px;
    }
    #banner .container .text{
        top: 440px;
        left: 47%;
    }
	#fuhao{
        height: 78vh;
		width: 100%;
		background: #fff100;
		text-align: center;
		margin-top: 80px;
    }
    #fuhao h2{
        font-size: 3.2em;
    }
    #fuhao p{
        font-size: 1.5em;
    }
    #fuhao img{
        max-width: 10%;
    }
    #team .picScroll-left .hd .prev,#team .picScroll-left .hd .next{
        display: none;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1439px){
    #banner .container{
        width: 90%;
    }
    #banner .container .text{
        top: 320px;
        left: 40%;
    }
    .txtScroll-left{
        width:430px;
    }
    .txtScroll-left .bd{
        width:450px;
    }
    #banner .container .txtScroll-left .bd .b-q{
        width: 450px;
        font-size: 35px;
        top: -60px;
        margin: 0;
    }
    .txtScroll-left .bd ul li h2{
        font-size: 40px;
        margin: 0;
    }
    .txtScroll-left .bd ul li a{
        display: block;
        color: #000;
    }
    section .text{
        top: 8%;
    }
    section .text p{
        font-size: 70px;
        margin-bottom: 75px;
    }
    section .text span{
        font-size: 55px;
    }
    #pinpai{
        margin: 70px auto;
    }
    #pinpai .container>.title p{
        font-size: 45px;
    }
    #pinpai .picScroll-left .bd ul li .title{
        font-size: 13px;
    }
    #pinpai .picScroll-left .bd ul li{
        margin:0 8px;
    }
    #fuhao{
        height: 86vh;
		width: 100%;
		background: #fff100;
		text-align: center;
		margin-top: 80px;
    }
    #fuhao h2{
        font-size: 3.2em;
    }
    #fuhao p{
        font-size: 1.5em;
    }
    #fuhao img{
        max-width: 10%;
    }
    .mainTitle{
        font-size:35px;
        line-height:35px;
    }
    .mainSub{
        width:27px;
        margin:20px auto;
    }
    .mainInfo{
        padding:8px 0px;
        font-size:17px;
    }
    .work{
        padding: 40px 0 50px 0;
    }
    .work .content .child .childTag{
        font-size:12px;
    }
    .work .content .child .childContent .title{
        color: #000;}
    #team .picScroll-left .bd ul li{
        margin:0 26px;
    }
    #team .picScroll-left .bd ul li .title{
        line-height:20px;
        margin-top: 8px;
        font-size: 14px;
    }
    #team .picScroll-left .bd ul li .title p{
        margin: 3px 0;
    }
    #team .picScroll-left .bd ul li .title p.titleEn{
        font-size: 20px;
    }
    #team .picScroll-left .bd ul li .title p.name{
        font-size: 18px;
    }
    #news .slideBox{
        margin: 50px auto;
    }
    #news .slideBox .left .text .title{
        font-size: 14px;
    }
    #news .slideBox .left .text .info{
        margin-top: 15px;
        line-height: 20px;
        font-size: 12px;
    }
    #news .slideBox .left .date .day{
        font-size: 16px;
    }
    #news .slideBox .left .date .ym{
        font-size: 14px;
    }
    #news .slideBox .left .date{
        margin-left: 70px;
    }
}


