* {
  margin: 0;
  padding: 0;
}


html,
body {
  font: calc(100vw / 120) arial, verdana;
  font-family: "Source Han Sans CN";
  /* background-color: #f7f7f7; */
}

a,
ul,
li,
p,
h3 {
  list-style: none;
  text-decoration: none;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

img {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.max {
  width: 100rem;
  margin: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.header-top {
  padding: 1.0625rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.header-top .max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .max .left {
  display: flex;
  align-items: center;
}

.header-top .max .left a {
  position: relative;
  display: flex;
  width: 26.6875rem;
  height: 5.5rem;
  margin-right: 2.5rem;
}

.header-top .max .left a img {
  width: 100%;
  height: 100%;
}

.header-top .max .left a:after {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-right: 1px solid #d9d9d9;
  height: 60%;
  margin-left: 1.25rem;
}

.header-top .max .left p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  line-height: 2.25rem;
}

.header-top .max .right {
  width: 406px;
  height: 3.375rem;

  border-radius: 27px 27px 27px 27px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header-top .max .right input {
  width: 80%;
  height: 100%;
  border: 0;
  outline: 0;
  background: #F9F9F9;
  padding-left: 1.25rem;
}

.header-top .max .right div {
  cursor: pointer;
  width: 20%;
  height: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14A6AC;
}

.header-top .max .right div img {
  width: 1.5rem;
  height: 1.4375rem;

}

.header-top .max .right input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #D2D2D2;
}

.header-bot .max ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bot .max ul li {
  padding: 1.2rem 0;
  position: relative;
}

.header-bot .max ul li a {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}

.header-bot .max ul li.active>a,
.header-bot .max ul li:hover>a {
  color: #14A6AC;
}

.header-bot .max .op {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12.5rem;
  transform: translate(-50%, 0);
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header-bot .max .op a {
  display: flex;
  width: 100%;
  height: 1.875rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: .625rem 0;
  transition: all .6s;

}

.header-bot .max .op a:hover {
  background-color: #14A6AC;
  color: #fff;
}

.tzgg {
  position: relative;
  z-index: 2;
  margin-top: -4.0625rem;
  ;
}

.banner img {
  width: 100%;
  height: 100%;

}

/* .banner .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, rgba(20, 166, 172, .6), rgba(20, 166, 172, 0));
} */

.tzgg .max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8.1875rem;
  background: #FFFFFF;
  box-shadow: 4px 0px 16px 0px #DFDFDF;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.tzgg .max .left p {
  font-weight: 400;
  font-size: 1.375rem;
  color: #14A6AC;
  display: flex;
  align-items: center;
}

.tzgg .max .left p::after,
.tzgg .max .left p::before {
  content: "";
  display: flex;
  width: 35px;
  height: 20px;
  background-image: url('../images/tzgg.png');
  background-size: 100% 100%;
  margin: 0 1.25rem;
}

.tzgg .max .left p::before {
  background-image: url('../images/tzgg-left.png');
}

.tzgg .max .center {
  width: 70%;
}

.tzgg .max .center ul {
  overflow: auto;
}

.tzgg .max .center ul,
.tzgg .max .center ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tzgg .max .center ul li a {
  width: max-content;
  white-space: nowrap;
}

.tzgg .max .center ul li a::before {
  content: "";
  display: flex;
  width: .75rem;
  height: .75rem;
  background: #14A6AC;
  margin-right: .9375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tzgg .max .center ul::-webkit-scrollbar {
  display: none;
}

.tzgg .max .center ul li a p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  max-width: 18.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 1.875rem;
}
.tzgg .max .center ul li a:hover p{
  color: #14A6AC;
}
.tzgg .max .center ul li a p:last-child {
  font-weight: 400;
  font-size: 1.125rem;
  color: #999999;
}

.tzgg .max .right a {
  width: 8.1875rem;
  height: 100%;
  background-color: #14A6AC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tzgg .max .right img {
  width: 1.875rem;
  height: 1.875rem;
}

.tzgg .max .right p {
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: .625rem;
  color: #FFFFFF;
}

.jylc .max {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.9375rem;
}

.jylc .max .left {
  width: 40%;
  /* min-height: 700px; */
  background-image: url('../images/jylc-left-bg.jpg');
  background-size: 40.1875rem;
}

.jylc .max .left ul,
.jylc .max .right ul {
  position: relative;
  bottom: -3.125rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

.jylc .max .left ul li,
.jylc .max .right ul li {
  width: 16.375rem;
  height: 12.375rem;
  background: #49C8CD;
}

.jylc .max .left ul li a,
.jylc .max .right ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jylc .max .left ul li a img,
.jylc .max .right ul li a img {
  width: 3.375rem;
  height: 3.0625rem;
  margin-bottom: .625rem;
  object-fit: contain;
  transition: all .4;
  -webkit-transition: all .4;
  -moz-transition: all .4;
  -ms-transition: all .4;
  -o-transition: all .4;
}

.jylc .max .left ul li a p,
.jylc .max .right ul li a p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
}

.jylc .max .left ul li a p:last-child,
.jylc .max .right ul li a p:last-child {
  font-weight: 500;
  font-size: .75rem;
  color: #FFFFFF;
}

.jylc .max .left ul li:nth-child(2) {
  background: #11999E;
}

.jylc .max .left ul li:nth-child(3) {
  background: #207DDC;
}

.jylc .max .left ul li:nth-child(4) {
  background: #AF8B65;
}

.jylc .max .left ul li:nth-child(5) {
  width: 32.75rem;
  background-image: url('../images/ksdhs-bg.jpg');
}

.jylc .max .right {
  width: 60%;
 
  background-size: 100% 100%;
   <!--background-image: url('../images/jylc-right-right.jpg');-->
}

.jylc .max .right ul {
  justify-content: flex-start
}

.jylc .max .right ul li {
  background: #67BFB2;
}

.jylc .max .right ul li:last-child {
  background: #11999E;
}

.jylc .max ul li:hover img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.jylc .max ul li:hover {
  background-position-x: -10px;
}

.zjjs .max {
  display: flex;
  justify-content: space-between;
}

.zjjs .max>.left {
  width: 70%;
}

.zjjs .max>.right {
  width: 27%;
}

.zjjs .max .zjjs-title .left h3,
.yyxw-title h3 {
  font-weight: 500;
  font-size: 1.875rem;
  color: #333333;
}

.zjjs .max .zjjs-title .left p {
  font-weight: 500;
  font-size: 1.875rem;
  color: #d0d0d0;
}

.zjjs .max .zjjs-title,
.zjjs .max .zjjs-title .right,
.yyxw-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4375rem;
}

.zjjs .max .zjjs-title .right .inp {
  position: relative;
  width: 11.5625rem;
  height: 2.75rem;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #C0DADB;
  /* overflow: hidden; */
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.zjjs .max .zjjs-title .right .inp::after {
  content: "";
  display: flex;
  width: .9375rem;
  height: .5625rem;
  background-image: url('../images/arr-bot.png');
  background-size: 100% 100%;
  margin-right: 1.25rem;
}

.zjjs .max .zjjs-title .right .inp input {
  width: 90%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 1.25rem;
}

.zjjs .max .zjjs-title .right button {
  width: 8.875rem;
  height: 2.75rem;
  background: linear-gradient(to right, #2DB39C, #10A3DA);
  border-radius: 4px 4px 4px 4px;
  border: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
}

.zjjs .max .zjjs-title .right .inp .ks {
  display: none;
  position: absolute;
  top: 2.875rem;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.zjjs .max .zjjs-title .right .inp .ks li {
  cursor: pointer;
  font-size: 1.125rem;
  padding: .625rem 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .max .zjjs-title .right .inp .ks li:hover {
  background-color: #14A6AC;
  color: #fff;
}

.zjjs .max .zjjs-title .right .inp .ks ul {
  max-height: 18.75rem;
  overflow: auto;
}

.zjjs .item .pep {
  width: 16.375rem;
  height: 13.4375rem;
  display: flex;
  justify-content: center;
  background: #CFE9F3;
  border-radius: 15px 15px 15px 15px;
}

.zjjs .item:hover i {
  box-shadow: 0 21px 18px -11px #70848C;
}

.zjjs .item .pep i {
  margin-top: 1.5625rem;
  display: block;
  width: 7.1875rem;
  height: 7.1875rem;
  background-size: cover;
  border: 4px solid #CFE9F3;
  transition: all .6s;
  box-sizing: border-box;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .item:hover i {
  border-color: #FFFFFF;
}

.zjjs .item .text {
  margin-top: -3.0625rem;
  width: 14.625rem;
  height: 9.25rem;
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px #ccc;
  border: 2px solid transparent;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .item:hover .text {
  border-color: #AF8B65;
}

.zjjs .item .text h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  color: #444444;
  text-align: center;
  margin-bottom: 1.25rem;
  padding-top: .9375rem;
  width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjjs .item .text h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
  height: .25rem;
  background: #AF8B65;
  border-radius: 2px 2px 2px 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 2.5rem;
  height: .3125rem;
  -webkit-transform: translate();
  -moz-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
}

.zjjs .item p {
  font-weight: 400;
  font-size: 1rem;
  color: #444444;
  line-height: 1.6875rem;
  text-align: center;
}

.zjjs .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zjjs .zjjs-swiper {
  position: relative;
  overflow: hidden;
  height: 41.75rem;
  padding-bottom: 3.125rem;
  /* z-index: -1; */
}

.zjjs .zjjs-swiper .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  background: #000000;
}

.zjjs .zjjs-swiper .swiper-pagination-bullet-active {
  width: 1.8125rem;
  height: .5rem;
  background: #14A6AC;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}

.zjjs .max .zjjs-title a,
.yyxw-title a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 5rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: .625rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
}

.zjjs .max .zjjs-title a::before,
.yyxw .title a::before,
.yyxw-title a::before {
  content: "";
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url('../images/gd.png');
  background-size: 100% 100%;
  margin-right: .1875rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .max .zjjs-title a:hover::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.zjjs .max>.right ul {
  width: 100%;
  min-height: 50.25rem;
  background-color: #14A6AC;
  padding: 2.3125rem 2.75rem;
  box-sizing: border-box;
}

.zjjs .max>.right ul li {
  width: 100%;
  height: 3.9375rem;
  border: 1px solid #FFFFFF;
  margin-bottom: 1.875rem;
}

.zjjs .max>.right ul li:last-child {
  margin-bottom: 0;
}

.zjjs .max>.right ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 1.375rem;
  color: #FFFFFF;
  padding: 0 1.3125rem;
  box-sizing: border-box;
  transition: all .6s;
}

.zjjs .max>.right ul li a::after,
.zjjs .max>.right ul li a::before {
  content: "";
  display: flex;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/zdks-r.png');
  background-size: 100% 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs .max>.right ul li a:hover {
  background-color: #fff;
  color: #333333;
}

.zjjs .max>.right ul li a:hover::after,
.zjjs .max>.right ul li a:hover::before {
  background-image: url('../images/zdks-r-active.png');
}

.yyxw {
  /* min-height: 748px; */
  padding-top: 2.6875rem;
  padding-bottom: 4.0625rem;
  background-image: url('../images/yyxw-bg.jpg');
  background-size: cover;
  margin-top: -4rem;
}

.yyxw .max {
  display: flex;
  justify-content: space-between;
}

.yyxw .max>.left {
  width: 25%;
}

.yyxw .max .djzl {
  width: 42%;
}

.yyxw .max .tzggs {
  width: 25%;
  margin-top: 5.5rem;
}

.yyxw .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yyxw .title a {
  width: 5.875rem;
  height: 2.3125rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #FFFEFE;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 19px 19px 19px 19px;
  padding-left: .625rem;
  box-sizing: border-box;
}

.yyxw .title a::before {
  margin-right: .625rem;
  background-image: url('../images/gd-a.png');
}

.yyxw .title h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFEFE;
}

.yyxw .title p {
  font-size: 1rem;
  color: #FFFEFE;
}

.yyxws img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  margin-top: 1.875rem;
}

.yyxws ul {
  margin-top: 1.875rem;
}

.yyxws ul li a h3 {

  font-weight: 500;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yyxws ul li a h3::before {
  content: "";
  display: flex;
  width: .3125rem;
  height: .3125rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: .625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.yyxws ul li a p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .6;
}

.yyxws ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed rgba(255, 255, 255, .6);
  margin-bottom: 1.25rem;
}

.yyxws ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #fff;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxws ul li a:hover::after {
  width: 100%;
}

.djzl .djzl-swiper {
  width: 100%;
  height: 33.25rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 3.75rem;
}

.djzl .djzl-swiper img {
  width: 100%;
  object-fit: cover;
  height: 21.25rem;
  margin-top: 1.25rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.djzl .djzl-swiper i {
  overflow: hidden;
}

.djzl .djzl-swiper .swiper-slide:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.djzl .djzl-swiper h3 {
  font-weight: 500;
  font-size: 1.375rem;
  color: #FFFFFF;
  text-align: center;
  margin: 2.25rem 0;
}

.djzl .djzl-swiper p {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.75rem;
  display: -webkit-box;
  /* ç”¨äºŽ WebKit æµè§ˆå™¨ */
  -webkit-line-clamp: 3;
  /* é™åˆ¶ä¸º5è¡Œ */
  -webkit-box-orient: vertical;
  /* è®¾ç½®ä¸ºåž‚ç›´æ–¹å‘ */

  display: box;
  /* ç”¨äºŽ Firefox */
  box-orient: vertical;
  overflow: hidden;
}

.djzl .djzl-swiper .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  background: #000000;
  opacity: 1;
}

.djzl .djzl-swiper .swiper-pagination-bullet-active {
  width: 1.8125rem;
  height: .5rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}

.tzggs ul {
  margin-top: 40px;
}

.tzggs ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 1.75rem;
  margin-bottom: 2.9rem;
  border-bottom: 1px dashed #fff;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.tzggs ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #fff;
  width: 0%;
  transition: all .6s;
}

.tzggs ul li a:hover::after {
  width: 100%;
}

.tzggs ul li:last-child a {
  margin-bottom: 0;
}

.tzggs ul li a .date {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}

.tzggs ul li a .date p {
  font-size: 1.125rem;
  color: #FFFEFE;
  text-align: center;
  margin-bottom: 1.25rem;
  letter-spacing: .1875rem;
}

.tzggs ul li a .date i {
  font-size: 1.875rem;
  color: #FFFEFE;
  margin: 0 .625rem;
  margin-left: .25rem;
}

.tzggs ul li a .date p:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
}

.tzggs ul li a>p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #FFFEFE;
  display: -webkit-box;
  /* ç”¨äºŽ WebKit æµè§ˆå™¨ */
  -webkit-line-clamp: 2;
  /* é™åˆ¶ä¸º5è¡Œ */
  -webkit-box-orient: vertical;
  /* è®¾ç½®ä¸ºåž‚ç›´æ–¹å‘ */

  display: box;
  /* ç”¨äºŽ Firefox */
  box-orient: vertical;
  overflow: hidden;
}

.map {
  height: 23.75rem;
  position: relative;
  margin-top: 3.125rem;
}

.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background-color: rgba(20, 166, 172, 0.9);
  padding: 4.6875rem 2.6875rem;
  box-sizing: border-box;
  padding-bottom: 0;
}

.map .text .lxfs {
  display: flex;
  align-items: center;
  margin-bottom: 3.125rem;
}

.map .text .lxfs img {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: .625rem;
}

.map .text h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
}

.map .text .lxfs p {
  font-weight: 400;
  font-size: .875rem;
  color: #FFFFFF;
}

.map .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .9;
}

.map .text>p {
  margin-bottom: 2.75rem;
}

.foot {
  /* height: 21.5rem; */
  padding-top: 4.6875rem;
  padding-bottom: 4rem;
  background-color: #201f1f;
}

.foot p,
.foot li {
  color: #fff;
  opacity: .7;
  margin-right: 1rem;
  font-size: 1rem;
}

.foot .foot-top .left {
  width: 50%;
}

.foot ul {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 1.875rem;
}

.foot .foot-top .max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-top .right img {
  margin-bottom: .625rem;
  width: 5.8125rem;
  height: 5.8125rem;
}

.foot .foot-top .right p {
  font-weight: 300;
  font-size: .875rem;
}

.foot .foot-top {
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: .625rem;
}

.foot .foot-bot .max,
.foot .foot-bot .max .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-bot .max .left img {
  width: 3.125rem;
  height: 3.8125rem;
  object-fit: contain;
  margin-right: 1.25rem;
}

.foot .foot-bot {
  margin-top: 2.875rem
}

.foot .foot-bot a {
  font-size: .875rem;
  color: #fff;
  opacity: .7;
  text-align: right;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

/* å¤´éƒ¨ */
.menu {
  display: none;
  align-items: center
}

.menu-button {
  /* display: none; */
  padding: .9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar {
  position: relative;
  display: block;
  width: 2.875rem;
  height: .3125rem;
  margin: .625rem auto;
  background-color: #14A6AC;
  border-radius: .625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(.9375rem) rotate(-45deg);
  -ms-transform: translateY(.9375rem) rotate(-45deg);
  transform: translateY(.9375rem) rotate(-45deg);
  -moz-transform: translateY(.9375rem) rotate(-45deg);
  -o-transform: translateY(.9375rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-0.125rem) rotate(45deg);
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
  -moz-transform: translateY(-0.125rem) rotate(45deg);
  -ms-transform: translateY(-0.125rem) rotate(45deg);
  -o-transform: translateY(-0.125rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.phone-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
  overflow: auto;
}


.phone-list .max {
  padding-top: 3.75rem !important;
  min-height: 100vh;
  overflow: scroll;
  background-color: #14A6AC;
  box-sizing: border-box;
}

.phone-list .max>ul>li {
  margin-bottom: 1.25rem;
}

.phone-list .max>ul>li>a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
}

.phone-list .max .op {
  margin: 0 -0.625rem;
  margin-top: .3125rem;
}

.phone-list .max .op li {
  width: calc(100% / 3);
  float: left;
  height: 2.8125rem;
  margin-bottom: .625rem;
}

.phone-list .max .op a {
  font-size: 1rem;
  line-height: 2.1875rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  background-color: #fff;
  margin: 0 .625rem;
  box-sizing: border-box;
}

.phone-list .max .close {
  position: absolute;
  right: 1.25rem;
  top: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
}

.phone-list .max .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-list .search-box {
  width: 100%;
  border: .0625rem solid #ccc;
  height: 3.125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 1.875rem 0;
}

.phone-list .search-box input,
.phone-list .search-box button {
  border: 0;
  outline: none;

}

.phone-list .search-box input {
  width: 80%;
  height: 100%;
  padding-left: 1.25rem;
}

.phone-list .search-box button {
  width: 20%;
  background-color: #14A6AC;
  height: 100%;
  color: #fff;
}

.phone-list .logo {
  padding-bottom: 2.125rem;
  margin-top: 1.25rem;
  width: 11.25rem;
  object-fit: cover;
  height: 1.875rem;
}

.phone-list .logo img {
  width: 100%;
  height: 100%;
}

.ksjj-banner .max {
  position: relative;
  height: 16.25rem;
  background-size: cover;
  padding: 1.875rem 1.3125rem;
  box-sizing: border-box;
}

.lxwm-banner img {
  height: 25rem;

}

.wz,
.wz a {
  font-weight: 300;
  font-size: .875rem;
  color: #999999;
}

.wz a {
  margin: 0 .3125rem;
}

.ksjj-banner .ks-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.75rem;
  height: 5.125rem;
  background: #14A6AC;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.ksjj-banner .ks-name p {
  font-weight: 500;
  font-size: 1.875rem;
  color: #FFFFFF;
}

.ksjj-banner .ks-name::after,
.ksjj-banner .ks-name::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  bottom: 0;
  height: 1.9375rem;
  width: .9375rem;
  background: #CFB57D;
}

.ksjj-banner .ks-name::after {
  left: auto;
  right: -0.9375rem;
}

.ks .max {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.ks .left {
  width: 33%;
  background-color: #237182;
}

.ks .left h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #F7F7F7;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid #397f8f;
}

.ks .left h3::before {
  content: "";
  display: flex;
  width: 1.625rem;
  height: .4375rem;
  background: #C2A35F;
  margin-right: 2.125rem;
}

.ks .left ul {
  padding: 3.125rem 2.1875rem;
}

.ks .left ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.125rem;
}

.ks .left ul li:last-child {
  margin-bottom: 0;
}

.ks .left ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px dashed #C2A35F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 1.875rem;
}

.ks .left ul li i img {
  width: 1.6875rem;
  height: 1.5625rem;
  object-fit: contain;
}

.ks .left ul li .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #F7F7F7;
  margin-bottom: .625rem;
}

.ks .left ul li .text p:first-child {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.ks .right {
  position: relative;
  width: 67%;
}

.ks .right::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #F6F2E8;
  width: 100%;
  height: 88%;
}

.ks .right .box {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 95%;
  height: 85%;
  background: #FCFCFC;
  margin-top: 1.875rem;
  padding: 3.125rem 1.875rem;
  box-sizing: border-box;
  border-top: 1px solid #C2A35F;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.ks .right .box h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #353535;
  margin-bottom: 1.875rem;
}

.ks .right .box ul {
  margin: 0 -3.125rem;
  max-height: 25rem;
  overflow: auto;
}

.ks .right .box ul li {
  width: calc(100% / 4);
  float: left;
  padding: 0 3.125rem;
  margin-bottom: 1.875rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

.ks .right .box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #D9E7E7;
  padding-bottom: 1.25rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ks .right .box ul li a:hover {

  border-bottom: 1px dashed #C2A35F;
}

.ks .right .box ul li a:hover p {
  color: #C2A35F;
}

.ks .right .box ul li a p {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.125rem;
  color: #565656;
}

.ks .right .box ul li a img {
  width: 1.4375rem;
  height: 1.4375rem;
  object-fit: contain;
}

.ksjj .max {
display:none;
  padding: 4.5rem 3.125rem;
  box-sizing: border-box;
  background-color: #F5F8F9;
  margin-top: 1.875rem;
  margin-bottom:3.125rem;
}

.ksjj .max h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #353535;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.ksjj .max h3::before {
  content: "";
  display: flex;
  width: .375rem;
  height: 2.0625rem;
  background: #C2A35F;
  margin-right: .9375rem;
}

.ksjj .max h3 p {
  width: 100%;
  position: relative;
}

.ksjj .max h3 p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: .625rem;
  height: .625rem;
  background: #C2A35F;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.ksjj .max h3 p::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #C2A35F;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.ksjj .max .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #8F8F8F;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}

.ksdh .ss {

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 23.5625rem;
  height: 2.5625rem;
  margin: auto;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D2D2D2;
  margin-top: 2.5625rem;
  margin-bottom: 4rem;
}

.ksdh .ss input {
  padding-left: 1.25rem;
}

.ksdh .ss input::placeholder {
  font-weight: 400;
  font-size: .875rem;
  color: #909090;
}

.ksdh .ss input,
.ksdh .ss button {
  outline: none;
  border: 0;
  height: 100%;
  width: 70%;
}

.ksdh .ss button {
  font-weight: 500;
  width: 30%;
  background: #14A6AC;
  border-radius: 4px 4px 4px 4px;
  font-size: 1rem;
  color: #FFFFFF;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}

.ksdh .ksdh-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.ksdh .ksdh-list ul li {
  cursor: pointer;
  height: 2.5625rem;
  padding: 1.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 4px 4px;
  transition: all .6s;
  margin-bottom: .625rem;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .ksdh-list ul li.active,
.ksdh .ksdh-list ul li:hover {
  background: #14A6AC;
  color: #fff;
}

.ksdh .ksdh-list ul li:first-child {
  width: 5.75rem;
}

.ksdh .ksdh-list+img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 1.875rem;
}

.ksdh .ksdh-box ul {
  margin: 0 -0.625rem;
  min-height: 31.25rem;
}

.ksdh .ksdh-box ul li {
  width: calc(100% / 5);
  height: 4.1875rem;
  float: left;
  padding: 0 .625rem;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
}

.ksdh .ksdh-box ul li a {
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksdh .ksdh-box ul li a:hover {
  color: #fff;
  background-color: #14A6AC;
}

.lxwm {
  position: relative;
  margin-top: 9.375rem;
}

.lxwm img {
  width: 100%;
  height: 41.25rem;
  object-fit: cover;
}

.lxwm .text {
  padding: 2.8125rem 0;
  box-sizing: border-box;
  position: absolute;
  top: -6rem;
  right: 7.5rem;
  width: 41.5rem;
  height: 100%;
  background: #14A6AC;
}

.lxwm .text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.25rem;
}

.lxwm .text ul {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #5bc1c5;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
}

.lxwm .text ul li {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: relative;
}

.lxwm .text ul li::after {
  content: "";
  position: absolute;
  bottom: -2.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: .8125rem;
  height: .8125rem;
  border-radius: 50%;
  background: #14A6AC;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.lxwm .text ul li.active::after {
  background-color: #C2A35F;
}

.lxwm .cont {
  position: relative;

}

.lxwm .cont h3 {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #43b8bd;
  padding-bottom: 1.875rem;
  margin-bottom: 2rem;
}

.lxwm .cont h3::before {
  content: "";
  display: flex;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url('../images/lxwm-icon.png');
  background-size: 100% 100%;
  margin: 0 1.25rem;
}

.lxwm .cont p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  padding-left: 1.875rem;
  margin: .9375rem 0;
}

.lxwm .cont .texts {
  width: 100%;
  position: absolute;
  padding: 6.25rem 4rem;
  box-sizing: border-box;
  top: 0;
  left: 0rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lxwm .cont .texts.ops {
  opacity: 0;
  z-index: -1;
}

.info .max {
  margin-top: 1.875rem;
  margin-bottom: 9.6875rem;
}

.info .max,
.info .max .left {
  display: flex;
  justify-content: space-between;
}

.info .max .left {
  width: 65%;

}

.info .max .left .sher-main {
  display: flex;
  flex-direction: column;
  margin-top: 3.75rem;
}

.social-share .social-share-icon {
  width: 3.375rem;
  height: 3.375rem;
  background: #D7A076;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-share .social-share-icon:before {
  display: block;
  font-size: 2rem;
}

.info .max .left .info-text {
width:90%;
  margin-left: 4.0625rem;
}

.info .max .left .info-text h3 {
  font-weight: bold;
  font-size: 1.625rem;
  color: #14A6AC;
  text-align: center;
  margin-bottom: 2rem;
}

.info .max .left .info-text .zz {
  text-align: center;
  margin-bottom: 5.25rem;
}

.info .max .left .info-text .zz span {
  font-weight: 300;
  font-size: .875rem;
  color: #999999;
  margin-right: 1.25rem;
}
.info .max .left .info-text img{
  object-fit: contain;
  <!--width:100%;-->
}

.info .max .left .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #8F8F8F;
  line-height: 1.625rem;
  
  margin-bottom: 1.25rem;
  background-color: transparent !important;
}
.info .max .left .text h3,.info .max .left .text h1{
  background-color: transparent !important;
}
.info .max .left .text p span{
  text-wrap: wrap !important;
}
.info .max .left .text {
  margin-bottom: 9.375rem;
}

.info .max .left .info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .max .left .info-list a {
  max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  display: flex;
  align-items: center;
  height: 3.8125rem;
  font-weight: 400;
  padding: 0 .625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
  color: #3F3F3F;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .max .left .info-list a span {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info .max .left .info-list a:first-child:before {
  content: "";
  display: flex;
  width: .75rem;
  height: 1.4375rem;
  background-image: url('../images/info-arr-left.png');
  background-size: 100% 100%;
  margin-right: 1.625rem;
}

.info .max .left .info-list a:last-child::after {
  content: "";
  display: flex;
  width: .75rem;
  height: 1.4375rem;
  background-image: url('../images/info-arr-right.png');
  background-size: 100% 100%;
  margin-left: 1.625rem;
}

.info .max .left .info-list a:hover {
  background-color: #11999E;
  color: #fff;
}

.info .max .left .info-list a:hover:first-child::before {
  background-image: url('../images/info-arr-left-active.png');
}

.info .max .left .info-list a:hover:last-child::after {
  background-image: url('../images/info-arr-right-active.png');
}

.info .max .right {
  width: 27%;
  height: max-content;
  background-color: #fff;
  padding: 2.9375rem 0;
  border-top: 10px solid #14A6AC;
}

.info .max .right h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #14A6AC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.6875rem;

}

.info .max .right h3::before,
.info .max .right h3::after {
  content: "";
  display: flex;
  width: 4.8125rem;
  height: 1.25rem;
  background-image: url('../images/info-title-left.png');
  background-size: 100% 100%;
  margin-right: 1.4375rem;
}

.info .max .right h3::after {
  background-image: url('../images/info-title-right.png');
  margin-right: 0;
  margin-left: 1.4375rem;
}

.info .max .right ul {
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.info .max .right ul li a p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #3F3F3F;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .max .right ul li a:hover p{
  color: #14A6AC;
}

.info .max .right ul li a p:last-child {
  font-weight: 400;
  font-size: .875rem;
  color: #999999;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.info .max .right ul li a p:last-child::before {
  content: "";
  display: flex;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/time.png');
  background-size: 100% 100%;
  margin-right: .9375rem;
}

.info .max .right ul li a p:last-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: flex;
  width: 70%;
  height: 1px;
  background-color: #EBEBEB;
}

.info .max .right ul li {
  margin-bottom: 2.625rem;
}

.info .max .right ul li:last-child {
  margin-bottom: 0;
}

.yyxw-banner .swiper-slide::after {
  display: none;
}

.yyxw-banner .swiper-slide {
  background-size: 100% 100%;
}

.yyxw-banner .yyxw-swiper {
  position: relative;
  overflow: hidden;
  height: 40.875rem;
}

.yyxw-banner .swiper-slide .max {
  height: 100%;
  /* width: 100%; */
  position: relative;
}

.yyxw-banner .swiper-slide .max p {
  display: none;
  position: absolute;
  min-width: 26.4375rem;
  max-width: 37.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #F7F7F7;
  padding: 1.125rem 1.625rem;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(0, 0, 0, .4);
}

.yyxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: .875rem;
  height: .875rem;
  background: #FFFFFF;
  opacity: 1;
}

.yyxw-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #14A6AC;
}

.yyxw-banner .swiper-pagination {
  width: max-content;
  left: auto;
  right: 9.875rem;
  bottom: 12%;
}

.yyxws-swiper {
  position: relative;
  overflow: hidden;
  height: max-content;
}

.yyxwss .box {
  display: flex;
  justify-content: space-between;
}

.yyxws-swiper,
.yyxwss .box .right {
  width: 52%;
}

.yyxws-swiper .swiper-slide .left img {
  width: 100%;
  height: 32.9375rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxws-swiper .swiper-slide .left p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 2rem;
}

.yyxwss .box .right ul li a {
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  height: 10.8125rem;
  /* padding: 1.6875rem 0; */
  padding-left: 1.9375rem;
  box-sizing: border-box;
  margin-bottom: 2.1875rem;
}

.yyxwss .box .right ul li a .text>img {
  width: 1.3125rem;
  height: .375rem;
}

.yyxwss .box .right ul li a .top p {
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
}

.yyxwss .box .right ul li a i {
  display: block;
  width: 15.5625rem;
  height: 100%;
  overflow: hidden;
}

.yyxwss .box .right ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yyxwss .box .right ul li a .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yyxwss .box .right ul li a .text>p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  display: -webkit-box;
  /* ç”¨äºŽ WebKit æµè§ˆå™¨ */
  -webkit-line-clamp: 2;
  /* é™åˆ¶ä¸º5è¡Œ */
  -webkit-box-orient: vertical;
  /* è®¾ç½®ä¸ºåž‚ç›´æ–¹å‘ */

  display: box;
  /* ç”¨äºŽ Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.yyxwss .box .right ul li a .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.yyxwss {
  background-image: url('../images/yyxws-bg.jpg');
  background-size: 100% 14.6875rem;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 3.75rem;
}

.yyxwss .swiper-pagination {
  width: max-content;
  left: auto;
  right: 0;
}

.yyxwss .swiper-pagination .swiper-pagination-bullet {
  width: .875rem;
  height: .875rem;
  opacity: 1;
  background: #FFFFFF;
}

.yyxwss .swiper-pagination .swiper-pagination-bullet-active {
  background: #CFB57D;
}

.yyxwss .box .right ul li a:hover i img,
.yyxws-swiper:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.yyxwss .box .right ul li a:hover .text>p {
  color: #14A6AC;
}

.yyxwss .box .right {
  width: 45%;
}

.yyxws-swiper .swiper-slide .left a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yyxwss .yyxw-title {
  margin: 2.6875rem 0;
  margin-bottom: 1.375rem;
}

.yyxw-title a:hover {
  transform: translate(-1.25rem);
  -webkit-transform: translate(-1.25rem);
  -moz-transform: translate(-1.25rem);
  -ms-transform: translate(-1.25rem);
  -o-transform: translate(-1.25rem);
}

.tzgg-text .max {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.625rem;
}

.tzgg-text .max .left,
.tzgg-text .max .right {
  width: 48%;
  padding-top: 2.8125rem;
}

.tzgg-text .max .left .date h3 {
  text-align: right;
  font-weight: bold;
  font-size: 1.75rem;
  color: #14A6AC;
}

.tzgg-text .max .left .date p {
  font-weight: 400;
  font-size: 1rem;
  color: #14A6AC;
}

.tzgg-text .max .left i {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.tzgg-text .max .left .text h3 {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .625rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.tzgg-text .max .left .text p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: .875rem;
  color: #999999;
  transition: all .6s;
}

.tzgg-text .max .left ul li a:hover p,
.tzgg-text .max .left ul li a:hover h3,
.tzgg-text .right ul li a:hover p {
  color: #14A6AC;
}

.tzgg-text .max .left ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.5625rem;
  border-bottom: 1px solid #ededed;
  margin-top: 2.9375rem;
}

.tzgg-text .max .left .text {
  width: 83%;
}

.tzgg-text .right {
  background-color: #fff;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  box-sizing: border-box;
}

.tzgg-text .right ul li a {
  margin-top: 2.9375rem;
  display: block;
}

.tzgg-text .right ul li a h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #14A6AC;
  position: relative;
}

.tzgg-text .right ul li a h3::after {
  content: "";
  display: block;
  width: 82%;
  height: 1px;
  background-color: #14A6AC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.tzgg-text .right ul li a p {
  margin-top: 1.875rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tzgg-text .right ul li a:not(.tzgg-text .right ul li:first-child a) {
  margin-top: 4.125rem;
}

.tzgg-text .right .yyxw-title a {
  background: #F7F7F7;
}

.news-list ul li a {
  margin-bottom: 4.1875rem;
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.news-list ul li a .left {
  width: 18%;
  max-width: 18.1875rem;
  height: 12.6875rem;
  margin-right: 2%;
  overflow: hidden;
}

.news-list ul li a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.news-list ul li a .right {
  width: 80%;
}

.news-list ul li a .right h3 {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  padding-top: .875rem;
}

.news-list ul li a .right p {
  font-weight: 400;
  font-size: 1rem;
  color: #8F8F8F;
  line-height: 1.625rem;
  display: -webkit-box;
  /* ç”¨äºŽ WebKit æµè§ˆå™¨ */
  -webkit-line-clamp: 2;
  /* é™åˆ¶ä¸º5è¡Œ */
  -webkit-box-orient: vertical;
  /* è®¾ç½®ä¸ºåž‚ç›´æ–¹å‘ */

  display: box;
  /* ç”¨äºŽ Firefox */
  box-orient: vertical;

  overflow: hidden;
  margin-top: 1.8125rem;
}

.news-list ul li a .right p.time {
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
  position: relative;
  margin-top: 3.6rem;
}

.news-list ul li a .right p.time::after {
  content: "";
  position: absolute;
  left: 5.75rem;
  top: 50%;
  transform: translate(0, -50%);
  height: 1.375rem;
  width: 1.25rem;
  background-image: url('../images/new-list-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.news-list ul li a .right p.time::before {
  content: "";
  width: 91%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background-color: #E7E7E7;
}

.news-list ul li a:hover .left img {
  transform: scale(1.08);
}

.news-list ul li a:hover p,
.news-list ul li a:hover h3 {
  color: #14A6AC;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages>ul {
  width: max-content;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  box-sizing: border-box;
  margin: 0;
}

.pages ul a {
  display: inline-block;
  padding: 1.125rem 1.3125rem;

  margin-left: 1px;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
  background-color: #fff;
}

.pages ul a.curr,
.pages ul a:hover {
  background-color: #14A6AC;
  color: #fff;
}

.news-list,
.news-list2 {
  margin-bottom: 5.375rem;
}

.news-list2 ul li a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.8125rem;
  padding-top: 2.75rem;
  border-bottom: 1px solid #e7e7e7;
  background-image: none;
  position: relative;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.news-list2 ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/xwlb-bg.jpg');
  background-size: 100% 100%;
  z-index: -1;
  transition: all .6s;
  opacity: 0;
}

.news-list2 ul li a:hover::after {
  opacity: 1;
}
.news-list2 ul li a:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.news-list2 ul li a:hover .date {
  background-image: none;
}

.news-list2 ul li a:hover p,
.news-list2 ul li a:hover h3 {
  color: #fff !important;
}

.news-list2 ul li a .date {
  max-width: 7.5rem;
  transition: all .1s;
  width: 10%;
  margin-right: 2%;
  height: 6.875rem;
  background-image: url('../images/xwlb-icon.jpg');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
}

.news-list2 ul li a .date h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #646464;
}

.news-list2 ul li a .date p {
  font-weight: bold;
  font-size: 1.125rem;
  color: #646464;
}

.news-list2 ul li a .text {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list2 ul li a .text h3 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}

.news-list2 ul li a .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #8F8F8F;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
  overflow: hidden;
}

.news-list2 ul {
  margin-bottom: 4.375rem;
  margin-top: 2.125rem;
}

.yltd-list .list {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
}

.yltd-list .list:first-child {
  border-bottom: 0;
}

.yltd-list .list p {
  width: 10%;
  font-weight: bold;
  font-size: 1.125rem;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-right: 1px solid #e7e7e7;
}

.yltd-list .list ul {
  width: 90%;
  max-height: 12.5rem;
  overflow: auto;
  background-color: #f8f8f8;
  padding: 1.25rem;
  box-sizing: border-box;
}

.yltd-list .list ul li {
  cursor: pointer;
  width: calc(100% / 8);
  /* margin-bottom: 1.875rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  height: 2.75rem;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  transition: all .6;
  -webkit-transition: all .6;
  -moz-transition: all .6;
  -ms-transition: all .6;
  -o-transition: all .6;
}

.yltd-list .list:first-child ul {
  min-height: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.yltd-list .list ul li:hover,
.yltd-list .list ul li.active {
  background: #14A6AC;
  color: #fff;
}

.zjjs-cont .zj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.125rem;
  margin-bottom: .9375rem;
}
.zjjs-cont .pages{
  margin-top: 3.125rem;
}
.zjjs-cont .zj .left h3 {
  font-size: 1.5rem;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 4.5rem;
}

.zjjs-cont .zj .left h3 img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  margin-right: .625rem;
}

.zjjs-cont .zj .left .tab p {
  font-size: .9375rem;
  color: #666666;
}

.zjjs-cont .zj .left {
  min-width: 20%;
  justify-content: space-between;
}

.zjjs-cont .zj .left,
.zjjs-cont .zj .left .tab {
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .left .tab ul li {
  min-width: 10.625rem;
  height: 2.625rem;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: .625rem;
}

.zjjs-cont .zj .left .tab ul li::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: .875rem;
  height: .75rem;
  background-image: url('../images/zjtd-close.png');
  background-size: 100%;
}

.zjjs-cont .zj .left .tab ul {
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .right {
  width: 24.5625rem;
  height: 2.75rem;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .right input {
  width: 80%;
  border: 0;
  outline: none;
  height: 100%;
  padding-left: .625rem;
  font-size: .875rem;
  color: #999999;
}

.zjjs-cont .zj .right p {
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.75rem;
  background-color: #14A6AC;
  font-size: 1rem;
  color: #FFFFFF;
}

.zjjs-cont .box ul {
  margin: 0 -1.25rem;
}

.zjjs-cont .box ul li {
  width: calc(100% / 3);
  float: left;
  padding: 1.0625rem .625rem !important;
  box-sizing: border-box;
}

.zjjs-cont .box .item a:hover img,
.tksys-swiper .item a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.zjjs-cont .box .item .text h3 {
  width: max-content;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  color: #363636;
  position: relative;
  margin-bottom: 1.875rem;
}

.zjjs-cont .box .item .text h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  bottom: -0.625rem;
  left: 0;
  width: 30%;
  height: .1875rem;
  background: #14A6AC;
}

.zjjs-cont .box .item a {
  position: relative;
}

.zjjs-cont .box .item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: .1875rem solid #C2A35F;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs-cont .box .item a:hover::after {
  width: 100%;
}

.zjjs-cont .box .item a {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* box-shadow: 0px 0px 1.1875rem 0px #DBDBDB; */
  border: 1px solid #DDDDDD;
  padding: 1.875rem;
  box-sizing: border-box;
}

.zjjs-cont .box .item .text p {
  font-weight: 400;
  font-size: .875rem;
  color: #666666;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zjjs-cont .box .item .img {
  width: 11.5rem;
  height: 17.25rem;
  overflow: hidden;
}

.zjjs-cont .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zjjs-cont .box .item .text {
  width: 56%;
  /* height: 100%; */
}

.zjjs-cont .box .item .text p:last-child {
  margin-top: 2.5rem;
}

.yltd {
  padding-bottom: 3.5625rem;
}
.yygk-list .max{
  position: relative;
  margin-top: -7.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yygk-list .left{
  width: 20%;
  max-width: 18.0625rem;
    height: 9.625rem;
    background: #14A6AC;
    padding: 2.5rem 1.875rem;
    box-sizing: border-box;
}
.yygk-list .left h3{
  font-weight: bold;
    font-size: 2.25rem;
    color: #F7F7F7;
}
.yygk-list .left p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #F7F7F7;
}
.yygk-list .right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86%;
  height: 7.1875rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
.yygk-list .right ul{
  width: 80%;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.yygk-list .right ul li{
  width: calc(100% / 5);
  float: left;
}
.yygk-list .right ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    padding: 0 1.6875rem;
    box-sizing: border-box;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.yygk-list .right ul li.active a,.yygk-list .right ul li a:hover{
  background-color: #AF8B65;
  color: #fff;
}
.yygk-list .right ul li a::after,.yygk-list .right ul li a::before{
  content: "";
  display: flex;
  width: 1.3125rem;
  height: .5rem;
  background-image: url('../images/ldcy-arr-right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yygk-list .right ul li a::before{
  background-image: url('../images/ldcy-arr-left.png');
}
.ldcy{
  position: relative;
  margin-top: 8.125rem;
  padding-bottom: 2.625rem;
}
.ldcy ul li a{
  height: 15.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.6875rem 2.5rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 7.5625rem;
}
.ldcy ul li a .left{
  display: flex;
  position: relative;
  height: 100%;
}
.ldcy ul li a .left i{
  display: block;
  width: 14.4375rem;
    height: 18.375rem;
    position: relative;
    overflow: hidden;
    /* position: absolute; */
      left: 0;
      top: -8.2rem;
}
.ldcy ul li a .left i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.ldcy ul li:hover .left img{
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.ldcy ul li a .left .text{
  margin-left: 1.875rem;
}
.ldcy ul li a .left .text h3{
  width: 9.75rem;
    height: 3rem;
    background: #AF8B65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
      font-size: 1.5rem;
      color: #FFFFFF;
}
.ldcy ul li a .left .text p{
  font-weight: 500;
    font-size: 1.125rem;
    color: #14A6AC;
    margin-top: 1.875rem;
}
.ldcy ul li a p{
  font-weight: 500;
    font-size: 1.125rem;
    color: #14A6AC;
    display: flex;
    align-items: center;
}
.ldcy ul li a .right p::before{
  content: "";
  display: flex;
  width: 1.25rem;
    height: 1.25rem;
    background-image: url('../images/ldcy-add.png');
    background-size: 100% 100%;
    margin-right: .625rem;
}
.ldcy ul{
  margin: 0 -1.4063rem;
  /* margin-bottom: 4.75rem; */
}
.ldcy ul li{
  width: calc(100% / 2);
  float: left;
  padding: 0 1.4063rem;
  box-sizing: border-box;
}

.ld-info{
  position: relative;
  margin-top: 4.4375rem;
  margin-bottom: 7.5rem;
  padding: 5.125rem 0;
    padding-bottom: 6.5625rem;
}
.ld-info .left{
  max-width: 35.5625rem;
  width: 36%;
    height: 23.125rem;
    background: #237182;
}
.ld-info .max,.ld-info .left{
  display: flex;
  justify-content: space-between;
}
.ld-info .left img{
  position: relative;
  top: -3.5rem;
  left: 1.25rem;
  max-width: 14.4375rem;
  width: 40%;
    height: 18.375rem;
    object-fit: cover;
}
.ld-info .left .text{
  width: 60%;
}
.ld-info .left h3{
  font-weight: bold;
    font-size: 1.5rem;
    color: #F7F7F7;
    text-align: center;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #397f8f;
    margin-bottom: 3.75rem;
    margin-top: 2.625rem;
}
.ld-info .left p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #F7F7F7;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    margin-left: 2.625rem;
}
.ld-info .left p::before{
    content: "";
    display: flex;
    width: .375rem;
    height: .375rem;
    background: #C2A35F;
    margin-right: .625rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ld-info .right{
  margin-top: -3.4rem;
  width: 70%;
  height: 17.9375rem;
  background-color: #fff;
  margin-left: 2.25rem;
  padding: 2.8125rem;
  box-sizing: border-box;
}
.ld-info .right p{
  font-weight: 400;
    font-size: 1rem;
    color: #8F8F8F;
    line-height: 1.625rem;
    display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      display: box;
      box-orient: vertical;
      overflow: hidden;
}
.ld-info::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  display: inline-block;
  background-color: #F5F8F9;
  z-index: -1;
}
.ld-info .max{
  margin-top: 3rem;
}
.yyhj{
  margin-bottom: 2.875rem;
}
.yyhj .max>ul {
  margin: 0 -2.4375rem;
  margin-top: 6.25rem;
}
.yyhj .pages{
  margin-top: .9375rem;
}
.yyhj ul li{
  width: calc(100% / 3);
  position: relative;
  float: left;
  padding: 0 2.4375rem;
  box-sizing: border-box;
  margin-bottom: 1.5625rem;
}
.yyhj ul li a{
  position: relative;
  display: inline-block;
  width: 100%;
}
.yyhj ul li a img{
  width: 100%;
  height: 22.8125rem;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.yyhj ul li a>p{
  font-weight: 500;
  font-size: 1.25rem;
  
  color: #333333;
  margin: 1.75rem 0;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.yyhj ul li a::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #14A6AC;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.yyhj ul li a:hover p{
  color: #14A6AC;
}
.yyhj ul li a:hover::after{
  width: 100%;
}
.yyhj ul li a:hover img{
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
}
.yyhj ul li a i{
  position: relative;
  display: block;
  overflow: hidden;
}
.yyhj ul li a i p{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7rem;
    height: 3.875rem;
    background: rgba(20, 166, 172, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.yyhj ul li a i p::after{
  content: "";
  display: flex;
  width: 1.3125rem;
    height: .375rem;
    background-image: url('../images/yyhj-arr.png');
    background-size: 100% 100%;
}
.yyjj{
  margin-top: 7.875rem;
  margin-bottom: 8.25rem;
}
.yyjj .left{
  width: 50%;
}
.yyjj .left img{
  width: 100%;
  height: 38rem;
}
.yyjj .left ul{
  position: relative;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color:#d9c497;
  border-bottom: 1px solid #d9c497;
  background-image: url('../images/yyjj-bg.jpg');
}
.yyjj .left ul li h3{
  font-weight: bold;
    font-size: 1.875rem;
    color: #fff;
}
.yyjj .left ul li p{
  font-size: 1rem;
  color: #fff;
}
.yyjj .left ul li{
  padding-bottom: 1.875rem;
  
}
.yyjj .left ul li:first-child{
  padding-left: 1.875rem;
}
.yyjj .max{
  position: relative;
  display: flex;
  justify-content: space-between;
}
<!--.yyjj .max::after{-->
<!--  position: absolute;-->
<!--  bottom: 103px;-->
<!--  left: 0;-->
<!--  z-index: -1;-->
<!--  display: flex;-->
<!--  width: 80%;-->
<!--  content: "";-->
<!--  height: 12.875rem;-->
<!--  background-image: url('../images/yyjj-bg.jpg');-->
<!--  background-size: 100% 100%;-->
<!--}-->
.yyjj .max .right{
  width: 50%;
  height: 115%;
}
.yyjj .max .right>h3{
  font-weight: bold;
    font-size: 1.75rem;
    color: #14A6AC;
    margin-left: 6.5rem;
    margin-top: 2.6875rem;
    margin-bottom: .625rem;
}
.yyjj .max .right .text{
  background: #0B898E;
  height: max-content;
  max-height: 121%;
  position: relative;
  /* overflow: auto; */
}
.yyjj .max .right .text h3{
  font-weight: bold;
  font-size: 3.75rem;
  color: #24959a;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2rem;
}
.yyjj .max .right .text h3::before{
  content: "";
  display: flex;
  width: 2.25rem;
    height: 1.875rem;
    background: #F2DDB5;
    margin-right: 1.875rem;
}
.yyjj .max .right .text p{
  padding: 0 3.625rem;
  box-sizing: border-box;
  font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    text-indent: 2em;
}
.yyjj .max .right .text p.texts{
  text-indent: 0;
}
.yyjj .max .right{
  position:relative;
  
}
.yyjj .max .right::after{
  content: "";
  position: absolute;
  top: 3.3rem;
    right: 1rem;
  display: flex;
  width: 11.625rem;
  height: 2.5rem;
  background-color: #F2DDB5;
}
.yyjj .max .right .text::after{
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  display: flex;
  width: 11.625rem;
  height: 2.5rem;
  background-color: #F2DDB5;
}
.zzjg{
  margin-top: 6.25rem;
  margin-bottom: 7.375rem;
}
.zzjg .text h3{
  width: 11.75rem;
    height: 3.9375rem;
    background: #13969B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
      font-size: 1.5rem;
      color: #F7F7F7;
}
.zzjg .text::after,.zzjg .text::before{
  content: "";
  display: flex;
  width: 44%;
    height: .4375rem;
    background-image: url('../images/zzjg-link-left.png');
    background-size: 100% 100%;
}
.zzjg .text::after{
  background-image: url('../images/zzjg-link-right.png');
}
.zzjg .text{
  display: flex;
  align-items: center;
}
.zzjg .box{
  background-image: url('../images/zzjg-bg.jpg');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6875rem 8.375rem;
}
img,table{
  max-width: 100%;
}
table{
  border-collapse: collapse;
}
.zjjss .sc{
  background-image: url('../images/zjjj-text-bg.jpg');
  background-size: 100% 100%;
  padding: 3.5625rem 4.75rem;
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.zjjss .sc .left{
  position: relative;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.zjjss .sc .left::before{
  content: "";
  display: flex;
  width: 1.625rem;
    height: .4375rem;
    background: #C2A35F;
    position: absolute;
    top: -.25rem;
    left: -4.6875rem;
}
.zjjss .sc .left i{
  display: block;
  max-width: 15rem;
  width: 35%;
    height: 19.25rem;
    margin-right: 2%;
}
.zjjss .sc .left i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zjjss .sc .left .text{
  width: 63%;
  text-align: left;
}
.zjjss .sc .left .text h3{
  font-weight: 500;
    font-size: 1.5rem;
    color: #F7F7F7;
    padding-bottom: 1.9375rem;
    position: relative;
    margin-bottom: 5.625rem;
}
.zjjss .sc .left .text h3::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 2.5rem;
    height: .3125rem;
    background: #FFFFFF;
    
}
.zjjss .sc .left .text p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #F7F7F7;
    line-height: 2.25rem;
    margin-bottom: 2.625rem;
}
.zjjss .sc .left .text p:last-child{
  margin-bottom: 0;
}
.zjjss .sc .right{
  max-height: 18.75rem;
  overflow: auto;
  width: 50%;
  border: 1px solid #397f8f;
  border-left-width: 5px;
  border-right-width: 5px;
  padding: 2.5625rem;
  box-sizing: border-box;
}
.zjjss .sc .right h3{
  position: relative;
  font-weight: bold;
    font-size: 1.25rem;
    color: #F7F7F7;
    margin-bottom: 1.75rem;
}
.zjjss .sc .right h3::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #397f8f;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
}
.zjjss .sc .right h3::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4rem;
    width: .5rem;
      height: .5rem;
    transform: translate(0, -50%);
    background-color: #397f8f;
}
.zjjss .sc .right p{
  font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.625rem;
}
.ysjs{
  height: 24.25rem;
  background: #F5F8F9;
    border-radius: 4px 4px 4px 4px;
    padding: 4.5rem 3.3125rem;
    box-sizing: border-box;
    overflow: auto;
    margin-top: 3.75rem;
}
.ysjs h3{
  font-weight: bold;
    font-size: 1.5rem;
    color: #353535;
    margin-bottom: 3.75rem;
    display: flex;
    align-items: center;
}
.ysjs h3::before{
  content: "";
  display: flex;
  width: .3125rem;
    height: 1.625rem;
    background: #C2A35F;
    margin-right: 1.25rem;
}
.ysjs h3::after{
  content: "";
  display: flex;
  width: 88%;
  height: .625rem;
  background-image: url('../images/zjjs-link.png');
  background-size: 100% 100%;
  margin-left: 1.875rem;
}
.ysjs p{
  font-weight: 400;
    font-size: 1rem;
    color: #8F8F8F;
    line-height: 1.625rem;
}
.czxx{
  margin-top: 3.75rem;
  margin-bottom: 4.4375rem;
}
.czxx .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.375rem;
}
.czxx .top h3{
  font-weight: bold;
    font-size: 1.5rem;
    color: #353535;
    display: flex;
    align-items: center;
}
.czxx .top h3::before{
  content: "";
  display: flex;
  width:.3125rem;
    height: 1.625rem;
    background: #14A6AC;
    margin-right: .625rem;
}
.czxx .top hr{
  width: 80%;
  border: 1px solid #ededed;
}
.czxx .top p{
  font-weight: 400;
    font-size: 1rem;
    color: #353535;
    display: flex;
    align-items: center;
}
.czxx .top p::before{
  content: "";
  width: .75rem;
    height: .75rem;
    background: #C2A35F;
    margin-right: .9375rem;
}
.czxx table{
  width: 100%;
  text-align: center;
  border-color: #ededed;
}
.czxx table th,.czxx table td{
  height: 3.5rem;
  
}
.czxx table th{
  background: #14A6AC;
  color: #fff;
  border-color: #fff;
  font-weight: 500;
    font-size: 1.125rem;
    color: #FFFFFF;
}
.czxx table td p{
  width: .75rem;
    height: .75rem;
    background: #C2A35F;
    margin: auto;
}