/*公共左侧 start css*/
.mes-content{
    width: 100%;
}
.container{
    width: 1100px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.slide{
    width: 242px;
    float: left;
    height: 500px;
    margin-top: 20px;
}
.slide .tit-top{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: normal;
    height:35px;
    line-height: 35px;
    margin-top: 22px;
}
.slide .tit-list{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.slide .tit-list li{
    background: #f5f7fa;
    border-bottom: 1px solid #e4eaec;
    cursor: pointer;
}
.hoverS{
    background-color: #A94CAF !important;
}
.hoverS a{
    color:#fff;
}
.right-content{
    width: 780px;
    /* height: 1168px; */
    float: right;
    margin-top: 44px;
    position: relative;
}
.sms p{
    border-bottom: 1px solid #e4e4e4;
    color: #0d0d0e;
    font-size: 16px;
    line-height: 30px;
}
.sms p span{
    display: block;
    text-align: center;
    width: 200px;
    border-bottom: 2px solid #A94CAF;
    margin: 0 auto;
}
.titL{
    color: #675f5f;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
}
.titL ins{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A94CAF;
    display: inline-block;
    margin: 1px 6px;
}
.titL b {
    font-weight: normal;
}
.ct{
    margin-top: 10px;
}
.ct p{
    font-size: 14px;
    line-height: 22px;
}
.ct p span{
    font-size: 18px;
}
/*公共左侧 end css*/
/*联系我们 css*/
.ct p font{
    font-size: 14px;
    font-weight: 700;
}
.dx-item{
    margin-bottom: 20px;
    font-size: 14px;
}
.dx-item p:first-child{
    color:#000;
    font-weight: 700;
}
.guide p:first-child {
    font-size: 14px;
    margin-bottom: 20px;
}
table {
    width: 100%;
}
table th {
    text-align: center;
    width: 70px;
}
table td{
    padding: 5px;
    text-align: center;
}
table.number th,table.number td{
    height: 50px;
}
.end h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}