html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;
}
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(237, 237, 237, 1);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(200, 200, 200, 1);
}

::-webkit-scrollbar-track {
  background: rgba(250, 250, 250, 1);
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

iframe {
  position: relative;
  z-index: 999999;
  width: 100%;
  height: 88px;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 600px;
  position: relative;
}

.swiper-container .notice::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #FFF;
  position: absolute;
  left: -10px;
  bottom: -20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 86px;
  height: 4px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.lan {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.lan .region {
  position: absolute;
  width: 20vw;
  background-color: white;
  height: 500px;
  right: 0px;
  top: 80px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  display: none;
}

.lan .region ul {
  max-width: 20vw;
  min-width: auto !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.region-icon {
  width: 22px;
  height: 16px;
  background-image: url(https://cdn.globalso.com/horsent/style/global/img/all-m.gif);
  background-repeat: no-repeat;
}

.lan .region ul li {
  width: 32%;

}

.lan:hover {
  color: #73b0e9;
}

.lan:hover .region {
  display: block;
}

.lan:hover .upArrow {
  transform: rotate(-180deg);
}

.lan img {
  width: 30px;
  height: 30px;
}

.lan span {
  margin-left: 10px;
}

.fp-table {
  flex-direction: inherit;
}


/* nav */
.nav {
  width: 100%;
  height: 165px;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  line-height: 90px;

}

/* #nav{
    display: ;
} */
.nav .wrapper {
  width: 100%;
  height: 120px;
  background-color: white;
  border-bottom: 1px solid #e9e9e9;
}

.nav .logo {
  margin-top: 10px;
  display: flex;
  /* width: 28%; */
  max-width: 530px;
  height: 100%;
  width: 310px;
  height: 60px;
  justify-content: space-between;
}

.nav2 {
  bottom: 0;
  top: 0;
  width: 95%;
}

.nav .top1 {
  width: 1200px;
  height:100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: white;
}

.nav .logo .titles h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 44px;
}

.nav .logo .titles p {
  color: #333;
  font-size: 12px;
  line-height: 12px;
}

.nav .hanlder form {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 380px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #039a4d;
}

.nav .hanlder form input {
  width: 316px;
  /* height: 40px; */
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
}

.nav .hanlder form input::placeholder {
  /* padding-left: 20px; */
}

.nav .hanlder form button {
  width: 64px;
  height: 40px;
  background-color: #009b4d;
  text-align: center;
  line-height: 40px;
  outline: none;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .nav-list {
  width: 100%;
  height: 58px;
  background-color: white;

}

.nav .nav-list ul {
  width: 1360px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  padding: 0;

}

.nav .nav-list ul li {
  line-height: 58px;
  min-width: 51px;
  margin-top: -2px;
  text-align: center;
  border-top: 4px solid transparent;
}

.nav .nav-list ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 58px;
}

.nav .nav-list ul .active {
  border-top: 4px solid #009b4d;
}

.nav .nav-list ul .active a {
  font-weight: 600;

}

.navBtn {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999999999999999;

  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: white;
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.gxHead {
  display: none;
  width: 100%;
  background-color: white;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  /* margin: 15px; */
  height: 70%;
  width: 80%;
  margin: 10px;
}

.gxHead .logo img {
  height: 100%;
  width: 100%;
}

.navBtn span {
  position: absolute;
  top: 20px;
  display: block;
  width: 38px;
  height: 4px;
  left: 10px;
  border: 0px solid rgba(0,155,79,0.85);
  background-color: rgba(0,155,79,0.85);
  -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(2) {
  top: 30px;
  width: 28px;
}

.navBtn span:nth-of-type(3) {
  top: 40px;
  bottom: 0;
  width: 18px;
  -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(4) {
  color: rgba(0,155,79,0.85);
  margin-top: 5px;
  border: none;
  background-color: transparent;
  width: 100%;
}

.navBtn.expanded:hover span {
  transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
  top: 30px;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
  -webkit-transform: rotate(45deg);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-45deg);
  transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


.index-container {
  width: 100%;
  min-height: 100vh;
}

.wrap {
  width: 1360px;
  margin: 0 auto;
}

.page1 {
  width: 100%;
  /* height: 875px; */
  padding-bottom: 50px;
  /* background-image: url(../images/bg1.jpg); */
  background-color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;

}


.page1 .wrap .tabs {
  width: 1360px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  margin-top: -80px;
  background-color: #ffffff;
  box-shadow: 0px 13px 15px 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}



.page1 .wrap .tabs ul {
  float: right;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  background-color: white;
  padding: 0;
  z-index: 2;
  border-radius: 10px;
  /* justify-content: space-between; */
}

.page1 .wrap .tabs ul li {
  width: 16.6%;
  text-align: center;
  height: 80px;
  margin-top: 50px;
  border-right: 1px solid #ededed;
}

.page1 .wrap .tabs ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page1 .wrap .tabs ul li a p {
  font-size: 18px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;

}

.page1 .wrap .tabs ul li a img {
  width: 44px;
  height: 44px;

}

.page1 .zf {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.page1 .zf .left img {
  width: 100%;
  height: 100%;

}

.page1 .zf .left {
  width: 48%;

}

.page1 .zf .right {
  width: 48%;
  border: solid 5px #cc0000;
  height: 119px;
}

.page1 .zf .right a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10%;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.page1 .zf .right a div:nth-child(2) {
  font-size: 18px;
  color: #000;
}

.page1 .zf .right a div:nth-child(1) {

  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  color: #cc0000;
}

.page1 .news-center {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.page1 .news-center .left h1 {
  font-weight: 500;
  font-size: 30px;

  color: #333333;
}

.page1 .news-center .left .swiper-slide {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.page1 .news-center .left .swiper-slide img {

  flex-shrink: 0;
  height: 3rem;
  width: 100%;

}

.page1 .news-center .left .swiper-slide .news-title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
  box-sizing: border-box;
  padding-top: 10px;

}

.page1 .news-center .left .swiper-slide .news-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.page1 .news-center .left .swiper-slide .news-title .time {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  font-weight: 500;
}

.page1 .news-center .middle .header {
  display: flex;
}

.page1 .news-center .middle .header ul {
  display: flex;

}

.page1 .news-center .middle {

  flex-grow: 1;
  margin: 0px 30px;
  margin-top: 65px;
}

.page1 .news-center .middle .list {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.page1 .news-center .middle .list li a .rg {
  font-size: 14px;
  color: #666666;

}

.page1 .news-center .middle .list li a .lf {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

.page1 .news-center .middle .list li a {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding-left: 20px;
  margin: 10px 0px;
  position: relative;
}

.page1 .news-center .middle .list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(0,155,79,0.85);
  position: absolute;
  left: 5px;
  top: 10px;
}

.page1 .news-center .middle .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 5px;
  width: 98%;
  height: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #eaeaea;
}

.page1 .news-center .middle .header ul {
  padding: 0px;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}

.page1 .news-center .middle .header ul li {
  width: 33%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
}

.page1 .news-center .middle .header ul .active {
  color: #e65b58;
}

.page1 .news-center .right {
  width: 340px;
  height: 431px;
  background-color: #ffe0e2;
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 20px;
}

.page1 .news-center .right header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}

.page1 .news-center .right header h1 {
  font-weight: 500;
  margin: 0;
}

.page1 .news-center .right ul {
  display: flex;
  padding: 0;
  flex-direction: column;

}

.page1 .news-center .right ul li {
  width: 100%;
  padding: 0px 32px;
  position: relative;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.page1 .news-center .right ul li::after {
  content: ">";
  position: absolute;
  left: 18px;
  top: 2px;
  font-size: 15px;
  font-weight: 600;
  color: #cc0066;

}

/* page2 */
.page2 {
  width: 100%;
  /* height: 720px; */
}

.page2 .ks-nav {
  width: 100%;
  height: 105px;
  background-color: #fb78ac;
}

.page2 .ks-nav ul {
  margin: 0;
  width: 1360px;
  display: flex;
  height: 100%;

  margin: 0 auto;
  align-items: center;
}

.page2 .ks-nav ul li {
  width: 128px;
  height: 49px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 49px;
  /* box-sizing: border-box; */
  /* padding: 0px 15px; */
}

.page2 .ks-nav ul li:nth-child(5) {
  padding: 0px 15px;
}

.page2 .ks-nav ul .active {
  width: 128px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #ef689e;

}

.page2 .container {
  width: 100%;
  min-height: 500px;
  background-image: url(../images/index/index-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page2 .container .wrapper {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 60px 0px;
}

.page2 .container .wrapper .left {
  width: 50%;
}

.page2 .container .wrapper .left .content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 40px 0px;
  text-indent: 32px;
  text-align: justify;
  color: #333333;
}

.page2 .container .wrapper .left h1 {
  margin: 0;
  font-size: 30px;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e33b7e;
}

.page2 .container .wrapper .left button {
  width: 153px;
  height: 41px;
  background-color: #fb78ac;
  border-radius: 21px;
  border: none;
  color: white;
  outline: none;
}

.page2 .container .wrapper .right {
  width: 45%;
  margin-left: 5%;
}

.page2 .container .wrapper .right ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* justify-content: space-between; */
  padding: 0;
}

.page2 .container .wrapper .right ul li {
  margin-right: 30px;
}

.page2 .container .wrapper .right ul li:nth-child(3n) {
  margin-right: 0px;
}

.page2 .container .wrapper .right ul li img {
  width: 100%;
  height: auto;
}

.page2 .container .wrapper .right ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page2 .container .wrapper .right ul li div span {
  color: #666;
}

.page2 .container .wrapper .right ul li {
  width: 30%;
  margin-bottom: 30px;
}

.page2 .container ul {
  margin: 0;
}

.page3 {
  background-color: white;
}

.page3 .wrapper {
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0px;
}

.page3 .wrapper ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#swiper-news {
  width: 480px;
  height: 380px;
}




/* footer */
.footer {
  width: 100%;
  /* height: 336px; */
  background-color: #253d31;
}

.top {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background-color: rgba(0,155,79,0.85);
}

.container_o {
  width: 1360px;
  display: flex;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

.container_o h1 {
  font-size: 18px;
  color: #ffffff;
}

.container_o ul {
  padding: 0;
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
}

.container_o ul li {
  margin-right: 40px;
  font-size: 14px;
  color: #ffffff;
}

.center {
  width: 100%;
  /* height: 390px; */
  box-sizing: border-box;
  padding: 35px 0px;
}

.center .container {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center .container .left {
  width: 30%;

}

.center .container .left p {
  margin: 0px;
  line-height: 30px;
}

.center .container .left .header {
  display: flex;
  width: 80%;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.center .container .left .main {
  padding-top: 20px;
  width: 100%;
}

.center .container .left .main p {
  color: rgba(255, 255, 255, 0.5);
}

.center .container .left .header img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.center .container .left .main .codeList {
  display: flex;
  margin-top: 30px;
  width: 85%;
  justify-content: space-between;
}

.center .container .left .main .codeList .code {
  text-align: center;
}

.center .container .left .main .codeList .code img {
  width: 80px;
  height: 80px;
}

.center .container .right {
  display: flex;
  width: 70%;
  justify-content: space-between;
  height: 350px;
}

.center .container .right ul {
  padding: 0;
  margin: 0;
  height: 100%;

}

.center .container .right ul li {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.center .container .right ul li:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.bottom {
  width: 100%;
  height: 32px;
  border-top: 1px solid rgba(224, 252, 255, .13);
}


.container_t {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_t span {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.container_t span a {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}

.container_t .line {
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 17px;
}

/* footer end */

/* overview.html */
.views {
  width: 100%;
  background-color: white;
}

.views .banner1 {
  width: 100%;
  height: 220px;
  background: url(../images/banner/banner-kp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.views .banner {
  width: 100%;
  height: 340px;
  background: url(../images/banner/banner-kp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainimg {
  margin-bottom: 40px;
}

.overview p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #555555;
  text-indent: 36px;
  line-height: 36px;
}

/* news.html */



.news {
  width: 100%;
  background-color: white;
}

.news .controllerbar {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}

.news .controllerbar .container {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.news .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.news .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

.news .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}

.news .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}

.news .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}

.news .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.news .controllerbar .container .c_active {
  color: #03a560;
}

.news .contents {
  width: 100%;
}

.news .contents .container {
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.news .contents .container .box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  transition: all 0.3s;
  transition-duration: 0.5s;
  /* transform: translateX(-1200px); */
  padding: 50px 0;
  box-sizing: border-box;
}

.news .contents .container .yuannei {
  width: 100%;
}

.news .contents .container .yuannei .yitem {
  width: 100%;
}

.news .contents .container .yuannei .yitem .yitemtop {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.news .contents .container .yuannei .yitem img {
  width: 220px;
  height: 140px;
  margin-right: 25px;
}

.news .contents .container .yuannei .yitem .lines {
  width: 100%;
  border-bottom: 1px dashed #cdcdcd;
  margin: 25px 0;
}

.news .contents .container .yuannei .yitem .fontsbox {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.news .contents .container .yuannei .yitem .fontsbox h1 {
  font-weight: bold;
  font-size: 20px;
  color: #444444;
}

.news .contents .container .yuannei .yitem .fontsbox h1:hover {
  color: #1678ad;
}

.news .contents .container .yuannei .yitem .fontsbox .fonts {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.news .contents .container .yuannei .yitem .fontsbox span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.news .contents .container .lists {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news .contents .container .lists .changepage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.news .contents .container .lists .changepage .first_page {
  width: 66px;
  height: 46px;
  background-color: #f1eff0;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.news .contents .container .lists .changepage .pre_page,
.news .contents .container .lists .changepage .next_page {
  width: 80px;
  height: 46px;
  background-color: #f1eff0;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.news .contents .container .lists .lis {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e4e4e4;
  line-height: 54px;
}

.news .contents .container .lists .lis .lis_left {
  display: flex;
  align-items: center;
}

.news .contents .container .lists .lis .block_ {
  width: 5px;
  height: 5px;
  background-color: #999999;
  opacity: 0.8;
  margin-right: 6px;
}

.news .contents .container .lists .lis h6 {
  color: #444444;
  font-size: 16px;
}

.news .contents .container .lists span {
  font-size: 14px;
  color: #999999;
}

.news .contents .container .videobox {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: flex-start;
}

.news .contents .container .videobox .v_li {
  width: 382px;
  height: 296px;
  background-color: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.news .contents .container .videobox .v_li h1 {
  color: #333333;
  font-size: 16px;
}

.news .contents .container .videobox .v_li .videostyle {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.news .contents .container .videobox .v_li span {
  color: #999;
  font-size: 14px;
}

.news .contents .container .videobox .v_li:hover {
  background: #03a560;
}

.news .contents .container .videobox .v_li:hover span {
  color: #fff;
}

.news .contents .container .videobox .v_li:hover h1 {
  color: #fff;
}

.news .contents .container .box_active {
  opacity: 1;
  transform: translateX(0);
}

.news .contents .container .kes_item {
  margin-bottom: 58px;
}

.news .contents .container .kes_item .title_ {
  margin-bottom: 27px;
}

.news .contents .container .kes_item .title_ span {
  font-size: 22px;
  color: #555555;
}

.news .contents .container .kes_item .title_ .linebox {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 20px;
}

.news .contents .container .kes_item .title_ .linebox .block_ {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}

.news .contents .container .kes_item .title_ .linebox .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.news .contents .container .kes_item .ul_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.666666%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 3.5px;
}

.news .contents .container .kes_item .ul_box .li_ {
  width: 182px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .contents .container .kes_item .ul_box .li_ span {
  font-size: 16px;
  color: #333333;
}

.news .contents .container .kes_item .ul_box .li_ .icon_right {
  width: 20px;
  height: 20px;
  background: url(../images/arrowright.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news .contents .container .kes_item .ul_box .li_:hover {
  box-shadow: 0px 2px 5px 0px rgba(33, 152, 114, 0.4);
  border: solid 1px #219872;
}

.news .contents .container .kes_item .ul_box .li_:hover span {
  color: #219872;
}


/* news.html */
/* open.html */
.open {
  width: 100%;
  background-color: white;
}

.open .contents {
  width: 1360px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.open .controllerbar {
  width: 1360px;
  box-sizing: border-box;
  padding: 0px 50px;
  margin: 0 auto;
  margin-top: -40px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.09);
}

.open .controllerbar ul {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.open .controllerbar ul li {
  width: 98px;
  text-align: center;
  line-height: 38px;
  color: #111;
  flex-shrink: 0;
  height: 38px;
  border: none;
  padding: 0;
}

.open .controllerbar ul li a {
  width: 100%;
  display: block;
  height: 100%;
  line-height: unset;
  text-align: center;
}

.open .controllerbar ul .active {
  background-color: rgba(0,155,79,0.85);
  color: white;
  border-radius: 5px;
}

.open .contents .container .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.open .contents .container .item .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}

.open .contents .container .item .top .left {
  display: flex;
  align-items: center;
}

.open .contents .container .item .top .left .shap {
  width: 5px;
  height: 5px;
  background-color: rgba(0,155,79,0.85);
  opacity: 0.8;
  margin-right: 5px;
  border-radius: 50%;
}

.open .contents .container .item .top .left span {
  color: #444;
  font-size: 16px;
}

.open .contents .container .item:hover .top .left span {
  color: rgba(0,155,79,0.85);
}

.open .contents .container .item .top .right {
  font-size: 14px;
  color: #999;
}

.open .contents .container .item .line_ {
  width: 100%;
  border: 1px dashed #e4e4e4;
}

/* open.html */

/* doctor.html */
.doctor {
  width: 100%;
}

.doctor .banner {
  width: 100%;
  /* height: 280px; */
  /* background: url(../images/about_banner.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctor .contents {
  width: 100%;
}

.doctor .contents .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.doctor .contents .container .controllerBar {
  width: 1200px;
  background-color: #f8f8f8;
  padding: 40px 28px 40px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.doctor .contents .container .controllerBar .ks {
  display: flex;
}

.doctor .contents .container .controllerBar .ks span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}

.doctor .contents .container .controllerBar .ks .active {
  color: #03a560;
}

.doctor .contents .container .controllerBar .ks .right {
  width: 100%;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}

.doctor .contents .container .controllerBar .ks .right .rightbar .names {
  width: 476px;
  display: flex;
  justify-content: space-between;
}

.doctor .contents .container .controllerBar .ks .right .rightbar .names span {
  cursor: pointer;
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 17px;
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .bloack_ {
  width: 70px;
  height: 4px;
  background-color: #03a560;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .line1 {
  transform: translateX(0px);
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .line2 {
  transform: translateX(135px);
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .line3 {
  transform: translateX(270px);
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .line4 {
  transform: translateX(408px);
}

.doctor .contents .container .controllerBar .ks .right .rightbar .lines .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.doctor .contents .container .controllerBar .ks .right .rithtcontent {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  height: 100px;
  position: relative;
}

.doctor .contents .container .controllerBar .ks .right .rithtcontent .boxs {
  width: 100%;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  grid-template-columns: repeat(10, 10%);
  grid-row-gap: 20px;
  justify-content: center;
  align-content: center;
  opacity: 0;
  transform: translateX(-1200px);
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.doctor .contents .container .controllerBar .ks .right .rithtcontent .box_active {
  opacity: 1;
  transform: translateX(0);
}

.doctor .contents .container .controllerBar .ks .right .huiline {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin-top: 25px;
  margin-bottom: 25px;
}

.doctor .contents .container .controllerBar .zj {
  display: flex;
}

.doctor .contents .container .controllerBar .zj span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}

.doctor .contents .container .controllerBar .zj .active {
  color: #03a560;
}

.doctor .contents .container .controllerBar .zj .right {
  width: 100%;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}

.doctor .contents .container .controllerBar .zj .right .rightbar .names {
  width: 476px;
  display: flex;
  justify-content: space-between;
}

.doctor .contents .container .controllerBar .zj .right .rightbar .lines {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 17px;
}

.doctor .contents .container .controllerBar .zj .right .rightbar .lines .bloack_ {
  width: 70px;
  height: 4px;
  background-color: #03a560;
}

.doctor .contents .container .controllerBar .zj .right .rightbar .lines .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.doctor .contents .container .controllerBar .zj .right .rithtcontent {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  height: 100px;
  position: relative;
}

.doctor .contents .container .controllerBar .zj .right .rithtcontent .boxs {
  display: grid;
  grid-template-columns: repeat(10, 10%);
  grid-row-gap: 20px;
  justify-content: center;
  align-content: center;
}

.doctor .contents .container .photos {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 25px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 10px;
}

.doctor .contents .container .photos .pitem {
  cursor: pointer;
  width: 380px;
  height: 270px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  box-sizing: border-box;

}

.doctor .contents .container .photos .pitem a {}

.doctor .contents .container .photos .pitem .infos {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: flex-start;
}

.doctor .contents .container .photos .pitem .infos .userinfo {
  display: flex;
  flex-direction: column;
}

.doctor .contents .container .photos .pitem .infos .userinfo h1 {
  font-weight: bold;
  font-size: 20px;
  color: #03a560;
  margin-top: 17px;
  margin-bottom: 22px;
}

.doctor .contents .container .photos .pitem .infos .userinfo .iitem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.doctor .contents .container .photos .pitem .infos .userinfo .iitem span {
  font-size: 14px;
  color: #888888;
}

.doctor .contents .container .photos .pitem .infos .userinfo .iitem h6 {
  font-size: 14px;
  color: #333333;
}

.doctor .contents .container .photos .pitem .infos img {
  width: 106px;
  height: 100%;
  border-radius: 5px;
  margin-right: 18px;
}

.doctor .contents .container .photos .line_s {
  width: 100%;
  border: solid 1px #e5e5e5;
}

.doctor .contents .container .photos .pitem:hover {
  box-shadow: 0px 2px 12px 0px rgba(33, 152, 114, 0.5);
  border: solid 1px #03a560;
}

.doctor .contents .container .photos .tips {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

/* doctor.html */
/* doctor_introduce.html */
.doctor_introduce .pitem {
  cursor: pointer;
  height: 200px;
  background-color: #ffffff;
}

.doctor_introduce .pitem .infos {
  width: 100%;
  height: 136px;
  align-items: flex-start;
  display: flex;
}

.doctor_introduce .pitem .infos img {
  width: 179px;
  height: 200px;
  border-radius: 5px;
  margin-right: 18px;
}

.doctor_introduce .pitem .infos .userinfo {
  display: flex;
  flex-direction: column;
}

.doctor_introduce .pitem .infos .userinfo h1 {
  font-weight: bold;
  font-size: 20px;
  color: #111;
  margin-top: 17px;
  margin: 0;
  margin-bottom: 22px;


}

.doctor_introduce .pitem .infos .userinfo .iitem {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.doctor_introduce .pitem .infos .userinfo .iitem span {
  font-size: 16px;
  color: #469ded;
}

.doctor_introduce .pitem .infos .userinfo .iitem h6 {
  font-size: 16px;
  margin: 10px;
  font-weight: 500;
  color: #666666;
}

.doctor_introduce .controllerbar {
  width: 100%;
  height: 63px;
  /* border-bottom: 1px solid #e8e8e8; */
}

.doctor_introduce .controllerbar .container {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.doctor_introduce .controllerbar .container .posi_link span {
  font-size: 14px;
  color: #999999;
}

.doctor_introduce .controllerbar .container .posi_link a {
  font-size: 14px;
  color: #666;
}

.doctor_introduce .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.doctor_introduce .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

.doctor_introduce .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}

.doctor_introduce .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}

.doctor_introduce .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}

.doctor_introduce .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.doctor_introduce .controllerbar .container .c_active {
  color: #03a560;
}

.doctor_introduce .contents {
  width: 100%;
}

.doctor_introduce .contents .container {
  width: 1360px;
  margin: 0 auto;
  padding: 0px 0;
  padding-bottom: 173px;
  box-sizing: border-box;
}

.doctor_introduce .contents .container h1 {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}

.doctor_introduce .contents .container .tips {
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 16px;
}

.doctor_introduce .contents .container .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 33px;
  margin-bottom: 47px;
}

.doctor_introduce .contents .container .vhtml h4 {
  font-size: 20px;
  font-weight: bold;
  color: #cc3366;
}

.doctor_introduce .contents .container .vhtml .nerog {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
}

.doctor_introduce .contents .container .linet {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 40px 0;
}

.doctor_introduce .contents .container h5 {
  color: #1678ad;
  font-size: 16px;
}

.doctor_introduce .contents .container a {
  font-size: 16px;
  color: #999999;
}

/* doctor_introduce.html */

/* suggestion.html */
.suggestion .controllerbar {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}

.suggestion .controllerbar .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.suggestion .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.suggestion .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

.suggestion .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}

.suggestion .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}

.suggestion .controllerbar .container .transline4 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(339px);
}

.suggestion .controllerbar .container .transline5 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(452px);
}

.suggestion .controllerbar .container .transline6 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(565px);
}

.suggestion .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}

.suggestion .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.suggestion .controllerbar .container .c_active {
  color: #03a560;
}

.suggestion .contents {
  width: 100%;
}

.suggestion .contents .container {
  width: 1200px;
  height: 582px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.suggestion .contents .container .box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transition-duration: 0.5s;
  transform: translateX(-1200px);
  padding: 50px 0;
  box-sizing: border-box;
}

.suggestion .contents .container .time {
  width: 811px;
}

.suggestion .contents .container .time .content {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.suggestion .contents .container .time .content .conitem {
  display: flex;
  margin-right: 45px;
}

.suggestion .contents .container .time .content .conitem h6 {
  color: #444;
  font-size: 16px;
}

.suggestion .contents .container .time .content .conitem .rright {
  margin-left: 15px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.suggestion .contents .container .time .content .conitem .rright span {
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

.suggestion .contents .container .time .shuoming {
  font-size: 16px;
  line-height: 32px;
  color: #444444;
}

.suggestion .contents .container .inputform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.suggestion .contents .container .inputform .initem {
  margin-bottom: 30px;
}

.suggestion .contents .container .inputform .initem .titler {
  display: flex;
  align-items: center;
}

.suggestion .contents .container .inputform .initem .titler .redblock {
  font-size: 7px;
  color: #c50c11;
  margin-right: 5px;
}

.suggestion .contents .container .inputform .initem .titler span {
  color: #444;
  font-size: 16px;
}

.suggestion .contents .container .inputform .initem input {
  margin-top: 18px;
  width: 386px;
  height: 40px;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.suggestion .contents .container .inputform .initem textarea {
  margin-top: 18px;
  width: 386px;
  height: 40px;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.suggestion .contents .container .inputform .btns {
  display: flex;
  align-items: center;
}

.suggestion .contents .container .inputform .btns .submit {
  width: 120px;
  height: 40px;
  background-color: #03a560;
  border-radius: 3px;
  margin-right: 11px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.suggestion .contents .container .inputform .btns .reset {
  width: 120px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-right: 11px;
  font-size: 16px;
  color: #444444;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.suggestion .contents .container .box_active {
  opacity: 1;
  transform: translateX(0);
}

.suggestion .contents .container .kes_item {
  margin-bottom: 58px;
}

.suggestion .contents .container .kes_item .title_ {
  margin-bottom: 27px;
}

.suggestion .contents .container .kes_item .title_ span {
  font-size: 22px;
  color: #555555;
}

.suggestion .contents .container .kes_item .title_ .linebox {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 20px;
}

.suggestion .contents .container .kes_item .title_ .linebox .block_ {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}

.suggestion .contents .container .kes_item .title_ .linebox .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.suggestion .contents .container .kes_item .ul_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.666666%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 3.5px;
}

.suggestion .contents .container .kes_item .ul_box .li_ {
  width: 182px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suggestion .contents .container .kes_item .ul_box .li_ span {
  font-size: 16px;
  color: #333333;
}

.suggestion .contents .container .kes_item .ul_box .li_ .icon_right {
  width: 20px;
  height: 20px;
  background: url(../images/arrowright.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.suggestion .contents .container .kes_item .ul_box .li_:hover {
  box-shadow: 0px 2px 5px 0px rgba(33, 152, 114, 0.4);
  border: solid 1px #219872;
}

.suggestion .contents .container .kes_item .ul_box .li_:hover span {
  color: #219872;
}

/* suggestion.html */

/* side */
.staticbox {
  position: fixed;
  right: 0px;
  top: 0rem;
  z-index: 9999;
  width: 1.06rem;
  /* height: 570px; */
  background-color: #ff886d;
  padding: 0;
}

.staticbox ul {
  display: flex;
  padding: 0;
  flex-direction: column;
  width: 100%;
  margin: 0;

}

.staticbox ul li img {
  width: 0.32rem;
  height: 0.3rem;
  margin-top: 0.1rem;

}

.staticbox ul li a {
  width: 100%;
  height: 1rem;
  box-sizing: border-box;
  padding: 0.15rem;
  display: flex;
  color: white;
  font-size: 0.16rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.36); */
  position: relative;
}

.staticbox ul li a::after {
  content: "";
  width: 80%;
  position: absolute;
  left: 10%;
  height: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, .36);
}

.staticbox ul .qr {
  background-color: #df4421;
  border-bottom: none;

}

.staticbox ul .qr::after {
  display: none;

}

.staticbox ul .qr img {
  width: 90%;
  height: 90%;
  margin-top: 0.1rem;
}

/* side */

/* setting.html */
.setting .contents {
  width: 100%;
  height: 870px;
}

.setting .contents .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}

.setting .contents .container .kes_item {
  margin-bottom: 58px;
}

.setting .contents .container .kes_item .title_ {
  margin-bottom: 27px;
}

.setting .contents .container .kes_item .title_ span {
  font-size: 22px;
  color: #555555;
}

.setting .contents .container .kes_item .title_ .linebox {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 20px;
}

.setting .contents .container .kes_item .title_ .linebox .block_ {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}

.setting .contents .container .kes_item .title_ .linebox .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.setting .contents .container .kes_item .ul_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.666666%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 3.5px;
}

.setting .contents .container .kes_item .ul_box .li_ {
  width: 182px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.setting .contents .container .kes_item .ul_box .li_ span {
  font-size: 16px;
  color: #333333;
}

.setting .contents .container .kes_item .ul_box .li_ .icon_right {
  width: 20px;
  height: 20px;
  background: url(../images/arrowright.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.setting .contents .container .kes_item .ul_box .li_:hover {
  box-shadow: 0px 2px 5px 0px rgba(33, 152, 114, 0.4);
  border: solid 1px #219872;
}

.setting .contents .container .kes_item .ul_box .li_:hover span {
  color: #219872;
}

/* setting.html */


/* dropNav */
.views {
  padding-bottom: 50px;
}

.controllerbar {
  height: 62px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.controllerbar ul {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  line-height: 100%;
  display: flex;
  line-height: 62px;
  box-sizing: border-box;
  padding-top: 23px;
}

.controllerbar ul li {
  height: 16px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 0px 30px;
  position: relative;
  color: #999999;
}

.controllerbar ul li:nth-child(1) {
  padding-left: 0px;
}

.controllerbar ul li a {
  font-size: 16px;
  display: block;
  line-height: 1.2;

}


.controllerbar ul .active a {
  font-weight: 500;
}

.banner-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  text-align: center;
  height: 338px;
  line-height: 338px;
  position: relative;
}

.banner-title::after {
  content: "";
  position: absolute;
  bottom: 121px;
  width: 66px;
  height: 3px;
  left: calc(50% - 33px);
  background-color: #ffffff;
}

/* dropNav */
/* overview_img.html */

.pictureWall {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pictureWall .pic {
  width: 586px;
  height: 380px;
  margin-top: 26px;
  background-color: #03a560;
  position: relative;
}

.pictureWall .pic .pic-title {
  position: absolute;
  bottom: 12px;
  left: 28px;
  width: 540px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
}

.pictureWall .pic .pic-img {
  width: 586px;
  height: 380px;
  overflow: hidden;
}

.pictureWall .pic .pic-img img {
  width: 100%;
  height: 100%;
  transition: 1.2s linear;
}

.pictureWall .pic:hover .pic-title {
  background-color: #009647;
}

.pictureWall .pic:hover .pic-img img {
  transform: scale(1.08);
}

.pictureWall .pic .pic-title span:nth-child(2) {
  font-size: 40px;
  line-height: 20px;
}


/* overview_img.html */

/* history.html */
.history {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history .logo {
  width: 100%;
  box-sizing: border-box;
  padding-left: 90px;
}

.history .progress {
  position: relative;
}

.history .line {
  height: calc(100% + 100px);
  width: 1px;
  background-color: #03a560;
  position: absolute;
  left: 120px;
  opacity: 0.4;
}

.progress-item {
  display: flex;
  cursor: pointer;
  margin-top: 50px;
}

.progress-item .left {
  width: 90px;
  height: 38px;
  line-height: 38px;
  color: white;
  text-align: center;
  font-size: 16px;
  background-color: #03a560;
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}

.progress-item .left::after {
  content: "";
  /* width: 11px;
  height: 11px; */
  border-left: 5px solid #03a560;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10px;
  top: 12px;
}

.progress-item .middle {
  width: 21px;
  height: 21px;
  background-color: rgba(3, 165, 96, 0.2);
  border-radius: 10px;
  position: relative;
  margin-top: 12px;
}

.progress-item .middle::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background-color: #03a560;
  position: absolute;
  left: 5px;
  top: 5px;
}

.progress-item .right {
  width: 820px;
  height: 44px;
  line-height: 44px;
  background-color: #e9e9e9;
  border-radius: 5px;
  margin-left: 20px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

.progress-item .right::after {
  content: "";
  /* width: 11px;
  height: 11px; */
  border-right: 5px solid #e9e9e9;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 16px;
}

/* history.html */

/* leader.html */
.leader {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* border: 1px solid #03a560; */
}

.leader-item {
  width: 582px;
  height: 250px;
  background-color: #f7f7f7;
  display: flex;
  box-sizing: border-box;
  padding: 30px 30px 30px 0px;
  margin-top: 36px;
}

.leader-item .right .name {
  font-size: 20px;
  color: #333333;
}

.leader-item .right .name span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}

.leader-item .right {
  margin-left: 34px;
}

.leader-item .right .info {
  margin-top: 30px;
  line-height: 28px;
}



/* leader.html */
/* memorbilia.html */
.memorbilia {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.me-item {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 30px;
  margin-top: 20px;
}

.me-item a {
  width: 100%;
  display: flex;
  justify-content: inherit;

  font-size: 18px;
}

.me-item a .left {
  font-size: 18px;
  font-weight: 600;
  color: #03a560;
}

.me-item a .middle {
  margin-left: 30px;
}

.me-item a .right {
  display: none;
}

.me-item:hover {
  background-color: #03a560;
  color: white;
}

.me-item:hover a {
  justify-content: space-between;
}

.me-item:hover .left {
  color: white;
}

.me-item:hover .right {
  display: block;
}

.me-item:hover .middle {
  margin-left: -350px;
}

/* memorbilia.html */

.culture {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../images/wenhuabg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 600px;
}


/* detail.html */
.detail {
  width: 100%;
}

.detail .controllerbar {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}

.detail .controllerbar .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.detail .controllerbar .container .posi_link span {
  font-size: 14px;
  color: #999999;
}

.detail .controllerbar .container .posi_link a {
  font-size: 14px;
  color: #666;
}

.detail .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}

.detail .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

.detail .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}

.detail .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}

.detail .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}

.detail .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.detail .controllerbar .container .c_active {
  color: #03a560;
}

.detail .contents {
  width: 100%;
}

.detail .contents .container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.detail .contents .container h1 {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}

.detail .contents .container .tips {
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 16px;
}

.detail .contents .container .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

.detail .contents .container .linet {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 40px 0;
}

.detail .contents .container h5 {
  color: #1678ad;
  font-size: 16px;
}

.detail .contents .container a {
  font-size: 16px;
  color: #999999;
}

/* detail.html */

/* party.html */

.party {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* border: 1px solid #39d391; */
  min-height: 600px;
}

.paragraph1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.party .paragraph1 .left {
  width: 748px;
  height: 380px;
  background-color: #000000;
}

.party .paragraph1 .content {
  box-sizing: border-box;
  color: #666666;
  line-height: 26px;
  padding: 30px 0px;
}

.party .paragraph1 .left .swiper-container {
  height: 380px;
}

.party .paragraph1 .left .swiper-container img {
  width: 748px;
  height: 380px;
}

.party .paragraph1 .left .swiper-container .swiper-slide {
  position: relative;
}

.party .paragraph1 .left .swiper-container .news-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  color: white;
  height: 70px;
  text-align: left;
  line-height: 70px;
  box-sizing: border-box;
  padding-left: 30px;
}

.party .paragraph1 .left .swiper-container .swiper-pagination {
  bottom: 25px !important;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
}

.party .paragraph1 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background-color: #FFF;
  opacity: 0.3;
}

.party .paragraph1 .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8400;
  opacity: 1;
}

.party .right {}

.party .right ul {
  width: 420px;

}

.party .right ul li {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;

}

.party .right ul li:hover h5 {
  color: #009647;
}

.party .right ul li:hover p {
  color: #009647;
}

.party .right ul li:hover span {
  color: #009647;
}

.party .right ul li a {
  display: flex;
}

.party .right ul li a .time {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, .5);
  border: solid 1px #9f9f9f;
  text-align: center;
}

.party .right ul li a .time .day {
  width: 80%;
  /* height: 23px; */
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 auto;
  color: #03a560;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #9f9f9f;
}

.party .content {
  margin-left: 10px;
}

.party .right ul li a .time .Month {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.party .right ul li h5 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.party .right ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.party .right ul li span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}

.paragraph2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.paragraph2 .left {
  width: 748px;

}

.paragraph2 .right {
  width: 416px;
}

.paragraph2 .right .controllerbar {
  display: flex;
}

.paragraph2 .right .controllerbar img {
  width: 15px;
  height: 9px;
}

.paragraph2 .list1 li {
  width: 100%;
  height: 172px;
  border-bottom: 1px dashed #cdcdcd;
  box-sizing: border-box;
  padding: 25px 0px;
}

.paragraph2 .list1 li a {
  display: flex;
}

.paragraph2 .list1 li a .left {
  width: 220px;
  height: 110px;
  margin-right: 23px;
}

.paragraph2 .list1 li a .left img {
  width: 100%;
  height: 100%;
}

.paragraph2 .list1 li a .right {
  flex: 1;
}

.paragraph2 .list1 li a .right h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #444444;
}

.paragraph2 .list1 li a .right:hover h3 {
  color: #1678ad;
}

.paragraph2 .list1 li a .right p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.paragraph2 .list1 li a .right span {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #999999;

}

.paragraph2 .left .more {
  width: 749px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.paragraph2 .right .list2 li {
  width: 100%;
  height: 118px;
  border-bottom: 1px dashed #e4e4e4;
  padding: 14px 0px;
  box-sizing: border-box;
}

.paragraph2 .right .list2 li .right .title {
  font-size: 16px;
  line-height: 24px;

  color: #444444;
}

.paragraph2 .right .list2 li .right p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 40px;
}

.paragraph2 .right .list2 li .left {
  width: 134px;
  height: 90px;
  margin-right: 10px;
  position: relative;
}

.paragraph2 .right .list2 li .play {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  bottom: 10px;
}

.paragraph2 .list3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paragraph2 .list3 li {
  width: 196px !important;
  height: 110px;
  margin-top: 25px;
  text-align: center;
}

.paragraph2 .list3 li a {
  display: block !important;
}

.paragraph2 .list3 li img {
  width: 196px;
  height: 80px;

}

/* party.html */
/* op.html */
.op {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 0px 100px 0px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* border: 1px solid #39d391; */
  min-height: 600px;

}

.op-item {
  width: 282px;
  height: 147px;
  border-bottom: 2px solid #d7d7d7;
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-top: 24px;
  margin-right: 15px;
}

.op-item .img {
  width: 100%;
  height: 102px;

}

.op-item p {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
}

.op-item:hover {
  border-bottom: 2px solid #009647;
}

.op .active {
  border-bottom: 2px solid #009647;
}


.party .paragraph1 .left #swiper-set .swiper-pagination {
  bottom: 25px !important;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
}

.party .paragraph1 .left #swiper-set .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #ffffff;
  opacity: 0.6;
}

.party .paragraph1 .left #swiper-set .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 14px;
  background-color: #03a560;
  border-radius: 7px;
}

.page3 .paragraph2 {
  width: 1200px;
  margin: 50px auto;
  display: block;
}

.page3 .paragraph2 .dt-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;

}

.page3 .paragraph2 .dt-item {
  width: 278px;
  height: 248px;
  position: relative;
  background-color: #ffffff;
}

.page3 .paragraph2 .dt-item .dt-img {
  width: 100%;
  height: 172px;

}

.page3 .paragraph2 .dt-item .dt-img img {
  width: 100%;
  height: 100%;
}

.page3 .paragraph2 .dt-item p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  box-sizing: border-box;
  padding: 15px;
}

.page3 .paragraph2 .dt-item .dt-time {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #03a560;
  color: white;
  left: 0;
  top: 0;
}

.dt-time .day {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
}

.dt-time .Month {
  text-align: center;
  font-size: 12px;
}

/* op.html */
.dt-doctor .swiper-slide {
  border: solid 1px #dcdcdc;
}

.el-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.el-list .el-item {
  width: 278px;
  height: 150px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 22px 19px;
}

.el-list .el-item:hover {
  box-shadow: 0px 3px 10px 0px rgba(3, 165, 96, 0.3);
  border: solid 1px #03a560;
}

.el-list .el-item .el-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.el-list .el-item .el-content {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #999999;
}

.tp-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.tp-list .tp-item {
  width: 278px;
  height: 194px;
  background-color: #737373;
  position: relative;
  overflow: hidden;
}

.tp-list .tp-item img {
  width: 100%;
  height: 100%;
  transition: 0.8s linear;
}

.tp-list .tp-item:hover img {
  transform: scale(1.08);
}

.tp-list .tp-item .tp-title {
  position: absolute;
  bottom: 0px;
  text-align: center;
  line-height: 36px;
  left: 0px;
  width: 100%;
  height: 36px;
  background-color: rgba(0, 0, 0, .4);
  color: white;
  font-size: 14px;
}

.nursing {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;

}

.nur-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nursing .nur-item {
  width: 356px;
  height: 286px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7d7d7;
}

.nursing .nur-item img {
  width: 356px;
  height: 238px;
}

.nursing .nur-item p {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #444444;
}

.nursing .nur-item:hover .mask {
  display: block;
}

.mask {
  position: absolute;
  left: 0;
  top: 0px;
  width: 356px;
  height: 238px;
  background-color: #03a560;
  opacity: 0.8;
  color: #fff;
  font-size: 100px;
  line-height: 238px;
  text-align: center;
  display: none;
}

.download {
  width: 1200px;
  margin: 0 auto;
}

.download .list {
  width: 100%;
  margin-top: 40px;

}

.download .list .item {

  width: 100%;
  height: 53px;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;

  border-bottom: 1px dashed #e4e4e4;
}

.download .list .item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.download .list .item .right {
  width: 100px;
  height: 32px;
  background-color: #03a560;
  border-radius: 3px;
  text-align: center;
  color: white;
  line-height: 32px;
  margin-top: 10px;
}

.download .list .item .right img {
  width: 26px;
  vertical-align: middle;
  height: 24px;
}

.download .list .item .left {
  display: flex;
  align-items: center;

}

.download .list .item:hover .left p {
  color: #1678ad;
}

.download .list .item:nth-child(1) .left p {
  color: #1678ad;
}

.download .list .item .left p {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 0px;
  color: #444444;
}

.ks-container {
  width: 1360px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ks-container .item {
  width: 635px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 30px;
  transition: 0.7s all;

}

.ks-container .item header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #cccccc;
}

.ks-container .item header .right ul {
  display: flex;
  align-items: center;
}

.ks-container .item header .right ul li {
  margin-left: 10px;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
  height: 15px;
  line-height: 15px;
}

.ks-container .item header .right ul .active {
  color: rgba(0,155,79,0.85);
}

.ks-container .item a {
  width: 100%;
}

.ks-container .item h1 {
  margin: 0;
  font-size: 24px;

  color: #333333;
}

.ks-container .item:hover {
  box-shadow: 0px 0px 20px #ccc;
}

.ks-container .item:hover h1 {
  color: rgba(0,155,79,0.85);
}

.ks-container .ks-info {
  height: 50px;
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #666666;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}

.ks-container .content {
  font-size: 14px;
  color: #333333;
  padding: 25px 0px;
  overflow: hidden;
  text-align: justify;
  text-indent: 28px;
}

.ks-show {
  width: 1360px;
  height: 380px;
  background-color: #f8c1d7;
  box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  margin-top: -290px;
  display: flex;
  justify-content: space-between;
}

.ks-show .left {
  width: 35%;
  height: 100%;
  background-image: url(../images/ks/ks-bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ks-show .left h1 {
  font-size: 36px;
  color: #982952;
}

.ks-show .right {
  width: 65%;
}

.ks-show .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ks-show .crumbs-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  /* margin-top: 200px; */
}

.ks-show .crumbs-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.ks-show .crumbs-nav ul .active {
  color: #ff6699;
}

.ks-show .paragraph1 {
  width: 100%;
}

.ks-container .paragraph1 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.ks-container .paragraph1 header {
  font-size: 24px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
  font-weight: 600;
  color: #cc3366
}

.ks-container .paragraph1 .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}

.ks-container .paragraph1 ul {
  padding: 0;
  display: flex;
  margin: 0;
  margin-top: 45px;
  width: 100%;
  overflow-x: scroll;
  flex-wrap: wrap;
}

.ks-container .paragraph1 ul::-webkit-scrollbar {
  display: none;
}

.ks-container .paragraph1 ul li {
  width: fit-content;
  margin-right: 33px;
  flex-shrink: 0;
}

.ks-container .paragraph1 ul li img {
  width: 166px;
  height: 186px;
}

.ks-container .paragraph1 ul li div {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* .page3 .wrapper ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.page3 .wrapper ul li a img{
    display: block;
  width: 100%;
  height: 100%;
} */
.ks-container .paragraph1 ul li:nth-child(7) {
  margin-right: 0;
}

.ks-container .paragraph1 table {
  width: 100%;
  margin-top: 40px;
}

.ks-container .paragraph1 table thead {
  background-color: #fc8673;
  height: 50px;
  color: white;
  font-size: 16px;
  color: #ffffff;
}

.ks-container .paragraph1 table thead th {
  width: 170px;
}

.ks-container .paragraph1 table tbody tr td {
  text-align: center;
}

.ks-container .paragraph1 table tbody tr td {
  border: 1px solid #ededed;
  padding: 20px 0px;
}

.contact {
  width: 1360px;
  margin: 80px auto;
  box-sizing: border-box;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
}

.contact h2 {
  font-size: 24px;
  color: rgba(0,155,79,0.85);
  margin-bottom: 30px;
}

.contact .address {
  font-size: 16px;
  color: #666666;
}

.contact .content {
  margin: 35px 0px;
}

.contact .content p {
  font-family: MicrosoftYaHei;
  margin: 15px 0px;
  font-size: 16px;
  color: #666666;
}

.contact .left {
  width: 50%;
  border-right: 1px solid #ededed;
}

.contact .leftt {
  width: 9%;
  border-right: 1px solid #ededed;
}

.contact .show-img {
  width: 515px;
  height: 341px;
}

.news-container {
  width: 1360px;
  margin: 55px auto;
  display: flex;
  flex-direction: column;
}

.news-container .item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 30px;
  border: solid 1px #f3f3f3;
  transition: 0.7s linear;
}

.news-container .item a {
  display: flex;
}

.news-container .item .left {
  width: 274px;
  height: 170px;
  flex-shrink: 0;
  background-color: #040086;
}

.news-container .item .right {
  flex-grow: 1;
  margin-left: 40px;
}

.news-container .item .left img {
  width: 100%;
  height: 100%;
}

.news-container .item .times-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  background-color: #ff9966;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-container .item .times-icon .day {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.news-container .item .times-icon .year {
  font-size: 14px;
  color: #ffffff;
}

.news-container .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-container .item .right h1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width:95%;
}

.news-container .item .right p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-container .item .more {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
}

.news-container .active {
  background-color: #f6f6f6;
}

.news-container .active .right h1 {
  color: rgba(0,155,79,0.85);
  width:95%;
}

.news-container .active .right .more {
  color: rgba(0,155,79,0.85);
}

.news-container .active .times-icon {
  background-color: rgba(0,155,79,0.85);
}

.honor-list {
  width: 1360px;
  margin: 70px auto;
  display: flex;
  flex-wrap: wrap;

}

.honor-list .item p {
  font-size: 14px;
  color: #333333;

}

.honor-list .item .show {
  width: 320px;
  height: 231px;
}

.honor-list .item .show img {
  width: 100%;
  height: 100%;
}

.honor-list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 25px;
  margin-bottom: 20px;
}

.honor-list .item:nth-child(4n) {
  margin-right: 0px;
}

.leader-list {
  width: 1360px;
  margin: 70px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leader-list .item {
  width: 48%;
  margin-bottom: 50px;
  display: flex;
  background-color: #f3f3f3;
}

.leader-list .item .info {
  flex: 1;
  height: 290px;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;

}

.leader-list .item .info p {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 36px;
}

.leader-list .item .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.leader-list .item .title h1 {
  margin: 0;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}


.about-container {
  display: flex;
  width: 1360px;
  margin: 85px auto;
}

.about-container .left img {
  width: 630px;
  height: 350px;
  margin-bottom: 50px;
}

.about-container .content {
  width: 100%;
}

.about-container .right .content {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: #333333;
}

.about-container .left {
  margin-right: 4%;
  width: 46%;
}

.about-container .right .phone {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 600;
  margin: 20px 0px;
}

.news-title {
  text-align: center;
  width: 100%;

}

.news-title h1 {
  text-align: center;
  font-size: 33px;
  color: #000000;
}

.news-title ul {
  display: flex;
  justify-content: center;
}

.news-title ul li {
  margin-right: 50px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;
}

.news-title ul li img {
  width: 24px;
  height: 23px;
}



.controllerbar .hanlder form {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* width: 380px; */
  height: 40px;
  background-color: #ffffff;
  border: solid 1px rgba(0,155,79,0.85);
  /* margin-top: 33px; */
  border-radius: 5px;
  overflow: hidden;
}

.controllerbar .hanlder input {
  width: 400px;
  /* height: 40px; */
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
}

.controllerbar .hanlder input::placeholder {
  /* padding-left: 20px; */
}

.controllerbar .hanlder button {
  width: 64px;
  height: 40px;
  background-color: rgba(0,155,79,0.85);
  text-align: center;
  line-height: 40px;
  outline: none;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controllerbar .search {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

.controllerbar .search .handle-title {
  font-size: 18px;
  margin-right: 20px;
  color: #333333;
}

.search-list {
  width: 1360px;
  margin: 70px auto;
  height: auto;
}

.search-list .tips {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.search-list .item {
  padding: 10px;
}

.search-list .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.about-list {
  width: 1360px;
  margin: 70px auto;
  /* display: flex; */
  /* flex-wrap: wrap; */
  height: auto;
  justify-content: space-between;
}

.about-list .tabs {
  width: 100%;
  display: flex;

}

.about-list .tabs .tabs-title {
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  color: #000000;
  flex-shrink: 0;
}

.about-list ul li {
  height: 27px;
  box-sizing: border-box;
  line-height: 27px;
  padding: 0px 15px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.about-list ul {
  display: flex;
  flex-wrap: wrap;
}

.about-list ul .active {
  background-color: rgba(0,155,79,0.85);
  border-radius: 5px;
  color: white;
}

.about-list .choose-title {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}

.about-list .list {
  width: 100%;
  margin-top: 30px;
  padding: 0;
  min-height: 500px;
}

.about-list .list li {
  width: 151px;
  height: 217px;
  padding: 0;
  margin-right: 50px;
  margin-bottom: 60px;
}

.about-list .list li:nth-child(7n) {
  margin-right: 0px;
}

.about-list .list li img {
  width: 139px;
  height: 186px;
  object-fit: contain;
}

.about-list .list li div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;

  color: #000000;
}

.about-list .list li span:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}

.contact {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  height: 100%;
}

.contact .left {
  border: none;
  margin-right: 1%;
  font-size: 18px;
  color: #787887;
}

.contact .cell {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;

}

.contact .cell .right {
  width: 600px;
  height: 30px;
}

.contact .cell .right input {
  width: 70%;
  outline: none !important;
  height: 100%;
}

.contact .cell .right textarea {
  width: 99%;
  outline: none;
  height: 200%;
}

.contact .cell .right button {
  width: 300px;
  outline: none;
  height: 30px;
  margin-top: 30px;
}

.inputWrapper {
  width: 100%;

}

#swiper-news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

#swiper-news .swiper-pagination-bullet-active {
  background-color: rgba(0,155,79,0.85);
}

#swiper-news .swiper-pagination {
  text-align: left;
}





/* -------------------------------------------- */
.page1 {
  width: 100%;
  /* height: 875px; */
  padding-bottom: 50px;
  /* background-image: url(../images/bg1.jpg); */
  background-color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;

}


.page1 .wrap .tabs {
  width: 13.6rem;
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  margin-top: -0.5rem;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0rem 0.2rem;
  box-shadow: 0px 13px 15px 1px rgba(0, 0, 0, 0.09);
  border-radius: 0.1rem;
  z-index: 2;
  height: 0.9rem;
  background-color: #ffffff;
  box-shadow: 0px 0.13rem 0.15rem 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.page1 .wrap .tabs .title {
  width: 2.2rem;
  display: flex;
  align-items: center;
  color: #ff6633;
  font-weight: 600;
  font-size: 0.24rem;
}

.page1 .wrap .tabs .title img {
  margin-right: 0.1rem;
}

.page1 .zf {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.page1 .zf .left img {
  width: 100%;
  height: 100%;

}

.page1 .zf .left {
  width: 48%;

}

.page1 .zf .right {
  width: 48%;
  border: solid 5px #cc0000;
  height: 119px;
}

.page1 .zf .right a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10%;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.page1 .zf .right a div:nth-child(2) {
  font-size: 18px;
  color: #000;
}

.page1 .zf .right a div:nth-child(1) {

  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  color: #cc0000;
}

.page1 .news-center {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top:30px;
  box-sizing: border-box;
}

.page1 .news-center .left h1 {
  font-weight: 500;
  font-size: 30px;

  color: #333333;
}

.page1 .news-center .left .swiper-slide {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  align-items: flex-start;
  background-color: transparent;
}

.page1 .news-center .left .swiper-slide img {
  height: 85%;
  flex-shrink: 0;

}

.page1 .news-center .left .swiper-slide .news-title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
  box-sizing: border-box;

  padding-top: 10px;

}

.page1 .news-center .left .swiper-slide .news-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.page1 .news-center .left .swiper-slide .news-title .time {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  font-weight: 500;
}

.page1 .news-center .swiper-container {
  width: 8.3rem;
  display: flex;
  justify-content: space-between;
  height: fit-content;
}

.page1 .news-center .swiper-container .swiper-slide {
  width: 3.93rem;
}

.page1 .news-center .swiper-container .swiper-slide img {
  height: 2.35rem;
}

.page1 .news-center .swiper-container .swiper-slide p {
  font-size: 0.14rem;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.25rem;
  letter-spacing: 0px;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page1 .news-center .middle .header {
  display: flex;
}

.page1 .news-center .middle .header ul {
  display: flex;

}

.page1 .news-center .middle {
  width: 4.67rem;
  /* flex-grow: 1; */
  margin: 0px 30px;
  margin-top: 65px;
}

.page1 .news-center .middle ul:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.page1 .news-center .middle ul:nth-child(2) li .rg {
  font-size: 14px;
  color: #666666;

}

.page1 .news-center .middle ul:nth-child(2) li .lf {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

.page1 .news-center .middle ul:nth-child(2) li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding-left: 20px;
  margin: 10px 0px;
  position: relative;
}

.page1 .news-center .middle .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 5px;
  width: 98%;
  height: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #eaeaea;
}

.page1 .news-center .middle .header ul {
  padding: 0px;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}

.page1 .news-center .middle .header ul li {
  width: 33%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
}

.page1 .news-center .middle .header ul .active {
  color: rgba(0,155,79,0.85);
}



/* page2 */
.page2 {
  width: 100%;
  /* height: 720px; */
}


.page2 .wrapper {
  width: 13.6rem;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 60px 0px;
  justify-content: space-between;
}

.page2 .wrapper .right {
  width: 6.69rem;
  height: 4.84rem;
  background-color: #00171f;
  border-radius: 0.06rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: -0.8rem;
  position: relative;
  z-index: 1;
}

.page2 .wrapper .left ul {
  width: 7.6rem;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.page2 .wrapper .left ul li {
  background-color: white;
  width: 2.4rem;
  height: 1.3rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.16rem 0.25rem;
  margin-bottom: 0.2rem;
  margin-right: 0.13rem;
  transition: 0.6s all;
}

.page2 .wrapper .left ul li:hover {
  transform: scale(1.08);
}

.page2 .wrapper .left ul li a {
  display: flex;
  /* align-items: center; */
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.page2 .wrapper .left ul li a .top {
  background-color: unset;
  width: 0.52rem;
  height: 0.52rem;
}

.page2 .wrapper .left ul li a .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.18rem;
  color: #3b3b3b;
  margin-top: 0.15rem;
}

.page2 .wrapper .left ul li a .bottom img {
  width: 0.3rem;
  height: 0.2rem;
}

.page2 .wrapper .left ul li:nth-child(1) {
  width: 4.33rem;
  height: 1.29rem;
  background-color: #fca967;

  border-radius: 0.06rem;
  background-image: url(../images/cardbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.page2 .wrapper .left ul li:nth-child(1) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 0.26rem;
  color: #FFF;
  padding: 0rem 0.3rem;
}

.page2 .wrapper .left ul li:nth-child(2) {
  width: 3rem;
  height: 1.29rem;

  background-color: #FFF;
  border-radius: 0.06rem;
  box-shadow: 0px 13px 15px 1px rgba(0, 0, 0, 0.09);
  flex-shrink: 0;
}

.page2 .wrapper .left ul li:nth-child(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 0.26rem;
  color: #000;
  padding: 0rem 0.3rem;
}

.page2 .wrapper .left ul li:nth-child(7) {
  width: 4.93rem;
  height: 1.3rem;
  background-color: transparent;
  border-radius: 0.06rem;
  padding: 0;
}

.page3 {
  width: 100%;
  /* height: 7.3rem; */
  background-image: url(../images/indexbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page3 .wrapper {
  width: 13.6rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.5rem 0px;
}

.page3 .wrapper ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#swiper-news {
  width: 480px;
  height: 380px;
}


.page3 .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page3 .title .left {
  font-size: 0.3rem;
  font-weight: 600;
  color: #333333;
}

.page3 .title .right {
  border: solid 2px rgba(0,155,79,0.85);
  width: 1.2rem;
  height: 0.35rem;
  border-radius: 0.18rem;
  box-sizing: border-box;
  line-height: 0.35rem;
  text-align: center;
  color: #009647;
  font-size: 0.14rem;
}

.page3 .introduce {
  width: 5.4rem;
  max-height: 3.3rem;
  font-weight: 0.16rem;
  margin-top: 0.15rem;
  line-height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 在内容溢出时显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
}

.page3 ul {
  display: flex;
}

.page3 ul li {
  width: 1.78rem;
  height: 1.78rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  box-shadow: 0px 13px 15px 1px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
}

.page3 ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page3 ul li a h2 {
  font-size: 0.18rem;
}




#notices {
  height: 100%;
}

#notices .swiper-slide {
  font-size: 0.16rem;
  text-align: left;
  flex-shrink: 0;
  justify-content: flex-start;
}

#notices .swiper-slide span {
  color: #999;
}

.page3 ul {
  height: fit-content;
  flex-direction: column;
  position: relative;
}

.page3 ul:nth-child(1) {
  top: 1.5rem;
}

.page3 ul:nth-child(2) {
  top: .5rem;
}

.page3 ul li {
  margin-bottom: 0.15rem;
  transition: 0.6s all;
}

.page3 ul li:hover {
  transform: scale(1.08);
}

.page3 ul:nth-child(2) li:nth-child(1) {
  background-color: #6fc34c;
  color: white;
}

.page3 .ks {
  display: flex;
  justify-content: space-between;
}

.page3 ul:nth-child(3) li:nth-child(1) {
  background-color: #ffb03a;
  color: white;
}

.page3 ul:nth-child(3) li:nth-child(2) {
  background-color: #18c871;
  color: white;
}

.page3 ul:nth-child(4) {
  top: -1.5rem;
}

.page3 ul:nth-child(4) li:nth-child(2) {
  background-color: #039b4e;
  color: white;
}

.page3 ul:nth-child(5) {
  top: -1rem;
}

.page3 ul:nth-child(5) li:nth-child(2) {
  background-color: #fdc453;
  color: white;
}

.page3 ul:nth-child(5) li:nth-child(3) {
  background-color: #18c871;
  /* color: white; */
}

.page3 ul:nth-child(6) {
  top: -0.2rem;
}

.page3 ul:nth-child(6) li:nth-child(2) {
  background-color: #dfdd6c;
  color: white !important;
}

.page3 ul:nth-child(7) {
  top: 1rem;
}

.page4 {
  height: 5.1rem;
  width: 100%;
  background-image: url(../images/indexbg2.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding-top: 0.4rem;
  background-size: 100% 100%;
}

.page4 .wrapper {
  width: 13.6rem;
  margin: 0 auto;
}

.page4 .wrapper .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page4 .wrapper .title .left {
  font-size: 0.3rem;
  font-weight: 600;
  color: #ffffff;
}

.page4 .wrapper .title .right {
  border: solid 2px #ffffff;
  width: 1.2rem;
  height: 0.35rem;
  border-radius: 0.18rem;
  box-sizing: border-box;
  line-height: 0.35rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.14rem;
}

.page4 .list {
  display: flex;
  padding: 0;
  margin-top: 0.7rem;

}

.page4 .list li {
  width: 2.5rem;
  height: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  box-sizing: border-box;
  padding: 0.18rem;
  margin-right: 0.25rem;
}

.page4 .list li:nth-child(5) {
  margin-right: 0;
}

.page4 .list li a {
  display: flex;
  flex-direction: column;
}

.page4 .list li a img {
    height: 2.43rem;
    width: auto;
    object-fit: cover;
}

.page4 .list li a .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.15rem;
  align-items: center;
}

.page4 .list li a .content .name {
  font-size: 0.16rem;
  color: #333;
}

.page4 .list li a .content .set {
  color: #999;
  font-size: 0.14rem;
}