html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

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: 7.3rem;
  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: 100;
  box-sizing: border-box;
  line-height: 90px;

}

/* #nav{
    display: ;
} */
.nav .wrapper {
  width: 100%;
  height: 140px;
  background-color: white;
}

.nav .logo {
  margin-top: 17px;
  display: flex;
  /* width: 28%; */
  max-width: 530px;
  width: 385px;
  /* height: 70px; */
  justify-content: space-between;
  flex-direction: column;
  height: 70%;
}

.nav .logo a {
  width: 100%;
  height: 70px;
  display: block;
}

.nav .logo .tags {
  display: flex;
  color: #0296a6;
  font-size: 12px;
  height: 20px;
  margin-top: 10px;

}

.nav .logo .tags .tag {
  line-height: 20px;
}

.nav .logo a img {
  width: 100%;
  height: 100%;
}


.nav2 {
  bottom: 0;
  top: 0;
  width: 95%;
}

.nav .top1 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  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 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 380px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #03a560;
  margin-top: 33px;
}

.nav .hanlder input {
  width: 316px;
  height: 40px;
  border: none;
  font-size: 16px;
  padding-left: 20px;
}

.nav .hanlder input::placeholder {
  /* padding-left: 20px; */
}

.nav .hanlder button {
  width: 64px;
  height: 40px;
  background-color: #009647;
  text-align: center;
  line-height: 40px;
  outline: none;
  border: none;
  color: white;
}

.nav .nav-list {
  width: 100%;
  height: 72px;
  background-image: linear-gradient(-90deg,
      #1e9fae 0%,
      #1f71af 100%),
    linear-gradient(#5b0103,
      #5b0103);
  background-blend-mode: normal,
    normal;
  opacity: 0.9;
  position: relative;
}

.nav .nav-list ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}

.nav .nav-list ul li {
  line-height: 72px;
}

.nav .nav-list ul li a {
  font-size: 18px;
  color: #ffffff;
}

.nav .nav-list ul li .sub-nav {
  width: 100vw;
  position: absolute;

  background-color: rgba(2, 150, 166, 0.92);
  left: 0;
  top: 72px;
  /* display: none; */
  overflow: hidden;
  height: 0px;
  transition: all 0.5s;
}

.nav .nav-list ul li .sub-nav .wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  background-color: transparent;
}

.nav .nav-list ul li .sub-nav .wrapper .left {
  display: flex;
  height: 100%;
  width: 450px;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding-top: 45px;
  align-items: flex-start;
}

.nav .nav-list ul li .sub-nav .wrapper .left .title {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 3px;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 10px;
}

.nav .nav-list ul li .sub-nav .wrapper .left .line {
  width: 50%;
  height: 4px;
  background-color: #fff;
}

.nav .nav-list ul li .sub-nav .wrapper .left .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;

}

.nav .nav-list ul li .sub-nav .wrapper .left .list .item {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.nav .nav-list ul li .sub-nav .wrapper .middle {
  width: 420px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 45px 35px;
}

.nav .nav-list ul li .sub-nav .wrapper .middle .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.nav .nav-list ul li .sub-nav .wrapper .middle .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 14px;
  position: relative;
  margin-bottom: 20px;
}

.nav .nav-list ul li .sub-nav .wrapper .middle .line::after {
  content: "";
  width: 90px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -1px;
}

.nav .nav-list ul li .sub-nav .wrapper .middle .content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}

.nav .nav-list ul li .sub-nav .wrapper .middle .more {

  width: 128px;
  height: 40px;
  background-color: #e5b15a;
  border-radius: 20px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.nav .nav-list ul li .sub-nav .wrapper .right {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-grow: 1;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 45px 35px;
}

.nav .nav-list ul li .sub-nav .wrapper .right .item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nav .nav-list ul li .sub-nav .wrapper .right .item .icon {
  width: 50px;
  height: 50px;

}

.nav .nav-list ul li .sub-nav .wrapper .right .item .icon img {
  max-width: 50px;
  max-height: 50px;
}

.nav .nav-list ul li .sub-nav .wrapper .right .item .text {
  font-size: 18px;
}

.nav .nav-list ul li .sub-nav .wrapper .left .list .item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.nav .nav-list ul li:hover .sub-nav {
  height: 320px;
}

.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;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #1e9fae, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


.index-container {
  width: 100%;
  min-height: 100vh;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.page1 {
  width: 100%;
  height: 770px;
  background-color: #eff7f8;

}



.page1 .wrap .tabs {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  margin-top: -65px;
  position: relative;

}

.page1 .wrap .tabs::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 184px;
  background-image: linear-gradient(-90deg,
      #1e9fae 0%,
      #1f71af 100%),
    linear-gradient(#da4600,
      #da4600);
  background-blend-mode: normal,
    normal;
  opacity: 0.9;
  top: -70px;
}

.page1 .wrap .tabs ul {
  float: right;
  width: 1170px;
  height: 140px;
  display: flex;
  position: relative;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  align-items: center;
  /* justify-content: space-between; */
}

.handle-wrap {
  position: absolute;
  z-index: 20;
  left: 0;
  top: -55px;
  left: 30px;
  display: flex;
  align-items: center;
}

.handle-wrap select {
  width: 130px;
  height: 36px;
  margin-right: 10px;
  border: none;
  box-sizing: border-box;
  padding: 0px 10px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-radius: 18px;
}

.handle-wrap option {
  color: #000;
}

.handle-wrap .search {
  width: 130px;
  height: 36px;
  background-color: #ff8400;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.handle-wrap .search button {
  width: 28px;
  height: 17px;
  flex-shrink: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  outline: none;
  border: none;
}

.handle-wrap .search button img {
  width: 100%;
  height: 100%;

}

.handle-wrap .search input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0px 10px;
}

.handle-wrap .search input::placeholder {
  color: #FFF;
}

.page1 .wrap .tabs ul li {
  width: 144px;
  text-align: center;
  height: 80px;
  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;
  transition: all .5s;
}

.page1 .wrap .tabs ul li a img {
  width: 44px;
  height: 44px;
  transition: all .5s;
}

.page1 .wrap .tabs ul li:hover a img {
  animation: tada 1s ease-in-out;

}

.page1 .wrap .tabs ul li:hover a p {
  color: #0296a6;
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.page1 .wrap .keshi {
  width: 1200px;
  margin: 0 auto;

  box-sizing: border-box;
}

.page1 .wrap .keshi .title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
}

.page1 .wrap .keshi .title .left {
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #555555;
  width: 390px;
  position: relative;
}

.page1 .wrap .keshi .title .left::after {
  content: "";
  width: 44px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #03a560;
}

.page1 .wrap .keshi .title .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.page1 .wrap .keshi .title .right div {
  font-size: 14px;
  line-height: 48px;
  white-space: nowrap;
  color: #999999;
}

.page1 .wrap .keshi .title .right ul {
  display: flex;
  flex: 1;
  height: 20px;
  margin-top: 14px;
  justify-content: space-between;
}

.page1 .wrap .keshi .title .right ul li {
  height: 20px;
  line-height: 20px;
  width: 28px;
  border-right: 1px solid #ccc;
  text-align: center;
}

.page1 .wrap .keshi .title .right ul li a {
  display: block;
  height: 100%;
}

.page1 .wrap .keshi .show {
  width: 1200px;
  /* overflow: hidden; */
  background-color: white;
  margin: 0 auto;
  height: 450px;
  display: flex;
  box-sizing: border-box;
  padding: 0px 20px 0px 0px;
  margin-top: 20px;
  justify-content: space-between;
}

.page1 .wrap .keshi .show .leftcow {
  width: 390px;
  height: 100%;
  background-image: url(../images/ks-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 32px;

}

.page1 .wrap .keshi .show .leftcow h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}

.page1 .wrap .keshi .show .leftcow img {
  width: 328px;
  height: 210px;
  margin-top: 20px;
}

.page1 .wrap .keshi .show .right {
  width: 767px;
}

.page1 .wrap .keshi .show .right .tab {
  display: flex;
  justify-content: space-between;

  width: 100%;
}

.page1 .wrap .keshi .show .right .tab .keshi-item {
  display: flex;
  text-align: center;
  width: 50%;
  justify-content: center;
  background-color: #eaeaea;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
}

.page1 .wrap .keshi .show .right .tab .active {
  background-color: #009bac;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  position: relative;
}

.page1 .wrap .keshi .show .right .tab .active::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 7px);
  border-top: 7px solid #009bac;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.page1 .wrap .keshi .show .right .tab .keshi-item div {
  line-height: 50px;
}

.page1 .wrap .keshi .show .right .tab .keshi-item img {
  /* width: 25px;
    height: 26px; */
  vertical-align: middle;

  margin-right: 5px;

}

.page1 .wrap .keshi .show .right ul {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
      height: 310px;
      padding-right: 0px;
}
.page1 .wrap .keshi .show .right ul::-webkit-scrollbar{
  opacity: 0;
}
.page1 .wrap .keshi .show .right ul li {
  width: 175px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  margin-right: 0.95%;
  margin-top: 12px;
}

.page1 .wrap .keshi .show .right ul li:hover {
  background-color: #ffffff;
  border-radius: 3px;
  color: #0296a6;
  box-shadow: 1px 1px 5px 0px rgba(2, 150, 166, 0.2);
  border-radius: 3px;
  border: solid 1px #0296a6;
}

.page1 .wrap .keshi .show .right ul li:hover a img::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(33, 152, 114, 0.2);
}

.page1 .wrap .keshi .show .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 20px;
  align-items: center;
}
.page1 .wrap .keshi .show .right ul li a span{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page1 .wrap .keshi .show .right ul li a img {
  width: 20px;
  height: 20px;
  position: relative;
}

.page2 {
  width: 100%;
  height: 550px;
  background-image: url(../images/index-bg2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.page2 .f4_container {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.page2 .f4_container .f4_top {
  width: 1200px;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page2 .f4_container .f4_top .left {
  display: flex;
  align-items: center;
}

.page2 .f4_container .f4_top .left .icon {
  width: 16px;
  height: 16px;
  background: url('../static/index_icon_f2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.page2 .f4_container .f4_top .left span {
  margin-left: 0px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

.page2 .f4_container .f4_top .right {
  display: flex;
  align-items: center;
}

.page2 .f4_container .f4_top .right .selectt {
  margin: 0 15px;
}

.page2 .f4_container .f4_top .right .search_ {
  width: 130px;
  height: 36px;
  background-color: #ff8400;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  box-sizing: border-box;
}

.page2 .f4_container .f4_top .right .search_ .se_icon {
  width: 16px;
  height: 17px;

  background-size: 100%;
}

.page2 .f4_container .f4_top .right .search_ .se_icon img {
  width: 100%;
  height: 100%;
}

.page2 .f4_container .f4_top .right .search_ input {
  border: none;
  outline: none;
  width: 76px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: none;
  background-color: #ff8400;
  border-radius: 18px;
}

.page2 .f4_container .f4_top .right .search_ input::input-placeholder {
  color: #f7fbfe;
}

.page2 .f4_container .f4_top .right .search_ ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.page2 .f4_container .f4_top span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
}

.page2 .f4_container .f4_line {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.page2 .f4_container .f4_line .block_ {
  width: 44px;
  height: 4px;
  background-color: #ff8400;
}

.page2 .f4_container .f4_line .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  opacity: 0.2;
}

.page2 .f4_container .f4_slideshow {
  width: 1294px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page2 .f4_container .f4_slideshow .goleft {
  width: 30px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page2 .f4_container .f4_slideshow .goleft .icons {
  width: 13px;
  height: 22px;
  background: url('../images/right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.page2 .f4_container .f4_slideshow .swiper {
  width: 1200px;
  height: 100%;
}

.page2 .f4_container .f4_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 328px;
  /* 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;
  flex-direction: column;
  padding: 18px;
  box-sizing: border-box;
  justify-content: space-between;
}

.page2 .f4_container .f4_slideshow .swiper-slide img {
  width: 146px;
  height: 200px !important;
}

.page2 .f4_container .f4_slideshow .swiper-slide h2 {
  color: #219872;
  font-size: 16px;
  font-weight: bold;
}

.page2 .f4_container .f4_slideshow .swiper-slide h3 {
  color: #888888;
  font-size: 14px;
}

.page2 .f4_container .f4_slideshow .swiper-slide span {
  width: 110px;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
}

.page2 .f4_container .f4_slideshow .swiper-slide h4 {
  font-size: 16px;
  color: #333333;
}

.page2 .f4_container .f4_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page2 .f4_container .f4_slideshow .swiper {
  width: 1200px;
  height: 100%;
  overflow: hidden;
}

.page2 .f4swiper-pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: auto;
}

.page2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
}

.page2 .swiper-pagination-bullet-active {
  width: 38px;
  height: 16px;
  background-color: #ff8400;
  border-radius: 8px;
  opacity: 1;
}


/* footer */
.footer {
  width: 100%;
  height: 436px;
  background-color: #ffffff;
}

.top {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background-color: #0296a6;
}

.container_o {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.container_o span {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.container_o span a {
  font-size: 14px;
  color: #ffffff;
}

.container_o .line {
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 17px;
}


/* footer end */


.nav .wrapper .top1 {
  display: flex;
}

.nav .wrapper .top1 .middle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.nav .wrapper .top1 .middle .tel {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin: 15px;
}

.nav .wrapper .top1 .middle .tel img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.nav .wrapper .top1 .middle .tel span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
}

.nav .wrapper .top1 .middle .tel h2 {
  font-size: 22px;
  color: #0296a6;
  font-weight: 600;
}

.nav .wrapper .top1 .middle .search-box {
  display: flex;
  align-items: center;
  width: 246px;
  height: 36px;
  background-color: #edf1f4;
  border-radius: 18px;

}

.nav .wrapper .top1 .middle .search-box button {
  width: 50px;
  height: 36px;
  background-color: #0296a6;
  border-radius: 0px 18px 18px 0px;
  border: none;
}

.nav .wrapper .top1 .middle .search-box input {
  width: 195px;
  height: 36px;
  box-sizing: border-box;
  background-color: #edf1f4;
  border-radius: 18px 0 0 18px;
  border: none;
  outline: none;
  padding-left: 10px;

}

.nav .wrapper .top1 .message-box {
  display: flex;
  flex-direction: column;
  width: 138px;
  line-height: 40px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.nav .wrapper .top1 .message-box .box {
  width: 138px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #0296a6;
  margin: 6px 0px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;

}

.nav .wrapper .top1 .message-box .box img {
  margin-right: 5px;
}

.nav .wrapper .top1 .codes {
  display: flex;
  align-items: center;

}

.nav .wrapper .top1 .codes .label {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.page3 {
  width: 100%;
  height: 690px;
  background-image: url(../images/index-bg3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page3 .wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
}

.page3 .wrapper .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.page3 .wrapper .header .tabs {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}

.page3 .wrapper .header .tabs .tab {
  position: relative;
  margin-right: 50px;
  cursor: pointer;
}

.page3 .wrapper .header .tabs .active {
  color: #0296a6;
}

.page3 .wrapper .header .tabs .tab::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 10px;
}

.page3 .wrapper .header .tabs .tab:nth-last-child(1)::after {
  display: none;
}

.page3 .wrapper .header .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}

.page3 .container {
  width: 100%;
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}

.page3 .container .swiper-container {
  width: 600px;
  height: 460px;
  background-color: #8a2934;
}

.page3 .container .swiper-container .swiper-slide {
  position: relative;
}

.page3 .container .swiper-container .swiper-slide .cover {
  width: 100%;
  height: 100%;
}

.page3 .container .swiper-container .swiper-slide .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding: 0px 10px;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.page3 .list {
  display: flex;
  width: 578px;
  height: 460px;
  overflow-y: scroll;
  flex-direction: column;

}
.page3 .list::-webkit-scrollbar{
  opacity: 0;
}
.page3 .list .item {
  width: 100%;
  margin-bottom: 12px;
  height: 106px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(20, 6, 11, 0.08);
  box-sizing: border-box;
  padding: 15px 20px;
}

.page3 .list .item .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  margin: 0;
}

.page3 .list .item .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}

.page3 .list .item p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.page4 {
  width: 100%;
  height: 430px;
  background-color: #FFF;
  background-image: none;
  position: relative;
}

.page4 .bgs {
  width: 660px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0296a6;
}

.page4 .handle {
  display: flex;
  align-items: center;
}

.page4 .infoSwiper {
  width: 100%;
  height: 200px;
  margin-top: 40px;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.page4 .infoSwiper .swiper-slide {
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(20, 6, 11, 0.08);
  border-bottom: 4px solid #0296a6;
  box-sizing: border-box;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.page4 .infoSwiper .swiper-slide .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}

.page4 .infoSwiper .swiper-slide .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #333333;
}

.page4 .infoSwiper .swiper-slide p {
  font-size: 14px;
  text-align: left;


  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page5 {
  width: 100%;
  height: 680px;
  background-image: url(../images/index-bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page5 .wrapper {
  display: flex;
  justify-content: space-between;
}

.page5 .wrapper .news-container {
  width: 585px;
}

.page5 .wrapper .list {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 25px 22px;
  width: 585px;
  background-color: #fff;
}

.page5 .wrapper .list .show {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}


.page5 .wrapper .list .show .cover {
  width: 170px;
  height: 122px;
}

.page5 .wrapper .list .show .right {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
}

.page5 .wrapper .list .show .right .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.page5 .wrapper .list .show .right .time {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  margin-top: 10px;
}

.page5 .wrapper .list .show .right .title {}

.page5 .wrapper .list .show .right p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #666666;
   overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page5 .wrapper .list .item {
  display: flex;
  box-shadow: none;
  height: auto;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
}

.page5 .wrapper .list .item .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 20px;
  position: relative;
}

.page5 .wrapper .list .item .time {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
}

.page5 .wrapper .list .item .title::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 45%;
  background-color: #0296a6;
  opacity: 0.4;
}

.footer .middle {
  width: 100%;
  height: 300px;
  background-color: #FFF;
  border-bottom: 1px solid rgba(91, 1, 3, 0.1);


}

.footer .middle .wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.footer .middle .wrapper .logo {
  width: 260px;
  height: 185px;
  display: block;

}

.footer .middle .wrapper .center {
  display: flex;
  flex-direction: column;
}

.footer .middle .wrapper .codes {
  display: flex;
}

.footer .middle .wrapper .code img {
  width: 136px;
  height: 136px;

}

.footer .middle .wrapper .code {
  margin-right: 20px;
}

.footer .middle .wrapper .code p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin: 0px;
}

.footer .middle .wrapper .center .cell {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.footer .middle .wrapper .center .cell .value {
  margin-left: 10px;
}

.footer .middle .wrapper .center .cell:nth-child(1) .value {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #0296a6;
}

.footer .bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;

  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px 0px;
}

.footer .bottom .wrapper .bn {
  display: flex;
  align-items: center;
  margin-top: 5px;
}


.banner {
  width: 100%;
  overflow: hidden;
  margin-top: 210px;
  position: relative;
  height: 280px;
}

.banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.banner .bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.col-title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: end;
  box-sizing: border-box;
  padding-top: 100px;
  justify-content: end;
  flex-direction: column;
}

.col-title .title {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 4px;
  color: #ffffff;
}

.col-title .line {
  height: 4px;
  margin-top: 10px;
  width: 72px;
  background-color: #fff;
}

.drop-nav {
  width: 100%;
  height: 72px;
  display: flex;
  position: relative;
  z-index: 1;
  bottom: 0;
  margin-top: 48px;
  overflow: hidden;
  box-sizing: border-box;
  /* overflow-y: unset; */
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.drop-nav .wrapper {
  width: 1200px;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

/* .drop-nav .wrapper::-webkit-scrollbar {
            display: none;
        } */
        
        /* .drop-nav .wrapper {
            -ms-overflow-style: none;
            scrollbar-width: none;
        } */

.drop-nav .wrapper .nav-item {
  min-width: 210px;
  position: relative;
  z-index: 1;
  line-height: 72px;
  height: 72px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.drop-nav .wrapper .nav-item::after {
  content: "";
  width: 1px;
  top: calc(50% - 8px);
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0px;

}

.drop-nav .wrapper .nav-item:nth-last-child(1)::after {
  display: none;
}

.drop-nav .wrapper .active::before {
  width: 36px;
  height: 4px;
  background-color: #09b7ca;
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 18px);
  top: -2px;
}

.about {
  width: 100%;
  background-color: #fff;
  height: auto;
}

.about .wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0px;
}

.party {
  width: 100%;
  background-color: #f5f5f5;
  height: auto;
}

.party .wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5px 0px 20px 0;
}

.party .wrapper .list {
  display: flex;
  flex-direction: column;
}

.party .wrapper .list .item {
  width: 100%;
  box-sizing: border-box;
  height: 216px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  display: flex;
  margin-bottom: 32px;
  transition: 0.4s all;
  padding: 30px 48px 20px 38px;
  align-items: center;

}

.party .wrapper .list .item .time {
  display: flex;
  flex-direction: column;
  color: #0296a6;
  align-items: center;
  margin-right: 30px;
}

.party .wrapper .list .item .time .day {
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}

.party .wrapper .list .item .time .year {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}

.party .wrapper .list .item .cover {
  width: 220px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 30px;
}

.party .wrapper .list .item .cover img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;

}

.party .wrapper .list .item .arr img:nth-child(2) {
  display: none;
}

.party .wrapper .list .item .info {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  justify-content: space-between;
  /* height: 100%; */
}

.party .wrapper .list .item .info .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
}

.party .wrapper .list .item .info p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}

.party .wrapper .list .item .arr {
  width: 41px;
  height: 12px;
}

.party .wrapper .list .item:hover {
  background-color: #0296a6;
  border: solid 1px #dddddd;
  background-image: url(../images/sy.png);
  background-repeat: no-repeat;
  background-position: 90% 30%;
}

.party .wrapper .list .item:hover .time {
  color: #fff;
}

.party .wrapper .list .item:hover .info {
  color: #FFF;
}

.party .wrapper .list .item:hover img {
  transform: scale(1.1);
}

.party .wrapper .list .item:hover .arr img:nth-child(1) {
  display: none;
}

.party .wrapper .list .item:hover .arr img:nth-child(2) {
  display: block;
}

.news .wrapper .list .item .cover {
  display: none;
}

.detail {
  width: 100%;
  height: auto;
  margin-top: 212px;
  background-color: #FFF;
}

.detail .detail-drop {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e8e8e8;


}

.detail .detail-drop .wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  line-height: 68px;
  color: #333333;
  font-size: 14px;
}

.detail .wrapper-in {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.detail .wrapper-in .content-info {
  width: 780px;
  flex-shrink: 0;
}

.detail .wrapper-in .content-info .title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.detail .wrapper-in .content-info .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;

}

.detail .wrapper-in .content-info .content {
  font-size: 16px;
}

.detail .wrapper-in .content-info .content p {
  font-size: 16px;
  line-height: 32px;
}

.detail .wrapper-in .content-info .line {
  width: 100%;
  background-color: #dddddd;
  height: 1px;
  margin: 30px 0px;
}

.detail .wrapper-in .hot {
  width: 360px;
}

.detail .wrapper-in .content-info .changePage {
  display: flex;
  flex-direction: column;
}

.detail .wrapper-in .content-info .changePage .prev {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

.detail .wrapper-in .content-info .back {
  width: 160px;
  height: 50px;
  background-color: #0296a6;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  margin-top: 40px;
}

.detail .wrapper-in .hot .title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 14px;
  position: relative;

}

.detail .wrapper-in .hot .title::after {
  content: "";
  width: 6px;
  height: 28px;
  background-color: #0296a6;
  position: absolute;
  left: 0;
  top: 8px;
}

.detail .wrapper-in .hot .item {
  width: 100%;
  height: 116px;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(20, 6, 11, 0.08);
}

.detail .wrapper-in .hot .item .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;

}

.detail .wrapper-in .hot .item h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}

.detail .wrapper-in .hot .list {
  margin-top: 30px;
}


.publicty {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.publicty .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 50px 0px;

}

.publicty .wrapper .list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.publicty .wrapper .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 15px;
  align-items: center;
  height: 60px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  transition: 0.5s all;
}

.publicty .wrapper .list .item .title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}

.publicty .wrapper .list .item .time {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #999999;
}

.publicty .wrapper .list .item::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 27px;
}

.publicty .wrapper .list .item:hover {
  padding-left: 25px;
  color: #0296a6;
}

.publicty .wrapper .list .item:hover .title {
  color: #0296a6;
}

.publicty .wrapper .list .item:hover::after {
  background-color: #0296a6;
}


.expert-container {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 30px;
}

.expert-container .wrapper {
  width: 1200px;
  margin: 0 auto;
}

.sift {
  width: 100%;
  min-height: 3.3rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0.34rem 0.28rem;
}

.sift .layer1 {
  display: flex;
}

.expert .paragraph1 {
  height: 1.5rem;
}

.sift .left {
  font-size: 0.16rem;
  font-weight: 500;
  color: #0296a6;
  width: 0.8rem;
  height: 0.6rem;
  white-space: nowrap;
  line-height: 0.6rem;
  text-align-last: justify;
}

.sift .right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 0.2rem;
}

.sift .tabs {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  height: 0.6rem;
  box-sizing: border-box;
  /* margin-bottom: 0.3rem; */
  flex-grow: 1;
  width: 100%;
}

.sift .tabs .tab {
  height: 100%;
  cursor: pointer;
  line-height: 0.6rem;
  font-size: 16px;
  margin-right: 0.3rem;
  color: #666666;
}

.sift .tabs .active {
  font-size: 16px;
  color: #eb740a;
  border-bottom: 0.04rem solid #eb740a;
}

.sift .tab-content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.sift .tab-content li {
  font-size: 14px;
  letter-spacing: 0px;
  cursor: pointer;
  color: #666666;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
  width: 10%;
}

.sift .tab-content li:hover {
  color: #b8995a;
}

.expert-container .choose {
  display: flex;
  align-items: center;
  margin: 0.3rem 0rem;
  justify-content: space-between;
}

.expert-container .choose .label {
  font-size: 0.16rem;
  color: #999999;
}

.expert-container .choose .value {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.expert-container .choose .value .item {
  box-sizing: border-box;
  padding: 0rem 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.03rem;
  margin-right: 0.1rem;
  color: white;
  background-color: #0296a6;
  padding-right: 0.25rem;
  position: relative;
  cursor: pointer;
}

.expert-container .choose .value .item::after {
  content: 'X';
  color: white;
  position: absolute;
  right: 0.05rem;
  top: 0.0rem;
}

.expert-container ul .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;
  margin-right: 0.3rem;
  border-radius: 4px;
  margin-bottom: 0.3rem;
}

.expert-container ul .pitem:nth-child(3n) {
  margin-right: 0;
}

.expert-container ul .pitem .infos {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: flex-start;
}


.expert-container ul .pitem .infos .userinfo {
  display: flex;
  flex-direction: column;
}

.expert-container ul .pitem .infos .userinfo h1 {
  font-weight: bold;
  font-size: 20px;
  color: #0296a6;
  margin-top: 0px;
  margin-bottom: 0.1rem;
}

.expert-container ul .pitem .infos .userinfo .iitem {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.expert-container ul .pitem .infos .userinfo .iitem span {
  font-size: 14px;
  color: #888888;
}

.expert-container ul .pitem .infos .userinfo .iitem h6 {
  font-size: 14px;
  margin: 0;
  color: #333333;
}

.expert-container ul .pitem .infos img {
  width: 106px;
  height: 100%;
  border-radius: 5px;
  margin-right: 18px;
  object-fit: cover;
}

.expert-container ul .line_s {
  width: 100%;
  border: solid 1px #e5e5e5;
  margin: 0.2rem 0rem;
}

.expert-container ul .tips {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.expert-container ul {
  display: flex;
  flex-wrap: wrap;
}

.expert-container ul .active {

  box-shadow: 0px 2px 12px 0px rgba(2, 150, 166, 0.2);
  border: solid 1px #0296a6;
}


.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}

.pagination div {
  /* width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #d4d5d3;
  line-height: 0.42rem;
  text-align: center;
  background-color: white;
  margin: 0rem 0.05rem;
  cursor: pointer;
  font-size: 0.14rem; */
}

.pagination .active {
  background-color: #0296a6;
  color: white;
}

.expert {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.expert-detail {
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.expert-detail .page1 {
  width: 100%;
  height: 6.2rem;
  display: flex;
}

.expert-detail .page1 .left {
  width: 50%;
  height: 100%;
  /* background-image: url(../images/zhuanjiabg1.png); */
  background-color: #0296a6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.7rem;
  text-align: right;
  padding-right: 1rem;
}

.expert-detail .page1 .right {
  width: 50%;
  height: 100%;
  /* background-image: url(../images/zhuanjiabg2.png); */
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.5rem;
  text-align: left;
}

.expert-detail .page1 .right .inx {
  width: 5.8rem;
  height: 100%;
}

.expert-detail .page1 .left img {
  width: 3.42rem;
  height: 4.60rem;
  object-fit: cover;
}

.expert-detail .page1 .right .header {
  display: flex;
  justify-content: space-between;
}

.expert-detail .page1 .right .header .back {
  display: flex;
  align-items: center;
  color: #666;
}

.expert-detail .page1 .right .header .back img {
  width: 0.2rem;
  height: 0.22rem;
  margin-right: 0.06rem;
}

.expert-detail .page1 .right h1 {
  font-size: 0.3rem;
  font-weight: 500;
  margin: 0;
  color: #0296a6;
  margin-bottom: 0.2rem;
}

.expert-detail .page1 .right .cell {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}

.expert-detail .page1 .right .line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: relative;
  margin: 20px 0px;
}

.expert-detail .page1 .right .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -0.03rem;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #eaeaea;
  border-radius: 0.04rem;
}

.time-table {
  width: 100%;
  height: 6.4rem;
  background-image: url(../images/zhuanjiaBg.png);
  overflow: hidden;
}

.time-table .card {
  width: 100%;
  height: 5.72rem;
  background-color: #FFF;
  margin-top: 0.4rem;
  box-sizing: border-box;
  padding: 0.45rem;
}

.time-table .card h1 {
  margin: 0;
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
}

.time-table .card h5 {
  font-size: 0.16rem;
  font-weight: 500;
  margin: 0.22rem 0rem;
  color: #333333;
}

.time-table .card table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  height: 2.4rem;
}

.time-table .card table thead {
  background-color: #842331;
  height: 0.6rem;
  color: white;
  font-size: 0.16rem;
}


.time-table .card table thead th {
  border: 1px solid #9b9b9b;
}

.time-table .card table tbody td {
  text-align: center;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
}

.time-table .card table tbody tr:nth-child(2n) {
  /* height: 0.6rem; */
  background-color: rgba(51, 91, 170, 0.1);
}

.time-table .card table tbody td button {
  width: 0.8rem;
  height: 0.3rem;
  background-color: #b79858;
  border-radius: 0.04rem;
  color: white;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.3rem;
  border: none;
  outline: none;
}

.ks-container .ks-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ks-container .ks-list li {
  width: 30px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}

.jianjie p {
  font-size: 16px;
  color: #333333;
  text-indent: 32px;
}

.jianjie h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}



.expert-detail .detail-drop {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e8e8e8;


}

.expert-detail .detail-drop .wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  line-height: 68px;
  color: #333333;
  font-size: 14px;
}




.ks-container {
  box-sizing: border-box;
  padding: 0.8rem 0rem;
  background-color: #ffffff;
}

.ks-container .wrapper {
  width: 12rem;
  margin: 0 auto;
}

.ks-container .wrapper h3 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
}

.ks-container .ks-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ks-container .ks-list li {
  width: 30px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}


.ks-container .wrapper .classify {
  width: 100%;
  margin-bottom: 0.4rem;
}

.ks-container .wrapper .classify .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 0.3rem;
}

.ks-container .wrapper .classify .header .right {
  font-size: 0.24rem;
  color: #333;
  width: 100%;
  margin-top: 0.2rem;
}

.ks-container .wrapper .classify .header .right img {
  width: 100%;
}

.ks-container .wrapper .classify ul {
  display: flex;
  flex-wrap: wrap;

}

.ks-container .wrapper .classify li {
  box-sizing: border-box;
  width: 2.26rem;
  height: 0.5rem;
  padding: 0.15rem;
  background-color: #ffffff;
  border-radius: 4px;

  margin-right: 0.15rem;
  padding-left: 0.25rem;
  /* border: solid 1px #335baa; */
  margin-bottom: 0.2rem;
  border: solid 1px #d7d7d7;
  transition: 0.4s all;
  position: relative;
}

.ks-container .wrapper .classify li:nth-child(5n) {
  margin-right: 0rem;
}

.ks-container .wrapper .classify li::after {
  /* content: ""; */
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 1rem;
  position: absolute;
  left: 0.1rem;
  top: 0.25rem;
  background-color: #c2b381;
}

.ks-container .wrapper .classify li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 0.16rem;
  color: #444444;
}

.ks-container .wrapper .classify li a img:nth-child(3) {
  display: none;
}

.ks-container .wrapper .classify li:hover {
  color: #0296a6;
  border: 1px solid #0296a6;
}

.ks-container .wrapper .classify li:hover a {
  color: #0296a6;
}

.ks-container .wrapper .classify li:hover a img:nth-child(2) {
  display: none;

}

.ks-container .wrapper .classify li:hover a img:nth-child(3) {
  display: block;
}

.ks-container .wrapper .classify .active {
  border: solid 1px #c2b381;
}

.ks-container .wrapper .classify .active a {
  color: #c2b381;

}

.ks-container .wrapper h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0px;
  color: #0296a6;
}

.culture-list {
  width: 100%;
  height: auto;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 30px 0px;
}

.culture-list .wrapper {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.culture-list .wrapper .item {
  width: 375px;
  margin-right: 36px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 46px;
}
.culture-list .wrapper .item .cover{
  height: 250px;
}
.culture-list .wrapper .item img{
  width: 100%;
  height: 100%;
}
.leader-list .wrapper .item .cover{
  height: 500px;
}
.leader-list .wrapper .item .cover img{
  object-fit: cover;
}
.culture-list .wrapper .item:nth-child(3n) {
  margin-right: 0px;

}
.culture-list .wrapper .item .title{
  font-size: 16px;
}
.leader-group .wrapper .item .title{
  font-size: 24px;
  font-weight: 600;
}
.leader-group .wrapper .item .cover{
  display: none;
}
.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
  display: none;
}

.mask .wrapper {
  width: 56vw;
  padding: 5vw 8vh;
  box-sizing: border-box;
  height: 71vh;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.mask .content {
  width: 100%;
  height: 51vh;
  overflow-y: scroll;


}

.mask .content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}

.mask .content::-webkit-scrollbar-thumb {

  background-color: #e5e5e5;
  border-radius: 4px;
}

.mask .content::-webkit-scrollbar-button {
  background-color: #0296a6;
  border-radius: 4px;
  height: 40px;
}

.mask .wrapper .title {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 20px;

}

.mask .wrapper .exit {
  color: #666666;
  position: absolute;
  right: 30px;
  top: 0px;
  font-weight: 300;
  font-size: 70px;
  cursor: pointer;
}

.staticbox {
  position: fixed;
  right: 1vw;
  top: 26vh;
  background-color: transparent;
  width: 74px;
  min-height: 382px;
  z-index: 999;
}

.staticbox .item {
  width: 100%;
  height: 74px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  border-bottom: 1px solid rgba(200, 200, 200, 0.7);
  font-size: 14px;
  position: relative;
}

.staticbox .gotop {
  background-color: #e5b15a;
  width: 74px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
}

.staticbox .gotop .icon {
  width: 20px;
  height: 17px;
}

.staticbox .info {
  position: absolute;
  left: -220%;
  top: 5%;
  width: 150px;
  min-height: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  font-size: 16px;
  display: none;
}

.staticbox .info p {
  margin: 0px;
}

.staticbox .info p span {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

.staticbox .info::after {
  content: "";
  width: 1px;
  height: 1px;
  border-right: 10px solid transparent;
  border-left: 10px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -21px;
  top: 10px;
}

.staticbox .code {
  background-color: #FFF;
  width: 100px;
  left: -150%;
  height: 100px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 10px;

}

.staticbox .code img {
  width: 100%;
  height: 100%;
}

.staticbox .item:hover .info {
  display: block;
}

.leader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leader .item {
  width: 586px;
  height: 410px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(20, 6, 11, 0.06);
  position: relative;
  box-sizing: border-box;
  padding: 25px 25px 25px 85px;
  margin-bottom: 30px;
}

.leader .item::after {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #0296a6;
  position: absolute;
  left: 0;
  top: 0;
}

.leader .item .cell {
  width: 100%;
  height: 70px;
  align-items: center;
  color: #333;
  font-size: 16px;
  display: flex;
  border-bottom: 1px solid #dddddd;
}

.leader .item .cell .label {
  width: 50%;
  text-align: left;
}

.leader .item .cell .value {}

.message-wrap {
  width: 100%;
  background-color: #FFF;
  min-height: 400px;
}

.message-wrap .wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0px;
}

.message-wrap .wrapper .cell {
  display: flex;
  min-height: 50px;
  margin-bottom: 24px;
  align-items: center;
}

.message-wrap .wrapper .cell .label {
  width: 150px;
  text-align: right;
  margin-right: 10px;
  font-size: 18px;
}

.message-wrap .wrapper .cell .label span {
  color: #b60f0f;
}

.message-wrap .wrapper .cell .value {
  height: 100%;
  display: flex;
  align-items: center;

}

.message-wrap .wrapper .cell .value input {
  height: 100%;
  height: 50px;
  width: 500px;
  border: solid 1px #cccbcb;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 18px;
  outline: none;
}

.message-wrap .wrapper .cell .value textarea {
  width: 800px;
  height: 194px;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 18px;
  outline: none;
  border: solid 1px #cccbcb;


}

.message-wrap .wrapper .cell .value img {
  width: 136px;
  height: 50px;
}

.message-wrap .wrapper .cell .value button {
  width: 200px;
  height: 48px;
  background-color: #0296a6;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  outline: none;
  color: #ffffff;
  border: none;
}

.message-wrap .wrapper .cell .value .pit {
  color: #ff8400;
  font-size: 16px;
}



.message-reply {
  width: 100%;
  min-height: 300px;
  background-color: #ffffff;
  margin-top: 0px;
}

.message-reply .wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0px;
}

.message-reply .wrapper .reply-item {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(20, 6, 11, 0.08);
  box-sizing: border-box;
  transition: 0.3s all;
  margin-bottom: 30px;
  cursor: pointer;
}

.message-reply .wrapper .reply-item .top {
  width: 100%;
  height: 118px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message-reply .wrapper .reply-item .top .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.message-reply .wrapper .reply-item .top .icon img {
  width: 100%;
  height: 100%;
}

.message-reply .wrapper .reply-item .top .title {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.message-reply .wrapper .reply-item .top .time {
  font-size: 14px;
  color: #666666;
}

.message-reply .wrapper .reply-item .top .time span {
  color: #0296a6;
}

.message-reply .wrapper .reply-item .show {
  width: 100%;
  /* min-height: 300px; */
  box-sizing: border-box;
  transition: 0.3s all;
  background-image: linear-gradient(#f2f2f2,
      #f2f2f2),
    linear-gradient(#f4f4f4,
      #f4f4f4);
  background-blend-mode: normal,
    normal;
  overflow: hidden;
  height: 0;
}

.message-reply .wrapper .reply-item .show .re-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
  position: relative;
  margin-left: -20px;

}

.message-reply .wrapper .reply-item .show .re-title::after {
  content: "";
  background-color: #0296a6;
  width: 6px;
  height: 24px;
  position: absolute;
  left: -20px;
  top: calc(50% - 12px);
}

.message-reply .wrapper .reply-item .show .wrap {
  background-color: #ffffff;
  margin: 20px 0px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 50px;
  width: 100%;
}

.message-reply .wrapper .reply-item .show .wrap .cell {
  display: flex;
  line-height: 40px;
}

.message-reply .wrapper .reply-item .show .wrap .cell .label {
  width: 150px;
  text-align: right;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
}

.message-reply .wrapper .reply-item .show .wrap .cell .value {
  font-size: 16px;
}

.message-reply .wrapper .reply-item:hover .show {
  height: auto;
  min-height: 300px;

  padding: 40px;
}

.about .wrapper .content p {
  font-size: unset;
  line-height: 32px;
}



 .join-tabs {
  display: flex;
  margin: 0.3rem 0rem;
  align-items: center;
  width: 100%;;
  flex-wrap: wrap;
}

 .join-tabs .tabs {
  height: 60px;
  border-radius: 30px;
  background-color: #f2f1f1;
  margin-right: 27px;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0px 38px;
  width: auto;
  max-width: 200px;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 10px;
}

 .join-tabs .active {
  background-color: #0296a6;
  color: #FFFFFF;
}
