@charset "UTF-8";



@font-face {
    font-family: hyqh25jf;
    src: url("../font/HYQiHei-25JF.otf");
}


.contact{
    padding-top: 60px;
    padding-bottom: 75px;
}
.contact > div{
    width: 1470px;
    margin: auto;
}
.contact .title{
    margin-bottom: 55px;
    text-align: center;
}
.contact .title h2{
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
}
.contact .title p{
    color: #808080;
    font-family: hyqh25jf;
    font-size: 22px;
}
.contact .msg{
    margin-bottom: 60px;
}
.contact .msg .one{
    margin-bottom: 50px;
}
.contact .msg .left{
    width: 34%;
}
.contact .msg .right{
    width: 61.2%;
}
.contact  h3{
    margin-bottom: 25px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.contact p{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
}
.contact h4{
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.contact .msg .right input{
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    text-indent: 2em;
}
.contact .msg .right textarea{
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    text-indent: 2em;
    resize:none;
    outline: none;
}
.contact .msg .right button{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #367fb8;
    color: #fff;
    font-size: 16px;
    text-indent: 2em;
    cursor: pointer;
}
.contact .msg .right input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bebebe;
}
.contact .msg .right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bebebe;
}
.contact .msg .right input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bebebe;
}
.contact .msg .right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bebebe;
}
.contact .msg .right textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bebebe;
}
.contact .msg .right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bebebe;
}
.contact .msg .right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bebebe;
}
.contact .msg .right textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bebebe;
}
.contact .add h3{
    margin-bottom: 35px;
}
.contact .add ul{
    font-size: 0;
}
.contact .add ul li{
    vertical-align: top;
    width: 29.2%;
    margin-left:6.2%;
    margin-bottom: 40px;
}
.contact .add ul li:nth-child(3n+1){
    margin-left: 0;
}
.contact .add ul li{
    font-size: 16px;
}
.contact .map{
    margin-top: 40px;
    width: 100%;
    height: 400px;
}

