body{ 
    padding: 0; margin: 0; border: 0; height: 100%;
    font-family: "微软雅黑","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","PingFang SC",Arial,Tahoma,Helvetica,\5b8b\4f53,"宋体",sans-serif!important;
}
h2, h3, p{ margin: 0;}


.row{
    margin-left: -45px;
    margin-right: -45px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 45px;
    padding-right: 45px;
}


/* 按钮 */
.button{
    width: 240px;
    height: 50px;
    background: #E80E36;
}
.button p{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}


/* 勾选框 */
.checkBox{
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.checkBox .icon{
    width: 22px;
    height: 22px;
    margin-top: 9px;
    margin-right: 12px;
}

/* 输入框 */
.inputBox{
    position: relative;
    height: 48px;
    background: #F6F8FA;
}
.inputBox p{
    position: relative;
    width: 110px;
    font-size: 14px;
    color: #505558;
    line-height: 48px;
    padding-left: 15px;
    z-index: 1;
}
.inputBox input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    padding-left: 120px;
    font-size: 14px;
    color: #505558;
    line-height: 48px;
    outline: none;
}
.inputBox .label{
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #828C96;
    line-height: 48px;
    font-weight: 300;
    padding: 0 15px;
    background: #F6F8FA;
}


/* 多行文本框 */
.textareaBox{
    position: relative;
    height: 300px;
    background: #F6F8FA;
}
.textareaBox p{
    font-size: 14px;
    color: #505558;
    line-height: 48px;
    padding-left: 15px;
}
.textareaBox em{
    font-size: 12px;
    color: #999999;
    line-height: 48px;
    padding-left: 5px;
    font-style: normal;
}
.textareaBox textarea{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    height: 252px;
    left: 0;
    /* top: 0; */
    top: 48px;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    padding: 15px;
    /* padding-top: 48px; */
    padding-top: 0px;
    font-size: 14px;
    color: #505558;
    outline: none;
}
.textareaBox .label{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
    color: #828C96;
    line-height: 48px;
    font-weight: 300;
    padding: 0;
}







/* 全屏覆盖 */
#cover{
    position: relative;
    width: 100%;
    height: 100%;
}
.cover-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/cover-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.cover-info{
    position: absolute;
    width: 520px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -100px;
    text-align: center;
}
.cover-title{
    font-size: 66px;
    color: #222326;
    font-weight: bold;
    line-height: 87px;
}
.cover-bar{
    width: 252px;
    height: 2px;
    background: #222326;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 0.3;
}
.cover-text{
    font-size: 36px;
    color: #222326;
    font-weight: bold;
    line-height: 47px;
}
#cover .arrow{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    bottom: 40px;
    cursor: pointer;
}





#contentContainer{
    position: relative;
}
.content{
    padding-top: 100px;
    padding-bottom: 100px;
}
.content.container-fluid{
    background-color: #EDF2F6;
}
.content .title{
    font-size: 50px;
    color: #222326;
    line-height: 66px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content .text{
    font-size: 16px;
    color: #505558;
    line-height: 42px;
    font-weight: 300;
}
#content1{
    padding-top: 180px;
    padding-bottom: 180px;
}
#content2{
    padding-top: 120px;
    padding-bottom: 120px;
}
#content2 .title{
    margin-bottom: 50px;
}
#content2 .box .pic{
    width: 100%;
    display: block;
}
#content2 .box .box-title{
    font-size: 24px;
    color: #222326;
    font-weight: bold;
    line-height: 31px;
    margin-top: 40px;
}
#content2 .box .text{
    line-height: 33px;
    margin-top: 20px;
}



#content3{
    padding-top: 124px;
    padding-bottom: 143px;
}
#content3 .text{
    max-width: 390px;
}
#content3 .title{
    margin-bottom: 40px;
}
#content3 .box1{
    padding-top: 36px;
}
#content3 .box2 .pic{
    width: 478px;
    max-width: 100%;
    display: block;
}


#content4 .formBox{
    /* width: 100%; */
    height: 828px;
    background: #FFFFFF;
    padding: 70px 80px;
    margin-left: -30px;
    margin-right: -30px;
}
#content4 .box .box-title{
    font-size: 20px;
    color: #222326;
    font-weight: bold;
    line-height: 26px;
}
#content4 .box .form{
    margin-top: 20px;
}
#content4 .box .form .inputBox{
    margin-bottom: 20px;
}
#content4 .cell{
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content4 .cell-icon{
    width: 32px;
    height: 32px;
}
#content4 .cell-text{
    font-size: 15px;
    color: #707579;
    line-height: 32px;
    margin-left: 15px;
}
#content4 .cell-text span{
    color: #505558;
    font-weight: bold;
}
#content4 .contentBox{
    padding-bottom: 68px;
}
#content4 .contentBox.left{
    margin-right: -20px;
}
#content4 .contentInfo{
    padding-top: 20px;
}
#content4 .contentInfo .text2{
    font-size: 15px;
    line-height: 28px;
}
#content4 .contentInfo .text2 span{
    color: #505558;
    font-weight: bold;
}
#content4 .contentInfo .qrcode{
    width: 120px;
    height: 120px;
    margin-top: 15px;
    border: solid 1px #E6E6E6;
}
#content4 .button{
    margin-top: 20px;
}


#footer{
    position: relative;
    width: 100%;
    /* height: 203px; */
    background: #222326;
    padding-top: 60px;
    padding-bottom: 60px;
}
#footer .footerInfo{
    width: 400px;
    text-align: center;
    margin: auto;
}
#footer .footerInfo .footer-logo{
    width: 172px;
    /* width: 320px; */
}
#footer .footerInfo .footer-text{
    font-size: 12px;
    color: #505558;
    margin-top: 20px;
}
#footer .footerInfo .footer-text2{
    font-size: 12px;
    color: #505558;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
    margin-top: 5px;
}
#footer .footerInfo a{
    font-size: 12px;
    color: #505558;
    margin-top: 20px;
}





@media (max-width: 1300px) {
    .row{
        margin-left: -25px;
        margin-right: -25px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-left: 25px;
        padding-right: 25px;
    }
}



@media (max-width: 991px) {
    #content4 .formBox{
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    #content4 .box{
        float: none!important;
    }
    #content4 .contentBox{
        float: left;
    }
    #content4 .contentBox.left{
        width: 60%;
    }
    #content4 .contentBox.right{
        width: 40%;
    }
}




@media (max-width: 768px) {
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content .container{
        padding: 0;
        width: 100%;
    }
    .cover-info{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .cover-title{
        font-size: 42px;
        line-height: 55px;
        opacity: 0.9;
    }
    .cover-text{
        font-size: 22px;
        line-height: 29px;
        opacity: 0.8;
    }
    .cover-bar{
        width: 168px;
        margin-top: 16px;
        margin-bottom: 18px;
    }
    #cover .arrow{
        bottom: 30px;
    }
    .content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content .title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .content .text{
        font-size: 14px;
        line-height: 34px;
    }
    #content1, #content2, #content3, #content4{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #content1 .box{
        margin-top: 20px;
    }
    #content2{
        padding-bottom: 20px;
    }
    #content2 .title{
        margin-bottom: 20px;
    }
    #content2 .box{
        margin-bottom: 30px;
    }
    #content2 .box .box-title{
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }
    #content2 .box .text{
        line-height: 28px;
        margin-top: 8px;
    }
    #content2 .picbox{
        position: relative;
        height: 180px;
        overflow: hidden;
    }
    #content3 .title{
        margin-bottom: 20px;
    }
    #content3 .box1{
        padding-top: 0;
        margin-bottom: 30px;
    }
    #content4 .contentBox{
        float: none;
        padding-bottom: 40px;
    }
    #content4 .contentBox.left{
        width: auto;
    }
    #content4 .contentBox.right{
        width: auto;
    }
    #content4 .contentInfo{
        padding-top: 0;
        margin-top: 15px;
    }
    #content4 .box .box-title{
        font-size: 18px;
        line-height: 24px;
    }
    #content4 .cell{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #content4 .text{
        line-height: 19px;
    }
    #content4 .formBox{
        /* width: 100%; */
        height: auto;
        background: #FFFFFF;
        padding: 40px 20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    #content4 .box .form .inputBox{
        margin-bottom: 10px;
    }
    #content4 .button{
        width: 100%;
    }
    #footer .footerInfo{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer .footerInfo .footer-logo{
        width: 136px;
        /* width: 260px; */
    }
}