.we{
    border-bottom: 2px solid #AD3332;
    color: #AD3332;
}
.common-nav-title:after{display: none;}
.contact-wrap{
    width: 100%;
    float: left;
    padding: 75px 0px 85px 0px;
    background: #fff;
    margin-top: 15px;
}
.contact-box{
    width: 100%;
    float: left;
    box-shadow: 5px 5px 25px 0px #E5E5E5;
}
.contact-left{
    width: 42%;
    height: 504px;
    float: left;
    background: #27A09B;
    padding: 10px 4%;
    color: #fff;
}
.contact-table{
    width: 100%;
    height: 504px;
    display: table;
}
.contact-title{
    width:100%;
    font-size: 30px;
    padding-bottom: 30px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.contact-title:after{
    content: '';
    width: 70px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.contact-text{
    width:100%;
    font-size: 18px;
    margin-top: 20px;
    float: left;
    line-height: 35px;
}
.contact-right{
    width: 42%;
    padding: 30px 4%;
    float: left;
}
.contact-title2{
    width:100%;
    font-size: 16px;
    float: left;
    line-height: 32px;
    color: #555555;
    margin-bottom: 10px;
}
.contact-input{
    width: 94%;
    height: 48px;
    border:1px solid #BEBEBE;
    padding-left: 5%;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    margin-top: 12px;
}
.contact-textarea{
    width: 89%;
    height: 48px;
    border:1px solid #BEBEBE;
    padding: 20px 5%;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    height: 110px;
    margin-top: 12px;
}
.contact-btn{
    border:1px solid #27A09B;
    float: right;
    width:125px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius:3px;
    background: #27A09B;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-top: 30px;
    font-size: 16px;
}
.contact-btn:hover{
    background: #FFF;
    color: #27A09B;
}
.contact-wrap2{
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: #F5F5F5;
}
.contact-title3{
    width: 100%;
    float: left;
    font-size: 34px;
    text-align: center;
}
.contact-title4{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #999999;
    margin-top: 20px;
}
.contact-table2{
    width: 100%;
    float: left;
    border:1px solid #B8B8B8;
    margin-top: 30px;
}
.contact-table2 thead tr{background: #27A09B;}
.contact-table2 thead th{padding: 15px;text-align: center;line-height: 25px;font-size: 14px;color: #fff;word-break:break-all;}
.contact-table2 tbody tr{background: #E3E3E3;border-bottom: 1px solid #B8B8B8;}
.contact-table2 tbody tr td{padding: 15px;text-align: center;line-height: 25px;font-size: 14px;color: #454545;word-break:break-all;}
.contact-table-box{
    width: 100%;
    float: left;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0px;
}
.contact-table-box:first-child{padding: 0px 0px 20px 0px;}
.contact-table-box:last-child{border:none;}
.contact-table-text{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: left;
}
.contact-table-text2{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #7E7E7E;
    margin-top: 10px;
    text-align: left;
}
.contact-table-text2 li{
    line-height: 25px;
    margin-top: 5px;
}
.table-h5{display: none;}
.show-btn{cursor: pointer;}
@media only screen and (max-width: 1100px) {
    .contact-left{height: 536px;}
}
@media only screen and (max-width: 700px) {
    .contact-left{width: 92%;height: 350px;}
    .contact-right{width: 92%;padding: 25px 4%;}
    .contact-table{height: 350px;}
    .contact-title{font-size: 22px;}
    .contact-text{font-size: 14px;}
}
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .contact-wrap{padding: 35px 0px;}
    .contact-title3{font-size: 24px;}
    .table-h5{display: block;}
    .table-web{display: none;}
}
