.head-other {
  position: relative !important;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.transition-animation {
  transition: all 600ms;
}
.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-add {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mar-80 {
  margin-top: 80px;
}
.pad-89 {
  padding-top: 89px;
}
.banner-section {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.crumb-section {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.09);
}
.crumb-section .y-1210 {
  overflow: hidden;
}
.crumb-section .y-1210 p {
  float: left;
  padding: 17px 0;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.crumb-section .y-1210 p img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.crumb-section .y-1210 p a {
  color: #999999;
}
.title-base {
  text-align: center;
}
.title-base h3 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
  padding-bottom: 12px;
}
.title-base p {
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
.product-section {
  background-color: #f5f5f5;
  padding-bottom: 46px;
}
.product-warp {
  margin-top: 65px;
}
.product-item {
  margin-bottom: 35px;
}
.product-item > h3 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
  padding-left: 21px;
  position: relative;
}
.product-item > h3::after,
.product-item > h3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #cccccc;
}
.product-item > h3::after {
  height: 50%;
  background-color: #5dbd98;
}
.product-item .product-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 31px;
  padding-left: 215px;
}
.product-item .product-menu .product-menu-item {
  width: 31%;
  background-color: #ffffff;
  padding: 12px 26px 34px;
  position: relative;
  margin-bottom: 34px;
}
.product-item .product-menu .product-menu-item div {
  height: 180px;
  position: relative;
}
.product-item .product-menu .product-menu-item div img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.product-item .product-menu .product-menu-item h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.product-item .product-menu .product-menu-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin: 9px 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .product-menu .product-menu-item span {
  font-size: 12px;
  line-height: 1;
  color: #333333;
  transition: all 600ms;
}
.product-item .product-menu .product-menu-item::after {
  content: '';
  display: block;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5dbd98;
  transition: all 600ms;
}
.product-item .product-menu .product-menu-item:hover::after {
  width: 100%;
}
.product-item .product-menu .product-menu-item:hover div img {
  transform: translate(-50%, -50%) scale(0.90);
}
.product-item .product-menu .product-menu-item:hover span {
  color: #5dbd98;
}
.product-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .pad-89 {
    padding-top: 84px;
  }
  .title-base h3 {
    font-size: 38px;
  }
  .product-item > h3 {
    font-size: 24px;
  }
  .product-warp {
    margin-top: 62px;
  }
}
@media (max-width: 1400px) {
  .banner-section {
    height: 410px;
  }
  .title-base h3 {
    font-size: 35px;
  }
  .pad-89 {
    padding-top: 80px;
  }
  .product-item > h3 {
    font-size: 23px;
  }
  .title-base p {
    font-size: 17px;
  }
  .product-warp {
    margin-top: 58px;
  }
  .product-item .product-menu {
    margin-top: 28px;
    padding-left: 185px;
  }
  .product-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .title-base h3 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .title-base p {
    font-size: 16px;
  }
  .banner-section {
    height: 400px;
  }
  .product-item > h3 {
    font-size: 21px;
  }
  .pad-89 {
    padding-top: 75px;
  }
  .product-warp {
    margin-top: 48px;
  }
  .product-item .product-menu {
    margin-top: 25px;
    padding-left: 180px;
  }
  .product-item .product-menu .product-menu-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .title-base h3 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .title-base p {
    font-size: 15px;
  }
  .pad-89 {
    padding-top: 65px;
  }
  .banner-section {
    height: 350px;
  }
  .product-item > h3 {
    font-size: 19px;
  }
  .product-warp {
    margin-top: 38px;
  }
  .product-item .product-menu {
    margin-top: 20px;
    padding-left: 155px;
  }
  .product-item .product-menu .product-menu-item {
    margin-bottom: 26px;
    padding: 10px 20px 30px;
  }
  .product-item .product-menu .product-menu-item div {
    height: 175px;
  }
  .product-item {
    margin-bottom: 26px;
  }
}
@media (max-width: 990px) {
  .banner-section {
    height: 280px;
  }
  .crumb-section .y-1210 p {
    font-size: 13px;
    padding: 13px 0;
  }
  .title-base h3 {
    font-size: 24px;
    padding-bottom: 4px;
  }
  .title-base p {
    font-size: 14px;
  }
  .pad-89 {
    padding-top: 47px;
  }
  .product-item > h3 {
    font-size: 18px;
  }
  .product-warp {
    margin-top: 25px;
  }
  .product-item .product-menu {
    padding-left: 0;
  }
  .product-item .product-menu .product-menu-item {
    width: 48%;
  }
  .product-item {
    margin-bottom: 20px;
  }
  .product-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .crumb-section .y-1210 p {
    max-width: none;
    font-size: 12px;
    padding: 10px 0;
  }
  .banner-section {
    height: 150px;
  }
  .title-base h3 {
    font-size: 18px;
    padding-bottom: 1px;
  }
  .title-base p {
    font-size: 12px;
  }
  .pad-89 {
    padding-top: 30px;
  }
  .product-item > h3 {
    font-size: 16px;
    padding-left: 16px;
  }
  .product-warp {
    margin-top: 13px;
  }
  .product-item .product-menu {
    margin-top: 16px;
  }
  .product-item .product-menu .product-menu-item {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 12px 20px;
  }
  .product-item .product-menu .product-menu-item p {
    margin: 4px 0 6px;
    font-size: 13px;
  }
  .product-item {
    margin-bottom: 15px;
  }
  .product-section {
    padding-bottom: 30px;
  }
  .product-item .product-menu .product-menu-item h3{
    font-size: 15px;
  }
}
.pro-details-images {
  display: flex;
  justify-content: space-between;
}
.pro-des-img {
  width: 41.32%;
  border: solid 1px #e6e6e6;
}
.pro-des-img #pro-img-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pro-des-img #pro-img-swiper .swiper-slide {
  padding: 15px 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-des-img #pro-img-swiper .swiper-slide img {
  max-height: 100%;
  transition: all 600ms;
}
.pro-des-img:hover #pro-img-swiper .swiper-slide img {
  transform: scale(1.1);
}
.pro-des-font {
  width: 51.73%;
}
.pro-des-font h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #5dbd98;
  padding-bottom: 22px;
  border-bottom: 1px solid #cccccc;
}
.pro-des-font p {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  padding-top: 18px;
}
.pro-des-font .pro-img-page-wrap {
  position: relative;
  padding: 0 56px;
  margin-top: 70px;
}
.pro-des-font .pro-img-page-wrap #pro-img-page {
  overflow: hidden;
}
.pro-des-font .pro-img-page-wrap #pro-img-page .swiper-slide {
  height: 114px;
  padding: 15px 18px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-des-font .pro-img-page-wrap #pro-img-page .swiper-slide img {
  max-height: 100%;
  transition: all 600ms;
}
.pro-img-page-wrap #pro-img-page .swiper-slide:hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-img-page-wrap #pro-img-page .swiper-slide:hover img {
  transform: scale(0.89);
}
#pro-img-next,
#pro-img-prev {
  background-image: none !important;
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
  width: 37px;
  opacity: 1;
}
#pro-img-next::after,
#pro-img-prev::after {
  font-size: 32px;
  color: #5dbd98;
}
.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-disabled::after {
  opacity: 0.3;
}
#pro-img-next {
  right: 0;
}
#pro-img-prev {
  left: 0;
}
.pro-details-menu-wrap {
  margin-top: 85px;
}
.pro-details-menu-wrap .pro-details-menu {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.pro-details-menu-wrap .pro-details-menu li {
  width: 160px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background-color: #e6e6e6;
  border-right: 1px solid #fff;
  color: #333333;
  cursor: pointer;
  transition: all 600ms;
}
.pro-details-menu-wrap .pro-details-menu li:hover {
  background-color: #5dbd98;
  color: #ffffff;
  font-weight: bold;
}
.pro-details-td {
  margin-top: 62px;
}
.pro-details-td > h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #5dbd98;
  margin-bottom: 42px;
  position: relative;
}
.pro-details-td > h3 span {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
  color: #5dbd98;
  opacity: 0.05;
}
.pro-details-td table {
  width: 100% !important;
  border-collapse: collapse;
}
.pro-details-td table tr td {
  border: 1px solid #dddddd;
  font-size: 15px;
  line-height: 26px;
  color: #666666;
}
.pro-details-td table tr td:nth-of-type(odd) {
  width: 15%;
  padding: 6px 15px;
}
.pro-details-td table tr td:nth-of-type(even) {
  width: 35%;
  padding: 6px 60px ;
}
.pro-details-td table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.pro-cptd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-cptd-list li {
  width: 50%;
  padding: 0 30px 0 18px;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 12px;
}
.pro-cptd-list li:nth-last-of-type(1),
.pro-cptd-list li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.pro-cptd-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #5dbd98;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 7px;
}
.pro-syfw-wrap .pro-cptd-list li::before{
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('../../images/xx.png');
  background-size:100% 100%;
  background-color: rgba(0,0,0,0);
  transform: rotate(0deg);
}
.pro-syfw-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-syfw-wrap div {
  width: 49.58%;
  overflow: hidden;
}
.pro-syfw-wrap div img {
  width: 100%;
  transition: all 600ms;
}
.pro-syfw-wrap div:hover img {
  transform: scale(1.1);
}
.pro-syfw-wrap .pro-cptd-list {
  width: 43.47%;
  display: block;
}
.pro-syfw-wrap .pro-cptd-list li {
  width: 100%;
  padding: 0 0 0 22px;
}
.pro-syfw-wrap .pro-cptd-list li:nth-last-of-type(2) {
  margin-bottom: 12px;
}
.pro-syfw-wrap .pro-cptd-list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pro-details-more {
  background-color: #ebf0ee;
  margin-top: 142px;
  padding: 80px 0 78px;
}
.pro-details-more .title-base h3 {
  font-size: 32px;
  color: #5dbd98;
  padding-bottom: 8px;
}
.pro-details-more .title-base p {
  font-size: 15px;
}
.pro-details-more-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pro-details-more-list .pro-details-more-item {
  width: 31.81%;
  background-color: #f6f6f4;
  transition: all 600ms;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-img {
  height: 244px;
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  overflow: hidden;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-font {
  padding: 33px 30px;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-font h5 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #333333;
  transition: all 600ms;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-font p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(102, 102, 102, 0.8);
  margin: 13px 0 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 600ms;
}
.pro-details-more-list .pro-details-more-item .pro-details-more-font span {
  font-size: 12px;
  line-height: 1;
  color: #5dbd98;
  transition: all 600ms;
}
.pro-details-more-list .pro-details-more-item:hover {
  background-color: #5dbd98;
}
.pro-details-more-list .pro-details-more-item:hover .pro-details-more-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.pro-details-more-list .pro-details-more-item:hover .pro-details-more-font h5 {
  color: #fff;
}
.pro-details-more-list .pro-details-more-item:hover .pro-details-more-font p {
  color: #fff;
}
.pro-details-more-list .pro-details-more-item:hover .pro-details-more-font span {
  color: #fff;
}
@media (max-width: 1400px) {
  .mar-80 {
    margin-top: 75px;
  }
  .pro-des-font h3 {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .pro-details-menu-wrap .pro-details-menu li {
    font-size: 15px;
    width: 152px;
    height: 42px;
    line-height: 42px;
  }
  .pro-details-menu-wrap {
    margin-top: 80px;
  }
  .pro-details-td > h3 span {
    font-size: 34px;
  }
  .pro-details-td > h3 span {
    font-size: 30px;
  }
  .pro-details-td {
    margin-top: 55px;
  }
  .pro-details-td > h3 {
    margin-bottom: 40px;
  }
  .pro-details-td table tr td {
    font-size: 14px;
  }
  .pro-details-td table tr td:nth-of-type(even) {
    padding: 6px 45px;
  }
  .pro-details-more {
    margin-top: 125px;
    padding: 75px 0 73px;
  }
  .pro-details-more .title-base h3 {
    font-size: 28px;
  }
  .pro-details-more-list {
    margin-top: 45px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font {
    padding: 28px 27px;
  }
}
@media (max-width: 1300px) {
  .pro-des-font h3 {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .mar-80 {
    margin-top: 70px;
  }
  .pro-des-font p {
    padding-top: 16px;
  }
  .pro-details-menu-wrap .pro-details-menu li {
    font-size: 15px;
    width: 148px;
    height: 40px;
    line-height: 40px;
  }
  .pro-details-menu-wrap {
    margin-top: 75px;
  }
  .pro-details-td > h3 {
    font-size: 21px;
    margin-bottom: 38px;
  }
  .pro-details-td {
    margin-top: 52px;
  }
  .pro-details-td table tr td:nth-of-type(even) {
    padding: 6px 38px;
  }
  .pro-details-more {
    margin-top: 120px;
    padding: 70px 0 68px;
  }
  .pro-details-more-list {
    margin-top: 40px;
  }
  .pro-details-more .title-base h3 {
    font-size: 27px;
    padding-bottom: 6px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font h5 {
    font-size: 17px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-img {
    height: 233px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font p {
    margin: 8px 0 20px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font {
    padding: 22px 20px;
  }
  .pro-details-td > h3 span {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .mar-80 {
    margin-top: 65px;
  }
  .pro-des-font h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .pro-des-font p {
    padding-top: 10px;
  }
  .pro-des-font .pro-img-page-wrap {
    margin-top: 62px;
  }
  .pro-details-menu-wrap {
    margin-top: 70px;
  }
  .pro-details-menu-wrap .pro-details-menu li {
    font-size: 14px;
    width: 130px;
    height: 38px;
    line-height: 38px;
  }
  .pro-details-td {
    margin-top: 45px;
  }
  .pro-details-td > h3 {
    font-size: 20px;
    margin-bottom: 34px;
  }
  .pro-details-td > h3 span {
    font-size: 24px;
  }
  .pro-details-td table tr td:nth-of-type(even) {
    padding: 6px 30px;
  }
  .pro-details-more {
    margin-top: 110px;
    padding: 62px 0;
  }
  .pro-details-more .title-base h3 {
    font-size: 25px;
    padding-bottom: 4px;
  }
  .pro-details-more .title-base p {
    font-size: 14px;
  }
  .pro-details-more-list {
    margin-top: 33px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font h5 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .pro-details-images {
    flex-wrap: wrap;
  }
  .pro-des-img {
    width: 100%;
    height: 260px;
  }
  .mar-80 {
    margin-top: 45px;
  }
  .pro-des-font {
    width: 100%;
    margin-top: 20px;
  }
  .pro-des-font h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .pro-des-font .pro-img-page-wrap {
    margin-top: 40px;
  }
  .pro-details-menu-wrap {
    margin-top: 55px;
  }
  .pro-details-td > h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .pro-details-td {
    margin-top: 34px;
  }
  .pro-details-td table tr td:nth-of-type(odd) {
    padding: 4px 10px;
  }
  .pro-details-td table tr td:nth-of-type(even) {
    padding: 4px 15px;
  }
  .pro-syfw-wrap {
    flex-wrap: wrap;
  }
  .pro-syfw-wrap .pro-cptd-list,
  .pro-syfw-wrap div {
    width: 100%;
  }
  .pro-syfw-wrap .pro-cptd-list {
    margin-top: 22px;
  }
  .pro-details-more {
    margin-top: 70px;
    padding: 45px 0;
  }
  .pro-details-more .title-base h3 {
    font-size: 22px;
  }
  .pro-details-more-list .pro-details-more-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .pro-details-more-list .pro-details-more-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .pro-details-more-list {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .mar-80 {
    margin-top: 30px;
  }
  .pro-des-font h3 {
    font-size: 17px;
    padding-bottom: 9px;
  }
  .pro-des-font {
    margin-top: 15px;
  }
  .pro-des-font .pro-img-page-wrap #pro-img-page .swiper-slide {
    min-height: 95px;
  }
  #pro-img-next::after,
  #pro-img-prev::after {
    font-size: 24px;
  }
  .pro-des-font .pro-img-page-wrap {
    margin-top: 30px;
  }
  .pro-details-menu-wrap .pro-details-menu {
    width: 100%;
  }
  .pro-details-menu-wrap .pro-details-menu li {
    width: 33.33%;
  }
  .pro-details-menu-wrap {
    margin-top: 35px;
  }
  .pro-details-td table tr td:nth-of-type(odd) {
    width: 20%;
    padding: 4px 6px;
  }
  .pro-details-td table tr td:nth-of-type(even) {
    width: 30%;
    padding: 4px 10px;
  }
  .pro-details-td > h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .pro-details-td {
    margin-top: 28px;
  }
  .pro-details-td > h3 span {
    font-size: 20px;
  }
  .pro-cptd-list li {
    width: 100%;
    padding: 0 0 0 18px;
    margin-bottom: 10px;
  }
  .pro-syfw-wrap .pro-cptd-list {
    margin-top: 18px;
  }
  .pro-details-more .title-base h3 {
    font-size: 18px;
    padding-bottom: 2px;
  }
  .pro-details-more .title-base p {
    font-size: 13px;
  }
  .pro-details-more {
    margin-top: 40px;
    padding: 26px 0 40px;
  }
  .pro-details-more-list {
    margin-top: 12px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font p {
    margin: 4px 0 10px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-img {
    height: 225px;
  }
  .pro-details-more-list .pro-details-more-item .pro-details-more-font {
    padding: 15px 12px;
  }
}
.crumb-list {
  float: right;
  display: flex;
}
.crumb-list .crumb-item {
  margin-right: 62px;
  position: relative;
}
.crumb-list .crumb-item a {
  display: inline-block;
  padding: 17px 0;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  transition: color 600ms;
}
.crumb-list .crumb-item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #6cc2a0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 600ms;
}
.crumb-list .crumb-item:nth-last-of-type(1) {
  margin-right: 0;
}
.crumb-list #crumb-active a,
.crumb-list .crumb-item:hover a {
  color: #5dbd98;
  font-weight: bold;
}
.crumb-list #crumb-active::after,
.crumb-list .crumb-item:hover::after {
  width: 100%;
}
.hxjs-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: solid 1px #dbdbdb;
  padding: 20px 0;
  margin-top: 50px;
}
.hxjs-menu li {
  width: 33.33%;
  position: relative;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.hxjs-menu li a {
  color: #333;
  transition: color 600ms;
}
.hxjs-menu li a:hover {
  font-weight: bold;
  color: #6ec1a1;
}
.hxjs-menu #hxjs-active a {
  font-weight: bold;
  color: #6ec1a1;
}
.hxjs-menu li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: #dbdbdb;
}
.hxjs-menu li:nth-last-of-type(1)::after {
  display: none;
}
.hxjs-content {
  margin: 40px 0 80px;
}
.ptgl-content {
  background-color: #f2f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 54px 60px 60px;
}
.ptgl-content .ptgl-img {
  width: 43.24%;
  overflow: hidden;
}
.ptgl-content .ptgl-img img {
  width: 100%;
  transition: all 600ms;
}
.ptgl-content .ptgl-img:hover img {
  transform: scale(1.1);
}
.ptgl-content .ptgl-font {
  width: 46.5%;
}
.ptgl-content .ptgl-font h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding: 24px 0;
}
.ptgl-content .ptgl-font h3::before {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  background-color: #6cc2a0;
  position: absolute;
  top: 0;
  left: 0;
}
.ptgl-content .ptgl-font p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  text-align: justify;
}
@media (max-width: 1500px) {
  .ptgl-content .ptgl-font h3,
  .hxjs-menu li {
    font-size: 19px;
  }
}
@media (max-width: 1400px) {
  .ptgl-content .ptgl-font h3,
  .hxjs-menu li {
    font-size: 18px;
  }
  .hxjs-menu {
    padding: 18px 0;
    margin-top: 43px;
  }
  .ptgl-content {
    padding: 55px 49px 55px 55px;
  }
  .hxjs-content {
    margin: 40px 0 75px;
  }
}
@media (max-width: 1300px) {
  .hxjs-menu {
    margin-top: 40px;
  }
  .hxjs-content {
    margin: 38px 0 70px;
  }
  .hxjs-menu li {
    font-size: 17px;
  }
  .ptgl-content {
    padding: 48px 42px 48px 48px;
  }
}
@media (max-width: 1200px) {
  .hxjs-menu {
    padding: 17px 0;
    margin-top: 35px;
  }
  .hxjs-menu li {
    font-size: 16px;
  }
  .ptgl-content .ptgl-font p {
    font-size: 15px;
  }
  .ptgl-content .ptgl-font {
    width: 49%;
  }
  .ptgl-content {
    padding: 43px 35px 35px 44px;
  }
  .ptgl-content .ptgl-font h3 {
    padding: 20px 0;
  }
  .hxjs-content {
    margin: 35px 0 66px;
  }
}
@media (max-width: 990px) {
  .crumb-list .crumb-item a {
    padding: 0 0 13px;
  }
  .hxjs-menu li {
    font-size: 15px;
  }
  .hxjs-menu {
    padding: 15px 0;
    margin-top: 20px;
  }
  .crumb-section .y-1210 p {
    width: 100%;
  }
  .crumb-list {
    float: none;
    width: 100%;
    flex-wrap: wrap;
  }
  .crumb-list .crumb-item {
    margin-right: 28px;
  }
  .hxjs-content {
    margin: 28px 0 55px;
    flex-wrap: wrap;
  }
  .ptgl-content .ptgl-font,
  .ptgl-content .ptgl-img {
    width: 100%;
  }
  .ptgl-content .ptgl-font {
    margin-top: 20px;
  }
  .ptgl-content {
    padding: 28px 20px 25px;
  }
  .ptgl-content .ptgl-font h3 {
    padding: 17px 0;
  }
  .ptgl-content .ptgl-font p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .crumb-list .crumb-item {
    margin-right: 20px;
  }
  .crumb-list .crumb-item a {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .hxjs-menu {
    flex-wrap: wrap;
    padding: 12px 0;
    margin-top: 11px;
  }
  .hxjs-menu li {
    font-size: 14px;
    padding: 0 6px;
  }
  .hxjs-content {
    margin: 19px 0 40px;
  }
  .ptgl-content {
    padding: 15px 12px 18px;
  }
  .ptgl-content .ptgl-font h3 {
    padding: 15px 0;
    font-size: 16px;
  }
  .ptgl-content .ptgl-font h3::before {
    height: 3px;
  }
  .ptgl-content .ptgl-font {
    margin-top: 16px;
  }
}
.plan-list .plan-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f4f6;
  margin-bottom: 26px;
}
.plan-list .plan-item .plan-img {
  width: 49.5%;
  overflow: hidden;
}
.plan-list .plan-item .plan-img img {
  width: 100%;
  transition: all 600ms;
}
.plan-list .plan-item .plan-font {
  width: 50.5%;
  padding: 20px 110px;
}
.plan-list .plan-item .plan-font h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #2d2d2d;
  padding-bottom: 14px;
  position: relative;
  transition: all 600ms;
}
.plan-list .plan-item .plan-font h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background-color: #5dbd98;
}
.plan-list .plan-item .plan-font p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-top: 22px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.plan-list .plan-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.plan-list .plan-item:hover .plan-img img {
  transform: scale(1.15);
}
.plan-list .plan-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-box {
  margin-top: 48px;
}
.page-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-box ul li {
  margin: 0 5px 5px 5px;
  line-height: 1;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #e1f8ef;
  transition: all 600ms;
}
.page-box ul li a {
  display: inline-block;
  padding: 8px 10px;
  color: #333333;
  transition: all 600ms;
}
.page-box ul li:hover,
.page-box ul .active {
  background-color: #71c4a3;
}
.page-box ul li:hover a,
.page-box ul .active a {
  color: #fff;
}
.page-box ul li:nth-last-of-type(1) {
  border: solid 1px #71c4a3;
}
@media (max-width: 1500px) {
  .plan-list .plan-item .plan-font {
    width: 50.5%;
    padding: 20px 100px;
  }
}
@media (max-width: 1300px) {
  .plan-list .plan-item .plan-font {
    width: 50.5%;
    padding: 20px 78px;
  }
  .plan-list .plan-item .plan-font p {
    font-size: 15px;
    margin-top: 19px;
  }
  .hxjs-content {
    margin: 38px 0 65px;
  }
  .page-box {
    margin-top: 43px;
  }
  .plan-list .plan-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .hxjs-content {
    margin: 34px 0 60px;
  }
  .page-box {
    margin-top: 38px;
  }
  .plan-list .plan-item .plan-font p {
    font-size: 14px;
    margin-top: 15px;
  }
  .plan-list .plan-item .plan-font h3 {
    font-size: 17px;
    padding-bottom: 11px;
  }
  .plan-list .plan-item .plan-font {
    padding: 20px 60px;
  }
}
@media (max-width: 990px) {
  .plan-list .plan-item {
    flex-wrap: wrap;
  }
  .plan-list .plan-item .plan-img,
  .plan-list .plan-item .plan-font {
    width: 100%;
  }
  .plan-list .plan-item .plan-font {
    padding: 15px 20px 18px;
  }
  .hxjs-content {
    margin: 26px 0 50px;
  }
  .page-box {
    margin-top: 32px;
  }
  .plan-list .plan-item .plan-font h3 {
    font-size: 16px;
  }
  .plan-list .plan-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hxjs-content {
    margin: 19px 0 35px;
  }
  .page-box ul li a {
    padding: 6px 8px;
  }
  .page-box ul li {
    margin: 0 3px 5px;
  }
  .page-box {
    margin-top: 25px;
  }
  .plan-list .plan-item .plan-font {
    padding: 11px 12px 14px;
  }
  .plan-list .plan-item .plan-font p {
    margin-top: 10px;
  }
  .plan-list .plan-item .plan-font h3 {
    padding-bottom: 9px;
  }
  .plan-list .plan-item {
    margin-bottom: 15px;
  }
}
.yycj-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yycj-list .yycj-item {
  width: 31.81%;
  text-align: center;
  margin-bottom: 26px;
}
.yycj-list .yycj-item .yycj-img {
  overflow: hidden;
}
.yycj-list .yycj-item .yycj-img img {
  width: 100%;
  max-height: 286px ;
  transition: all 600ms;
}
.yycj-list .yycj-item p {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 20px;
}
.yycj-list .yycj-item:hover .yycj-img img {
  transform: scale(1.15);
}
#yycj-page-box {
  margin-top: 18px;
}
@media (max-width: 1400px) {
  .yycj-list .yycj-item p {
    font-size: 17px;
  }
  .yycj-list .yycj-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 1300px) {
  .yycj-list .yycj-item p {
    font-size: 16px;
    padding-top: 16px;
  }
  #yycj-page-box {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .yycj-list .yycj-item p {
    font-size: 15px;
    padding-top: 14px;
  }
  .yycj-list .yycj-item {
    margin-bottom: 21px;
  }
}
@media (max-width: 990px) {
  .yycj-list .yycj-item p {
    font-size: 14px;
    padding-top: 12px;
  }
  .yycj-list .yycj-item {
    margin-bottom: 18px;
  }
  #yycj-page-box {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .yycj-list .yycj-item {
    width: 100%;
  }
  .yycj-list .yycj-item p {
    font-size: 15px;
    padding-top: 11px;
  }
  #yycj-page-box {
    margin-top: 5px;
  }
}
.xsp-wrap {
  width: 906px;
  margin: 0 auto;
}
.xsp-wrap > div {
  position: relative;
  overflow: hidden;
}
.xsp-wrap #xsp-thumbs {
  width: 222px;
  margin: 0 auto;
  border-bottom: 1px solid #f0f0f0;
}
.xsp-wrap #xsp-thumbs .swiper-slide {
  text-align: center;
}
.xsp-wrap #xsp-thumbs .swiper-slide p {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #999999;
  position: relative;
  padding: 11px 0;
  cursor: pointer;
  transition: all 600ms;
}
.xsp-wrap #xsp-thumbs .swiper-slide p:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #71c4a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 600ms;
}
.xsp-wrap #xsp-thumbs .swiper-slide-thumb-active p,
.xsp-wrap #xsp-thumbs .swiper-slide:hover p {
  color: #71c4a3;
}
.xsp-wrap #xsp-thumbs .swiper-slide-thumb-active p::after,
.xsp-wrap #xsp-thumbs .swiper-slide:hover p::after {
  width: 100%;
}
.xsp-wrap #xsp-swiper {
  margin-top: 25px;
}
.xsp-wrap #xsp-swiper .swiper-slide video {
  width: 100%;
  max-height: 510px;
  text-align: center;
  background-color: #000;
}
.xsp-wrap #xsp-swiper .swiper-slide p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  text-align: center;
  padding: 10px 30px 0;
}
@media (max-width: 1300px) {
  .xsp-wrap #xsp-swiper .swiper-slide p {
    font-size: 15px;
    padding: 8px 30px 0;
  }
}
@media (max-width: 1200px) {
  .xsp-wrap {
    width: 100%;
  }
  .xsp-wrap #xsp-swiper {
    margin-top: 22px;
  }
}
@media (max-width: 990px) {
  .xsp-wrap #xsp-swiper .swiper-slide p {
    font-size: 14px;
    padding: 4px 16px 0;
  }
  .xsp-wrap #xsp-swiper {
    margin-top: 19px;
  }
  .xsp-wrap #xsp-thumbs .swiper-slide p {
    padding: 9px 0;
  }
}
@media (max-width: 767px) {
  .xsp-wrap #xsp-thumbs .swiper-slide p {
    padding: 0 0 9px;
  }
  .xsp-wrap #xsp-swiper .swiper-slide p {
    padding: 4px 0 0;
  }
}
#syzc-menu li {
  width: 50%;
}
.syzc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.syzc-list .syzc-item {
  width: 48.42%;
  min-height: 307px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-bottom: 28px;
  position: relative;
  transition: all 600ms;
}
.syzc-list .syzc-item div {
  width: 343px;
  max-height: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.syzc-list .syzc-item div h3 {
  font-family: SourceHanSansSC-Medium;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 26px;
}
.syzc-list .syzc-item div p {
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.syzc-list .syzc-item:hover {
  background-size: 120% 120%;
}
@media (max-width: 1400px) {
  #yycj-page-box {
    margin-top: 16px;
  }
  .syzc-list .syzc-item div h3 {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  #yycj-page-box {
    margin-top: 14px;
  }
}
@media (max-width: 1200px) {
  .syzc-list .syzc-item div h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .syzc-list .syzc-item {
    min-height: 280px;
  }
  #yycj-page-box {
    margin-top: 11px;
  }
}
@media (max-width: 990px) {
  .syzc-list .syzc-item {
    width: 100%;
  }
  .syzc-list .syzc-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .syzc-list .syzc-item {
    min-height: 240px;
    margin-bottom: 11px;
  }
  .syzc-list .syzc-item div {
    width: 100%;
  }
  .syzc-list .syzc-item div h3 {
    padding-bottom: 14px;
  }
}
.hy-list {
  margin-top: 41px;
}
.hy-item > a {
  display: block;
}
.hy-item .hy-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #5dbd98;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(93, 189, 152, 0.5);
}
.hy-item .hy-content {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
.hy-item .hy-content .hy-font {
  width: 46.69%;
  padding-left: 10px;
  padding-top: 20px;
}
.hy-item .hy-content .hy-font h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
}
.hy-item .hy-content .hy-font h3:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #5dbd98;
  position: absolute;
  left: -10px;
  top: 0;
}
.hy-item .hy-content .hy-font p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  text-align: justify;
}
.hy-item .hy-content .hy-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hy-item .hy-content .hy-img > img {
  max-width: 100%;
  transition: all 600ms;
}
.hy-item .hy-content .hy-img:hover > img {
  transform: scale(1.1);
}
.hy-item:nth-of-type(1) {
  margin-top: 0 !important;
}
.hy-item:nth-of-type(odd) {
  margin-top: 69px;
  margin-bottom: 80px;
}
.hy-item:nth-of-type(even) {
  padding: 69px 0 75px;
  background-color: #f4f4f4;
}
#hy-four .hy-content {
  align-items: center;
  padding: 11px 0 36px;
}
#hy-four .hy-content .hy-font {
  width: 55.5%;
  padding-top: 0;
}
#hy-four .hy-content .hy-font p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 3px;
  color: #666666;
}
#hy-four .hy-content .hy-img {
  width: 35%;
}
#hy-four .hy-bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#hy-four .hy-bt li {
  overflow: hidden;
}
#hy-four .hy-bt li img {
  width: 100%;
  max-height: 208px;
  transition: all 600ms;
}
#hy-four .hy-bt li:hover img {
  transform: scale(1.15);
}
#hy-four .hy-bt li:nth-of-type(1),
#hy-four .hy-bt li:nth-of-type(2) {
  width: 26.36%;
}
#hy-four .hy-bt li:nth-of-type(3) {
  width: 39.5%;
}
#hy-one .hy-content .hy-img {
  width: 39.5%;
}
#hy-three .hy-content .hy-img {
  width: 46.61%;
  display: flex;
  justify-content: space-between;
}
#hy-three .hy-content .hy-img .hy-three-img {
  width: 28.54%;
  overflow: hidden;
}
#hy-three .hy-content .hy-img .hy-three-img img {
  width: 100%;
  max-height: 216px;
  transition: all 600ms;
}
#hy-three .hy-content .hy-img .hy-three-img:hover img {
  transform: scale(1.15);
}
#hy-tow .hy-content .hy-font {
  width: 27.43%;
}
#hy-tow .hy-content .hy-img {
  width: 68.18%;
  display: flex;
  justify-content: space-between;
}
#hy-tow .hy-content .hy-img .hy-tow-img {
  width: 48.72%;
  overflow: hidden;
}
#hy-tow .hy-content .hy-img .hy-tow-img img {
  width: 100%;
  max-height: 204px;
  transition: all 600ms;
}
#hy-tow .hy-content .hy-img .hy-tow-img:hover img {
  transform: scale(1.15);
}
#hyyy-page {
  margin-bottom: 75px;
}
@media (max-width: 1500px) {
  .hy-list {
    margin-top: 39px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 66px;
    margin-bottom: 77px;
  }
  .hy-item:nth-of-type(even) {
    padding: 66px 0 72px;
  }
  #hy-four .hy-content {
    padding: 10px 0 34px;
  }
  .hy-item .hy-content {
    padding-top: 30px;
  }
  #hyyy-page {
    margin-bottom: 72px;
  }
}
@media (max-width: 1400px) {
  .hy-list {
    margin-top: 37px;
  }
  #hy-four .hy-content {
    padding: 10px 0 30px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 62px;
    margin-bottom: 74px;
  }
  .hy-item:nth-of-type(even) {
    padding: 63px 0 70px;
  }
  #hyyy-page {
    margin-bottom: 70px;
  }
  .hy-item .hy-title {
    font-size: 19px;
  }
}
@media (max-width: 1300px) {
  .hy-item .hy-title {
    font-size: 18px;
  }
  .hy-list {
    margin-top: 32px;
  }
  #hy-four .hy-content {
    padding: 10px 0 28px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 60px;
    margin-bottom: 72px;
  }
  .hy-item:nth-of-type(even) {
    padding: 60px 0 70px;
  }
}
@media (max-width: 1200px) {
  .hy-item .hy-title {
    font-size: 17px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 57px;
    margin-bottom: 69px;
  }
  .hy-item:nth-of-type(even) {
    padding: 58px 0 68px;
  }
  #hyyy-page {
    margin-bottom: 60px;
  }
  .hy-list {
    margin-top: 30px;
  }
}
@media (max-width: 990px) {
  #hy-tow .hy-content .hy-img,
  #hy-four .hy-bt,
  #hy-four .hy-content {
    flex-wrap: wrap;
  }
  #hy-four .hy-content .hy-font {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
  #hy-tow .hy-content .hy-img .hy-tow-img,
  #hy-tow .hy-content .hy-img,
  #hy-tow .hy-content .hy-font,
  #hy-three .hy-content .hy-img,
  .hy-item .hy-content .hy-img > img,
  #hy-one .hy-content .hy-img,
  .hy-item .hy-content .hy-font,
  #hy-four .hy-content .hy-img {
    width: 100%;
  }
  #hy-four .hy-content {
    padding: 6px 0 18px;
  }
  .hy-bt {
    flex-wrap: wrap;
  }
  #hy-four .hy-bt li:nth-of-type(1),
  #hy-four .hy-bt li:nth-of-type(2) {
    width: 48%;
  }
  #hy-four .hy-bt li:nth-of-type(3) {
    width: 100%;
    margin-top: 18px;
  }
  .hy-item .hy-title {
    font-size: 16px;
  }
  .hy-item .hy-content .hy-font h3 {
    font-size: 14px;
  }
  .hy-list {
    margin-top: 18px;
  }
  .hy-item .hy-content .hy-font p {
    padding-top: 10px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 32px;
    margin-bottom: 38px;
  }
  .hy-item .hy-content {
    flex-wrap: wrap;
  }
  .hy-item:nth-of-type(even) {
    padding: 30px 0 40px;
  }
  .hy-item .hy-content {
    padding-top: 0px;
  }
  .hy-item .hy-content .hy-font {
    padding: 20px 0 10px 10px;
  }
  #hy-tow .hy-content .hy-img .hy-tow-img img,
  #hy-three .hy-content .hy-img .hy-three-img img {
    max-height: none;
  }
  #hy-three .hy-content .hy-img .hy-three-img {
    width: 30.54%;
  }
  #hy-tow .hy-content .hy-img .hy-tow-img:nth-of-type(1) {
    margin-bottom: 18px;
  }
  #hyyy-page {
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .hy-item .hy-title {
    font-size: 15px;
    padding-bottom: 6px;
  }
  .hy-list {
    margin-top: 8px;
  }
  #hy-four .hy-content {
    padding: 2px 0 12px;
  }
  #hy-four .hy-content .hy-font p {
    line-height: 1.8;
    letter-spacing: 1px;
    color: #666666;
  }
  .hy-item .hy-content .hy-font p {
    padding-top: 6px;
  }
  #hy-four .hy-bt li:nth-of-type(3) {
    margin-top: 12px;
  }
  .hy-item:nth-of-type(odd) {
    margin-top: 22px;
    margin-bottom: 25px;
  }
  .hy-item:nth-of-type(even) {
    padding: 22px 0 28px;
  }
  #hy-tow .hy-content .hy-img .hy-tow-img:nth-of-type(1) {
    margin-bottom: 12px;
  }
  .hy-item .hy-content .hy-font {
    padding: 13px 0 10px 10px;
  }
  #hyyy-page {
    margin-bottom: 37px;
  }
}
.hyyy-details-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.hyyy-details-section {
  margin-top: 72px;
}
.hyyy-details-section .hyyy-details-contend {
  margin-top: 50px;
}
.hyyy-details-section .hyyy-details-contend img {
  max-width: 100%;
}
.hyyy-details-section .hyyy-back {
  overflow: hidden;
  margin: 50px 0 80px;
}
.hyyy-details-section .hyyy-back a {
  display: block;
  float: right;
  width: 136px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #b7b5b5;
  font-size: 18px;
  color: #ffffff;
}
.hyyy-details-contend,
.hyyy-details-contend p,
.hyyy-details-contend div,
.hyyy-details-contend span {
  font-family: MicrosoftYaHei;
  font-size: 14px !important;
  line-height: 2 !important;
  color: #666666 !important;
  text-align: justify;
}
@media (max-width: 1600px) {
  .hyyy-details-title {
    font-size: 32px;
  }
  .hyyy-details-section {
    margin-top: 69px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 46px;
  }
  .hyyy-details-section .hyyy-back a {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  .hyyy-details-title {
    font-size: 30px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 43px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 45px 0 75px;
  }
  .hyyy-details-section .hyyy-back a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .hyyy-details-title {
    font-size: 29px;
  }
  .hyyy-details-section {
    margin-top: 66px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 40px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 42px 0 72px;
  }
}
@media (max-width: 1300px) {
  .hyyy-details-title {
    font-size: 28px;
  }
  .hyyy-details-section {
    margin-top: 62px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 36px;
  }
  .hyyy-details-section .hyyy-back a {
    font-size: 15px;
    width: 128px;
    height: 43px;
    line-height: 43px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 38px 0 72px;
  }
}
@media (max-width: 1200px) {
  .hyyy-details-title {
    font-size: 26px;
  }
  .hyyy-details-section {
    margin-top: 56px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 32px;
  }
  .hyyy-details-section .hyyy-back a {
    width: 123px;
    height: 40px;
    line-height: 40px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 35px 0 70px;
  }
}
@media (max-width: 990px) {
  .hyyy-details-title {
    font-size: 22px;
  }
  .hyyy-details-section .hyyy-back a {
    width: 115px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .hyyy-details-section {
    margin-top: 45px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 25px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .hyyy-details-contend,
  .hyyy-details-contend p,
  .hyyy-details-contend div,
  .hyyy-details-contend span {
    line-height: 1.8 !important;
  }
  .hyyy-details-title {
    font-size: 18px;
  }
  .hyyy-details-section {
    margin-top: 26px;
  }
  .hyyy-details-section .hyyy-details-contend {
    margin-top: 15px;
  }
  .hyyy-details-section .hyyy-back a {
    width: 105px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .hyyy-details-section .hyyy-back {
    margin: 20px 0 40px;
  }
}
.jysp-title {
  text-align: center;
}
.jysp-title h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
}
.jysp-title p {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  padding-top: 8px;
}
.jysp-list {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jysp-list .jysp-item {
  width: 23.14%;
  background-color: #f2f4f5;
  margin-top: 26px;
  cursor: pointer;
}
.jysp-list .jysp-item .jysp-img {
  border: solid 1px #e1e1e1;
  padding: 29px 30px 58px;
  background-color: #fff;
}
.jysp-list .jysp-item .jysp-img > div {
  overflow: hidden;
  position: relative;
}
.jysp-list .jysp-item .jysp-img > div img:nth-of-type(1) {
  width: 100%;
  max-height: 155px;
  transition: all 600ms;
}
.jysp-list .jysp-item .jysp-img > div .jysp-active {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jysp-list .jysp-item .jysp-font {
  text-align: center;
  padding: 15px 12px 10px;
}
.jysp-list .jysp-item .jysp-font p {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}
.jysp-list .jysp-item .jysp-font span {
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}
.jysp-list .jysp-item:hover .jysp-img > div img:nth-of-type(1) {
  transform: scale(1.18);
}
.jxhj-section {
  margin-bottom: 110px;
}
.jxhj-section .jxhj-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jxhj-section .jxhj-list .jxhj-item {
  width: 47.93%;
  margin-top: 68px;
  position: relative;
}
.jxhj-section .jxhj-list .jxhj-item .jxhj-img {
  overflow: hidden;
}
.jxhj-section .jxhj-list .jxhj-item .jxhj-img img {
  width: 100%;
  max-height: 320px;
  transition: all 600ms;
}
.jxhj-section .jxhj-list .jxhj-item .jxhj-font {
  width: 75%;
  position: absolute;
  bottom: -28px;
  left: 50%;
  min-height: 60px;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
}
.jxhj-section .jxhj-list .jxhj-item .jxhj-font p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.jxhj-section .jxhj-list .jxhj-item:hover .jxhj-img img {
  transform: scale(1.18);
}
.jxsp-model {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.jxsp-model .jxsp-wrap {
  width: 950px;
  position: relative;
}
.jxsp-model .jxsp-wrap video {
  width: 100%;
  max-height: 535px;
}
.jxsp-model .jxsp-wrap div {
  text-align: center;
  color: #fff;
}
.jxsp-model .jxsp-wrap div h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 0 14px;
}
.jxsp-model .jxsp-wrap div p {
  font-size: 14px;
  line-height: 1.5;
}
.jxsp-model .jxsp-wrap span {
  position: absolute;
  font-size: 45px;
  line-height: 0.4;
  right: -60px;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.jxsp-model-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1400px) {
  .jysp-title h3 {
    font-size: 28px;
  }
  .jysp-title p {
    font-size: 13px;
  }
  .jysp-list {
    margin-top: 18px;
  }
  .jysp-list .jysp-item .jysp-img {
    padding: 26px 27px 55px;
  }
  .jxhj-section .jxhj-list .jxhj-item {
    margin-top: 63px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font p {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .jysp-title h3 {
    font-size: 27px;
  }
  .jysp-list {
    margin-top: 13px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font p {
    font-size: 16px;
  }
  .jxhj-section .jxhj-list .jxhj-item {
    margin-top: 60px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font {
    min-height: 57px;
    bottom: -26px;
  }
  .jxhj-section {
    margin-bottom: 105px;
  }
}
@media (max-width: 1200px) {
  .jysp-title h3 {
    font-size: 25px;
  }
  .jysp-title p {
    font-size: 12px;
  }
  .jysp-list {
    margin-top: 8px;
  }
  .jxsp-model .jxsp-wrap {
    width: 65%;
  }
  .jxsp-model .jxsp-wrap span {
    right: -50px;
  }
  .jxsp-model .jxsp-wrap div h3 {
    font-size: 18px;
    padding: 16px 0 10px;
  }
  .jxhj-section .jxhj-list .jxhj-item {
    margin-top: 50px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font p {
    font-size: 15px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font {
    min-height: 52px;
    bottom: -23px;
  }
  .jxhj-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 990px) {
  .jysp-list .jysp-item {
    width: 48%;
  }
  .jysp-list .jysp-item .jysp-img > div img:nth-of-type(1) {
    max-height: 212px;
  }
  .jysp-title h3 {
    font-size: 22px;
  }
  .jysp-title p {
    padding-top: 6px;
  }
  .jysp-list .jysp-item {
    margin-top: 17px;
  }
  .jysp-list .jysp-item .jysp-img {
    padding: 21px 22px 48px;
  }
  .jxsp-model .jxsp-wrap {
    width: 75%;
  }
  .jxsp-model .jxsp-wrap div h3 {
    font-size: 16px;
    padding: 10px 0 8px;
  }
  .jxsp-model .jxsp-wrap div p {
    font-size: 13px;
  }
  .jxsp-model .jxsp-wrap span {
    font-size: 40px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font {
    position: relative;
    transform: translate(0, 0);
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .jxhj-section .jxhj-list .jxhj-item {
    margin-top: 30px;
  }
  .jxhj-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .jxhj-section .jxhj-list .jxhj-item,
  .jysp-list .jysp-item {
    width: 100%;
  }
  .jysp-title h3 {
    font-size: 18px;
  }
  .jysp-list .jysp-item {
    margin-top: 13px;
  }
  .jysp-list {
    margin-top: 5px;
  }
  .jysp-list .jysp-item .jysp-img {
    padding: 16px 14px 35px;
  }
  .jysp-list .jysp-item .jysp-font {
    padding: 12px 12px 7px;
  }
  .jxsp-model .jxsp-wrap span {
    font-size: 32px;
    right: 0;
    top: -30px;
  }
  .jxsp-model .jxsp-wrap {
    width: 90%;
  }
  .jxsp-model .jxsp-wrap div h3 {
    font-size: 14px;
    padding: 6px 0 4px;
  }
  .jxsp-model .jxsp-wrap div p {
    font-size: 12px;
  }
  .jxhj-section .jxhj-list .jxhj-item {
    margin-top: 15px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font p {
    font-size: 14px;
  }
  .jxhj-section .jxhj-list .jxhj-item .jxhj-font {
    min-height: 50px;
  }
  .jxhj-section {
    margin-bottom: 45px;
  }
}
.news-list {
  margin-top: 54px;
}
.news-list .news-item {
  transition: all 600ms;
}
.news-list .news-item > div {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(232, 231, 231, 0.5);
}
.news-list .news-item > div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-list .news-item .news-time {
  width: 74px;
  text-align: center;
  margin-right: 47px;
}
.news-list .news-item .news-time h3 {
  font-size: 44px;
  line-height: 1;
  color: #333333;
  padding-bottom: 16px;
  margin-bottom: 23px;
  border-bottom: 2px solid #c4c1c1;
  transition: all 600ms;
}
.news-list .news-item .news-time p {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  transition: all 600ms;
}
.news-list .news-item .news-img {
  width: 300px;
  overflow: hidden;
}
.news-list .news-item .news-img img {
  width: 100%;
  transition: all 600ms;
}
.news-list .news-item .news-font {
  width: calc(100% - 421px);
  padding-left: 49px;
}
.news-list .news-item .news-font h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 13px;
  transition: all 600ms;
}
.news-list .news-item .news-font p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .news-font div {
  margin-top: 23px;
  padding-top: 28px;
  border-top: 1px solid rgba(196, 193, 193, 0.5);
  overflow: hidden;
}
.news-list .news-item .news-font div img {
  position: relative;
  top: -2px;
}
.news-list .news-item .news-font div>span {
  float: left;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  transition: all 600ms;
}
.news-list .news-item .news-font div>span img:nth-of-type(2) {
  display: none;
}
.news-list .news-item .news-font div > img {
  float: right;
  opacity: 0;
  transition: all 600ms;
}
.news-list .news-item:hover {
  background-color: #f6f5f5;
}
.news-list .news-item:hover .news-time h3 {
  color: #71c4a3;
  border-bottom: solid 2px #5dbd98;
}
.news-list .news-item:hover .news-time p {
  color: #71c4a3;
}
.news-list .news-item:hover .news-img img {
  transform: scale(1.2);
}
.news-list .news-item:hover .news-font h3 {
  color: #71c4a3;
}
.news-list .news-item:hover .news-font div span {
  color: #71c4a3;
}
.news-list .news-item:hover .news-font div span img:nth-of-type(1) {
  display: none;
}
.news-list .news-item:hover .news-font div span img:nth-of-type(2) {
  display: inline-block;
}
.news-list .news-item:hover .news-font div > img {
  opacity: 1;
}
.news-list .news-item:nth-last-of-type(1) > div {
  border-bottom: 0;
}
#news-page {
  margin: 25px 0 80px;
}
@media (max-width: 1600px) {
  /* .news-list .news-item > div a {
    display: none;
  } */
  .news-list .news-item .news-time h3 {
    font-size: 42px;
  }
  .news-list {
    margin-top: 50px;
  }
}
@media (max-width: 1500px) {
  .news-list .news-item .news-font h3 {
    font-size: 19px;
  }
  .news-list .news-item .news-time h3 {
    font-size: 40px;
    padding-bottom: 14px;
    margin-bottom: 21px;
  }
  .news-list {
    margin-top: 46px;
  }
}
@media (max-width: 1400px) {
  .news-list .news-item .news-time {
    margin-right: 42px;
  }
  .news-list .news-item .news-time h3 {
    font-size: 38px;
  }
  .news-list {
    margin-top: 42px;
  }
  .news-list .news-item .news-font {
    width: calc(100% - 416px);
    padding-left: 43px;
  }
  .news-list .news-item .news-font h3 {
    font-size: 18px;
  }
  #news-page {
    margin: 25px 0 75px;
  }
}
@media (max-width: 1300px) {
  .news-list .news-item .news-img {
    width: 280px;
  }
  .news-list .news-item .news-time h3 {
    font-size: 36px;
  }
  .news-list .news-item .news-time p {
    font-size: 13px;
  }
  .news-list .news-item .news-time {
    width: 66px;
    margin-right: 35px;
  }
  .news-list .news-item .news-font {
    width: calc(100% - 381px);
    padding-left: 36px;
  }
  #news-page {
    margin: 22px 0 70px;
  }
  .news-list .news-item .news-font div {
    margin-top: 20px;
    padding-top: 25px;
  }
  .news-list {
    margin-top: 36px;
  }
}
@media (max-width: 1200px) {
  .news-list {
    margin-top: 32px;
  }
  .news-list .news-item .news-font h3 {
    font-size: 17px;
  }
  .news-list .news-item .news-time h3 {
    font-size: 34px;
    padding-bottom: 11px;
    margin-bottom: 19px;
  }
  .news-list .news-item > div {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .news-list .news-item .news-time {
    width: 62px;
    margin-right: 30px;
  }
  .news-list .news-item .news-img {
    width: 270px;
  }
  .news-list .news-item .news-font {
    width: calc(100% - 362px);
    padding-left: 33px;
  }
  #news-page {
    margin: 20px 0 65px;
  }
}
@media (max-width: 990px) {
  .news-list .news-item > div {
    flex-wrap: wrap;
  }
  .news-list .news-item .news-img {
    width: 100%;
    order: -1;
  }
  .news-list .news-item .news-time {
    width: 58px;
    margin-right: 0;
  }
  .news-list .news-item .news-time h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .news-list .news-item .news-font {
    width: calc(100% - 58px);
    padding: 16px 0 0 30px;
  }
  .news-list {
    margin-top: 18px;
  }
  .news-list .news-item .news-font h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .news-list .news-item .news-font div {
    margin-top: 15px;
    padding-top: 22px;
  }
  #news-page {
    margin: 20px 0 58px;
  }
}
@media (max-width: 767px) {
  .news-list {
    margin-top: 11px;
  }
  .news-list .news-item > div {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .news-list .news-item .news-font div > img {
    width: 20px;
  }
  .news-list .news-item .news-font {
    width: 100%;
    padding: 0;
  }
  .news-list .news-item .news-time {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 8px 0 10px;
  }
  .news-list .news-item .news-time h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    margin-right: 5px;
  }
  .news-list .news-item:hover .news-time h3 {
    border-bottom: 0;
  }
  .news-list .news-item .news-font h3 {
    font-size: 15px;
  }
  .news-list .news-item .news-font p {
    font-size: 13px;
  }
  .news-list .news-item .news-font div>span img {
    width: 20px;
  }
  .news-list .news-item .news-font div img {
    top: -1px;
  }
  .news-list .news-item .news-font div {
    margin-top: 15px;
    padding-top: 17px;
  }
  #news-page {
    margin: 15px 0 40px;
  }
}
.news-details-section .details-time {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  padding: 18px 0 23px;
}
.details-content,
.details-content p,
.details-content div,
.details-content span {
  font-size: 14px !important;
  line-height: 2.2 !important;
  color: #666666 !important;
  text-align: justify;
}
.details-page {
  margin: 40px 0 80px;
  border-top: 1px solid rgba(40, 40, 40, 0.2);
}
.details-page p:nth-of-type(1) {
  padding: 30px 0 15px;
}
.details-page p {
  font-size: 14px;
  line-height: 1.5;
  color: #727171;
  transition: all 600ms;
}
.details-page p a {
  color: #727171;
  transition: all 600ms;
}
.details-page p:hover {
  color: #333333;
}
.details-page p:hover a {
  color: #333333;
}
@media (max-width: 1400px) {
  .details-page p:nth-of-type(1) {
    padding: 26px 0 13px;
  }
  .details-page {
    margin: 35px 0 75px;
  }
  .news-details-section .details-time {
    font-size: 15px;
    padding: 15px 0 21px;
  }
}
@media (max-width: 1300px) {
  .news-details-section .details-time {
    padding: 14px 0 20px;
  }
  .details-page p:nth-of-type(1) {
    padding: 25px 0 12px;
  }
  .details-page {
    margin: 34px 0 72px;
  }
}
@media (max-width: 1200px) {
  .news-details-section .details-time {
    padding: 13px 0 18px;
  }
  .details-page p:nth-of-type(1) {
    padding: 22px 0 11px;
  }
  .details-page {
    margin: 30px 0 70px;
  }
}
@media (max-width: 990px) {
  .news-details-section .details-time {
    padding: 10px 0 14px;
    font-size: 14px;
  }
  .details-page {
    margin: 25px 0 60px;
  }
}
@media (max-width: 767px) {
  .news-details-section .details-time {
    padding: 7px 0 10px;
    font-size: 13px;
  }
  .details-content,
  .details-content p,
  .details-content div,
  .details-content span {
    line-height: 2 !important;
  }
  .details-page {
    margin: 20px 0 40px;
  }
  .details-page p:nth-of-type(1) {
    padding: 16px 0 8px;
  }
}
.service-wrap {
  margin: 70px 0 80px;
  display: flex;
  justify-content: space-between;
}
.service-wrap #map {
  width: 67.28%;
}
.service-wrap .service-font {
  width: 32.72%;
  min-height: 460px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5dbd98;
}
.service-wrap .service-font div p {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.service-wrap .service-font div p:nth-of-type(2) {
  padding: 19px 0;
}
.service-wrap .service-font div .service-img {
  padding-top: 35px;
  text-align: center;
}
.service-wrap .service-font div .service-img img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .service-wrap {
    margin: 66px 0 80px;
  }
}
@media (max-width: 1500px) {
  .service-wrap {
    margin: 61px 0 80px;
  }
}
@media (max-width: 1400px) {
  .service-wrap {
    margin: 55px 0 75px;
  }
}
@media (max-width: 1300px) {
  .service-wrap {
    margin: 51px 0 71px;
  }
}
@media (max-width: 1200px) {
  .service-wrap {
    margin: 45px 0 65px;
  }
}
@media (max-width: 990px) {
  .service-wrap {
    margin: 31px 0 60px;
    flex-wrap: wrap;
  }
  .service-wrap #map {
    width: 100%;
    height: 300px;
  }
  .service-wrap .service-font {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }
  .service-wrap .service-font div p:nth-of-type(2) {
    padding: 13px 0;
  }
  .service-wrap .service-font div .service-img {
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .service-wrap {
    margin: 11px 0 40px;
  }
  .service-wrap #map {
    height: 220px;
  }
  .service-wrap .service-font div .service-img img {
    width: 100px;
    max-width: 100%;
  }
  .service-wrap .service-font {
    padding: 15px;
  }
  .service-wrap .service-font div p:nth-of-type(2) {
    padding: 8px 0;
  }
  .service-wrap .service-font div .service-img {
    padding-top: 16px;
  }
}
.company-wrap {
  margin-top: 49px;
  display: flex;
}
.company-wrap .company-num {
  width: 20.42%;
  padding-right: 15px;
}
.company-wrap .company-num div {
  line-height: 1;
}
.company-wrap .company-num div p:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.company-wrap .company-num div p:nth-of-type(2) {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #5dbd98;
  padding-top: 5px;
}
.company-wrap .company-num div:nth-of-type(2) {
  margin-top: 70px;
}
.company-wrap .company-font {
  width: 79.58%;
  position: relative;
}
.company-wrap .company-font .company-img {
  position: relative;
}
.company-wrap .company-font .company-img > img {
  width: 100%;
}
.company-wrap .company-font .company-img div {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(93, 189, 152, 0.8);
  transform: translateX(-56%);
  padding: 27px 46px;
}
.company-wrap .company-font p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666666;
  text-align: justify;
  margin-top: 30px;
}
.company-wrap .company-font .company-next {
  width: 36px;
  height: 36px;
  background-color: #5dbd98;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  position: absolute;
  right: 0;
  bottom: -36px;
  cursor: pointer;
}
.gain-section {
  padding: 100px 0 77px;
  margin-top: 106px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f4f5;
}
.gain-section .y-1210 {
  background-color: #fff;
  padding: 77px 78px 45px;
}
.gain-section .y-1210 .gain-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  position: relative;
  margin-bottom: 62px;
}
.gain-section .y-1210 .gain-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gain-section .y-1210 .gain-item p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
}
.gain-section .y-1210 .gain-item table {
  border-collapse: collapse;
  margin: 35px 0 45px;
}
.gain-section .y-1210 .gain-item table tr th,
.gain-section .y-1210 .gain-item table tr td {
  text-align: center;
  border: solid 1px #e5e5e5;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  padding: 6px 20px;
}
.gain-section .y-1210 .gain-item table tr th:nth-of-type(1),
.gain-section .y-1210 .gain-item table tr td:nth-of-type(1) {
  width: 16.98%;
}
.gain-section .y-1210 .gain-item table tr th:nth-of-type(2),
.gain-section .y-1210 .gain-item table tr td:nth-of-type(2) {
  width: 22.16%;
}
.gain-section .y-1210 .gain-item table tr th:nth-of-type(3),
.gain-section .y-1210 .gain-item table tr td:nth-of-type(3) {
  width: 12.85%;
}
.gain-section .y-1210 .gain-item table tr th:nth-of-type(4),
.gain-section .y-1210 .gain-item table tr td:nth-of-type(4) {
  width: 16.12%;
}
.gain-section .y-1210 .gain-item table tr th:nth-of-type(5),
.gain-section .y-1210 .gain-item table tr td:nth-of-type(5) {
  width: 32.24%;
}
.gain-section .y-1210 .gain-item table tr td:nth-of-type(5) {
  text-align: left;
}
.gain-section .y-1210 .gain-item table tr:nth-of-type(1) {
  background-color: #f5f5f5;
}
.ryzz-section {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 135px;
}
.ryzz-menu {
  margin: 42px 0 56px;
  display: flex;
  justify-content: flex-end;
}
.ryzz-menu .ryzz-menu-item {
  width: 130px;
  height: 42px;
  line-height: 42px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 600ms;
}
.ryzz-menu .ryzz-menu-item:nth-of-type(1) {
  margin-right: 28px;
}
.ryzz-menu .ryzz-menu-item:hover,
.ryzz-menu #ryzz-active {
  color: #fff;
  background-color: #5dbd98;
}
#ry-swiper-box {
  width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
#ry-swiper-box .ry-swiper {
  width: 100%;
  padding: 0 76px;
  position: relative;
}
#ry-swiper-box .ry-swiper .mySwiper {
  overflow: hidden;
}
#ry-swiper-box .ry-swiper .mySwiper .swiper-wrapper {
  align-items: center;
}
#ry-swiper-box .ry-swiper .mySwiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
#ry-swiper-box .ry-swiper .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 336px;
}
#ry-swiper-box .ry-swiper .swiper-button-disabled::after {
  color: #d0d0d0 !important;
  opacity: 1 !important;
}
.lx-next,
.lx-prev {
  background-image: none !important;
}
.lx-next::after,
.lx-prev::after {
  font-size: 42px;
  color: #5dbd98;
  font-weight: bold;
  transition: all 600ms;
}
.lx-next {
  right: 0;
}
.lx-prev {
  left: 0;
}
.friend-swiper-box {
  margin: 45px 0 80px;
  position: relative;
}
.friend-swiper-box #friend-swiper {
  overflow: hidden;
}
.friend-swiper-box #friend-swiper .swiper-slide {
  padding: 12px 10px;
  border: solid 1px #dcdcdc;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.friend-swiper-box #friend-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  transition: all 600ms;
}
.friend-swiper-box #friend-swiper .swiper-slide:hover img {
  transform: scale(0.85);
}
.friend-swiper-box .lx-next {
  right: -76px;
}
.friend-swiper-box .lx-prev {
  left: -76px;
}
.friend-swiper-box .swiper-button-disabled::after {
  color: #d0d0d0 !important;
  opacity: 1 !important;
}
.contact-section {
  padding: 22px 0;
  background-color: #fbfcfc;
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}
.contact-section .y-1210 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.contact-section .y-1210 div {
  width: 50%;
  padding: 0 37px 0 12px;
  position: relative;
}
.contact-section .y-1210 div p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #5dbd98;
  position: relative;
  padding-bottom: 12px;
}
.contact-section .y-1210 div p::before {
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  background-color: #5dbd98;
  position: absolute;
  left: -12px;
  top: 5px;
}
.contact-section .y-1210 div span {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
}
.contact-section .y-1210 div::after {
  content: '';
  display: block;
  width: 1px;
  height: 88px;
  background-color: rgba(210, 210, 210, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-section .y-1210 ul {
  width: 50%;
  display: flex;
  padding-left: 50px;
  flex-wrap: wrap;
}
.contact-section .y-1210 ul li {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #666666;
}
.contact-section .y-1210 ul li span {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
.contact-section .y-1210 ul li:nth-of-type(1) {
  padding-right: 15px;
}
.contact-section .y-1210 ul li:nth-of-type(1) span {
  font-weight: bold;
  color: #5dbd98;
}
.contact-section .y-1210 ul li:nth-last-of-type(1) {
  width: 100%;
  padding-top: 12px;
}
@media (max-width: 1500px) {
  .jysp-title h3 {
    font-size: 29px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 34px;
    margin-bottom: 58px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    font-size: 38px;
  }
  .company-wrap {
    margin-top: 46px;
  }
  .gain-section .y-1210 {
    padding: 71px 78px 45px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 19px;
  }
  .company-wrap .company-font .company-img div {
    padding: 25px 43px;
  }
  .ryzz-menu {
    margin: 39px 0 52px;
  }
  .ryzz-section {
    padding-bottom: 130px;
  }
}
@media (max-width: 1400px) {
  .company-wrap {
    margin-top: 42px;
  }
  #ry-swiper-box {
    width: 1210px;
  }
  #ry-swiper-box .ry-swiper,
  .friend-swiper-box {
    padding: 0 60px;
  }
  .friend-swiper-box .lx-prev {
    left: 0;
  }
  .friend-swiper-box .lx-next {
    right: 0;
  }
  .contact-section .y-1210 div span,
  .contact-section .y-1210 div p {
    font-size: 17px;
  }
  .contact-section .y-1210 div::after {
    height: 80px;
  }
  .gain-section {
    padding: 92px 0 72px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    font-size: 36px;
  }
  .company-wrap .company-font p {
    margin-top: 24px;
  }
  .jysp-title h3 {
    font-size: 28px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .gain-section .y-1210 {
    padding: 66px 70px 40px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 18px;
  }
  .ryzz-section {
    padding-bottom: 125px;
  }
  .ryzz-menu .ryzz-menu-item {
    font-size: 15px;
    width: 126px;
    height: 39px;
    line-height: 39px;
  }
  .ryzz-menu {
    margin: 35px 0 48px;
  }
  .lx-next::after,
  .lx-prev::after {
    font-size: 40px;
  }
  .friend-swiper-box {
    margin: 40px 0 75px;
  }
}
@media (max-width: 1300px) {
  .jysp-title h3 {
    font-size: 27px;
  }
  .company-wrap {
    margin-top: 40px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    font-size: 34px;
  }
  .company-wrap .company-font .company-img div img {
    width: 310px;
  }
  .company-wrap .company-font .company-img div {
    padding: 20px 41px;
  }
  .company-wrap .company-font p {
    margin-top: 22px;
  }
  .gain-section {
    padding: 88px 35px 65px;
    margin-top: 105px;
  }
  .gain-section .y-1210 {
    padding: 66px 52px 40px;
  }
  .gain-section .y-1210 .gain-title img {
    width: 100px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 17px;
  }
  .gain-section .y-1210 .gain-item table {
    margin: 30px 0 42px;
  }
  .ryzz-menu {
    margin: 31px 0 42px;
  }
  .ryzz-section {
    padding-bottom: 120px;
  }
  #ry-swiper-box {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact-section .y-1210 div span,
  .contact-section .y-1210 div p {
    font-size: 16px;
  }
  .contact-section .y-1210 ul li span,
  .contact-section .y-1210 ul li {
    font-size: 15px;
  }
  .friend-swiper-box {
    margin: 36px 0 70px;
  }
}
@media (max-width: 1200px) {
  .jysp-title h3 {
    font-size: 26px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    font-size: 30px;
  }
  .company-wrap .company-font .company-img div img {
    width: 276px;
  }
  .company-wrap .company-font .company-img div {
    padding: 16px 32px;
  }
  .company-wrap .company-num div:nth-of-type(2) {
    margin-top: 48px;
  }
  .company-wrap .company-num div p:nth-of-type(1) {
    font-size: 15px;
  }
  .company-wrap .company-font p {
    margin-top: 17px;
    line-height: 1.8;
  }
  .company-wrap {
    margin-top: 38px;
  }
  .gain-section {
    padding: 70px 35px 60px;
    margin-top: 98px;
  }
  .gain-section .y-1210 {
    padding: 56px 40px 30px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .gain-section .y-1210 .gain-title img {
    width: 88px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 16px;
  }
  .gain-section .y-1210 .gain-item table {
    margin: 25px 0 38px;
  }
  .ryzz-menu .ryzz-menu-item {
    width: 116px;
    height: 39px;
    line-height: 39px;
  }
  .ryzz-menu .ryzz-menu-item:nth-of-type(1) {
    margin-right: 22px;
  }
  .ryzz-menu {
    margin: 25px 0 35px;
  }
  .lx-next::after,
  .lx-prev::after {
    font-size: 30px;
  }
  #ry-swiper-box .ry-swiper,
  .friend-swiper-box {
    padding: 0 46px;
  }
  .ryzz-section {
    padding-bottom: 95px;
  }
  #ry-swiper-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .friend-swiper-box {
    margin: 31px 0 65px;
  }
  .contact-section .y-1210 ul {
    padding-left: 35px;
  }
  .contact-section .y-1210 div {
    padding: 0 17px 0 12px;
  }
  .contact-section .y-1210 div span,
  .contact-section .y-1210 div p {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .company-wrap {
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .company-wrap .company-font {
    width: 100%;
  }
  .company-wrap .company-font .company-img div {
    transform: translateX(0);
    padding: 12px 24px;
  }
  .company-wrap .company-num div:nth-of-type(2) {
    margin-top: 0;
  }
  .company-wrap .company-num {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
  }
  .jysp-title h3 {
    font-size: 22px;
  }
  .company-wrap .company-font .company-img div img {
    width: 230px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    text-align: center;
    font-size: 26px;
  }
  .company-wrap .company-num div p:nth-of-type(1) {
    font-size: 14px;
  }
  .company-wrap .company-font p {
    margin-top: 15px;
  }
  .gain-section {
    padding: 45px 25px 40px;
    margin-top: 60px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 23px;
    margin-bottom: 18px;
  }
  .gain-section .y-1210 {
    padding: 35px 22px 5px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 15px;
  }
  .gain-section .y-1210 .gain-item table {
    margin: 18px 0 28px;
  }
  #ry-swiper-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ryzz-menu {
    justify-content: center;
    margin: 18px 0 28px;
  }
  .ryzz-menu .ryzz-menu-item {
    font-size: 14px;
    width: 112px;
    height: 37px;
    line-height: 37px;
  }
  .ryzz-section {
    padding-bottom: 50px;
  }
  .friend-swiper-box {
    margin: 22px 0 60px;
  }
  .gain-section .y-1210 .gain-title img {
    width: 80px;
  }
  .contact-section .y-1210 {
    flex-wrap: wrap;
  }
  .contact-section .y-1210 ul,
  .contact-section .y-1210 div {
    width: 100%;
  }
  .contact-section .y-1210 div {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(210, 210, 210, 0.3);
  }
  .contact-section .y-1210 ul {
    padding-left: 0;
  }
  .contact-section .y-1210 div::after {
    display: none;
  }
  .contact-section .y-1210 div span,
  .contact-section .y-1210 div p {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .contact-section .y-1210 ul li span,
  .contact-section .y-1210 ul li {
    font-size: 14px;
  }
  .contact-section .y-1210 ul li:nth-last-of-type(1) {
    padding-top: 8px;
  }
  .contact-section {
    padding: 20px 0;
  }
  .company-wrap .company-num div {
    width: 50%;
    text-align: center;
  }
  #ry-swiper-box .ry-swiper .mySwiper .swiper-wrapper .swiper-slide img{
    max-height: none;
  }
}
@media (max-width: 767px) {
  .jysp-title h3 {
    font-size: 18px;
  }
  .company-wrap .company-num div p:nth-of-type(2) {
    text-align: center;
    font-size: 18px;
  }
  .company-wrap {
    margin-top: 12px;
  }
  .company-wrap .company-font .company-img div img {
    width: 185px;
  }
  .company-wrap .company-font .company-img div {
    padding: 6px 15px;
  }
  .company-wrap .company-font p {
    margin-top: 12px;
  }
  .gain-section {
    padding: 23px 10px 28px;
    margin-top: 60px;
  }
  .gain-section .y-1210 .gain-title {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .gain-section .y-1210 {
    padding: 20px 8px 1px;
  }
  .gain-section .y-1210 .gain-item p {
    font-size: 14px;
  }
  .gain-section .y-1210 .gain-item table {
    margin: 14px 0 22px;
  }
  .gain-section .y-1210 .gain-item table tr th,
  .gain-section .y-1210 .gain-item table tr td {
    padding: 5px 8px;
  }
  .gain-section .y-1210 .gain-item table tr th:nth-of-type(1),
  .gain-section .y-1210 .gain-item table tr td:nth-of-type(1) {
    width: 8.98%;
  }
  .gain-section .y-1210 .gain-item table tr th:nth-of-type(4),
  .gain-section .y-1210 .gain-item table tr td:nth-of-type(4) {
    width: 12.12%;
  }
  #ry-swiper-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ryzz-menu {
    margin: 12px 0 22px;
  }
  .ryzz-menu .ryzz-menu-item {
    font-size: 13px;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .lx-next::after,
  .lx-prev::after {
    font-size: 24px;
  }
  #ry-swiper-box .ry-swiper,
  .friend-swiper-box {
    padding: 0 32px;
  }
  .ryzz-section {
    padding-bottom: 35px;
  }
  .friend-swiper-box {
    margin: 13px 0 40px;
  }
  .contact-section .y-1210 {
    padding: 0 20px;
  }
  .contact-section .y-1210 ul li {
    width: 100%;
  }
  .contact-section .y-1210 ul li:nth-last-of-type(1) {
    padding-top: 0;
  }
  .contact-section .y-1210 ul li:nth-of-type(2) {
    padding: 8px 0;
  }
  .contact-section {
    padding: 16px 0;
  }
  .gain-section .y-1210 .gain-title img {
    width: 60px;
  }
}



/* 搜索页面 */
#search-wrap{
  overflow: hidden;
}
#search-wrap .product-item .product-menu{
  padding-left: 0;
}
#search-page{
  margin-top: 12px;
}
#search-page ul li{
  background-color: #fff;
}
.page-box ul li:hover a, .page-box ul .active a{
  background-color: #71c4a3;
}



/* 后加内容 */
.ts{
  font-size: 18px; text-align: center; padding: 20px 0 30px;display: none;
}
@media (max-width:767px){
  .ts{
    font-size: 16px;
    padding: 8px 0 14px;
  }
}