@charset "utf-8";

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

.bmfw {
  padding-bottom: 80px;
}

.common-banner__box {
  position: relative;
  height: 522px;
  z-index: 1;
}

.common-banner__box .common-header .top-logo {
  position: absolute;
  z-index: 12;
  top: 50px;
  left: 15%;
  width: 290px;
  height: 61px;
}

.common-banner__box .common-header .top-logo a {
  display: block;
  width: 290px;
  height: 61px;
}


.common-banner__box .banner-img img {
  width: 100%;
  height: 522px;
}

.common-tit {
  height: 61px;
  background: url(yljk-ico1.png) no-repeat center center;
}

.common-tit .tit {
  font-size: 36px;
  line-height: 61px;
  text-align: center;
  letter-spacing: 40px;
  text-indent: 42px;
  color: #000000;
}

.news-common .news-list .news-item {
  height: 40px;
  margin-top: 20px;
  transition: all ease 0.36s;
}
.news-common .news-list .news-item a {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-common .news-list .news-item .tit {
  width: 360px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.news-common .news-list .news-item .time {
  font-size: 16px;
  line-height: 40px;
  color: #434242;
  cursor: pointer;
}
.news-common .news-list .news-item:first-child {
  margin-top: 14px;
}
.news-common .news-list .news-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}
.news-common .news-list .news-item:hover .tit {
  color: #5e94ed;
}
.floor-1__main {
  margin-top: 90px;
}
.service-list {
  margin-top: 70px;
  padding: 0 11%;
}
.service-list .s-list {
  display: flex;
  justify-content: space-between;
}
.service-list .s-list li {
  width: 158px;
  transition: all ease 0.36s;
}
.service-list .s-list li .img {
  position: relative;
  width: 158px;
  height: 233px;
  background-color: #7cd178;
  transition: all ease 0.36s;
}

.service-list .s-list li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.service-list .s-list li .txt {
  margin-top: 20px;
  height: 60px;
}
.service-list .s-list li .txt .tit {
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #434242;
}
.service-list .s-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}
.service-list .s-list li:hover .img {
  box-shadow: 4px 11px 10px rgba(122, 87, 119, 0.66) inset;
  transition: all ease 0.36s;
}

.floor-2__main {
  margin-top: 60px;
}

.nav {
  margin-top: 77px;
}
.nav .nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav .nav-list .nav-item {
  width: calc(33% - 24px);
  height: 87px;
  margin-bottom: 50px;
  border-radius: 30px;
  background-color: #7cd178;
  transition: all ease 0.36s;
}
.nav .nav-list .nav-item .tit {
  font-weight: normal;
  font-size: 24px;
  line-height: 87px;
  text-align: center;
  color: #434242;
  border-radius: 26px;
  cursor: pointer;
}
.nav .nav-list .nav-item:hover {
  transform: translateY(-4px);
  box-shadow: 4px 11px 10px rgba(122, 87, 119, 0.66) inset;
  transition: all ease 0.36s;
}
.floor-3__main {
  margin-top: 30px;
}

.floor-3__main .news {
  margin-top: 50px;
  padding: 20px;
  height: 350px;
  border-radius: 28px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}

.floor-3__main .news .news-left {
  float: left;
  width: 580px;
  height: 310px;
  background-color: #fff;
}

.floor-3__main .news .news-left .news-img {
  position: relative;
  width: 580px;
  height: 310px;
}

.floor-3__main .news .news-left .news-img .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.floor-3__main .news .news-right {
  padding-left: 20px;
  padding-right: 10px;
  float: right;
  width: 580px;
  box-sizing: border-box;
}

.floor-3__main .news .news-list .news-item:hover .tit {
  color: #007120;
}

.floor-4__main {
  margin-top: 60px;
}

.floor-4__main .policy {
  padding: 10px 30px 20px 36px;
  margin-top: 60px;
  border: 5px solid #84d480;
  box-sizing: border-box;
  border-radius: 30px;
}

.floor-4__main .news-list .news-item .tit {
  width: 890px;
}

.floor-4__main .news-list .news-item:hover .tit {
  color: #035e14;
}

.floor-5__main {
  margin-top: 70px;
}

.floor-5__main .info-list {
  display: flex;
  justify-content: space-between;
}

.floor-5__main .info-list .info-item {
  width: calc(50% - 26px);
  height: 75px;
  transition: all ease 0.36s;
}
.floor-5__main .info-list .consult-item {
  background: url(yljk-ico2.png) no-repeat left center;
}
.floor-5__main .info-list .knowledge-item {
  background: url(yljk-ico3.png) no-repeat right center;
}
.floor-5__main .info-list .info-item .tit {
  font-size: 36px;
  line-height: 75px;
  letter-spacing: 14px;
  text-align: center;
  text-indent: 16px;
  color: #fff;
  cursor: pointer;
}
.floor-5__main .info-list .info-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}
@media only screen and (max-width: 768px) {
  .bmfw{padding-bottom: 30px;}
  .common-banner__box .common-header .top-logo{top: 5px;left: 5%;}
  .common-banner__box .common-header .top-logo a img{width: 80%;}
  .common-banner__box{height:50vw;}
  .common-banner__box .banner-img img{height:50vw; object-fit:cover;}
  .floor-1__main,.nav,.floor-4__main,.floor-4__main .policy,.floor-5__main,.floor-2__main{margin-top: 30px;}
  .service-list{width: 98vw;margin: 30px auto 0;padding: 0;}
  .service-list .s-list,.nav .nav-list,.floor-5__main .info-list{display: block;}
  .service-list .s-list li{width: 48vw;float: left;margin-right: 2vw;height: 320px;}
  .service-list .s-list li:nth-child(2n){margin-right:0;}
  .service-list .s-list li .img{width: 48vw;height: 210px;}
  .service-list .s-list li .txt .tit{font-size: 18px;}
  .nav .nav-list .nav-item{width: 98vw;margin-bottom:10px;}
  .floor-3__main .news{width: 98vw;padding: 0;margin: 30px auto 0px;}
  .floor-3__main .news .news-left{display: none;}
  .floor-3__main .news .news-right{width: 98vw;float: none;padding:2vw;}
  .news-common .news-list .news-item .tit{width: 70vw;font-size: 14px;}
  .news-common .news-list .news-item .time{font-size: 14px;float: right;}
  .floor-4__main .policy{padding:2vw;}
  .floor-5__main .info-list .info-item{width: 100%;margin-bottom:10px;}
  }