.htop {
    background: rgba(245, 245, 245, 1);height:40px;
}
.htoprow {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    color: #666666;
}
.hleft {
    width: 50%;
    float: left;
}
.hright {
    width: 50%;
    float: left;
    text-align: right;
    vertical-align: top;
}
.hright a{}
.hright span {
    margin-left: 5px;
    padding-left: 5px;
}
.head_lan {
    width: auto;
    position: relative;
    display: inline-block;
    float: right;
}
.lan_con {
    width: auto;
    display: block;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.lan_con:hover .lan_list{opacity: 1;visibility: visible;}
.head_lan .lan_tit {
    width: auto;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
}
.head_lan .lan_tit .iconfont.map {
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021123122320714059/cms/image/39ecda5a-9a4c-4c5a-badb-b30d3be9fdd8.gif) no-repeat center center;
    background-size: cover;
    display: block;
}
.head_lan .lan_tit svg {
    margin-left: 10px;
    width: 12px;
}
.head_lan .lan_list {
    display: flex;
    width: 100px;
    margin-left: 15px;
    background: #fff;
    position: fixed;
    z-index: 99;
    top: 15px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
}
.head_lan .lan_list p {
    padding: 3px;
    border-bottom: 1px solid #eee;
}
.head_lan .lan_list a {
    color: #666;
    display: block;
    text-align: center;
    padding: 2px 5px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
}
.head_lan .lan_list a:hover{color:#0b55c2;}
.head_lan .lan_list span {
    position: relative;
    display: inline-block;    margin: 0;
    padding: 0;
}



.fa_info{display:none;}
.e_bannerA-2{height:300px;overflow:hidden;position: relative;}
.e_bannerA-2 img{width:100%;
height:auto;
transition:all .5s ease;
left: 50%!important;
top: 50%!important;
-webkit-transform: translate(-50%,-50%)!important;
-ms-transform: translate(-50%,-50%)!important;
transform: translate(-50%,-50%)!important;
position: absolute;}
@media only screen and (max-width: 1450px){
    
  .e_bannerA-2 img{width:auto;
height:100%;
transition:all .5s ease;
left: 50%!important;
top: 50%!important;
-webkit-transform: translate(-50%,-50%)!important;
-ms-transform: translate(-50%,-50%)!important;
transform: translate(-50%,-50%)!important;
position: absolute;}
}
@media only screen and (max-width:768px){
 .e_bannerA-2{height:150px;} 
}
.page_a.current{background:rgb(73 176 23) !important;}