*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei","PingFang SC";
}
body{
    background: #f4f4f4;
}
.bgw{
    background: #fff;
}
a{
    text-decoration: none;
    color: #333;
}
ul,li{
    list-style: none;
}
.flex{
    display: -webkit-flex;
    display: flex;
}
.flex-sb{
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
}

.flex-wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.spb{
    justify-content:space-between;
}
.spa{
    justify-content:space-around;
}
.w1228{
    width: 1228px;
    overflow: hidden;
    margin: 0 auto;
}
.pc_header{
    padding-top: 0px;
}
.top{
background: #eee;
font-size: 12px;
height: 30px;
}
.top-left{
    line-height: 30px;
    
}
.top-left li{
    position: relative;
}
.top-left .inbox{
    position: absolute;
    top: 25px;
    left: 20px;
    display: none;
    width: 200px;
    height: 150px;
    z-index: 100000;
   

}
.top-left li:hover .inbox{
    display: block;
}
.top-left .intext{
    margin-top: 10px;
    background: #53aef8;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    text-align: left;
}
.top-left .recbox{
width: 10px;
height: 10px;
background: #53aef8;
transform: rotate(45deg);
position: absolute;
top: 5px;
left: 100px;
}
.top a{
    color: #333;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
}
.blue{
   
    
    text-align: center;
    padding: 0 23px;
    
 
}
.bluer{   
    
        text-align: center;
        padding: 0 23px;
        background: #53aef8;
        background-size: 20px;
        line-height: 25px;
        height: 25px;
        border-radius: 15px;
        margin-top: 2px;
        margin-left: 20px;
        
        
       
     
   
}
.top .bluer a{
    color: #fff;
    line-height: 25px;
    height: 25px;
}
.tel{
    font-size: 21px;
    color: #fff;
    line-height: 35px;
}
.top_tel{
    float: right;
    background: url(/public/static/hebo/img/tel4.png) no-repeat left center;
    background-size: 50px;
    padding-left: 55px;
    height: 45px;
    
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 40px;

    line-height: 22px;

}
.top_tel .tel1 p{
    font-size: 16px;
}

.top_tel h3{
    font-size: 21px;
    font-weight: bold;
    color: #357cd0;
    font-style: italic;
}
.top_tel .tel2{
    border-left: 1px double #ccc;
    margin-left: 15px;
    padding-left: 15px;
   
}
.top_tel .tel2 p{
    font-size: 18px;
    font-weight: bold;
}
.nav{
    background: #357cd0;
    line-height: 45px;
    text-align: center;
    
}
.nav li{
    width: 150px;
}
.nav li:nth-child(1){
    width: 230px;
    background:#215faa ;
}
.nav li a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
  
}
.nav li a:hover{
    background: #215faa;
}
.menu-wrap{
    height: 85px;
}

.menu-wrap h1{
    width: 420px;
    padding-bottom: 5px;
    padding-top: 20px;
}


.menu{
    width: 700px;
    font-size: 14px;
    line-height: 60px;

}
.menu li{
    padding: 0 15px;
    font-size: 14px;
}


.menu a:hover{
color: #2d78cc;
}
.so{
    position: relative;
    top:5px;
}
.so input{
    border: 1px solid #eee;
    line-height: 35px;
    height: 35px;
}
.so span{
    width: 35px;
    height: 35px;
    background: url(../img/so.png) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    right: 5px;
}
.banner{
    position: relative;
}
.menu_list{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -614px;
    z-index: 1000;
   
    height: 580px;
}
.menu_col{
    width: 230px;
    height: 580px;
    background: rgba(0,0,0,0.5);
    padding-top: 30px;
    overflow: hidden;
}
.menu_col>li{
    line-height: 75px;
    border-bottom: 1px dotted rgba(255, 255, 255,0.5);
    
}
.menu_col>li:hover{
    background: rgba(7, 64, 129, .6);
}
.menu_col li>a{
    color: #fff;
    display: block;
    padding-left: 30px;
    position: relative;
    background: url(../img/rt1.png) no-repeat  200px center;
    background-size: 15px;
}

.menu_col>li>div{
    position: absolute;
    left: 230px;
    background: #fff;
    width: 880px;
    height: 580px;
    top: 0px;
    display: none;
}
.menu_col>li:hover div{
    display: block;

}
.list-mn{
    background: #fff;
   
}
.list-mn li{
    width: 170px;    
    margin: 20px;
}
.listm-pic{
    height: 135px;
    
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center;
    align-items: center;
    border: 1px solid #f4f4f4;

}
.listm-pic img{
    width: 100%;
    display: block;
    max-height: 100%;
    
}
.listm-text{
    padding: 0 10px;
    max-height: 113px;
    overflow: hidden;
}
.listm-text h3{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
   }
.listm-text h4{
    color: #f32727;
    font-size: 14px;
    line-height: 20px;
}
.listm-text p{
    line-height: 20px;
    border-bottom: 1px dotted #eee;
    color: #333;
}
.listm-text p span{
    padding-left: 20px;

}
.hot{
    margin-top: 40px;
}
.hot-1{
    width: 280px;
    height: 300px;
    background: dodgerblue;

}
.hot-1 img{
    width: 280px;
    height: 300px;
}
.hot_list{
    width: 928px;
    background: #fff;
    padding-top: 35px;
    overflow: hidden;
}
.probox .pro{
    margin:20px ;

}
.probox .pro>a{
 display: block;
 width: 200px;
 height: 175px;
 overflow: hidden;
}
.probox .pro a img{
    width: 100%;

}
.probox p{
    font-size: 14px;
    text-align: center;
}
.probox h3{
    color: rgb(230, 30, 30);
    font-size: 16px;
    text-align: center;
}
.plist{
    margin:40px auto;

}
.plist-left{
    width: 280px;
 
}
.plist-left h2{
    background: rgba(0, 0, 0, 0.5) url(../img/c1.png) 40px center no-repeat;
    padding-left: 70px;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
}
.plist-right{
    width: 928px;
    position: relative;
    height: 650px;
    background: #fff;
    overflow: hidden;
   

}
.list-nav{
    line-height: 55px;
    background: #357cd0;
    height: 55px;
    overflow: hidden;
}

.list-nav>li>a{
    color: #fff;
    padding: 0 6px;
    display: block;
    font-size: 14px;
}
.ckbg{
    background: #ffc63e;
}
.list-nav>li>a:hover{
background: #ffc63e;

}
.list-box{
    position: absolute;
    left: 0;
    top: 55px;
    display: none;

}
.list-nav .nav-items:nth-child(1) .list-box{
display: block;
}
.list-m{
    background: #fff;
   
}
.list-m li{
    width: 190px;    
    margin: 20px;
}
.list-pic{
    height: 150px;
    
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center;
    align-items: center;
    border: 1px solid #f4f4f4;

}
.list-pic img{
    width: 100%;
    display: block;
    max-height: 145px;
    
}
.list-text{
    padding: 0 10px;
    height: 117px;
    overflow: hidden;
}
.list-text h3{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
   }
.list-text h4{
    color: #f32727;
    font-size: 14px;
    line-height: 20px;
}
.list-text p{
    line-height: 20px;
    border-bottom: 1px dotted #eee;
    color: #333;
    text-align:left;
    margin-bottom: 0;
}
.list-text p span{
    padding-left: 20px;

}
.anli{
    background: #357cd0;
    height: 230px;
    position: relative;
    margin-bottom: 430px;
}
.anli-box{
    width: 1228px;
    margin-left: -614px;
    position: absolute;
    left: 50%;
}
.anli-box h2{
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding-top: 10px;
    text-align: center;
}
.anli-box>p{
    text-align: center;
    color: #fff;
    line-height:20px;
    font-size: 14px;
}
.anli-list{
    margin-top: 50px;
}
.anli-list li{
    width: 265px;
    height: 360px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
   

}
.anli-list li:hover{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
.anli-list h3{
    margin-top: 15px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
}
.anli-list p{
    
    font-size: 12px;
    color: #ccc;
    padding-left: 20px;
}
.anli-list .pic-box{
    display: block;
    width: 265px;
    height: 226px;
    overflow: hidden;
    
    align-items: center;
    
}
.anli-list li img{
    width: 100%;
    min-width: 265px;
    min-height: 226px;
    transition: .5s;
}
.anli-list li:hover img{
    transform: scale(1.2);
    
}
.anli .more{
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffc63e;
    color: #fff;
     line-height: 65px;
    margin: 50px auto;
    text-align: center;
}
.news{
    background: #fff;
    padding-top: 30px;

}
.news>h2{
    font-size: 24px;
   
    line-height: 50px;
    padding-top: 10px;
    text-align: center;
}
.news>p{
    text-align: center;
    color: rgb(66, 66, 66);
    line-height:20px;
    font-size: 14px;
}
.news-box{
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.news-left{
    width: 440px;
    height: 345px;
}
.news-left img{
    width: 100%;
    height: 100%;
}
.news-left h3{
    font-size: 18px;
    line-height: 30px;
   
}
.news-left>p{
font-size: 12px;
line-height: 35px;
color: #ccc;
}
.news-right{
    width: 615px;
    height: 345px;

}
.news-li{
    border-bottom: 1px #ccc dotted;
    height: 80px;
    margin-bottom: 10px;
}
.news-date{
    width: 75px;
    height: 70px;
    background: #357cd0;
    color: #fff;
    text-align: center;
}
.news-li:hover .news-date{
    background: #ffc63e;
}
.news-date h4{
    font-size: 30px;
}
.news-date span{
    font-size: 14px;
}
.news-text{
    margin-left: 30px;
    width: 500px;


}
.news-text h2{
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.news-text p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
}
.newsphoto{
    margin: 15px auto 30px auto;

    
}
.newsphoto li{
    width: 24%;
   
    background: #fff;
    padding-bottom: 30px;
}
.newsphoto .pic{
    height: 240px;
    overflow: hidden;
}
.newsphoto .pic img{
    width: 100%;
    min-height: 100%;
    transition: 0.5s;
}
.newsphoto li:hover .pic img{
    transform: scale(1.2);
}
.newsphoto p{
    line-height: 25px;
    padding: 10px;
    font-size: 15px;
}
.newsphoto span{
    display: block;
    padding-left: 10px;
    color: #ccc;
}
footer{
    background: #505050;
    clear: both;
}
.ft{
    padding:35px 0;
}
.ftlist dl{
    width: 175px;
   
}
.ftlist dt{
    font-size: 16px;
    line-height: 35px;
}
.ftlist dd{
    line-height: 25px;
}
.ftlist a{
    color: #fff;
}
.fttel{
   
    margin-top: 20px;
    margin-right: 50px;
}
.fttel h2{
   
    font-size: 24px;
   
    line-height: 40px;
    height: 40px;
    
}
.fttel .servertel{
    background: url(../img/tel.png) no-repeat left center;
    padding-left: 50px;   
    color: #fff;
    height: 50px;
    margin-top: 30px;   
    margin-left: 50px;
}
.fttel img{
    width: 120px;
    height: 120px;
    
}
.fttel .wx p{
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.copy{
    background: #313131;
    color: #fff;
    text-align: center;
    line-height: 60px;
    padding: 15px;
}
.wap{
    display: none;
}
.footernav{
    position: fixed;
    bottom: 0px;
    height: 55px;
    background: #eee;
    color: #666;
    width: 100%;
    z-index: 1000;
    padding-top: 5px;
}
.footernav ul{
    display: flex;
    
}
.clear{
	overflow: hidden;
}
.footernav li{
    width: 25%;
   
    font-size: 12px;
    text-align: center;
}
.footernav a{
    display: block;
}
.footernav ul li img{
    width: 30px;
    height: auto;
    margin: auto;
    display: block;
    
}
.footernav{
    display: none;
}
.bgw2{
    background: #fff;
    min-height: 800px;
    padding: 15px;
}
.server{
   padding-left: 20px;
    color: #ccc;
    line-height: 60px;
    border-left: 1px dotted #999;
    text-align: left;
    margin-left: 50px;
}
.server a{
    color: #ccc;
}
.copy_wap{
    display: none;
}
.lxbox .box{
    margin-left: 100px;
}
.MainMenu{
    
    display: none;
}
.MainMenu li{
    width: 25%;
    
}
.MainMenu li i{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #357cd0;
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 3px rgba(15, 129, 235, 0.562);
}
.MainMenu li p{
    text-align: center;
    line-height: 30px;
}
.wap_title{
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: #fff;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 5px;
    display: none;
}
.wap_title i{
    display: block;
    
    width: 3px;
    height: 15px;
    background: #2d78cc;
 position: absolute;
 left: 10px;
 top: 20px;
   

}
.wap_title a{
    position: absolute;
    right: 10px;
    width: 15px;
    top: 8px;

}
.wap_title a img{
    width: 100%;
}
.wap_news{
    display: none;
    height: 70px;
   
   background: #fff;
    margin-top: 5px;
    padding: 10px;
    
}
.wap_news li{
    background: url(/public/static/hebo/img/c4.png) 0px center no-repeat;
    padding-left: 15px;
    line-height: 25px;
    font-size: 14px;
}
.wap_news li span{
    font-size: 12px;
    color: #999;
    padding-left: 20px;
}
.more2{
    width: 60px;
   
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;

}
.more2 img{
        width: 100%;
}
@media screen and (max-width: 768px) {
    .list-text{
        padding: 0 10px;
        height: 150px;
        overflow: hidden;
    }
    .news-right{
        height: auto;
        padding: 0 10px;
    }
    .MainMenu{
        padding: 30px 10px;
        background: #fff;
        display: block;
    }
    .hot{
        margin-top: 0px;
    }
    .lxbox .box{
        margin-left: 10px;
        margin-top: 25px;
    }
    .footernav{
        display: block;
    }
    .list-navwap{
        padding: 35px 0;
        text-align: center;
    }
    .w1228{
        width: 95%;
    }
    .menu, .plist-left,.right_fix, .hot-1{
        display: none;
    }
  
    .list-m li {
        width: 44%;
        margin: 3%;
    }
    .list-pic{
        height: auto;
    }
    .anli-box{
        width: 95%;
    }
    .anli-box{
    width: 95%;
    margin: 0 auto;
    position: static;
    }
    .anli-list{
        flex-wrap: wrap;
    }
    .anli-list li{
        width: 47%;
        margin-bottom: 35px;
        height: auto;
        padding-bottom: 20px;
    }
    .anli-list .pic-box{
        width: 100%;
    }
  
    .anli-list .pic-box{
        height: auto;
    }
    .anli-list li img{
        height: auto;
        min-height:auto;
        min-width: 100%;
    }
   
    .newsphoto li{
        width: 48%;
        margin: 5px auto;
    }
    .newsphoto{
        flex-wrap: wrap;
    }
    .newsphoto .pic img{
        min-height: auto;
    }
    .newsphoto .pic{
        height: auto;
    }
    .clearfix:after{
        content: none;
        display: none !important;
    }
    .anli{
        height: auto;
        
        padding: 10px;
        margin: 30px auto;
    }
    .news a{
        width: 80%;
    }
    .news-left{
        display: none;
    }
    .news .spa{
        justify-content:center;
    }
    .news .spb{
        justify-content:center;
    }
    .news-text {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
    padding-left: 20px;
    }
    .wap{
        display: block;
       
        margin: 5px auto;
    }
    .plist{
        display: none;
    }
    .plist-right{
        width: 100%;
        height: auto;
    }
    .list-box{
        position: static;
        margin-top: 25px;
    }
    .list-nav{
        background: none;
    }
    .list-nav>h2 {
        font-size: 24px;
        line-height: 50px;
        padding-top: 30px;
        text-align: center;

    }
    .list-nav>p {
        text-align: center;
        color: rgb(66, 66, 66);
        line-height: 20px;
        font-size: 14px;
        padding-bottom: 30px;}
    .banner{
        display: none;
    }
  
    .ftlist {
        display: none;
    }
    .fttel{
        margin: auto;
    }
    .top-right{
        display: none;
    }
    .so{
        display: none;
    }
    .copy{
       
        display: none;
    }
    .m_header .m_head_content .menu{
        display: block;
    }
  .pc_header{
      display: none;
  }
  .pcfooter{
      display: none;
  }
  .copy_wap{
      display: block;
      text-align: center;
      padding: 50px 0;
  }
  .server{
      border:none;
      text-align: center;
      padding: 0;
      margin: 0;
      color: #999;
  }
  .server a{
      color: #999;
  }

  .hot_list{
      padding-top: 0px;
  }
  .probox .pro>a{
      width: 130px;
      height: 100px;
  }
  .probox .pro{
      margin: 15px 5px;
  }
  .wap_title{
      display: block;
  }
  .wap_news{
      display: flex;
      justify-content: space-around;
  }
  .mui-pager{
      display: flex;
      justify-content:center;
  }
  .mui-pager li{
      margin: auto 15px;
  }
}
.wap_news b{
    display: block;
    font-size: 21px;
    color: #3283e6;
    line-height: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff url(/public/static/hebo/img/news.png) center no-repeat;
    background-size: 60px 60px;
   
}
.son{
    background: #ececec;
   
   
   
}
.son dd{
    line-height: 40px;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 25px;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.son dd a{
    color: #000;
    display: block;
}
/* .son dd:nth-child(even){
    background: rgb(221, 221, 221);
}
.son dd:nth-child(odd){
    background: #ececec;
} */
.son dd:hover {
    background: #357cd0;
    
  }
.son dd a:hover{
    color: #fff;
}