@font-face {
    font-family: "iconfont"; /* Project id 3322538 */
    src: url('iconfont.woff2?t=1649845568751') format('woff2'),
         url('iconfont.woff?t=1649845568751') format('woff'),
         url('iconfont.ttf?t=1649845568751') format('truetype');
  }
  
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
  .icon-eye-fill:before {
    content: "\e869";
  }
  
  .icon-time_fill:before {
    content: "\e735";
  }
  
  .icon-right-circle:before {
    content: "\e783";
  }
  
  
.fl {
    float: left;
}
.fr {
    float: right;
}
body {
    box-sizing: border-box;
}
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.header {
    height: 120px;
    background-color: #fff ;
}
.swiper {
    width: 100%; 
}
.swiper .swiper-slide img {

}
.head {
    /* position: relative; */
    height: 120px;
    background-color: transparent;
}
.w {
    width: 1207px;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
}
.lb_list{width: 100%; height: auto; float:left; margin-top: 15px}
.logo {
    width: 287px;
    height: 95px;
    margin-top: 15px;
    /* line-height: 120px; */
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 120px;
    background: url(../images/logo.png) no-repeat ;
}
.logo a h1 {
    text-indent: -9999px;
    overflow: hidden;
}
.banner {
    height: 705px;
    width: 100%;
    float: left;
    text-align: center
}
.headnav {
    position: relative;
}
.headnav ul {
    margin-top: 25px;
 
    height: 95px;
    width: 920px;
}
.headnav ul li {
    float: left;
    line-height: 18px;
}
/* p28.h30 */
.headnav ul li a {
    display: block;
    margin: 0 22px 4px;
    padding: 22px 1px;
    height: 18px;
    /* line-height: 18px; */
    font-size: 18px;
}
.headnav ul li a:hover {
    color: #28a7e1;
    border-bottom: 5px solid #28a7e1;
}

.headnav ul li.active a{
    color: #28a7e1;
    border-bottom: 5px solid #28a7e1;
}
/* h31 w105 */
.headnav span a {
    position: absolute;
    right: 0;
    top: 60px;
    width: 105px;
    height: 33px;
    color: #fff;
    font-size: 18px;
    background-color: #7ddfc3;
    border-style: none;
    text-align: center;
}
/* .fan {
    position: absolute;
    bottom: 22px;
    right: 40px;
    height: 30px;  
}
.fan a {
    display: inline-block;
    width: 40px;
    height: 6px;
    background-color: #fff;
    margin-right: 10px;
} */
/* 底部模块 */
.footer .top {
    height: 173px;
    background-color: #429e99;
    padding: 33px 90px 0;
}
/* 90 50 */
/* .footer .top ul {
    width: 1005px;
    height: 121px;
}
.footer .top ul li {
    float: left;
    padding: 0 30px;
    color: #fff;
    text-align: center;
}
.footer .top ul li p {
    font-size: 28px;
    margin: 10px 0;
}
.footer .top ul li h5 {
    font-size: 18px;
    font-weight: normal;
}
.footer .bottom {
    width: 100%;
    height: 305px;
    background-color: #43a1c5;
}

.footer .w dl {
    float: left;
    margin-right: 88px;
    margin-top: 50px;
}
.footer .w dl a {
    display: block;
}
.footer .w dl:last-child {
    margin-right: 0;
}
.footer .w dl dt {
    margin-bottom: 35px;
    font-size: 20px;
    color: #fff;
}
.footer .w dl a dd {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}
.footer .w dl:nth-of-type(2) img {
    position: relative;
    left: -25px;
    top: -20px;
    width: 140px;
    height: 140px;
} */
.footer .top {
    height: 173px;
    background-color: #429e99;
    padding: 33px 90px 0;
}

.footer .top ul {
    width: 1005px;
    height: 121px;
}
.footer .top ul li {
    float: left;
    padding: 0 60px;
    color: #fff;
    text-align: center;
}
.footer .top ul li img {
    width: 45px;
    height: 45px;
}
.footer .top ul li p {
    font-size: 28px;
    margin: 10px 0;
}
.footer .top ul li h5 {
    font-size: 18px;
    font-weight: normal;
}
.footer .bottom {
    height: 155px;
    background-color: #43a1c5;
}

.footer .w dl {
    float: left;
    margin-right: 88px;
    margin-top: 50px;
}
.footer .w dl a {
    display: block;
}
.footer .w dl:last-child {
    margin-right: 0;
}
.footer .w dl dt {
    margin-bottom: 35px;
    font-size: 20px;
    color: #fff;
}
.footer .w dl a dd {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}
.footer .w dl:nth-of-type(2) img {
    position: relative;
    left: -25px;
    top: -20px;
    width: 140px;
    height: 140px;
}



ul li:hover img{
    transform: scale(1.1);
    transition: all .3s;
    border-radius: 10px !important;
    overflow: hidden;
}