*{
    padding: 0;
    margin: 0;
    list-style:none;
}
body{
    background:#eff3f5 ;
}
.banner{
    width: 100%;
    height: 660px;
}
.contact {
   width: 100%;
   height: 545px;
}
.content{
    margin: 0px auto;
    width: 1200px;
    height: 100%;

}
.content_left{
    float: left;
    width: 530px;
    height: 100%;
}
.content_right{
    float: right;
    width: 660px;
    height: 100%;
}
.con_title{
    width:100%;
    height:100px;
    padding-top: 80px;
}
.contact_us{
    font-size:32px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(4,108,200,1);
}
.contact_eng{
    padding-top: 10px;
    font-size:12px;
    font-family:Arial;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.line{
    width:40px;
    height: 4px;
    background: #046CC8;
    margin-top: 10px;
}
.info p{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    padding-top: 40px;
}
.forms{
    margin-top: 80px;
    width: 100%;
}
.forms > input{
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-style: none;
    border: 1px solid #cdcdcd;
    padding: 0 10px;
    outline: none;
}
.forms > textarea{
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    resize: none;
    outline: none;
    border-style: none;
    border: 1px solid #cdcdcd;
    margin: 30px 0 12px 0;
    background: #f8f8f8;
    padding: 10px;
}
.sub{
    width: 100px;
    height: 40px;
    border-style: none;
    background-color: #046CC8;
    color: #fff;
    margin-left: 280px;
    margin-top: 20px;
}