/* tab-control部分开始 */
.tab-control .fo-item{
    width: 230px;
}
/* tab-control部分结束 */

/* 联系我们部分开始 */
.contact-us{
    width: 100%;
    height: auto;
}

.com-msg{
    border-bottom: 1px solid #DDE2E9;
    padding-bottom: 40px;
}

.com-item{
    /* width: 33.3%; */
}

.com-item p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #696970;
}

.com-item p:nth-child(2){
    font-size: 30px;
    font-family: DINOT;
    font-weight: bold;
    color: #393941;
    line-height: 40px;
}

.com-address{
    border-bottom: 3px solid #C8001B;
    margin: 55px 0;
    padding-bottom: 55px;
}

.com-left p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #696970;
}

.com-left p:nth-child(2){
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #393941;
    line-height: 40px;
}

.com-right img{
    width: 41px;
    height: 41px;
}

#comMap{
    width: 100%;
    height: 600px;
}
/* 联系我们部分结束 */

/* 在线留言部分开始 */
.online-msg{}

.on-left{
    width: 801px;
    height: 488px;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    box-sizing: border-box;
    padding: 50px 98px 58px 78px;
}

.form-item{
    margin-bottom: 15px;
}

.form-item label{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D4050;
    line-height: 55px;
    vertical-align: top;
}

.form-item input{
    width: 547px;
    height: 55px;
    border: 1px solid #E8ECF4;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 0 20px;outline: none;
    box-sizing: border-box;
    padding: 0 20px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}


.form-item textarea{
    width: 547px;
    height: 127px;
    border: 1px solid #E8ECF4;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 10px 20px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.on-right img{
    width: 460px;
    height: 488px;
}

.submit-btn{
    width: 176px;
    height: 55px;
    background: #C8001B;
    border-radius: 5px;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 55px;
    border: none;
    margin-left: 70px;
}
/* 在线留言部分结束 */