@charset "UTF-8";
body {
  background: #fff;
  font-family: "microsoft yahei","微软雅黑",stxihei;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow: auto;
}

.one-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevent line breaks */
}

.two-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.appIndex {
  height: 100vh;
  overflow: auto;
}

.error-text {
  color: red;
}

/*  公共 */
/* 骨架屏样式 */
.skeleton {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.skeleton-header {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.skeleton-logo {
  width: 100px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-nav {
  margin-left: 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.skeleton-nav-item {
  width: 100px;
  height: 30px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skeleton-section {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton-title {
  width: 50%;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-text {
  width: 100%;
  height: 15px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

/* 手机端导航列表样式 */
.mobile-nav {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 0px;
  /* 根据需要调整 */
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  padding: 10px 0;
  height: 100vh;
}

.mobile-nav-close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  align-items: center;
  font-size: 60px;
}

.news-box-phone .img-text-box {
  display: flex;
  padding: 30px;
  border-top: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
}

.news-box-phone .img-text-box .text-box2 {
  flex: 1;
}

.news-box-phone .img-text-box .text-title {
  font-size: 36px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  margin-bottom: 20px;
}

.news-box-phone .img-text-box .text-time {
  font-size: 31px;
}

.news-box-phone .img-text-box .box-img {
  width: 212px;
  height: 115px;
  padding-right: 30px;
}

.news-box-phone .img-text-box .box-img img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.mobile-nav a {
  display: block;
  padding: 30px 30px;
  text-decoration: none;
  color: #333;
  font-size: 36px;
  border-bottom: 1px solid #ccc;
  transition: all 0.6s linear;
}

.mobile-nav a.active {
  color: #007bff;
}

.mobile-nav a:hover {
  background-color: #f5f5f5;
}

.nav .nav_div {
  width: max-content;
  margin: 0 auto;
}

/*  top  */
header {
  width: 100%;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1);
}

header .top {
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
  background: #fff;
  color: #333;
  border: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.product-phone {
  padding: 20px;
  box-sizing: border-box;
}

.product-phone .product-phone-top {
  background-color: #fff;
  padding-bottom: 60px;
}

.top-phone {
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
  background: #fff;
  color: #333;
  border: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.top-phone .top-phone-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.top .atv:hover {
  font-weight: bold;
  color: #0096DB;
}

.top .atv.active {
  font-weight: bold;
  color: #0096DB;
  position: relative;
}

.top .atv.active .icon {
  width: 30px;
  height: 3px;
  background-color: #0096DB;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.top .phone {
  width: 136px;
  height: 35px;
  background: #42CFC7;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.top .phone:active {
  transform: scale(1.3);
  transition: all 0.6s ease-in-out;
}

.phone .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 3px;
}

.topContainer {
  width: 262px;
  height: 51px;
}

.topContainer img {
  width: 100%;
  height: 100%;
}

/*  nav  */
.nav-icon {
  width: 41px;
  height: 46px;
  margin-left: 30px;
}

.nav-icon img {
  width: 100%;
  height: 100%;
}

.list1-title {
  font-size: 36px;
  color: #333333;
  margin: 30px 0;
}

.list1-box {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.list1-box .list1-item {
  width: 278px;
  height: 347px;
  background: #EFEFEF;
  cursor: pointer;
}

.list1-box .list1-item:hover {
  transform: scale(1.06);
  transition: all 0.3s ease-in-out;
}

.list1-box .list1-item img {
  width: 100%;
  height: 278px;
  object-fit: contain;
}

.list1-box .list1-item .list1-item-text {
  font-size: 18px;
  color: #333333;
  width: 100%;
  text-align: center;
  line-height: 69px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* banner */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.swiper-container .swiper-wrapper img {
  width: 100%;
  object-fit: cover;
}

.nav_center {
  width: 100%;
  height: 90px;
  background-color: #0aa1a7;
}

.nav_center ul {
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
}

.nav_center ul li {
  float: left;
  height: 90px;
  line-height: 90px;
  width: 240px;
  text-align: center;
}

.nav_center ul li a span {
  float: left;
  width: 170px;
  text-align: right;
  font-size: 16px;
}

.nav_center ul li.icon_1 a span {
  background: url(../images/zjyn.png) no-repeat center;
}

.nav_center ul li.icon_2 a span {
  background: url(../images/zjjs.png) no-repeat center;
}

.nav_center ul li.icon_3 a span {
  background: url(../images/hzfw.png) no-repeat center;
}

.nav_center ul li.icon_4 a span {
  background: url(../images/jktj.png) no-repeat center;
}

.nav_center ul li.icon_5 a span {
  background: url(../images/fwzn.png) no-repeat center;
}

.nav_center ul li.visited {
  background-color: #0ed6de;
}

.nav_center ul li.active {
  background-color: #0ed6de;
}

.nav_center ul li:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0ed6de;
}

.nav_center ul li a {
  line-height: 90px;
  color: #fff;
  text-decoration: none;
}

.sj {
  width: 1235px;
  margin: 0px auto;
  padding-bottom: -20px;
  position: relative;
  padding-top: 1px;
}

.nav_center_bottom {
  height: 22px;
  width: 40px;
  background: url(../images/sj.png) no-repeat left;
  margin-top: -2px;
}

/* container */
.partner-title {
  font-size: 66px;
  color: #0353A5;
  text-align: center;
  padding: 69px 0;
}

.partner-title-f {
  font-size: 66px;
  color: #fff;
  text-align: center;
  padding: 69px 0;
}

.img-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-list .img-item {
  width: 387px;
  height: 504px;
  position: relative;
}

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

.banner-indicators {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 420px;
  transform: translateX(-50%);
}

.banner-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.banner-indicator.active {
  background-color: #000;
}

.img-list .img-item .text {
  position: absolute;
  top: 43px;
  left: 31px;
  padding-right: 30px;
}

.img-list .img-item .text .title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}

.img-list .img-item .text .p {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-top: 20px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.mySwiperProject {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  /* height: 400px; */
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px !important;
}

.mySwiperProject .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 40px;
  justify-content: center;
}

.banner2 {
  height: 480px;
  position: relative;
}

.banner-prev {
  position: absolute;
  left: -4%;
  text-align: right;
  bottom: 50%;
  transform: translateY(-50%);
  background: url("../images/shanjiao.png");
  background-size: 100% 100%;
  width: 23px;
  height: 30px;
}

.banner-prev:hover {
  position: absolute;
  left: -4%;
  text-align: right;
  bottom: 53%;
  transform: translateY(-50%);
  background: url("../images/shanjiaoactive.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
  width: 23px;
  height: 30px;
}

.banner-next {
  position: absolute;
  right: -4%;
  text-align: right;
  bottom: 50%;
  transform: translateY(-50%);
  background: url("../images/shanjiao.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
  width: 23px;
  height: 30px;
}

.banner-next:hover {
  background: url("../images/shanjiaoactive.png");
  background-size: 100% 100%;
  transform: rotate(0deg);
}

.banner2 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  min-width: 1120px;
  box-sizing: border-box;
  padding: 10px;
  align-content: flex-start;
}

.banner2-pics {
  display: flex;
  box-sizing: border-box;
}

.swiper-pagination2 {
  text-align: center;
}

.swiper-wrapper {
  cursor: pointer;
}

.mySwiperProject .swiper-slide2 {
  height: 70px;
  box-sizing: border-box;
  width: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: bold;
  font-size: 11px;
  color: #333333;
  box-sizing: border-box;
  padding: 6px 8px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  line-height: 1.4;
}

.mySwiperProject .swiper-slide2 img {
  width: 42px;
  height: 42px;
  margin-right: 6px;
}

.mySwiperProject2 {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.mySwiperProject2 .swiper-slide {
  width: 284px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}

.mySwiperProject2 .swiper-slide img {
  object-fit: cover;
}

.mySwiperProject2 .swiper-wrapper {
  display: flex;
  gap: 20px;
}

.mySwiperProject2 .swiper-slide .text {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.fazhan {
  height: 1070px;
  width: 100%;
  background: url("../images/fachan.png");
  background-size: 100% 100%;
}

.toolbar {
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 20px;
  right: 20px !important;
  box-sizing: border-box;
}

.my-img-title {
  width: 100%;
  height: 66px;
  background: #F8F8F8;
  line-height: 66px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
}

.mySwiperProject2 .swiper-slide img {
  width: 237px;
  height: 251px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 18px;
  object-fit: contain;
  font-size: 15px;
  color: #333333;
}

.swiper-button-next {
  right: 2px !important;
}

.swiper-button-prev {
  left: 2px !important;
}

.swiper-button-prev:after {
  transform: scale(0.5);
  color: #0353A5;
}

.swiper-button-next:after {
  transform: scale(0.5);
  color: #0353A5;
}

.echarts-bg {
  width: 100%;
  background: url(../images/echarts_bg.png);
  height: 1000px;
  background-size: 100% 100%;
}

.echarts-bg .container {
  max-width: 1200px;
  margin: 0 auto;
}

.echarts-bg .title {
  font-size: 66px;
  color: #FFFFFF;
  line-height: 87px;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

.echarts-bg .info {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
}

.echarts-bg .text {
  font-size: 18px;
  font-weight: 400;
  width: 782px;
}

.product-phone-box {
  display: none;
}

.product-content-box {
  display: none;
}

.product-content {
  display: flex;
  flex-direction: column;
  height: 688px;
  background: url(../images/tai_zhoujing.png);
  background-size: 100% 100%;
  margin-bottom: 76px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.partner-content {
  display: flex;
  flex-direction: column;
  height: 688px;
  background: url(../images/partner_bg.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.news-content {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.news-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 56px;
  color: #0353A5;
  margin-top: 58px;
  width: 100%;
}

.img-text-box:hover .news-icon {
  background-color: #0098DD;
}

.img-text-box:hover .box-title {
  color: #0098DD;
}

.img-text-box:hover .text-box {
  color: #0098DD;
}

.img-text-box:hover .news-more {
  color: #0098DD;
}

.news-title .news-more:hover {
  cursor: pointer;
  color: #0098DD;
}

.box-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-box {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-icon {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 22px;
  height: 3px;
  background-color: #333;
  z-index: 99;
}

.news-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: 58px;
  margin-bottom: 58px;
}
.news-box a {
    width: calc(25% - 20px);
}
.img-text-box {
  width: 100%;
  cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.img-text-box:hover{
  box-shadow: rgba(1, 130, 150, .2) 0px 0px 30px;
}

.img-text-box img {
  width: 100%;
  height: 147px;
  margin-top: 40px;
  margin-bottom: 20px;
  object-fit: cover;
}

.img-text-box .text-box {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.news-title .news-more {
  font-size: 14px;
  color: #333;
  line-height: 60px;
}

.product-content .product-container {
  width: 1200px;
  margin: 0 auto;
}

.product-title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  white-space: nowrap;
  margin-top: 71px;
}

.product-icon {
  width: 58px;
  height: 2px;
  margin: 23px 0;
  background-color: #333;
}

.product-content-text {
  width: 608px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  min-height: 238px;
  overflow: hidden;
}
.product-content-text span{
  text-wrap-mode:wrap !important;
}
.product-content-text-item span{
  text-wrap-mode:wrap !important;
}
.product-content-text >>> span{
  text-wrap-mode:wrap !important;
}
.product-phone-more {
  float: right;
  margin-top: 30px;
}

.product-phone-bottom {
  height: 344px;
  background: url(../images/tai_zhoujing.png);
  background-size: 100% 100%;
}

.product-phone-bottom .product-pbox .pbox-text {
  font-size: 26px;
}

.product-phone-bottom .product-pbox .pbox-title {
  font-size: 54px;
}

.product-phone-bottom .product-pbox {
  width: 45%;
  padding-left: 30px;
}

.product-phone-bottom .pbox-item {
  width: 45%;
}

.product-phone-text {
  font-size: 36px;
  line-height: 1.5;
  height: 260px;
  overflow: hidden;
  color: #666;
  background-color: #fff !important;
}

.product-phone-text div {
  background-color: #fff !important;
  color: #666;
}

.product-phone-text span {
  background-color: #fff !important;
  color: #666;
}

.content-text {
  width: 1203px;
  height: 431px;
  background: url("../images/tai_zhoujing.png");
  background-size: 100% 100%;
  margin-top: -60px;
}

.content-text .text {
  width: 612px;
  font-size: 16px;
  color: #000000;
  padding-top: 70px;
}

.product-content .product-pbox {
  margin-top: 37px;
  width: 330px;
  display: flex;
  justify-content: space-between;
  row-gap: 53px;
  flex-wrap: wrap;
}

.product-pbox {
  margin-top: 37px;
  width: 330px;
  display: flex;
  justify-content: space-between;
  row-gap: 53px;
  flex-wrap: wrap;
}

.product-pbox .pbox-title {
  font-weight: bold;
  font-size: 36px;
  color: #0353A5;
}
.product-pbox .pbox-title .numCX {
  font-weight: bold;
  font-size: 36px;
  color: #0353A5;
}

.pbox-item {
  width: 150px;
}

.product-pbox .pbox-text {
  font-size: 16px;
  margin-top: 8px;
}

.pbox-title span {
  font-size: 16px;
}

.product-content .product-title-en {
  font-size: 23px;
  white-space: nowrap;
  text-align: center;
  color: #999999;
  margin-bottom: 25px;
}

.product-content .product-list {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 32px;
}

.main-content {
  display: flex;
  row-gap: 38px;
  column-gap: 67px;
  flex-grow: 1;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 30px;
  padding-top: 32px;
  padding-bottom: 18px;
  border-top: 1px solid #DAE4E0;
}

.list-nav {
  height: 60px;
  background: #EFEFEF;
  position: sticky;
  top: 100px;
  z-index: 9999;
}

.list-nav-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 46px;
  height: 100%;
}

.list-nav .list-nav-title {
  position: relative;
  font-size: 16px;
  color: #333333;
}

.list-nav .list-nav-title.active {
  color: #0096DB;
  font-weight: bold;
}

.list-nav .list-nav-title.active .icon {
  color: #0096DB;
  font-weight: bold;
  display: block;
}

.list-nav .list-nav-title:hover {
  color: #0096DB;
  font-weight: bold;
  cursor: pointer;
}

.background-f {
  background-color: #fff;
  width: 100%;
}

.list-nav .list-nav-title .icon {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #0096DB;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: none;
  transition: all 0.2s ease-in-out;
}

.product-content .product-process-img {
  max-width: 1200px;
  margin: 84px 0;
}

.product-content .product-process-img img {
  width: 100%;
}

.product-process-img {
  max-width: 1200px;
  margin: 84px 0;
}

.product-process-img img {
  width: 100%;
}

.product-content .product-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.main_content {
  min-height: 740px;
  margin: 0px auto;
  padding: 0px 25px  0px;
  background: #f8f8f8;
}

.main-content .product-item img {
  width: 115%;
  height: 400px;
  object-fit: cover;
}

.product-item:hover {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.product-content .item-title {
  font-size: 13px;
  background-color: #fff;
  padding: 15px 13px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main {
  max-width: 1200px;
  height: auto;
  margin: 0px auto 0px;
  padding: 0px;
}

.main-content .item-title {
  font-size: 13px;
  background-color: #fff;
  padding: 15px 13px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-content .product-item {
  width: 237px;
}

.main-content .product-item {
  width: 237px;
}

.product-more {
  width: 128px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #979797;
  font-size: 11px;
  text-align: center;
  line-height: 42px;
  margin-top: 31px;
  cursor: pointer;
  user-select: none;
}

.product-more:active {
  background-color: rgba(66, 207, 199, 0.2);
}

.gradient-box {
  padding: 7px 12px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #00A3FF 0%, rgba(52, 182, 255, 0) 100%);
  width: 100%;
}

.gradient-title {
  font-size: 12px;
  color: #333333;
  max-width: 1200px;
}

.gradient-title img {
  margin: 70px 0;
  width: 100%;
}

.gradient-title p {
  padding: 5px 0;
  width: 100%;
  line-height: 1.3;
}

.gradient-title h3 {
  padding: 10px 0 5px 0;
}

.gradient-title h1, .gradient-title h2, .gradient-title h4, .gradient-title h5 {
  padding: 10px 0 5px 0;
}

.tabs {
  display: flex;
  gap: 98px;
  font-size: 19px;
  color: #333333;
  justify-content: space-between;
  width: 800px;
}

.tabs .tabs-item {
  cursor: pointer;
  position: relative;
}

.tabs .tabs-item:active {
  color: #42CFC7;
  font-weight: bold;
}

.tabs .tabs-item.active {
  color: #42CFC7;
  font-weight: bold;
}

.tabs .tabs-item:hover {
  color: #42CFC7;
  font-weight: bold;
}

.tabs .tabs-item .icon {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  border: 2px solid #42CFC7;
  background-color: #42CFC7;
}

.row {
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.row div.row_left {
  width: 390px;
  float: left;
}

.row div.row_left h2.title_header {
  height: 50px;
  border-bottom: 2px solid #dddddd;
  color: #0AA1A7;
  line-height: 50px;
  width: 390px;
}

.row div.row_left h2.title_header span {
  display: inline-block;
  border-bottom: 3px solid #0AA1A7;
  font-size: 16px;
}

.row h2.title_header a.more {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 3px;
  text-decoration: none;
}

a.more {
  color: #0AA1A7;
}

.row div ul li {
  margin-top: 12px !important;
  position: relative;
  line-height: 30px;
  height: 30px;
  width: 390px;
}

.row div ul li a.columnName {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0AA1A7;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 2px 5px;
  text-decoration: none;
  text-align: center;
}

.row div ul li a.title_type {
  float: right;
  display: block;
  color: #666;
  font-size: 14px;
  width: 330px;
}

.row div ul li a.title_type:hover {
  color: #0AA1A7;
}

.row div ul li a.title_type:active {
  color: #0AA1A7;
}

.row div ul li a.title_type2 {
  display: block;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.row div ul li a.title_type2:hover {
  color: #0AA1A7;
}

.row div ul li a.title_type2:active {
  color: #0AA1A7;
}

.row div ul li a.title_type2:visited {
  color: #0AA1A7;
}

ul li a.columnName:hover, ul li a.title_type:hover {
  color: #0AA1A7;
}

.row div ul li a span.date {
  display: block;
  float: right;
  padding-left: 20px;
}

.row div.row_right {
  width: 720px;
  float: right;
}

.row h2.title_headerr {
  float: right;
  height: 50px;
  border-bottom: 2px solid #dddddd;
  color: #0AA1A7;
  line-height: 50px;
  width: 720px;
}

.row h2.title_headerr a.more {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 3px;
  text-decoration: none;
}

a.more {
  color: #0AA1A7;
}

.row div.row_right h2.title_headerr span {
  display: inline-block;
  border-bottom: 3px solid #0AA1A7;
  font-size: 16px;
}

.row div.pd10-0 {
  text-decoration: none;
}

.bimg li.undis a img {
  width: 280px;
  height: 200px;
  margin-top: 10px;
}

.W410 {
  width: 420px;
  height: 225px;
}

.f1 {
  float: left;
}

ul li a.title_type {
  text-decoration: none;
}

ul.article_list_2 li a.title_type font.font {
  line-height: 39px;
  border-bottom: 1px solid #ededed;
  float: left;
  display: block;
}

ul.article_list_2 li span.span_date {
  float: right;
  font-size: 12px;
  color: #666666;
  padding-left: 15px;
}

.row div.row_right2 {
  float: right;
  padding: 0px;
  margin: 0px;
}

.row div ul li.article_box {
  margin-top: 12px;
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 390px;
  list-type: none;
}

.row div ul li.Li_Odd {
  margin-top: 12px;
  position: relative;
  line-height: 30px;
  height: 30px;
  width: 420px;
}

.Li_New {
  width: 400px;
  line-height: 30px;
  height: 30px;
}

.footer {
  background-color: #eee;
}

.footer .bg-img {
  width: 1200px;
  height: 427px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  box-sizing: border-box;
  position: relative;
}

.bg-img .bg-title-box {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.bg-img .bg-title-box .bg-title {
  font-size: 18px;
  font-weight: bold;
}

.bg-img .bg-title-box .bg-title-en {
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
}

.footer-f {
  background-color: #fff;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-f .footer-b {
  font-size: 14px;
  color: #999999;
}

.footer .bg-nav-box {
  margin: 19px 0;
  width: 100%;
  display: flex;
  gap: 65px;
}

.footer .bg-nav-box .bg-nav-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.footer .bg-nav-box .bg-nav-text {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-adress {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 24px;
}

.footer-code {
  position: absolute;
  right: 0;
  bottom: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  color: #9F9F9F;
}

.footer-code img {
  width: 123px;
  height: 123px;
  margin-bottom: 20px;
  transition: all 0.6s linear;
}
.footer-code img:hover {
  transform: scale(1.2);
}

.FriendLink {
  padding: 20px 25px 20px 0px;
  width: 1160px;
  background: #FFFFFF;
}

.friendLink {
  width: 1120px;
  margin: 0 0 0 20px;
  padding: 20px;
  border: 1px solid #CCCCCC;
}

.picMarquee-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-left .hd {
  overflow: hidden;
  height: 30px;
  float: left;
  line-height: 30px;
  padding-right: 10px;
}

.picMarquee-left .bd {
  float: left;
  width: 1000px;
  height: 30px;
}

.picMarquee-left .bd ul li {
  margin: 0 16px;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  float: right;
  width: 130px;
}

.picMarquee-left .bd ul li a {
  text-decoration: none;
  color: #999999;
}

.picMarquee-left .bd ul li a:hover {
  color: #0AA1A7;
}

.picMarquee-left .bd ul li a:active {
  color: #0AA1A7;
}

ul.Dep_list {
  height: 214px;
}

ul.Dep_list .children {
  background: #0ED6DE no-repeat 140px center;
}

ul.Dep_list li {
  line-break: 38px;
  float: left;
  width: 156px;
  background: #0ED6DE;
  position: relative;
  text-align: center;
  margin-right: 40px;
  border-radius: 5px;
  margin-top: 16px;
  cursor: pointer;
}

ul.Dep_list li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

ul.Dep_list li a:hover {
  color: #FFFFFF;
}

ul.Dep_list li a:active {
  color: #FFFFFF;
}

.row div ul.Dep_list li {
  margin-top: 12px;
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 200px;
}

.row div ul.Dep_list li span {
  width: 50px;
}

/* 分页样式 */
.pageNum {
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pageNum .pageForm input {
  width: 40px;
  text-align: center;
  border: 1px solid #DADADA;
}

.pageNum span,
.pageNum a {
  color: #000;
  margin: 0 6px;
  line-height: 24px;
}

.pageNum a.pagePrev,
.pageNum a.pageNext {
  font-size: 16px;
  font-weight: bold;
  font-family: "宋体";
  color: #42CFC7;
}

.pageNum a.active {
  color: #42CFC7;
}

.pageNum a.disabled {
  color: #ccc;
}

.pageNum form {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
}

.pageNum form input {
  width: 60px;
  height: 22px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 22px;
  color: #666;
  vertical-align: top;
  *vertical-align: middle;
}

.pageNum form button {
  height: 24px;
  padding: 0 14px;
  background: #42CFC7;
  color: #fff;
  vertical-align: top;
  cursor: pointer;
  *vertical-align: middle;
}

.pageNum .pageForm {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
}

.pageNum .pageForm input {
  width: 60px;
  height: 22px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 22px;
  color: #666;
  vertical-align: top;
  *vertical-align: middle;
}

.pageNum .pageForm button {
  height: 24px;
  padding: 0 14px;
  background: #42CFC7;
  color: #fff;
  vertical-align: top;
  border: none;
  cursor: pointer;
  *vertical-align: middle;
}

/*滚动图片样式 end*/
.news_img {
  border: #dbdada 1px solid;
  WIDTH: 280px;
  padding: 5px;
  FLOAT: left;
  HEIGHT: 200px;
  OVERFLOW: hidden;
  margin-top: 10px;
}

#slideContainer A IMG {
  BORDER-BOTTOM: medium none;
  BORDER-LEFT: medium none;
  BORDER-TOP: medium none;
  BORDER-RIGHT: medium none;
}

#slideContainer .block {
  MARGIN: 10px 10px 0px;
}

#slideContainer .slideshow {
  CLEAR: both;
}

#slideContainer .slideshow LI {
  POSITION: relative;
  OVERFLOW: hidden;
}

#slideContainer .slideshow SPAN.title {
  POSITION: absolute;
  font-weight: bold;
  TEXT-ALIGN: center;
  WIDTH: 280px;
  BOTTOM: 0px;
  MARGIN-BOTTOM: 0px;
  HEIGHT: 30px;
  COLOR: #000 !important;
  FONT-SIZE: 12px;
  TOP: 155px;
  LEFT: 0px;
  background: #CCC;
}

#slideContainer .slidebar LI {
  TEXT-ALIGN: center;
  LINE-HEIGHT: 20px;
  WIDTH: 20px;
  FLOAT: left;
  HEIGHT: 20px;
  FONT-SIZE: 10px;
  CURSOR: pointer;
  MARGIN-RIGHT: 1px;
}

#slideContainer A:hover {
  COLOR: #a50001;
  TEXT-DECORATION: underline;
}

#slideContainer .slidebar {
  POSITION: absolute;
  WIDTH: 108px;
  TOP: 120px;
  LEFT: 185px;
}

#slideContainer .slideshow SPAN.title {
  BACKGROUND: #ffffff;
  COLOR: #333333;
  OVERFLOW: hidden;
}

.slidebar LI {
  BACKGROUND: #000;
  COLOR: #fff;
  OVERFLOW: hidden;
}

#slideContainer .slidebar LI.on {
  BACKGROUND: #f00;
  COLOR: #fff;
  FONT-WEIGHT: 700;
}

#slideContainer .slideshow SPAN.title {
  TEXT-INDENT: 0px;
}

#slideContainer .block {
  POSITION: relative;
  MARGIN: 0px;
}

#slideContainer .comiis_wrap960 {
  MARGIN: 0px auto;
  WIDTH: 545px;
}

.comiis_wrapad {
  MARGIN: 0px auto;
  WIDTH: 280px;
}

#slideContainer .comiis_wrapad {
  MARGIN-TOP: 10px;
  OVERFLOW: hidden;
}

#slideContainer .comiis_wrapad IMG {
  MARGIN-TOP: 0px;
  FLOAT: left;
}

#slidesImgs LI {
  WIDTH: 545px;
  DISPLAY: none;
  HEIGHT: 355px;
}

/*滚动图片样式 end*/
/*滚动图片样式 end*/
#ws1 A IMG {
  BORDER-BOTTOM: medium none;
  BORDER-LEFT: medium none;
  BORDER-TOP: medium none;
  BORDER-RIGHT: medium none;
}

#ws1 .block {
  MARGIN: 10px 10px 0px;
}

#ws1 .slideshow {
  CLEAR: both;
}

#ws1 .slideshow LI {
  POSITION: relative;
  OVERFLOW: hidden;
}

#ws1 .slideshow SPAN.title {
  POSITION: absolute;
  font-weight: bold;
  TEXT-ALIGN: center;
  WIDTH: 280px;
  BOTTOM: 0px;
  MARGIN-BOTTOM: 0px;
  HEIGHT: 30px;
  COLOR: #000 !important;
  FONT-SIZE: 12px;
  TOP: 155px;
  LEFT: 0px;
  background: #CCC;
}

#ws1 .ws3 LI {
  TEXT-ALIGN: center;
  LINE-HEIGHT: 20px;
  WIDTH: 20px;
  FLOAT: left;
  HEIGHT: 20px;
  FONT-SIZE: 10px;
  CURSOR: pointer;
  MARGIN-RIGHT: 1px;
}

#ws1 A:hover {
  COLOR: #a50001;
  TEXT-DECORATION: underline;
}

#ws1 .ws3 {
  POSITION: absolute;
  WIDTH: 108px;
  TOP: 120px;
  LEFT: 185px;
}

#ws1 .slideshow SPAN.title {
  BACKGROUND: #ffffff;
  COLOR: #333333;
  OVERFLOW: hidden;
}

.ws3 LI {
  BACKGROUND: #000;
  COLOR: #fff;
  OVERFLOW: hidden;
}

#ws1 .ws3 LI.on {
  BACKGROUND: #f00;
  COLOR: #fff;
  FONT-WEIGHT: 700;
}

#ws1 .slideshow SPAN.title {
  TEXT-INDENT: 0px;
}

#ws1 .block {
  POSITION: relative;
  MARGIN: 0px;
}

#ws1 .comiis_wrap960 {
  MARGIN: 0px auto;
  WIDTH: 545px;
}

#ws1 .comiis_wrapad {
  MARGIN-TOP: 10px;
  OVERFLOW: hidden;
}

#ws1 .comiis_wrapad IMG {
  MARGIN-TOP: 0px;
  FLOAT: left;
}

#ws2 LI {
  WIDTH: 545px;
  DISPLAY: none;
  HEIGHT: 355px;
}

/*滚动图片样式 end*/
.block_6 {
  height: 841px;
  background: #0353A5;
  margin-top: 60px;
}

.card {
  width: 1200px;
  height: 559px;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
}

.card .card-img {
  width: 325px;
  height: 475px;
  margin-right: 25px;
}

.card-content {
  flex: 1;
}

.mySwiperProject2-box {
  width: 100%;
  background: url("../images/jitirongyu.png");
  background-size: 100% 100%;
  height: 624px;
  box-sizing: border-box;
}

.group_10 {
  background-color: #f4f8fc;
  width: 1200px;
  height: 252px;
}

.box_6 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/5191aa5b6db34320a4ef61492c11f57b_mergeImage.png);
  width: 325px;
  height: 202px;
  border: 1px solid #979797;
  margin: 30px 0 0 19px;
}

.box_7 {
  width: 801px;
  height: 166px;
  margin: 40px 35px 0 20px;
}

.text-group_5 {
  width: 504px;
  height: 75px;
}

.text-wrapper_37 {
  width: 305px;
  height: 31px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 31px;
}

.text_60 {
  width: 305px;
  height: 31px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 31px;
}

.text_61 {
  width: 305px;
  height: 31px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 31px;
}

.text_62 {
  width: 504px;
  height: 26px;
  overflow-wrap: break-word;
  color: #0353a5;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin-top: 18px;
}

.text_63 {
  width: 801px;
  height: 48px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin-top: 43px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

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

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.fazhan-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.mySwiperProject-box {
  width: 1120px;
}
.mySwiperProject-box .banner2-pics-li {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    width: 204px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiperProject-box .banner2-pics-li:hover {
    transform: scale(1.1);
}
.mySwiperProject-box .banner2-pics-li .slide-img {
    width: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
    max-height: 100%;
}

.top-phone {
  padding: 0 30px;
}

.top-phone-right {
  font-size: 41px;
}

@media screen and (max-width: 1300px) {
  .container, .nav_center ul, .mySwiperProject, .mySwiperProject2, .main, .main_content {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .banner2 ul {
    min-width: 93vw !important;
  }
  nav.top {
    box-sizing: border-box;
    padding: 18px 20px 12px 20px;
    font-size: 21px;
    height: auto;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .mySwiperProject2-box {
    width: 98vw;
    display: flex;
    box-sizing: border-box;
  }
  .mySwiperProject-box, .footer .bg-img {
    max-width: 93vw !important;
    overflow: hidden;
  }
  .header .top {
    width: 100% !important;
  }
  .product-content .product-list {
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .product-content .product-process-img {
    max-width: 100vw !important;
    padding: 0 0.8vw;
    box-sizing: border-box;
  }
  .product-process-img {
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .product-content .product-item {
    width: 22vw;
    box-sizing: border-box;
  }
  .main-content .product-item {
    width: 237px;
    flex-grow: 1;
  }
  .main-content .product-list, .main-content {
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .main-content .product-process-img {
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .product-process-img {
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .gradient-title {
    width: 100%;
  }
  .mySwiperProject {
    margin-left: 3vw;
  }
  .footer-f .footer-t {
    gap: 30px;
  }
  /* .swiper-container .swiper-wrapper{ 
		height:470px;
	}
	.swiper-container{
		height: 470px;
	}
	.banner_box img{
		height: 290px !important;
		object-fit: cover;
	} */
}



.call .map-box {
  background-color: #eee;
  width: 1200px;
  height: 633px;
}

.call .section_1 {
  width: 1201px;
  height: 157px;
  margin: 30px 0;
}

.call .section_2 {
  background-color: #0353a5;
  height: 157px;
  width: 387px;
}

.call .text-wrapper_2 {
  width: 191px;
  height: 102px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 51px;
  margin: 26px 0 0 44px;
}

.call .text_11 {
  width: 191px;
  height: 102px;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 51px;
}

.call .paragraph_1 {
  width: 191px;
  height: 102px;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 51px;
}

.call .text_12 {
  width: 191px;
  height: 102px;
  overflow-wrap: break-word;
  color: white;
  font-size: 27px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 51px;
}

.call .section_3 {
  background-color: #0096db;
  height: 157px;
  margin-left: 20px;
  width: 387px;
}

.call .text-wrapper_3 {
    width: 90%;
    padding-top: 32px;
    padding-left: 80px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
}

.call .paragraph_2 {
  width: 227px;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 34px;
}

.call .text_13 {
  width: 100%;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}

.call .text-wrapper_4 {
  background-color: #e1ebf6;
  height: 157px;
  margin-left: 20px;
  width: 387px;
}

.call .paragraph_3 {
  width: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin: 45px 0 0 0px;
  padding-left: 74px;
  box-sizing: border-box;
}
.call .text_14 {
  width: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  padding-left: 74px;
  box-sizing: border-box;
}

.zs {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/81c61ad57d834fae82821c9fe582f726_mergeImage.png);
  width: 100%;
  background-size: 100% 100%;
  height: 950px;
  padding-top: 60px;
  box-sizing: border-box;
}

.zs .image_3 {
  width: 25px;
  height: 1px;
}

.zs .block_1 {
  width: 1145px;
  height: 173px;
  margin: 0 auto;
}

.zs .text-group_1 {
  width: 479px;
  height: 173px;
}

.zs .zs_text_12 {
  width: 479px;
  height: 116px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 88px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 116px;
}

.zs .zs_text_13 {
  width: 396px;
  height: 47px;
  overflow-wrap: break-word;
  color: white;
  font-size: 36px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 47px;
  margin-top: 10px;
}

.zs .text-group_2 {
  width: 108px;
  height: 106px;
  margin: 41px 0 0 268px;
}

.zs .text_14 {
  width: 108px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 54px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
}

.zs .text_15 {
  width: 96px;
  height: 31px;
  overflow-wrap: break-word;
  color: white;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 31px;
  margin-top: 4px;
}

.zs .text-group_3 {
  width: 148px;
  height: 106px;
  margin: 41px 0 0 142px;
}

.zs .text-wrapper_3 {
  width: 148px;
  height: 71px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
}

.zs .text_16 {
  width: 148px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 54px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
}

.zs .text_17 {
  width: 148px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 71px;
}

.zs .text_18 {
  width: 96px;
  height: 31px;
  overflow-wrap: break-word;
  color: white;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 31px;
  margin: 4px 0 0 7px;
}

.zs .block_2 {
  width: 1178px;
  height: 135px;
  margin: 34px 0 0 30px;
}

.zs .paragraph_1 {
  width: 675px;
  height: 135px;
  overflow-wrap: break-word;
  color: #f7dbb4;
  font-size: 25px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: justify;
  line-height: 45px;
}

.zs .text-wrapper_4 {
  width: 112px;
  height: 106px;
  margin: 20px 0 0 72px;
}

.zs .text_19 {
  width: 108px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 54px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
  margin-left: 4px;
}

.zs .text_20 {
  width: 96px;
  height: 31px;
  overflow-wrap: break-word;
  color: white;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 31px;
  margin-top: 4px;
}

.zs .text-group_4 {
  width: 182px;
  height: 106px;
  margin: 20px 0 0 137px;
}

.zs .text-wrapper_5 {
  width: 182px;
  height: 71px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
}

.zs .text_21 {
  width: 182px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 54px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 71px;
}

.zs .text_22 {
  width: 182px;
  height: 71px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 71px;
}

.zs .text_23 {
  width: 72px;
  height: 31px;
  overflow-wrap: break-word;
  color: white;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 31px;
  margin: 4px 0 0 5px;
}

.zs .text-wrapper_6 {
  width: 458px;
  height: 131px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 87px;
  margin: 81px 0 0 30px;
}

.zs .text_24 {
  width: 458px;
  height: 131px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 66px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 87px;
}

.zs .text_25 {
  width: 458px;
  height: 131px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 99px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 87px;
}

.zs .text_26 {
  width: 458px;
  height: 131px;
  overflow-wrap: break-word;
  color: #e6b071;
  font-size: 66px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 87px;
}

.zs .zs-center {
  width: 1196px;
  height: 500px;
  background-color: #fff;
}

.zs .zs-center img {
  width: 100%;
}

.expert-list {
  display: flex;
  align-items: center;
  gap: 52px;
  flex-wrap: wrap;
}

.expert-list .expert-item {
  width: 365px;
}

.expert-list .expert-item img {
  width: 365px;
  height: 505px;
  margin-bottom: 8px;
}


@media screen and (max-width: 1100px) {
  .main_content {
    min-height: 880px;
  }
  nav.top {
    font-size: 26px;
  }
  .echarts-bg .info {
    font-size: 26px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .echarts-bg {
    height: 1050px;
  }
  .echarts-bg .text {
    font-size: 26px;
    width: 100%;
    box-sizing: border-box;
  }
  .banner2-pics-li {
    width: 254px;
    height: 137px;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .banner2-pics-li img {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    align-content: flex-start;
  }
  .banner2 {
    height: auto;
  }
  .banner2 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 46px;
    column-gap: 30px;
    min-width: 98vw !important;
    box-sizing: border-box;
    padding: 10px;
  }
  .partner-content {
    background-size: cover;
    height: 780px;
  }
  .product-list {
    flex-wrap: wrap;
    padding: 0 2vw;
  }
  .product-list .product-item {
    width: 48.4%;
    gap: 20px;
  }
  .product-content .product-item img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .swiper-container {
    height: 460px;
  }
  .swiper-container .swiper-wrapper img {
    height: 100%;
  }
  .item-title {
    font-size: 16px !important;
  }
  .tabs .tabs-item {
    font-size: 22px;
  }
  .product-more {
    font-size: 16px;
  }
  .mySwiperProject {
    height: 550px;
  }
  .main-content {
    gap: 50px;
  }
  .mySwiperProject2 {
    font-size: 18px;
  }
  .footer-f .footer-t {
    gap: 26px;
    font-size: 14px;
  }
  .footer-b-icon {
    font-size: 16px;
  }
  .footer-f .footer-b {
    font-size: 14px;
  }
  .main-content {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .main-content .my-img-title {
    font-size: 18px;
  }
  .pageNum {
    font-size: 20px;
  }
  .gradient-box {
    font-size: 24px;
  }
  .gradient-title {
    font-size: 20px;
  }
  .call .map-box {
    width: 100%;
  }
  .call .section_1 {
    width: 100%;
  }
  .call .section_2 {
    width: 32%;
  }
  .list1-box .list1-item {
    width: 48%;
  }
  .list-nav {
    padding: 0 20px;
    box-sizing: border-box;
  }
}