.header {
  height: 60px;
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  min-width: 1440px;
}
.header .logo {
  height: 60px;
}
.header .logo img {
  height: 60px;
  width: auto;
  display: block;
}
.header .a1 {
  line-height: 60px;
}
.header .a1 a {
  margin-right: 30px;
  color: #999999;
  font-size: 20px;
  transition: 0.5s;
}
.header .a1 a:hover {
  color: #000000;
}
.banner {
  height: 845px;
  background-color: #ffffff;
  padding: 0 20px;
  overflow: hidden;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev {
  color: #ffffff;
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.banner .swiper-container-horizontal > .yyp_pagination {
  position: absolute;
  width: 38px !important;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .swiper-container-horizontal > .yyp_pagination .item {
  width: 38px;
  height: 38px;
  background: none;
  position: relative;
  margin: 7px 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  opacity: 0.4;
  cursor: pointer;
}
.banner .swiper-container-horizontal > .yyp_pagination .item::after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  background-color: #ffffff;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  border-radius: 50%;
}
.banner .swiper-container-horizontal > .yyp_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_a {
  padding: 0 20px;
}
.ind_a .a1 {
  padding-top: 75px;
  text-align: center;
}
.ind_a .a1 h6 {
  font-size: 36px;
  line-height: 70px;
  color: #666666;
  font-weight: lighter;
  margin-bottom: 28px;
}
.ind_a .a1 p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: lighter;
}
.ind_a .a2 {
  padding-top: 64px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-around;
}
.ind_a .a2 .item {
  text-align: center;
  flex: 1;
}
.ind_a .a2 .item span,
.ind_a .a2 .item em,
.ind_a .a2 .item i {
  display: block;
}
.ind_a .a2 .item span {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.ind_a .a2 .item span img {
  width: 80px;
  height: 80px;
  display: block;
}
.ind_a .a2 .item em {
  color: #333333;
  font-size: 24px;
  line-height: 42px;
}
.ind_a .a2 .item i {
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  font-style: normal;
}
.tit_a {
  text-align: center;
  padding-bottom: 60px;
}
.tit_a h6 {
  line-height: 60px;
  color: #000000;
  font-size: 42px;
  font-weight: lighter;
}
.tit_a h6 em {
  margin: 0 10px;
}
.tit_a h6 span {
  color: #81a94a;
}
.tit_a p {
  line-height: 40px;
  font-size: 24px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.list_a .item {
  width: 33.3333%;
  padding: 0 20px;
  float: left;
  margin-top: 40px;
}
.list_a .item:nth-child(1),
.list_a .item:nth-child(2),
.list_a .item:nth-child(3) {
  margin-top: 0;
}
.list_a .item img {
  display: block;
  width: 100%;
  height: auto;
}
.list_a .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.list_a .item a:hover .text {
  top: 0;
  height: 100%;
}
.list_a .item .text {
  position: absolute;
  left: 0%;
  width: 100%;
  top: -100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 48px;
}
.list_a .item .text h6 {
  line-height: 1.7;
  font-size: 28px;
  color: #ffffff;
  padding-right: 10px;
}
.list_a .item .text p {
  font-size: 21px;
  line-height: 2;
  color: #ffffff;
  padding: 30px 0 10px;
}
.list_a .item .text span {
  width: 31px;
  height: 31px;
  position: absolute;
  display: block;
  right: 26px;
  bottom: 26px;
}
.list_a .item .text span::before {
  height: 1px;
  width: 31px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #fff;
  content: "";
}
.list_a .item .text span::after {
  width: 1px;
  height: 31px;
  position: absolute;
  left: 15px;
  right: 0;
  background-color: #fff;
  content: "";
}
.list_b {
  margin: 0 -22px;
  position: relative;
}
.list_b .item {
  width: 33.3333%;
  padding: 0 22px;
  float: left;
}
.list_b .item a {
  display: block;
}
.list_b .item .img {
  height: 300px;
  background-color: #eeeeee;
}
.list_b .item p {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #222222;
}
.list_c {
  margin: 0 -30px;
  position: relative;
}
.list_c .item {
  width: 50%;
  padding: 0 30px;
  float: left;
  margin-top: 60px;
}
.list_c .item:nth-child(1),
.list_c .item:nth-child(2) {
  margin-top: 0;
}
.list_c .item .img {
  height: 460px;
  position: relative;
  overflow: hidden;
}
.list_c .item .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.list_c .item .img:hover img {
  transform: translate(-50%, -50%) scale(1.06);
}
.list_d .item {
  margin-top: 50px;
  height: 240px;
}
.list_d .item a {
  display: block;
  height: 100%;
  padding: 0 460px 0 305px;
  overflow: hidden;
  position: relative;
}
.list_d .item a:hover .text h6 {
  color: #000000;
}
.list_d .item a:hover .text p {
  color: #666666;
}
.list_d .item:nth-child(1) {
  margin-top: 0;
}
.list_d .item .time {
  width: 227px;
  height: 150px;
  position: absolute;
  left: 0;
  top: calc(50% - 75px);
  border-right: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #222222;
  font-weight: lighter;
}
.list_d .item .text {
  height: 100%;
}
.list_d .item .text h6 {
  line-height: 92px;
  font-size: 24px;
  color: #333;
  transition: 0.5s;
}
.list_d .item .text p {
  line-height: 40px;
  font-size: 21px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.list_d .item .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 240px;
  width: 400px;
}
.ind_b {
  padding: 0 0 96px;
  overflow: hidden;
}
.ind_b .more_a {
  margin-top: 70px;
}
.more_a a {
  margin: 0 auto;
  width: 250px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #999999 solid;
  position: relative;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.more_a a span {
  position: relative;
}
.more_a a span::after {
  content: "";
  position: absolute;
  right: -28px;
  top: calc(50% - 4.5px);
  width: 6px;
  height: 9px;
  background: url(../images/icon/more_1.png) center center no-repeat;
  background-size: 100% 100%;
}
.footer {
  border-top: 1px solid #cccccc;
}
.footer .a1 {
  padding: 40px 0;
}
.footer .a2 {
  height: 76px;
  background-color: #f8f8f8;
}
.footer .a2 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer .a2 .main * {
  margin: 0 10px;
  font-size: 16px;
  color: #666666;
}
.footer .a3 {
  width: 640px;
  float: left;
}
.footer .a3 .b1 {
  margin-bottom: 38px;
}
.footer .a3 .b1 h6 {
  line-height: 50px;
  font-size: 22px;
  color: #000000;
}
.footer .a3 .b1 p {
  line-height: 44px;
  font-size: 18px;
  color: #666666;
}
.footer .a3 .b2 {
  display: flex;
}
.footer .a3 .b2 .item {
  width: 120px;
  margin-right: 70px;
}
.footer .a3 .b2 .item div {
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: antiquewhite;
}
.footer .a3 .b2 .item em {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.footer .a4 h6 {
  line-height: 50px;
  font-size: 22px;
  color: #000000;
}
.footer .a4 a {
  display: block;
  line-height: 44px;
  font-size: 18px;
  color: #666666;
  transition: 0.5s;
}
.footer .a4 a:hover {
  color: #222222;
}
.footer .a5 {
  position: absolute;
  right: 40px;
  top: calc(50% - 67px);
}
.footer .a5 img {
  height: 134px;
  width: auto;
  display: block;
}
.gywm_a {
  display: flex;
  margin-top: 45px;
}
.gywm_a .a1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  padding-bottom: 50px;
  position: relative;
}
.gywm_a .a1::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  left: 0;
  bottom: 18px;
  content: "";
  position: absolute;
}
.gywm_a .a1 h6 {
  line-height: 58px;
  font-size: 32px;
  text-transform: uppercase;
}
.gywm_a .a1 h5 {
  line-height: 62px;
  font-size: 32px;
  margin-bottom: 35px;
}
.gywm_a .a1 p {
  line-height: 42px;
  font-size: 21px;
}
.gywm_a .a2 {
  margin-left: 80px;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.gywm_a .a2 img {
  height: 100%;
  width: auto;
  display: block;
  transition: 0.5s;
}
.gywm_a .a2:hover img {
  transform: scale(1.06);
}
.gywm_b {
  padding: 100px 0 0 0;
}
.gywm_b .a1 {
  position: relative;
  padding-bottom: 200px;
  line-height: 42px;
  font-size: 21px;
  text-align: center;
}
.gywm_b .a1::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 105px;
  content: "";
}
.gywm_b .a2 {
  overflow: hidden;
  margin-bottom: 84px;
}
.gywm_b .a2 img {
  width: 100%;
  height: auto;
  display: block;
}
.gywm_b .a3 {
  display: flex;
  justify-content: space-between;
}
.gywm_b .a3 .item {
  text-align: center;
}
.gywm_b .a3 .item h6 {
  line-height: 90px;
  font-size: 54px;
  color: #000000;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.gywm_b .a3 .item h6 span {
  display: inline-block;
  position: relative;
}
.gywm_b .a3 .item h6 span::after {
  width: 1em;
  min-width: 16px;
  height: 52px;
  position: absolute;
  background: url(../images/icon/gywm_b1.png) center center no-repeat;
  background-size: auto 52px;
  top: calc(50% - 26px);
  line-height: 52px;
  right: -26px;
  font-size: 16px;
  color: #999999;
}
.gywm_b .a3 .item:nth-child(1) h6 span::after {
  content: "年";
}
.gywm_b .a3 .item:nth-child(2) h6 span::after {
  content: "名";
}
.gywm_b .a3 .item:nth-child(3) h6 span::after {
  content: "个";
}
.gywm_b .a3 .item:nth-child(4) h6 span::after {
  content: "家";
}
.gywm_b .a3 .item h5 {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
}
.gywm_b .a3 .item p {
  line-height: 28px;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
}
.gywm_b .a4 {
  padding-top: 75px;
  position: relative;
  padding-bottom: 140px;
  line-height: 42px;
  font-size: 21px;
  text-align: center;
}
.gywm_b .a4::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 50px;
  content: "";
}
.gywm_c {
  padding: 35px 0 140px 0;
}
.gywm_c .tit {
  color: #333333;
  font-size: 32px;
  text-align: center;
  margin-bottom: 90px;
}
.gywm_c .tit h6 {
  line-height: 60px;
  text-transform: uppercase;
}
.gywm_c .tit p {
  line-height: 58px;
}
.gywm_c .a1 {
  display: flex;
}
.gywm_c .a2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-end; */
  color: #333333;
  position: relative;
}
.gywm_c .a2::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.gywm_c .a2 p {
  line-height: 42px;
  font-size: 21px;
  text-align: right;
}
.gywm_c .a3 {
  width: 580px;
  height: 580px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.two_banner {
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
}
.two_banner .a1 {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.two_banner .a1 img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.two_banner .a2 {
  position: absolute;
  width: 1440px;
  bottom: 0;
  z-index: 2;
  left: calc(50% - 720px);
  background-color: #fff;
  height: 200px;
  padding: 0 90px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
}
.two_banner .a3 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  line-height: 60px;
  font-size: 32px;
  color: #333333;
  padding-right: 80px;
}
.two_banner .a3 span {
  display: block;
  text-transform: uppercase;
}
.two_banner .a3 em {
  display: block;
}
.two_banner .a4 {
  flex: 1;
  padding: 56px 0;
  display: flex;
  justify-content: flex-end;
}
.two_banner .a4 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #666666;
  margin-right: 130px;
  position: relative;
}
.two_banner .a4 a::after {
  left: 50%;
  height: 3px;
  background-color: #025b59;
  position: absolute;
  bottom: 0;
  content: "";
  transition: 0.5s;
  width: 0;
}
.two_banner .a4 a:hover,
.two_banner .a4 a.select {
  color: #222222;
}
.two_banner .a4 a:hover::after,
.two_banner .a4 a.select::after {
  left: 0;
  width: 100%;
}
.xmpp_a {
  padding: 50px 0 60px;
}
.mdzs_a {
  padding: 50px 0 60px;
}
.mdzs_a em {
  position: absolute;
  z-index: 10;
  right: 13PX;
  color: #fff;
  bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.crumbs {
  height: 126px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  color: #999999;
  font-size: 18px;
}
.crumbs div {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/icon/crumbs.png) left center no-repeat;
}
.crumbs span {
  color: #333333;
}
.crumbs a {
  transition: 0.5s;
}
.crumbs a:hover {
  color: #333333;
}
.mdxq_a {
  height: 430px;
  position: relative;
  overflow: hidden;
  padding-right: 680px;
}
.mdxq_a .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 640px;
}
.mdxq_a .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.mdxq_a .img:hover img {
  transform: translate(-50%, -50%) scale(1.06);
}
.mdxq_a .text {
  position: relative;
  height: 100%;
}
.mdxq_a .text::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.mdxq_a .text h6 {
  line-height: 70px;
  font-size: 36px;
  color: #333333;
  margin-bottom: 37px;
}
.mdxq_a .text p {
  line-height: 56px;
  color: #333333;
  font-size: 18px;
  padding-left: 43px;
  position: relative;
}
.mdxq_a .text .a1 {
  background: url(../images/icon/mdxq_a1.png) left center no-repeat;
}
.mdxq_a .text .a2 {
  background: url(../images/icon/mdxq_a2.png) left center no-repeat;
}
.mdxq_a .text .a3 {
  background: url(../images/icon/mdxq_a3.png) left center no-repeat;
}
.mdxq_b {
  text-align: center;
  padding: 100px 0 200px;
  line-height: 2;
  font-size: 21px;
  position: relative;
}
.mdxq_b::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  left: clac(35%);
  bottom: 105px;
  content: "";
  position: absolute;
}
.mdxq_c {
  height: 500px;
  overflow: hidden;
}
.mdxq_c .map {
  height: 500px;
}
.mdxq_d {
  overflow: hidden;
  padding: 68px 0 115px;
}
.mdxq_d .tit {
  margin-bottom: 67px;
  text-align: center;
  line-height: 59px;
  font-size: 32px;
  color: #333333;
}
.mdxq_d .tit h6 {
  text-transform: uppercase;
}
.mdxq_d .list_c {
  margin-bottom: 60px;
}
.page_a {
  display: flex;
  justify-content: space-between;
}
.page_a a {
  height: 56px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #666666;
  font-size: 16px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  position: relative;
}
.page_a a:hover {
  color: #fff;
  background-color: #333333;
}
.page_a .a1 span,
.page_a .a3 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 370px;
}
.page_a .a1::after,
.page_a .a3::after {
  opacity: 0.1;
  width: 1px;
  height: 22px;
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  background-color: #666666;
}
.page_a .a1:hover::after,
.page_a .a3:hover::after {
  background-color: #ffffff;
}
.page_a .a1 {
  width: 560px;
  background: url(../images/icon/b1.png) left center no-repeat #fff;
}
.page_a .a1:hover {
  background: url(../images/icon/b2.png) left center no-repeat #333333;
}
.page_a .a1::after {
  left: 73px;
}
.page_a .a2 {
  width: 204px;
}
.page_a .a2 span {
  display: block;
  padding: 10px 0 10px 32px;
  background: url(../images/icon/b3.png) left center no-repeat;
  transition: 0.1s;
}
.page_a .a2:hover span {
  background: url(../images/icon/b4.png) left center no-repeat;
}
.page_a .a3 {
  width: 560px;
  background: url(../images/icon/b5.png) right center no-repeat #fff;
}
.page_a .a3:hover {
  background: url(../images/icon/b6.png) right center no-repeat #333333;
}
.page_a .a3::after {
  right: 73px;
}
.page_b {
  display: flex;
  justify-content: center;
}
.page_b a {
  display: flex;
  width: 210px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  margin: 0 49px;
  font-size: 18px;
  color: #222222;
  border-radius: 4px;
  transition: 0.5s all;
}
.page_b a:hover {
  background-color: #888;
  color: #fff;
}
.news_a {
  padding: 80px 0 100px;
}
.news_a .list_d {
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 70px;
}
.jrwm_a {
  margin-top: 100px;
  position: relative;
  margin-bottom: 66px;
}
.jrwm_a::after {
  width: 30px;
  height: 5px;
  background-color: #333333;
  position: absolute;
  right: 0;
  content: "";
  top: 17px;
}
.jrwm_a p {
  line-height: 2;
  font-size: 21px;
  color: #333333;
}
.jrwm_b {
  padding-bottom: 100px;
}
.jrwm_b ul {
  position: relative;
  margin: 0 -20px;
}
.jrwm_b ul li {
  width: 50%;
  padding: 0 20px;
  float: left;
  margin-top: 40px;
}
.jrwm_b ul li:nth-child(1),
.jrwm_b ul li:nth-child(2) {
  margin-top: 0;
}
.jrwm_b .item {
  background-color: #f8f8f8;
  padding: 37px 40px 60px 30px;
  position: relative;
}
.jrwm_b .item h6 {
  line-height: 60px;
  font-size: 24px;
  color: #000000;
}
.jrwm_b .item h6 span {
  font-size: 18px;
  color: #666;
}
.jrwm_b .item p {
  color: #333333;
  font-size: 20px;
  line-height: 42px;
}
.jrwm_b .item .text {
  max-height: 2000px;
  transition: max-height 0.5s ease;
}
.jrwm_b .item .icon_a {
  width: 26px;
  height: 15px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #999999;
  position: absolute;
  bottom: 22px;
  left: calc(50% - 13px);
  display: block;
  z-index: 2;
}
.jrwm_b .item.on .text {
  overflow: hidden;
  max-height: 255px;
  font-size: 18px;
}
.jrwm_b .item.on .icon_a {
  border-top: 15px solid #999999;
  border-bottom: none;
}
.wfhy_a {
  text-align: center;
  background-color: #ffffff;
  padding: 100px 0 74px;
}
.wfhy_a h6 {
  line-height: 52px;
  font-size: 36px;
  color: #333333;
}
.wfhy_a p {
  line-height: 40px;
  color: #333333;
  font-size: 21px;
}
.wfhy_b {
  min-width: 1440px;
  padding: 45px 0 10px;
}
.wfhy_b .tit {
  line-height: 60px;
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}
.wfhy_b .a1 {
  /* width: 50%;
  float: left; */
  padding-left: 30px;
}
.wfhy_b .a1 h6 {
  line-height: 64px;
  font-size: 21px;
  color: #000000;
}
.wfhy_b .a1 p {
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.wfhy_b .a2 {
  padding-left: 30px;
  padding-top: 40px;
}
.wfhy_b .a2 h6 {
  line-height: 64px;
  font-size: 21px;
  color: #000000;
}
.wfhy_b .a2 p {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.wfhy_b .a3 {
  padding-left: 30px;
  width: 50%;
  margin-bottom: 40px;
  padding-right: 15px;
  float: left;
}
.wfhy_b .a3 h4 {
  line-height: 76px;
  font-size: 21px;
  color: #000000;
}
.wfhy_b .a3 .img {
  height: 270px;
  margin-bottom: 30px;
  overflow: hidden;
}
.wfhy_b .a3 .img img {
  height: 100%;
  width: auto;
  display: block;
}
.wfhy_b .a3 p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
}
.list_a .item a {
  height: 380px;
}
@media screen and (max-width: 1820px) {
  .list_a .item a {
    height: 365px;
  }
}
@media screen and (max-width: 1760px) {
  .list_a .item a {
    height: 350px;
  }
}
@media screen and (max-width: 1660px) {
  .list_a .item a {
    height: 330px;
  }
}
@media screen and (max-width: 1560px) {
  .list_a .item a {
    height: 315px;
  }
}
@media screen and (max-width: 1450px) {
  .list_a .item a {
    height: 190px;
  }
}
