body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "Microsoft YaHei";
    background: #FFFFFF;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
em {
    font-style: normal
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
p {
    word-wrap: break-word
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.admissionBox{
    /*background: #7C3434;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: relative;*/
    /*top:0;*/
    /*left:0;*/
    width: 100%;
    margin:0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.admissionBox h1{
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: yellow;
    text-align: center;
    /*padding: 3.5% 0;*/
    background: #5C0204;
    letter-spacing: 10px;
}
.admissionBox h1 p{
    max-width: 640px;
    margin:0 auto;
}
.admissionResult{
    margin:0 20px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}
.wrap{
    max-width: 600px;
    margin:0 auto;
}
.admissionResult .admissionPic{
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    /*padding-left: 0.1rem;*/
}
.admissionResult .admissionPic img{
    display: block;
    width: 100%;
    height: auto;
    margin:0 auto;
}
.admissionCon{
    float: right;
    width: 65%;
}
.admissionCon p{
    line-height: 32px;
}
.admissionCon p strong{
    font-size: 16px;
    color: yellow;
    font-weight: normal;
}
.admissionCon p span{
    font-size: 14px;
    color: #FFFFFF;
}
.lqform{
    max-width: 600px;
    height: auto;
    overflow: hidden;
    margin:0 20px;
}
.inpcol{
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin-top:15px;
}
.inpcol label{
    display: block;
    float: left;
    width: 30%;
    text-align: right;
    font-size: 17px;
    color: #333333;
}
.lqinput{
    display: block;
    float: left;
    width:59%;
    height: 44px;
    font-size: 17px;
    color: #333333;
    line-height: 44px;
    font-family: 'Microsoft YaHei';
    background: #FFFFFF;
    border:1px solid #D1D1D1;
    padding-left: 8px;
}
.cxbtn{
    display: block;
    width: 50%;
    height:50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #6EAFD9;
    color: #FFFFFF;
    font-size: 17px;
    border:0;
    margin:25px auto 0;
}
.lqform{

}
@media screen and (max-width: 627px) {
    .admissionBox h1{
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 568px) {
    .admissionBox h1{
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 414px) {
    .admissionBox h1{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
    .inpcol{
        height: 35px;
        line-height: 35px;
    }
    .inpcol label{
        font-size: 16px;
        width: 30%;
    }
    .lqinput{
        height: 33px;
        font-size: 16px;
        line-height: 33px;
    }
    .cxbtn{
        height:40px;
        font-size: 17px;
        margin:15px auto 0;
    }
}
@media screen and (max-width: 400px) {
    .admissionBox h1{
        font-size: 19px;
        height: 47px;
        line-height: 47px;
    }
    .inpcol{
        height: 35px;
        line-height: 35px;
    }
    .inpcol label{
        font-size: 16px;
        width: 30%;
    }
    .lqinput{
        height: 33px;
        font-size: 16px;
        line-height: 33px;
    }
    .cxbtn{
        height:40px;
        font-size: 17px;
        margin:15px auto 0;
    }
}
@media screen and (max-width: 375px) {
    .admissionBox h1{
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }

    .admissionResult .admissionPic{
        font-size: 12px;
        line-height: 24px;
        width: 50%;
        margin:0 auto;
        float: none;
    }
    .admissionCon{
        float: none;
        width: 100%;
    }
    .admissionCon p{
        line-height: 30px;
    }
    .admissionCon p strong{
        font-size: 14px;
        font-weight: normal;
    }
    .admissionCon p span{
        font-size: 14px;
        color: #FFFFFF;
    }
    .inpcol{
        height: 32px;
        line-height: 32px;
    }
    .inpcol label{
        font-size: 14px;
        width: 30%;
    }
    .lqinput{
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .cxbtn{
        height:35px;
        font-size: 15px;
        margin:15px auto 0;
    }
}
@media screen and (max-width: 360px) {
    .admissionBox h1{
        font-size: 17px;
        height: 42px;
        line-height: 42px;
    }

    .admissionResult .admissionPic{
        font-size: 12px;
        line-height: 24px;
        width: 50%;
        margin:0 auto;
        float: none;
    }
    .admissionCon{
        float: none;
        width: 100%;
    }
    .admissionCon p{
        line-height: 30px;
    }
    .admissionCon p strong{
        font-size: 14px;
        font-weight: normal;
    }
    .admissionCon p span{
        font-size: 14px;
        color: #FFFFFF;
    }
    .inpcol{
        height: 32px;
        line-height: 32px;
    }
    .inpcol label{
        font-size: 14px;
        width: 30%;
    }
    .lqinput{
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .cxbtn{
        height:35px;
        font-size: 15px;
        margin:15px auto 0;
    }
}
@media screen and (max-width: 320px) {
    .admissionBox h1{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .admissionResult .admissionPic{
        font-size: 12px;
        line-height: 24px;
        width: 50%;
        margin:0 auto;
        float: none;
    }
    .admissionCon{
        float: none;
        width: 100%;
    }
    .admissionCon p{
        line-height: 32px;
    }
    .admissionCon p strong{
        font-size: 12px;
        font-weight: normal;
    }
    .admissionCon p span{
        font-size: 12px;
        color: #FFFFFF;
    }
    .inpcol{
        height: 30px;
        line-height: 30px;
    }
    .inpcol label{
        font-size: 12px;
        width: 30%;
    }
    .lqinput{
        height: 28px;
        font-size: 12px;
        line-height: 28px;
    }
    .cxbtn{
        height:30px;
        font-size: 14px;
        margin:15px auto 0;
    }
}




