.wrap{
    width: 1200px;
    margin: 0 auto;
}
.clearfix{
    zoom: 1;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    line-height: 67px;
    z-index: 999;
}
.nav-two{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    line-height: 67px;
    z-index: 999;
    background-color: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 5%;
}
.nav-two img{
    vertical-align: middle;
}
.nav-two-img img{
    width: 50px;
}
.nav-two-list{
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    background-color: #FFFFFF;
    border-radius:0 0 10px 10px;
    box-shadow: 0 4px 4px #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
.nav-two-list a{
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}
.nav-two-list li.on a{
    color: #3fbafe;
}
.nav-two-list li:hover a{
    color: #3fbafe;
}
.nav-move{
    background-color: #ffffff;
}
.logo{
    float: left;
    margin-right: 160px;
    height: 64px;
}
.logo img{
    vertical-align: middle;
    height: 100%;
    padding: 5px 0;
}
.nav-list{
    float: left;
}
.nav-list ul{
    overflow: hidden;
}
.nav-list li{
    float: left;
    margin-right: 50px;
}
.nav-list li:last-child{
    margin-right: 0;
}
.nav-list li a{
	display:block;
    font-size: 16px;
    color: #ffffff;
}
.nav-move .nav-list li a{
    color: #333333;
    display:block;
}
.nav-list li:hover a{
    color: #3fbafe;
}
.nav-list li.on a{
    color: #3fbafe;
    display:block;
}
.nav-btn{
    float: right;
    overflow: hidden;
    padding-top: 16px;
}
.nav-btn a{
    display: block;
    float: left;
    margin-right: 20px;
    color: #3fbafe;
    font-size: 14px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    text-align: center;
}
.nav-move .nav-btn a{
    border: 1px solid #3fbafe;
}
.nav-btn a:nth-child(2){
    margin-right: 0;
}
.nav-btn a:hover{
    opacity: .7;
}
.footer{
    background-color: #111317;
}
.footer-content{
    overflow: hidden;
    padding: 50px 0 100px 0;
}
.footer-fl{
    float: left;
    width: 490px;
}
.footer-logo{
    margin-bottom: 20px;
    height: 60px;
}
.footer-logo img{
    height: 100%;
}
.footer-a{
    overflow: hidden;
}
.footer-a a{
    display: block;
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 15px;
}
.footer-fl a:hover{
    text-decoration: underline;
}
.footer-fr{
    float: right;
    font-size: 16px;
    color: #FFFFFF;
}
.footer-fr h2{
    font-size: 36px;
    margin-bottom: 10px;
}
.footer-fr p{
    margin-bottom: 10px;
}
.bah{
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    line-height: 64px;
    border-top: 1px solid #484a4d;
    text-align: center;
}
.bah a{
    color: #fff;
}
@media screen and (max-width: 1199px){
    body{
        padding-top: 64px;
    }
    .wrap{
        width: 100%;
    }
    .nav{
        display: none;
    }
    .nav-two{
        display: block;
    }
    .nav-two .mobile-logo{
        height: 100%;
    }
    .nav-two .mobile-logo img{
        height: 100%;
        padding: 3px 0;
    }
    .footer-content{
        padding: 40px 0;
    }
    .footer-fl{
        width: auto;
        text-align: center;
        float: unset;
    }
    .footer-a a {
        display: block;
        float: left;
        color: #ffffff;
        font-size: 18px;
        margin-right: 0;
        width: 33.333%;
        margin-bottom: 18px;
    }
    .footer-fr {
        padding:20px 15px 0 15px;
        float: unset;
        text-align: center;
    }
    .bah {
        padding: 10px;
        line-height: 36px;
        text-align: center;
    }

    .banner-frame{
        display: none;
    }
    .slideBox .hd{
        bottom: -10px;
    }
}