.header{
    background:#000103 ;
    height: auto;
    overflow: hidden;

}
html,body{
    width: 100%;
    height: 100%;
}
body{
    font-family: 微软雅黑;
}
@media screen and (max-width: 1200px) {
    .containr{
        width: 1000px!important;
    }
}
.header .containr:after{
    clear:both;
    content:'.';
    display:block;
    width: 0;height: 0;
    visibility:hidden;
    
}
.header .containr{
    zoom: 1
}
.logo{
    float: left;
    display: block;
    height: 40px;
    padding: 25px 0;
}
.containr{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.header .containr{
    overflow: visible;
}
.navbar{
    float: right;
    font-size:0;
}
.navbar-item{
    font-size:16px;
    display: inline-block;
    height: 40px;
    line-height:40px;
    padding: 25px 20px;

}
.navbar-item a{
    position: relative;
    color: #C0C0C0;
}
.navbar-item a:hover:after,.navbar-item a.active:after{
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    right: 0;
    margin-left: -45px;
    margin-top: 21px;
    width: 90px;
    border-top: 4px solid #00a5a7;
}
.navbar-item .active{
    color: white!important;
}
.navbar-item:hover .navbar-child{
    display: block;
}
.navbar-item .navbar-child{
    display: none;
    top: 84px;
    left: 0px;
    position: absolute;
    z-index: 99;
    /* background-color: rgba(1,1,1,.6);*/
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.navbar-item .navbar-child .navbar-child-item{
    float: left;
    width: 20%;
    overflow: hidden;
    position: relative;

}
.navbar-item .navbar-child .navbar-child-item a{
    display: block;
    padding: 0px 20px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.navbar-item .navbar-child .navbar-child-item:before{
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 20px;
    height: 10px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.background{
    width: 100%;
    overflow: hidden;
    height: calc(100% - 94px);
}
.progress{
    background: #eee;
    height: 2px;
    animation: fades .5s ease-in-out infinite;
}
.banner{
    position: relative;
    background-image: url("../image/banner-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    color: #f9f9f9;
}
.banner .des{
    width: 400px;
    font-size: 20px;
    line-height: 40px;
    color: #ccc;
}
.banner .des li{
    position: relative;
    line-height: 64px;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.7px;
}
.banner .des li:before{
    content: '●';
    display: block;
    position: absolute;
    left: -30px;
    font-size: 20px;
}
.banner .ch{
    font-size: 48px;
    /* border-left: 4px solid #dddddd; */
    padding-left: 40px;
    margin-top: 220px;
    margin-bottom: 40px;
}
.banner .en{
    position: absolute;
    z-index: 1;
    bottom: -170px;
    left: 0;
    font-size: 100px;
    line-height: 160px;
    width: 100%;
    color: #444;
    text-align: center;
    font-family: 'LostHighway';
}
.smlies{
     position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
#names{
    margin-top: 30px;
}
.nameTitle{
    text-align: center;
    font-size:30px;
    margin-top: 25px;
    font-family:'Kaiti SC';
}
.detail{
    text-align: center;
    margin-top: 15px;
    font-size:23px;
    color: #C0C0C0;
    font-family:'Kaiti SC';
}
.nameLine{
     width: 80px;
    height: 5px;
    margin: 0 auto;
    background: #C0C0C0;
    margin-top: 15px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfloat:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;height: 0;
    visibility:hidden;
}
.clearfloat {
    zoom: 1
}

/*footer*/
.footer{
    background-color: #0e0e0e;
}
.footer .text{
    margin-top: 0px;
}
.footer .containr{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-list{
    margin-right: 40px;
}
.footer-list-tit{
    color: #f9f9f9;
}
.footer-list-item{
    color: #bbb;
    /*   padding-left: 10px;*/
    font-size: 14px;
}
.footer .code{
    color: #bbbbbb;
}
.footer .code .codeIcon{
    line-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.wechatCode{
    margin-right: 30px;
}
.footer .code .codeIcon .iconfont{
    font-size: 24px !important;
}
.footer .code .codeIcon .iconfont:after{
    display: block !important;
}
.footer .code .codeImg img{
    width: 100px;
}
.footer .codeDes{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.footer .copyright{
    border-top: 1px solid #bbb;
    background-color: #0f0f0f0;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.footer .footer-text{
    line-height: 35px;
}