@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Microsoft YaHei UI", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
:root {
  font-size: 10px;
  --main-color: #3A9E1E;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padd100: 10rem;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.header-logo {
  width: 120px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.header {
  --height: 90px;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  /* pc端导航代码 */
  .hd_list {
    display: flex;
  }
  .hd_item {
    margin: 0 32px;
    position: relative;
  }
  .hd_link {
    color: #222;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: var(--height);
    align-items: center;
    display: flex;
  }
  .hd_link span {
    position: relative;
  }
  .hd_link span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    background-color: var(--main-color);
    transition: all 0.5s;
    right: 0;
  }
  .hd_item:hover .hd_link,
  .hd_item.active .hd_link {
    color: var(--main-color);
  }
  .hd_item:hover .hd_link span,
  .hd_item.active .hd_link span {
    position: relative;
  }
  .hd_item:hover .hd_link span::after,
  .hd_item.active .hd_link span::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .hd_second {
    position: absolute;
    min-width: 150px;
    background-color: #fff;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
  }
  .hd_second_link {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    display: block;
    padding: 4px 0;
    text-align: center;
    white-space: nowrap;
  }
  .hd_second_link:hover,
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
}
.hd_three,
.hd_second {
  display: none;
}
.header-search {
  width: 110px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search span {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.header-search p {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .slide-link {
  position: relative;
  display: block;
}
.home_banner .slide-link img {
  width: 100%;
}
.home_banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 8px;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: #fff !important;
  opacity: 1 !important;
  margin: 0 var(--interval);
  border-radius: 0;
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}
.mod-tit40 {
  font-size: 40px;
  line-height: 130%;
  color: #222;
  font-style: normal;
  font-weight: 700;
}
.mod-tit36 {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
.home-support {
  padding: var(--padd100) 0;
}
.home-hd {
  text-align: center;
  margin-bottom: 40px;
}
.home-hd .text {
  margin-top: 16px;
  text-align: center;
}
.home-hd .text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.home-support-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.home-support-item.w7 {
  width: 58.333333%;
  padding: 0 var(--flex-padding);
}
.home-support-item.w7 .img_box {
  padding-top: 39.506172%;
}
.home-support-item.w5 {
  width: 41.666666%;
  padding: 0 var(--flex-padding);
}
.home-support-item.w5 .img_box {
  padding-top: 56.1403508%;
}
.home-support-item {
  margin-bottom: 30px;
}
.home-support-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-support-link .tab {
  padding-left: 24px;
  padding-right: 44px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  z-index: 1;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  transition: all 0.5s;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}
.home-support-link .home-support-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(58, 158, 30, 0.9) 0%, rgba(58, 158, 30, 0.6) 100%);
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.home-support-link .home-support-hover .flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0 32px;
  flex-direction: column;
}
.home-support-link .home-support-hover .flex .number {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 185.714%;
}
.home-support-link .home-support-hover .flex .tits {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 14px;
}
.home-support-link .home-support-hover .flex .texts {
  margin-bottom: 40px;
}
.home-support-link .home-support-hover .flex .texts p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin-bottom: 8px;
}
.home-support-link .home-support-hover .flex .texts p:last-child {
  margin-bottom: 0;
}
.home-support-link .home-support-hover .flex .icons {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-support-link .home-support-hover .flex .icons span {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .home-support-link:hover .tab {
    transform: translateY(100%);
  }
  .home-support-link:hover .home-support-hover {
    opacity: 1;
    transform: translateY(0%);
  }
}
.home-product {
  padding: var(--padd100) 0;
  background-color: #F5F5F5;
}
.home-product .flex {
  display: flex;
}
.home-product .flex .left {
  width: 50.78125%;
  padding-top: 20px;
  padding-left: calc((100% - 1410px) / 2);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-product .flex .right {
  width: 49.21875%;
}
.home-product .flex .right .img_box {
  height: 100%;
  padding-top: 66.666666%;
}
.home-product .flex .right .img_box img {
  object-fit: cover;
}
.home-product-list {
  margin-bottom: 60px;
}
.home-product-item .subtits {
  color: #3A9E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin-bottom: 8px;
}
.home-product-item .tits {
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
.home-product-item .texts {
  margin-bottom: 56px;
  width: 570px;
}
.home-product-item .texts p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.home-product-item .mores {
  width: 120px;
  height: 44px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  position: relative;
  z-index: 1;
}
.home-product-item .mores::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--main-color);
  transition: all 0.5s;
  z-index: -1;
}
.home-product-item .mores:hover {
  border-color: var(--main-color);
  color: #fff;
}
.home-product-item .mores:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}
.home-product-smslick {
  background-color: #fff;
  padding: 30px 40px;
  margin-right: -230px;
}
.home-product-smlist {
  margin: 0 var(--flex-margin);
}
.home-product-smitem {
  padding: 0 var(--flex-padding);
}
.home-product-smcont {
  cursor: pointer;
}
.home-product-smcont .img_box {
  padding-top: 66.66666667%;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.home-product-smcont .tits {
  margin-top: 8px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.slick-current .home-product-smcont .img_box {
  border: 2px solid var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-product-smcont:hover .img_box {
    border: 2px solid var(--main-color);
  }
  .home-product-smcont:hover .img_box img {
    transform: scale(1.04);
  }
}
.home-product-smslick {
  position: relative;
}
.home-product-smslick .prev,
.home-product-smslick .next {
  flex-shrink: 0;
  top: 50%;
  position: absolute;
  cursor: pointer;
  transform: translateY(calc(-50% - 18px));
}
.home-product-smslick .prev span,
.home-product-smslick .next span {
  font-size: 16px;
  color: #444444;
}
.home-product-smslick .prev:hover span,
.home-product-smslick .next:hover span {
  color: var(--main-color);
}
.home-product-smslick .prev {
  left: 12px;
}
.home-product-smslick .prev span {
  transform: rotate(180deg);
}
.home-product-smslick .next {
  right: 12px;
}
.home-about {
  padding-top: var(--padd100);
  padding-bottom: 64px;
  position: relative;
  z-index: 1;
}
.home-about .home-about-bg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.home-about .home-about-bg * {
  height: 100%;
}
.home-about .home-about-bg img {
  object-fit: cover;
}
.home-about .home-hd {
  margin-bottom: 40px;
}
.home-about .home-about-text {
  width: 1170px;
  margin: 0 auto 70px;
  text-align: center;
}
.home-about .home-about-text p {
  color: #444;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.home-about-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-about-btn {
  width: 140px;
  height: 48px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
.home-about-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
  background-color: var(--main-color);
}
.home-about-btn p {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transition: all 0.5s;
  margin-right: 10px;
}
.home-about-btn span {
  font-size: 12px;
  color: #222;
}
@media screen and (min-width: 1200px) {
  .home-about-btn:hover {
    border-color: var(--main-color);
  }
  .home-about-btn:hover::after {
    width: 100%;
    right: initial;
    left: 0;
  }
  .home-about-btn:hover p {
    color: #fff;
  }
  .home-about-btn:hover span {
    color: #fff;
  }
}
.hc_cont1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 1920px;
}
.home-about-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 13rem var(--flex-margin) 0;
}
.home-about-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
}
.home-about-item-cont {
  padding: 16px;
  padding-right: 20px !important;
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.home-about-item-cont .imgs {
  width: 180px;
  flex-shrink: 0;
  margin-right: 20px;
}
.home-about-item-cont .imgs .img_box {
  padding-top: 66.66666667%;
}
.home-about-item-cont .right {
  width: 100%;
}
.home-about-item-cont .right .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 8px;
}
.home-about-item-cont .right .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.home-about-item.active .home-about-item-cont {
  transform: translateY(-10px);
}
.home-about-item-cont:hover .img_box img {
  transform: scale(1.04);
}
.page_banner {
  position: relative;
}
.page_banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_banner-content .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  margin-bottom: 20px;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #fff;
  --text-interval: 8px;
  --text-fontsize: 14px;
  --icon-fontsize: 18px;
  --hover-color: #3A9E1E;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link span {
  color: var(--text-color);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}
.mod_bread_item .iconfont {
  font-size: 14px;
  margin-right: 10px;
  transform: translateY(-1px);
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.mod-nav {
  border-bottom: 1px solid #CBCBCB;
}
.mod-nav-list {
  display: flex;
}
.mod-nav-list li {
  flex-grow: 1;
  text-align: center;
}
.mod-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  position: relative;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.mod-nav-list li a::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--main-color);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  transition: all 0.5s;
}
.mod-nav-list li a:hover {
  color: var(--main-color);
}
.mod-nav-list li a:hover::after {
  width: 56px;
}
.mod-nav-list li.active a {
  color: var(--main-color);
}
.mod-nav-list li.active a::after {
  width: 56px;
}
.about .mod-tit36 {
  margin-bottom: 45px;
}
.team-content,
.about-content,
.facility-content,
.honor-content,
.manage-content,
.course-content,
.news-content,
.performance-content,
.contact-content,
.product-content,
.support-content {
  padding-top: 8rem;
  padding-bottom: var(--padd100);
}
.team-content .title,
.about-content .title,
.facility-content .title,
.honor-content .title,
.manage-content .title,
.course-content .title,
.news-content .title,
.performance-content .title,
.contact-content .title,
.product-content .title,
.support-content .title {
  text-align: center;
}
.team-content-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  --x-margin: -30px;
}
.team-content-item .left {
  width: 51.063829%;
}
.team-content-item .left .img_box {
  padding-top: 56.25%;
  height: 100%;
}
.team-content-item .left .img_box img {
  object-fit: cover;
}
.team-content-item .right {
  width: 48.93617%;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.team-content-item .right .content {
  margin-left: var(--x-margin);
  padding: 36px 30px;
  background-color: #F4F4F4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-content-item .right .content .tits {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}
.team-content-item .right .content .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  padding-left: 12px;
  position: relative;
  margin-bottom: 16px;
}
.team-content-item .right .content .texts p::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.team-content-item .right .content .texts p:last-child {
  margin-bottom: 0;
}
.team-content-item:nth-child(even) {
  flex-direction: row-reverse;
}
.team-content-item:nth-child(even) .right .content {
  margin-left: 0;
  margin-right: var(--x-margin);
}
.team-content-item:last-child {
  margin-bottom: 0;
}
.facility-list {
  display: flex;
  margin: 0 var(--flex-margin) 18px;
  flex-wrap: wrap;
}
.facility-item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.facility-cont {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.facility-cont .img_box {
  padding-top: 66.666666%;
}
.facility-cont .tit {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  padding: 11px 20px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transform: translateY(100%);
}
@media screen and (min-width: 1200px) {
  .facility-cont:hover .img_box img {
    transform: scale(1.05);
  }
  .facility-cont:hover .tit {
    transform: translateY(0%);
  }
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --item-interval: 8px;
  --item-font: 15px;
  --ietm-color: #222;
  --item-wh: 44px;
  --item-bg: #F5F5F5;
  --icon-font: 14px;
}
.mod_page_item {
  margin: 0 var(--item-interval);
}
.mod_page_item.mores a {
  background-color: transparent !important;
  color: #222 !important;
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--item-interval) !important;
}
.mod_page_item a {
  color: var(--ietm-color);
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: var(--item-wh);
  height: var(--item-wh);
  font-size: var(--item-font);
  background-color: var(--item-bg);
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--icon-font);
}
/* 高亮 */
.mod_page_item.active a {
  background-color: var(--main-color);
  color: #fff;
}
/* hover */
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
}
/* 分页-end */
.honor-hover {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(58, 158, 30, 0.8);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.honor-hover::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.honor-hover span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .honor-content .facility-cont:hover .honor-hover {
    opacity: 1;
  }
}
.manage-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.manage-item {
  width: 25%;
  padding: 0 var(--flex-padding);
}
.manage-cont {
  background-color: #F5F5F5;
  padding: 48px 40px;
  text-align: center;
  height: 100%;
}
.manage-cont span {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--main-color);
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
}
.manage-cont .tit {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 16px;
}
.manage-cont .text p {
  color: #444;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.about {
  position: relative;
  z-index: 1;
}
.about > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.about-course > img {
  width: 49.21875%;
  height: initial;
  right: 0;
  bottom: 0;
  left: initial;
  top: initial;
  z-index: -1;
  min-width: 350px;
}
.course-list {
  padding: 48px 0;
  position: relative;
  --padding30: 30px;
}
.course-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.course-item {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.course-item .time {
  padding-left: var(--padding30);
  position: relative;
}
.course-item .time p {
  width: 90px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.course-item .time p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0;
  border-right: 8px solid var(--main-color);
}
.course-item .time span {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #DBEED5;
  border: 5px solid #ECF6E9;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.course-item .time span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.course-item .texts {
  margin-top: 16px;
  padding-left: var(--padding30);
}
.course-item .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.course-item:nth-child(odd) {
  margin-left: auto;
}
.course-item:nth-child(even) {
  margin-right: auto;
  align-items: flex-end;
}
.course-item:nth-child(even) .time {
  padding-right: var(--padding30);
  padding-left: 0;
}
.course-item:nth-child(even) .time span {
  left: initial;
  right: 0;
  transform: translate(50%, -50%);
}
.course-item:nth-child(even) .time p::after {
  right: initial;
  left: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.course-item:nth-child(even) .texts {
  text-align: right;
  padding-left: 0;
  padding-right: var(--padding30);
}
.news-link {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #CCCCCC;
}
.news-link .left {
  width: 420px;
  flex-shrink: 0;
}
.news-link .left .img_box {
  padding-top: 56.66666666%;
  height: 100%;
}
.news-link .left .img_box img {
  object-fit: cover;
}
.news-link .right {
  width: calc(100% - 420px);
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-link .right .tits {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.news-link .right .texts {
  margin-bottom: 20px;
}
.news-link .right .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-link .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-link .right .bottom .time,
.news-link .right .bottom .more {
  display: flex;
  align-items: center;
}
.news-link .right .bottom .time span,
.news-link .right .bottom .more span {
  font-size: 12px;
  color: #666666;
}
.news-link .right .bottom .time p,
.news-link .right .bottom .more p {
  color: #666;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  transition: all 0.5s;
}
.news-link .right .bottom .time span {
  margin-right: 8px;
}
.news-link .right .bottom .more span {
  margin-left: 8px;
}
.news-link:hover .left .img_box img {
  transform: scale(1.06);
}
.news-link:hover .right .tits {
  color: var(--main-color);
}
.news-link:hover .right .bottom .more p {
  color: var(--main-color);
}
.news-link:hover .right .bottom .more span {
  color: var(--main-color);
}
.news-item:last-child .news-link {
  border-bottom: 1px solid #CCCCCC;
}
.news-list {
  margin-bottom: 48px;
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  padding-top: 0 !important;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 25px !important;
  }
}
/* newdate-end */
.performance-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) 18px;
}
.performance-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.performance-cont {
  cursor: pointer;
}
.performance-cont .img_box {
  padding-top: 56.44444444%;
  margin-bottom: 8px;
}
.performance-cont .tit {
  position: relative;
  padding: 10px 18px;
  color: #222;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
}
.performance-cont .tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #3A9E1E 0%, rgba(58, 158, 30, 0) 100%);
  transition: all 0.5s;
  z-index: -1;
  transform: translateX(-100%);
}
.performance-cont .tit::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 32px;
  background-color: var(--main-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.performance-cont:hover .img_box img {
  transform: scale(1.06);
}
.performance-cont:hover .tit {
  color: #fff;
}
.performance-cont:hover .tit::after {
  transform: translateX(0%);
}
.contact-content .flex {
  display: flex;
}
.contact-content .flex .left {
  width: 57.446808%;
  flex-shrink: 0;
  margin-right: 60px;
}
.contact-content .flex .right {
  width: 100%;
}
.contact-content .flex {
  display: flex;
  justify-content: space-between;
}
.contact-content .flex .left .mod_form {
  --form-margin: -9px;
  --form-padding: 9px;
  --form-item-botton: 18px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: #F5F5F5;
  --form-item-height: 48px;
  --form-item-padding: 23px;
  --form-label-size: 14px;
  --form-color: #666;
  --form-textarea-height: 160px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px var(--form-margin) 0;
}
@media screen and (min-width: 1200px) {
  .contact-content .flex .left .mod_form .mod_form_item:hover .conts {
    border-color: var(--main-color);
  }
  .contact-content .flex .left .mod_form .mod_form_item:hover .conts label {
    color: #CCCCCC;
  }
}
.contact-content .flex .left .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact-content .flex .left .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #CCC;
  transition: all 0.5s;
}
.contact-content .flex .left .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.contact-content .flex .left .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.contact-content .flex .left .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.contact-content .flex .left .mod_form .mod_form_item .conts button {
  display: inline-flex;
  min-width: 120px;
  height: 48px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  align-items: center;
  justify-content: center;
}
.contact-content .flex .left .mod_form .mod_form_item .conts button span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  margin-left: 0;
}
.contact-content .flex .left .mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.contact-content .flex .left .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact-content .flex .left .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.contact-content .flex .left .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact-content .flex .left .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact-content .flex .left .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact-content .flex .left .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact-content .flex .left .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact-content .flex .left .mod_form .mod_form_item.block {
  width: 100%;
}
.contact-content .contact-tit {
  margin-bottom: 8px;
  text-align: left;
}
.contact-content .contact-text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.contact-list {
  margin-top: 24px;
}
.contact-list .contact-item {
  margin-bottom: 20px;
}
.contact-list .contact-item .key {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 4px;
}
.contact-list .contact-item .val p,
.contact-list .contact-item .val a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.contact-list .contact-item .val a:hover {
  color: var(--main-color);
}
.contact-list .contact-item:last-child {
  margin-bottom: 0;
}
.product-content > .hc_cont1410 > .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 330px;
  --left-mr: 30px;
}
.product-content > .hc_cont1410 > .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
  --padd-x: 24px;
}
.product-content > .hc_cont1410 > .flex > .right {
  width: calc(100% - var(--leftWidth) - var(--left-mr));
  --margin-x: -15px;
  /* list 负margin */
  --padding-x: 15px;
  /* item 左右间距 */
  --list-mb: 18px;
  /* list 下边距 */
  --margin-y: 30px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--margin-x) var(--list-mb);
}
.product-item {
  width: 33.33333%;
  padding: 0 var(--padding-x);
  margin-bottom: var(--margin-y);
}
.product-nav-tit {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px var(--padd-x);
}
.product-nav-tit > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.product-nav-tit .left .subtits {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
}
.product-nav-tit .left .tits {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.product-nav-tit .right span {
  font-size: 24px;
  color: #fff;
}
.product-navlist {
  background-color: #F5F5F5;
}
.product-navitem:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.product-navcont {
  cursor: pointer;
  padding: 16px var(--padd-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-navcont a {
  margin-right: 25px;
  flex-shrink: 0;
}
.product-navlink {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
.product-navsecond {
  padding: 0 32px 16px;
}
.product-navsecond li:not(:last-child) {
  margin-bottom: 8px;
}
.product-navsecond li.active .product-navslink {
  color: var(--main-color);
}
.product-navsecond li.active .product-navslink::after {
  right: initial;
  left: 0;
  width: 100%;
}
.product-navslink {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  position: relative;
}
.product-navslink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: var(--main-color);
  transition: all 0.5s;
  width: 0;
}
@media screen and (min-width: 1200px) {
  .product-navslink:hover {
    color: var(--main-color);
  }
  .product-navslink:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
}
.product-navsecond {
  display: none;
}
.product-navitem.current .product-navsecond {
  display: block;
}
.product-navitem.active .iconfont {
  transform: rotate(180deg);
}
.product-link {
  overflow: hidden;
  display: block;
}
.product-link .img_box {
  padding-top: 100%;
}
.product-link .tits {
  padding: 16px 40px;
  background-color: #F0F0F2;
  position: relative;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: all 0.5s;
  z-index: 2;
}
.product-link .tits::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(58, 158, 30, 0) 0%, #3A9E1E 100%);
  z-index: -1;
  transform: translateY(100%);
}
@media screen and (min-width: 1200px) {
  .product-link:hover .img_box img {
    transform: scale(1.06);
  }
  .product-link:hover .tits {
    color: #fff;
  }
  .product-link:hover .tits::after {
    transform: translateY(0%);
  }
}
.prodeta-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.prodeta-info .left {
  width: 42.857142%;
}
.prodeta-info .right {
  width: 53.3333333%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.prodeta-info .right .title {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
.prodeta-info .right .prodeta-function {
  --padd20px: 20px;
}
.prodeta-info .right .prodeta-function .tit {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  padding: 10px var(--padd20px);
  background-color: #F5F5F5;
}
.prodeta-info .right .prodeta-function .text {
  padding: 0 var(--padd20px);
  margin-top: 16px;
}
.prodeta-info .right .prodeta-function .text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  /* */
}
.prodeta-info .right .prodeta-control {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.prodeta-info .right .prodeta-control a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 47.32142%;
  background-color: transparent;
  border: 1px solid var(--main-color);
}
.prodeta-info .right .prodeta-control a span,
.prodeta-info .right .prodeta-control a p {
  margin: 0 3px;
}
.prodeta-info .right .prodeta-control a p {
  color: #3A9E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transition: all 0.5s;
}
.prodeta-info .right .prodeta-control a span {
  font-size: 12px;
  color: var(--main-color);
}
.prodeta-info .right .prodeta-control a:hover {
  background-color: var(--main-color);
}
.prodeta-info .right .prodeta-control a:hover p {
  color: #fff;
}
.prodeta-info .right .prodeta-control a:hover span {
  color: #fff;
}
.prodeta-info .right .prodeta-control a.prev-product span {
  transform: rotate(180deg);
}
.prodeta-blist .img_box,
.prodeta-slist .img_box {
  padding-top: 100%;
}
.prodeta-scont {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .prodeta-scont:hover .img_box img {
    transform: scale(1.06);
  }
}
.prodeta-sslick {
  position: relative;
  padding: 0 30px;
}
.prodeta-sslick .prev-btns,
.prodeta-sslick .next-btns {
  position: absolute;
  cursor: pointer;
  padding: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.prodeta-sslick .prev-btns span,
.prodeta-sslick .next-btns span {
  font-size: 14px;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .prodeta-sslick .prev-btns:hover span,
  .prodeta-sslick .next-btns:hover span {
    color: var(--main-color);
  }
}
.prodeta-sslick .prev-btns {
  left: 0;
}
.prodeta-sslick .prev-btns span {
  transform: rotate(180deg);
}
.prodeta-sslick .next-btns {
  right: 0;
}
.prodeta-blist {
  margin-bottom: 10px;
}
.prodeta-sitem {
  padding: 0 5px;
}
.prodeta-slist {
  margin: 0 -5px;
}
.prodeta-property {
  margin-bottom: 60px;
}
.prodeta-pronav {
  display: flex;
  border: 1px solid #E7E7E7;
}
.prodeta-pronav-item {
  position: relative;
  width: 120px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.prodeta-pronav-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  background-color: var(--main-color);
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
.prodeta-pronav-item.active {
  color: #fff;
}
.prodeta-pronav-item.active::after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .prodeta-pronav-item:hover {
    color: #fff;
  }
  .prodeta-pronav-item:hover::after {
    opacity: 1;
  }
}
.prodeta-property-cont {
  padding-top: 24px;
}
.prodeta-property-cont p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.prodeta-other-tit {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
.prodeta-other-list {
  /* display: flex; */
  margin: 0 var(--flex-margin);
}

.prodeta-other-list .slick-track{
    margin-left: initial;
    margin-right: initial;
}
.prodeta-other-item {
  padding: 0 var(--flex-padding);
}
.support-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
.support-header p {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.support-header .arrow {
  display: flex;
  width: 73px;
  justify-content: space-between;
  position: relative;
}
.support-header .arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #E6E6E6;
}
.support-header .arrow .prev,
.support-header .arrow .next {
  cursor: pointer;
}
.support-header .arrow .prev span,
.support-header .arrow .next span {
  font-size: 20px;
  color: #666666;
}
.support-header .arrow .prev span {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .support-header .arrow .prev:hover span,
  .support-header .arrow .next:hover span {
    color: var(--main-color);
  }
}
.support-body {
  margin: 0 var(--flex-margin);
}
.support-body-item {
  padding: 0 var(--flex-padding);
}
.support-item {
  margin-bottom: 40px;
}
.support-item:last-child {
  margin-bottom: 0;
}
.support-item .slick-track {
  margin-left: initial;
  margin-right: initial;
}
.support-content .mod_page {
  margin-top: 4.8rem;
}
.about-content {
  position: relative;
  overflow: hidden;
}
.about-content .hc_cont1410 {
  position: relative;
  z-index: 1;
}
.about-content .hc_cont1410 > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(15%);
  z-index: -1;
}
.about-content .title {
  margin-bottom: 24px;
  text-align: center;
}
.about-content .text {
  margin-bottom: 100px;
}
.about-content .text p {
  color: #444;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.about-slick {
  width: 790px;
  margin: 0 auto;
}
.about-list {
  margin: 0 -50px;
}
.about-list .slick-list {
  overflow: initial !important;
}
.about-item {
  padding: 0 50px;
}
.about-conts {
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.about-conts .img_box {
  padding-top: 42.3655913%;
  margin-bottom: 12px;
}
.about-conts .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  opacity: 0.75;
  z-index: 1;
  transition: all 0.5s;
}
.about-conts .img_box .play {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.5s;
  opacity: 0;
}
.about-conts .img_box .play img {
  width: 50px;
  height: 50px;
}
.about-conts .tits {
  color: #444;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 185.714%;
  transition: all 0.5s;
  opacity: 0;
}
.about-conts:hover .img_box img {
  transform: scale(1.04);
}
.about-content {
  overflow: hidden;
}
.slick-center .about-conts {
  transform: scale(1.2);
}
.slick-center .about-conts .img_box .play {
  opacity: 1;
}
.slick-center .about-conts .img_box::after {
  opacity: 0;
}
.slick-center .about-conts .tits {
  opacity: 1;
}
.about-slickbox {
  position: relative;
}
.about-slickbox .about-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  z-index: 4;
}
.about-slickbox .about-arrow .flex {
  display: flex;
  justify-content: space-between;
}
.about-slickbox .about-arrow .flex .prev,
.about-slickbox .about-arrow .flex .next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
}
.about-slickbox .about-arrow .flex .prev span,
.about-slickbox .about-arrow .flex .next span {
  color: var(--main-color);
  font-size: 14px;
}
.about-slickbox .about-arrow .flex .prev span {
  transform: rotate(180deg);
}
.about-slickbox .about-arrow .flex .prev:hover,
.about-slickbox .about-arrow .flex .next:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.about-slickbox .about-arrow .flex .prev:hover span,
.about-slickbox .about-arrow .flex .next:hover span {
  color: #fff;
}
.home-company-slick {
  width: 690px;
  margin: 0 auto;
}
.home-company-list {
  margin: 0 -30px;
}
.home-company-list .slick-list {
  overflow: initial !important;
  padding: 0 !important;
}
.home-company-item {
  padding: 0 30px;
}
.home-company {
  padding: var(--padd100) 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-company > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-company-cont {
  position: relative;
}
.home-company-cont .img_box {
  padding-top: 56.23188%;
}
.home-company-cont .tits {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  padding: 0 25px 24px;
  left: 0;
  bottom: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  opacity: 0;
}
.slick-center .home-company-cont .tits {
  opacity: 1;
}
.home-company-list .slick-dots {
  margin-top: 40px;
}
.home-company-list .slick-dots li {
  width: initial;
  height: initial;
  background-color: transparent !important;
}
.home-company-list .slick-dots li button {
  color: #666666 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 2px solid var(--main-color);
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
.home-company-list .slick-dots li.slick-active button {
  color: var(--main-color) !important;
  border-bottom: 2px solid var(--main-color);
}
.home-news {
  padding: var(--padd100) 0;
}
.home-news-hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home-news-hd .home-hd {
  text-align: left;
}
.home-news-group {
  display: flex;
}
.home-news-link {
  width: 120px;
  height: 44px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin-left: 30px;
}
.home-news-link:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.home-news {
  background-color: #F5F5F5;
}
.home-news-content {
  display: flex;
  justify-content: space-between;
  margin: 0 var(--flex-margin);
}
.home-news-left,
.home-news-center,
.home-news-right {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
}
.home-news-left .conts {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.home-news-left .conts:hover .img_box img {
  transform: scale(1.04);
}
.home-news-left .conts:hover .home-news-leftconts .tit {
  color: var(--main-color);
}
.home-news-left .img_box {
  padding-top: 56.4444444%;
  flex-grow: 1;
}
.home-news-left .img_box img {
  object-fit: cover;
}
.home-news-left .home-news-leftconts {
  background-color: #fff;
  padding: 24px 20px;
}
.home-news-left .home-news-leftconts .time {
  color: #666;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 8px;
}
.home-news-left .home-news-leftconts .tit {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.home-news-left .home-news-leftconts .text p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-news-center .conts {
  display: block;
}
.home-news-center-item .conts {
  padding: 11px 20px 24px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-news-center-item .conts:hover .home-news-bottoms .tits {
    color: var(--main-color);
  }
}
.home-news-tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 24px;
}
.home-news-tops .time .deta {
  color: #3A9E1E;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.home-news-tops .time .year {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.home-news-tops .iconfont {
  font-size: 16px;
  color: #666666;
}
.home-news-bottoms .tits {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.home-news-bottoms .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-news-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home-news-right-item {
  width: 100%;
}
.home-news-right-item .conts {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .home-news-right-item .conts:hover .rights .tits {
    color: var(--main-color);
  }
}
.home-news-right-item .lefts {
  width: 55px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 36px;
  position: relative;
}
.home-news-right-item .lefts::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 1px;
  height: 44px;
  background-color: #CCC;
  transform: translateY(-50%);
}
.home-news-right-item .lefts .date {
  color: #3A9E1E;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.home-news-right-item .lefts .year {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.home-news-right-item .rights .tits {
  color: #222;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.home-news-right-item .rights .texts p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  width: 450px;
}
.footer-top .right {
  width: 810px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  width: 450px;
}
.footer-top .right {
  width: 810px;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 120px;
  display: block;
  margin-bottom: 32px;
}
.footer-logo img {
  width: 100%;
}
.footer-top {
  padding: 80px 0;
}
.footer-top .mod_form {
  --form-margin: -5px;
  --form-padding: 5px;
  --form-item-botton: 10px;
  --form-item-br: 12px;
  --form-item-width: 50%;
  --form-item-bg: transparent;
  --form-item-height: 40px;
  --form-item-padding: 12px;
  --form-label-size: 14px;
  --form-color: #999999;
  --form-textarea-height: 120px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.footer-top .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.footer-top .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #999999;
}
.footer-top .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.footer-top .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.footer-top .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.footer-top .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.footer-top .mod_form .mod_form_item .conts button span {
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
}
.footer-top .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.footer-top .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.footer-top .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.footer-top .mod_form .mod_form_item.textarea .conts label {
  top: 22px;
}
.footer-top .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.footer-top .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.footer-top .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.footer-top .mod_form .mod_form_item.block {
  width: 100%;
}
.footer {
  background-color: #333333;
}
.footer-item .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 24px;
}
.footer-item ul li {
  margin-bottom: 8px;
  display: flex;
}
.footer-item ul li .key,
.footer-item ul li a,
.footer-item ul li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.footer-item ul li .val {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-item ul li a {
  position: relative;
}
.footer-item ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  right: 0;
  bottom: 4px;
  transition: all 0.5s;
  width: 0;
}
@media screen and (min-width: 1200px) {
  .footer-item ul li a:hover::after {
    width: 100%;
    left: 0;
    right: initial;
  }
}
.footer-item ul li:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #676767;
}
.footer-bottom p,
.footer-bottom a {
  color: #9A9A9A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin: 0 8px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom a:hover {
    color: #fff;
  }
}
.contact-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-content > img {
  position: absolute;
  z-index: -1;
  width: 825px;
  right: 0;
  bottom: 0;
  transform: translateY(20%);
}
.prodeta-info .right {
  align-items: stretch;
}
.prodeta-info .right .title {
  text-align: left;
}
.product-content > .hc_cont1410 > .flex {
  align-items: flex-start;
}
.product-content > .hc_cont1410 > .flex > .left {
  position: sticky;
  top: 120px;
  left: 0;
}
.slick-arrow.slick-hidden ~ * {
  display: none;
}
.home-product-imglist {
  height: 100%;
}
.home-product-imglist * {
  height: 100%;
}
.home-news-hd .home-hd {
  margin-bottom: 0 !important;
}
.home-news-right-item .rights {
  width: calc(100% - 55px - 36px);
}
.home-news-right-item {
  margin-bottom: 30px;
}
.home-news-right-item:last-child {
  margin-bottom: 0;
}
.header-contorl {
  display: flex;
  align-items: center;
}
.ct_aside1 {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  --item-wh: 44px;
  /* 个体宽高 */
  --item-bg: rgba(0, 0, 0, 0.25);
  /* 个体背景色 */
  --item-hover-bg: #3A9E1E;
  /* 个体背景色 */
  --item-margin-bottom: 2px;
  /* 个体间距 */
  --item-br: 0;
  /* 个体圆角 */
  --item-fs: 20px;
  /* iconfont 图标大小 */
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.ct_aside1_item {
  margin-bottom: var(--item-margin-bottom);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--item-bg);
  font-size: var(--item-fs);
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--item-hover-bg);
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--item-hover-bg);
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--item-wh);
  height: var(--item-wh);
  border-radius: 0;
}
.ct_aside1_switch {
  background-color: var(--item-bg);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-180deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 15px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.07); */
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.contact {
  overflow: hidden;
}
.home-product {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
.privacy_cont {
  padding: 7rem 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.home-product-smlist {
  position: relative;
}
.home-product-smlist::after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  top: 0;
}
.home-product-smlist::before {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 2;
}
/* hover */

.prodeta-property-cont p{
    margin-bottom: 0;
}

.support-bodys{
    display: none;
    padding-top: 30px;
}

.support-header {
    cursor: pointer;
}

.support-item.active .icons span{
    transform: rotate(90deg);
}

.support-header{
    margin-bottom: 0;    
}


.footer .contact-list .contact-item .key,
.footer .contact-list .contact-item .val a,
.footer .contact-list .contact-item .val p{
    color: #fff;
}

.contact-list .contact-item .key{
    flex-shrink: 0;
}





