body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

.menu .nav_ul>li>a {
  font-size: 14px;
}

.phone_head {
  line-height: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.menu {
  top: 59px;
}

.menu .nav_ul>li .submenu li a {
  font-size: 12px;
}

.phone_head .menu .nav_ul>li>a {
  font-weight: 600;
}

.phone_head .caidan .iconfont {
  display: block;
}

.pc_show {
  display: block;
}

.phone_show {
  display: none;
}

.container2 {
  padding: 0 7.5rem;
}

.container {
  padding: 0 15rem;
}

.container-z {
  padding: 0 0 0 15rem;
}

.c {
  color: #4BB8B8;
}

.bgc {
  background: #4BB8B8;
}

.cf {
  color: #fff;
}

.bgf {
  background: #fff;
}

.c00 {
  color: #000;
}

.bg0 {
  background: #000;
}

.c33 {
  color: #333333;
}

.c66 {
  color: #666666;
}

.c99 {
  color: #999999;
}

.cpxq_bgh {
  background: #FAFAFA !important;
}

.cpxq_bgb {
  background: #fff !important;
}

a:hover {
  color: #4BB8B8;
}

.pagination li.active span {
  background: #4BB8B8;
  border-color: #4BB8B8;
}

.more {
  text-align: center;
}

.more a {
  line-height: 3rem;
  border: 1px solid #FFFFFF;
  border-radius: 3.125rem;
  display: inline-block;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more a::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #4BB8B8;
  z-index: -1;
  transition: all .6s;
}

.more:hover a {
  border-color: #4BB8B8;
}

.more:hover a::after {
  left: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 6.25rem;
}

header .clearfix .iconfont {
  color: #fff;
  font-size: 1.25rem;
}

header .clearfix .logo {
  height: 4.25rem;
}

header .clearfix .logo img {
  height: 4.25rem;
}

header .clearfix .dh {
  margin-right: 3.4375rem;
}

header .clearfix .dh .txt {
  display: inline-block;
  font-size: 1.125rem;
  color: #fff;
  margin-left: .5rem;
}

header .clearfix .search .iconfont.active::before {
  content: "\e723";
}

header .clearfix .head_menu {
  margin-right: 6.25rem;
}

header .clearfix .head_menu>ul>li {
  float: left;
  position: relative;
  padding: 0 2.125rem;
}

header .clearfix .head_menu>ul>li>a {
  display: block;
  padding: 0 .625rem;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}

header .clearfix .head_menu>ul>li .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  z-index: 1003;
}

header .clearfix .head_menu>ul>li .submenu li a,
header .clearfix .head_menu>ul>li .submenu li a .iconfont {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 2.875rem;
}

header .clearfix .head_menu>ul>li .submenu2 {
  padding: 1.875rem 0;
  padding: 1.25rem 0 6.25rem 0;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix {
  margin-right: 15rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li {
  width: 14%;
  float: right;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li>a {
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 1.875rem;
  font-size: 1.25rem;
  font-size: 1rem;
  color: #fff;
  font-size: 500;
  font-weight: bold;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li>a>img {
  height: 1.875rem;
  margin-right: .9375rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li .sanji li a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 1.875rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li .sanji li span {
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #F35020;
  text-transform: uppercase;
  margin-left: .3125rem;
  padding: 0 .625rem;
  background: #FEF0E8;
  border-radius: .625rem .625rem .625rem 0;
}

header .clearfix .head_menu>ul>li .submenu2 .txt a {
  font-size: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4BB8B8;
  width: 100%;
  margin-top: 5rem;
  text-align: center;
  display: block;
  text-align: right;
}

header .clearfix .head_menu>ul>li .submenu2 .txt a .iconfont {
  color: #4BB8B8;
  font-size: .875rem;
  font-weight: 700;
  margin-left: .3125rem;
}

/* header .clearfix .head_menu>ul>li.active>a::before,
header .clearfix .head_menu>ul>li:hover>a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .125rem;
  background: #fff;
} */
/* header .clearfix .head_menu>ul>li.active>a::after, */
header .clearfix .head_menu>ul>li:first-child>a::after {
  display: none;
}

header .clearfix .head_menu>ul>li:hover>a::after {
  position: absolute;
  content: "";
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .8125rem solid transparent;
  border-right: .8125rem solid transparent;
  border-bottom: 1.375rem solid #fff;
}

header .clearfix .head_menu>ul>li.active>a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: .125rem;
  background: #fff;
}

header .clearfix .head_menu>ul>li:hover .submenu {
  opacity: 1;
  transform: none;
  box-shadow: none;
}

/* header .clearfix .head_menu>ul>li:nth-child(2),
header .clearfix .head_menu>ul>li:nth-child(3) {
  position: static;
} */
header .clearfix .head_menu>ul>li {
  position: static;
}

/* header .clearfix .head_menu>ul>li:nth-child(4){
  position: relative;
} */
.submenu3 .zb {
  width: 18%;
}

.submenu3 .moren {
  background: #3f3f3f;
  padding: 1.25rem 0 2rem 0;
}

.submenu3 .moren>ul>li {
  line-height: 1.625rem !important;
}

.submenu3 .moren>ul>li>a {
  padding: .625rem 1.875rem .625rem 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
}

.submenu3 .moren>ul>li>span {
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #F35020;
  text-transform: uppercase;
  margin-left: .3125rem;
  padding: 0 .625rem;
  background: #FEF0E8;
  border-radius: .625rem .625rem .625rem 0;
}

.submenu3 .moren>ul>li .iconfont {
  font-size: 1rem;
  line-height: 1.625rem !important;
  color: #989898;
}

.submenu3 .moren>.f16 {
  margin-bottom: 1.875rem;
  padding: 0 1.875rem;
}

.submenu3 .moren>.f16 a {
  text-align: left !important;
}

.submenu3 .moren>.f16 span {
  color: #989898;
  margin-left: .625rem;
}

.submenu3 .moren .f16,
.submenu3 .moren .f16>span {
  color: #fff;
  line-height: 1.625rem !important;
}

.submenu3 .moren>ul>li:hover>a,
.submenu3 .moren>ul>li.active>a {
  background: #417575;
  position: relative;
}

.submenu3 .moren>ul>li:hover .line1 {
  background-color: #1f1f1f;
}

.submenu3 .moren>ul>li:hover>a::after,
.submenu3 .moren>ul>li.active>a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: .125rem;
  height: 100%;
  background: #4BB8B8;
}

/* .submenu3 .moren >ul >li:hover >a,
.submenu3 .moren >ul >li:hover .iconfont,
.submenu3 .moren >ul >li.active >a,
.submenu3 .moren >ul >li.active .iconfont{
  color: #4BB8B8 !important;
} */
.submenu3 .sjcd {
  position: absolute;
  top: 0;
  left: 18%;
  height: 100%;
  background: #303030;
  display: none;
}

.submenu3 .sswz {
  position: absolute;
  top: 0;
  left: 100%;
  background: #1f1f1f;
  width: 200%;
  display: none;
  padding: 1.25rem 0 0 0;
}

.submenu3 .sswz2 {
  left: 18%;
}

.submenu3 .sswz ul li {
  width: 50%;
  float: left;
  padding: 0.625rem 1.875rem 0.625rem 4.375rem;
}

.submenu3 .sswz ul li a {
  padding: 0;
  display: inline-block !important;
}

.submenu3 .sswz ul li:hover a::after,
.submenu3 .sswz ul li.active a::after {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.submenu3 .fangaej>ul>li>.sswz2 {
  display: block;
}

.submenu4 {
  padding: 1.25rem 0 6.25rem 0;
}

.submenu4 li a {
  text-align: right !important;
  margin-right: 27.5rem;
}

.submenu2 .clearfix>li:hover>a,
.submenu2 .clearfix>li .sanji>li:hover>a,
.submenu4 li:hover a {
  color: #4BB8B8 !important;
}

header.on,
header.active {
  background: #474747;
}

.sechwc {
  position: relative;
}

.searchbox {
  border-top: 2px solid #4BB8B8;
  position: absolute;
  width: 21.25rem;
  right: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchbox .searchs {
  width: 18.75rem;
}

.searchs .sertext {
  border-radius: 3.125rem 0 0 3.125rem;
  padding-left: 1.5625rem;
}

.searchs .serbtn {
  border-radius: 0 3.125rem 3.125rem 0;
}

.serbtn {
  background: #4BB8B8;
}

.sechwc:hover .searchbox {
  display: block;
}

.banner .name {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.5rem;
  color: #fff;
  text-align: center;
}

.banner .txt {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: center;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-container .swiper-slide>img {
  height: 100%;
}

.banner .swiper-pagination {
  left: 15rem;
  bottom: 2.5rem;
  text-align: left;
}

.banner .swiper-pagination span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  background: none;
  /* display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  position: relative;
  margin: 0 .4688rem !important; */
}

/* .banner .swiper-pagination span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
} */
.banner .swiper-pagination .yuan {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 .3125rem;
  position: relative;
  background: none;
}

.banner .swiper-pagination .yuan svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.banner .swiper-pagination .yuan span {
  width: 60px;
  text-align: center;
  margin: 0 !important;
  display: inline-block;
}

.banner .swiper-pagination-bullet-active {
  -webkit-animation: jtd2 5s linear;
  -moz-animation: jtd2 5s linear;
  -o-animation: jtd2 5s linear;
  animation: jtd2 5s linear;
}

.banner .swiper-pagination-bullet-active.yuan svg {
  display: block !important;
}

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.banner .swiper-pagination-bullet-active::after {
  border: 1px solid #fff;
  animation: loader 5000ms infinite linear;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner .banicon {
  position: absolute;
  left: 52rem;
  bottom: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  z-index: 10;
}

.banner .banicon .iconfont {
  color: #fff;
}

.banner .scroll {
  position: absolute;
  width: 100%;
  bottom: 3.5rem;
  text-align: center;
  z-index: 1;
  animation: tiaodong 2s infinite;
}

.banner .scroll img {
  display: inline-block;
  width: 4.125rem;
  height: 2.5rem;
}

@keyframes tiaodong {
  0% {
    bottom: 4.375rem;
  }

  50% {
    bottom: 3.125rem;
  }

  100% {
    bottom: 4.375rem;
  }
}

.sybt {
  position: relative;
  margin-bottom: 3.75rem;
}

.sybt .sy_name {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 6.125rem;
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sybt .sy_ename {
  font-weight: 700;
  font-size: 5rem;
  font-size: 4.375rem;
  line-height: 5rem;
  text-transform: uppercase;
  color: #F8F8F8;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sybt .sy_txt {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #666666;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sybt2 .sy_name {
  font-size: 2.75rem;
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: 500;
}

.sybt2 .sy_ename {
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 500;
}

.f44 {
  font-size: 2.75rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
}

.f32 {
  font-size: 2rem;
  line-height: 2.875rem;
  font-weight: 500;
  color: #333333;
}

.f30 {
  font-size: 1.875rem;
  line-height: 2.6875rem;
  font-weight: 700;
  color: #333333;
  font-size: 1.75rem;
}

.f28 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

.f26 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #4BB8B8;
}

.f24 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #fff;
}

.f22 {
  font-size: 1.375rem;
  line-height: 2rem;
  color: #333333;
  font-weight: 700;
}

.f20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #fff;
}

.f18 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
}

.f16 {
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.625rem;
  color: #fff;
}

.f14 {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fff;
}

.index_one {
  padding: 5rem 0 0 0;
}

.index_one .swiper-container {
  display: none;
}

.index_one ul {
  display: flex;
  width: 105%;
  overflow: hidden;
}

.index_one ul li {
  flex: 1 1 20%;
  height: 43.75rem;
  transform: skew(-3deg);
  transform-origin: left top;
  transition: all 0.6s;
  will-change: auto;
}

.index_one ul li .img {
  position: relative;
}

.index_one ul li .img>img {
  height: 43.75rem;
  transition: all 0.6s;
  will-change: auto;
  width: 100%;
  object-fit: cover;
}

.index_one ul li .img .pa50 {
  text-align: center;
  transform: skew(3deg) translateY(-50%);
}

.index_one ul li .img .pa50>img {
  height: 3.375rem;
  margin-bottom: 1.25rem;
}

.index_one ul li .img .pa50 .f24 {
  margin-bottom: 5rem;
}

.index_one ul li .img .pa50 .f18 {
  /* display: none; */
  opacity: 0;
  width: 34%;
  margin: 0 auto 2.9375rem auto;
}

.index_one ul li .img .pa50 .f16 {
  line-height: normal;
  display: inline-block;
  margin-right: .5rem;
}

.index_one ul li .img .pa50 .iconfont {
  font-size: 1.5rem;
}

.index_one ul li .img .pa50 .box1 {
  width: 6rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0 auto;
  color: #fff;
  background: url(../img/fasbx.svg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index_one ul li .img .pa50 .box1::after {
  position: absolute;
  content: "";
  top: 0;
  left: -1.875rem;
  width: 2.25rem;
  height: 100%;
  background: url(../img/faxg.svg) no-repeat;
  background-size: 100% 100%;
}

.index_one ul li .img .pa50 .box1::before {
  position: absolute;
  content: "";
  top: 0;
  right: -1.875rem;
  width: 2.25rem;
  height: 100%;
  background: url(../img/faxg.svg) no-repeat;
  background-size: 100% 100%;
}

.index_one ul li .img .pa50 .box2 {
  width: 10.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0 auto;
  text-align: center;
  background: url(../img/fadsbx.svg) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.index_one ul li.active .img .pa50 .f24 {
  margin-bottom: 1.75rem;
}

.index_one ul li.active .img .pa50 .f18 {
  /* display: block; */
  opacity: 1;
}

.index_one ul li.active .img .pa50 .box1 {
  display: none;
}

.index_one ul li.active .img .pa50 .box2 {
  display: block;
}

.index_one ul li.on .img .pa50 img {
  display: none;
}

.index_one ul li.on .img .pa50 .f24,
.index_one ul li.on .img .pa50 .f18,
.index_one ul li.on .img .pa50 .box1,
.index_one ul li.on .img .pa50 .box2 {
  display: none;
}

.index_two {
  padding-top: 5.3125rem;
  position: relative;
}

.index_two .sy_ename {
  color: rgb(51, 51, 51, 0.05);
}

.index_two .middle {
  text-align: center;
  padding-bottom: 3.4375rem;
}

.index_two .middle ul {
  display: inline-block;
}

.index_two .middle ul li {
  float: left;
  margin-right: 1.25rem;
}

.index_two .middle ul li a {
  display: block;
  padding: .625rem 1.25rem;
  color: #333333;
}

.index_two .middle ul li.on a,
.index_two .middle ul li:hover a {
  background: #4BB8B8;
  border-radius: 3.125rem;
  color: #fff;
}

.index_two .middle ul li:last-child {
  margin-right: 0;
}

.index_two .bot {
  padding-bottom: 6.25rem;
}

.index_two .bot .row {
  margin: 0 -2.75rem;
}

.index_two .bot .row>div {
  padding: 0 2.75rem;
  position: relative;
}

.index_two .bot .f30 {
  margin: 3.125rem 0;
  position: relative;
  display: inline-block;
}

.index_two .bot .f30::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
  width: 12.5rem;
  height: 1px;
  background: #4BB8B8;
}

.index_two .bot .f16 {
  color: #666666;
}

.index_two .bot .over {
  padding: 6.25rem 0;
  background: radial-gradient(58.15% 58.15% at 50% 50.04%, #ffffff 44.9%, #e8e8e8 100%);
  border-radius: 1.25rem;
  text-align: center;
  margin-bottom: .8125rem;
}

.index_two .bot .over img {
  height: 14.375rem;
}

.index_two::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12.5rem;
  background: #4BB8B8;
}

.next,
.prev {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background-size: .625rem 1.25rem;
  top: auto;
  margin-top: 0;
  bottom: 0;
  left: auto;
  right: 3.125rem;
  display: inline-block;
  border-radius: 50%;
  background: none;
  background: #fff;
}

.prev {
  right: 8.125rem;
}

.prev2,
.next2 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #666666;
}

.prev2 {
  left: -6.25rem;
  right: auto;
}

.next2 {
  right: -6.25rem;
}

.index_three {
  padding: 5rem 0;
}

.index_three .bot ul {
  margin: 0 -0.9375rem;
}

.index_three .bot ul li {
  width: 33.33%;
  float: left;
  margin-bottom: 1.875rem;
  padding: 0 .9375rem;
}

.index_three .bot ul li .over {
  height: 25rem;
}

.index_three .bot ul li .over img {
  height: 25rem;
}

.index_three .bot ul li .pa {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  z-index: 1;
}

.index_three .bot ul li:first-child {
  width: 66.66%;
}

.index_three .bot>.swiper-container {
  display: none;
}

.index_four {
  padding: 8.75rem 0 11.25rem 0;
}

.index_four .sybt {
  margin-bottom: 2.8125rem;
}

.index_four .sybt .sy_ename {
  color: rgba(242, 245, 247, 0.1);
  z-index: 0;
}

.index_four .sybt .sy_name {
  color: #fff;
}

.index_four .sybt .sy_txt {
  color: #fff;
  width: 80%;
}

.index_four .bot {
  margin-top: 6.25rem;
}

.index_four .bot .data {
  color: #fff;
  display: inline-block;
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.index_four .bot .f24 {
  color: #fff;
  font-weight: 500;
  margin-top: .9375rem;
}

.index_four .bot .swiper-slide {
  text-align: center;
}

.index_four .bot .swiper-pagination {
  display: none;
}

.index_five {
  padding: 3.125rem 0 4.375rem 0;
  background: #4BB8B8;
  position: relative;
}

.index_five>img {
  position: absolute;
}

.index_five .sybt {
  margin-bottom: 4.875rem;
}

.index_five .sybt .sy_ename {
  color: rgba(242, 245, 247, 0.1);
  z-index: 0;
}

.index_five .sybt .sy_name {
  color: #fff;
}

.index_five .sybt .sy_txt {
  color: #fff;
}

.index_five .swiper-slide {
  text-align: center;
  margin-bottom: 4.875rem;
}

.index_five .img {
  height: 3.4375rem;
  margin-bottom: 1.0625rem;
}

.index_five .img img {
  height: 3.4375rem;
}

.index_five .swiper-pagination {
  display: none;
}

.index_six {
  background: #FAFAFA;
  padding: 3.125rem 0 4.375rem 0;
}

.index_six .middle {
  text-align: center;
  margin-bottom: 4.375rem;
}

.index_six .middle ul {
  display: inline-block;
}

.index_six .middle ul li {
  float: left;
}

.index_six .middle ul li a {
  display: block;
  padding: .9375rem 3.4375rem;
  border-radius: 3.125rem;
  color: #333333;
}

.index_six .middle ul li.on a,
.index_six .middle ul li:hover a {
  background: #4BB8B8;
  color: #fff;
}

.index_six .bot .f26 {
  position: relative;
  padding-left: 6.25rem;
  font-size: 1rem;
  text-align: right;
}

.index_six .bot .f26::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  width: 5rem;
  height: .125rem;
  background: #4BB8B8;
}

.index_six .bot .over img {
  height: 18.75rem;
  object-fit: cover;
}

.index_six .bot .box {
  padding: 1.875rem 1.25rem 3.125rem 2.1875rem;
  background: #fff;
}

.index_six .bot .box .f22 {
  margin-bottom: 1.5625rem;
}

.index_six .bot .box .f16 {
  margin-bottom: .9375rem;
  color: #666666;
}

.index_six .bot .box2 {
  background: #fff;
  padding: 6.5rem 2.1875rem 3.125rem 2.1875rem;
  border-top: .25rem solid #4BB8B8;
}

.index_six .bot .box2 .f22 {
  margin-bottom: 2.375rem;
}

.index_six .bot .box2 .f16 {
  color: #666666;
  margin-bottom: 5.6rem;
}

.index_six .more {
  margin-top: 2.5rem;
}

.index_six .more a {
  border-color: #4BB8B8;
  color: #fff;
  background: #4BB8B8;
}

.list_ban>img {
  height: 43.125rem;
  object-fit: cover;
}

.list_ban .title {
  font-size: 3.125rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #fff;
}

.list_ban .entitle {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.list_ban .data {
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: -0.06em;
  color: #fff;
  display: inline-block;
}

.list_ban .f16 {
  color: #fff;
  margin-top: 1.0625rem;
}

.list_ban .row {
  align-items: center;
}

.list_ban .row>div .row>div {
  margin-bottom: 3.75rem;
}

.list_ban .row>div .row>div:nth-child(3),
.list_ban .row>div .row>div:nth-child(4) {
  margin-bottom: 0;
}

.list_ban .fenx2 {
  position: absolute;
  right: 15rem;
  bottom: 1.875rem;
}

.list_ban .fenx2 .f18 {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.list_ban .fenx2 .social-share {
  display: inline-block;
}

.list_ban .fenx2 .social-share .social-share-icon {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

/*.fenx2 .social-share .icon-wechat .wechat-qrcode {
  display: none !important;
}*/
.fenx2 .social-share .wechat-qrcode2,
footer .social-share .wechat-qrcode2 {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -144px;
  left: -60px;
  width: 149px;
  height: 130px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.fenx2 .social-share .wechat-qrcode2 .qrcode,
footer .social-share .wechat-qrcode2 .qrcode {
  width: 105px;
  margin: 10px auto;
}

.fenx2 .social-share .wechat-qrcode2:after,
footer .social-share .wechat-qrcode2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.fenx2 .social-share a:hover .wechat-qrcode2,
footer .social-share a:hover .wechat-qrcode2 {
  display: block;
}

.bannav {
  background: #F9F9F9;
  border-bottom: 1px solid #DBDBDB;
}

.bannav ul li {
  float: left;
  margin-right: 5.625rem;
}

.bannav ul li a {
  display: block;
  padding: .9375rem .625rem;
  color: #666666;
}

.bannav ul li.active a,
.bannav ul li:hover a {
  color: #4BB8B8;
  position: relative;
  font-weight: 700;
}

.bannav ul li.active a::after,
.bannav ul li:hover a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1875rem;
  background: #4BB8B8;
}

.bannav ul li:last-child {
  margin-right: 0;
}

.nybt .sy_ename,
.nybt .sy_name {
  text-align: left;
}

.nybt .sy_ename {
  left: 0;
  transform: none;
}

.list_news {
  padding: 4.375rem 0;
}

.list_news ul li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}

.list_news ul li .row {
  align-items: center;
}

.list_news ul li .row>div .over {
  height: 16.25rem;
  object-fit: cover;
}

.list_news ul li .row>div .over img {
  height: 16.25rem;
  object-fit: cover;
}

.list_news ul li .f24 {
  color: #333333;
  margin-bottom: 1.25rem;
}

.list_news ul li .f16 {
  color: #666666;
}

.list_news ul li .time {
  color: #C1C1C1;
  margin-top: 2.5rem;
}

.list_news ul li.active,
.list_news ul li:hover {
  background: #F7FFFF;
}

.list_news ul li.active .f24,
.list_news ul li:hover .f24 {
  color: #4BB8B8;
}

.mbx {
  padding: 1.25rem 0;
  background: #F9F9F9;
  border-bottom: 1px solid #DBDBDB;
}

.mbx .f16 {
  color: #949494;
}

.mbx span:last-child {
  display: none;
}

.social-share {
  display: inline-block;
}

.social-share .social-share-icon {
  border-color: #E1E1E1;
  color: rgba(102, 102, 102, 0.5);
}

.show_news {
  padding-top: 5.3125rem;
}

.show_news .f32 {
  text-align: center;
  margin-bottom: 3.125rem;
}

.show_news .f18 {
  color: #999999;
  display: inline-block;
  margin-right: 2.5rem;
}

.show_news .fenx {
  color: #666666;
  margin-right: 0;
}

.show_news .fenx2 {
  display: inline-block;
}

.show_news .middle {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 2.5rem 0;
  margin: 2.5rem 0;
}

.show_news .middle .f16 {
  margin-right: 0;
  text-align: justify;
  color: #666666;
}

.show_news .middle img {
  display: block;
  text-align: center;
  margin: 2.5rem auto;
}

.show_news .bot {
  margin-bottom: 4.375rem;
}

.show_news .bot .circle {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #DBDBDB;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
}

.show_news .bot .circle .iconfont {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}

.show_news .bot .f16 {
  display: inline-block;
  color: #666666;
}

.show_news .bot .zb .circle {
  margin-right: 1.25rem;
}

.show_news .bot .yb .circle {
  margin-left: 1.25rem;
}

.circle {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
}

.circle .iconfont {
  color: #fff;
}

.nybt2 .sy_ename {
  color: #F2F2F2;
  left: 0;
  transform: none;
  z-index: 1;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: left;
}

.nybt2 .sy_name {
  text-align: left;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 500;
  color: #333333;
  padding-left: .625rem;
}

.nybt2 .sy_name::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #333333;
}

#tznr {
  top: -6.25rem;
  position: absolute;
}

.list_pro .nybt2 .sy_ename {
  white-space: nowrap;
}

.list_pro .yb .you ul li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}

.list_pro .yb .you ul li .iconfont {
  font-size: 1.25rem;
  color: #999999;
}

.list_pro .yb .you ul li.z1 {
  border-right: none;
}

.list_pro .yb .you ul li.on {
  background: #4BB8B8;
}

.list_pro .yb .you ul li.on .iconfont {
  color: #fff;
}

.list_pro .yb .bot2 ul li {
  background: #fff;
  margin-bottom: 2.5rem;
}

.list_pro .yb .bot2 ul li:last-child {
  margin-bottom: 0;
}

.list_pro .yb .bot2 ul li .row {
  padding: 0;
  margin: 0;
  align-items: center;
}

.list_pro .yb .bot2 ul li .row>div {
  padding: 0;
  margin: 0;
}

.list_pro .yb .bot2 ul li .row>div .over {
  margin: 0;
}

.list_pro .yb .bot2 ul li .box {
  width: 94%;
}

.list_pro .yb .bot2 ul li .f16 {
  color: #999999;
  margin-top: .9375rem;
}

.list_pro .proli .over img {
  width: auto;
}

.list_pro .bot2 ul li .over {
  margin-bottom: 0;
}

.list_pro {
  padding: 3.75rem 0;
  background: #FAFAFA;
  position: relative;
}

.list_pro .row {
  margin: 0 -1.375rem;
}

.list_pro .row>div {
  padding: 0 1.375rem;
}

.list_pro .sidebar {
  background: #FFFFFF;
}

.list_pro .sidebar ul.pronav1 {
  padding-top: 1.5625rem;
}

.list_pro .sidebar ul.pronav1>li {
  text-align: left;
  padding: 0 1.875rem 1.5625rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.list_pro .sidebar ul.pronav1>li.active a,
.list_pro .sidebar ul.pronav1>li.active .iconfont {
  color: #4BB8B8;
}

.list_pro .sidebar ul.pronav1>li.active .img1 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li.active .img2 {
  display: inline-block;
}

.list_pro .sidebar ul.pronav1>li img {
  height: 1.625rem;
  margin-right: 1.25rem;
}

.list_pro .sidebar ul.pronav1>li .f20 {
  color: #333333;
  font-size: 1rem;
}

.list_pro .sidebar ul.pronav1>li .subnav {
  padding: 1.5625rem 0 0 1.5625rem;
  display: none;
}

.list_pro .sidebar ul.pronav1>li .subnav li {
  padding: .625rem 0;
  position: relative;
}

.list_pro .sidebar ul.pronav1>li .subnav li a {
  display: block;
}

.list_pro .sidebar ul.pronav1>li .subnav li .f18 {
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
  font-size: .875rem;
  z-index: 2;
}

.list_pro .sidebar ul.pronav1>li .subnav li .f18::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

/* 
.list_pro .sidebar ul.pronav1>li .subnav li.active::after {
  position: absolute;
  content: "";
  left: -5rem;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #F7FFFF;
}
 */
/* .list_pro .sidebar ul.pronav1>li .subnav li:last-child {
  padding: 0;
} */
.list_pro .sidebar ul.pronav1>li .subnav li:last-child::after {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .subnav li.active .f18,
.list_pro .sidebar ul.pronav1>li .subnav li:hover .f18 {
  color: #4BB8B8;
}

.list_pro .sidebar ul.pronav1>li .subnav li.active .f18::after,
.list_pro .sidebar ul.pronav1>li .subnav li:hover .f18::after {
  background: #4BB8B8;
}

.list_pro .sidebar ul.pronav1>li .img2 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .flex.active .f20 {
  color: #4BB8B8;
}

.list_pro .sidebar ul.pronav1>li .flex.active .iconfont {
  color: #4BB8B8;
}

.list_pro .sidebar ul.pronav1>li .flex.active .img1 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .flex.active .img2 {
  display: inline-block;
}

.list_pro .sidebar ul.pronav1>li:last-child {
  border-bottom: none;
}

.list_pro .yb .sybt {
  margin-bottom: 2.375rem;
}

.list_pro .yb .row {
  margin: 0 -1rem;
}

.list_pro .yb .row>div {
  padding: 0 1rem;
  margin-bottom: 1.875rem;
}

.proli {
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 3.125rem 1.25rem 2.5rem 1.25rem;
}

.proli .over {
  height: 12.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.proli .over img {
  height: 12.5rem;
  /* object-fit: cover; */
}

.proli .f18 {
  color: #333333;
}

.proli .f16 {
  color: #666666;
  margin-top: .625rem;
  /* height: 1.875rem; */
}

.proli ul {
  margin-top: .625rem;
}

.proli ul li {
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
}

.proli ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

.proli:hover {
  background-color: #F1FAF7;
}

.proli:hover .over img {
  transform: scale(1.1);
}

/* .proli:hover .f18,
.proli:hover .f16 {
  color: #000;
} */
.pronav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 6.25rem;
  z-index: 43;
}

.pronav .flex {
  /* padding: 1.6875rem 0; */
  line-height: 5rem;
}

.pronav .f18 {
  color: #333333;
}

.pronav ul li {
  float: left;
  cursor: pointer;
}

.pronav ul li a {
  color: #666666;
  position: relative;
  padding: 0 1.25rem;
  display: inline-block;
}

.pronav ul li:hover a,
.pronav ul li.active a {
  color: #4BB8B8;
}

.pronav ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #DBDBDB;
}

.pronav ul li:last-child a::after {
  display: none;
}

.show_pro1 .social-share .social-share-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #4BB8B8;
  border: none;
  color: #fff;
  font-size: 1.375rem;
}

.show_pro1 .social-share .icon-dianhua1:hover .box {
  display: block;
}

.show_pro1 .social-share .social-share-icon .box {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -195px;
  left: -60px;
  padding: 1.25rem;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.show_pro1 .social-share .social-share-icon .box:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.show_pro1 .social-share .social-share-icon .box ul li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px dashed #DBDBDB;
}

.show_pro1 .social-share .social-share-icon .box ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.show_pro1 .social-share .social-share-icon .box ul li div {
  text-align: left;
  white-space: nowrap;
}

.show_pro1 .social-share .social-share-icon .box ul li .f16 {
  color: #666666;
  margin-bottom: 0.3125rem;
}

.show_pro1 .social-share .social-share-icon .box ul li .f18 {
  color: #333333;
}

.show_pro1 {
  padding: 5rem 0;
  background: #FAFAFA;
  margin-top: 11.25rem;
}

.show_pro1 .row {
  align-items: center;
  margin: 0 -1.5625rem;
}

.show_pro1 .row>div {
  padding: 0 1.5625rem;
}

.show_pro1 .row>div:first-child {
  text-align: center;
}

.show_pro1 .over {
  height: 20.9375rem;
}

.show_pro1 .over img {
  height: 20.9375rem;
  object-fit: cover;
}

.show_pro1 .f30 {
  margin-bottom: 1.5625rem;
  color: #333333;
}

.show_pro1 .f16 {
  color: #666666;
}

.show_pro1 .more {
  text-align: left;
  margin-right: 3.125rem;
}

.show_pro1 .more a {
  background: #4BB8B8;
}

.show_pro1 .flex {
  justify-content: flex-start;
  margin-top: 3.75rem;
}

.show_pro1 .fenx,
.show_pro1 .social-share {
  display: inline-block;
}

.show_pro1 .social-share .icon-wechat .wechat-qrcode {
  display: none !important;
}

.show_pro1 .social-share .wechat-qrcode2 {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -144px;
  left: -50px;
  width: 149px;
  height: 130px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.show_pro1 .social-share .wechat-qrcode2 .qrcode {
  width: 105px;
  margin: 10px auto;
}

.show_pro1 .social-share .wechat-qrcode2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.show_pro1 .social-share a:hover .wechat-qrcode2 {
  display: block;
}

.show_pro2 {
  padding: 5.9375rem 0;
  background: #fff;
  width: 100%;
  /* height: calc(1172px + 120px); */
}

.show_pro2 .xia {
  margin-top: 2.5rem;
  background: #fff;
  width: 100%;
}

.show_pro2 .bot .img {
  text-align: center;
  position: relative;
}

/* .show_pro2 .bot .img img {
  height: 49.75rem;
} */
.show_pro2 .bot .img .img2 {
  height: 49.75rem;
  position: relative;
}

.show_pro2 .bot .img .img2 .tp1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 20.625rem;
}

.show_pro2 .bot .img .img2 .tp2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.375rem;
  height: 36.75rem;
  z-index: -1;
}

.show_pro2 .bot .img .img2 .tp3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 49.75rem;
  z-index: -1;
}

.show_pro2 .bot .img .img2 .tp4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.375rem;
  height: 20.9375rem;
  z-index: -2;
}

.show_pro2 .bot .img .f24 {
  color: #333333;
  margin-bottom: 1rem;
}

.show_pro2 .bot .img .f16 {
  color: #666666;
}

.show_pro2 .bot .img .xiant {
  height: 26.875rem;
}

.show_pro2 .bot .img .box {
  position: absolute;
  display: none;
}

.show_pro2 .bot .img .box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: .25rem solid #4BB8B8;
  background: #fff;
}

.show_pro2 .bot .img .cont {
  position: absolute;
  width: 20.625rem;
  text-align: left;
  display: none;
}

/* .show_pro2 .bot.on .img .cont{
  display: block;
}
.show_pro2 .bot.on .img .box{
  display: block;
} */
.show_pro2 .bot .img .box.on {
  display: block;
}

.show_pro2 .bot .img .cont.on {
  display: block;
}

.show_pro2 .bot .img .box1 {
  top: 0;
  left: 29%;
}

.show_pro2 .bot .img .cont1 {
  top: 0;
  left: 0;
}

.show_pro2 .bot .img .box2 {
  top: 2.5rem;
  right: 27.5%;
}

.show_pro2 .bot .img .cont2 {
  top: 2.5rem;
  right: 0;
}

.show_pro2 .bot .img .box3 {
  top: 35%;
  left: 25%;
}

.show_pro2 .bot .img .box3 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont3 {
  top: 38%;
  left: 0;
}

.show_pro2 .bot .img .box4 {
  top: 37%;
  right: 25%;
}

.show_pro2 .bot .img .box4 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont4 {
  top: 38%;
  right: 0;
}

.show_pro2 .bot .img .box5 {
  top: 9%;
  left: 50%;
}

.show_pro2 .bot .img .box5 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont5 {
  top: -5%;
  left: 40%;
}

.show_pro3 {
  padding: 6.875rem 0 5rem 0;
  background: #FAFAFA;
}

.show_pro3 .table {
  margin-bottom: 3.125rem;
}

.show_pro3 .table td {
  border: none;
  border-bottom: 1px dashed #DBDBDB;
  font-size: 1rem;
  color: #666666;
}

.show_pro3 .f24,
.show_pro3 .f20 {
  color: #666666;
  font-weight: 700;
}

.show_pro3 .f16 {
  color: #666666;
}

.show_pro3 ul {
  margin-top: 1.25rem;
}

.show_pro3 ul li {
  margin-bottom: 1.25rem;
}

.show_pro3 ul li .f20 {
  margin-bottom: .625rem;
}

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

.show_pro3 .more {
  margin-top: 3.75rem;
}

.show_pro3 .more a {
  border-color: #333333;
  color: #333333;
}

.show_pro3 .more a .iconfont {
  margin-left: .625rem;
}

.show_pro .show_pro4 {
  background: #fff;
}

.show_pro5 {
  background: #FAFAFA;
}

.list_fangan .yb ul li {
  padding: 1.875rem;
  background: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 1.875rem;
}

.list_fangan .yb ul li .row {
  margin: 0;
  align-items: center;
}

.list_fangan .yb ul li .row>div {
  padding: 0;
  margin-bottom: 0;
}

.list_fangan .yb ul li .over img {
  height: 13.4375rem;
  object-fit: cover;
}

.list_fangan .yb ul li .row .right {
  padding-left: 1.875rem;
}

.list_fangan .yb ul li .f24 {
  color: #333333;
  margin-bottom: .625rem;
}

.list_fangan .yb ul li .f16 {
  color: #666666;
}

.list_fangan .yb ul li:hover {
  /* border-color: #4BB8B8; */
  background-color: #F1FAF7;
}

/* .list_fangan .yb ul li:hover .f24,
.list_fangan .yb ul li:hover .f16 {
  color: #000;
} */
.list_fangan .yb ul li:hover .over img {
  transform: scale(1.1);
}

.list_fangan .ybtable {
  display: none;
}

.list_fangan .ybtable.active {
  display: block;
}

.show_fanys2 .middle {
  border-bottom: none;
}

.show_fangan1 {
  padding: 6.25rem 0 5rem 0;
}

.show_fangan1 .box {
  padding: 5rem 1.25rem;
  background: linear-gradient(180deg, #edfafa 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #DBDBDB;
  position: relative;
  overflow: hidden;
  height: 26rem;
}

.show_fangan1 .box .f22 {
  padding-top: 1.0625rem;
  position: relative;
}

.show_fangan1 .box .f22::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.75rem;
  height: .25rem;
  background: #4BB8B8;
}

.show_fangan1 .box .f16 {
  color: #666666;
  margin-top: 1.5625rem;
  text-align: justify;
}

.show_fangan1 .box::after {
  position: absolute;
  content: "";
  top: -3rem;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
  border-radius: 50%;
}

.show_fangan1 .box::before {
  position: absolute;
  content: "";
  top: -4.375rem;
  right: 5rem;
  width: 8.75rem;
  height: 8.75rem;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
  border-radius: 50%;
}

.show_fangan1 .swiper-slide:nth-child(2n) .box {
  background: linear-gradient(180deg, #fff4f4 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(2n) .box::after,
.show_fangan1 .swiper-slide:nth-child(2n) .box::before {
  background: linear-gradient(114.86deg, rgba(255, 64, 64, 0.1) 12.88%, rgba(255, 75, 75, 0) 99.45%);
}

.show_fangan1 .swiper-slide:nth-child(3n) .box {
  background: linear-gradient(180deg, #daf0ff 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(3n) .box::after,
.show_fangan1 .swiper-slide:nth-child(3n) .box::before {
  background: linear-gradient(114.86deg, rgba(55, 174, 255, 0.1) 12.88%, rgba(55, 174, 255, 0) 99.45%);
}

.show_fangan1 .swiper-slide:nth-child(4n) .box {
  background: linear-gradient(180deg, #fff4d9 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(4n) .box::after,
.show_fangan1 .swiper-slide:nth-child(4n) .box::before {
  background: linear-gradient(114.86deg, rgba(255, 189, 28, 0.1) 12.88%, rgba(255, 189, 28, 0) 99.45%);
}

.show_fanys2 .f32 {
  margin-bottom: .9375rem;
}

.show_fangan2 {
  padding: 6.25rem 0;
}

.show_fangan2 .sybt {
  margin-bottom: 4.6875rem;
}

.show_fangan2 .sybt .sy_ename {
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.show_fangan2 .sybt .sy_name {
  color: #fff;
}

.show_fangan2 .bot {
  background: #fff;
  padding: 3.125rem 1.875rem 2.5rem 1.5625rem;
}

.show_fangan2 .bot .row {
  margin: 0 -1.5625rem;
  align-items: center;
}

.show_fangan2 .bot .row>div {
  padding: 0 1.5625rem;
}

.show_fangan2 .bot .f24 {
  color: #333333;
  margin-bottom: .625rem;
}

.show_fangan2 .bot .f16 {
  color: #666666;
  margin-bottom: 3.125rem;
}

.show_fangan2 .bot .f20 {
  color: #666666;
  margin-bottom: .9375rem;
}

.show_fangan2 .bot .gongn {
  margin-bottom: 3.125rem;
}

.show_fangan2 .bot .gongn li {
  width: 33.33%;
  float: left;
}

.show_fangan2 .bot .gongn li .f16 {
  margin-bottom: .625rem;
  background: #E0F3F3;
  border-radius: .125rem;
  display: inline-block;
  color: #4BB8B8;
  padding: .625rem .9375rem;
  font-weight: 500;
}

.show_fangan2 .bot .pjsb li {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  padding: 1.125rem .625rem;
  margin-right: 3%;
  width: 31%;
  float: left;
  display: flex;
  align-items: center;
}

.show_fangan2 .bot .pjsb li a {
  display: block;
}

.show_fangan2 .bot .pjsb li img {
  height: 4.0625rem;
}

.show_fangan2 .bot .pjsb li:last-child {
  margin-right: 0;
}

.show_fangan2 .bot .pjsb .sb3 a {
  width: 33.33%;
}

.show_fangan2 .bot .pjsb .sb2 a {
  width: 50%;
}

.show_fangan3-1 {
  padding: 6.875rem 0;
}

.show_fangan3-1 .box {
  height: 15rem;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  padding: 5rem 2.5rem;
}

.show_fangan3-1 .box .f22 {
  text-align: center;
  position: relative;
  padding-bottom: .9375rem;
  margin-bottom: .9375rem;
}

.show_fangan3-1 .box .f22::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: .125rem;
  background: #4BB8B8;
}

.show_fangan3-1 .box .f16 {
  color: rgba(0, 0, 0, 0.6);
}

.show_fangan3-1 .swiper-pagination {
  display: none;
}

.show_fangan3 {
  background: #FAFAFA;
  padding: 6.25rem 0 4.0625rem 0;
}

.show_fangan3 .sybt {
  margin-bottom: 4.375rem;
}

.show_fangan3 .sybt .sy_ename {
  color: #F2F2F2;
  z-index: 0;
}

.show_fangan3 .sybt .sy_name {
  position: relative;
  z-index: 1;
}

.show_fangan3 .f22 {
  margin-bottom: 4.375rem;
}

.show_fangan3 .bot .swiper-slide {
  text-align: center;
  margin-bottom: 5.625rem;
}

.show_fangan3 .bot .circle {
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  background: #4BB8B8;
  border-radius: 50%;
  margin: 0 auto;
}

.show_fangan3 .bot .circle img {
  height: 3.125rem;
}

.show_fangan3 .bot .f16 {
  margin-top: .9375rem;
  color: #666666;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .625rem;
}

.swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
  background: rgba(211, 211, 211, 0.5);
}

.swiper-pagination-bullet-active {
  background: #4BB8B8;
}

.show_fangan4 {
  padding: 5.3125rem 0 5.9375rem 0;
}

.show_fangan4 .top {
  margin-bottom: 0;
}

.show_fangan4 .bot .pa {
  bottom: 1.5625rem;
  left: 1.875rem;
}

.show_fangan4 .bot .swiper-pagination {
  display: none;
}

.show_fangan5 {
  padding: 6.25rem 0 4.375rem 0;
}

.show_fangan5 .sybt .sy_ename {
  color: rgba(255, 255, 255, 0.2);
}

.show_fangan5 .sybt .sy_name {
  color: #fff;
}

.show_fangan5 .row {
  background: #fff;
  align-items: center;
  margin: 0 -1.5625rem;
}

.show_fangan5 .row>div {
  padding: 0 1.5625rem;
}

.show_fangan5 .f24 {
  color: #333333;
  position: relative;
  padding-top: .625rem;
  margin-bottom: 1.5625rem;
}

.show_fangan5 .f24::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.4375rem;
  height: .25rem;
  background: #4BB8B8;
}

.show_fangan5 .f16 {
  color: #666666;
  margin-bottom: 2.1875rem;
}

.show_fangan5 .more {
  text-align: left;
}

.show_fangan5 .more a {
  color: #333333;
  border-color: #333333;
}

.show_fangan5 .swiper-container {
  padding-bottom: 4.375rem;
}

.show_fangan6 {
  padding: 6.25rem 0;
}

.show_fangan6 .over {
  height: 31.25rem;
}

.show_fangan6 .over img {
  height: 31.25rem;
}

.show_fangan6 ul li {
  height: 14.6875rem;
  margin-bottom: 1.875rem;
  border: 1px solid #DBDBDB;
  position: relative;
  overflow: hidden;
}

.show_fangan6 ul li .flex {
  padding: 3.75rem;
  align-items: flex-end;
}

.show_fangan6 ul li .flex .zb {
  width: 60%;
}

.show_fangan6 ul li .flex .f24 {
  margin-bottom: .625rem;
  color: #333333;
}

.show_fangan6 ul li .flex .f16 {
  color: #666666;
}

.show_fangan6 ul li .flex .more {
  display: inline-block;
  width: 30%;
}

.show_fangan6 ul li .flex .more a {
  display: block;
  background: #4BB8B8;
  color: #fff;
}

.show_fangan6 ul li {
  background: linear-gradient(180deg, #edfafa 0%, rgba(255, 255, 255, 0) 100%), #ffffff;
}

.show_fangan6 ul li::after {
  position: absolute;
  content: "";
  top: -5rem;
  right: .625rem;
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
}

.show_fangan6 ul li::before {
  position: absolute;
  content: "";
  top: -6.25rem;
  right: 7.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
}

.show_fangan6 ul li.on {
  background: linear-gradient(90deg, #4bb8b8 0%, #59d7d7 100%);
}

.show_fangan6 ul li.on .flex .more a {
  background: #fff;
  color: #4BB8B8;
}

.show_fangan6 ul li.on .flex .more:hover a,
.show_fangan6 ul li.on .flex .f24,
.show_fangan6 ul li.on .flex .f16 {
  color: #fff;
}

.show_fangan6 ul li.on .flex .more:hover a::after {
  background: #000;
}

.show_fangan6 ul li.on::after {
  position: absolute;
  content: "";
  right: .625rem;
  top: -6.25rem;
  width: 25.625rem;
  height: 25.625rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(255, 255, 255, 0.1) 12.88%, rgba(255, 255, 255, 0) 99.45%);
}

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

.show_fangan7 {
  background: linear-gradient(90deg, #4bb8b8 23.8%, rgba(75, 184, 184, 0) 63.18%);
  height: 31.25rem;
}

.show_fangan7 .pa100 {
  z-index: -1;
}

.show_fangan7 .pa100 img {
  height: 31.25rem;
}

.show_fangan7 .f44 {
  margin-bottom: 1rem;
}

.show_fangan7 .f16 {
  margin-bottom: 1.875rem;
}

.show_fangan7 .f16 .f26 {
  color: #fff;
}

.show_fangan7 .more {
  text-align: left;
  display: inline-block;
}

.show_fangan7 .more a {
  background: #fff;
  color: #4BB8B8;
}

.show_fangan7 .more:hover a {
  color: #fff;
}

.show_fangan7 .more:hover a::after {
  background: #000;
}

.show_hangy1 {
  background: #FAFAFA;
  padding: 6.25rem 0 3.75rem 0;
}

.show_hangy1 .sybt .sy_ename {
  color: #F2F2F2;
  font-weight: 500;
}

.show_hangy1 .swiper-slide {
  box-shadow: 0 0 .625rem #eee;
}

.show_hangy1 .box {
  padding: 1.25rem 1.875rem 3.125rem 1.875rem;
  border: 1px solid #DBDBDB;
  background: #fff;
}

.show_hangy1 .box .f24 {
  color: #333333;
  margin-bottom: 1.25rem;
}

.show_hangy1 .box .f16 {
  color: #666666;
}

.show_hangy1 .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.show_hangy1 .swiper-slide:hover .f24 {
  color: #4BB8B8;
}

.show_hangy1 .swiper-container {
  padding-bottom: 4.375rem;
}

.show_hangy2 {
  padding: 6.25rem 0 10.375rem 0;
}

.show_hangy2 .sybt .sy_ename {
  color: rgba(242, 242, 242, 0.2);
}

.show_hangy2 .sybt .sy_name {
  color: #fff;
}

.show_hangy2 .row {
  align-items: center;
}

.show_hangy2 .row>div {
  overflow: hidden;
}

.show_hangy2 .zb .swiper-slide {
  height: 2.1875rem;
}

.show_hangy2 .zb .f22 {
  padding-left: 3.125rem;
  position: relative;
  color: #fff;
  font-weight: 400;
}

.show_hangy2 .zb .f22::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: .1875rem;
  width: .875rem;
  height: .875rem;
  border-radius: 50%;
  background: #fff;
}

.show_hangy2 .zb .swiper-slide-thumb-active .f22 {
  color: #4BB8B8;
  font-size: 1.75rem;
  font-weight: 700;
}

.show_hangy2 .zb .swiper-slide-thumb-active .f22::after {
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #4BB8B8;
}

.show_hangy2 .zb .swiper-wrapper::after {
  position: absolute;
  content: "";
  top: 1.25rem;
  left: .5625rem;
  height: 75%;
  width: 1px;
  background: #fff;
  z-index: -1;
}

.show_hangy2 .yb {
  background: rgba(255, 255, 255, 0.9);
  height: 26.875rem;
}

.show_hangy2 .yb .box {
  padding: 4.0625rem 1.875rem;
}

.show_hangy2 .yb .f24 {
  padding-top: .9375rem;
  margin-bottom: 1.5625rem;
  position: relative;
  color: #333333;
}

.show_hangy2 .yb .f16 {
  color: #666666;
}

.show_hangy2 .yb .f24::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.4375rem;
  height: .25rem;
  background: #4BB8B8;
}

.show_hangy3 {
  background: #EDF8F8;
}

.show_hangy3 .sybt .sy_ename {
  color: rgba(225, 225, 225, 0.5);
}

.show_hangy3 .sybt .sy_name {
  color: #333333;
}

.show_hangy4 {
  background: #4BB8B8;
  position: relative;
  z-index: -1;
}

.show_hangy4 .pa100 img {
  height: 100%;
}

.show_hangy4 .sybt .sy_ename {
  color: rgba(242, 245, 247, 0.1);
}

.show_hangy4 .sybt .sy_name {
  color: #fff;
}

.show_hangy4 .sybt .sy_txt {
  color: #fff;
}

.show_hangy4 .img {
  height: 3.4375rem;
  margin-bottom: 1.25rem;
}

.show_hangy4 .img img {
  height: 3.4375rem;
}

.show_hangy4 .bot .f16 {
  color: #fff;
}

.show_hangy4 .swiper-pagination {
  display: none;
}

.show_hangy5 {
  padding: 6.25rem 0 4.375rem 0;
}

.show_hangy5 .f16 {
  color: #333333;
  padding-top: 5.625rem;
}

.show_hangy5 .swiper-pagination {
  display: none;
}

.list_anli {
  padding: 4.375rem 0 3.4375rem 0;
}

.list_anli .f24 {
  color: #333333;
  font-weight: 500;
}

.list_anli .f16 {
  color: #666666;
}

.list_anli .zb ul {
  position: relative;
}

.list_anli .zb ul li {
  margin-bottom: 2.8125rem;
  margin-bottom: 1.25rem;
}

.list_anli .zb ul li .f24 {
  padding-left: 3rem;
  position: relative;
  font-size: 1rem;
}

.list_anli .zb ul li .f24::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #DBDBDB;
  border-radius: 50%;
  background: #fff;
}

.list_anli .zb ul li.active .f24 {
  color: #4BB8B8;
}

.list_anli .zb ul li.active .f24::after {
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  background: #4BB8B8;
  border: none;
}

.list_anli .zb ul::after {
  position: absolute;
  content: "";
  top: 2%;
  left: .625rem;
  width: 1px;
  height: 95%;
  background: #DBDBDB;
  z-index: -1;
  top: 3%;
  height: 94%;
}

.list_anli .yb ul li {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2.5rem;
}

.list_anli .yb ul li .row {
  margin: 0 -1.25rem;
  align-items: center;
}

.list_anli .yb ul li .row>div {
  padding: 0 1.25rem;
}

.list_anli .yb ul li .row>div .f24 {
  margin-bottom: .625rem;
}

.list_anli .yb ul li .over img {
  height: 13.75rem;
  object-fit: cover;
}

.list_anli .yb ul li:hover .over img {
  transform: scale(1.1);
}

.list_anli .yb ul li:hover .f24 {
  color: #4BB8B8;
}

.albt {
  position: relative;
}

.albt .alname {
  font-size: 2.25rem;
  font-size: 2rem;
  line-height: 9.125rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 2;
}

.albt .aldata {
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: rgba(75, 184, 184, 0.16);
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: 100%;
  text-align: center;
}

.show_anli1 {
  padding: 4.6875rem 0 3.4375rem 0;
  margin-top: 6.25rem;
}

.show_anli2 {
  padding: 4.6875rem 0;
  background: #FAFAFA;
}

.show_anli2 .row {
  align-items: center;
  margin: 0 -1.5625rem;
}

.show_anli2 .row>div {
  padding: 0 1.5625rem;
}

.show_anli2 .albt .alname,
.show_anli2 .albt .aldata {
  text-align: left;
}

.show_anli2 .over img {
  height: 24.375rem;
}

.show_anli2 .f16 {
  color: #666666;
}

.show_anli3 {
  padding: 5.625rem 0;
}

.show_anli3 .f16 {
  color: #666666;
  margin-top: .625rem;
}

.show_anli3 ul {
  margin-top: 2.5rem;
}

.show_anli3 ul li {
  margin-bottom: 1.875rem;
}

.show_anli3 ul li .f18 {
  color: #666666;
  font-weight: 700;
  line-height: 1.875rem;
}

.show_anli3 ul li .f16 {
  color: #666666;
  line-height: 1.875rem;
}

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

.show_anli4 {
  padding: 4.375rem 0 5.625rem 0;
  background: #FAFAFA;
}

.show_anli4 .f16 {
  color: #666666;
}

.show_anli4 ul li {
  line-height: 2.5rem;
}

.show_anli5 {
  background: #FAFAFA;
  padding: 5rem 0 3.75rem 0;
}

.show_anli5 .row {
  margin: 0 -2.625rem;
}

.show_anli5 .row>div {
  padding: 0 2.625rem;
}

.show_anli5 .f28 {
  padding-left: 1.25rem;
  position: relative;
}

.show_anli5 .f28::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #333333;
}

.show_anli5 .f18 {
  color: #666666;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.show_anli5 .f18::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

.show_anli5 .show_hangy5 {
  padding: 0;
}

.show_anli6 {
  background: #fff;
}

.show_anli6 .box {
  background: #FAFAFA;
}

.show_anli6 .box .f24 {
  font-weight: 500;
  margin-bottom: .625rem;
}

.show_anli6 .swiper-container {
  padding-bottom: 0;
}

.show_anli6 .swiper-pagination {
  display: none;
}

.list_zhengshu1 {
  padding: 4.375rem 0 5rem 0;
}

.list_zhengshu1 .bot {
  position: relative;
}

.list_zhengshu1 .bot .box {
  padding: 1.5625rem;
  background: #F9F9F9;
  border: 1px solid #DBDBDB;
}

.list_zhengshu1 .bot .box .f16 {
  color: #333333;
  padding-top: 1.5625rem;
  text-align: center;
}

.list_zhengshu2 {
  background: #FAFAFA;
}

.list_zhengshu2 .bot .box {
  background: #fff;
  margin-bottom: 1.875rem;
  height: calc(100% - 1.875rem);
}

.list_about1 {
  padding-bottom: 6.25rem;
}

.list_about1 .row {
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.list_about1 .row>div {
  padding: 0;
}

.list_about1 .row>div:first-child {
  padding-right: 8.125rem;
}

.list_about1 .bot {
  height: 27.5rem;
  overflow-y: scroll;
  padding-right: 1.25rem;
}

.list_about1 .bot::-webkit-scrollbar {
  width: .25rem;
  background: #B7B7B7;
}

.list_about1 .bot::-webkit-scrollbar-thumb {
  width: .25rem;
  background: #4BB8B8;
}

.list_about1 .f16 {
  color: #666666;
  text-align: justify;
}

.list_about1 ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.list_about1 ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

.list_about1 .over {
  height: 58.5rem;
  position: relative;
  top: -8.75rem;
}

.list_about1 .over img {
  height: 58.5rem;
}

.list_about2 .bot .f26,
.list_about2 .bot .f16 {
  color: #fff;
  text-align: center;
}

.list_about2 .bot .f16 {
  padding: 0 3.125rem;
}

.list_about2 .bot .circle {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.list_about2 .bot .circle .iconfont {
  height: 3.125rem;
}

.list_about2 .bot .swiper-container {
  display: none;
  padding-bottom: 26px;
}

.list_about2 .bot .swiper-container .swiper-pagination-bullet-active {
  background: #4BB8B8;
}

.list_about2 .bot .swiper-container .swiper-pagination {
  bottom: 0;
}

.list_about2 .bot .swiper-container .f26 {
  margin-bottom: .9375rem;
}

.list_about2 .bot .swiper-container .f16 {
  padding: 0 15px;
}

.list_about2 .bot ul {
  position: relative;
}

.list_about2 .bot ul li {
  width: 25%;
  float: left;
  height: 41.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.list_about2 .bot ul li>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}

.list_about2 .bot ul li .img2 {
  display: none;
}

.list_about2 .bot ul li .box {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.list_about2 .bot ul li .box .f26 {
  margin-bottom: 0;
}

.list_about2 .bot ul li .box .f16 {
  display: none;
}

.list_about2 .bot ul li:hover,
.list_about2 .bot ul li.active {
  background: rgba(75, 184, 184, 0.9);
}

.list_about2 .bot ul li:hover>img,
.list_about2 .bot ul li.active>img {
  opacity: 1;
}

.list_about2 .bot ul li:hover .circle,
.list_about2 .bot ul li.active .circle {
  background: #fff;
}

.list_about2 .bot ul li:hover .circle .img1,
.list_about2 .bot ul li.active .circle .img1 {
  display: none;
}

.list_about2 .bot ul li:hover .circle .img2,
.list_about2 .bot ul li.active .circle .img2 {
  display: inline-block;
}

.list_about2 .bot ul li:hover .f26,
.list_about2 .bot ul li.active .f26 {
  margin-bottom: .9375rem;
}

.list_about2 .bot ul li:hover .f16,
.list_about2 .bot ul li.active .f16 {
  display: block;
}

.list_about3 {
  padding: 5rem 0;
}

.list_about3 .row {
  align-items: center;
  margin: 0 -2.8125rem;
}

.list_about3 .row>div {
  padding: 0 2.8125rem;
}

.list_about3 .f24 {
  padding-bottom: 1.0625rem;
  position: relative;
  color: #666666;
  font-weight: 500;
}

.list_about3 .f24::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}

.list_about3 .f18 {
  color: #333333;
  margin-bottom: .3125rem;
  font-weight: 500;
}

.list_about3 .f16 {
  color: #666666;
}

.list_about3 ul {
  margin-top: 2.1875rem;
}

.list_about3 ul li {
  margin-bottom: 1.125rem;
}

.list_about4 {
  padding: 5rem 0 6.25rem 0;
}

.list_about4 .sybt .sy_name {
  color: #fff;
}

.list_about4 .sybt .sy_ename {
  color: rgba(248, 248, 248, 0.1);
}

.list_about4 .shang .swiper-wrapper {
  align-items: center;
}

.list_about4 .shang .swiper-wrapper .swiper-slide {
  text-align: center;
}

.list_about4 .shang .txt {
  font-size: 4.375rem;
  line-height: 5.3125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.list_about4 .shang ul {
  display: none;
  height: 20.625rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.list_about4 .shang ul::-webkit-scrollbar {
  width: 0;
}

.list_about4 .shang ul::-webkit-scrollbar-thumb {
  width: 0;
}

.list_about4 .shang .hd {
  display: none;
}

.list_about4 .shang .swiper-slide-active .txt {
  font-size: 5.625rem;
  line-height: 6.875rem;
  margin-bottom: .9375rem;
  text-align: left;
}

.list_about4 .shang .swiper-slide-active ul {
  display: block;
  position: relative;
  z-index: 1;
}

.list_about4 .shang .swiper-slide-active ul li {
  /* margin-bottom: 1.875rem; */
  position: relative;
}

.list_about4 .shang .swiper-slide-active ul li .f20 {
  position: relative;
}

/* .list_about4 .shang .swiper-slide-active ul li .f20::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
} */
.list_about4 .shang .swiper-slide-active ul li .f16:nth-child(even) {
  margin-bottom: 1.875rem;
}

.list_about4 .shang .swiper-slide-active ul li .f18 {
  margin-bottom: .4375rem;
  text-align: left;
  position: relative;
}

.list_about4 .shang .swiper-slide-active ul li .f18::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: -1.5rem;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

.list_about4 .shang .swiper-slide-active ul li .f16 {
  text-align: justify;
  min-height: 3.4375rem;
}

.list_about4 .shang .swiper-slide ul li::after,
.list_about4 .shang .swiper-slide-active ul li::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: 13.5%;
  transform: translateX(-13.5%);
  width: 1px;
  height: 140%;
  background: #fff;
  z-index: -1;
}

/* .list_about4 .shang .swiper-slide-active ul li:last-child::after {
  display: none;
} */
.list_about4 .shang .swiper-slide-active .hd {
  color: #fff;
  text-align: center;
  padding-top: 2.625rem;
  position: relative;
  display: block;
  padding-right: 4%;
}

.list_about4 .shang .swiper-slide-active .hd::after {
  position: absolute;
  content: "";
  top: 1.25rem;
  left: 46%;
  transform: translateX(-46%);
  width: 1px;
  height: 1.25rem;
  background: #fff;
}

.list_about4 .xia {
  margin-top: 3.375rem;
  padding-top: .625rem;
}

.list_about4 .xia .f30 {
  color: #fff;
  padding-top: 2.8125rem;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.list_about4 .xia .f30::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}

.list_about4 .xia .swiper-slide-thumb-active .f30::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  border: .125rem solid #fff;
  border-radius: 50%;
}

.list_about4 .xia::after {
  position: absolute;
  content: "";
  top: 1.625rem;
  left: 0%;
  width: 100%;
  height: .0625rem;
  border: 1px dashed #fff;
}

.list_about4 .bot {
  position: relative;
}

.list_about4 .bot .next,
.list_about4 .bot .prev {
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  bottom: auto;
  top: 93%;
  transform: translateY(-93%);
  opacity: 1;
  z-index: 3;
}

.list_about4 .bot .next {
  right: -3.375rem;
}

.list_about4 .bot .prev {
  left: -3.375rem;
}

.list_contact {
  padding: 5.625rem 0;
}

.list_contact .row {
  align-items: center;
}

.list_contact .sybt {
  margin-bottom: 2.5rem;
}

.list_contact .f26 {
  color: #333333;
  margin-bottom: 0.625rem;
}

.list_contact .f18 {
  color: #666666;
  line-height: 3.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list_contact .f18 span {
  display: inline-block;
}

.list_contact .f18 .zb {
  width: 20%;
}

.list_contact .f18 .yb {
  width: 80%;
}

.youc {
  position: fixed;
  top: 75%;
  transform: translateY(-75%);
  right: 1.875rem;
  z-index: 9999;
}

.youc ul li {
  margin-bottom: .3125rem;
  position: relative;
}

.youc ul li .circle {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #4BB8B8;
  box-shadow: 2px 4px 12px rgba(176, 176, 176, 0.25);
  border: none;
}

.youc ul li .circle .iconfont {
  color: #fff;
  font-size: 1.375rem;
}

.youc ul li .box {
  position: absolute;
  transform: translateY(-65%);
  right: 3.75rem;
  padding: 1.25rem .9375rem;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  border-radius: .625rem;
  background: #fff;
  display: none;
}

.youc ul li .box .img {
  width: 6.25rem;
  height: 6.25rem;
}

.youc ul li .box:after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.youc ul li ul li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-bottom: 1px dashed #DBDBDB;
}

.youc ul li ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.youc ul li .dhul li .f16 {
  color: #666666;
  margin-bottom: .3125rem;
  white-space: nowrap;
}

.youc ul li .dhul li .f18 {
  color: #333333;
  white-space: nowrap;
}

.youc ul li .logo {
  height: 4.375rem;
  margin-bottom: .9375rem;
}

.youc ul li .f16,
.youc ul li .f18 {
  color: #666666;
}

.youc ul li .f18 {
  white-space: nowrap;
}

.youc ul li .lxtp {
  text-align: center;
}

.youc ul li .lxtp img {
  width: 6.25rem;
  padding: .3125rem;
  border: 1px solid #EDEDED;
}

.youc ul li .lxtp .f16 {
  margin-top: .3125rem;
  color: #666666;
  text-align: center;
}

.youc ul li:nth-child(3) .box {
  transform: translateY(-55%);
}

.youc ul li:hover .box {
  display: block;
}

footer .top {
  background: #1D1D1D;
  padding: 1.875rem 0 1.25rem 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

footer .top .fl {
  width: 14%;
}

footer .top .fl>img {
  width: 7.8125rem;
  height: 9.75rem;
  margin-bottom: 2rem;
}

footer .top .fr {
  width: 15%;
  text-align: center;
}

footer .top .fr img {
  display: inline-block;
  margin-bottom: .625rem;
}

footer .top .f20 {
  margin-bottom: .9375rem;
  font-weight: 700;
}

footer .top .f16 {
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
}

footer .top .social-share .social-share-icon {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

footer .top .social-share .social-share-icon:hover {
  background: #4BB8B8;
}

footer .middle {
  padding: 1.5625rem 0 2.375rem 0;
  background: #1D1D1D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .middle .flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

footer .middle .left {
  width: 30%;
}

footer .middle .left img {
  height: 4.375rem;
  margin-right: 10.625rem;
}

footer .middle .right {
  width: 70%;
}

footer .middle .f20 {
  margin-bottom: .9375rem;
}

footer .middle .circle {
  margin-right: 1rem;
}

footer .middle ul li {
  width: 33%;
  justify-content: flex-start;
}

footer .middle ul li .f16 {
  display: inline-block;
  color: #fff;
}

footer .bot2 {
  background: #1D1D1D;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

footer .bot2 .f16 a {
  color: #fff;
  margin-right: 10px;
}

footer .bot2 .f16 {
  color: #ECECEC;
  padding: .3125rem 0;
}

footer .bot {
  background: #1D1D1D;
  text-align: center;
  padding: .3125rem 0;
  color: #BABABA;
}

@media (max-width: 1660px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }

  .container-z {
    padding: 0 0 0 10rem;
  }

  .container2 {
    padding: 0 6.5rem;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 12.5%;
    transform: translateX(-12.5%);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }

  .container-z {
    padding: 0 0 0 8rem;
  }

  .container2 {
    padding: 0 3rem;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    top: 1.625rem;
    left: 12.5%;
    transform: translateX(-12.5%);
  }

  .show_pro2 .bot .img .cont {
    width: 18rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }

  .container {
    padding: 0 6rem;
  }

  .container-z {
    padding: 0 0 0 6rem;
  }

  .container2 {
    padding: 0 30px;
  }

  .next2 {
    right: -5rem;
  }

  .prev2 {
    left: -5rem;
  }

  header .clearfix .fr .head_menu {
    margin-right: 4.25rem;
  }

  .index_two .middle ul li {
    margin-right: 1rem;
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }

  .container {
    padding: 0 4rem;
  }

  .container-z {
    padding: 0 0 0 4rem;
  }

  .next2 {
    right: -3.5rem;
  }

  .prev2 {
    left: -3.5rem;
  }

  .container2 {
    padding: 0 15px;
  }

  header .clearfix .fr .head_menu {
    margin-right: 0;
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
    padding: 0;
  }

  body {
    padding-top: 60px;
  }

  .container {
    padding: 0 30px;
  }

  .container-z {
    padding: 0 0 0 30px;
  }

  .next2 {
    right: -30px;
  }

  .prev2 {
    left: -30px;
  }

  header,
  footer {
    display: none;
  }

  .phone_head,
  .phone_foot {
    display: block;
  }

  .banner .swiper-pagination,
  .banner .banicon,
  .banner .scroll {
    display: none;
  }

  .banner .name {
    font-size: 30px;
  }

  .index_two .middle ul li {
    margin-right: 5px;
  }

  .index_two .middle ul li a {
    padding: 5px 10px;
  }

  .index_two .middle ul li:hover a,
  .index_two .middle ul li.active a {
    border-radius: 15px;
  }

  .index_six .bot .row {
    margin: 0 -5px;
  }

  .index_six .bot .row>div {
    padding: 0 5px;
  }

  .index_six .bot .over img {
    height: 200px;
  }

  .index_six .bot .box {
    padding: 15px;
  }

  .index_six .bot .box2 {
    padding: 15px;
  }

  .index_six .bot .f26 {
    padding-left: 0;
  }

  .index_six .bot .f26::after {
    display: none;
  }

  .index_six .middle ul li a {
    padding: 10px 20px;
  }

  .index_four .bot .data,
  .list_ban .data {
    font-size: 30px;
    line-height: 40px;
  }

  .list_pro .sidebar ul.pronav1>li {
    padding: 15px;
  }

  .list_pro .sidebar ul.pronav1>li img {
    margin-right: 5px;
  }

  .list_pro .container>.row>div:first-child {
    display: none;
  }

  .show_hangy5 .swiper-container {
    padding-bottom: 50px;
  }

  .show_hangy5 .swiper-pagination {
    display: block;
  }

  .show_hangy5 .f16 {
    padding-top: 20px;
  }

  .list_contact .f18 {
    line-height: 30px;
  }

  .list_contact .f18 .zb {
    width: 35%;
  }

  .list_about1 {
    padding-top: 40px;
  }

  .list_about1 .row>div:last-child {
    display: none;
  }

  .show_pro2 .bot .img .cont {
    width: 10rem;
  }

  .show_fangan3-1 .swiper-container {
    padding-bottom: 60px;
  }

  .show_fangan3-1 .swiper-pagination {
    display: block;
  }
}

@media (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }

  .list_ban>img {
    height: 220px;
  }

  .pc_show {
    display: none;
  }

  .phone_show {
    display: block;
  }

  .container,
  .container2 {
    padding: 0 15px;
  }

  .container-z {
    padding: 0 0 0 15px;
  }

  .next2 {
    right: -15px;
  }

  .prev2 {
    left: -15px;
  }

  .list_about4 .bot .next {
    right: -15px;
  }

  .list_about4 .bot .prev {
    left: -15px;
  }

  .more {
    line-height: 34px;
    border-radius: 20px;
  }

  .more a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 30px;
  }

  .index_six .bot .box2 .f16 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .index_six .more {
    margin-top: 0;
  }

  .more a .iconfont {
    font-size: 12px;
  }

  .banner .name,
  .list_ban .title {
    font-size: 24px;
    line-height: 34px;
  }

  .f30,
  .f26,
  .f28,
  .f32 {
    font-size: 18px;
    line-height: 28px;
  }

  .f24,
  .f22,
  .f20 {
    font-size: 16px;
    line-height: 26px;
  }

  .banner .txt,
  .f16,
  .f14,
  .list_ban .entitle {
    font-size: 14px;
    line-height: 24px;
  }
  .pagination li { 
    margin: 15px 2px 25px !important;
  }.pagination li a, .pagination li span { 
    width: 30px;
    height: 30px;
    line-height: 28px;
  }.social-share .social-share-icon {
    font-size: 16px;
  } 
  .f18 {
    font-size: 16px;
    line-height: 30px;
  }

  .list_pro .yb .row .box .f18:nth-child(1) {
    font-size: 14px;
  }
  .list_pro .yb .row .box .f18:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
  }

  .sybt {
    margin-bottom: 15px;
  }

  .index_four .sybt .sy_txt {
    width: 100%;
  }

  .sybt .sy_name {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .sybt .sy_ename {
    font-size: 36px;
    line-height: 36px;
    display: none;
  }

  .sybt .sy_txt {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .albt {
    margin-bottom: 15px;
  }

  .index_two {
    background: #fafafa !important;
  }

  .albt .alname {
    font-size: 20px;
    line-height: 40px;
  }

  .index_two .middle {
    display: block !important;
    padding-bottom: 0;
  }

  .index_two::after {
    display: none;
  }

  .albt .aldata {
    font-size: 40px;
    line-height: 40px;
    left: 0;
  }

  .index_one {
    padding: 25px 15px 20px;
  }

  .index_one .container {
    padding: 0;
  }

  .index_one ul {
    display: none;
  }

  .index_one .swiper-container {
    display: block;
    padding-bottom: 35px;
  }

  .index_one .img>img {
    height: 210px;
    object-fit: cover;
    width: 100%;
  }

  .index_one .pa50>img {
    height: 50px;
  }

  .index_one .img .pa50 {
    padding: 0 15px;
    text-align: center;
  }

  .index_one .img .pa50 .f24,
  .index_one .img .pa50 .f18,
  .index_one .img .pa50 .box2 {
    margin-top: 10px;
  }

  .index_one .img .pa50 .box1 {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .index_two,
  .index_six,
  .list_anli,
  .list_pro,
  .list_zhengshu1 .bot .box .f16,
  .show_news,
  .list_fangan .yb ul li .row .right {
    padding: 15px 0 0 0;
  }

  .index_three,
  .index_four,
  .index_five,
  .show_fangan1,
  .show_fangan2,
  .show_fangan3,
  .show_fangan4,
  .show_fangan5,
  .show_fangan6,
  .show_anli1,
  .show_anli2,
  .show_anli3,
  .show_anli4,
  .show_anli5,
  .show_hangy1,
  .list_zhengshu1,
  .show_news .middle,
  .show_hangy2,
  .show_hangy2 .yb .box,
  .show_hangy5,
  .list_news,
  .list_news ul li,
  .list_contact,
  .show_pro1,
  .show_pro2,
  .show_pro3,
  .list_about1,
  .list_about3,
  .list_about4 {
    padding: 25px 0;
  }

  .index_three .bot ul li,
  .show_hangy5 .f16 {
    padding: 0;
  }

  .show_fangan2 .bot,
  .proli,
  .show_hangy1 .box,
  .list_zhengshu1 .bot .box,
  .list_fangan .yb ul li {
    padding: 15px;
  }

  .index_one .img .pa50 .f18 {
    display: none;
  }

  .show_fangan1 .box {
    padding: 50px 25px 30px 25px;
  }

  .list_anli .yb ul li {
    padding-bottom: 15px;
  }

  .list_anli .yb ul li .row>div .f24 {
    margin: 15px 0 6px;
  }
  .list_about4 .bot {
    padding: 0;
}
  .show_fangan5 .swiper-container,
  .show_hangy1 .swiper-container {
    padding-bottom: 30px;
  }.list_about4 .shang .swiper-slide-active .txt {
    font-size: 34px;
    line-height: 40px;
}
  .show_anli2 .row>div:nth-child(2) {
    margin-top: 15px;
  }
  .list_about1 .row>div:first-child {
    padding-right: 15px;
  }
  .list_about4 .shang .swiper-slide-active ul li .f18 {
    font-size: 14px;
    line-height: 26px;
  }
  .index_two .bot .f30,
  .show_news .middle,
  .show_pro1 .f30 {
    margin: 15px 0;
  }

  .show_news .middle img {
    margin: 15px auto;
  }

  .show_fangan1 .box .f16,
  .show_anli3 ul,
  .show_pro1 .flex,
  .show_pro3 ul,
  .show_pro3 .more,
  .list_about3 ul {
    margin-top: 15px;
  }

  .index_four .bot,
  .index_four .bot .f24,
  .show_anli1,
  .show_anli3 .f16 {
    margin-top: 0;
  }

  .list_news ul li .time,
  .list_news ul li .f24 {
    margin-top: 5px;
  }

  .index_four .sybt,
  .index_five .swiper-slide,
  .index_five .sybt,
  .index_six .bot .row>div,
  .list_anli .yb ul li,
  .show_fangan3 .bot .swiper-slide,
  .show_fangan2 .sybt,
  .show_fangan2 .bot .f16,
  .show_fangan2 .bot .gongn,
  .show_fangan3 .sybt,
  .show_fangan3 .f22,
  .show_fangan7 .f16,
  .list_pro .yb .sybt,
  .list_pro .yb .row>div,
  .proli .over,
  .f28,
  .list_zhengshu2 .bot .box,
  .show_news .f32,
  .show_hangy2 .yb .f24,
  .list_fangan .yb ul li,
  .list_contact ul,
  .show_pro3 .table,
  .show_pro3 ul li {
    margin-bottom: 15px;
  }

  .index_five .img,
  .index_six .bot .box .f16,
  .index_six .bot .box .f22,
  .index_six .bot .box2 .f22,
  .index_six .bot .box2 .f16,
  .show_anli3 ul li,
  .show_anli5 .f18,
  .list_news ul li .f24,
  .list_contact .sybt {
    margin-bottom: 5px;
  }

  .index_three .bot ul,
  .list_zhengshu2 .bot .row>div:last-child .box,
  .show_news .bot,
  .list_news .sybt,
  .list_news .sybt .sy_name {
    margin: 0;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .index_two .middle,
  .index_six .middle,
  .bannav,
  .mbx,
  .pronav,
  .list_about2 .bot ul {
    display: none;
  }

  .show_pro1 .more {
    display: block;
  }

  .show_pro1 .more a {
    display: block;
  }

  .list_about2 .bot .swiper-container {
    display: block;
  }

  .list_about2 .bot .swiper-container .swiper-slide>img {
    height: 300px;
    object-fit: cover;
  }

  .index_two .bot {
    padding-bottom: 0;
  }

  .index_two .bot .row {
    margin: 0;
  }

  .index_two .next,
  .index_two .prev {
    display: none;
  }

  .index_two .bot .row>div {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
  }

  .index_two .bot .row>div:first-child {
    padding-bottom: 0;
  }

  .index_two .bot .over {
    padding: 15px 0;
  }

  .index_two .bot .over img {
    height: auto;
  }

  .index_three .swiper-container-horizontal>.swiper-pagination-bullets,
  .index_three .swiper-pagination-custom,
  .index_three .swiper-pagination-fraction {
    bottom: 0;
  }

  .index_three .bot>ul {
    display: none;
  }

  .index_three .bot>.swiper-container {
    display: block;
  }

  .index_three .bot ul li .pa {
    bottom: 15px;
    left: 15px;
  }

  .index_three .bot ul li .pa .over img {
    object-fit: cover;
  }

  .index_five .img {
    height: 36px;
  }

  .index_five .img img {
    height: 36px;
  }

  .list_ban .row>div:last-child {
    display: none;
  }

  .list_anli .zb {
    display: none;
  }

  .list_anli .yb ul li .row {
    margin: 0;
  }

  .list_anli .yb ul li .row>div {
    padding: 0;
  }

  .show_fangan3 .bot .swiper-container {
    padding-bottom: 20px;
  }

  .show_fangan3 .bot .circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .show_fangan3 .bot .circle img {
    height: 30px;
  }

  .show_fangan4 .bot .pa {
    bottom: 15px;
    left: 15px;
  }

  .show_fangan5 .f24 {
    padding: 10px 0 0 0;
    margin: 15px;
  }

  .show_fangan5 .f16 {
    margin: 0 15px 10px 15px;
  }

  .show_fangan5 .more {
    margin: 0 15px;
  }

  .show_fangan6 .over {
    height: auto;
  }

  .show_fangan6 .over img {
    height: auto;
  }

  .show_fangan6 ul li {
    height: auto;
    margin-bottom: 0;
    margin-top: 15px;
  }

  .show_fangan6 ul li .flex {
    padding: 30px 15px;
  }

  .show_fangan7 {
    height: 300px;
  }

  .show_fangan7 .pa100 img {
    height: 300px;
    object-fit: cover;
  }

  .show_fangan7 .f44 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .show_anli6 .swiper-container,
  .show_hangy5 .swiper-container {
    padding-bottom: 30px;
  }

  .show_anli6 .swiper-pagination,
  .show_hangy5 .swiper-pagination {
    display: block;
  }

  .show_anli4 ul li {
    line-height: 30px;
  }

  .show_news .bot .circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .show_news .bot .circle .iconfont {
    font-size: 10px;
  }

  .show_news .bot .zb .circle {
    margin-right: 5px;
  }

  .show_news .bot .yb .circle {
    margin-left: 5px;
  }

  .show_hangy2 .zb .swiper-slide-thumb-active .f22 {
    font-size: 18px;
  }

  .show_hangy2 .yb {
    height: 240px;
  }

  .show_hangy4 .img {
    height: 30px;
    margin-bottom: 0;
  }

  .show_hangy4 .img img {
    height: 30px;
  }

  .show_hangy4 .swiper-pagination-bullet-active {
    background: #fff;
  }

  .show_hangy4 .swiper-pagination {
    display: block;
  }

  .show_pro3 .table td {
    font-size: 12px;
  }

  .list_about4 .bot {
    padding: 0  ;
  }.list_about4 .shang .swiper-slide-active ul li .f18::after { 
    left: -1.9rem;
  }

  .list_about4 .bot .next,
  .list_about4 .bot .prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .list_about4 .shang .swiper-slide-active .txt {
    font-size: 34px;
    line-height: 40px;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 14.3%;
    transform: translateX(-14.3%);
    top: 12px;
  }

  .next,
  .prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
    opacity: 1;
    font-size: 12px;
    box-shadow: 0 0 10px #eee;
  }

  .youc {
    display: none;
  }

  .show_pro2 .bot .img>img {
    height: 20rem;
    object-fit: cover;
    margin-top: 600px;
  }

  .show_pro2 .bot .img .cont,
  .show_pro2 .bot .img .box {
    transform: none;
    display: block;
  }

  .show_pro2 .bot .img .box::after {
    width: 15px;
    height: 15px;
  }

  .show_pro2 .bot .img .box::before {
    content: "";
    height: 100px;
    width: 0;
    background: linear-gradient(180deg, #4BB8B8 0%, rgba(75, 184, 184, 0) 100%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-origin: border-box;
    border-right: 2px dashed #fff;
  }

  .show_pro2 .bot .img .xiant {
    height: 150px;
    display: none;
  }

  .show_pro2 .bot .img .cont1 {
    top: 0%;
    left: 22%;
    width: 70%;
  }

  .show_pro2 .bot .img .box1 {
    top: 0%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont2 {
    top: 15%;
    right: 22%;
    width: 70%;
    text-align: right;
  }

  .show_pro2 .bot .img .box2 {
    top: 15%;
    right: 10%;
  }

  .show_pro2 .bot .img .cont3 {
    top: 30%;
    left: 22%;
    width: 70%;
  }

  .show_pro2 .bot .img .box3 {
    top: 30%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont4 {
    top: 45%;
    right: 22%;
    width: 70%;
    text-align: right;
  }

  .show_pro2 .bot .img .box4 {
    top: 45%;
    right: 10%;
  }

  .show_pro2 .bot .img .box5 {
    top: 60%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont5 {
    top: 60%;
    left: 22%;
    width: 70%;
  }

  .show_pro1 {
    margin-top: 0;
  }

  .list_pro .yb .you {
    display: none;
  }

  .list_pro .yb .bot2 ul li {
    margin-bottom: 15px;
  }

  .list_pro .yb .bot2 ul li .box {
    width: 100%;
    padding: 15px;
  }

  .show_fangan3-1 {
    padding: 15px 0;
  }

  .show_fangan3-1 .box {
    padding: 15px;
    height: 8.4375rem;
  }

  .show_fangan3-1 .swiper-container {
    padding-bottom: 30px;
  }

  .phone_foot .beian {
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 670px) {
  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 13%;
    transform: translateX(-13%);
  }
}

@media (max-width: 420px) {
  .list_about4 .shang .swiper-slide-active ul li::after {
    top: 1.625rem;
    left: 12%;
    transform: translateX(-12%);
  }
}

.submenu_pro_0411 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  transition: 400ms ease-in-out;
  /* transform: scaleY(0);
  transform-origin: top center;
  opacity: 0; */
  z-index: 1003;
  display: flex;
}

.submenu_pro_0411 .left,
.submenu_pro_0411 .center {
  width: 18%;
  float: left;
  padding: 1.25rem 0 2rem 0;
  background: #3f3f3f;
}

.submenu_pro_0411 .right {
  width: 64%;
  float: left;
  padding: 1.25rem 0 2rem 0;
  background: #1f1f1f;
}

.submenu_pro_0411 .center {
  background: #303030;
  text-align: left;
}

.submenu_pro_0411 .center>div {
  display: none;
}

.submenu_pro_0411 .center>div.active {
  display: block;
}

.submenu_pro_0411 .left .top,
.submenu_pro_0411 .center .top,
.submenu_pro_0411 .right .top {
  color: #fff;
  line-height: 1.625rem !important;
  margin-bottom: 1.875rem;
  padding: 0 1.875rem;
}

.submenu_pro_0411 .left .bot li,
.submenu_pro_0411 .center .bot li {
  line-height: 1.625rem !important;
}

.submenu_pro_0411 .left .bot li:hover {
  background: #417575;
}

.submenu_pro_0411 .left .bot li:hover a {
  /* color: ; */
}

.submenu_pro_0411 .left .bot li a,
.submenu_pro_0411 .center .bot li a {
  color: #fff;
  padding: 0.625rem 1.875rem 0.625rem 4.375rem;
  display: flex;
  justify-content: space-between;
}

.submenu_pro_0411 .left .bot li a div:nth-child(1),
.submenu_pro_0411 .center .bot li a div:nth-child(1) {
  width: 80%;
}

.submenu_pro_0411 .left .bot li a div:nth-child(2),
.submenu_pro_0411 .center .bot li a div:nth-child(2) {
  width: 20%;
  text-align: right;
}

.submenu_pro_0411 .left .bot li a .iconfont,
.submenu_pro_0411 .center .bot li a .iconfont {
  font-size: 1rem;
}

.qiehuan {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 1.125rem;
  right: 2.5rem;
}

.qiehuan a {
  font-size: 1rem;
  line-height: 1.875rem !important;
  color: #FFFFFF;
  margin-left: 1.5rem;
}

.qiehuan a.active {
  color: #4BB8B8 !important;
}

.qiehuan_sum>ul {
  /* display: none; */
}

.qiehuan_sum>ul.active {
  display: block;
}

.li_before a {
  position: relative;
}

.li_before a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 1px;
  background-color: #4BB8B8;
}

.li_before:hover a::before {
  opacity: 1;
}

.xinzengsanji {
  font-size: .875rem;
  padding-left: 1.875rem;
  color: #666666 !important;
  line-height: 1.75rem;
}

.xinzengsanji.active,
.xinzengsanji:hover {
  color: #4BB8B8 !important;
}