.header2 .h0 {
  padding: 30px 0;
}

.bread {
  padding: 17px 0 32px;
}

.gp-bread a {
  color: #5f5f5f;
}

.gp-bread a:hover {
  color: #006a68;
}

@media screen and (max-width: 996px) {
  .xktd-details1 h3.fs36 {
    margin-bottom: 40px;
  }
}

.content9 {
  position: relative;
}

.content9::before {
  content: "";
  z-index: -1;
  background: #f8f9fa;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content9 .bannertxt,
.bannertxt.shadow {
  text-shadow: 1.389px 1.439px 5.64px rgba(20, 75, 96, 0.5);
}

.wrap_sub09a {
  padding: 2px 0 60px;
  background: #f8f9fa url(../images/sub_09a_bg.png) no-repeat bottom center/100%
    auto;
}

.sub09a {
}

.sub_09a {
}

.sub_09a ul {
  margin: 0 0 -30px -136px;
}

.sub_09a .item {
  margin: 0 0 30px 136px;
  background: url(../images/sub_09a_bg2.png) no-repeat center/cover;
  border-radius: 30px;
  box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);
  text-align: center;
  padding: 38px 0 44px;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_09a .img_centered {
  height: 92px;
  width: 92px;
  margin: 0 auto 25px;
}

.sub_09a .img_centered .ico2 {
  display: none;
}

.sub_09a .title {
  margin: 0 0;
  font-weight: bold;
  letter-spacing: 2.2px;
}

.sub_09a li.on .item {
  background: #006a68;
  color: #fff;
}

.sub_09a li.on .item .img_centered .ico1 {
  display: none;
}

.sub_09a li.on .item .img_centered .ico2 {
  display: block;
}

.wrap_sub09b {
  padding: 83px 0 88px;
  background: url(../images/sub_09b_bg.png) no-repeat top center/100% auto;
  overflow: hidden;
}

.sub09b {
}

.sub09b h2 {
  color: #006a68;
  letter-spacing: 2.8px;
  margin: 0 0 6px;
}

.sub09b.off {
  display: none;
}

.sub_09b {
  margin: 0 -20px;
  overflow: hidden;
  padding: 40px 0 20px;
}

.sub_09b ul {
  margin: 0 0;
  padding: 0 0;
}

@media screen and (min-width: 996px) {
  .sub_09b ul li {
    width: 33.33%;
  }
}

@media screen and (min-width: 640px) and (max-width: 996px) {
  .sub_09b ul li {
    width: 50%;
  }

}
@media screen and (max-width: 640px) {
  .sub_09b ul li {
    width: 100%;
  }
}

/* .sub_09b li:nth-child(2n+1){padding-top: 47px;} */
.sub_09b .item {
  margin: 0 20px 45px;
}

.sub_09b .img {
  border-radius: 5px;
  /* padding-bottom: 56.25%; */
}

.sub_09b .bottom {
  padding: 40px 30px 43px;
  margin: 0px 0px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);
}

.sub_09b .title {
  letter-spacing: 2px;
}

.sub_09b .line {
  width: 64px;
  height: 1px;
  background: #006a68;
  margin: 10px 0 20px;
}

.sub_09b .info {
  margin: 0 0 24px;
  color: #464646;
  letter-spacing: 1.6px;
}

.sub_09b .more {
  text-align: right;
  line-height: 30px;
}

.sub_09b .more span {
  display: inline-block;
  /* line-height:1.75; */
  color: #006a68;
  margin-right: 54px;
}

.sub_09b .more i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #006a68;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sub_09b .more i::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #006a68;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
}

.sub_09b .more i::after {
  content: "";
  display: block;
  width: 53px;
  height: 2px;
  position: absolute;
  left: calc(-50% - 26px);
  top: calc(50% - 1px);
  background: #006a68;
}

.sub_09b .item:hover .more i {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-nimation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.sub_09b .swiper-pagination {
  bottom: 0;
}

.sub_09b .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cecece;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
}

.sub_09b
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #006a68;
}

.content10 {
  overflow: hidden;
  padding: 0 0 1px;
  z-index: 1;
}

.content10::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 457px;
  background: #f2fff4;
  z-index: -1;
}

.sub_10 {
  padding-bottom: 50px;
}

.sub_10 .article {
  margin: 0 0 40px;
  letter-spacing: 2px;
}

.sub_10 .bottom {
  padding: 0 0;
  overflow: hidden;
  background: url(../images/sub_10_bg.png) no-repeat left bottom/29% auto;
}

.sub_10 .left {
  width: 45%;
  float: left;
}

.sub_10 .right {
  width: 54.375%;
  float: right;
  box-sizing: border-box;
  position: relative;
  padding: 21px 0 0 15px;
  margin: 7px 0 0;
  z-index: 2;
}

.sub_10 .right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 20px;
  top: 0;
  bottom: 24px;
  border: 2px solid #006a68;
}

.sub_10 .img_box {
  border: 2px solid #006a68;
  position: relative;
  z-index: 2;
}

.sub_10 .img_box img {
  display: block;
  width: 100%;
}

.wrap_sub12a {
  padding: 42px 0 60px;
  overflow: hidden;
}

.sub12a {
}

.sub_channel_title12 {
  margin: 0 0 32px;
  overflow: hidden;
  line-height: 50px;
}

.sub_channel_title12 .more {
  float: right;
  position: relative;
  color: #006a68;
  letter-spacing: 1.6px;
}

.sub_channel_title12 .more i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #006a68;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 0 0 50px;
}

.sub_channel_title12 .more i::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #006a68;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
}

.sub_channel_title12 .more i::after {
  content: "";
  display: block;
  width: 53px;
  height: 2px;
  position: absolute;
  left: calc(-50% - 26px);
  top: calc(50% - 1px);
  background: #006a68;
}

.sub_channel_title12 h2 {
  background: url(../images/sub_12_title.png) no-repeat left center/auto 100%;
  padding: 0 0 0 55px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 4px;
}

.sub_channel_title12 .more.w {
  color: #fff;
}

.sub_channel_title12 .more.w i {
  border-color: #fff;
}

.sub_channel_title12 .more.w i::before {
  background: #fff;
}

.sub_channel_title12 .more.w i::after {
  background: #fff;
}

.sub_12a {
  padding: 86px 0 74px 220px;
  position: relative;
}

.sub_12a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #eff8ef;
  z-index: -2;
}

.sub_12a::after {
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  bottom: 59px;
  right: calc(100% - 203px);
  z-index: -1;
  background: #006a68 url(../images/sub_12a_bg.png) no-repeat right center;
  width: 100vw;
}

.sub_12a ul {
  margin: 0 0;
}

.sub_12a li {
  width: calc(25% - 30px);
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_12a li.on {
  width: calc(25% + 90px);
}

.sub_12a .item {
  margin: 0 0 15px 15px;
  background: #fff;
  padding: 78px 30px 32px;
  box-shadow: 0px 4px 8.6px 1.4px rgba(45, 48, 56, 0.15);
  position: relative;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_12a li.on .item {
  background: #006a68;
  color: #006a68;
}

.sub_12a .img_box {
  position: absolute;
  left: 56px;
  right: 55px;
  top: 0;
  border: 3px solid #fff;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_12a li.on .img_box {
  top: -30px;
  opacity: 1;
}

.sub_12a .img {
  padding-bottom: 131%;
}

.sub_12a .title {
  margin: 0 0 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sub_12a .info {
  margin: 0 0 23px;
  color: #464646;
}

.sub_12a .dot {
  width: 6px;
  height: 6px;
  background: #006a68;
  border-radius: 50%;
  margin: 0 0 32px 8px;
  box-shadow: 12px 0 0 #006a68, 24px 0 0 #006a68;
}

.sub_12a .more {
  font-size: 40px;
  color: #006a68;
  line-height: 1em;
  text-align: right;
  margin: 0 11px 0 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_12a li.on .info {
  color: #006a68;
}

.sub_12a li.on .more {
  margin-bottom: 15px;
}

.sub_12a li.on .item {
  margin-bottom: 0;
}

.wrap_sub12b {
  padding: 14px 0 160px;
  background: url(../images/sub_12b_bg.png) no-repeat bottom center/cover;
}

.sub12b {
}

.sub_12b {
  overflow: hidden;
}

.sub_12b ul {
  margin: 0 0 -1px -1px;
  padding: 39px 0 0;
}

.sub_12b .item {
  margin: 0 0 1px 1px;
  position: relative;
  overflow: hidden;
}

.sub_12b .img {
  padding-bottom: 74.7%;
  position: relative;
}

.sub_12b .img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 106, 104) 0%,
    rgba(0, 106, 104, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 106, 104) 0%,
    rgba(0, 106, 104, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 106, 104) 0%,
    rgba(0, 106, 104, 0) 100%
  );
  height: 94px;
  z-index: 2;
}

.sub_12b .img p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #fff;
  z-index: 3;
  letter-spacing: 1px;
}

.sub_12b .bottom {
  padding: 75px 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 94, 113, 0.75);
  z-index: 10;
  height: 100%;
  box-sizing: border-box;
}

.sub_12b .title {
  margin: 0 0 17px;
  color: #fff;
  letter-spacing: 1px;
}

.sub_12b .info {
  margin: 0 0;
  color: #fff;
}

.sub_12b .img_centered {
  width: 70px;
  height: 70px;
  margin: 0 auto 36px;
}

.sub_12b .item:hover .bottom {
  opacity: 1;
  top: 0;
}

.sub_12b .item:hover .img p {
  bottom: -60px;
}

.sub_12b .item * {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.wrap_sub13a {
  padding: 42px 0 320px;
  position: relative;
  overflow: hidden;
  margin: 0 0 -260px;
}

.sub13a {
}

.sub_13a {
  margin: 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.sub_13a::before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 58px;
  bottom: -320px;
  width: 150vw;
  background: #eff8ef url(../images/sub_13a_bg.png) no-repeat 8px 36px;
  z-index: -1;
}

.sub_13a .left {
  width: 40.5%;
  line-height: 2em;
  letter-spacing: 0.9px;
  padding: 0 0 10px;
}

.sub_13a .right {
  margin: 0 0 0;
  width: 55%;
}

.sub_13a .right img {
  display: block;
  width: 100%;
}

.wrap_sub13b {
  padding: 0 0 80px;
}

.sub13b {
}

.sub_13b {
  background: #fff;
  padding: 54px 40px 24px;
  box-shadow: 0px 4px 8.6px 1.4px rgba(45, 48, 56, 0.15);
  margin: 44px 0 0;
}

.sub_13b ul {
  margin: 0 0;
  display: flex;
  justify-content: space-between;
}

.sub_13b li {
  width: auto;
}

.sub_13b .item {
  margin: 0 0;
  width: 150px;
  padding: 28px 0 14px;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_13b .item:hover {
  width: 170px;
  padding: 0 17px 0;
}

.sub_13b .img_box {
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.sub_13b .img_box::before,
.sub_13b .img_box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  width: 0;
  height: 0;
  background-image: -moz-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  border-radius: 50%;
}

.sub_13b .img_box::before {
  opacity: 0.45;
}

.sub_13b .img_box::after {
  opacity: 0.25;
}

.sub_13b .item:hover .img_box::before {
  width: 204px;
  height: 204px;
}

.sub_13b .item:hover .img_box::after {
  width: 238px;
  height: 238px;
}

.sub_13b .img {
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgb(33, 155, 33) 0%,
    rgb(1, 94, 118) 74%
  );
}

.sub_13b .title {
  margin: 22px 0 0;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_13b .item:hover .title {
  margin-top: 44px;
}

.wrap_sub13c {
  padding: 43px 0 152px;
  position: relative;
}

.wrap_sub13c::before {
  content: "";
  display: block;
  background: #006a68;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(50% - 512px);
  height: 490px;
  z-index: -10;
}

.wrap_sub13c .bg2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 152px;
  display: flex;
  z-index: -2;
}

.wrap_sub13c .bg2 .row::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: -55px;
  top: 0;
  bottom: 0;
  background: #fff;
}

.wrap_sub13c .bg2 .row::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - 400px);
  top: 0;
  bottom: 0;
  background: #eff8ef;
  width: 100vw;
}

.wrap_sub13c .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat center/cover;
  z-index: -1;
}

.sub13c {
}

.sub13c .lf {
  width: 336px;
  float: left;
}

.sub13c .rt {
  width: calc(100% - 410px);
  float: right;
  overflow: hidden;
}

.sub13c .rt .box.off,
.sub13c .rt .sub_13c3.off {
  display: none;
}

.sub13c .rt .box {
  position: relative;
  overflow: hidden;
}

.sub13c .rt .box2 {
  position: relative;
  clear: both;
  margin: 0;
}

.sub_13c1 {
}

.sub_13c1 ul {
  margin: 0 0;
  padding: 55px 0 30px;
}

.sub_13c1 .item {
  margin: 0 0;
  border-bottom: 1px solid #d2d2d2;
  /* line-height: 36px; */
  padding: 11px 0 11px 50px;
}

.sub_13c1 .item span {
  padding: 0 34px 0 0;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 36px;
}

.sub_13c1 .item i {
  color: #006a68;
  font-size: 34px;
  position: relative;
  top: 5px;
  margin-right: -36px;
  display: inline-block;
}

.sub_13c1 li:last-child .item {
  border: none;
}

.sub_13c1 li.on .item span {
  font-weight: bold;
  color: #006a68;
  font-size: 20px;
}

.sub_13c2 {
  float: right;
  position: relative;
  padding: 37px 0 0;
}

.sub_13c2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #006a68;
  bottom: 3px;
}

.sub_13c2 .item {
  margin: 0 0 0 13px;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 14px 6px;
  border-bottom: 7px solid transparent;
  cursor: pointer;
  letter-spacing: 2.4px;
}

.sub_13c2 .item:first-child {
  margin: 0;
}

.sub_13c2 .item.on {
  border-bottom: 7px solid #006a68;
}

.sub_13c3 {
  padding: 28px 0 50px;
  position: relative;
}

.sub_13c3 ul {
  margin: 0 0;
}
.sub_13c3 ul.center {
    display: flex;
    justify-content: center;
    transform: translate3d(0, 0px, 0px)!important;
}
.sub_13c3 .item {
  margin: 0 12px;
}

.sub_13c3 .img_box {
  margin: 0 auto 25px;
  max-width: 200px;
}

.sub_13c3 .img {
  padding-bottom: 125.4%;
  transform: scale(0.685);
  transform-origin: bottom center;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

/* .sub_13c3 .swiper-slide-active .img,  */
.sub_13c3 li:hover .img {
  transform: scale(1);
}

.sub_13c3 .bottom {
  padding: 0 0;
  text-align: center;
}

.sub_13c3 .title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}

.sub_13c3 .title::before {
  content: "";
  display: block;
  background: #006a68;
  height: 1px;
  width: 64px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sub_13c3 .vicetitle {
  margin: 0 0;
}

.sub_13c3 .summary {
  margin: 0 0;
  color: #146a80;
  display: none;
}

/* .sub_13c3 .swiper-slide-active .title, */
.sub_13c3 li:hover .title {
  color: #146a80;
  font-weight: bold;
}

/* .sub_13c3 .swiper-slide-active .vicetitle,  */
.sub_13c3 li:hover .vicetitle {
  display: none;
}

/* .sub_13c3 .swiper-slide-active .summary,  */
.sub_13c3 li:hover .summary {
  display: block;
}

.sub_13c3 .swiper-pagination {
  bottom: 0;
}

.sub_13c3 .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d1d5de;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px;
}

.sub_13c3
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #006a68;
}

.wrap_sub14a {
  padding: 48px 0 53px;
  background: #f2f9f2;
  margin: -5px 0 0;
}

.sub14a {
}

.sub14a .lf {
  width: 51.875%;
  float: left;
  padding: 20px 0 0;
}

.sub14a .rt {
  width: 46%;
  float: right;
}

.sub_14a1 {
  overflow: hidden;
  position: relative;
}

.sub_14a1 ul {
  margin: 0 0;
}

.sub_14a1 .item {
  margin: 0 0;
  position: relative;
}

.sub_14a1 .title {
  margin: 0 0;
  position: absolute;
  left: 0;s
  right: 13.8%;
  bottom: 22px;
  padding: 10px 38px;
  background: url(../images/sub_14a_cover01.png) no-repeat center/100% 100%;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2em;
}

.sub_14a1 .swiper-pagination {
  left: auto;
  text-align: center;
  width: auto;
  bottom: 44px;
  right: 40px;
}

.sub_14a1 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin: 0 0 0 6px;
  border-radius: 50px;
}

.sub_14a1
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  background: #006a68;
}

.sub_14a2 {
  padding-bottom: 44.5%;
  height: 0;
  position: relative;
}

.sub_14a2 ul {
  margin: 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 6px 0 8px;
}
.sub_14a2 li {
  height: 14.2%;
}

.sub_14a2 .item {
  margin: 0 0;
  line-height: 45px;
}

.sub_14a2 .title {
  white-space: nowrap;
  position: relative;
  padding: 0 0 0 15px;
}

.sub_14a2 .title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #006a68;
  border-radius: 50%;
}

.sub_14a2 .time {
  color: #464646;
  margin: 0 0 0 20px;
  float: right;
  letter-spacing: -0.4px;
}

.sub_14a3 {
}

.sub_14a3 ul {
  margin: 0 0 -20px -26px;
}

.sub_14a3 .item {
  margin: 0 0 20px 26px;
}

.sub_14a3 .title {
  line-height: 1.66em;
  color: #fff;
  background: #006a68;
  padding: 0 6px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrap_sub14_bg {
  background: url(../images/sub_14c_bg.png) no-repeat bottom center/100% auto;
}

.wrap_sub14b {
  padding: 66px 0 40px;
}

.sub14b {
}

.sub_14b {
  padding: 26px 0 0;
}

.sub_14b ul {
  margin: 0 0 -30px -44px;
  padding: 0 0;
}

.sub_14b .item {
  margin: 0 0 30px 44px;
}

.sub_14b .bottom {
  padding: 20px 30px 36px;
  background: #f5f5f5;
  border-top: 8px solid #006a68;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_14b .title {
  margin: 0 0;
  color: #292929;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.sub_14b .item:hover .bottom {
  border-top: 8px solid #fff;
  background: #006a68;
}

.sub_14b .item:hover .title {
  color: #fff;
}

.wrap_sub14c {
  padding: 40px 0 162px;
}

.sub14c {
}

.sub_14c {
  overflow: hidden;
  position: relative;
  padding: 29px 0 0;
}

.sub_14c1 {
  margin: 0 0;
  width: 550px;
  float: left;
  display: block;
}

.sub_14c2 {
  margin: 45px 0 0 70px;
  padding: 43px 43px 44px 526px;
  background: #006a68;
}

.sub_14c2 ul {
  margin: 0 0 -24px -20px;
}

.sub_14c2 .item {
  margin: 0 0 24px 18px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 61px;
  padding: 0 24px;
  position: relative;
}

.sub_14c2 .item::before {
  content: "";
  width: 1px;
  height: 53%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: 158px;
}

.sub_14c2 .title {
  margin: 0 0 0 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sub_14c2 .time {
  float: left;
  font-family: "Alimama ShuHeiTi";
}

.sub_14c2 .day {
  padding: 0 8px 0 0;
}

.sub_20 {
}

.sub_20 ul {
  margin: 0 0;
  padding: 0 0;
}

.sub_20 .item {
  margin: 0 0;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

.sub_20 li:first-child .item {
  padding-top: 0;
}

.sub_20 .img_box {
  width: 360px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.sub_20 .info_box {
  margin: 0 0 0;
  padding: 0 0 0;
}

.sub_20 .title {
  margin: 0 0 16px;
  font-weight: bold;
}

.sub_20 .summary {
  margin: 0 0 20px;
  color: #666;
}

.sub_20 .tip {
  color: #b4b4b4;
  margin: 0 0 12px;
}

/* .sub_20 .more{width: 7em;line-height: 2.5em;border: 1;} */
.sub_20 .time {
  line-height: 1em;
  text-align: right;
}

.sub_20 .time i {
  color: #007072;
  margin-right: 38px;
  transition: all 0.2s ease-in-out;
}

.sub_20 .time i:hover {
  margin-right: 30px;
}

.sub_20 .img_box + .info_box {
  margin-left: 390px;
}

.sub_20 .img_box + .info_box .title {
  margin: 0 0 26px;
}

.sub_20 .img_box + .info_box .summary {
  margin: 0 0 26px;
}

.sub_20 .img_box + .info_box .tip {
  margin: 0 0 16px;
}

@media screen and (max-width: 1840px) {
  .sub_12b .bottom {
    padding: 30px 40px 0;
  }
  .sub_12b .img_centered {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1640px) {
  .sub_09a ul {
    margin: 0 0 -30px -60px;
  }

  .sub_09a .item {
    margin: 0 0 30px 60px;
  }

  .wrap_sub09b {
    padding: 50px 0;
  }

  .sub_09b {
    padding: 0 0 40px;
  }

  .sub_09b .bottom {
    padding: 30px 30px;
  }

  .wrap_sub12a {
    padding: 20px 0 40px;
  }

  .sub_12a {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .sub_12a::after {
    right: calc(100% - 30px);
    background-size: auto 80%;
  }

  .sub_12a .item {
    padding: 36px 12px 20px;
  }

  .sub_12a .img_box {
    left: 30px;
    right: 30px;
  }

  .sub_12b ul {
    padding: 0;
  }

  .wrap_sub12b {
    padding-bottom: 80px;
  }

  .sub_13b {
    padding: 34px 20px 14px;
    margin: 20px 0 0;
  }

  .sub_13b .item {
    width: 100px;
  }

  .sub_13b .item:hover {
    width: 120px;
  }

  .sub_13b .item:hover .img_box::before {
    width: 140px;
    height: 140px;
  }

  .sub_13b .item:hover .img_box::after {
    width: 160px;
    height: 160px;
  }

  .sub_13b .title {
    font-size: 14px;
    margin-top: 15px;
  }

  .sub_13b .item:hover .title {
    margin-top: 25px;
  }

  .wrap_sub13c {
    padding-bottom: 100px;
  }

  .wrap_sub13c::before {
    left: calc(50% - 200px);
    height: 400px;
  }

  .wrap_sub13c .bg2 {
    top: 120px;
    bottom: 100px;
  }

  .wrap_sub13c .bg2 .row::after {
    right: calc(100% - 290px);
  }

  .sub13c .lf {
    width: 270px;
  }

  .sub13c .rt {
    width: calc(100% - 310px);
  }

  .sub_13c1 ul {
    padding: 40px 0 20px;
  }

  .sub_13c1 .item {
    padding: 5px 0 5px 20px;
  }

  .sub_13c1 .item span {
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 16px;
  }

  .sub_13c1 li.on .item span {
    font-size: 16px;
  }

  .sub_13c1 .item i {
    font-size: 24px;
  }

  .sub_13c3 {
    padding: 20px 0 30px;
  }

  .sub_13c3 .img_box {
    margin-bottom: 10px;
  }

  .sub_14b {
    padding-top: 10px;
  }

  .sub_14c {
    padding-top: 16px;
  }

  .sub_14c1 {
    width: 360px;
  }

  .sub_14c2 {
    padding: 24px 24px 24px 310px;
    margin-top: 40px;
  }

  .sub_14c2 .item {
    line-height: 50px;
    padding: 0 16px;
  }

  .sub_14c2 .day {
    padding: 0 4px 0 0;
  }
}

@media screen and (max-width: 1540px) {
  .sub_13a .left {
    line-height: 1.5em;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
  }

  .sub_12b .bottom {
    padding: 20px 40px 0;
  }

  .sub_12b .img_centered {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .sub_12b .title {
    margin: 0 0 8px;
  }

  .sub_14a2 .item {
    line-height: 33.6px;
  }

  .sub_14c2 .item {
    line-height: 31.9px;
  }

  .wrap_sub14b {
    padding: 46px 0 20px;
  }

  .wrap_sub14c {
    padding: 30px 0 142px;
  }
}

@media screen and (max-width: 1480px) {
  .sub_20 .img_box {
    width: 300px;
  }

  .sub_20 .img_box + .info_box {
    margin-left: 330px;
  }

  .sub_20 .img_box + .info_box .title {
    margin: 0 0 20px;
  }

  .sub_20 .img_box + .info_box .summary {
    margin: 0 0 24px;
  }

  .sub_12b .img_centered {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
  }

  .sub_14c2 .item::before {
    left: 124px;
  }
  .sub_14c2 .title {
    margin: 0 0 0 120px;
  }
}

@media screen and (max-width: 1340px) {
  .sub_12b .info {
    -webkit-line-clamp: 4;
    height: 104px;
  }

  .sub_14a2 .item {
    line-height: 28.2px;
  }
}

@media screen and (max-width: 1260px) {
  .sub_12b .info {
    -webkit-line-clamp: 5;
    height: 130px;
  }
}

@media screen and (max-width: 1220px) {
  .sub_09a ul {
    margin: 0 0 -30px -30px;
  }

  .sub_09a .item {
    margin: 0 0 30px 30px;
  }

  .sub_09b .bottom {
    margin: -30px 50px 0 0;
  }

  .sub_12a li,
  .sub_12a li.on {
    width: 50%;
  }

  .sub_12a .img_box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }

  .sub_12a li.on .more {
    margin-bottom: 0;
  }

  .sub_13a::before {
    top: 0;
  }

  .sub_13a .left {
    width: 100%;
    padding: 20px 0 10px;
  }

  .sub_13a .right {
    width: 100%;
  }

  .wrap_sub13b {
    padding-bottom: 50px;
  }

  .sub_13b ul {
    display: block;
  }

  .sub_13b li {
    width: 25%;
  }

  .sub_13b .item {
    margin: 0 auto;
  }

  .sub14a .lf {
    padding-top: 4px;
    width: 40%;
  }

  .sub14a .rt {
    width: 57%;
  }

  .sub_14a1 .title {
    bottom: 0;
    padding: 5px 20px;
  }

  .sub_14a1 .swiper-pagination {
    bottom: 20px;
    right: 10px;
  }

  .sub_14a2 ul {
    padding-top: 0;
  }

  .sub_14a2 .item {
    line-height: 35px;
  }

  .sub_14a3 ul {
    margin-left: -12px;
  }

  .sub_14a3 .item {
    margin: 0 0 20px 12px;
  }

  .sub_14b {
    padding-top: 0;
  }

  .sub_14b ul {
    margin: 0 0 -20px -30px;
    padding: 0 0;
  }

  .sub_14b .item {
    margin: 0 0 20px 30px;
  }

  .sub_14b .bottom {
    padding: 12px 16px 20px;
  }

  .wrap_sub14c {
    padding: 20px 0 60px;
  }

  .sub_14c {
    padding-top: 0;
  }

  .sub_14c2 ul {
    margin-bottom: -15px;
  }

  .sub_14c2 li {
    width: 100%;
  }

  .sub_14c2 .item {
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 15px;
  }

  .sub_14c2 .item::before {
    height: 30px;
    left: 124px;
  }

  .sub_14c2 .title {
    margin: 0 0 0 120px;
  }
}

@media screen and (max-width: 996px) {
  .sub_12a li.on .item {
    background: #fff;
    color: #333;
  }

  .sub_12a li .img_box {
    opacity: 0;
    display: none;
  }

  .sub_12a li.on .info {
    color: #464646;
  }

  .wrap_sub13a {
    padding-top: 0;
    margin-bottom: -280px;
  }

  .wrap_sub13c {
    overflow: hidden;
    padding-bottom: 40px;
  }

  .wrap_sub13c .bg2 .row {
    width: 100%;
  }

  .wrap_sub13c .bg2 {
    bottom: 40px;
  }

  .wrap_sub13c::before {
    left: 280px;
  }

  .sub14a .lf {
    width: 100%;
    float: none;
  }

  .sub14a .rt {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  .sub_14a2 {
    padding: 0;
    height: auto;
  }
  .sub_14a2 ul {
    position: relative;
  }

  .sub_14a3 .title {
    padding: 5px 10px;
  }

  .sub_14c1 {
    width: 90%;
    float: none;
  }

  .sub_14c2 {
    margin: -100px 0 0 30px;
    padding: 110px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
    .sub_09b .item {
    margin: 0 20px 20px;
}
  .wrap_sub09a {
    padding-bottom: 30px;
  }

  .sub_09a .item {
    padding: 20px 0;
  }

  .sub_09a .img_centered {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .wrap_sub09b {
    padding: 30px 0;
  }

  .sub09b h2 {
    margin-bottom: 20px;
  }

  .sub_09b {
    padding: 0 0 10px;
  }

  .sub_09b li:nth-child(2n + 1) {
    padding-top: 0;
  }

  .sub_09b .bottom {
    margin: 0;
    padding: 15px 20px;
  }

  .sub_09b .line {
    margin: 10px 0 15px;
  }

  .content10::before {
    height: 200px;
  }

  .sub_10 {
    padding-bottom: 0;
  }

  .sub_10 .left,
  .sub_10 .right {
    width: auto;
    float: none;
  }

  .sub_10 .right {
    margin: 20px 0 0;
  }

  .sub_12a .item,
  .sub_12a li.on .item {
    margin-bottom: 15px;
  }

  .sub_12a li,
  .sub_12a li.on {
    width: 100%;
  }

  .sub_12a .item {
    padding: 20px 20px;
  }

  .sub_12a .info {
    height: auto;
    margin-bottom: 6px;
  }

  .sub_12a .more {
    font-size: 20px;
  }

  .sub_12a .title {
    margin: 0 0 15px;
  }

  .sub_12a .dot {
    margin-bottom: 16px;
  }

  .sub_13b {
    padding: 10px 10px 0;
  }

  .sub_13b li {
    width: 50%;
  }

  .wrap_sub13c::before {
    left: 180px;
  }

  .sub13c .lf {
    width: 100%;
  }

  .sub13c .rt {
    width: 100%;
  }

  .wrap_sub13c .bg2 .row::after {
    right: 0;
  }

  .sub_13c2 {
    padding: 0 0;
    float: none;
  }

  .sub13c .rt .box2 {
    padding: 0 0 20px;
  }

  .sub_13b .item:hover {
    padding: 0 10px;
    width: 110px;
  }

  .sub_13b .item:hover .img_box::before {
    width: 130px;
    height: 130px;
  }

  .sub_13b .item:hover .img_box::after {
    width: 150px;
    height: 150px;
  }

  .sub_20 .img_box {
    width: 100%;
    float: none;
  }

  .sub_20 .img_box + .info_box {
    margin-left: 0;
  }

  .sub_20 .img_box + .info_box .title,
  .sub_20 .title {
    margin: 0 0 10px;
  }

  .sub_20 .img_box + .info_box .tip,
  .sub_20 .tip {
    margin: 0 0 6px;
  }

  .sub_20 .img_box + .info_box .summary,
  .sub_20 .summary {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 639px) {
  .sub_channel_title12 {
    margin: 0 0 20px;
    line-height: 35px;
  }

  .sub_channel_title12 h2 {
    background-size: auto 100%;
    padding: 0 0 0 30px;
  }

  .sub_channel_title12 .more i {
    margin: 0 0 0 30px;
    width: 20px;
    height: 20px;
  }

  .sub_channel_title12 .more i::after {
    left: calc(-50% - 10px);
    top: calc(50% - 1px);
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 413px) {
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 320px) {
}
