@charset "utf-8";

/* Reset ---------------------------------*/
body {
    font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    background: #f0f0f0;
    width: 100%;
}

div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
    list-style: none;
    margin: 0;
    padding: 0;
}

font {
    text-transform: uppercase;
}

/* Styles ---------------------------------*/
.container{
    padding: 0;
    background: #fff;
}
.banner{
    position: relative;
}
.slogin{
    position: absolute;
    top: 20%;
    text-align: center;
    color: #fff;
    width: 100%;
}
.slogin .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}
.slogin p{
    width: 600px;
    font-size: 16px;
    line-height: 2rem;
    margin: 0 auto;
}
.slogin .btn{
    width: 160px;
    background: #E73817;
    border-radius: 0;
    margin-top: 60px;
    line-height: 28px;
}
.slogin .btn2{
    margin-left: 10px;
    background: #fff;
    color: #E73817;
}
.slogin .btn i{
    margin-right: 10px;
}
.slogin .btn:hover{
    background: #f56440;
    color: #fff;
}
.slogin .btn2:hover{
    background: #fff;
    color: #E73817;
}
.module-title{
    font-size: 30px;
    font-weight: bold;
    margin:100px 0 40px;
    line-height: 1.5;
    color: #0B0A08;
    text-align: center;
}
.module-title .line{
    width: 56px;
    height: 2px;
    background: #0B0A08;
    margin: 40px auto 50px;
}
.module-info{
    width: 58%;
    margin: 0 auto;
    color: #707070;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.module-introduce{
    margin: 40px auto 68px;
    width: 71%;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.footer{
    background: url(../../images/footer-bg.png);
}
.footer-link{
    color: #fff;
    font-size: 14px;
    width: 71%;
    margin: 40px auto;
}
.footer-link ul li a{
    float: left;
    margin-right: 40px;
    color: #fff;
}
.footer-link ul li a:hover{
    color: #E73817!important;
}
.footer-logo{
    padding: 0;
    float: right;
}
.footer-logo img{
    height: 40px;
}
.copyright{
    width: 71%;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 12px;
}
.copyright p span{
    color: #79CCEB;
    margin-left: 10px;
}
.copyright .policy{
    color: #A9A9A9;
}

@media (max-width: 768px){

}

@media (max-width: 768px) {
    .logo img {
        height: 50px;
        margin: 20px;
    }
    .slogin .title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .slogin .btn{
        margin-top: 40px;
    }
    .slogin p{
        font-size: 14px;
    }
    .module-info{
        width: 70%;
    }
    .module-introduce{
        width: 80%;
        margin: 40px auto 50px;
    }
    .module-title{
        margin: 80px 0 30px;
    }
    .footer-link{
        width: 80%;
    }
    .footer-logo img{
        height: 30px;
    }
    .footer-link ul li a{
        margin-right: 30px;
    }
    .copyright{
        width: 80%;
    }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
    .slogin p{
        width: auto;
        font-size: 12px;
        line-height: 1.5;
        margin: 0 20px;
    }
    .slogin .title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner-img{
        overflow: hidden;
    }
    .banner-img img{
        max-width: 130%;
    }
    .slogin .btn {
        margin-top: 10px;
        line-height: 20px;
        width: 116px;
    }
    .module-title{
        font-size: 22px;
        margin: 40px 0 20px;
    }
    .module-info {
        width: 80%;
    }
    .module-introduce{
        margin: 30px auto 20px;
    }
}
@media (max-width: 320px) {
    .banner-img img{
        max-width: 174%;
    }
    .module-title{
        font-size: 20px;
    }
  
}