 .bga {
    background: #f5f5f5;
}
 .h_header_container{
        position: absolute;
        top: 0  ;
          z-index: 9999;
          left: 50%;margin-left: -700px;
       
    }
    .h_header_new, .h_header_new > div{
        display: flex;
        justify-content: space-between;        
        align-items: center;        
    }
    .h_header_new{       
        padding: 15px 20px;
    }
   
    .h_header_new .logo img{
        height: 40px;
    }
    .h_header_new .h_new_links{
        display: flex;
        justify-content: space-between;    
        height: 30px;  
        width: 40%;  
    }
    .h_header_new .h_new_links li{
        margin-left: 5px;
        margin-right: 5px ;
        padding: 5px;
        position: relative;
    }
    .h_header_new .h_new_links li a{
       font-size: 16px;
       color: #fff;
       font-weight: bold;
       font-family: 微软雅黑;
       transition: 0.4s
    }
    .h_header_new .h_new_links li div{
       width: 0;
       height: 3px;
       bottom: -16px;
       position: absolute;
       z-index: -1;
       background: transparent;
       transition: 0.4s
    }
    
    .h_header_new .h_new_links li.active div{
        width: 100%;
        /*background: rgb(5, 160, 231);*/
        margin-left: -5px
    }
    
    .h_header_new .h_new_links li:hover div{
        width: 100%;
        background: rgb(5, 160, 231);
        transition: 0.4s
    }
    .h_header_new .h_new_links img{
        position: absolute;
        top: -10px;
        right: 0;
    }
    .h_header_new ul{
        height: 35px;        
    }
    
    .h_sel_qu{
        position: relative;
        width: 60px
    }
    .h_sel_qu li{
        padding: 5px
    }
    .h_sel_qu li i{
        padding: 5px
    }

    .h_sel_qu img{
        width: 12px;
        float: right;
        margin-top: 4px;  
        transition: 0.3s      
    }
 
    .h_sel_qu p:hover img{
        transform: rotate(180deg);
        transition: 0.3s
    }
    .h_search_bar{
        width: 120px;
        line-height: 65px;
        height: 65px;float: right;
        text-indent: 27px;
        background: url(../images/postion_dt.png) no-repeat left center;
       
    }
    .h_search_bar a{
        color: #666;
        font-weight: bold;
        font-family: 微软雅黑;
        font-size: 16px
    }
    .h_form_search{
        display: flex;
        justify-content: space-between;
    }
    .h_form_search form{
        width: unset;
        margin-right: 80px;
    }

    
    .h_sel_qu{
        float: left;
        margin-left: 35px;
        width: 99px;
        height:35px;
position: relative;
        text-align: center;
        border-radius: 20px;
        border:1px solid #fff;
    }
    .h_sel_qu p{width: 99px;float: left;line-height: 28px;text-align: center;font-size: 16px;color:#fff;font-weight: bold;
        height:35px;display: inline-block;cursor: pointer; text-indent: 14px;   background: url(../images/city_wz.png) no-repeat 5px 5px;}
    .h_sel_qu li{
        float:left;
        font-size: 14px;
        padding: 5px
    }
    .h_sel_qu li i{
        height: 50px !important;
        padding: 5px
    }

    .h_sel_qu div li{margin-top:5px;}
    .h_sel_qu img{
        width: 12px;
        float: right;
       margin-top: 12px;
    margin-right: 16px;
        transition: 0.3s      
    }
  

  .cityWrapper {
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 40px;
    width: 185px;
    height: 205px;
    border-radius: 20px;
    background: rgba(0,0,0,.6);
}
.cityMain {

    width: 185px;
    background: #fff;
    float: left;
    height: 205px;
    -moz-border-radius: .13333333rem;
    -webkit-border-radius: 0.13333333rem;
    border-radius: 15px;
     box-shadow: 0 5px 15px 0 rgba(67, 123, 232, 0.2);
    
}
.cityTop img{float: left;margin-left: 10px;}
.cityTop {
    margin-top: 15px;
    color: #828282;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: left;
    width: 100%;float: left;
}
.listCity {
    zoom: 1;
    margin: 0.88rem 0 0 0.53333333rem;
}
.listCity li {
    width: 90%;
    float: left;
    margin-left: 5%;margin-right: 5%;
    float: left;
    display: inline;
    padding: 0px;
    margin-top: 0px!important;
}
.listCity li a {
    display: block;
    width: 100%;
    height: 38px;
   border-bottom: 1px solid #F7F7F7;
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    margin: 0 0.26666667rem 0.4rem 0;
}
#selectCity{cursor: pointer;}
.iconCloseCity {
  display: block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    cursor: pointer;
}

.phone {
    width: 210px;
    float: right;
    height: 68px;
}

.phone i {
    display: block;
    float: left;
    width: 22px;
    margin-left: 35px;
    height: 22px;
    margin-top: 23px;
    background: url("../images/tel.png") no-repeat;
    
}

.phone p {
    float: right;
    font-size: 20px;
    color: #fff;
    line-height: 68px;
}
/*补高*/
.height35{height: 35px;width: 100%;}
/*白色背景*/
.white_bg{width: 100%;margin: 0 auto;background: #fff}
/*位置导航*/

.list_postion{width: 1400px;margin: 0 auto;height: 65px;padding: 30px 0;background: #fff;}
.list_postion span{color: #888; font-size: 16px;width: 460px;height: 65px;line-height: 65px;float: left;}

/*详情页搜索*/
.txt_search{
    position: relative;
    display: inline-block;
    
}
.txt_search input{
    width:665px;
    height:63px;
    border:1px solid #EFEFEF;
    border-right:0;
    padding:0 10px;
    line-height:65px;
    font-size:16px;
    border-radius: 65px!important;
    background:#F9F9F9; 
    font-family:'Microsoft YaHei';
    border-radius: 4px 0 0 4px;
    text-indent: 20px;
    position: relative;
}
.search-box{
    position: relative;
}
.search-box .s1{
    position: absolute;right: 0px;top:2px;
    display: inline-block;
    line-height: 60px;
    height:60px; 
    width:150px;
    text-align: center;
  font-family: 微软雅黑;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    color: #fff; 
    background: url(../images/ss_bg.png) no-repeat;
    cursor: pointer;
    vertical-align: top
}

.search-box .s1 .em1{
    width: 23px;
    height: 23px;
    background-position: 0 -26px;
    margin-top: 8px
}

.search-box ul.select-opt{
    top: 40px;
    width: 280px;
    border-color: #f3f3f3;
    display: none
}
.search-box ul.select-opt li{
    cursor: pointer;
}
/*联系我们*/

.info_content {
    position: relative;
    width: 100%;
    min-width: 1400px;
    height: 500px;
}
.infonav{width: 100%;margin: 0 auto;height: 80px;background: #E8EEF1;}
.midnav{width: 1400px;margin: 0 auto;height: 80px;}
.midnav ul li{width: 14.28%; float: left;height: 80px;line-height: 80px;font-size: 20px;font-family: 微软雅黑;font-weight: bold;text-align: center;}
.midnav ul li a{color: #000;}

.midnav ul li.on a{border-bottom: 3px solid #06A6F1;padding: 10px 0;}
.infolx{width: 1400px;margin: 0 auto;padding: 80px 0;}
.infokf{width: 1820px;margin: 0 auto;padding: 80px 0;}
.infokf img,.infolx img,.gywminfo img{width: 100%;}
.gywminfo{width: 100%;margin: 0 auto;}
.links{width: 1400px;float: left;}
.links ul li{width: 24%;border-radius: 30px;height: 50px;line-height: 50px;background: #F3F6F8;float: left;font-weight: bold;font-size: 18px;margin-right: 1%;text-align: center;margin-bottom:20px;}
.links ul li a{color: #666;display: block;}
.links ul li:hover a{color:#06A6F1;background: #fff;border:1px solid #06A6F1; border-radius: 30px}
.linkbuttom{width: 100%;float: left;height: 50px;text-align: center;line-height: 50px;font-weight: bold;font-size: 18px;margin-top: 80px;margin-bottom: 80px;}
.clear{    clear: both;
}
.qqlinks{    width: 21px!important;
    height: 24px!important;
    margin-top: 15px;
    float: left;}
.linksqq{width:280px;margin: 0 auto;}
.lxwm1{width: 1400px;float: left;margin-bottom: 80px;}
.lxwm1 h2{width: 100%;float: left;height: 50px;line-height: 50px;font-size: 22px;font-weight: bold;}
.lxwm1 dl{width:48%;margin-right: 2%;float: left;background: #F5F8F9;border-radius: 20px;margin-top: 45px;height: 128px;}
.lxwm1 dl dt{width: 128px;height: 128px;line-height: 128px;background: #fff;border-radius: 20px;color: #000;font-size: 20px;font-weight: bold;float: left;box-shadow: 0 5px 15px 0 rgb(67 123 232 / 20%);text-align: center;position: relative;}
.lxwm1 dl dt strong{width: 100px;position: absolute;left:0px;border-radius: 20px;background: #E6F6FD;color: #06A6F1;font-size: 16px;height: 40px;line-height: 40px;top:-15px;left: 0px;    border-bottom-left-radius: 0px; }
.lxwm1 dl dd{padding: 30px 0px;float: left;color: #5D6B73;font-size: 16px;height: 98px;margin-left: 20px;width:500px;line-height: 35px;}
.lxwm1 dl dd img{margin-top: 5px;float: left;margin-right: 10px;}
.lxwm1 dl dd p{width: 100%;float: left;}
.lxwm1 dl dd span{width: 100%;float: left;}