.box{
    width:100%;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.gray{
    color: #6F6F6F;
}
.black{
    color: #000;
}
.contact_banner{
    position:relative;
    width:100%;
    height:300px;
    background-image: url(../images/img_CONTACT_banner.png);
    background-color:#4856b2;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: local;
}
.contact_banner img{
    width:100%;
}
.contact_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:265px;
    border: 1px solid #FFFFFF;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 57px;
    padding:20px 0px;
}
/*è”ç³»å‚å±•ç”³è¯·*/
.content{
    text-align:justify;
    margin-top:60px;
}
.contact_title .at{
    font-size: 25px;
    color: #4A4A4A;
    letter-spacing: 0.93px;
    text-align: center;
}
.contact_title .ab{
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.67px;
    text-align: center;
}
/*å‚å±•*/
.contact .con{
      /* margin-top: 37px; */
    /* margin-bottom: 35px;*/
    font-size: 16px;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
}
.contact .con .vBtn{
    background: #16237A;
    padding:0 13px;
    line-height:53px;
    color:#FFFFFF;
    margin-top:35px;
}
.contact .con .aBtn{
    background: #16237A;
    padding:0 50px;
    line-height:53px;
    color:#FFFFFF;
    margin-top:35px;
}
.contact .con .sBtn{
    background: #16237A;
    padding:0 34px;
    line-height:53px;
    color:#FFFFFF;
    margin-top:35px;
}
/*å‚è§‚å±•ä¼š*/
.contact .headline{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    background: #16237A;
    line-height:45px;
    margin-top:35px;
    padding:0 38px;
}
.contact .bg{
    width:100%;
    background:#F0F0F0;
}
.contact .bg .vForms{
    width:94%;
    margin:0 auto;
    padding-bottom:30px;
}
.vForms .form-group{
    width:48%;
}
.vForms .form-group input::placeholder{
    font-size: 16px;
    color: #C3C3C3;
    letter-spacing: 0.56px;
}
.vForms .form-group label{
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.63px;
    line-height:60px;
    display:block;
    font-weight:400;
}
.vForms .form-group input{
    font-size: 20px;
    letter-spacing: 0.56px;
    display:block;
    width:98%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.vForms .form-group select{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.56px;
    width:98%;
    line-height:48px;
    height:48px;
    padding-left:2%;
}
.contact .vBtn{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    background: #16237A;
    padding:12px 20px;
    margin:22px 0 60px 0;
}
/*èµžåŠ©åˆä½œ*/
.contact .mes{
    margin:22px 0 64px 0;
    font-size: 16px;
    letter-spacing: 0.56px;
    text-align: justify;
    line-height: 24px;
}
/*å¤šåª’ä½“*/
.contact .con .media{
    padding:12px 0 24px 0;
}
.contact .con span,.media span{
    margin-right:10px;
}
/*å…¶å®ƒ*/
.contact .gLeft,.gRight{
    float:left;
    width:50%;
    margin-top:37px;
}
.gLeft .og,.gLeft .im{
    margin:33px 0 26px 0;
}
.general p{
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 24px;
}

/*wapé¡µé€‚é…*/
/*æ ‡é¢˜å›¾é€‚é…*/
.wap_banner{
    position:relative;
    width:100%;
}
.wap_banner img{
    width:100%;
}
.wap_banner .square{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 265px;
    font-size: 40px;
    line-height: 57px;
    padding: 20px 0px;
}
@media (min-width: 1200px) {
    .wap{
        display:none;
    }
    .pc{
        display:block;
    }
}
@media (max-width: 1199px) {
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }
    .w1200{
        width:100%;
    }
    /*æ ‡é¢˜å›¾*/
    .content{
        margin-top:22px;
    }
    .contact_title .at,.ab{
        font-size: 18px;
        letter-spacing: 0.67px;
    } 
    /*å‚å±•ç”³è¯·*/
    .contact .con{
        width:90%;
        margin:0 auto;
        margin-top:22px;
        margin-bottom:22px;
        font-size: 14px;
        letter-spacing: 0.49px;
        text-align: left;
        line-height: 24px;
    }
    .contact .con .vBtn{
        background: #16237A;
        padding:9px 13px;
        color:#FFFFFF;
        line-height:24px;
        margin-top:22px;
    }
    /*å‚è§‚å±•ä¼š*/
    .contact .headline{
        width:90%;
        margin:0 auto;
        margin-top:22px;
        padding:0 2%;
        text-align:center;
    }
    .contact .bg{
        width:90%;
        margin:0 auto;
    }
    .contact .bg .vForms{
        width:94%;
        margin:0 auto;
        padding-bottom:30px;
    }
    .vForms .form-group{
        width:100%;
    }
    .vForms .form-group input::placeholder{
        font-size: 16px;
        color: #C3C3C3;
        letter-spacing: 0.56px;
    }
    .vForms .form-group label{
        font-size: 16px;
        letter-spacing: 0.56px;
        line-height:47px;
        font-weight:400;
    }
    .vForms .form-group input{
        font-size: 18px;
        letter-spacing: 0.56px;
        width:98%;
        line-height:40px;
        height:40px;
        padding-left:2%;
    }
    .vForms .form-group select{
        font-size: 16px;
        color: #000;
        letter-spacing: 0.56px;
        width:98%;
        line-height:40px;
        height:40px;
        padding-left:2%;
    }
    .contact .bt{
        width:90%;
        margin:0 auto;
    }
    .contact .vBbtn{
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0.63px;
        background: #16237A;
        padding:12px 20px;
        margin:22px 0 22px 0;
    }
    /*å‚åŠ è®ºå›*/
    .contact .con .aBtn{
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0.63px;
        background: #16237A;
        padding:0px 50px;
        margin:22px 0 22px 0;
    }
    /*èµžåŠ©åˆä½œ*/
    .contact .con .sBtn{
        font-size: 18px;
        line-height:24px;
        color: #FFFFFF;
        letter-spacing: 0.63px;
        background: #16237A;
        padding:12px 50px;
        margin:22px 0 0px 0;
    }
    .contact .wap_mes{
        width:90%;
        margin:0 auto;
        margin-top:0px;
        margin-bottom:22px;
        font-size: 14px;
        letter-spacing: 0.49px;
        text-align: left;
        line-height: 24px;
    }
    /*å¤šåª’ä½“*/
    .contact .con .media{
        padding:12px 0 24px 0;
    }
    .contact .con span,.media span{
        width:100%;
        display:inline-block;
    }
    /*å…¶å®ƒ*/
    .contact .general{
        width:90%;
        margin:0 auto;
    }
    .contact .gLeft,.gRight{
        float:left;
        width:100%;
        margin-top:22px;
    }
    .contact .gRight{
        margin-bottom:23px;
    }
    .gLeft .og,.gLeft .im{
        margin:10px 0 26px 0;
    }
    .gLeft .og img,.gLeft .im img{
        display: flex;
        margin:0 auto;
    }
    .general p{
        font-size: 16px;
        letter-spacing: 0.56px;
        line-height: 24px;
    }
}

@media(max-width: 768px) {
    .wap_banner .square{
        width: 150px;
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0px;
    }
}