.pc_header {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}
.pc_header .video {
  position: relative;
  overflow: hidden;
  margin: 0 -1px;
}
.pc_header .video video {
  width: 100%;
  height: auto;
  opacity: 1;
}
.pc_header .a2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 800px;
}
.pc_header .a2 .b1 {
  font-size: 48px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 72px;
  text-transform: uppercase;
}
.pc_header .a2 .b2 {
  line-height: 130px;
  color: #ffffff;
  font-size: 90px;
  font-weight: bold;
}
.pc_header .a2 .b3 {
  line-height: 74px;
  font-size: 40px;
  font-weight: lighter;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.pc_header .a2 .b4 {
  width: 200px;
  height: 50px;
  display: block;
  margin: 44px auto 0;
  border-radius: 25px 0 25px 0;
  border: 1px #017969 solid;
  background-color: #017969;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: all 0.5s ease-out;
  /*font-family: Arial;*/
}
.pc_header .a2 .b4:hover {
  border: 1px #ffffff solid;
  background-color: #ffffff;
  color: #017969;
}
.pc_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.2rem;
  height: 54px;
  z-index: 100;
}
.pc_nav .main {
  height: 100%;
}
.pc_nav .logo {
  float: left;
  width: 210px;
  margin-top: -9px;
}
.pc_nav .logo img {
  height: auto;
  width: 100%;
  display: block;
}
.pc_nav .nav {
  line-height: 54px;
  position: absolute;
  width: 72%;
  top: 50%;
  left: 50%;
  height: 54px;
  transform: translate(-45%, -50%);
  text-align: center;
}
.pc_nav .nav .item {
  display: inline-block;
  margin: 0 30px;
  position: relative;
}
.pc_nav .nav .item:hover .b1::after {
  width: 15px;
}
.pc_nav .nav .item .b1 {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.pc_nav .nav .item .b1::after {
  width: 0;
  height: 3px;
  background-color: #f5ce2a;
  position: absolute;
  left: -28px;
  top: calc(50% - 1.5px);
  content: "";
  transition: 0.5s;
}
.pc_nav .nav .item .list {
  position: absolute;
  top: 54px;
  left: -70px;
  right: -70px;
  background-color: #ffffff;
  padding: 16px 30px 16px 35px;
  text-align: left;
  display: none;
}
.pc_nav .nav .item .list::after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  content: "";
  left: 40px;
  top: -8px;
}
.pc_nav .nav .item .list a {
  display: block;
  font-size: 16px;
  color: #223734;
  line-height: 28px;
  padding: 7px 10px 7px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_nav .nav .item .list a:hover {
  color: #017969;
  background: url(../images/icon/c7.png) right center no-repeat;
}
.pc_nav .btn {
  float: right;
  padding-top: 7px;
}
.pc_nav .btn span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 0.1rem;
  cursor: pointer;
}
.pc_nav .btn span img {
  display: block;
  width: 100%;
  height: 100%;
}
.pc_nav .btn span:last-child {
  display: none;
}
.pc_nav .btn span:first-child {
  display: none;
}
.ind_a {
  height: 420px;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.ind_a .img {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ind_a .img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_a .text {
  width: 50%;
  float: right;
  height: 100%;
  padding: 26px 0 0 6%;
}
.ind_a .text .a1 {
  height: 49px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ind_a .text .a1 img {
  height: 100%;
  width: auto;
  display: block;
}
.ind_a .text h6 {
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #223734;
}
.ind_a .text h5 {
  font-size: 22px;
  font-weight: bold;
  color: #223734;
  margin-bottom: 13px;
}
.ind_a .text p {
  line-height: 2;
  font-size: 16px;
  color: #616c6b;
  text-indent: 2em;
  max-width: 560px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 34px;
}
.ind_a .text a {
  display: block;
  width: 202px;
  height: 52px;
  border-radius: 26px 0 26px 0;
  border: 1px solid #017969;
  color: #017969;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  text-transform: uppercase;
  background-color: #ffffff;
  transition: all 0.5s ease-out;
}
.ind_c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 0 120px;
  position: relative;
}
.ind_c .img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.ind_c .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translate(-50%, 0%);
}
.ind_c .text {
  min-height: 390px;
  width: 50%;
}
.ind_c .text h6 {
  line-height: 60px;
  font-size: 43px;
  color: #223734;
  margin-bottom: 27px;
  font-weight: bold;
}
.ind_c .text p {
  font-size: 16px;
  line-height: 2;
  color: #454545;
  text-indent: 2em;
  min-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind_c .text h5 {
  margin-top: 14px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #017969;
  font-weight: bold;
}
.ind_c .text a {
  display: block;
  width: 192px;
  height: 52px;
  border: 1px solid #017969;
  color: #017969;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  border-radius: 26px 0 26px 0;
  transition: all 0.5s ease-out;
}
.ind_d .swiper-wrapper {
  height: auto;
}
.ind_d .swiper-slide {
  padding: 130px 0 96px 0;
  overflow: hidden;
}
.ind_d .swiper-slide .pc_img {
  width: auto;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_d .swiper-slide .main {
  position: relative;
  z-index: 2;
}
.ind_d .swiper-slide .text {
  color: #ffffff;
  height: 480px;
}
.ind_d .swiper-slide .text .a1 {
  line-height: 106px;
  font-size: 44px;
  font-weight: bold;
}
.ind_d .swiper-slide .text .a2 {
  font-size: 22px;
  line-height: 42px;
}
.ind_d .swiper-slide .text .a3 {
  line-height: 78px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.ind_d .swiper-slide .text .a4 {
  display: block;
  width: 202px;
  height: 52px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: initial;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: bold;
  border-radius: 26px 0 26px 0;
  transition: all 0.5s ease-out;
  margin-bottom: 35px;
}
.ind_d .swiper-slide .text .a5 {
  height: 40px;
}
.ind_d .swiper-slide .text .a5 span {
  float: left;
  width: 23px;
  height: 40px;
  cursor: pointer;
  margin-right: 12px;
}
.ind_d .swiper-slide .text .a5 span:first-child {
  background: url(../images/icon/a7.png) center center no-repeat;
}
.ind_d .swiper-slide .text .a5 span:last-child {
  background: url(../images/icon/a8.png) center center no-repeat;
}
.ind_d .swiper-slide .list {
  height: 112px;
  line-height: 112px;
  display: flex;
  flex-flow: row nowrap;
  align-content: flex-start;
}
.ind_d .swiper-slide .list a {
  display: block;
  flex: auto;
  height: 100%;
  background-color: #ffffff;
  margin-right: 20px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.ind_d .swiper-slide .list a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 40px;
  color: #454545;
  background: url(../images/icon/a5.png) left center no-repeat;
  transition: all 0.5s ease-out;
}
.ind_d .swiper-slide .list a:last-child {
  margin-right: 0;
}
.ind_f {
  overflow: hidden;
}
.ind_f .a1 {
  height: 650px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.ind_f .a1 .pc_img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_f .a1 .text {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.ind_f .a1 .text h6 {
  font-size: 44px;
  line-height: 90px;
  font-weight: bold;
}
.ind_f .a1 .text h5 {
  line-height: 72px;
  font-size: 24px;
}
.ind_f .a1 .text p {
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 40px;
}
.ind_f .a1 .text a {
  display: block;
  width: 200px;
  height: 50px;
  color: #ffffff;
  background-color: #017969;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-style: italic;
  text-transform: uppercase;
  border-radius: 25px 0 25px 0;
  transition: all 0.5s ease-out;
  font-weight: bold;
}
.ind_f .a2 .swiper-wrapper {
  height: auto;
}
.ind_f .a2 .swiper-slide {
  width: 33.333%;
  flex: 1;
  margin-right: 16px;
  overflow: hidden;
  background-color: #000000;
}
.ind_f .a2 .swiper-slide .pc_img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.ind_f .a2 .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.ind_f .a2 .swiper-slide .text h6 {
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
}
.ind_f .a2 .swiper-slide .text p {
  font-size: 16px;
  line-height: 36px;
}
.ind_f .a2 .swiper-slide .text span {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding-right: 19px;
  background: url(../images/icon/b1.png) right center no-repeat;
}
.ind_f .a2 .swiper-slide:last-child {
  margin-right: 0;
}
.ind_g {
  padding: 52px 0 90px;
  max-width: 1440px;
  margin: 0 auto;
}
.ind_g .tit {
  margin-bottom: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #223734;
}
.ind_g .box {
  position: relative;
  padding: 0 64px;
}
.ind_g .box span.next,
.ind_g .box span.prev {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid #017969;
  border-radius: 50%;
  top: calc(50% - 27px);
  z-index: 20;
  cursor: pointer;
  outline: none;
}
.ind_g .box span.next {
  background: url(../images/icon/b3.png) center center no-repeat;
  right: 5px;
}
.ind_g .box span.prev {
  background: url(../images/icon/b2.png) center center no-repeat;
  left: 5px;
}
.ind_g .box .swiper-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 340px;
}
.ind_g .box .swiper-container .swiper-slide .img {
  width: 50%;
  max-width: 560px;
  position: relative;
  height: 100%;
  overflow: hidden;
  float: left;
}
.ind_g .box .swiper-container .swiper-slide .img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_g .box .swiper-container .swiper-slide .text {
  width: 50%;
  padding: 0 0 0 30px;
  float: right;
  height: 100%;
}
.ind_g .box .swiper-container .swiper-slide .text h6 {
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: #248673;
  line-height: 110px;
  font-weight: bold;
}
.ind_g .box .swiper-container .swiper-slide .text h6 span {
  font-size: 24px;
  font-weight: normal;
}
.ind_g .box .swiper-container .swiper-slide .text p {
  line-height: 2;
  font-size: 16px;
  color: #373737;
  height: 96px;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ind_g .box .swiper-container .swiper-slide .text a {
  display: block;
  width: 202px;
  height: 52px;
  border: 1px solid #017969;
  color: #017969;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  /*font-family: Arial;*/
  border-radius: 26px 0 26px 0;
  transition: all 0.5s ease-out;
}
.ind_h {
  height: 650px;
  overflow: hidden;
}
.ind_h .item {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ind_h .item .pc_img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.ind_h .item .text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding: 0 8%;
  color: #ffffff;
}
.ind_h .item .text p {
  font-size: 22px;
  line-height: 40px;
  text-indent: 2em;
}
.ind_h .item .text h6 {
  margin: 35px 0 60px;
  line-height: 30px;
  font-size: 16px;
}
.ind_h .item .text a {
  display: block;
  width: 202px;
  height: 52px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: initial;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  /*font-family: Arial;*/
  border-radius: 26px 0 26px 0;
  transition: all 0.5s ease-out;
}
.news_list {
  padding: 54px 0 80px;
  overflow: hidden;
}
.news_list .news_one {
  position: relative;
}
.news_list .news_one a {
  display: block;
}
.news_list .news_one .img {
  width: 59.02777778%;
  overflow: hidden;
}
.news_list .news_one .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.news_list .news_one .text {
  position: absolute;
  height: 74%;
  right: 0;
  top: 13%;
  width: 47.22%;
  background-color: #f3f3f3;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #e5e5e5;
}
.news_list .news_one .text span {
  color: #333333;
  font-size: 24px;
  line-height: 44px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
.news_list .news_one .text h6 {
  line-height: 54px;
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list .news_one .text p {
  font-size: 16px;
  color: #636363;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list ul {
  position: relative;
  margin: 0 -20px;
  padding-bottom: 60px;
}
.news_list ul li {
  width: 33.33333333%;
  padding: 0 20px;
  float: left;
  margin-top: 0.4rem;
}
.news_list ul li .item {
  display: block;
  padding: 22px 22px 30px 22px;
  border: 1px solid #e5e5e5;
  background-color: #f3f3f3;
}
.news_list ul li .item .img {
  position: relative;
  overflow: hidden;
}
.news_list ul li .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.news_list ul li .item h6 {
  margin-top: 20px;
  line-height: 42px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list ul li .item p {
  line-height: 38px;
  font-size: 16px;
  color: #636363;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list ul li .item span {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #848484;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.news_list ul li .item em {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #c5c5c5;
  border-radius: 30px 0 30px 0;
  transition: 0.5s;
}
.pc_page {
  text-align: center;
}
.pc_page a {
  display: inline-block;
  line-height: 44px;
  padding: 0 18px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #222222;
  transition: 0.5s;
  margin: 0 1px;
}
.pc_page a:hover,
.pc_page a.select {
  background-color: #007f6e;
  color: #ffffff;
}
.news_desc {
  padding-right: 375px;
  position: relative;
  padding-bottom: 40px;
}
.news_desc .list_a {
  position: absolute;
  right: 0;
  width: 375px;
  top: 70px;
}
.news_desc .a1 {
  width: 94%;
  padding-top: 0.6rem;
}
.news_desc .a1 .tit {
  text-align: center;
  margin-bottom: 0.4rem;
}
.news_desc .a1 .tit h6 {
  line-height: 60px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.news_desc .a1 .tit p {
  line-height: 28px;
  font-size: 16px;
  color: #7c756e;
}
.news_desc .a1 .content {
  padding-bottom: 0.4rem;
}
.news_desc .a1 .content img {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 100%;
}
.news_desc .a1 .a2 {
  line-height: 48px;
  font-size: 16px;
  color: #5f5e5e;
}
.news_desc .a1 .a2 em {
  font-weight: bold;
}
.news_desc .a1 .a2 a {
  transition: 0.5s;
}
.news_desc .a1 .a2 a:hover {
  color: #007f6e;
  text-decoration: underline;
}
.list_a {
  padding: 0 30px 30px;
  background-color: #ebf5f4;
}
.list_a h5 {
  line-height: 72px;
  padding-bottom: 4px;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.list_a ul li {
  padding: 27px 0;
  border-bottom: 1px solid #e7ddd8;
}
.list_a ul li:first-child {
  padding-top: 0;
}
.list_a ul li:last-child {
  border-bottom: none;
}
.list_a ul li a {
  display: block;
  height: 70px;
  position: relative;
  padding-left: 125px;
  overflow: hidden;
}
.list_a ul li a p {
  line-height: 24px;
  font-size: 16px;
  color: #4d443b;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_a ul li a span {
  line-height: 22px;
  font-size: 16px;
  color: #736b64;
}
.list_a ul li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.06);
}
.list_a ul li a .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 110px;
  overflow: hidden;
}
.list_a ul li a .img img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.list_b {
  overflow: hidden;
  padding-bottom: 80px;
}
.list_b .a1 {
  padding-top: 50px;
  line-height: 70px;
  text-align: center;
  font-size: 44px;
  color: #223734;
  font-weight: bold;
}
.list_b ul.b1 {
  position: relative;
  margin: 0 -20px;
}
.list_b ul.b1 li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-top: 40px;
}
.list_b ul.b1 li .item {
  display: block;
  background-color: #f6f6f6;
  text-align: center;
  padding-bottom: 0.6rem;
}
.list_b ul.b1 li .item .img {
  height: 4.3rem;
  position: relative;
  overflow: hidden;
}
.list_b ul.b1 li .item .img img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.list_b ul.b1 li .item h6 {
  line-height: 68px;
  font-size: 30px;
  color: #253936;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_b ul.b1 li .item p {
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  color: #979797;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
}
.list_b ul.b1 li .item i {
  display: block;
  margin: 0 auto;
  width: 154px;
  line-height: 42px;
  text-align: center;
  color: #007f6e;
  border: 1px solid #007f6e;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  background-color: initial;
  text-transform: uppercase;
  /*font-family: Arial;*/
  border-radius: 28px 0 28px 0;
  transition: 0.5s;
}
.list_b ul.b2 {
  position: relative;
  margin: 0 -15px;
  padding-bottom: 60px;
}
.list_b ul.b2 li {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-top: 33px;
}
.list_b ul.b2 li .item {
  display: block;
  background-color: #eaf3f2;
}
.list_b ul.b2 li .item .img {
  position: relative;
  overflow: hidden;
}
.list_b ul.b2 li .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.list_b ul.b2 li .item .img .icon {
  position: absolute;
  width: 58px;
  height: 58px;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
}
.list_b ul.b2 li .item p {
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #253936;
  position: relative;
}
.list_b ul.b2 li .item p::after {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 50%;
  width: 0;
  transition: 0.5s;
  content: "";
  background-color: #007f6e;
}
.list_b ul.b2 li .item p span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_b ul.b3 {
  position: relative;
  margin: 0 -19px;
}
.list_b ul.b3 li {
  width: 25%;
  float: left;
  padding: 0 19px;
  margin-top: 38px;
}
.list_b ul.b3 li .item {
  display: block;
  position: relative;
}
.list_b ul.b3 li .item .img {
  padding: 0 0.1rem 0.1rem 0;
  position: relative;
}
.list_b ul.b3 li .item .img::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e3e3e3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0.11rem;
  z-index: 1;
}
.list_b ul.b3 li .item .img .h1 {
  position: relative;
  z-index: 2;
  background-color: #000000;
  border: 1px solid #e3e3e3;
}
.list_b ul.b3 li .item .img .h1 img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.list_b ul.b3 li .item .text {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
.list_b ul.b3 li .item .text h6 {
  line-height: 46px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.list_b ul.b3 li .item .text p {
  line-height: 2;
  font-size: 18px;
}
.mydr_list {
  padding-bottom: 65px;
}
.mydr_list .tit {
  line-height: 140px;
  text-align: center;
  padding-top: 30px;
  font-size: 44px;
  font-weight: bold;
  color: #223734;
}
.mydr_list ul {
  padding-bottom: 50px;
}
.mydr_list ul li {
  position: relative;
  height: 405px;
  margin-bottom: 60px;
  overflow: hidden;
}
.mydr_list ul li:last-child {
  margin-bottom: 0;
}
.mydr_list ul li::after {
  width: 56.25%;
  height: 82.8%;
  position: absolute;
  background-color: #faf1ef;
  top: 8.6%;
  content: "";
  z-index: 1;
}
.mydr_list ul li:nth-child(odd)::after {
  left: 0;
}
.mydr_list ul li:nth-child(even)::after {
  right: 0;
}
.mydr_list ul li:nth-child(even) .img {
  float: right;
}
.mydr_list ul li:nth-child(even) .text {
  float: left;
  text-align: right;
}
.mydr_list ul li:nth-child(even) .text .box a,
.mydr_list ul li:nth-child(even) .text .box span {
  margin-left: auto;
}
.mydr_list ul li .a1 {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}
.mydr_list ul li .img,
.mydr_list ul li .text {
  padding: 0 48px;
  width: 50%;
  height: 100%;
}
.mydr_list ul li .img {
  float: left;
}
.mydr_list ul li .img .box {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mydr_list ul li .img .box img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.mydr_list ul li .text {
  float: right;
  text-align: left;
}
.mydr_list ul li .text .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mydr_list ul li .text .box h6 {
  font-size: 30px;
  line-height: 52px;
  color: #253936;
}
.mydr_list ul li .text .box span {
  display: block;
  width: 58px;
  height: 2px;
  margin: 13px 0 22px;
  background-color: #007f6e;
  overflow: hidden;
}
.mydr_list ul li .text .box p {
  line-height: 30px;
  min-height: 60px;
  font-size: 16px;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.mydr_list ul li .text .box a {
  display: block;
  width: 156px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #007f6e;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
  color: #007f6e;
  background-color: initial;
  border-radius: 30px 0 30px 0;
  transition: 0.5s;
}
.mydr_list ul li .text .box a:hover {
  color: #ffffff;
  background-color: #007f6e;
}
.mydr_list .more {
  line-height: 40px;
  text-align: center;
}
.mydr_list .more a {
  display: inline-block;
  background: url(../images/icon/b7.png) right center no-repeat;
  padding-right: 40px;
  font-size: 18px;
  color: #88908f;
}
.hybd_a {
  padding-bottom: 90px !important;
}
.hybd_a .tit {
  padding-top: 46px;
  text-align: center;
  position: relative;
}
.hybd_a .tit h6 {
  line-height: 120px;
  font-size: 42px;
  color: #223734;
  font-weight: bold;
}
.hybd_a .tit span {
  font-size: 16px;
  color: #223734;
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 10px;
  line-height: 40px;
  z-index: 2;
  opacity: 0.6;
  cursor: pointer;
  padding: 0 2px;
}
.hybd_a .list dl {
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.hybd_a .list dl dt {
  margin-right: 10px;
  line-height: 38px;
  font-size: 22px;
  color: #223734;
  cursor: pointer;
  padding-right: 40px;
  transition: all 0.3s;
  position: relative;
}
.hybd_a .list dl dt::before {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/icon/b8.png) right center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 0.11rem);
  transition: 0.5s;
}
.hybd_a .list dl dt.on {
  font-weight: bold;
}
.hybd_a .list dl dt.on::before {
  transform: rotate(90deg);
}
.hybd_a .list dl dd {
  display: none;
}
.hybd_a .list dl dd .item {
  padding-top: 10px;
  padding-right: 50px;
}
.hybd_a .list dl dd .item h6 {
  line-height: 44px;
  font-size: 20px;
  color: #007f6e;
  font-weight: bold;
}
.hybd_a .list dl dd .item p {
  font-size: 16px;
  line-height: 36px;
  color: #223734;
}
.kycg_a {
  background-color: #f8f8f8;
  padding-top: 38px;
  padding-bottom: 80px;
}
.kycg_a .a1 {
  line-height: 140px;
  font-size: 44px;
  font-weight: bold;
  color: #223734;
  text-align: center;
}
.kycg_a .list {
  overflow: hidden;
}
.kycg_a .list .item {
  padding-top: 70px;
}
.kycg_a .list .item .b1 {
  line-height: 60px;
  padding-bottom: 17px;
  font-size: 40px;
  font-weight: bold;
  color: #003b4d;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.kycg_a .list .item:first-child {
  padding-top: 0;
}
.kycg_a .list ul {
  position: relative;
  margin: 0 -11px;
}
.kycg_a .list ul li {
  width: 50%;
  padding: 0 11px;
  margin-top: 25px;
  float: left;
}
.kycg_a .list ul li a {
  height: 122px;
  overflow: hidden;
  position: relative;
  padding: 0 100px 0 90px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
}
.kycg_a .list ul li a span {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
  line-height: 122px;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: #007f6e;
  z-index: 2;
  transition: 0.5s;
}
.kycg_a .list ul li a em {
  width: 92px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/icon/c2.png) center center no-repeat;
  transition: 0.5s;
}
.kycg_a .list ul li a p {
  font-size: 20px;
  line-height: 34px;
  color: #002a38;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.kycg_a .a2 {
  padding-top: 40px;
  text-align: center;
}
.kycg_a .a2 h6 {
  line-height: 122px;
  font-size: 40px;
  font-weight: bold;
  color: #003b4d;
}
.kycg_a .a2 a {
  display: block;
  margin: 0 auto;
  line-height: 48px;
  width: 200px;
  border: 1px solid #017969;
  background-color: #017969;
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  /*font-family: Arial, Helvetica, sans-serif;*/
  text-transform: uppercase;
  border-radius: 30px 0 30px;
  transition: 0.5s;
}
.hbszzg_a {
  padding-bottom: 0.8rem;
  padding-top: 78px;
}
.hbszzg_a .tit {
  line-height: 60px;
  color: #223734;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
.hbszzg_a .a1 {
  height: 1.44rem;
  position: relative;
  padding: 0 0.9rem;
  margin-bottom: 0.26rem;
}
.hbszzg_a .a1::after {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  height: 1px;
  top: 0.58rem;
  background-color: #dddddd;
  content: "";
}
.hbszzg_a .a1 .swiper-container {
  height: 100%;
}
.hbszzg_a .a1 .swiper-container .swiper-slide {
  overflow: hidden;
  text-align: center;
}
.hbszzg_a .a1 .swiper-container .swiper-slide .b1 {
  display: block;
  line-height: 0.68rem;
  font-size: 0.2rem;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2;
  padding-top: 0.76rem;
  color: #666666;
  transition: 0.5s;
  font-style: italic;
}
.hbszzg_a .a1 .swiper-container .swiper-slide .b2 {
  cursor: pointer;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 0.27rem);
  top: 0.32rem;
}
.hbszzg_a .a1 .swiper-container .swiper-slide .b2::after {
  width: 0.22rem;
  height: 0.22rem;
  background-color: #ffffff;
  border: 1px solid #007f6e;
  content: "";
  position: absolute;
  top: calc(50% - 0.11rem);
  left: calc(50% - 0.11rem);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.5s;
}
.hbszzg_a .a1 .swiper-container .swiper-slide .b2::before {
  opacity: 0;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #bdded9;
  content: "";
  position: absolute;
  top: calc(50% - 0.18rem);
  left: calc(50% - 0.18rem);
  border-radius: 50%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.5s;
}
.hbszzg_a .a1 .swiper-container .swiper-slide.swiper-slide-thumb-active .b1 {
  font-size: 36px;
  color: #007f6e;
}
.hbszzg_a .a1 .swiper-container .swiper-slide.swiper-slide-thumb-active .b2::after {
  background-color: #007f6e;
}
.hbszzg_a .a1 .swiper-container .swiper-slide.swiper-slide-thumb-active .b2::before {
  opacity: 1;
}
.hbszzg_a .a1 .next,
.hbszzg_a .a1 .prev {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid #017969;
  border-radius: 50%;
  top: calc(50% - 40px);
  z-index: 20;
  cursor: pointer;
  outline: none;
}
.hbszzg_a .a1 .next.swiper-button-disabled.next,
.hbszzg_a .a1 .prev.swiper-button-disabled.next {
  background: url(../images/icon/b4.png) center center no-repeat #017969 !important;
  opacity: 0.5;
}
.hbszzg_a .a1 .next.swiper-button-disabled.prev,
.hbszzg_a .a1 .prev.swiper-button-disabled.prev {
  background: url(../images/icon/b9.png) center center no-repeat #017969 !important;
  opacity: 0.5;
}
.hbszzg_a .a1 .next {
  background: url(../images/icon/b3.png) center center no-repeat;
  right: 4px;
}
.hbszzg_a .a1 .prev {
  background: url(../images/icon/b2.png) center center no-repeat;
  left: 4px;
}
.hbszzg_a .gallery-top {
  height: auto;
}
.hbszzg_a .gallery-top .swiper-wrapper {
  height: auto;
}
.hbszzg_a .gallery-top .swiper-wrapper .swiper-slide {
  height: 10px;
}
.hbszzg_a .gallery-top .swiper-wrapper .swiper-slide .text {
  padding: 50px 40px;
  background-color: #f7f8f8;
  border-top: 2px solid #007f6e;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  color: #223734;
}
.hbszzg_a .gallery-top .swiper-wrapper .swiper-slide-active {
  height: auto;
}
.lxwm_a {
  text-align: center;
  padding: 55px 0 90px;
}
.lxwm_a .tit {
  line-height: 90px;
  font-size: 44px;
  font-weight: bold;
  color: #253936;
  margin-bottom: 0.36rem;
}
.lxwm_a .a1 {
  margin-bottom: 21px;
}
.lxwm_a .a1 h6 {
  line-height: 46px;
  font-size: 20px;
  color: #253936;
  font-weight: bold;
}
.lxwm_a .a1 h6 span {
  display: inline-block;
  padding-left: 38px;
  background: url(../images/icon/c4.png) left center no-repeat;
}
.lxwm_a .a1 p {
  line-height: 34px;
  font-size: 18px;
  color: #253936;
}
.lxwm_a .a2 {
  margin-bottom: 0.5rem;
}
.lxwm_a .a2 h6 {
  line-height: 46px;
  font-size: 20px;
  color: #253936;
  font-weight: bold;
  margin-bottom: 8px;
}
.lxwm_a .a2 h6 span {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/icon/c5.png) left center no-repeat;
}
.lxwm_a .a2 p {
  line-height: 0.6rem;
  font-size: 0.36rem;
  color: #253936;
  font-family: Arial, Helvetica, sans-serif;
}
.lxwm_a .a3 {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.lxwm_a .a3 .item {
  width: 270px;
}
.lxwm_a .a3 .item span {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.lxwm_a .a3 .item span img {
  width: 100%;
  height: 100%;
  display: block;
}
.lxwm_a .a3 .item h6 {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #253936;
}
.lxwm_a .a3 .item p {
  line-height: 32px;
  font-size: 16px;
  color: #253936;
}
.title_a {
  text-align: center;
}
.title_a h6 {
  line-height: 1rem;
  font-size: 44px;
  color: #007f6e;
  font-weight: bold;
  position: relative;
}
.title_a h6::after {
  position: absolute;
  bottom: 0;
  width: 0.78rem;
  height: 2px;
  left: calc(50% - 0.39rem);
  content: "";
  background-color: #007f6e;
}
.title_a p {
  line-height: 74px;
  font-size: 32px;
  color: #223734;
}
.cxrn_a {
  background: url(../images/cxrn_pc_a1.jpg) bottom center #ffffff no-repeat;
  background-size: 100% auto;
  padding: 50px 0 29% 0;
  text-align: center;
  position: relative;
}
.cxrn_a .main {
  min-height: 400px;
}
.cxrn_a .a1 {
  line-height: 2;
  font-size: 16px;
  color: #454545;
  margin-bottom: 54px;
}
.cxrn_a .a2 {
  line-height: 90px;
  font-size: 32px;
  color: #223734;
  font-weight: bold;
}
.cxrn_a .a2 span {
  font-size: 60px;
  color: #007f6e;
  margin: 0 15px;
}
.cxrn_b {
  position: relative;
  margin-top: -242px;
  overflow: hidden;
  margin-bottom: 50px;
}
.cxrn_b .img {
  width: 50%;
  overflow: hidden;
  background-color: #007f6e;
}
.cxrn_b .img .swiper-container .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 0.12rem;
  height: 0.12rem;
}
.cxrn_b .img:hover img {
  transform: scale(1.06);
}
.cxrn_b .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.cxrn_b .text {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-color: #007f6e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4.2%;
  color: #ffffff;
  overflow: hidden;
}
.cxrn_b .text h6 {
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 18px;
}
.cxrn_b .text p {
  font-size: 16px;
  line-height: 2;
  /*text-indent: 2em;*/
}
.cxrn_c .title_a {
  margin-bottom: 0.3rem;
}
.cxrn_c .box {
  height: 660px;
  position: relative;
  background: url(../img/cxrn_c1.jpg) center center no-repeat;
  background-attachment: fixed;
}
.cxrn_c .box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content: "";
}
.cxrn_c .box .text {
  position: relative;
  max-width: 1440px;
  color: #ffffff;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.cxrn_c .box .text h6 {
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0 5px;
}
.cxrn_c .box .text p {
  line-height: 36px;
  font-size: 16px;
}
.cxrn_c .box .text h5 {
  margin-top: 38px;
  line-height: 42px;
  font-size: 24px;
  font-weight: bold;
}
.cxrn_d {
  background-color: #efedec;
  padding: 0.7rem 0;
}
.cxrn_d .swiper-container {
  height: auto;
  background-color: #ffffff;
}
.cxrn_d .swiper-container .swiper-pagination {
  width: 41.6% !important;
  left: 54.2%;
  bottom: 5%;
  text-align: left;
}
.cxrn_d .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #d3d3d3;
  opacity: 1;
  margin: 0 18px 0 0 !important;
}
.cxrn_d .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c25131;
}
.cxrn_d .swiper-container .item {
  position: relative;
  display: block;
}
.cxrn_d .swiper-container .item .img {
  width: 50%;
  overflow: hidden;
}
.cxrn_d .swiper-container .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.cxrn_d .swiper-container .item .text {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  padding: 2% 4.2% 5%;
  color: #334542;
  overflow: hidden;
}
.cxrn_d .swiper-container .item .text h6 {
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxrn_d .swiper-container .item .text p {
  font-size: 16px;
  line-height: 36px;
}
.cxrn_e {
  padding-top: 50px;
}
.cxrn_e .title_a {
  padding-bottom: 36px;
}
.cxrn_e .box {
  position: relative;
  padding-right: 33.3334%;
}
.cxrn_e .box .a1 {
  position: relative;
  overflow: hidden;
}
.cxrn_e .box .a1 img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.cxrn_e .box .a1 .text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  padding: 3.8% 6%;
  background-color: rgba(194, 81, 49, 0.8);
  color: #ffffff;
  transform: translate(0%, -50%);
}
.cxrn_e .box .a1 .text h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 10px;
}
.cxrn_e .box .a1 .text p {
  font-size: 16px;
  line-height: 30px;
}
.cxrn_e .box .a2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30.42%;
  background-color: #ffffff;
}
.cxrn_e .box .a2 .swiper-container {
  height: 100%;
}
.cxrn_e .box .a2 .swiper-container .swiper-pagination {
  bottom: 2% !important;
}
.cxrn_e .box .a2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d3d3d3;
  margin: 0 9px !important;
}
.cxrn_e .box .a2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c25131;
}
.cxrn_e .box .a2 .item {
  display: block;
}
.cxrn_e .box .a2 .item .img {
  padding: 6.1% 6% 0 0;
  position: relative;
}
.cxrn_e .box .a2 .item .img div {
  overflow: hidden;
  border: 1px solid rgba(194, 81, 49, 0.5);
}
.cxrn_e .box .a2 .item .img::after {
  position: absolute;
  content: "";
  background-color: #c25131;
  left: 36px;
  right: 0;
  top: 0;
  bottom: 23px;
}
.cxrn_e .box .a2 .item .img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.cxrn_e .box .a2 .item p {
  font-size: 18px;
  line-height: 2;
  color: #334542;
  font-weight: bold;
  padding-top: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ppgs_a {
  margin-top: 80px;
  height: 460px;
  overflow: hidden;
}
.ppgs_a .a1 {
  float: left;
  width: 50%;
  height: 100%;
  padding-right: 4%;
}
.ppgs_a .a1 .a3 {
  height: calc(460px - 90px);
  overflow: auto;
  padding-right: 16px;
}
.ppgs_a .a1 .a3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ppgs_a .a1 .a3::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.ppgs_a .a1 .a3::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ppgs_a .a1 h6 {
  line-height: 90px;
  font-size: 44px;
  color: #223734;
  font-weight: bold;
}
.ppgs_a .a1 h6 span {
  font-size: 32px;
  color: #006863;
  margin-left: 14px;
}
.ppgs_a .a1 p {
  font-size: 16px;
  line-height: 36px;
  color: #454545;
  text-indent: 2em;
  text-align: justify;
}
.ppgs_a .a2 {
  float: right;
  width: 50%;
  height: 100%;
}
.ppgs_a .a2 .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 24% 18% 0;
}
.ppgs_a .a2 .img .c1 {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ppgs_a .a2 .img .c1 img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_a .a2 .img .c2 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 52%;
  height: auto;
  display: block;
}
.ppgs_b {
  height: 770px;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
.ppgs_b .pc_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_b .main {
  height: 100%;
  position: relative;
  z-index: 2;
}
.ppgs_b .box {
  position: relative;
  height: 100%;
  padding: 10% 150px 0;
  color: #ffffff;
}
.ppgs_b .box .a1 {
  text-align: center;
  line-height: 78px;
  font-size: 44px;
  font-weight: bold;
}
.ppgs_b .box .a2 {
  text-align: center;
  line-height: 66px;
  font-size: 32px;
  font-weight: bold;
}
.ppgs_b .box .a3 {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
  margin-bottom: 80px;
}
.ppgs_b .box span.next,
.ppgs_b .box span.prev {
  width: 54px;
  height: 54px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 35%;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.ppgs_b .box span.next.prev,
.ppgs_b .box span.prev.prev {
  left: 40px;
  background: url(../images/icon/b9.png) center center no-repeat;
}
.ppgs_b .box span.next.next,
.ppgs_b .box span.prev.next {
  right: 40px;
  background: url(../images/icon/b4.png) center center no-repeat;
}
.ppgs_b .box .text {
  height: 100%;
  text-align: center;
}
.ppgs_b .box .text .a4 {
  font-size: 16px;
  line-height: 42px;
}
.ppgs_b .box .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  text-align: center;
  font-size: 22px;
}
.ppgs_c {
  padding-bottom: 95px;
  margin-bottom: 30px;
  position: relative;
}
.ppgs_c .swiper-container {
  width: 50%;
  float: right;
  height: 100%;
  background: url(../images/ppgs_c2.jpg) center center no-repeat;
  padding-top: 8%;
}
.ppgs_c .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 30px;
}
.ppgs_c .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #bdbdb9;
  opacity: 1;
  outline: none;
}
.ppgs_c .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007f6e;
}
.ppgs_c .a1 {
  font-size: 44px;
  line-height: 72px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0 5%;
  color: #ffffff;
}
.ppgs_c .img {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ppgs_c .img .pc_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_c .swiper-slide {
  height: 10px;
}
.ppgs_c .swiper-slide-active {
  height: auto;
}
.ppgs_c .box {
  position: relative;
  height: 620px;
}
.ppgs_c .box .text {
  width: 100%;
  float: right;
  height: 100%;
  padding: 0 5%;
  color: #ffffff;
}
.ppgs_c .box .text .a2 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 28px;
  font-weight: bold;
}
.ppgs_c .box .text .a3 {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.ppgs_d {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.ppgs_d .pc_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_d .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.ppgs_d .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding-top: 6%;
}
.ppgs_d .text p {
  font-size: 22px;
  line-height: 42px;
}
.ppgs_d .text h6 {
  margin-top: 20px;
  line-height: 90px;
  font-size: 36px;
  font-weight: bold;
}
.ppgs_d .text h6 span {
  font-size: 28px;
  font-weight: normal;
  margin-left: 10px;
}
.ppgs_e {
  height: 760px;
  position: relative;
  overflow: hidden;
}
.ppgs_e .pc_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_e .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.ppgs_e .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
}
.ppgs_e .text .a1 {
  font-size: 44px;
  line-height: 72px;
  color: #223734;
  font-weight: bold;
}
.ppgs_e .text .a2 {
  font-size: 30px;
  line-height: 48px;
  color: #007f6e;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 28px;
}
.ppgs_e .text .a3 {
  font-size: 16px;
  line-height: 2;
  color: #454545;
}
.ppgs_e .text .a4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: lighter;
  color: #007f6e;
  margin-top: 40px;
}
.ppgs_f {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ppgs_f .tit {
  text-align: center;
  padding-bottom: 40px;
}
.ppgs_f .tit h6 {
  line-height: 72px;
  font-size: 44px;
  font-weight: bold;
  color: #223734;
}
.ppgs_f .tit h5 {
  font-size: 30px;
  line-height: 58px;
  color: #007f6e;
  font-weight: bold;
}
.ppgs_f .tit p {
  font-size: 16px;
  line-height: 30px;
  color: #454545;
}
.ppgs_f .swiper-container {
  height: 750px;
}
.ppgs_f .swiper-slide {
  overflow: hidden;
  background-color: #000000;
}
.ppgs_f .swiper-slide .pc_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  opacity: 0.7;
}
.ppgs_f .swiper-slide .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.ppgs_f .swiper-slide .text {
  height: 100%;
  max-width: 530px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.ppgs_f .swiper-slide .text .a1 {
  font-size: 36px;
  line-height: 1.7;
  padding: 10px 0 30px;
  font-weight: bold;
}
.ppgs_f .swiper-slide .text .a2 {
  font-size: 16px;
  line-height: 36px;
}
.ppgs_f .swiper-slide .text .a3 {
  margin-top: 40px;
}
.ppgs_f .swiper-slide .text .a3 a {
  display: block;
  width: 202px;
  height: 52px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: initial;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: bold;
  border-radius: 26px 0 26px 0;
  transition: all 0.5s ease-out;
  margin-bottom: 35px;
}
.ppgs_g {
  height: 530px;
  padding-left: 340px;
  position: relative;
  margin-bottom: 50px;
}
.ppgs_g .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  overflow: hidden;
  padding-top: 23px;
}
.ppgs_g .tit h6 {
  font-size: 44px;
  color: #223734;
  line-height: 70px;
  font-weight: bold;
}
.ppgs_g .tit h5 {
  line-height: 52px;
  font-size: 30px;
  color: #007f6e;
  font-weight: bold;
  text-transform: uppercase;
}
.ppgs_g .tit p {
  line-height: 36px;
  font-size: 18px;
  color: #777777;
}
.ppgs_g .tit .a1 {
  position: absolute;
  width: 225px;
  bottom: 100px;
  left: 0;
  height: 54px;
}
.ppgs_g .tit .a1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  content: "";
  background-color: #bfbfbf;
}
.ppgs_g .tit .a1 em {
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  z-index: 2;
  border-radius: 50%;
}
.ppgs_g .tit .a1 em::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  content: "";
  background-color: #1a8678;
}
.ppgs_g .tit .a1 span {
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: calc(50% - 27px);
  border: 1px solid #1b8678;
  background: url(../images/icon/b3.png) center center no-repeat #ffffff;
  z-index: 2;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.ppgs_g .box {
  height: 100%;
}
.ppgs_g .box .swiper-container {
  height: 100%;
}
.ppgs_g .box .swiper-container .swiper-slide {
  overflow: hidden;
}
.ppgs_g .box .swiper-container .item {
  display: block;
  height: 100%;
}
.ppgs_g .box .swiper-container .item .img {
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.ppgs_g .box .swiper-container .item .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppgs_g .box .swiper-container .item h6 {
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #223734;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ppgs_g .box .swiper-container .item p {
  line-height: 30px;
  font-size: 16px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qqsc_a {
  padding: 40px 0 50px;
}
.qqsc_a .tit {
  text-align: center;
  line-height: 126px;
  font-size: 48px;
  font-weight: bold;
  color: #253936;
}
.qqsc_a .a1 {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  color: #007f6e;
  margin-bottom: 40px;
}
.qqsc_b .a2 {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.qqsc_b .a2 a {
    display: block;
    margin: 0 auto;
    line-height: 48px;
    width: 200px;
    border: 1px solid #017969;
    background-color: #017969;
    color: #ffffff;
    font-size: 16px;
    /*font-style: italic;*/
    font-weight: bold;
    text-align: center;
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    border-radius: 30px 0 30px;
    transition: 0.5s;
}
.qqsc_b .a1 {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  color: #007f6e;
  margin-bottom: 35px;
}
.qqsc_a .a2 {
  font-size: 18px;
  line-height: 2;
  color: #454545;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.qqsc_a .a3 img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 50px auto 0;
}
.qqsc_a .a3 p {
  line-height: 54px;
  font-size: 24px;
  color: #007f6e;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
.pc_ryyy {
  height: 100vh;
  position: relative;
  background-color: #000000;
  z-index: 2;
  overflow: hidden;
}
.pc_ryyy .a1 {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.pc_ryyy .a1 .item {
  width: 50%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pc_ryyy .a1 .item::after {
  position: absolute;
  top: 84px;
  bottom: 46px;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.pc_ryyy .a1 .item:last-child::after {
  display: none;
}
.pc_ryyy .a1 .item .a2 {
  height: 294px;
  position: relative;
  padding-top: 115px;
  overflow: hidden;
}
.pc_ryyy .a1 .item .a2 i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 270px;
  font-weight: bold;
  line-height: 294px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  color: transparent;
}
.pc_ryyy .a1 .item .a2 em {
  display: block;
  line-height: 82px;
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
}
.pc_ryyy .a1 .item .a2 span {
  line-height: 48px;
  font-size: 24px;
  color: #ffffff;
  display: block;
  font-style: italic;
}
.pc_ryyy .a1 .item a {
  display: block;
  width: 198px;
  line-height: 48px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  /*font-family: Arial;*/
  font-style: italic;
  text-align: center;
  background-color: initial;
  margin: 0 auto;
  border-radius: 30px 0 30px 0;
}
.pc_ryyy .a1 .item a .on {
  border: 1px solid #017969;
  color: #ffffff;
  background-color: 017969;
}
.pc_ryyy .a1 .item.on a {
  border: 1px solid #017969;
  color: #ffffff;
  background-color: #017969;
}
.pc_ryyy .img_bj {
  position: relative;
  height: 100%;
  width: 100%;
}
.pc_ryyy .img_bj .item {
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-animation: mkdf-animate-image-out 0.8s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: mkdf-animate-image-out 0.8s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 1;
}
.pc_ryyy .img_bj .item.selected {
  -webkit-animation: mkdf-animate-image-in 0.8s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: mkdf-animate-image-in 0.8s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
@-webkit-keyframes mkdf-animate-image-in {
  0% {
    transform: scale(1);
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes mkdf-animate-image-in {
  0% {
    transform: scale(1);
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes mkdf-animate-image-out {
  0% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
}
@keyframes mkdf-animate-image-out {
  0% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
}
.cxrn_f {
  padding: 80px 0 40px;
}
.cxrn_f .swiper-container:hover .next,
.cxrn_f .swiper-container:hover .prev {
  opacity: 1;
}
.cxrn_f .swiper-container .swiper-slide {
  overflow: hidden;
}
.cxrn_f .swiper-container .item {
  display: block;
}
.cxrn_f .swiper-container .item:hover .img img.l2 {
  opacity: 1;
}
.cxrn_f .swiper-container .item .img {
  border: 1px #e9e9e9 solid;
  overflow: hidden;
}
.cxrn_f .swiper-container .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
  position: relative;
}
.cxrn_f .swiper-container .item .img img.l1 {
  display: block;
}
.cxrn_f .swiper-container .item .img img.l2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
}
.cxrn_f .swiper-container .item h6 {
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #223734;
  font-weight: bold;
  padding-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cxrn_f .swiper-container .item p {
  text-align: center;
  line-height: 40px;
}
.cxrn_f .swiper-container .item p span {
  display: inline-block;
  padding-right: 21px;
  font-size: 18px;
  color: rgba(34, 55, 52, 0.7);
  background: url(../images/icon/c6.png) right center no-repeat;
}
.cxrn_f .swiper-container .next,
.cxrn_f .swiper-container .prev {
  width: 60px;
  height: 78px;
  border-radius: 30px 0 30px 0;
  cursor: pointer;
  outline: none;
  z-index: 20;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 89px);
  transition: 0.5s;
  z-index: 2;
  opacity: 0;
}
.cxrn_f .swiper-container .next:hover,
.cxrn_f .swiper-container .prev:hover {
  background-color: #017969;
}
.cxrn_f .swiper-container .next {
  background-image: url(../images/icon/b5.png);
  left: 20px;
}
.cxrn_f .swiper-container .prev {
  background-image: url(../images/icon/b6.png);
  right: 20px;
}
.cxrn_g .title_a {
  padding-bottom: 30px;
}
.cxrn_g .box {
  padding: 70px 0;
  background-image: url(../images/cxrn_g1.jpg);
  background-size: cover;
}
.cxrn_g .box .swiper-container {
  margin-bottom: 25px;
}
.cxrn_g .box .swiper-container .item {
  display: block;
}
.cxrn_g .box .swiper-container .item:hover .img img {
  transform: scale(1.06);
}
.cxrn_g .box .swiper-container .item .img {
  border: 1px solid #e1bfb8;
  margin-bottom: 25px;
  overflow: hidden;
}
.cxrn_g .box .swiper-container .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.cxrn_g .box .swiper-container .item p {
  margin: 0 20px;
  line-height: 28px;
  font-size: 16px;
  height: 54px;
  text-align: center;
  color: #334542;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cxrn_g .box .btns {
  text-align: center;
}
.cxrn_g .box .btns span {
  display: inline-block;
  width: 54px;
  height: 52px;
  background-color: #000000;
  cursor: pointer;
  outline: none;
}
.cxrn_g .box .btns span:first-child {
  background: url(../images/icon/b9.png) center center no-repeat #007f6e;
}
.cxrn_g .box .btns span:last-child {
  background: url(../images/icon/b3.png) center center no-repeat #ffffff;
}
.cxrn_h {
  position: relative;
  padding-left: 50%;
  margin: 0.8rem 0;
}
.cxrn_h .a1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  overflow: auto;
  max-width: 604px;
  padding-right: 10px;
}
.cxrn_h .a1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.cxrn_h .a1::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.cxrn_h .a1::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.cxrn_h .a1 img {
  margin: 20px 0;
}
.cxrn_h .a1 h6 {
  font-size: 44px;
  font-weight: bold;
  color: #223734;
  line-height: 1.6;
  margin-bottom: 15px;
}
.cxrn_h .a1 p {
  font-size: 16px;
  line-height: 36px;
  color: #223734;
  text-indent: 2em;
}
.cxrn_h .a2 {
  width: 100%;
  overflow: hidden;
}
.cxrn_h .a2 img {
  width: 100%;
  height: auto;
  display: block;
}
.title_b {
  padding: 73px 0 36px;
  text-align: center;
}
.title_b h6 {
  line-height: 56px;
  font-size: 36px;
  color: #253936;
  font-weight: bold;
}
.title_b h6 span {
  display: inline-block;
  padding-left: 80px;
  background: url(../images/icon/title_b1.png) left center no-repeat;
}
.title_b p {
  line-height: 30px;
  font-size: 18px;
  color: #868686;
  text-transform: capitalize;
}
.yyy_a {
  padding-right: 50%;
  position: relative;
}
.yyy_a .a1 {
  width: 100%;
}
.yyy_a .a1 .swiper-pagination {
  bottom: 0;
  line-height: 50px;
  right: 20px;
  left: auto;
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #ffffff;
}
.yyy_a .a1 .next,
.yyy_a .a1 .prev {
  width: 50px;
  height: 70px;
  border-radius: 30px 0 30px 0;
  cursor: pointer;
  outline: none;
  z-index: 20;
  position: absolute;
  background-color: #006863;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 35px);
  transition: 0.5s;
  z-index: 2;
  background-size: 12px auto;
  opacity: 0.9;
}
.yyy_a .a1 .next.swiper-button-disabled,
.yyy_a .a1 .prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}
.yyy_a .a1 .next {
  background-image: url(../images/icon/a7.png);
  left: 20px;
}
.yyy_a .a1 .next:hover {
  background-image: url(../images/icon/a9.png);
  background-color: #ffffff;
}
.yyy_a .a1 .next.swiper-button-disabled:hover {
  background-image: url(../images/icon/a7.png);
  background-color: #006863;
}
.yyy_a .a1 .prev {
  background-image: url(../images/icon/a10.png);
  right: 20px;
}
.yyy_a .a1 .prev:hover {
  background-image: url(../images/icon/a8.png);
  background-color: #ffffff;
}
.yyy_a .a1 .prev.swiper-button-disabled:hover {
  background-image: url(../images/icon/a10.png);
  background-color: #006863;
}
.yyy_a .a1 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.yyy_a .a1 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: #ffffff;
  padding: 0 100px 0 20px;
  padding-top: 30px;
}
.yyy_a .a1 .swiper-slide p span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.yyy_a .a2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #f5f5f5;
  padding: 4% 0;
}
.yyy_a .a2 .text {
  max-width: 720px;
  padding-left: 70px;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.yyy_a .a2 .text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.yyy_a .a2 .text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.yyy_a .a2 .text::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.yyy_a .a2 .text h6 {
  line-height: 48px;
  font-size: 28px;
  color: #007f6e;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.yyy_a .a2 .text p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  color: #253936;
}
.yyy_b {
  position: relative;
  padding-left: 50%;
}
.yyy_b .a1 {
  position: absolute;
  left: 0;
  width: 50%;
  padding-right: 40px;
  top: 8%;
  height: 88%;
}
.yyy_b .a1 .text {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.yyy_b .a1 .text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.yyy_b .a1 .text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.yyy_b .a1 .text::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.yyy_b .a1 .text h6 {
  line-height: 48px;
  font-size: 36px;
  color: #007f6e;
  font-weight: bold;
}
.yyy_b .a1 .text h5 {
  line-height: 48px;
  font-size: 30px;
  color: #253936;
  font-weight: bold;
  margin-bottom: 20px;
}
.yyy_b .a1 .text p {
  font-size: 16px;
  line-height: 36px;
  color: #3f514e;
}
.yyy_b .a2 {
  position: relative;
  padding: 0 0 50px 9%;
}
.yyy_b .a2 img.b1 {
  width: 100%;
  height: auto;
  display: block;
}
.yyy_b .a2 img.b2 {
  width: 34%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yyy_c {
  background-image: url(../images/yyy_c_bj.jpg);
  background-size: cover;
  padding: 66px 0 60px;
}
.yyy_c .box {
  padding: 0 70px;
  position: relative;
}
.yyy_c .box .next,
.yyy_c .box .prev {
  width: 60px;
  height: 78px;
  border-radius: 30px 0 30px 0;
  cursor: pointer;
  outline: none;
  z-index: 20;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 70px);
  transition: 0.5s;
  z-index: 2;
}
.yyy_c .box .next:hover,
.yyy_c .box .prev:hover {
  background-color: #ffffff;
}
.yyy_c .box .next:hover.next,
.yyy_c .box .prev:hover.next {
  background-image: url(../images/icon/a9.png);
}
.yyy_c .box .next:hover.prev,
.yyy_c .box .prev:hover.prev {
  background-image: url(../images/icon/a8.png);
}
.yyy_c .box .next {
  background-image: url(../images/icon/a7.png);
  left: 0;
}
.yyy_c .box .prev {
  background-image: url(../images/icon/a10.png);
  right: 0;
}
.yyy_c .swiper-container {
  max-width: 1248px;
  margin: 0 auto;
}
.yyy_c .swiper-container .swiper-slide {
  overflow: hidden;
}
.yyy_c .swiper-container .item {
  display: block;
  text-align: center;
}
.yyy_c .swiper-container .item .img {
  position: relative;
  overflow: hidden;
}
.yyy_c .swiper-container .item .img img {
  width: 100%;
  height: 100%;
}

.yyy_c .box h6 {
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
  text-align: center;
}
.yyy_c .box p {
  max-width: 1170px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  margin: 0 auto;
}

/*.yyy_c .swiper-container .item h6 {
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
}
.yyy_c .swiper-container .item p {
  max-width: 1170px;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  margin: 0 auto;
}*/
.yyy_d {
  background-image: url(../images/yyy_d_bj.jpg);
  background-size: cover;
  height: 740px;
  position: relative;
  overflow: hidden;
}
.yyy_d::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #ffffff;
  content: "";
  opacity: 0.5;
}
.yyy_d .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.yyy_d .main .a1 {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yyy_d .main .a1 h6 {
  font-size: 36px;
  color: #253936;
  line-height: 98px;
  font-weight: bold;
}
.yyy_d .main .a1 p {
  font-size: 22px;
  color: #3f514e;
  line-height: 48px;
  max-width: 580px;
}
.yyy_d .main .a1 h5 {
  padding-top: 40px;
  font-size: 30px;
  line-height: 48px;
  color: #007f6e;
  font-weight: bold;
}
.yyy_d .main .a2 {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yyy_d .main .a2 .img {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.yyy_d .main .a2 .img img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.yyy_d .main .a2 h6 {
  font-size: 32px;
  font-weight: bold;
  width: 90%;
  margin: 0 20px;
  text-align: center;
  line-height: 48px;
  color: #007f6e;
}
.yyy_e {
  overflow: hidden;
  padding-bottom: 40px;
}
.yyy_e ul {
  position: relative;
  margin: 0 -23px;
}
.yyy_e ul li {
  width: 50%;
  float: left;
  padding: 0 23px;
  margin-bottom: 30px;
}
.yyy_e ul li .item {
  display: block;
  padding-bottom: 50px;
  background-color: #eaf3f2;
}
.yyy_e ul li .item h6 {
  height: 76px;
  background-color: #007f6e;
  overflow: hidden;
  position: relative;
  padding-left: 76px;
  padding-right: 40px;
}
.yyy_e ul li .item h6::after {
  content: "";
  height: 100%;
  top: 0;
  left: calc(58px - 76px);
  width: 76px;
  border-radius: 0 0 76px 0;
  z-index: 1;
  background-color: #04574c;
  position: absolute;
}
.yyy_e ul li .item h6 span {
  position: absolute;
  width: 50px;
  line-height: 58px;
  left: 0;
  top: 0;
  z-index: 3;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}
.yyy_e ul li .item h6 em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 76px;
  color: #ffffff;
  font-weight: bold;
}
.yyy_e ul li .item .e1 {
  padding: 30px 35px;
}
.yyy_e ul li .item .e1 .e2 {
  line-height: 36px;
  font-size: 16px;
  color: #3f514e;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.yyy_e ul li .item a {
  display: block;
  width: 154px;
  line-height: 44px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  background-color: initial;
  border: 1px solid #017969;
  color: #017969;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  margin: 0 auto;
  border-radius: 25px 0 25px 0;
  transition: 0.5s;
  text-transform: uppercase;
}
.yyy_e ul li .item a:hover {
  background-color: #017969;
  color: #ffffff;
}
.yyy_e ul li:nth-child(4n + 2) .item,
.yyy_e ul li:nth-child(4n + 3) .item {
  background-color: #faefed;
}
.yyy_e ul li:nth-child(4n + 2) .item h6,
.yyy_e ul li:nth-child(4n + 3) .item h6 {
  background-color: #c25131;
}
.yyy_e ul li:nth-child(4n + 2) .item h6::after,
.yyy_e ul li:nth-child(4n + 3) .item h6::after {
  background-color: #983a1f;
}
.yyy_e ul li:nth-child(4n + 2) .item a,
.yyy_e ul li:nth-child(4n + 3) .item a {
  border: 1px solid #c25131;
  color: #c25131;
}
.yyy_e ul li:nth-child(4n + 2) .item a:hover,
.yyy_e ul li:nth-child(4n + 3) .item a:hover {
  background-color: #c25131;
  color: #ffffff;
}
.bszs_a {
  margin-top: 80px;
  height: 620px;
  overflow: hidden;
}
.bszs_a .a1 {
  float: left;
  width: 50%;
  height: 100%;
  padding-right: 4%;
}
.bszs_a .a1 .a3 {
  height: 100%;
  overflow: auto;
  padding-right: 16px;
}
.bszs_a .a1 .a3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.bszs_a .a1 .a3::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.bszs_a .a1 .a3::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.bszs_a .a1 .a3 img {
  display: inline-block;
}
.bszs_a .a1 h6 {
  line-height: 90px;
  font-size: 44px;
  color: #003b4d;
  font-weight: bold;
  margin: 20px 0 10px;
}
.bszs_a .a1 p {
  font-size: 16px;
  line-height: 36px;
  color: #454545;
  text-align: justify;
}
.bszs_a .a2 {
  float: right;
  width: 50%;
  height: 100%;
}
.bszs_a .a2 .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bszs_a .a2 .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.title_c {
  line-height: 142px;
  padding-top: 30px;
  font-size: 44px;
  color: #223734;
  text-align: center;
  font-weight: bold;
}
.bszs_b {
  background: url(../img/bszs_b1.jpg) center center no-repeat;
  background-attachment: fixed;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.bszs_b::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.bszs_b .main {
  height: 100%;
  position: relative;
  z-index: 2;
}
.bszs_b .main .text {
  height: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.bszs_b .main .text p {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  font-style: italic;
}
.bszs_b .main .text h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  margin-top: 30px;
}
.bszs_c {
  background: url(../img/bszs_b2.jpg) center center no-repeat;
  background-attachment: fixed;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.bszs_c::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.bszs_c .main {
  height: 100%;
  position: relative;
  z-index: 2;
}
.bszs_c .main .text {
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.bszs_c .main .text p {
  font-size: 20px;
  line-height: 48px;
  text-indent: 2em;
  font-style: italic;
}
.bszs_c .main .text h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 30px;
  text-align: right;
}
.bszs_d {
  overflow: hidden;
}
.bszs_d .main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.bszs_d .main .a1 {
  position: absolute;
  top: 43px;
  right: 86%;
}
.bszs_d .main .a2 {
  position: absolute;
  bottom: 0;
  left: 81%;
}
.bszs_d .text {
  padding: 26px 0 25px;
  line-height: 36px;
  font-size: 16px;
  color: #003b4d;
  text-indent: 2em;
  max-width: 810px;
  margin: 0 auto;
  min-height: 340px;
  position: relative;
  z-index: 10;
}
.bszs_e {
  background: url(../images/bszs_e1.jpg) center center no-repeat;
  height: 810px;
  overflow: hidden;
}
.bszs_e .main {
  height: 100%;
}
.bszs_e .a1 {
  float: left;
  width: 640px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 50px;
}
.bszs_e .swiper-container {
  height: 100%;
  padding-bottom: 170px;
  padding-top: 80px;
}
.bszs_e .swiper-container .swiper-slide {
  overflow: hidden;
}
.bszs_e .swiper-container .swiper-slide h6 {
  font-size: 36px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 32px;
}
.bszs_e .swiper-container .swiper-slide .text {
  height: 400px;
  overflow: auto;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
}
.bszs_e .swiper-container .swiper-slide .text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.bszs_e .swiper-container .swiper-slide .text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.bszs_e .swiper-container .swiper-slide .text::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.bszs_e .swiper-container .swiper-pagination {
  bottom: 85px;
  top: auto;
  width: 120px;
  left: calc(50% - 60px);
  height: 2px;
  background-color: #ffffff;
}
.bszs_e .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 6px;
  background-color: #c25131;
  top: -2px;
}
.bszs_e .swiper-container .next,
.bszs_e .swiper-container .prev {
  position: absolute;
  bottom: 70px;
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.bszs_e .swiper-container .next {
  background: url(../images/icon/e5.png) center center no-repeat;
  left: calc(50% - 100px);
}
.bszs_e .swiper-container .prev {
  background: url(../images/icon/e4.png) center center no-repeat;
  right: calc(50% - 100px);
}
.good_a {
  height: 580px;
  position: relative;
  margin-bottom: 40px;
}
.good_a .img {
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 50%;
  background-color: #f6f6f6;
}
/*.good_a .img img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}*/
.good_a .text {
  width: 47.23%;
  float: right;
  height: 100%;
}
.good_a .text .a1 {
  font-size: 40px;
  line-height: 78px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #253936;
}
.good_a .text .a3 {
  line-height: 64px;
  font-size: 20px;
  color: #253936;
  border-bottom: 1px solid #b2d8d3;
  margin-bottom: 35px;
}
.good_a .text .a3 span {
  float: left;
  position: relative;
  margin-right: 75px;
  cursor: pointer;
}
.good_a .wenzi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 50px;
  font-size: 16px;
  color: #454545;
  padding: 0 100px 5px 30px;
  padding-top: 30px;
}

.good_a .text .a3 span:last-child {
  margin-right: 0;
}
.good_a .text .a3 span:hover,
.good_a .text .a3 span.on {
  color: #007f6e;
}
.good_a .text .a3 span:hover::after,
.good_a .text .a3 span.on::after {
  left: 0;
  width: 100%;
}
.good_a .text .a3 span::after {
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: 50%;
  width: 0;
  background-color: #007f6e;
  content: "";
  transition: 0.5s;
}
.good_a .text .a4 {
  width: 100%;
  height: 302px;
  background-color: #f0f7f6;
  padding: 20px 30px;
}
.good_a .text .a4 .item {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 40px;
}
.good_a .text .a4 .item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.good_a .text .a4 .item::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #006863;
}
.good_a .text .a4 .item::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.good_b {
  padding-bottom: 20px;
}
.good_b .tit {
  font-size: 44px;
  font-weight: bold;
  color: #253936;
  line-height: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.good_b .content img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.good_c {
  padding-bottom: 0.8rem;
}
.good_c dl {
  padding: 0.1rem 0;
  border-bottom: 1px solid #b2d8d3;
}
.good_c dl dt {
  line-height: 72px;
  font-size: 22px;
  color: #223734;
  margin-right: 10px;
  cursor: pointer;
  padding-right: 40px;
  transition: 0.5s;
  position: relative;
}
.good_c dl dt::before {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/icon/b8.png) right center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 0.11rem);
  transition: 0.5s;
}
.good_c dl dt::after {
  position: absolute;
  left: 0;
  height: 24px;
  width: 5px;
  opacity: 0;
  background-color: #007f6e;
  top: calc(50% - 12px);
  content: "";
  transition: 0.5s;
}
.good_c dl dt.on {
  font-weight: bold;
  padding-left: 16px;
}
.good_c dl dt.on::before {
  transform: rotate(90deg);
}
.good_c dl dt.on::after {
  opacity: 1;
}
.good_c dl dd {
  display: none;
  border-top: 1px solid #b2d8d3;
  padding: 28px 0;
}
.good_c dl dd .text {
  padding: 20px 40px;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 36px;
  color: #454545;
}
.banner_a {
  height: 640px;
  position: relative;
  overflow: hidden;
}
.banner_a .swiper-container {
  height: 100%;
}
.banner_a .swiper-container .swiper-pagination {
  bottom: 30px;
}
.banner_a .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  margin: 0 10px;
}
.banner_a .swiper-slide {
  overflow: hidden;
}
.banner_a .swiper-slide .pc_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.banner_a .swiper-slide .pc_bj {
  height: 4.82rem;
  background: url(../images/icon/banner_bj.png) top center repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.banner_a .main {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 74px;
}
.banner_a .main .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer {
  background: url(../images/footer_1.jpg) bottom center no-repeat;
  background-size: cover;
}
.footer .main.clearfix {
  padding-top: 105px;
}
.footer .a1 {
  width: 280px;
  float: left;
}
.footer .a1 .b1 {
  width: 280px;
  margin-bottom: 36px;
}
.footer .a1 .b1 img {
  height: auto;
  width: 100%;
  display: block;
}
.footer .a1 .b2 {
  line-height: 1.7;
  font-size: 16px;
  overflow: hidden;
  padding: 0.1rem 0;
}
.footer .a1 .b2 span {
  font-weight: bold;
  color: #223734;
  display: inline-block;
  padding-left: 38px;
  background: url(../images/icon/f1.png) 6px center no-repeat;
  background-size: 18px auto;
}
.footer .a1 .b2 a {
  color: #656e69;
  margin-left: 0.05rem;
  font-size: 14px;
  white-space: nowrap;
}
.footer .a1 .b2 a:hover {
  color: #017969;
}
.footer .a1 .b3 {
  display: flex;
  justify-content: space-between;
}
.footer .a1 .b3 .item {
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.footer .a1 .b3 .item span {
  display: block;
}
.footer .a1 .b3 .item em {
  width: 130px;
  height: 130px;
  padding: 5px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  left: 0;
  display: none;
  position: absolute;
  translate: 0.5s;
}
.footer .a1 .b3 .item em::after {
  width: 13px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon/d1.png) center center no-repeat;
  left: 25px;
  top: -6px;
}
.footer .a1 .b3 .item em img {
  width: 100%;
  height: 100%;
}
.footer .a1 .b3 .item:nth-child(1) span {
  padding-left: 40px;
  background: url(../images/icon/f2.png) left center no-repeat;
}
.footer .a1 .b3 .item:nth-child(2) span {
  padding-left: 29px;
  background: url(../images/icon/f3.png) left center no-repeat;
}
.footer .a1 .b3 .item:nth-child(3) span {
  padding-left: 37px;
  background: url(../images/icon/f4.png) left center no-repeat;
}
.footer .a2 {
  float: left;
  display: flex;
  margin-left: 90px;
  width: calc(100% - 620px);
  justify-content: center;
}
.footer .a2 dl {
  display: block;
  flex: auto;
}
.footer .a2 dl dt {
  padding-top: 8px;
  line-height: 66px;
  font-size: 18px;
  font-weight: bold;
  color: #223734;
}
.footer .a2 dl dd a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #656e69;
}
.footer .a2 dl dd a:hover {
  color: #007f6e;
  text-decoration: underline;
}
.footer .a3 {
  float: right;
  text-align: left;
  padding-top: 12px;
}
.footer .a3 h6 {
  line-height: 48px;
  font-size: 22px;
  font-weight: bold;
  color: #223734;
}
.footer .a3 p {
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 52px;
  color: #046c5b;
  font-weight: bold;
}
.footer .a4 {
  margin-top: 70px;
  line-height: 66px;
  font-size: 14px;
  color: #666666;
}
.bread_1 {
  line-height: 60px;
  background-color: #003b4d;
  height: 60px;
}
.bread_1 .main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bread_1 .scroller {
  position: absolute;
}
.bread_1 ul li {
  float: left;
  padding: 0 34px;
  color: #ffffff;
  line-height: 60px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: bold;
}
.bread_1 ul li.cur {
  background-color: #007f6e;
}
.bread_1 ul li a {
  display: block;
}
.text_y {
  margin-top: 96px;
  background-color: #003b4d;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
.text_y span {
  display: inline-block;
  position: relative;
  padding: 0 4px;
  margin: 0 2px;
}
.text_y a {
  display: inline-block;
  position: relative;
  padding: 0 4px;
  margin: 0 2px;
}
.text_y a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #007f6e;
  height: 5px;
  width: 0;
  content: "";
  transition: 0.5s;
}
.text_y a:hover::after {
  left: 0;
  width: 100%;
}
.nav_p {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.nav_p a {
  display: block;
  padding: 0 0.28rem;
  font-size: 16px;
  min-width: 150px;
  color: #007f6e;
  line-height: 0.5rem;
  margin: 0 0.1rem;
  border: 1px solid #007f6e;
  background-color: #ffffff;
  transition: 0.5s;
  margin-bottom: 0.1rem;
  border-radius: 0.28rem 0 0.28rem 0;
}
.nav_p a:hover,
.nav_p a.on {
  background-color: #007f6e;
  color: #ffffff;
}
.aqzd_a {
  padding-bottom: 0.74rem;
  padding-top: 0.6rem;
}
.aqzd_a .a1 {
  text-align: center;
  margin-bottom: 0.32rem;
}
.aqzd_a .a1 h6 {
  line-height: 0.92rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #253936;
}
.aqzd_a .a1 h5 {
  line-height: 0.86rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #007f6e;
}
.aqzd_a .a1 p {
  font-size: 18px;
  line-height: 2;
  color: #454545;
}
.aqzd_a .a1 .img {
  margin-top: 0.4rem;
}
.aqzd_a .a1 .img img {
  width: 100%;
  height: auto;
  display: block;
}
.aqzd_a .swiper-container span {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  top: calc(50% - 0.27rem);
  bottom: auto;
  z-index: 20;
  position: absolute;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
}
.aqzd_a .swiper-container span.next {
  left: 0.48rem;
  background: url(../images/icon/icon_b2.png) center center no-repeat rgba(255, 255, 255, 0);
}
.aqzd_a .swiper-container span.prev {
  right: 0.48rem;
  background: url(../images/icon/icon_b3.png) center center no-repeat rgba(255, 255, 255, 0);
}
.aqzd_a .a2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.aqzd_a .a2 h6 {
  line-height: 0.88rem;
  font-size: 0.36rem;
  color: #007f6e;
  font-weight: bold;
}
.aqzd_a .a2 p {
  font-size: 18px;
  line-height: 2;
  color: #454545;
  padding: 0 0.7rem;
}
.aqzd_a .a3 .b1 {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 0.4rem;
}
.aqzd_a .a3 .b1 span {
  display: block;
  padding: 0 0.28rem;
  font-size: 16px;
  color: #007f6e;
  line-height: 0.5rem;
  margin: 0 0.12rem;
  border: 1px solid #007f6e;
  background-color: #ffffff;
  transition: 0.5s;
  border-radius: 0.28rem 0 0.28rem 0;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.aqzd_a .a3 .b1 span.on {
  background-color: #007f6e;
  color: #ffffff;
}
.aqzd_a .a3 .b2 {
  height: auto;
}
.aqzd_a .a3 .b2 .item {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
  height: 100%;
}
.aqzd_a .a3 .b2 .item.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.aqzd_a .a3 .b2 .item .swiper-container {
  height: 100%;
}
.aqzd_a .a3 .b2 .item .swiper-slide {
  width: auto;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.aqzd_a .a3 .b2 .item .swiper-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
.aqzd_a .a3 .b2 .item .swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}
.go_top {
  position: fixed;
  z-index: 100;
  right: 100px;
  bottom: 100px;
  width: 44px;
  padding: 0.05rem;
  border-radius: 0.1rem;
}
.go_top span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 12px;
  color: #01051e;
  text-align: center;
  margin-bottom: 10px;
  font-family: Arial;
  text-transform: uppercase;
  white-space: nowrap;
}
.go_top img {
  width: 100%;
  height: auto;
  display: block;
}

.good_a .img img {
  height: auto;
  width: auto;
  max-width: 92%;
  max-height: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.good_a .img .swiper-pagination{
  bottom: 10px;
}

.good_a .img .swiper-pagination .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  background-color: #007f6e;
  opacity: 1;
}
.good_a .img .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 0.5;
}