@charset "UTF-8";
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.logo_a {
  position: relative;
}

.logo_a img {
  width: 140px;
}

.footer {
  background: #333333;
  width: 100%;
  padding: 30px 5.2%;
  display: flex;
  /*justify-content: space-between;*/
}

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

.footer .left_box .code_box {
  text-align: center;
  width: 92px;
  text-align: center;
}

.footer .left_box .code_box img {
  width: 100%;
}

.footer .left_box .code_box .title {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer .left_box .lianxi_box {
  margin-left: 25px;
}

.footer .left_box .lianxi_box .phone_box {
  font-size: 24px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.footer .left_box .lianxi_box .phone_box span {
  display: inline-block;
  border-radius: 50%;
  background-color: #EB6124;
  padding: 8px;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.footer .left_box .lianxi_box .address {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer a {
  color: #FFFFFF;
  transition: all .4s linear;
}

.footer a:hover {
  color: #EB6124 !important;
}

.footer .right_box {
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
  justify-content: space-between;
  margin-left: 10%;
}

.footer .right_box .ban {
  font-size: 12px;
  font-weight: 300;
}

.footer .right_box .shiji {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

.label_box {
  width: 210px;
}

.label_box .title {
  font-size: 12px;
}

.label_box .select {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 34px;
  border: 1px solid #eee;
  cursor: pointer;
  z-index: 1;
}

.label_box .select:after {
  position: absolute;
  top: 16%;
  right: 13px;
}

.label_box .select .select_text {
  padding: 0 20px 0 10px;
  height: 35px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #AEB0AE;
}

.label_box .select_ul {
  display: none;
  position: absolute;
  top: 44px;
  left: -1px;
  width: 100%;
  min-width: 100%;
  border: 1px solid #D4D4D4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  flex-direction: column-reverse;
}

.label_box .select_ul li {
  line-height: 36px;
  text-indent: 10px;
  font-size: 14px;
}

.label_box .select_ul li:hover {
  color: #fff;
  background: #EB6124;
}

.label_box .select_ul li.cur {
  color: #fff;
  background: #EB6124;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.index_lunbo {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index_lunbo .title_box {
  position: absolute;
  left: 11%;
  text-align: initial;
}

.index_lunbo .title_box .en {
  font-size: 24px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.index_lunbo .title_box .title {
  font-size: 56px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 80px;
}

.index_lunbo .title_box .more {
  display: block;
  font-size: 16px;
  font-family: Arial-Regular,
 Arial;
  font-weight: 400;
  color: #FFFFFF;
}

.index_lunbo .title_box .more .heng {
  width: 10vw;
  height: 1px;
  background-color: #FFFFFF;
  margin: 10px 0;
  margin-right: 3vw;
  transform: translateY(5px);
}

.index_lunbo .index_jindu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 8%;
}

.index_lunbo .index_jindu .number {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 10px;
}

.index_lunbo .index_jindu .jindutiao {
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.index_lunbo .index_jindu .jindutiao .jindu {
  width: 30%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
}

.index_lunbo .swiper-slide-active .jindu {
  transition: jindu 2.5s 0s linear both;
  -webkit-animation: jindu 2.5s 0s linear both;
  -moz-animation: jindu 2.5s 0s linear both;
}

.index_lunbo .jiantou_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 9;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
  cursor: pointer;
  transition: all .4s linear;
}

.index_lunbo .jiantou_btn span {
  color: #fff;
}

.index_lunbo .jiantou_btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.index_lunbo .left_btn {
  left: 3%;
}

.index_lunbo .right_btn {
  right: 3%;
}

.vide_tianchuang {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.718);
}

.vide_tianchuang .tianchuang {
  width: 100%;
  height: 100%;
}

.vide_tianchuang #video {
  width: 100%;
  height: 100%;
}

.vide_tianchuang svg {
  width: auto;
  height: auto;
}

.vide_tianchuang .plu-video-container .plu-video-play-svg {
  right: 78px;
}

.vide_tianchuang .off {
  position: absolute;
  right: -5%;
  z-index: 999;
  top: -3%;
  cursor: pointer;
  color: #fff;
  display: inline;
}

.vide_tianchuang .off span {
  font-size: 30px;
}

.vide_tianchuang .container {
  position: relative;
  width: 50%;
  height: 60%;
}

.index_module {
  position: relative;
  padding: 0 4%;
  display: flex;
  background-color: #eef5fa;
}

.index_module .tab_content {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
}

.index_module .tab_content .tab {
  display: flex;
}

.index_module .tab_content .tab .tab_box {
  font-size: 22px;
  font-weight: 500;
  color: #4B4948;
}

.index_module .tab_content .tab .tab_box:nth-child(2) {
  margin-left: 3vw;
}

.index_module .tab_content .tab .tab_box:hover {
  color: #EB6124;
}

.index_module .tab_content .more {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.index_module .tab_content .more:hover {
  color: #EB6124;
}

.index_module .swiper-slide {
  background-color: #f3f7fa;
}

.index_module .news_box {
  width: 42%;
  border-right: 1px solid #e5e5e5;
}

.index_module .news_box .tab_content {
  padding-right: 30px;
}

.index_module .news_box .swiper-pagination {
  text-align: initial;
}

.index_module .news_box .swiper-pagination-bullet {
  background-color: #cccccc;
}

.index_module .news_box .swiper-pagination-bullet-active {
  background-color: #eb6124;
  --swiper-pagination-color: #eb6124;
  /* 两种都可以 */
}

.index_module .news_box .index_news {
  padding: 40px 0;
}

.index_module .news_box .index_news .swiper-slide {
  text-align: initial;
}

.index_module .news_box .index_news .new_linke {
  display: inline-flex;
  width: 100%;
}

.index_module .news_box .index_news .new_linke img {
  width: 100%;
}

.index_module .news_box .index_news .zi_box {
  width: 45%;
  padding-right: 20px;
}

.index_module .news_box .index_news .zi_box .riqi {
  font-size: 24px;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #EB6124;
  margin-bottom: 28px;
}

.index_module .news_box .index_news .zi_box .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

.index_module .news_box .index_news .zi_box .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}

.index_module .news_box .index_news .tu_box {
  width: 50%;
}

.index_module .dongtai {
  width: 26%;
  border-right: 1px solid #e5e5e5;
}

.index_module .dongtai .tab_content {
  padding: 30px;
}

.index_module .dongtai .index_news {
  padding: 40px 0;
}

.index_module .dongtai .index_news .dongtai_news {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
}

.index_module .dongtai .index_news .dongtai_news .title_box {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.index_module .dongtai .index_news .dongtai_news .title_box .title {
  font-size: 18px;
  font-weight: 500;
  color: #4B4948;
  margin-bottom: 15px;
}

.index_module .dongtai .index_news .dongtai_news .title_box .riqi {
  font-size: 14px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #B6B6B6;
}

.index_module .dongtai .index_news .dongtai_news .title_box .jiantou {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 40px;
  padding-left: 10px;
  text-align: right;
  border-left: 1px solid #fff;
}

.index_module .dongtai .index_news .dongtai_news .title_box .jiantou span {
  font-size: 25px;
  color: #fff;
}

.index_module .dongtai .index_news .arr .n_bg {
  opacity: 1;
}

.index_module .dongtai .index_news .arr .title_box .title,
.index_module .dongtai .index_news .arr .title_box .riqi {
  color: #fff;
}

.index_module .dongtai .index_news ul li {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.index_module .dongtai .index_news ul li .n_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .4s linear;
}

.index_module .dongtai .index_news ul li:hover .n_bg {
  opacity: 1;
}

.index_module .dongtai .index_news ul li:hover .title_box .title,
.index_module .dongtai .index_news ul li:hover .title_box .riqi {
  color: #fff;
}

.index_module .xuanchuan {
  width: 30%;
}

.index_module .xuanchuan .tab_content {
  padding: 30px;
}

.index_module .xuanchuan .video_box {
  position: relative;
  margin: 20px;
  overflow: hidden;
}

.index_module .xuanchuan .video_box .video_tu {
  width: 100%;
  object-fit: cover;
  transition: all .4s linear;
}

.index_module .xuanchuan .video_box .bofang {
  position: absolute;
  left: 50%;
  width: 56px;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

.index_module .xuanchuan .video_box:hover .video_tu {
  transform: scale(1.2);
}

@keyframes jindu {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.page_index {
  margin-top: 80px;
}

.page_index .page_head {
  position: relative;
  width: 100%;
  display: flex;
}

.page_index .page_head .headbg {
  width: 100%;
  object-fit: cover;
  display: block;
}

.page_index .page_head .title_box {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-60%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_index .page_head .title_box .title {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page_index .page_head .title_box .en {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.page_index .page_head .title_box .shu {
  position: relative;
  height: 6vh;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.page_index .page_head .title_box .shu .shu_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2vh;
  background-color: #fff;
}

.page_index .tab_cont {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  padding: 0 7%;
}

.page_index .tab_box {
  height: 100%;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
}

.page_index .tab_box li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  color: #333333;
  padding: 0 30px;
  cursor: pointer;
  transition: all .4s linear;
}

.page_index .tab_box li a {
  color: #333333;
}

.page_index .tab_box li:hover {
  background: #EB6124;
  color: #fff;
}

.page_index .tab_box li:hover a {
  color: #fff;
}

.page_index .tab_box .arr {
  background: #EB6124;
  color: #fff;
}

.page_index .tab_box .arr a {
  color: #fff;
}

.p-page {
  padding-left: 13%;
  padding-right: 13%;
}

.m-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page_title_box .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.page_title_box .en {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #EB6124;
}

.about_section {
  background: #FAFAFA;
}

.about_introduce .about_introduce_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.about_introduce .about_introduce_box .left_box {
  position: relative;
  width: 57%;
  overflow: hidden;
}

.about_introduce .about_introduce_box .left_box .tubg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_introduce .about_introduce_box .right_box {
  position: relative;
  width: 43%;
  background-color: #fff;
  padding: 60px 40px;
}

.about_introduce .about_introduce_box .right_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}

.about_introduce .about_introduce_box .right_box .ma {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 400;
  color: #999999;
}

.about_introduce .about_introduce_box .right_box .heng {
  width: 42px;
  height: 3px;
  background: #EB6124;
  margin: 40px 0;
}

.about_introduce .about_introduce_box .right_box .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  line-height: 2;
  margin-bottom: 30px;
}

.about_introduce .about_introduce_box .right_box .number_cont {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #f2f2f2;
}

.about_introduce .about_introduce_box .right_box .number_cont .numCX {
  font-size: 40px;
  font-weight: 500;
  color: #EB6124;
}

.about_introduce .about_introduce_box .right_box .number_cont .indc {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.shengming_section {
  background-color: #fff;
}

.about_section {
  position: relative;
}

.about_section .jiagou_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.about_section .about_jiagou {
  position: relative;
}

.about_section .jiagou_tu {
  width: 100%;
  object-fit: cover;
}

.fazhan_section {
  position: relative;
}

.fazhan_section .fazhan_info {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 50px 0;
  gap: 30px 50px;
  align-items: center;
}

.fazhan_section .fazhan_info .left_box {
  width: 40%;
}

.fazhan_section .fazhan_info .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.fazhan_section .fazhan_info .right_box {
  position: relative;
  width: 40%;
  text-align: initial;
}

.fazhan_section .fazhan_info .right_box .title {
  font-size: 50px;
  font-weight: bold;
  color: #EB6124;
  line-height: 36px;
  text-shadow: 0px 5px 10px rgba(235, 97, 36, 0.12);
  margin-bottom: 50px;
}

.fazhan_section .fazhan_info .right_box .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #666666;
  margin-bottom: 30px;
  padding-left: 2em;
}

.fazhan_section .fazhan_info .right_box .text .dian {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CCCCCC;
}

.fazhan_section .jindu_cont {
  position: relative;
  width: 100%;
}

.fazhan_section .jindu_cont .left_jiantou {
  position: absolute;
  left: -10px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #969696;
  border-bottom: 5px solid transparent;
  z-index: 9;
}

.fazhan_section .jindu_cont .right_jiantou {
  position: absolute;
  right: -10px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #969696;
  border-bottom: 5px solid transparent;
  z-index: 9;
}

.fazhan_section .jindu_cont ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  overflow-x: auto;
  padding-bottom: 20px;
  z-index: 1;
}

.fazhan_section .jindu_cont ul li {
  min-width: 80px;
  cursor: pointer;
}

.fazhan_section .jindu_cont ul li .jindu_box .yuan {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(235, 96, 36, 0);
  transition: all .3s linear;
  border-radius: 50%;
  margin-bottom: 10px;
}

.fazhan_section .jindu_cont ul li .jindu_box .yuan .dian {
  width: 10px;
  height: 10px;
  background: #969696;
  border-radius: 50%;
}

.fazhan_section .jindu_cont ul li .jindu_box .yuan:hover {
  border: 1px solid #EB6124;
}

.fazhan_section .jindu_cont ul li .jindu_box .yuan:hover .dian {
  background: #EB6124;
}

.fazhan_section .jindu_cont ul li .jindu_box .riqi {
  font-size: 15px;
  font-weight: 400;
  color: #969696;
}

.fazhan_section .jindu_cont ul .arr .jindu_box .yuan {
  border: 1px solid #EB6124;
}

.fazhan_section .jindu_cont ul .arr .jindu_box .yuan .dian {
  background: #EB6124;
}

.fazhan_section .jindu_cont .xian_box {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 17px;
  left: 0;
  background-color: #e8e8e8;
}

.rongyu_section {
  background: #FAFAFA;
  padding-right: 0;
}

.rongyu_section .about_rongyu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rongyu_section .about_rongyu .left_box {
  width: 40%;
}

.rongyu_section .about_rongyu .left_box .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 40px;
}

.rongyu_section .about_rongyu .left_box ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}

.rongyu_section .about_rongyu .left_box ul span {
  width: 8px;
  height: 8px;
  background: #EB6124;
  transform: rotate(45deg) translateY(-2px);
  margin-right: 8px;
}

.rongyu_section .about_rongyu .right_box {
  position: relative;
  width: 50%;
}

.rongyu_section .about_rongyu .right_box img {
  width: 100%;
  object-fit: cover;
}

.jituan_section .about_jituan {
  margin-top: 50px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jituan_section .about_jituan .left_box {
  width: 45%;
}

.jituan_section .about_jituan .left_box img {
  width: 100%;
  object-fit: cover;
}

.jituan_section .about_jituan .right_box {
  width: 50%;
}

.jituan_section .about_jituan .right_box .title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
  line-height: 1.5;
}

.jituan_section .about_jituan .right_box .text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 55px;
  line-height: 2;
  text-align: justify;
}

.jituan_section .about_jituan .right_box .more {
  font-size: 16px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #EB6124;
}

.lilian_section {
  background: #F8F8F8;
  position: relative;
  display: flex;
}

.lilian_section .left_box {
  position: relative;
  width: 50%;
  background-color: #fff;
  padding: 40px 30px;
}

.lilian_section .left_box .title {
  font-size: 20px;
  font-weight: 400;
  color: #EB6124;
  margin-bottom: 10px;
}

.lilian_section .left_box .en {
  font-size: 16px;
  font-family: Poppins-Light, Poppins;
  font-weight: 300;
  color: #CCCCCC;
  margin-bottom: 60px;
}

.lilian_section .left_box .text {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
}

.lilian_section .left_box .txt {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.lilian_section .left_box .xian {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #E8E8E8;
}

.lilian_section .left_box .xian .heng {
  width: 40%;
  height: 100%;
  background-color: #EB6124;
}

.lilian_section .right_box {
  position: relative;
  width: 50%;
}

.lilian_section .right_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.huodong_section {
  background: #F8F8F8;
}

.huodong_section ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 40px 20px;
}

.huodong_section ul li {
  background-color: #fff;
}

.huodong_section ul li .news_box .tu {
  position: relative;
  overflow: hidden;
}

.huodong_section ul li .news_box .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.huodong_section ul li .news_box .title_box {
  padding: 30px;
}

.huodong_section ul li .news_box .title_box .riqi {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 15px;
}

.huodong_section ul li .news_box .title_box .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}

.huodong_section ul li .news_box .title_box .text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 2;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}

.huodong_section ul li .news_box .title_box .more {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  transition: all 0.3s linear;
}

.huodong_section ul li .news_box:hover .tu img {
  transform: scale(1.2);
}

.huodong_section ul li .news_box:hover .more,
.huodong_section ul li .news_box:hover .title {
  color: #EB6124;
}

.fenye_section {
  padding-top: 0;
}

.fenye_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.fenye_cont .run_box {
  width: 46px;
  height: 46px;
  opacity: 1;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s linear;
}

.fenye_cont .run_box span {
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #999999;
}

.fenye_cont .run_box:hover {
  background-color: #EB6124;
  border: 1px solid #EB6124;
}

.fenye_cont .run_box:hover span {
  color: #fff;
}

.fenye_cont ul {
  display: flex;
}

.fenye_cont ul li {
  width: 46px;
  height: 46px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: none;
  transition: all .4s linear;
}

.fenye_cont ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fenye_cont ul li:hover {
  background-color: #EB6124;
}

.fenye_cont ul li:hover a {
  color: #fff;
}

.kanhao_section {
  position: relative;
  background: #F8F8F8;
}

.kanhao_section ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 40px 20px;
}

.kanhao_section .kanhao_box {
  padding: 30px 28px;
  background-color: #fff;
}

.kanhao_section .kanhao_box .tu_box {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.kanhao_section .kanhao_box .tu_box img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.kanhao_section .kanhao_box .tu_box .mo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(235, 96, 36, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s linear;
}

.kanhao_section .kanhao_box .tu_box .mo span {
  font-size: 28px;
  color: #fff;
}

.kanhao_section .kanhao_box .title {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.kanhao_section .kanhao_box:hover .mo {
  opacity: 1;
}

.kanhao_section .kanhao_box:hover .title {
  color: #EB6124;
}

.tuandui_section .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.tuandui_section .swiper-wrapper {
  margin-left: -12%;
}

.tuandui_section .swiper-slide-active,
.tuandui_section .swiper-slide-duplicate-active {
  transform: scale(1);
  width: 60% !important;
}

.tuandui_section .swiper-pagination {
  bottom: initial;
  margin-top: 50px;
}

.tuandui_section .swiper-pagination-bullet {
  background-color: #cccccc;
}

.tuandui_section .swiper-pagination-bullet-active {
  background-color: #eb6124;
  --swiper-pagination-color: #eb6124;
  /* 两种都可以 */
}

.news_section .news_box .title_box .text {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.news_section .hengxian {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #eb6124;
  border-radius: 5px;
  transition: all .4s linear;
}

.news_section .news_box {
  position: relative;
  display: block;
  height: 100%;
}

.news_section .news_box:hover .text {
  color: #EB6124;
}

.news_section .news_box:hover .hengxian {
  width: 100%;
}

.shiping-section .kanhao_box {
  padding: 0;
  cursor: pointer;
}

.shiping-section ul li .tu_box .mo img {
  width: 56px;
}

.news_ds_section {
  background: #F8F8F8;
}

.news_ds_section .news_ds {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news_ds_section .news_ds .left_box {
  width: 70%;
  background-color: #fff;
  padding: 50px 40px;
}

.news_ds_section .news_ds .left_box img {
  max-width: 100%;
}

.news_ds_section .news_ds .left_box .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 35px;
}

.news_ds_section .news_ds .left_box .riqi {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 35px;
}

.news_ds_section .news_ds .left_box .text_cont {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.news_ds_section .news_ds .right_box {
  width: 26%;
  position: sticky;
  top: 0;
}

.news_ds_section .news_ds .right_box .link_box {
  padding: 30px;
  margin-bottom: 24px;
  background-color: #fff;
  transition: all .3s linear;
  display: block;
}

.news_ds_section .news_ds .right_box .link_box .title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 23px;
}

.news_ds_section .news_ds .right_box .link_box .text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_ds_section .news_ds .right_box .link_box .more {
  display: flex;
  justify-content: space-between;
}

.news_ds_section .news_ds .right_box .link_box .more .txt {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.news_ds_section .news_ds .right_box .link_box:hover {
  background-color: #EB6124;
}

.news_ds_section .news_ds .right_box .link_box:hover .title {
  color: #fff;
}

.news_ds_section .news_ds .right_box .link_box:hover .text {
  color: #fff;
}

.news_ds_section .news_ds .right_box .link_box:hover .more .txt {
  color: #fff;
}

.news_ds_section .news_ds .right_box .link_box:hover .more span {
  color: #fff;
}

.news_ds_section .news_ds .right_box .fenxiang_box {
  padding: 30px;
  background-color: #fff;
}

.news_ds_section .news_ds .right_box .fenxiang_box .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}

.news_ds_section .news_ds .right_box .fenxiang_box .icon_box {
  margin-bottom: 16px;
}

.news_ds_section .news_ds .right_box .fenxiang_box .back_box {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #eb6124;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.dangjian_head {
  position: relative;
  width: 100%;
}

.dangjian_head .head_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}

.dangjian_head .head_box .left_box {
  position: relative;
  width: 42%;
  padding-left: 2px;
}

.dangjian_head .head_box .left_box .tu_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dangjian_head .head_box .left_box .tu_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s linear;
}

.dangjian_head .head_box .right_box {
  position: relative;
  width: 51%;
  text-align: initial;
}

.dangjian_head .head_box .right_box .title {
  font-size: 22px;
  font-family: Source Han Sans SC-Bold, Source Han Sans SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .4s linear;
}

.dangjian_head .head_box .right_box .riqi {
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
}

.dangjian_head .head_box .right_box .text {
  font-size: 16px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}

.dangjian_head .head_box .right_box .more {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  transition: all .4s linear;
}

.dangjian_head .head_box:hover .left_box .tu_box img {
  transform: scale(1.1);
}

.dangjian_head .head_box:hover .right_box .title {
  color: #EB6124;
}

.dangjian_head .head_box:hover .right_box .more {
  color: #EB6124;
}

.dangjian_list {
  position: relative;
  width: 100%;
}

.dangjian_list ul li {
  position: relative;
}

.dangjian_list ul li .list_box {
  height: 80px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all .4s linear;
}

.dangjian_list ul li .title {
  font-size: 16px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  transition: all .4s linear;
  max-width: 70%;
}

.dangjian_list ul li .title span {
  display: inline-block;
  margin-right: 20px;
}

.dangjian_list ul li .riqi {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  transition: all .4s linear;
}

.dangjian_list ul li:hover .list_box {
  background: #F7F7F7;
}

.dangjian_list ul li:hover .list_box .title {
  color: #EB6124;
}

.dangjian_list ul li:hover .list_box .riqi {
  color: #EB6124;
}

.lianxi_section {
  background: #F8F8F8;
}

.lilian_dizi {
  background-color: #fff;
  display: flex;
}

.lilian_dizi .left_box {
  width: 50%;
  padding: 40px 30px;
}

.lilian_dizi .left_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 26px;
}

.lilian_dizi .left_box .liben {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.lilian_dizi .left_box .liben img {
  width: 16px;
  margin-right: 10px;
  transform: translateY(1px);
}

.lilian_dizi .left_box .liben .code {
  display: block;
  width: 110px;
  margin-left: 26px;
}

.lilian_dizi .left_box .liben .code_box {
  width: 100%;
}

.lilian_dizi .left_box .guodu {
  margin: 40px 0;
  width: 100%;
  height: 2px;
  background-color: #E8E8E8;
}

.lilian_dizi .left_box .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lilian_dizi .right_box {
  width: 50%;
  height: 520px;
}

#container {
  width: 100%;
  height: 520px;
}

#container .amap-copyright,
#container .amap-logo {
  display: none !important;
}

#container .amap-info {
  margin-top: -35px;
}

.input-card {
  width: 32rem;
  z-index: 170;
}

.input-card .btn {
  margin-right: .8rem;
}

.input-card .btn:last-child {
  margin-right: 0;
}

.body_color {
  background-color: #F8F8F8;
}

.lianxi_cont {
  overflow-x: auto;
}

.lianxi_cont .list_cont {
  position: relative;
  width: 100%;
  overflow-y: auto;
  margin-top: 40px;
  background-color: #fff;
}

.lianxi_cont .list_cont .list_box {
  position: relative;
}

.lianxi_cont .tab_head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
  font-size: 20px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #f7f7f7;
  line-height: 1.5;
  padding: 18px 0;
}

.lianxi_cont .tab_head div {
  padding: 0 15px;
}

.lianxi_cont .tab_head div:nth-child(3) {
  text-align: center;
}

.lianxi_cont .tab_head div:nth-child(6) {
  text-align: center;
}

.lianxi_cont .arr {
  color: #FFFFFF;
  background-color: #eb6124;
}

.lianxi_cont .info_head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 1fr 1fr;
  font-size: 16px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #E8E8E8;
  transition: .3s;
  line-height: 1.5;
  padding: 15px 0;
}

.lianxi_cont .info_head div {
  padding: 0 15px;
}

.lianxi_cont .info_head div:nth-child(3) {
  text-align: center;
}

.lianxi_cont .info_head div:nth-child(6) {
  text-align: center;
}

.lianxi_cont .info_box {
  border-bottom: 1px solid #E8E8E8;
  display: none;
  padding: 30px 40px;
}

.lianxi_cont .info_box .title {
  font-size: 16px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

.lianxi_cont .info_box .text {
  font-size: 14px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}

.lianxi_cont li {
  cursor: pointer;
}

.lianxi_cont li:hover .info_head {
  color: #FFFFFF;
  background-color: #EB6124;
}

.lianxi_cont .active .info_head {
  color: #FFFFFF;
  background-color: #EB6124;
}

.shengming_cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.shengming_cont .left_box {
  width: calc(50% - 30px);
  height: 100%;
}

.shengming_cont .left_box .tu_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shengming_cont .right_box {
  width: 50%;
}

.shengming_cont .right_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
}

.shengming_cont .right_box .text {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.guanli_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.guanli_cont .mySwiper {
  width: 130%;
}

.guanli_cont .swiper-slide {
  background-color: #ffffff00;
}

.guanli_cont .swiper-wrapper {
  left: 15%;
}

.guanli_cont .info_box {
  padding: 50px 0% 50px 10%;
  text-align: initial;
  display: inline-block;
}

.guanli_cont .info_box .info_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 1s linear;
}

.guanli_cont .info_box .title_box {
  position: relative;
  width: 70%;
  opacity: 0;
  transition: all 1s linear;
}

.guanli_cont .info_box .title_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #EB6124;
  margin-bottom: 30px;
}

.guanli_cont .info_box .title_box .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.guanli_cont .info_box .tu_box {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.guanli_cont .info_box .tu_box img {
  width: 100%;
  object-fit: cover;
}

.guanli_cont .info_box .more {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  opacity: 0;
  transition: all .4s linear;
}

.guanli_cont .info_box .more:hover {
  color: #EB6124;
}

.guanli_cont .info_box .xian {
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #eb6124;
  height: 5px;
  transition: all 1s linear;
}

.guanli_cont .swiper-slide-active .info_box .info_bg {
  opacity: 1;
}

.guanli_cont .swiper-slide-active .info_box .title_box {
  opacity: 1;
}

.guanli_cont .swiper-slide-active .info_box .xian {
  width: 80%;
}

.guanli_cont .swiper-slide-active .info_box .more {
  opacity: 1;
}

.guanli_cont .page_cont {
  position: absolute;
  display: flex;
  grid-gap: 20px;
  right: 10%;
  top: 10%;
  align-items: center;
  z-index: 9;
}

.guanli_cont .page_cont .right_btn,
.guanli_cont .page_cont .left_btn {
  width: 72px;
  height: 72px;
  opacity: 1;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  cursor: pointer;
}

.guanli_cont .page_cont .right_btn span,
.guanli_cont .page_cont .left_btn span {
  color: #BBBBBB;
  font-size: 26px;
}

.guanli_cont .page_cont .right_btn:hover,
.guanli_cont .page_cont .left_btn:hover {
  border: 1px solid #EB6124;
  background-color: #EB6124;
}

.guanli_cont .page_cont .right_btn:hover span,
.guanli_cont .page_cont .left_btn:hover span {
  color: #fff;
}

.guanli_cont .page_cont .num_box {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: bottom;
}

.guanli_cont .page_cont .num_box .page {
  font-size: 30px;
  font-weight: 500;
  color: #EB6124;
}

.anli_section {
  background: #F8F8F8;
}

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

.anli_section .title {
  font-size: 30px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.anli_section .anli_page {
  font-size: 0;
}

.anli_section .anli_page .tu_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.anli_section .anli_page .tu_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s linear;
}

.anli_section .anli_page .title {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  transition: all .4s linear;
}

.anli_section .anli_page:hover .tu_box img {
  transform: scale(1.1);
}

.anli_section .anli_page:hover .title {
  background-color: #EB6124;
  color: #fff;
}

.anli_section .swiper-slide-active .anli_page .title {
  background-color: #EB6124;
  color: #fff;
}

.anli_section .swiper-pagination-bullet {
  background-color: #cccccc;
}

.anli_section .swiper-pagination-bullet-active {
  background-color: #eb6124;
  --swiper-pagination-color: #eb6124;
  /* 两种都可以 */
}

.guanli_classification {
  padding-left: 20%;
  padding-right: 20%;
}

.guanli_classification .title_box {
  text-align: center;
}

.guanli_classification .title_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
}

.guanli_classification .title_box .text {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #999999;
  margin-bottom: 50px;
}

.guanli_classification .tab_head_cont {
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.guanli_classification .tab_head_cont .tab_head {
  position: relative;
  min-width: 1100px;
  display: grid;
  grid-gap: 0 3%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.guanli_classification .tab_head_cont .tab_head li {
  position: relative;
  background: #E8E8E8;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  transition: all .2s linear;
}

.guanli_classification .tab_head_cont .tab_head li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(235, 96, 36, 0);
  top: 106%;
  left: calc(50% - 10px);
  transform: translateY(-50%);
  transition: all .2s linear;
}

.guanli_classification .tab_head_cont .tab_head li:hover {
  background: #EB6124;
  color: #fff;
}

.guanli_classification .tab_head_cont .tab_head li:hover:after {
  border-top: 10px solid #EB6124;
}

.guanli_classification .tab_head_cont .tab_head .active {
  background: #EB6124;
  color: #fff;
}

.guanli_classification .tab_head_cont .tab_head .active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EB6124;
  top: 106%;
  left: calc(50% - 10px);
  transform: translateY(-50%);
}

.guanli_classification .text_cont {
  background: rgba(204, 204, 204, 0.13);
  padding: 50px 40px;
}

.guanli_classification .text_cont .title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  font-weight: 500;
}

.guanli_classification .text_cont .text {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  font-weight: normal;
}

.silu_section {
  position: relative;
  background-color: #E8E8E8;
  padding: 154px 13% 100px 13%;
}

.silu_section .bg_box {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-image: url(/img/qita/bg.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.silu_section .cont_box {
  position: relative;
  padding: 60px 70px;
  z-index: 1;
  background: #FFFFFF;
}

.silu_section .cont_box .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}

.silu_section .cont_box .title_mo {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 30px;
}

.silu_section .cont_box .text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 60px;
}

.silu_section .cont_box .list_title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.silu_section .cont_box li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.product_info {
  position: relative;
  width: 100%;
}

.product_info .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

.product_info .text_cont {
  margin-top: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  max-width: 75%;
  line-height: 2;
  margin-bottom: 50px;
}

.product_info .swiper-slide {
  width: 75%;
}
