@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  background: #fff;
}
.container_wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}
.banner {
  /* margin-top: 115px; */
  min-width: 1200px;
  width: 100%;
  height: 481px;
  background: url(../jpg/yyfw_banner.jpg) no-repeat;
  background-position: top center;
}
.banner {
  /* margin-top: 115px; */
}
.banner .banner_itme {
  padding-top: 120px;
      padding-left: 34px;
}
.banner .banner_itme .banner_text_list {
  width: 630px;
}
.banner .banner_itme .banner_text_list .text-title {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
  color: #1F2229;
  line-height: 64px;
}
.banner .banner_itme .banner_text_list .text-datail {
  max-height: 128px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2229;
  line-height: 26px;
  overflow: hidden;
}
.banner .banner_itme .banner_text_list .text-btn {
  margin-top: 40px;
}
.banner .banner_itme .banner_text_list .text-btn a {
  display: block;
    width: 136px;
    height: 36px;
    background: #2B59B3;
  /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.yyfw_introduce {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 30px;
  margin-bottom: 65px;
}
.yyfw_introduce p {
  text-indent: 36px;
  font-size: 21px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 35px;
}
.yyfw_moduler {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-bottom: 205px;
}
.yyfw_moduler .list {
  display: flex;
  flex-wrap: wrap;
}
.yyfw_moduler .item {
  width: 554px;
  height: 325px;
  box-sizing: border-box;
  margin-right: 23px;
  background: #FFFFFF;
  box-shadow: -1px 5px 20px 0px #f0f2f4;
  border-radius: 5px;
  padding: 99px 30px 0 30px;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.yyfw_moduler .item:before {
  content: "";
  width: 115px;
  height: 6px;
  background: #2B59B3;
  position: absolute;
  top: 67px;
  left: 40px;
}
.yyfw_moduler .item_detail {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}
.yyfw_moduler .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #2B59B3;
}
.yyfw_moduler .item:hover .item_detail {
  color: #fff;
}
.yyfw_moduler .item:hover:before {
  background: #fff;
}
.yyfw_moduler2 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.yyfw_moduler2 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.yyfw_moduler2 .item {
  height: 105px;
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
}
.yyfw_moduler2 .img {
  width: 75px;
}
.yyfw_moduler2 .item_dl {
  width: 490px;
}
.yyfw_moduler2 .item_dl .item_dt {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.yyfw_moduler2 .item_dl .item_dd {
  margin-top: 5px;
  max-height: 72px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.yyfw_moduler2 .item:nth-child(odd) {
  margin-right: 50px;
}
