/* 公共样式 */
@font-face {
    font-family:HYQIHEI-75S ;
    src: url(../fonts/HYQIHEI-75S.TTF);
}
@font-face {
    font-family:HYQIHEI-50S ;
    src: url(../fonts/HYQIHEI-50S.TTF);
}
html,body{
    background:#F6F6F6;
    /* font-family: HYQIHEI-50S; */
}
ul li{
    list-style: none;
}
a{
    text-decoration: none !important;
}
.bg-back-light{
    margin-top:20px;
}
.common_title{
    display: flex;
    align-items: center;
    margin-bottom:13px;
}
.common_title>img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.common_title span{
    width:5px;
    height:24px;
    background:rgb(255, 102, 0);
    display: inline-block;
    margin-right:6px;
}
.common_title h4{
    margin:0;
    color:#333;
    font-weight: bold;
    opacity: .8;
    font-size: 20px;
    font-family: HYQIHEI-50S;
}

/* banner */
.mlxy_bg{
    background:url('../img/splsimgs/spls.jpg?v=1.0') center top no-repeat;
    height:315px;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    width:100%;
    font-family: HYQIHEI-50S;
}

.mlxy_bg h2{
    font-family: HYQIHEI-50S;
    font-size: 52px;
    margin:0;
}
.mlxy_bg h3{
    font-family: HYQIHEI-50S;
    font-size: 22px;
    margin-top:10px;
}
.mlxy_bg2{
    background:url('../img/splsimgs/ydnxy.jpg') center top no-repeat;
    height:315px;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    width:100%;
    font-family: HYQIHEI-50S;
}

.mlxy_bg2 h2{
    font-family: HYQIHEI-50S;
    font-size: 52px;
    margin:0;
}
.mlxy_bg2 h3{
    font-family: HYQIHEI-50S;
    font-size: 22px;
    margin-top:10px;
    text-align: center;
    line-height: 1.5;
}
.mlxy_bg3{
    background:url('../img/splsimgs/bls.jpg?v=1.3') center top no-repeat;
    height:315px;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    width:100%;
    font-family: HYQIHEI-50S;
}

.mlxy_bg3 h2{
    font-family: HYQIHEI-50S;
    font-size: 52px;
    margin:0;
}
.mlxy_bg3 h3{
    font-family: HYQIHEI-50S;
    font-size: 22px;
    margin-top:10px;
    text-align: center;
    line-height: 1.5;
}
.mlxy_bg4{
    background:url('../img/splsimgs/VN.jpg') center top no-repeat;
    height:315px;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    width:100%;
    font-family: HYQIHEI-50S;
}

.mlxy_bg4 h2{
    font-family: HYQIHEI-50S;
    font-size: 52px;
    margin:0;
}
.mlxy_bg4 h3{
    font-family: HYQIHEI-50S;
    font-size: 22px;
    margin-top:10px;
    text-align: center;
    line-height: 1.5;
}


/* 导航 */
.mlxy_nav{
    font-family: HYQIHEI-50S;
    height: 62px;
    line-height: 62px;
    background: #dbdde4;
    margin-bottom: 20px;
}

.location_nav{
    display: flex;
    font-size: 18px;
    color:#676767;
    padding-left: 0;
    font-family: HYQIHEI-50S;
}
.location_nav li{
    margin-right: 10px;
    font-family: HYQIHEI-50S;
}
.location_nav li:hover{
    color:rgb(255, 102, 0);
}
/* 类容title */
.mlxy_content_title .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #7a7a7a;
    background:#fff;
    padding-right:0;
    font-family: HYQIHEI-50S;
}
.mlxy_content_title .title_item{
    cursor: pointer;
    flex:1;
    text-align: center;
    transition: all .2s;
    font-family: HYQIHEI-50S;
}
.mlxy_active{
    color: #fff;
    background: #7298fa;
    font-weight: bold;
    font-family: HYQIHEI-50S;
}
.mlxy_content_title .title_item:not(:last-child):hover{
    font-weight: bold;
    background: #7298fa;
    color: #fff;
} 
.title_btn{
    background:rgb(255, 102, 0);
}
.title_btn a{
    color:#fff;
    display: inline-block;
    width:100%;
    height: 100%;
    font-family: HYQIHEI-50S;
}

/* 主要内容区域 */
.mlxy_main_content .container{
    display: flex;
    justify-content: space-between;
    padding-left:0;
    padding-right:0;
    font-family: HYQIHEI-50S;
}
.mlxy_main_content .left_content{
   flex:1;
    margin-right:10px;
}
.mlxy_main_content .right_content{
    width: 345px;
}
.mlxy_main_content .dec{
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 15px;
    background: linear-gradient(to bottom,  #fcfeff,#f5f7fc);
    border-radius: 7px;
    color: #424757;
    font-family: HYQIHEI-50S;
    
}
.mlxy_main_content .dec a{
    color:#7298fa;
    text-decoration: underline !important;
    font-family: HYQIHEI-50S;
}

.title_btn a:hover{
    opacity: .9;
}
.mlxy_main_content .dec p{
    margin-bottom: 10px;
    color: #8f8f8f;
    font-family: HYQIHEI-50S;
}
.big_item{
    display: none;
}
.fenge{
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 7px;
    padding: 20px 15px;
    border-radius: 6px;
    font-family: HYQIHEI-50S;
}
.big_item_active{
    display: block;
}
.dec a{
    color: rgb(255, 102, 0);
}
/* 热门标签 */
.right_common_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
    font-family: HYQIHEI-50S;
}
.right_common_title img{
    width: 30px;
    height: 30px;
}
.right_common_title .img{
    font-family: HYQIHEI-50S;
    font-size: 18px;
    color: #333333;
}
.right_common_title .more{
    font-family: HYQIHEI-50S;
    font-size: 16px;
    color: #7c7c7c;
}
.right_item{
    background:#fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 6px;
    font-family: HYQIHEI-50S;
}
.right_item .hot_padding{
    padding: 14px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: HYQIHEI-50S;
}
.right_item .hot_tag a{
    display: inline-block;
    width: 48%;
    height: 45px;
    border-radius: 23px;
    border: solid 1px #7298fa;
    line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
    color: #7298fa;
    font-family: HYQIHEI-50S;
    font-size: 16px;
    transition: all .3s;
}
.right_item .hot_tag a:hover{
    background:#7298fa;
    color:#fff;
}

/* 推荐服务 */
.right_item .hot_serve{
    padding:0;
}
.serve_img{
    width:100%;
    vertical-align: middle;
}
.hot_serve a:not(:last-child){
    margin-bottom: 4px;
}
.city_con{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:10px;
}
.city_con:not(:last-child){
    border-bottom: 1px dashed #ccc;
}
.city_left{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
   
}
.city_left:hover img{
    transform: scale(1.1);
}
.city_left img{
    width:100%;
    height: 100%;
    transition: transform .3s;
}

.city_right{
    flex:1;
    display: flex;
    flex-direction: column;
}
.city_right h4{
    font-family: HYQIHEI-50S;
    font-size: 18px;
    color: #333333;
    margin-top:6px;
}
.city_right a{
    background: #387EFF;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    width: 51%;
    text-align: center;
    color: #fff;
    margin-top:6px;
    transition: all .3s;
    font-family: HYQIHEI-50S;
}
.city_right a:hover{
    border: 1px solid #387eff;
    background: #fff;
    color: #387eff;
}
.city_right span{
    color:#8f8f8f;
}
.decimgs:not(:last-child){
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
.decimgs .img{
    width:30px;
    height: 30px;
    margin-right:5px;
}
.decimgs p{
    display: flex;
}
.decimgs p span{
    flex:1;
    padding-top:4px;
}





















 







  











