.about_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 2rem 0;
}

.about_tab li{
    width: 24%;
    background-color: #f8f8f8;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

.about_tab li a{
    display: block;
    height: 48px;
    line-height: 48px;
}

.about_tab li.active, .about_tab li.active a, .about_tab li:hover, .about_tab li:hover a{
    background-color: #2d5ea5;
    color: #fff;
}

.about_info{
    display: flex;
    justify-content: space-between;
}

.about_image{
    width: 40%;
    flex-shrink: 0;
}

.about_image img{
    width: 100%;
}

.about_remark {
    width: 58%;
    padding-left: 1%;
}

.about_remark h3{
    text-align: center;
    font-weight: 600;
    padding-bottom: 1rem;
}

.about_remark p{
    text-indent: 2rem;
    line-height: 3rem;
}

.about_box{
    padding-bottom: 20px;
}

.about_box p{
    padding-top: 10px;
    text-indent: 2rem;
    line-height: 3rem;
}

.about_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}

.about_list li{
    width: 48%;
    flex-shrink: 0;
}

.about_list li img{
    width: 100%;
}

.ewm_box{
    padding-top: 20px;
}

.map_info{
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
}

.msg_box{
    background-color: #f5f3f2;
    padding: 2rem 5rem 3rem 5rem;
    margin-bottom: 3rem;
}

.msg_ul li{
    padding-top: 1rem;
}

.message_h3{
    display: flex;
    align-items: center;
}

.message_h3 h3{
    margin-top: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.message_h3 p{
    padding-top: 0.5rem;
    margin-bottom: 0;
    color: #777;
}

.msg_btn{
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.msg_btn span{
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    color: #fff;
    cursor: pointer;
}

.msg_btn span:hover{
    opacity: 0.6;
}

.btn-submit{
    background-color: #2d5ea5;
    margin-right: 1rem;
}

.btn-reset{
    background-color: #929292;
    margin-left: 1rem;
}


.article_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #ddd 1px solid;
    padding-bottom: 1rem;
}

.article_time{
    width: 15%;
    font-size: 30px;
    border-right: 1px solid #ddd;
    text-align: center;
    flex-shrink: 0;
    color: #999;
}

.article_info{
    padding-left: 2rem;
    width: 83%;
}

.article_info h3{
    font-weight: 600;
    font-size: 18px;
}

.article_info p, .article_info p a{
    color: #777;
    font-size: 14px;
    padding-top:1rem;
    line-height: 2rem;
}

.emptyStyle{
    padding: 6rem 0 8rem 0;
    text-align: center;
    color: #999;
}

.emptyStyle img{
    width: 320px;
}

.service_remark{
    background-color: #fafafa;
    padding: 3rem 2rem;
    text-align: center;
}

.serv_remark{
    background-color: #fafafa;
    padding: 2rem 0 1rem 2rem;
}

.serv_image{
    width: 36%;
}

.serv_image img{
    width: 100%;
}

.service_ul li{
    padding-left: 2.3rem;
    text-indent: -2.3rem;
    line-height: 3rem;
    padding-right: 2rem;
}
.serv_remark p{
    color: #777;
    padding-left: 2rem;
    line-height: 3rem;
}

.serv_image2{
    width: 26%;
}

.serv_image2 img{
    width: 100%;
}

.serv_remark2{
    background-color: #fafafa;
    padding: 2rem 3rem;
    width: 80%;
}

.service_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.service_list li{
    width: 31%;
    flex-shrink: 0;
    padding: 2rem;
    background-color: #f8f8f8;
    border: #ddd 1px solid;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.service_list li:hover{
    background-color: #eee;
}

.service_list li img{
    height: 50px;
}

.service_list li p{
    font-size: 12px;
    height: 6rem;
    text-align: left;
    color: #666;
}

.train_box{
    background-color: #fafafa;
    padding: 2rem;
}

.train_btn_box{
    display: flex;
    justify-content: center;
}

.train_btn{
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ed9619;
    color: #fff;
    margin-right: 1rem;
    cursor: pointer;
}

.train_btn:hover{
    opacity: 0.6;
}

.train_btn a{
    color: #fff;
}

.train_btn_empty{
    border: #2d5ea5 1px solid;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 1rem;
    font-size: 14px;
    cursor: pointer;
}

.train_btn_empty:hover{
    background-color: #c9dffe;
}

.train_tel{
    font-size: 18px;
    font-weight: 600;
    color: #2d5ea5;
}

.wenhua_bg{
    background-image: url('/static/images/wenhua.jpg');
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.licheng_ul{
    padding: 0 3rem;
}

.licheng_ul ul li{
    background-image: url('/static/images/licheng.png');
    min-height: 130px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 60px;
}

.shili_box{
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.shili_img{
    width: 38%;
}

.shili_img img{
    width: 100%;
}

.shili_text{
    width: 62%;
}

.shili_text h3{
    padding-top: 3rem;
    padding-left: 4rem;
    font-weight: 600;
    color: #2d5ea5;
}

.shili_text p{
    padding-left: 4rem;
}

