.sj_img {
  display: none !important;
}
.guide {
  background: url(../images/guide_1.png) center center no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.guide .a1 {
  max-width: 1440px;
  margin: 0 auto;
}
.guide .a1 img {
  width: 100%;
  height: auto;
  display: block;
}
.guide .a1 .pc_img {
  margin-top: 0.5rem;
}
.guide .a2 {
  width: 62.5%;
  min-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.guide .a2 .item {
  width: 30%;
  height: 210px;
  border-radius: 0.2rem;
  padding: 0 0 0 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  transition: 0.6s;
}
.guide .a2 .item:nth-child(1) {
  background-color: rgba(255, 68, 105, 0.6);
}
.guide .a2 .item:nth-child(2) {
  background-color: rgba(0, 103, 194, 0.6);
}
.guide .a2 .item:nth-child(3) {
  background-color: rgba(0, 189, 154, 0.6);
}
.guide .a2 .item .img {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 32px;
  top: calc(50% - 0.5rem);
}
.guide .a2 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.guide .a2 .item h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 16px;
  line-height: 1;
}
.guide .a2 .item p {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 26px;
  line-height: 1;
}
.guide .a2 .item span {
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}
.top {
  display: flex;
  padding: 32px 0 23px 0;
  justify-content: space-between;
  align-items: center;
}
.top .a1 {
  display: flex;
  height: 86px;
  overflow: hidden;
  align-items: center;
}
.top .a1 .b1 {
  height: 100%;
  display: block;
  overflow: hidden;
  margin-right: 36px;
}
.top .a1 .b1 img {
  height: 100%;
  width: auto;
  display: block;
}
.top .a1 .b2 {
  flex-direction: column;
}
.top .a1 .b2 p {
  background: url(../images/icon/top_2.png) left center no-repeat;
  background-size: 13px 13px;
  padding-left: 26px;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
.top .a2 {
  width: 500px;
  height: 50px;
  background: #03A488;
  border-radius: 10px;
  padding: 0 100px 0 74px;
  position: relative;
  overflow: hidden;
}
.top .a2 span {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 28px;
  top: calc(50% - 11px);
  display: block;
}
.top .a2 span img {
  width: 100%;
  height: 100%;
  display: block;
}
.top .a2 em {
  width: 100px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #04846e;
  text-align: center;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
}
.top .a2 div {
  width: 100%;
  height: 100%;
}
.top .a2 div input {
  height: 100%;
  width: 100%;
  background-color: #03A488;
  outline: none;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
}
.nav_pc {
  background: #03A488;
  position: relative;
  z-index: 18;
}
.nav_pc .main {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.nav_pc .item .a1 {
  font-size: 21px;
  color: #FFFFFF;
  line-height: 60px;
  display: block;
  position: relative;
}
.nav_pc .item .a1::after {
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  transition: 0.6s;
}
.nav_pc .item:hover .a1::after {
  left: 0%;
  width: 100%;
}
.nav_pc .item .box {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 54px;
  padding-left: 140px;
  padding-right: 80px;
  overflow: hidden;
  height: 345px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.19);
  display: flex;
}
.nav_pc .item .box .tit {
  width: 330px;
  text-align: center;
  margin-right: 130px;
}
.nav_pc .item .box .tit .img {
  height: 1.9rem;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav_pc .item .box .tit span {
  display: block;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 80px;
}
.nav_pc .item .box .ul {
  flex: 1;
  position: relative;
}
.nav_pc .item .box .ul ul {
  width: 100%;
}
.nav_pc .item .box .ul ul li {
  width: 33.3333%;
  float: left;
  line-height: 58px;
}
.nav_pc .item .box .ul ul li a {
  font-size: 21px;
  color: #333333;
  padding-left: 28px;
  position: relative;
  transition: 0.6s;
}
.nav_pc .item .box .ul ul li a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666666;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
  content: "";
  transition: 0.6s;
}
.nav_pc .item .box .ul ul li a:hover {
  color: #00CFAB;
}
.nav_pc .item .box .ul ul li a:hover::after {
  background: #00CFAB;
}
.text_aa {
  position: absolute;
  bottom: 0.9rem;
  left: 0.26rem;
}
.lxwm_aaa {
  margin-top: 0.16rem;
}
.lxwm_aaa .item_1 {
  padding-left: 0.4rem;
  position: relative;
  min-height: 0.36rem;
  font-size: 0.16rem;
  color: #333333;
}
.lxwm_aaa .item_1 img {
  position: absolute;
  left: 0;
  width: 0.24rem;
  height: 0.24rem;
  top: calc(50% - 0.12rem);
  display: block;
}
.lxwm_bbb {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}
.lxwm_bbb img {
  width: 100%;
  height: auto;
  display: block;
}
.lxwm_bbb span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
}
.banner .swiper {
  height: 760px;
}
.banner .swiper .pagination {
  position: absolute;
  left: 6%;
  width: 130px;
  padding: 0 0.2rem;
  z-index: 10;
  bottom: 30px;
  height: 0.6rem;
}
.banner .swiper .pagination .box {
  text-align: center;
  line-height: 0.6rem;
  font-size: 28px;
  color: #03549c;
  font-weight: bold;
}
.banner .swiper .pagination .box span {
  font-size: 21px;
  font-weight: lighter;
}
.banner .swiper .pagination i {
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 11;
  top: calc(50% - 0.05rem);
  position: absolute;
  cursor: pointer;
  outline: none;
}
.banner .swiper .pagination .prev {
  border-width: 0.05rem 0.1rem 0.05rem 0;
  border-color: transparent #03549c transparent transparent;
  left: 0;
}
.banner .swiper .pagination .next {
  border-width: 0.05rem 0 0.05rem 0.1rem;
  border-color: transparent transparent transparent #007bff;
  right: 0;
}
.banner .swiper .swiper-slide .a1 {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper .swiper-slide .a2 {
  position: relative;
  z-index: 2;
  left: 6%;
  top: 22.5%;
}
.banner .swiper .swiper-slide .a2 h6 {
  font-size: 0.36rem;
  color: #03549c;
  line-height: 1.5;
  text-transform: uppercase;
}
.banner .swiper .swiper-slide .a2 h5 {
  color: #03549c;
  font-size: 0.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.banner .swiper .swiper-slide .a2 h4 {
  color: #03549c;
  font-size: 0.76rem;
  font-weight: bold;
  line-height: 1.3;
}
.banner .swiper .swiper-slide .a2 p {
  color: #03549c;
  font-size: 0.28rem;
  font-weight: lighter;
  line-height: 2.2;
  margin-bottom: 22px;
}
.banner .swiper .swiper-slide .a2 a {
  width: 2.1rem;
  height: 0.5rem;
  border: 1px solid #03549C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-slide .a2 a span {
  font-size: 0.18rem;
  color: #03549C;
  line-height: 0.42rem;
  padding-right: 0.4rem;
  background: url(../images/icon/banner_a1.png) right center no-repeat;
  background-size: 0.09rem 0.15rem;
  text-transform: uppercase;
}
.ind_a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ind_a .item {
  position: relative;
  padding-left: 150px;
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 240px;
  color: #FFFFFF;
}
.ind_a .item:nth-child(1) {
  background: #00A398;
}
.ind_a .item:nth-child(2) {
  background: #1CB1A7;
}
.ind_a .item:nth-child(3) {
  background: #31BAB1;
}
.ind_a .item:nth-child(4) {
  background: #46CBC2;
}
.ind_a .item:nth-child(5) {
  background: #6CE0D8;
}
.ind_a .item img {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 40px;
  top: calc(50% - 40px);
}
.ind_a .item h6 {
  font-size: 27px;
  line-height: 44px;
}
.ind_a .item p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
}
.tit_a {
  text-align: center;
}
.tit_a h6 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #00A398;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.tit_a h6 span {
  color: #FF9600;
}
.tit_a p {
  text-transform: uppercase;
  font-size: 21px;
  color: #999999;
  line-height: 1;
}
.ind_b {
  padding-top: 0.9rem;
}
.ind_b.kyjx_a {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.ind_b .tit_a {
  margin-bottom: 0.35rem;
}
.ind_b .a1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.ind_b .a1 span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 0.44rem;
  margin: 0 0.2rem;
  padding-left: 0.3rem;
  position: relative;
  cursor: pointer;
}
.ind_b .a1 span::after {
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 0.1rem;
  background-color: #c9c9c9;
  content: "";
}
.ind_b .a1 span.select,
.ind_b .a1 span:hover {
  color: #00A398;
}
.ind_b .a1 span.select::after,
.ind_b .a1 span:hover::after {
  background: #00A398;
}
.ind_b .a2 {
  position: relative;
}
.ind_b .a2 .tab_item {
  display: none;
}
.ind_b .a2 .tab_item.select {
  display: flex;
}
.ind_b .a2 .tab_item .b1 {
  width: 480px;
  height: 360px;
  margin-right: 25px;
}
.ind_b .a2 .tab_item .b1 .swiper {
  height: 100%;
  padding-bottom: 40px;
}
.ind_b .a2 .tab_item .b1 .swiper .swiper-slide {
  overflow: hidden;
}
.ind_b .a2 .tab_item .b1 .swiper .swiper-slide img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_b .a2 .tab_item .b1 .swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind_b .a2 .tab_item .b1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.08rem;
  background: #009D92;
  opacity: 0.2;
  border-radius: 0.04rem;
  margin: 0 0.12rem;
  outline: none;
}
.ind_b .a2 .tab_item .b1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_b .a2 .tab_item .b2 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 320px;
  overflow: hidden;
}
.ind_b .a2 .tab_item .b2 .item {
  width: calc(50% - 10px);
  height: 0.9rem;
  margin-bottom: 0.2rem;
  padding-left: 103px;
  position: relative;
}
.ind_b .a2 .tab_item .b2 .item .time {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #009D92;
  border-radius: 10px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 21px;
  font-family: DIN;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 34px;
}
.ind_b .a2 .tab_item .b2 .item .time::after {
  width: 56px;
  height: 1px;
  background: #FEFEFE;
  opacity: 0.2;
  content: "";
  left: calc(50% - 28px);
  top: 50%;
  position: absolute;
}
.ind_b .a2 .tab_item .b2 .item h6 {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}
.ind_b .a2 .tab_item .b2 .item p {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.ind_c {
  padding-top: 0.85rem;
}
.ind_c .tit_a {
  margin-bottom: 0.35rem;
}
.ind_c .a1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.ind_c .a1 span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 0.44rem;
  margin: 0 0.2rem;
  padding-left: 0.3rem;
  position: relative;
  cursor: pointer;
}
.ind_c .a1 span::after {
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 0.1rem;
  background-color: #c9c9c9;
  content: "";
}
.ind_c .a1 span.select,
.ind_c .a1 span:hover {
  color: #00A398;
}
.ind_c .a1 span.select::after,
.ind_c .a1 span:hover::after {
  background: #00A398;
}
.ind_c .a2 {
  overflow: hidden;
}
.ind_c .a2 .tab_item {
  position: relative;
  display: none;
}
.ind_c .a2 .tab_item.select {
  display: block;
}
.ind_c .a2 .tab_item .swiper-slide a {
  display: block;
}
.ind_c .a2 .tab_item .swiper-slide .img {
  height: 290px;
  position: relative;
  overflow: hidden;
}
.ind_c .a2 .tab_item .swiper-slide .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ind_c .a2 .tab_item .swiper-slide .img span {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 120px;
  height: 40px;
  background: #00A398;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  z-index: 2;
}
.ind_c .a2 .tab_item .swiper-slide .text {
  height: 160px;
}
.ind_c .a2 .tab_item .swiper-slide .text h6 {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  padding: 12px 0;
}
.ind_c .a2 .tab_item .swiper-slide .text p {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  margin-bottom: 12px;
}
.ind_c .a2 .tab_item .swiper-slide .text i {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  line-height: 34px;
  height: 34px;
  padding-right: 20px;
  text-transform: uppercase;
  background: url(../images/icon/ind_c1.png) right center no-repeat;
  background-size: 0.07rem 0.11rem;
}
.ind_d {
  padding-top: 0.54rem;
}
.ind_d .tit_a {
  margin-bottom: 0.5rem;
}
.ind_d .swiper {
  height: 580px;
  padding-bottom: 100px;
}
.ind_d .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  height: 0.4rem;
}
.ind_d .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #EEEEEE;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.1rem;
  outline: none;
  transition: 0.6s;
  position: relative;
}
.ind_d .swiper .swiper-pagination .swiper-pagination-bullet::after {
  width: 0;
  height: 0.04rem;
  position: absolute;
  top: calc(50% - 0.02rem);
  left: calc(50%);
  content: "";
  background-color: #00a398;
  opacity: 0;
  transition: 0.6s;
}
.ind_d .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.2rem;
  background-color: #00a398;
}
.ind_d .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 0.36rem;
  left: calc(50% - 0.18rem);
  opacity: 1;
}
.ind_d .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.ind_d .swiper-slide-active {
  transform: scale(1);
}
.ind_d .swiper-slide-active .item .a4 {
  opacity: 1;
}
.ind_d .swiper-slide-active .item .a1::after {
  opacity: 1;
}
.ind_d .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ind_d .item .a1 {
  width: 100%;
  height: auto;
  position: relative;
}
.ind_d .item .a1 span {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_d .item .a1::after {
  content: '';
  opacity: 0;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  background: url(../images/icon/jingg@2x.png) no-repeat;
  position: absolute;
  bottom: -0.13rem;
  left: -0.09rem;
  background-size: 100% auto;
  background-position: 0 bottom;
  transition: all ease 0.4s;
}
.ind_d .item .a2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 23px;
  margin-bottom: 21px;
  line-height: 1;
}
.ind_d .item .a2 span {
  font-size: 18px;
  font-weight: normal;
}
.ind_d .item .a3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00A398;
  margin-bottom: 20px;
  line-height: 1;
}
.ind_d .item .a4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: center;
  opacity: 0;
  transition: all ease 0.8s;
}
.ind_e {
  padding-top: 90px;
  padding-bottom: 86px;
  background-image: url(../images/ind_e_bj.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_e .tit_a {
  margin-bottom: 70px;
}
.ind_e .box {
  display: flex;
  min-height: 400px;
  align-items: center;
}
.ind_e .box .a1 {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
.ind_e .box .a1 span {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  color: #666666;
  line-height: 52px;
  cursor: pointer;
}
.ind_e .box .a1 span::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #C9C9C9;
  left: 0;
  top: calc(50% - 0.05rem);
  content: "";
}
.ind_e .box .a1 span.select,
.ind_e .box .a1 span:hover {
  color: #00A398;
}
.ind_e .box .a1 span.select::after,
.ind_e .box .a1 span:hover::after {
  background: #00A398;
}
.ind_e .box .a2 {
  flex: 1;
}
.ind_e .box .a2 ul {
  position: relative;
  margin: 0 12px;
  display: none;
}
.ind_e .box .a2 ul.select {
  display: block;
}
.ind_e .box .a2 ul li {
  float: left;
  width: 20%;
  padding: 0 12px;
  margin-top: 30px;
  height: 0.5rem;
}
.ind_e .box .a2 ul li:nth-child(1),
.ind_e .box .a2 ul li:nth-child(2),
.ind_e .box .a2 ul li:nth-child(3),
.ind_e .box .a2 ul li:nth-child(4),
.ind_e .box .a2 ul li:nth-child(5) {
  margin-top: 0;
}
.ind_e .box .a2 ul li .item {
  position: relative;
  height: 0.5rem;
}
.ind_e .box .a2 ul li .item .b1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  background: #00A398;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 21px;
}
.ind_e .box .a2 ul li .item .b2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0.05rem 0.05rem;
  z-index: 2;
  display: none;
  padding: 0.14rem 0;
  transition: 0.5s;
}
.ind_e .box .a2 ul li .item .b2 a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  transition: 0.5s;
}
.ind_e .box .a2 ul li .item .b2 a span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.ind_e .box .a2 ul li .item .b2 a span::after {
  position: absolute;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 50%;
  top: calc(50% - 0.04rem);
  content: "";
  transition: 0.5s;
}
.ind_e .box .a2 ul li .item .b2 a:hover {
  color: #00A398;
}
.ind_e .box .a2 ul li .item .b2 a:hover span::after {
  background: #00A398;
}
.ind_e .box .a2 ul li.on .item .b1 span {
  display: inline-block;
  padding-left: 24px;
  background-image: url(../images/icon/ind_e1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.11rem 0.08rem;
}
.ind_e .box .a2 ul li.on .item:hover .b2 {
  display: block;
}
.ind_f {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ind_f .box .sj_next {
  display: none;
}
.ind_f .box .sj_prev {
  display: none;
}
.ind_f .tit_a {
  margin-bottom: 0.45rem;
}
.ind_f .swiper {
  height: 590px;
}
.ind_f .swiper .next,
.ind_f .swiper .prev {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 5;
  top: calc(50% - 25px);
  outline: none;
  cursor: pointer;
}
.ind_f .swiper .next img,
.ind_f .swiper .prev img {
  width: 100%;
  height: 100%;
  display: block;
}
.ind_f .swiper .next {
  right: 18%;
}
.ind_f .swiper .prev {
  left: 18%;
}
.ind_f .swiper .swiper-slide {
  background-color: #000000;
}
.ind_f .swiper .swiper-slide .a1 {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ind_f .swiper .swiper-slide .a2 {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  padding-top: 33px;
  opacity: 0;
  transition: 0.6s;
}
.ind_f .swiper .swiper-slide .a2 h6 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 44px;
}
.ind_f .swiper .swiper-slide .a2 p {
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 13px;
}
.ind_f .swiper .swiper-slide .a2 em {
  width: 0.5rem;
  height: 0.02rem;
  background: #FFFFFF;
  display: block;
}
.ind_f .swiper .swiper-slide .a3 {
  position: absolute;
  z-index: 3;
  width: 0.66rem;
  height: 0.66rem;
  left: calc(50% - 0.33rem);
  top: calc(50% - 0.33rem);
  opacity: 0;
}
.ind_f .swiper .swiper-slide a {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: 0.6s;
}
.ind_f .swiper .swiper-slide-active .a2,
.ind_f .swiper .swiper-slide-active .a3,
.ind_f .swiper .swiper-slide-active a {
  display: block;
  opacity: 1;
}
.footer_pc {
  background: #00A398;
}
.footer_pc .a1 {
  display: flex;
  height: 70px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_pc .a1 span {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  margin-right: 26px;
}
.footer_pc .a1 a {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.footer_pc .a1 a img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_pc .a2 {
  display: flex;
  justify-content: space-between;
  padding: 4px 0 44px;
}
.footer_pc .a2 a {
  line-height: 0.58rem;
  display: block;
  font-size: 21px;
  color: #FFFFFF;
  position: relative;
  padding: 0 5px;
}
.footer_pc .a2 a::after {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 3px;
  background: #FFFFFF;
  content: "";
  transition: 0.6s;
}
.footer_pc .a2 a.select::after,
.footer_pc .a2 a:hover::after {
  left: 0;
  width: 100%;
}
.footer_pc .a3 {
  padding: 10px 20px 10px 160px;
  min-height: 50px;
  color: #fff;
  position: relative;
  background: #087A72;
  margin-bottom: 40px;
}
.footer_pc .a3 .b1 {
  position: absolute;
  left: 18px;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  font-size: 18px;
  top: 10px;
  background: url(../images/icon/footer_a5.png) left center no-repeat;
  background-size: 0.27rem 0.28rem;
}
.footer_pc .a3 a {
  margin-right: 26px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  float: left;
}
.footer_pc .a4 {
  display: flex;
  padding-bottom: 70px;
}
.footer_pc .a4 .b1 {
  width: 350px;
}
.footer_pc .a4 .b1 h6 {
  line-height: 54px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer_pc .a4 .b1 h6 span {
  font-size: 18px;
  font-weight: normal;
}
.footer_pc .a4 .b1 div {
  min-height: 72px;
  padding-left: 90px;
  background: url(../images/icon/footer_a6.png) left center no-repeat;
  background-size: 57px 49px;
}
.footer_pc .a4 .b1 div p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.footer_pc .a4 .b2 {
  flex: 1;
  display: flex;
  justify-content: space-around;
  position: relative;
  min-height: 170px;
}
.footer_pc .a4 .b2::after {
  position: absolute;
  width: 1px;
  height: 120px;
  background: #FFFFFF;
  opacity: 0.2;
  left: 0;
  top: 22px;
  content: "";
}
.footer_pc .a4 .b2::before {
  position: absolute;
  width: 1px;
  height: 120px;
  background: #FFFFFF;
  opacity: 0.2;
  right: 0;
  top: 22px;
  content: "";
}
.footer_pc .a4 .b2 dl {
  padding-top: 10px;
  color: #fff;
  color: #FFFFFF;
  line-height: 36px;
}
.footer_pc .a4 .b2 dl dt {
  font-size: 18px;
}
.footer_pc .a4 .b2 dl dd {
  font-size: 16px;
}
.footer_pc .a4 .b2 dl dd a {
  display: block;
}
.footer_pc .a4 .b3 {
  padding-top: 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_pc .a4 .b3 div {
  width: 1.3rem;
  height: 1.3rem;
}
.footer_pc .a4 .b3 div img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_pc .a4 .b3 span {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
}
.footer_pc .a5 {
  padding: 12px 0;
  background: #087A72;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.36rem;
}
.footer_pc .a5 * {
  margin: 0 20px;
}
.right_box {
  width: 1rem;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}
.right_box .item {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 0.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
  position: relative;
}
.right_box .item:nth-child(1) {
  background: rgba(124, 197, 118, 0.8);
}
.right_box .item:nth-child(2) {
  background: rgba(247, 142, 87, 0.8);
}
.right_box .item:nth-child(3) {
  background: rgba(161, 136, 190, 0.8);
}
.right_box .item:nth-child(4) {
  background: rgba(0, 201, 255, 0.8);
}
.right_box .item:nth-child(5) {
  background: rgba(0, 108, 255, 0.8);
}
.right_box .item:nth-child(6) {
  background: rgba(0, 157, 146, 0.8);
}
.right_box .item:last-child {
  margin-bottom: 0;
}
.right_box .item span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.right_box .item span img {
  width: 100%;
  height: 100%;
  display: block;
}
.right_box .item em {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 0.1rem;
  line-height: 1;
}
.two_banner {
  max-width: 1440px;
  margin: 0 auto;
  height: 3.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.12rem;
}
.two_banner .a1 {
  display: none;
}
.two_banner .bj {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.two_banner .bj.sj {
  display: none;
}
.two_banner .bj.pc {
  display: block;
}
.bread_a {
  height: 0.6rem;
  background: #FFFFFF;
  padding-left: 43px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.bread_a a,
.bread_a span {
  margin: 0 5px;
}
.bread_a::after {
  position: absolute;
  width: 0.05rem;
  height: 20px;
  background: #03A488;
  border-radius: 0.05rem;
  left: 0.26rem;
  top: calc(50% - 10px);
  content: "";
}
.bread_a .a1 {
  width: 454px;
  position: absolute;
  right: 0.1rem;
  height: 42px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding-left: 25px;
  align-items: center;
  padding-right: 85px;
}
.bread_a .a1 input {
  width: 100%;
  height: 40px;
  outline: none;
  color: #666666;
  font-size: 16px;
}
.bread_a .a1 input::-webkit-input-placeholder {
  color: #999999;
}
.bread_a .a1 input::-moz-placeholder {
  color: #999999;
}
.bread_a .a1 input:-moz-placeholder {
  color: #999999;
}
.bread_a .a1 input:-ms-input-placeholder {
  color: #999999;
}
.bread_a .a1 button {
  position: absolute;
  right: 0;
  top: -1px;
  width: 83px;
  height: 42px;
  background: #039F84;
  border-radius: 0px 10px 10px 0px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.box_a {
  display: flex;
}
.box_a .left {
  width: 360px;
  margin-right: 10px;
}
.box_a .right {
  flex: 1;
  width: calc(100% - 370px);
}
.two_nav {
  background: #FFFFFF;
}
.two_nav .a1 {
  height: 92px;
  display: flex;
  justify-content: center;
  padding-left: 82px;
  position: relative;
  flex-direction: column;
  border-bottom: 1px solid #EEEEEE;
}
.two_nav .a1 img {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 25px;
  top: calc(50% - 20px);
  display: block;
}
.two_nav .a1 h6 {
  font-size: 21px;
  color: #000000;
  line-height: 30px;
}
.two_nav .a1 p {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.two_nav .a2 {
  padding: 6px 0 20px;
}
.two_nav .a2 a {
  display: block;
  line-height: 70px;
  background: #fff;
  position: relative;
  text-align: center;
  font-size: 21px;
  color: #333333;
  transition: 0.6s;
}
.two_nav .a2 a::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #F8F8F8;
  border-radius: 5px;
  opacity: 0;
  content: "";
  top: calc(50% - 5px);
  left: 28%;
  transition: 0.6s;
}
.two_nav .a2 a.select,
.two_nav .a2 a:hover {
  background-color: #03A488;
  color: #fff;
}
.two_nav .a2 a.select::after,
.two_nav .a2 a:hover::after {
  opacity: 1;
}
.rczp_a {
  padding-bottom: 0.7rem;
}
.rczp_a ul {
  margin-bottom: 0.5rem;
}
.rczp_a li {
  margin-bottom: 10px;
  background-color: #FFFFFF;
  padding: 0.3rem;
}
.rczp_a li .item {
  display: flex;
  height: 180px;
  flex-direction: column;
  padding-left: 330px;
  position: relative;
}
.rczp_a li .item .img {
  width: 2.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.rczp_a li .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.rczp_a li .item .h6 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
}
.rczp_a li .item .p {
  height: 60px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 13px;
}
.rczp_a li .item .time {
  display: flex;
  justify-content: space-between;
  height: 32px;
  align-items: center;
  line-height: 1;
}
.rczp_a li .item .time span {
  font-size: 14px;
  color: #333333;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
  background: url(../images/icon/rczp_a1.png) left center no-repeat;
  background-size: 0.22rem 0.22rem;
}
.rczp_a li .item .time em {
  font-size: 16px;
  font-family: DIN;
  padding: 0.1rem 0;
  padding-left: 0.34rem;
  background: url(../images/icon/rczp_a2.png) left center no-repeat;
  background-size: 0.22rem 0.22rem;
}
#pageBar,
.page_pc {
  text-align: center;
}
#pageBar a,
.page_pc a {
  line-height: 0.44rem;
  background: #FFFFFF;
  font-size: 0.16rem;
  color: #222222;
  justify-content: center;
  padding: 0 0.17rem;
  margin: 0 0.05rem;
  transition: 0.6s;
  display: inline-block;
}
#pageBar a:hover,
.page_pc a:hover {
  background-color: #039F84;
  color: #FFFFFF;
}
#pageBar .pageBtn-selected a,
.page_pc .pageBtn-selected a {
  background-color: #039F84;
  color: #FFFFFF;
}
.page_sj {
  display: none;
}
.lxwm_a {
  background-color: #FFFFFF;
  margin-bottom: 0.7rem;
  padding: 50px;
}
.lxwm_a .a1 {
  position: relative;
  margin-bottom: 0.3rem;
}
.lxwm_a .a1 .b1 {
  width: 386px;
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.lxwm_a .a1 .b1 .item {
  width: 178px;
  height: 220px;
  background: #03A488;
  border-radius: 10px;
  text-align: center;
  padding-top: 0.05rem;
}
.lxwm_a .a1 .b1 .item span {
  display: block;
  line-height: 52px;
  height: 52px;
  font-size: 18px;
  color: #FFFFFF;
}
.lxwm_a .a1 .b1 .item em {
  display: block;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 18px;
  color: #FFFFFF;
}
.lxwm_a .a1 .b1 .item .b2 {
  margin: 0 auto;
  width: 1.36rem;
  height: 1.36rem;
}
.lxwm_a .a1 .b1 .item .b2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.lxwm_a .a1 .b1 .item .b3 {
  margin: 0.1rem auto 0.12rem;
  width: 0.8rem;
  height: 0.8rem;
}
.lxwm_a .a1 .b1 .item .b3 img {
  width: 100%;
  height: 100%;
  display: block;
}
.lxwm_a .a1 dl {
  position: relative;
  min-height: 0.36rem;
  padding-left: 0.8rem;
  margin-bottom: 0.2rem;
}
.lxwm_a .a1 dl dt {
  width: 0.36rem;
  position: absolute;
  left: 0.28rem;
  top: 0;
}
.lxwm_a .a1 dl dt img {
  width: 100%;
  height: 100%;
  display: block;
}
.lxwm_a .a1 dl dd {
  line-height: 0.36rem;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.lxwm_a .a1 dl dd span {
  font-size: 16px;
}
.lxwm_a .a2 {
  height: 5rem;
  background-color: #007bff;
}
.lxwm_a .a3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lxwm_a .a3 .item {
  width: calc(50% - 0.13rem);
  margin-bottom: 0.3rem;
}
.lxwm_a .a3 .item:nth-child(3) {
  width: 100%;
}
.lxwm_a .a3 .item input {
  width: 100%;
  height: 0.6rem;
  background: #03A488;
  border-radius: 0.05rem;
  outline: none;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 0.2rem;
  border: none;
  display: block;
}
.lxwm_a .a3 .item textarea {
  width: 100%;
  height: 1.4rem;
  background: #03A488;
  border-radius: 0.05rem;
  outline: none;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0.1rem 0.2rem;
  line-height: 1.4;
  display: block;
  border: none;
  resize: none;
}
.lxwm_a .a3 .btns {
  display: flex;
  justify-content: center;
  width: 100%;
}
.lxwm_a .a3 .btns button {
  width: 1.2rem;
  height: 0.4rem;
  background: #03A488;
  border-radius: 0.2rem;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  outline: none;
  border: none;
  margin: 0 15px;
  cursor: pointer;
}
.lxwm_a .a3 .btns button:first-child {
  background: #03A488;
}
.lxwm_a .a3 .btns button:last-child {
  background: #666666;
}
.yygk_a {
  padding: 0.6rem 0.55rem 1rem;
  margin-bottom: 0.6rem;
  background-color: #FFFFFF;
}
.yygk_a .a1 {
  font-size: 21px;
  color: #333333;
  line-height: 36px;
}
.yygk_a .a1 img {
  float: right;
  width: 6.1rem;
  height: auto;
  margin: 0 0 0.2rem 0.2rem;
}
.yygk_b {
  display: flex;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.yygk_b .item {
  background: #03A488;
  width: 25%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.yygk_b .item h6 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.7rem;
}
.yygk_b .item p {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  min-height: 64px;
  padding: 0 0.3rem;
}
.yygk_b .item:nth-child(1),
.yygk_b .item:nth-child(4),
.yygk_b .item:nth-child(7) {
  width: 50%;
}
.yygk_b .item .img {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.yygk_c {
  background-color: #fff;
  padding: 0.45rem 0.64rem 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.yygk_c::after {
  position: absolute;
  width: 1px;
  top: 0.88rem;
  bottom: 2.55rem;
  background: #CCCCCC;
  left: 50%;
  z-index: 0;
  content: "";
}
.yygk_c .item {
  z-index: 2;
  position: relative;
  width: 100%;
  color: #333333;
}
.yygk_c .item i {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  border: 0.01rem solid #03a488;
  top: 0.3rem;
  left: calc(50% - 0.14rem);
  border-radius: 50%;
}
.yygk_c .item i::after {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #03a488;
  top: calc(50% - 0.08rem);
  left: calc(50% - 0.08rem);
  border-radius: 50%;
  content: "";
}
.yygk_c .item .text {
  width: calc(100% - 300px);
  padding-top: 0.3rem;
  height: 100%;
}
.yygk_c .item .text h6 {
  line-height: 0.46rem;
  font-size: 0.36rem;
}
.yygk_c .item .text h6 span {
  font-size: 0.18rem;
  margin-left: 0.05rem;
}
.yygk_c .item .text p {
  line-height: 0.36rem;
  font-size: 0.18rem;
}
.yygk_c .item .img {
  width: 3rem;
  height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
  overflow: hidden;
}
.yygk_c .item:nth-child(odd) {
  padding-right: 50%;
}
.yygk_c .item:nth-child(odd) .text {
  float: right;
  text-align: right;
  padding-right: 60px;
  padding-left: 40px;
}
.yygk_c .item:nth-child(even) {
  padding-left: 50%;
}
.yygk_c .item:nth-child(even) .img {
  float: right;
}
.yygk_c .item:nth-child(even) .text {
  float: left;
  text-align: left;
  padding-left: 60px;
  padding-right: 40px;
}
.yygk_d {
  background-color: #FFFFFF;
  padding: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.yygk_d ul {
  position: relative;
  margin: 0 -0.13rem 0.4rem;
}
.yygk_d ul li {
  width: 25%;
  float: left;
  padding: 0 0.13rem;
}
.yygk_d ul li .item {
  display: block;
}
.yygk_d ul li .item .img {
  height: 2.3rem;
  position: relative;
  overflow: hidden;
}
.yygk_d ul li .item .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.yygk_d ul li .item p {
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_a {
  height: 0.6rem;
  display: flex;
  background: #FFFFFF;
  margin-bottom: 0.15rem;
}
.nav_a a {
  max-width: 16%;
  flex: 1;
  text-align: center;
  line-height: 0.6rem;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  transition: 0.6s;
  color: #333333;
  position: relative;
  margin-right: 1px;
}
.nav_a a img {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: calc(50% - 0.15rem);
  left: 0.25rem;
  opacity: 0;
  transition: 0.6s;
}
.nav_a a.select,
.nav_a a:hover {
  background: #039F84;
  color: #FFFFFF;
}
.nav_a a.select img,
.nav_a a:hover img {
  opacity: 1;
}
.nav_b {
  height: 0.6rem;
  display: flex;
  background: #FFFFFF;
  margin-bottom: 0.15rem;
}
.nav_b a {
  max-width: 16%;
  flex: 1;
  text-align: center;
  line-height: 0.6rem;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  transition: 0.6s;
  color: #333333;
  position: relative;
  margin-right: 1px;
}
.nav_b a.select,
.nav_b a:hover {
  background: #039F84;
  color: #FFFFFF;
}
.ylfw_a {
  display: flex;
  padding: 0.6rem 0.8rem 0.25rem;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 0.7rem;
}
.ylfw_a a {
  display: flex;
  width: calc(20% - 0.24rem);
  margin: 0 0.12rem 0.3rem;
  height: 0.5rem;
  background: #999999;
  border-radius: 0.05rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F8F8F8;
  transition: 0.5s;
}
.ylfw_a a:hover {
  background: #00A398;
}
.ylfw_b {
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.ylfw_b .a1 {
  height: 0.74rem;
  display: flex;
  position: relative;
  padding: 0 0.3rem;
  align-items: center;
  background-color: #fff;
}
.ylfw_b .a1::after {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0;
  height: 1px;
  background: #EEEEEE;
  content: "";
}
.ylfw_b .a1 span {
  font-size: 22px;
  color: #333333;
  line-height: 1;
  padding: 5px 0 5px 0.62rem;
  background-image: url(../images/icon/ylfw_b1.png);
  background-position: 0.21rem center;
  background-repeat: no-repeat;
  background-size: 0.22rem 0.28rem;
}
.ylfw_b ul {
  background-color: #fff;
  position: relative;
  margin: 0 -15px;
  padding: 0.4rem 0.3rem 0;
  margin-bottom: 0.5rem;
}
.ylfw_b ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 0.4rem;
  float: left;
}
.ylfw_b ul .item {
  display: block;
  height: 1.4rem;
  overflow: hidden;
  position: relative;
  padding-left: 1.7rem;
}
.ylfw_b ul .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ylfw_b ul .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.ylfw_b ul .item .b1 {
  font-size: 0.28rem;
  color: #039F84;
  line-height: 0.4rem;
  padding-top: 0.06rem;
}
.ylfw_b ul .item .b1 span {
  font-size: 0.24rem;
  color: #333333;
}
.ylfw_b ul .item .b2 {
  font-size: 16px;
  color: #000000;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
}
.ylfw_b ul .item .b3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.zjjs_a {
  overflow: hidden;
  padding-bottom: 0.7rem;
}
.zjjs_a ul {
  background-color: #fff;
  padding: 0.65rem 0.5rem 0.2rem;
  position: relative;
  margin: 0 -0.25rem 0.6rem;
}
.zjjs_a ul li {
  width: 25%;
  padding: 0 0.25rem;
  float: left;
  margin-bottom: 0.5rem;
}
.zjjs_a ul .item {
  display: block;
  background: #F8F8F8;
  border-radius: 0.1rem;
  padding: 0.48rem 0.25rem 0.24rem;
  overflow: hidden;
  transition: 0.5s;
}
.zjjs_a ul .item:hover {
  background: #00A398;
}
.zjjs_a ul .item:hover .a1 {
  color: #fff;
}
.zjjs_a ul .item:hover .a1 span {
  color: #fff;
}
.zjjs_a ul .item:hover .a2 {
  color: #fff;
}
.zjjs_a ul .item:hover .a3 {
  color: #fff;
}
.zjjs_a ul .item:hover .a4 {
  color: #00A398;
  background: #FFFFFF;
}
.zjjs_a ul .item .img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin: 0 auto 0.28rem;
  overflow: hidden;
  border: 0.04rem solid #fff;
}
.zjjs_a ul .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.zjjs_a ul .item .a1 {
  text-align: center;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #039F84;
  line-height: 40px;
  transition: 0.5s;
}
.zjjs_a ul .item .a1 span {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  transition: 0.5s;
}
.zjjs_a ul .item .a2 {
  text-align: center;
  height: 40px;
  height: 32px;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 0.13rem;
  transition: 0.5s;
}
.zjjs_a ul .item .a3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  margin-bottom: 0.3rem;
  transition: 0.5s;
}
.zjjs_a ul .item .a4 {
  width: 140px;
  height: 30px;
  background: #00A398;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  margin: 0 auto;
  color: #FFFFFF;
  transition: 0.5s;
}
.kyjx_b {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.kyjx_b .a1 {
  padding: 40px 30px 28px;
  width: calc(50% - 8px);
  background-color: #fff;
  margin-bottom: 16px;
}
.kyjx_b .a1:nth-child(odd) {
  margin-right: 16px;
}
.kyjx_b .tit {
  height: 0.28rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.kyjx_b .tit i {
  flex: 1;
  height: 1px;
  background: #DAD9D9;
  margin: 0 0.28rem;
}
.kyjx_b .tit span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #009D92;
  line-height: 0.28rem;
  padding-left: 0.25rem;
  position: relative;
}
.kyjx_b .tit span::after {
  position: absolute;
  width: 0.07rem;
  height: 0.28rem;
  background: #009D92;
  border-radius: 0.03rem;
  left: 0;
  top: 0;
  content: "";
}
.kyjx_b .tit a {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
}
.kyjx_b .tit a img {
  width: 100%;
  height: 100%;
  display: block;
}
.kyjx_b .a2 {
  margin-bottom: 0.1rem;
  display: block;
}
.kyjx_b .a2 h6 {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
.kyjx_b .a2 p {
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 14px;
  color: #807F7F;
}
.kyjx_b ul {
  height: calc(0.48rem * 5);
}
.kyjx_b ul li a {
  display: flex;
  height: 0.48rem;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-left: 0.2rem;
}
.kyjx_b ul li a::after {
  width: 0.06rem;
  height: 0.06rem;
  background: #009D92;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.03rem);
  content: "";
}
.kyjx_b ul li a span {
  font-size: 16px;
  color: #454545;
  display: block;
  flex: 1;
}
.kyjx_b ul li a em {
  margin-left: 0.4rem;
  font-size: 16px;
  color: #999999;
}
.ks_a {
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}
.ks_a .tit {
  position: relative;
  height: 0.36rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.36rem;
}
.ks_a .tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 0.12rem;
  background: #71D3C2;
  border-radius: 0.06rem;
  content: "";
}
.ks_a .tit span {
  position: relative;
  z-index: 1;
  width: 1.2rem;
  text-align: center;
}
.ks_a .a1 {
  height: 360px;
  border-radius: 0.1rem;
  display: flex;
  overflow: hidden;
}
.ks_a .a1 .img {
  flex: 1;
  height: 100%;
  background-color: #007bff;
}
.ks_a .a1 .text {
  width: 400px;
  height: 100%;
  background: #039F84;
  padding: 0.3rem 0.38rem;
}
.ks_a .a1 .text .b1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 70px;
}
.ks_a .a1 .text .b2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0.2rem;
}
.ks_a .a1 .text .b2 span {
  font-size: 16px;
}
.ks_a .a1 .text .b3 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
  background-image: url(../images/icon/ks_a1.png);
  background-position: left 0.015rem;
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
}
.ks_a .a1 .text .b4 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  padding-left: 0.3rem;
  background-image: url(../images/icon/ks_a2.png);
  background-position: left 0.015rem;
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
}
.ks_a .a2 {
  padding-top: 0.4rem;
}
.ks_a .a2 .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
.ks_a .a3 {
  padding-top: 0.4rem;
}
.ks_a .a3 ul {
  background-color: #fff;
  position: relative;
  margin: 0 -15px;
}
.ks_a .a3 ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 0.4rem;
  float: left;
}
.ks_a .a3 ul .item {
  display: block;
  height: 1.4rem;
  overflow: hidden;
  position: relative;
  padding-left: 1.7rem;
}
.ks_a .a3 ul .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ks_a .a3 ul .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.ks_a .a3 ul .item .b1 {
  font-size: 0.28rem;
  color: #039F84;
  line-height: 0.4rem;
  padding-top: 0.06rem;
}
.ks_a .a3 ul .item .b1 span {
  font-size: 0.24rem;
  color: #333333;
}
.ks_a .a3 ul .item .b2 {
  font-size: 16px;
  color: #000000;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
}
.ks_a .a3 ul .item .b3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.ks_b {
  padding: 0.6rem 0.8rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}
.ks_b .item {
  width: calc(20% - 0.24rem);
  margin: 0 0.12rem 0.3rem;
}
.ks_b .item:hover .b1 {
  background: #00A398;
}
.ks_b .item .b1 {
  display: flex;
  height: 0.5rem;
  background: #999999;
  border-radius: 0.05rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F8F8F8;
  transition: 0.5s;
}
.ks_b .item.on .b1 span {
  display: inline-block;
  padding-left: 0.24rem;
  background-image: url(../images/icon/ind_e1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.11rem 0.08rem;
}
.ks_b .item .b2 {
  display: none;
}
.ks_b .item .b2 a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  background: #00A398;
  line-height: 0.4rem;
  text-align: center;
  transition: 0.5s;
  margin-top: 0.14rem;
  border-radius: 0.2rem;
}
.ks_b .item .b2 a span {
  display: inline-block;
  position: relative;
  padding-left: 0.24rem;
}
.ks_b .item .b2 a span::after {
  position: absolute;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 50%;
  top: calc(50% - 0.04rem);
  content: "";
  transition: 0.5s;
}
.ks_b .item .b2 a:hover {
  opacity: 1;
}
.yjzx_a {
  background-color: #fff;
  padding: 0.4rem 0.4rem 0.6rem;
}
.yjzx_a .a1 {
  height: 360px;
  border-radius: 0.1rem;
  display: flex;
  overflow: hidden;
}
.yjzx_a .a1 .img {
  flex: 1;
  height: 100%;
  background-color: #007bff;
}
.yjzx_a .a1 .text {
  width: 400px;
  height: 100%;
  background: #039F84;
  padding: 0.3rem 0.38rem;
}
.yjzx_a .a1 .text .b1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 70px;
}
.yjzx_a .a1 .text .b2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0.2rem;
}
.yjzx_a .a1 .text .b2 span {
  font-size: 16px;
}
.yjzx_a .a1 .text .b3 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
  background-image: url(../images/icon/ks_a1.png);
  background-position: left 0.015rem;
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
}
.yjzx_a .a1 .text .b3 .l1 {
  background-image: url(../images/icon/a_1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.24rem;
}
.yjzx_a .a1 .text .b4 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  padding-left: 0.3rem;
  background-image: url(../images/icon/ks_a3.png);
  background-position: left 0.015rem;
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
}
.yjzx_b {
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.yjzx_b ul {
  background-color: #fff;
  padding: 0 15px 0;
  margin-bottom: 0.4rem;
}
.yjzx_b ul li {
  width: 33.333%;
  padding: 0 0.25rem;
  float: left;
  margin-bottom: 0.5rem;
}
.yjzx_b ul .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 0.1rem;
  height: 3rem;
  padding: 0.47rem 0.35rem 0.35rem 0.45rem;
  transition: 0.6s;
}
.yjzx_b ul .item:hover {
  background: #039F84;
}
.yjzx_b ul .item:hover .b1 {
  color: #fff;
}
.yjzx_b ul .item:hover .b1 span i {
  color: #fff;
}
.yjzx_b ul .item:hover .b2 {
  color: #fff;
}
.yjzx_b ul .item:hover .b2 div {
  color: #fff;
}
.yjzx_b ul .item:hover .b3 {
  color: #fff;
}
.yjzx_b ul .item .b1 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  transition: 0.6s;
}
.yjzx_b ul .item .b1 span {
  font-weight: normal;
  margin-left: 0.1rem;
}
.yjzx_b ul .item .b1 span i {
  font-size: 24px;
  color: #039F84;
  transition: 0.6s;
}
.yjzx_b ul .item .b2 {
  font-size: 18px;
  color: #000000;
  line-height: 0.28rem;
  transition: 0.6s;
}
.yjzx_b ul .item .b2 div {
  line-height: 0.24rem;
  font-size: 16px;
  color: #666666;
  height: calc(0.24rem * 3);
  transition: 0.6s;
}
.yjzx_b ul .item .b3 {
  font-size: 16px;
  color: #039F84;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.6s;
}
.tjzx_c {
  padding: 0.3rem 0;
  background-color: #fff;
}
.tjzx_c .box {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0.26rem;
}
.tjzx_c .a1 {
  padding: 0.4rem 0 0.2rem 3.3rem;
  position: relative;
}
.tjzx_c .a1 .b1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.3rem;
  bottom: 0;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.tjzx_c .a1 .b1::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 44px;
  border-color: transparent transparent transparent #eeeeee;
  content: "";
  top: 0;
  right: -44px;
}
.tjzx_c .a1 .b2 {
  height: 3.75rem;
  background-color: #FFFFFF;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 5px 13px 5px rgba(4, 0, 0, 0.07);
  position: relative;
  padding: 0 280px 0 80px;
}
.tjzx_c .a1 .b3 {
  padding-top: 54px;
}
.tjzx_c .a1 .b3 .c1 {
  font-size: 22px;
  font-weight: bold;
  color: #039F84;
  line-height: 38px;
}
.tjzx_c .a1 .b3 .c1 span {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.tjzx_c .a1 .b3 .c2 {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
}
.tjzx_c .a1 .b3 .c3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.tjzx_c .a1 .b3 .c3 span {
  width: 100px;
  height: 5px;
  background: #03A488;
  border-radius: 0px 5px 0px 0px;
  display: block;
}
.tjzx_c .a1 .b3 .c3 em {
  display: block;
  width: 100%;
  height: 5px;
  background: #03A488;
  border-radius: 0px 5px 0px 0px;
}
.tjzx_c .a1 .b3 .c4 div {
  display: block;
  line-height: 42px;
  font-size: 22px;
  color: #000000;
}
.tjzx_c .a1 .b3 .c4 p {
  line-height: 2;
  font-size: 18px;
  color: #333333;
}
.tjzx_c .a1 .b4 {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 160px;
}
.tjzx_c .a1 .b4 div {
  width: 160px;
  height: 160px;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.tjzx_c .a1 .b4 div img {
  width: 100%;
  height: 100%;
  display: block;
}
.tjzx_c .a1 .b4 span {
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #087A66;
}
.tjzx_c .a2 {
  display: none;
}
.tjzx_c .a2 .b1 {
  padding-left: 3.3rem;
  position: relative;
  height: 3.7rem;
  overflow: hidden;
}
.tjzx_c .a2 .b1 .c1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  bottom: 0;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.tjzx_c .a2 .b1 .c2 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #039F84;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.tjzx_c .a2 .b1 .c2 span {
  font-size: 0.24rem;
  color: #333333;
  font-weight: normal;
}
.tjzx_c .a2 .b1 .c3 {
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
}
.tjzx_c .a2 .b1 .c3 span {
  display: block;
}
.tjzx_c .a2 .b1 .c4 {
  width: 2.1rem;
}
.tjzx_c .a2 .b1 .c4 div {
  width: 1.6rem;
  height: 1.6rem;
  background: #F8F8F8;
  border-radius: 0.1rem;
  padding: 0.2rem;
  margin: 0 auto;
  margin-bottom: 0.12rem;
}
.tjzx_c .a2 .b1 .c4 div img {
  width: 100%;
  height: 100%;
  display: block;
}
.tjzx_c .a2 .b1 .c4 span {
  display: block;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.24rem;
  color: #087A66;
}
.tjzx_c .a2 .b2 {
  margin-top: 0.6rem;
  margin-bottom: 0.18rem;
}
.tjzx_c .a2 .b2 span {
  width: 1rem;
  height: 0.05rem;
  background: #03A488;
  border-radius: 0px 0.05rem 0px 0px;
  display: block;
}
.tjzx_c .a2 .b2 em {
  display: block;
  width: 100%;
  height: 0.05rem;
  background: #03A488;
  border-radius: 0px 0.05rem 0px 0px;
}
.tjzx_c .a2 .b3 div {
  display: block;
  line-height: 0.58rem;
  font-size: 0.3rem;
  color: #000000;
}
.tjzx_c .a2 .b3 p {
  line-height: 2;
  font-size: 0.24rem;
  color: #333333;
}
.tjzx_c .tit {
  position: relative;
  height: 0.36rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.36rem;
}
.tjzx_c .tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 0.12rem;
  background: #71D3C2;
  border-radius: 0.06rem;
  content: "";
}
.tjzx_c .tit span {
  position: relative;
  z-index: 1;
  width: 1.2rem;
  text-align: center;
}
.tjzx_c .a3 {
  padding-top: 0.6rem;
}
.tjzx_c .a3 .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
.tjzx_c .a4 {
  padding-top: 0.5rem;
}
.tjzx_c .a4 .b1 {
  width: 160px;
}
.tjzx_c .a4 .b1 div {
  width: 160px;
  height: 160px;
  background: #F8F8F8;
  border-radius: 0.1rem;
  padding: 0.2rem;
  margin-bottom: 0.1rem;
}
.tjzx_c .a4 .b1 div img {
  width: 100%;
  height: 100%;
  display: block;
}
.tjzx_c .a4 .b1 span {
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #087A66;
}
.tjzx_c .a5 {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.tjzx_d {
  margin: 0.6rem 0 0.7rem;
  display: flex;
  justify-content: center;
}
.tjzx_d a {
  display: flex;
  height: 0.66rem;
  margin: 0 0.15rem;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  transition: 0.6s;
  position: relative;
}
.tjzx_d a:hover {
  background: #00A398;
  border: 1px solid #E5E5E5;
}
.tjzx_d a span {
  color: #666666;
}
.tjzx_d .a1,
.tjzx_d .a3 {
  width: 4.6rem;
  padding: 0 0.7rem;
}
.tjzx_d .a1 em,
.tjzx_d .a3 em {
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.12rem 0.2rem;
}
.tjzx_d .a1 em::after,
.tjzx_d .a3 em::after {
  width: 1px;
  height: 0.22rem;
  background: #FFFFFF;
  opacity: 0.1;
  position: absolute;
  top: calc(50% - 0.11rem);
  content: "";
}
.tjzx_d .a1 em {
  left: 0;
  background-image: url(../images/icon/tjzx_d3.png);
}
.tjzx_d .a1 em::after {
  right: 0;
}
.tjzx_d .a1:hover em {
  background-image: url(../images/icon/tjzx_d4.png);
}
.tjzx_d .a1:hover span {
  color: #fff;
}
.tjzx_d .a2 {
  width: 2rem;
}
.tjzx_d .a2 span {
  background-image: url(../images/icon/tjzx_d1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.15rem;
  padding: 0.05rem 0 0.05rem 0.32rem;
}
.tjzx_d .a2:hover span {
  background-image: url(../images/icon/tjzx_d2.png);
  color: #fff;
}
.tjzx_d .a3 em {
  right: 0;
  background-image: url(../images/icon/tjzx_d5.png);
}
.tjzx_d .a3 em::after {
  left: 0;
}
.tjzx_d .a3:hover em {
  background-image: url(../images/icon/tjzx_d6.png);
}
.tjzx_d .a3:hover span {
  color: #fff;
}
.czxx_a {
  display: flex;
}
.czxx_a .item {
  width: 10%;
}
.czxx_a .item:first-child .r2 {
  border-left: 1px solid #eeeeee;
}
.czxx_a .item .r1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
  background: #03A488;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.czxx_a .item .r2 {
  display: flex;
  height: 212px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  flex-direction: column;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.czxx_a .item .r2 .r3:first-child {
  border-bottom: 1px solid #eeeeee;
}
.czxx_a .item .r3 {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.czxx_a .item .r3 a {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03A488;
  font-size: 14px;
  border-radius: 15px;
  color: #fff;
}
.czxx_a .item .r3 span {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  margin-top: 0.1rem;
}
.zxzx_a {
  padding: 0.3rem 0.2rem 0.4rem;
  background-color: #FFFFFF;
}
.zxzx_a .tit {
  height: 84px;
  padding-left: 0.9rem;
  position: relative;
}
.zxzx_a .tit p {
  line-height: 24px;
  font-size: 18px;
  color: #999999;
}
.zxzx_a .tit h6 {
  line-height: 40px;
  font-size: 28px;
  color: #03A488;
  letter-spacing: 0.12rem;
}
.zxzx_a .tit .img {
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  top: 0;
  left: 0.18rem;
}
.zxzx_a .tit .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.zxzx_a .box1 .one {
  display: block;
  border-bottom: 1px solid #EEEEEE;
}
.zxzx_a .box1 .one h6 {
  font-size: 16px;
  color: #333333;
  line-height: 0.48rem;
}
.zxzx_a .box1 .one p {
  line-height: 44px;
  font-size: 14px;
  font-family: DIN;
  color: #999999;
}
.zxzx_a .box1 .one .img {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.zxzx_a .box1 .one .img img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.zxzx_a .box1 ul li {
  border-bottom: 1px solid #EEEEEE;
}
.zxzx_a .box1 ul li a {
  display: block;
  padding: 10px 0 5px;
}
.zxzx_a .box1 ul li a h6 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.zxzx_a .box1 ul li a p {
  font-size: 14px;
  font-family: DIN;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.jcsp_a {
  padding-bottom: 0.7rem;
}
.jcsp_a ul {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jcsp_a ul li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  background-color: #fff;
}
.jcsp_a ul .item {
  display: block;
}
.jcsp_a ul .item .img {
  height: 320px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jcsp_a ul .item .img::after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.5;
}
.jcsp_a ul .item .img img {
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  left: calc(50% - 0.33rem);
  top: calc(50% - 0.33rem);
  display: block;
  z-index: 2;
}
.jcsp_a ul .item .text {
  height: 100px;
  padding: 0.22rem 0.3rem;
  line-height: 1;
}
.jcsp_a ul .item .text h6 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0.15rem;
}
.jcsp_a ul .item .text div {
  font-size: 14px;
  color: #333333;
}
.mzap_a {
  padding: 0.3rem;
  background-color: #FFFFFF;
}
.mzap_c {
  border: 1px solid #eeeeee;
}
.mzap_c td {
  width: 180px;
  font-size: 16px;
}
.mzap_c thead td {
  background-color: #eee;
  height: 0.5rem;
  border-right: 1px solid #eee;
}
.mzap_c thead td:last-child {
  border: none;
}
.mzap_c thead td i {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-style: normal;
  color: #333333;
}
.mzap_c thead .w td {
  background-color: #03a488;
  height: 0.7rem;
  text-align: center;
  color: #fff;
}
.mzap_c tbody tr {
  border-right: 1px solid #eeeeee;
}
.mzap_c tbody tr:last-child {
  border: none;
}
.mzap_c tbody tr td {
  text-align: center;
  height: 50px;
  vertical-align: middle;
  padding: 5px 0px 5px 0px;
}
.mzap_c tbody tr td span {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  padding: 0 0.02rem;
}
.mzap_c tbody tr td span a {
  font-size: 0.16rem;
  line-height: 2;
  color: #333;
}
.mzap_c tbody tr td span a:hover {
  color: #fff;
  background-color: #03a489be;
}
.ssjg_a {
  overflow: hidden;
}
.ssjg_a ul {
  position: relative;
  margin: 0 -0.1rem;
}
.ssjg_a ul li {
  width: 33.333%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  float: left;
}
.ssjg_a ul li .item {
  background-color: #FFFFFF;
  display: block;
  border: solid 1px #e6e6e6;
  padding-bottom: 0.2rem;
}
.ssjg_a ul li .item h6 {
  border-bottom: dashed 1px #ececec;
  line-height: 0.5rem;
  height: 0.5rem;
  color: #444444;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  transition: 0.6s;
}
.ssjg_a ul li .item .a1 {
  margin: 0.1rem 0;
  padding: 0 0.2rem;
  font-size: 16px;
  line-height: 1.7;
  min-height: calc(16px * 3 * 1.7);
  color: #888888;
  transition: 0.6s;
}
.ssjg_a ul li .item .a2 {
  width: 1.4rem;
  border: solid 1px #00a398;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  color: #00a398;
  text-align: center;
  font-size: 0.14rem;
  margin-left: 0.2rem;
  transition: 0.6s;
}
.right_box a:hover .ewm {
  opacity: 1;
  left: -1.61rem;
}
.ewm {
  position: absolute;
  width: 1.6rem;
  left: 0;
  top: calc(50% - 0.8rem);
  height: 1.6;
  display: block;
  opacity: 0;
  padding: 0.1rem;
  background-color: #7cc576;
  transition: 0.5s;
  z-index: -1;
}
.ewm img {
  width: 100%;
  height: 100%;
  display: block;
}
.right_box a:hover .dh {
  opacity: 1;
  left: -2.01rem;
}
.dh {
  position: absolute;
  width: 2rem;
  left: 0;
  top: 0.1rem;
  height: 0.7rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  opacity: 0;
  background: url(../images/icon/dainhua.png) 10px center no-repeat #a188be;
  background-size: 0.36rem;
  align-items: center;
  padding-left: 0.56rem;
  transition: 0.5s;
  z-index: -1;
  line-height: 1.4;
  justify-content: center;
}
