/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
}
.index-banner .box .pc {
  display: block;
}
.index-banner .box .phone {
  display: none;
}
.index-banner .swiper-slide {
  overflow: hidden;
}
.index-banner .swiper-other {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 7.8%;
  text-align: center;
  width:100%;
}
.index-banner .swiper-other .swiper-pagination-bullet {
  --cw: 14px;
  position: relative;
  cursor: pointer;
}
.index-banner .swiper-other .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
}
.index-banner .swiper-other .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  width: var(--cw);
  height: var(--cw);
  opacity: 1;
  transition: opacity 0.3s;
}
.index-banner .swiper-other .cycle-box {
  --size: var(--cw);
  --b-c: #ffffff;
  --b-w: 1px;
  display: block;
}
.index-banner .swiper-other .text-scroll {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4em;
  color: #ffffff;
}
.index-banner .swiper-other .text-scroll .self-svg {
  --size: 1.8em;
  --fill: #ffffff;
}
.index-banner .swiper-other .text-scroll .txt {
  margin-top: 5px;
  opacity: 0.8;
}
.index-banner .swiper-points-num{position:absolute;left:6%;bottom:-30px;} 
.index-banner .swiper-btns{position:absolute;right:6%;} 
.index-banner .text-scroll{position:absolute;left:50%;margin-left:-20px;} 
@media (max-width: 1200px) {
  .index-banner .box .pc {
    display: none;
  }
  .index-banner .box .phone {
    display: block;
  }
  .index-banner .swiper-other {
    bottom: 0.3rem;
  }
  .index-banner .swiper-other .swiper-points-num {
    width: 100%;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 0.26rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.1rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet::before {
    border-width: 2px;
  }
  .index-banner .swiper-other .cycle-box {
    --b-w: 2px;
  }
  .index-banner .swiper-other .text-scroll {
    display: none;
    font-size: 0.24rem;
  }
  .index-banner .swiper-other .text-scroll .self-svg {
    --size: 1.6em;
  }
  .index-banner .swiper-other .text-scroll .txt {
    margin-top: 0.1rem;
  }
  .index-banner .swiper-other .swiper-btns {
    display: none;
  }
  .index-banner .swiper-points-num{bottom:0;}
}
.index-about {
  --wrap-w: var(--wrap-1600-width);
  position: relative;
  padding-top: clamp(0px, 9.3%, 190px);
  padding-bottom: clamp(0px, 12.53%, 240px);
  overflow: hidden;
  background: url(/template/en/images/bg1-1.jpg) no-repeat center / cover;
}
.index-about .des {
  margin: 30px auto 70px;
  width: 890px;
  max-width: 100%;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}
.index-about .nums-box {
  margin-bottom: 70px;
}
.index-about .nums-box .nums-li {
  text-align: left;
  color: #333333;
}
.index-about .nums-box .nums-li + .nums-li {
  margin-left: 13%;
}
.index-about .nums-box .nums-li .nums-val {
  font-family: AlibabaSans-Medium;
  font-size: 72px;
  font-weight: bold;
  line-height: 0.9em;
}
.index-about .nums-box .nums-li .nums-mini {
  margin-left: 2px;
  font-size: 28px;
  line-height: 1.285em;
}
.index-about .nums-box .nums-li .nums-mini2 {
  margin-left: 2px;
  font-size: 16px;
  line-height: 1.285em;
}
.index-about .nums-box .nums-li .nums-txt {
  margin-top: 4px;
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 1600px) {
  .index-about {
    padding-top: clamp(0px, 9%, 190px);
    padding-bottom: clamp(0px, 8%, 240px);
  }
}
@media (max-width: 1300px) {
  .index-about {
    padding-top: clamp(0px, 8%, 190px);
    padding-bottom: clamp(0px, 7%, 240px);
  }
}
@media (max-width: 1200px) {
  .index-about {
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
  }
  .index-about .des {
    margin: 0.3rem auto 0.1rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .index-about .nums-box {
    padding-top: 1px;
    margin-bottom: 0.5rem;
  }
  .index-about .nums-box .nums-li {
    margin-top: 0.4rem;
    width: 33.33%;
    text-align: center;
  }
  .index-about .nums-box .nums-li + .nums-li {
    margin-left: 0;
  }
  .index-about .nums-box .nums-li:nth-child(3n+2) {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
  .index-about .nums-box .nums-li .nums-top {
    justify-content: center;
  }
  .index-about .nums-box .nums-li .nums-val {
    font-size: 0.5rem;
    line-height: 0.9em;
  }
  .index-about .nums-box .nums-li .nums-mini {
    margin-left: 0.1rem;
    font-size: 0.28rem;
  }
  .index-about .nums-box .nums-li .nums-mini2 {
    margin-left: 0.1rem;
    font-size: 0.2rem;
  }
  .index-about .nums-box .nums-li .nums-txt {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
}
.index-area-link {
  position: relative;
  background: url(/template/en/images/bg2-1.jpg) no-repeat center / cover;
  overflow: hidden;
  padding: clamp(0px, 6.28%, 120px) 0;
  color: #ffffff;
}
.index-area-link .ul {
  --pad: 10px;
  margin: calc(var(--pad)*-1);
}
.index-area-link .ul .li {
  padding: var(--pad);
}
.index-area-link .ul .box {
  display: block;
  border-radius: 20px;
}
.index-area-link .ul .box::before {
  padding-top: 42.352%;
}
.index-area-link .ul .box:hover .cont {
  background: rgba(var(--main-color-rgb), 0.85);
}
.index-area-link .ul .box:hover .cont .more-box-h {
  margin-top: var(--mt);
  height: var(--lh);
}
.index-area-link .ul .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  background: transparent;
  text-align: center;
  flex-direction: column;
  color: #ffffff;
  transition: background 0.3s;
}
.index-area-link .ul .cont .auto-title-block {
  --h2c: #ffffff;
  margin-bottom: 16px;
}
.index-area-link .ul .cont .li-des {
  margin: 0 auto;
  width: 470px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.index-area-link .ul .cont .more-box-h {
  --mt: 37px;
  margin-top: 0px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s, margin 0.3s;
}
.index-area-link .ul .cont .more-box-h .more-box-a-jt {
  --fill: #ffffff;
}
.index-area-link .ul .cont .more-box-h .more-box {
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 1201px) and (max-width: 1700px) {
  .index-area-link .auto-title-block .auto-title-h2 {
    font-size: 35px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .index-area-link .auto-title-block .auto-title-h2 {
    font-size: 30px;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .index-area-link .auto-title-block .auto-title-h2 {
    font-size: 28px;
  }
  .index-area-link .ul .cont .li-des {
    font-size: 17px;
  }
  .index-area-link .ul .cont .more-box-h {
    --mt: 25px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .index-area-link .auto-title-block .auto-title-h2 {
    font-size: 26px;
  }
  .index-area-link .ul .cont .li-des {
    font-size: 16px;
  }
  .index-area-link .ul .cont .more-box-h {
    --mt: 20px;
  }
}
@media (max-width: 1200px) {
  .index-area-link {
    padding: 0.75rem 0;
  }
  .index-area-link .ul {
    --pad: 0.1rem;
  }
  .index-area-link .ul .box {
    border-radius: 0.2rem;
  }
  .index-area-link .ul .box::before {
    padding-top: 48%;
  }
  .index-area-link .ul .cont {
    padding: 0.25rem 5%;
  }
  .index-area-link .ul .cont .li-des {
    font-size: 0.26rem;
  }
  .index-area-link .ul .cont .more-box-h {
    --mt: 0.3rem;
    display: none;
  }
}
.index-area {
  padding-top: clamp(0px, 7.57%, 120px);
  padding-bottom: clamp(0px, 7.57%, 126px);
  background: url(/template/en/images/bg3-1.jpg) no-repeat center / cover;
  overflow: hidden;
}
.index-area .auto-title-block {
  margin-bottom: 50px;
}
.index-area .swiper-box {
  --pad: 15px;
  margin: calc(var(--pad)*-1);
  position: relative;
}
.index-area .swiper-box .swiper {
  padding: var(--pad);
}
.index-area .swiper-box .swiper-btn {
  --s: 60px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  pointer-events: none;
}
.index-area .swiper-box .swiper-btn.prev {
  margin-left: 10px;
  left: var(--pad);
}
.index-area .swiper-box .swiper-btn.next {
  margin-right: 10px;
  right: var(--pad);
}
.index-area .swiper-box .box {
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.index-area .swiper-box .box:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.index-area .swiper-box .box:hover .type {
  color: var(--main-color);
}
.index-area .swiper-box .img-box::before {
  padding-top: 115%;
}
.index-area .swiper-box .cont {
  padding: 26px 30px 30px;
}
.index-area .swiper-box .cont .type {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333333;
  transition: all 0.3s;
}
.index-area .swiper-box .cont .line {
  display: block;
  margin: 6px 0 17px;
  width: 27px;
  height: 3px;
  background-color: var(--main-color);
}
.index-area .swiper-box .cont .en {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #666666;
}
.index-area .swiper-box:hover .swiper-btn {
  opacity: 1;
  pointer-events: auto;
}
.index-area .swiper-box:hover .swiper-btn.button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .index-area .auto-title-block {
    margin-bottom: 35px;
  }
  .index-area .swiper-box .cont {
    padding: 22px 25px 25px;
  }
  .index-area .swiper-box .cont .type {
    font-size: 20px;
  }
  .index-area .swiper-box .cont .line {
    margin-bottom: 12px;
  }
  .index-area .swiper-box .cont .en {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .index-area {
    padding: 0.75rem 0;
  }
  .index-area .auto-title-block {
    margin-bottom: 0.35rem;
  }
  .index-area .swiper-box .box {
    border-radius: 0.2rem;
  }
  .index-area .swiper-box .cont {
    padding: 0.3rem 0.3rem;
  }
  .index-area .swiper-box .cont .type {
    font-size: 0.28rem;
  }
  .index-area .swiper-box .cont .line {
    margin: 0.13rem 0 0.15rem;
    width: 0.4rem;
  }
  .index-area .swiper-box .cont .en {
    font-size: 0.26rem;
  }
}
.index-case {
  position: relative;
  padding-top: clamp(0px, 6.27%, 120px);
  padding-bottom: clamp(0px, 7.57%, 145px);
  overflow: hidden;
}
.index-case .title-flex {
  padding-bottom: 40px;
}
.index-case .auto-title-block .auto-title-en {
  position: absolute;
  left: 0;
}
.index-case .list1 {
  position: relative;
}
@media (max-width: 1600px) {
  .index-case .title-flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .index-case {
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
  }
  .index-case .title-flex {
    padding-bottom: 0.3rem;
  }
}
.index-news {
  position: relative;
  padding-top: clamp(0px, 6.27%, 120px);
  padding-bottom: clamp(0px, 13.84%, 265px);
  overflow: hidden;
}
.index-news .title-flex {
  padding-bottom: 40px;
}
.index-news .auto-title-block .auto-title-en {
  position: absolute;
  left: 0;
}
.index-news .li {
  position: relative;
  width: 50%;
}
.index-news .li:nth-child(2n+1) .img-box {
  margin-left: calc(var(--bettwen-1600-pad)*-1);
}
.index-news .li:nth-child(2n+1) .cont {
  width: 320px;
}
.index-news .li:nth-child(2n+2) .img-box {
  margin-right: calc(var(--bettwen-1600-pad)*-1);
}
.index-news .li:nth-child(2n+2) .cont {
  width: 390px;
  margin-left: 130px;
}
.index-news .li .img-box::before {
  padding-top: 46.875%;
}
.index-news .li .cont {
  position: absolute;
  top: 0;
  padding-top: 33px;
}
.index-news .li .cont .des {
  margin-top: -28px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1600px) {
  .index-news .title-flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .index-news {
    padding-top: 0.75rem;
    padding-bottom: 2.4rem;
  }
  .index-news .title-flex {
    padding-bottom: 0.3rem;
  }
}
.auto-banner {
  position: relative;
  overflow: hidden;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--main-color);
}
.auto-banner .cont .title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.05;
}
.auto-banner .cont .line {
  display: block;
  margin: 20px auto 0;
  width: 60px;
  height: 4px;
  background-color: var(--main-color);
}
@media (max-width: 1600px) {
  .auto-banner .cont .title {
    font-size: 46px;
  }
  .auto-banner .cont .line {
    margin-top: 15px;
    width: 50px;
  }
}
@media (max-width: 1400px) {
  .auto-banner .cont .title {
    font-size: 40px;
  }
  .auto-banner .cont .line {
    margin-top: 10px;
    width: 45px;
  }
}
@media (max-width: 1200px) {
  .auto-banner .cont .title {
    font-size: 0.4rem;
  }
  .auto-banner .cont .line {
    margin-top: 0.2rem;
    width: 0.6rem;
  }
}
.about-block {
  padding-bottom: clamp(0px, 6.266vw, 120px);
}
.about-block .des {
  margin: 0 auto;
  width: 1190px;
  max-width: 100%;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.about-block .img {
  margin-top: 5.23%;
}
.about-block .img img {
  display: block;
}
@media (max-width: 1600px) {
  .about-block .img {
    margin-top: 5%;
  }
}
@media (max-width: 1400px) {
  .about-block .img {
    margin-top: 4%;
  }
}
@media (max-width: 1200px) {
  .about-block {
    padding-bottom: 0.75rem;
  }
  .about-block .des {
    font-size: 0.26rem;
    line-height: 1.8em;
  }
  .about-block .img {
    margin-top: 0.35rem;
  }
}
.about-team .auto-title-block-a .title-block-a-en {
  color: #f0f0f0;
}
.about-team .list {
  padding: 3% 0;
}
.about-team .list-li {
  margin: 4% 0;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.about-team .list-li:nth-child(2n+2) .cont {
  order: 2;
}
.about-team .list-li .pad {
  padding: 5% 11.627%;
}
.about-team .list-li .pad .auto-title-block-a {
  padding-top: 0;
}
.about-team .list-li .pad .word {
  margin-top: -7px;
}
@media (max-width: 1400px) {
  .about-team .list-li {
    margin: 4% 0;
    line-height: 1.9em;
  }
  .about-team .list-li .pad {
    padding: 4% 11.627%;
  }
  .about-team .list-li .pad .word {
    margin-top: -1em;
  }
}
@media (max-width: 1200px) {
  .about-team .list {
    padding: 0.3rem 0;
  }
  .about-team .list-li {
    margin: 0.3rem 0;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .about-team .list-li:nth-child(2n+1) .cont {
    order: 2;
  }
  .about-team .list-li .pad {
    padding: 0.4rem 0.4rem;
  }
  .about-team .list-li .pad .word {
    margin-top: -0.5em;
  }
}
.about-culture {
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.about-culture .list {
  --pad: 10px;
  margin: calc(var(--pad)*-1);
  padding-top: 10px;
}
.about-culture .list-li {
  padding: calc(var(--pad)*1);
  color: #ffffff;
}
.about-culture .list-li .box {
  border-radius: 10px;
}
.about-culture .list-li .box::before {
  padding-top: 42.352%;
}
.about-culture .list-li .box:hover .cont-mark {
  background: rgba(0, 0, 0, 0.4);
}
.about-culture .list-li .cont-mark {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 35px 3%;
  background: transparent;
  color: #ffffff;
  transition: background 0.3s;
}
.about-culture .list-li .span-icon img {
  margin: 0 auto;
  position: relative;
  transform: scale(1);
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.about-culture .list-li .h6 {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
}
.about-culture .list-li .des {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1600px) {
  .about-culture .list {
    --pad: 8px;
  }
  .about-culture .list-li .box {
    border-radius: 8px;
  }
  .about-culture .list-li .cont-mark {
    padding: 30px 3%;
  }
  .about-culture .list-li .span-icon img {
    width: 72px;
  }
  .about-culture .list-li .h6 {
    margin-top: 20px;
    font-size: 24px;
  }
  .about-culture .list-li .des {
    margin-top: 8px;
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .about-culture .list-li .cont-mark {
    padding: 25px 3%;
  }
  .about-culture .list-li .span-icon img {
    width: 68px;
  }
  .about-culture .list-li .h6 {
    margin-top: 15px;
    font-size: 22px;
  }
  .about-culture .list-li .des {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .about-culture {
    padding-bottom: 0.65rem;
  }
  .about-culture .list {
    padding-top: 0;
  }
  .about-culture .list-li {
    --pad: 0.1rem;
  }
  .about-culture .list-li .box img {
    object-fit: cover;
  }
  .about-culture .list-li .box::before {
    padding-top: 55%;
  }
  .about-culture .list-li .cont-mark {
    padding: 0.4rem 3%;
  }
  .about-culture .list-li .span-icon img {
    width: 1rem;
  }
  .about-culture .list-li .h6 {
    margin-top: 0.3rem;
    font-size: 0.3rem;
  }
  .about-culture .list-li .des {
    margin-top: 0.1rem;
    font-size: 0.25rem;
  }
}
.product-type-block {
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.product-type-block .auto-title-block-a .title-block-a-en {
  color: rgba(0, 0, 0, 0.07);
}
.product-type-block .list {
  --lpad: 10px;
  margin: calc(var(--lpad)*-1);
  padding-top: 10px;
}
.product-type-block .list .list-li {
  padding: calc(var(--lpad)*1);
}
.product-type-block .list .box {
  display: block;
  transform: translate(0, 0);
  border-radius: var(--lpad);
  background: #ffffff;
  height: 100%;
  padding: 32px 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.product-type-block .list .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-type-block .list .box:hover .li-company {
  color: var(--main-color);
}
.product-type-block .list .img-box {
  margin: 0 auto;
  width: 360px;
  max-width: 100%;
}
.product-type-block .list .img-box::before {
  padding-top: 41.6667%;
}
.product-type-block .list .li-company {
  margin-top: 9px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
  transition: all 0.3s;
}
.product-type-block .list .li-des {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.4em;
  color: #666666;
}
@media (max-width: 1600px) {
  .product-type-block .list {
    --lpad: 8px;
    padding-top: 8px;
  }
  .product-type-block .list .box {
    padding: 28px 22px;
  }
  .product-type-block .list .li-company {
    margin-top: 6px;
    font-size: 22px;
  }
  .product-type-block .list .li-des {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .product-type-block .list {
    --lpad: 7px;
    padding-top: 7px;
  }
  .product-type-block .list .box {
    padding: 25px 20px;
  }
  .product-type-block .list .li-company {
    margin-top: 5px;
    font-size: 20px;
  }
  .product-type-block .list .li-des {
    margin-top: 3px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .product-type-block {
    padding-bottom: 0.65rem;
  }
  .product-type-block .list {
    --lpad: 0.1rem;
    padding-top: 0.1rem;
  }
  .product-type-block .list .box {
    padding: 0.3rem 0.25rem;
  }
  .product-type-block .list .li-company {
    margin-top: 0.1rem;
    font-size: 0.3rem;
  }
  .product-type-block .list .li-des {
    margin-top: 0.08rem;
    font-size: 0.26rem;
  }
}
.product-list-block {
  padding: clamp(0px, 5.22vw, 100px) 0;
}
.product-list-block .list {
  --lpad: 10px;
  margin: calc(var(--lpad)*-1);
}
.product-list-block .list .list-li {
  padding: calc(var(--lpad)*1);
}
.product-list-block .list .box {
  display: block;
  transform: translate(0, 0);
  border-radius: var(--lpad);
  background: #ffffff;
  height: 100%;
  padding: 18px 25px 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.product-list-block .list .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-list-block .list .box:hover .li-title {
  color: var(--main-color);
}
.product-list-block .list .img-box {
  margin: 0 auto;
  width: 360px;
  max-width: 100%;
}
.product-list-block .list .img-box::before {
  padding-top: 55.556%;
}
.product-list-block .list .li-title {
  margin-top: 0.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .product-list-block .list {
    --lpad: 8px;
    padding-top: 8px;
  }
  .product-list-block .list .box {
    padding: 15px 22px 28px;
  }
  .product-list-block .list .li-title {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .product-list-block .list {
    --lpad: 7px;
    padding-top: 7px;
  }
  .product-list-block .list .box {
    padding: 15px 20px 25px;
  }
  .product-list-block .list .li-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .product-list-block {
    padding-top: 0.5rem;
    padding-bottom: 0.65rem;
  }
  .product-list-block .list {
    --lpad: 0.1rem;
    padding-top: 0.1rem;
  }
  .product-list-block .list .box {
    padding: 0.3rem 0.25rem;
  }
  .product-list-block .list .li-title {
    margin-top: 0.1rem;
    font-size: 0.3rem;
  }
}
.product-info {
  padding-top: clamp(0px, 3.8%, 70px);
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.product-info .b-radius {
  border-radius: 4px;
}
.product-info .top-block {
  padding: 3.779% 0;
}
.product-info .top-block .img-list {
  border-right: solid 1px #eeeeee;
  width: 44.47%;
  padding: 0 2.9% 17px;
}
.product-info .top-block .img-list .swiper {
  margin: 0 auto;
  width: 100%;
}
.product-info .top-block .img-list .swiper-btn {
  --dc: #cccccc;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
}
.product-info .top-block .img-list .swiper-btn .self-svg {
  --s: 30px;
  --size: 34%;
  --fill: #ffffff;
  border-radius: 50%;
}
.product-info .top-block .img-list .swiper-btn.prev {
  left: 0;
}
.product-info .top-block .img-list .swiper-btn.prev .icon {
  transform: scale(-1);
}
.product-info .top-block .img-list .swiper-btn.next {
  right: 0;
}
.product-info .top-block .img-list .swiper-btn.next .icon {
  transform: scale(1);
}
.product-info .top-block .img-list .swiper-points {
  margin-top: 20px;
  width: 100%;
}
.product-info .top-block .img-list .swiper-points span {
  --sw: 9px;
  margin: 0 3.5px;
  border-radius: 50%;
  background: #dddddd;
}
.product-info .top-block .img-list .swiper-points span:hover,
.product-info .top-block .img-list .swiper-points span.swiper-pagination-bullet-active {
  background: var(--main-color);
}
.product-info .top-block .cont {
  width: 55.53%;
  padding: 15px 3.488%;
  font-size: 14px;
  line-height: 2em;
  color: #666666;
}
.product-info .top-block .cont .h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.product-info .top-block .cont .des {
  margin-top: 7px;
}
.product-info .top-block .cont .parameter {
  margin-top: 17px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 19px 0;
  color: #999999;
}
.product-info .top-block .cont .parameter .p {
  padding-top: 1px;
  padding-bottom: 1px;
}
.product-info .top-block .cont .parameter .p-tit {
  flex-shrink: 0;
  color: #333333;
}
.product-info .top-block .cont .btns-box {
  --lh: 50px;
  margin-top: 40px;
  font-size: 16px;
  line-height: var(--lh);
  color: #ffffff;
}
.product-info .top-block .cont .btns-box .btns-a {
  background: #cccccc;
  border-radius: calc(var(--lh)*0.5);
  min-width: 10em;
  padding: 0 1em;
  transition: all 0.3s;
}
.product-info .top-block .cont .btns-box .btns-a + .btns-a {
  margin-left: 10px;
}
.product-info .top-block .cont .btns-box .btns-a:hover {
  background: var(--main-color);
}
.product-info .top-block .cont .btns-box .on {
  background-color: var(--main-color);
}
.product-info .top-block .cont .btns-box .zx .icon-span {
  background: url(/template/en/images/icon1.png) no-repeat center / contain;
}
.product-info .top-block .cont .btns-box .icon-span {
  --sw: 1.375em;
  --size: 100%;
  --fill: #ffffff;
  margin-right: 10px;
  width: var(--sw);
  height: var(--sw);
}
.product-info .bot-block {
  margin-top: 30px;
}
.product-info .bot-block .pad {
  padding: 27px 3.48% 37px;
}
.product-info .bot-block .h4-title {
  padding: 0.7em 0;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}
.product-info .bot-block .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.4em 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 1.875em;
  color: #333333;
}
@media (max-width: 1600px) {
  .product-info .top-block {
    padding: 3.779% 0;
  }
  .product-info .top-block .cont .h2 {
    font-size: 28px;
  }
  .product-info .top-block .cont .des {
    margin-top: 5px;
  }
  .product-info .top-block .cont .parameter {
    margin-top: 15px;
    padding: 16px 0;
  }
  .product-info .top-block .cont .parameter .p {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-info .top-block .cont .btns-box {
    --lh: 44px;
    margin-top: 35px;
    font-size: 15px;
  }
  .product-info .bot-block .pad {
    padding: 25px 3.48% 32px;
  }
  .product-info .bot-block .h4-title {
    font-size: 22px;
  }
  .product-info .bot-block .content {
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  .product-info {
    padding-top: 0.65rem;
    padding-bottom: 0.66rem;
  }
  .product-info .b-radius {
    border-radius: 0.1rem;
  }
  .product-info .top-block {
    padding: 0.35rem 0.45rem 0.45rem;
  }
  .product-info .top-block .img-list {
    border-right: 0 none;
    width: 100%;
    padding: 0;
  }
  .product-info .top-block .img-list img {
    display: block;
    width: 100%;
  }
  .product-info .top-block .img-list .swiper-btn .self-svg {
    --s: 0.6rem;
  }
  .product-info .top-block .img-list .swiper-points {
    margin-top: 0.3rem;
    width: 100%;
  }
  .product-info .top-block .img-list .swiper-points span {
    --sw: 0.16rem;
    margin: 0 0.08rem;
  }
  .product-info .top-block .cont {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.8em;
  }
  .product-info .top-block .cont .h2 {
    font-size: 0.32rem;
  }
  .product-info .top-block .cont .des {
    margin-top: 0.1rem;
  }
  .product-info .top-block .cont .parameter {
    margin-top: 0.3rem;
    padding: 1em 0;
  }
  .product-info .top-block .cont .btns-box {
    --lh: 0.6rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
  }
  .product-info .top-block .cont .btns-box .btns-a + .btns-a {
    margin-left: 0.2rem;
  }
  .product-info .top-block .cont .btns-box .icon-span {
    --sw: 1.2em;
    margin-right: 0.6em;
  }
  .product-info .bot-block {
    margin-top: 0.45rem;
  }
  .product-info .bot-block .pad {
    padding: 0.2rem 0.45rem 0.2rem;
  }
  .product-info .bot-block .h4-title {
    padding: 0.8em 0;
    font-size: 0.3rem;
  }
  .product-info .bot-block .content {
    padding: 1.5em 0;
    font-size: 0.26rem;
    line-height: 1.7em;
  }
}
.service-block {
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.service-block .auto-title-block-a .title-block-a-en {
  color: rgba(0, 0, 0, 0.07);
}
.service-block .list {
  padding-top: 20px;
}
.service-block .list .list-li {
  background-color: #ffffff;
}
.service-block .list .list-li:nth-child(2n+2) .img-box {
  order: 2;
}
.service-block .list .cont {
  padding: 3% 3.488% 3% 4.65%;
}
.service-block .list .h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.service-block .list .h6 img {
  margin-right: 0.5em;
  object-position: left center;
  width: min(1.4em, 32px);
}
.service-block .list .words {
  margin-top: 1.4em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.3em;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1600px) {
  .service-block .list {
    padding-top: 10px;
  }
  .service-block .list .h6 {
    font-size: 22px;
  }
  .service-block .list .h6 img {
    margin-right: 0.5em;
  }
  .service-block .list .words {
    margin-top: 1.3em;
    padding-top: 1.2em;
    line-height: 1.9em;
  }
}
@media (max-width: 1200px) {
  .service-block {
    padding-bottom: 0.65rem;
  }
  .service-block .list {
    padding-top: 0.05rem;
  }
  .service-block .list .list-li {
    background-color: #ffffff;
  }
  .service-block .list .list-li:nth-child(2n+2) .img-box {
    order: 0;
  }
  .service-block .list .cont {
    padding: 0.4rem 0.35rem;
  }
  .service-block .list .h6 {
    font-size: 0.3rem;
  }
  .service-block .list .h6 img {
    margin-right: 0.4em;
  }
  .service-block .list .words {
    margin-top: 0.9em;
    padding-top: 0.8em;
    font-size: 0.26rem;
    line-height: 1.8em;
  }
}
.quality-block {
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.quality-block .auto-title-block-a .title-block-a-en {
  color: rgba(0, 0, 0, 0.07);
}
.quality-block .list {
  padding-top: 20px;
}
.quality-block .list .list-li {
  background-color: #ffffff;
}
.quality-block .list .list-li:nth-child(2n+2) .img-box {
  order: 2;
}
.quality-block .list .cont {
  padding: 3% 4.65%;
}
.quality-block .list table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
}
.quality-block .list table td,
.quality-block .list table th {
  border: 1px solid #e5e5e5;
  padding: 0.85em 1em;
}
.quality-block .list table th {
  background-color: #f6f6f6;
}
.quality-block .list table th:nth-child(1) {
  width: 69.5%;
}
@media (max-width: 1600px) {
  .quality-block .list {
    padding-top: 10px;
  }
  .quality-block .list table {
    font-size: 15px;
  }
  .quality-block .list table td,
  .quality-block .list table th {
    padding: 0.75em 1em;
  }
}
@media (max-width: 1200px) {
  .quality-block {
    padding-bottom: 0.65rem;
  }
  .quality-block .list {
    padding-top: 0.05rem;
  }
  .quality-block .list .list-li {
    background-color: #ffffff;
  }
  .quality-block .list .list-li:nth-child(2n+1) .img-box {
    order: -1;
  }
  .quality-block .list .list-li:nth-child(2n+2) .img-box {
    order: -1;
  }
  .quality-block .list .cont {
    padding: 0.4rem;
  }
  .quality-block .list table {
    font-size: 0.26rem;
  }
  .quality-block .list table td,
  .quality-block .list table th {
    padding: 0.75em 1em;
  }
}
.technology-block {
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.technology-block .auto-title-block-a .title-block-a-en {
  color: rgba(0, 0, 0, 0.07);
}
.technology-block .list {
  --lpad: 10px;
  margin: calc(var(--lpad)*-1);
  padding-top: 20px;
}
.technology-block .list .list-li {
  padding: calc(var(--lpad)*1);
}
.technology-block .list .box {
  display: block;
  transform: translate(0, 0);
  border-radius: var(--lpad);
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.technology-block .list .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.technology-block .list .box:hover .li-company {
  color: var(--main-color);
}
.technology-block .list .img-box::before {
  padding-top: 78.57%;
}
.technology-block .list .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(var(--main-color-rgb), 0.95);
  padding: 17px 7% 19px;
}
.technology-block .list .cont .li-title {
  font-size: 24px;
  line-height: 1.4em;
  color: #ffffff;
}
.technology-block .list .cont .tags {
  --tagp: 15px;
  margin: 3px calc(var(--tagp)*-1) 0;
  font-size: 16px;
  line-height: 1.4em;
  color: #fefefe;
}
.technology-block .list .cont .tags-li {
  --sw: 7px;
  padding: 0 var(--tagp);
}
.technology-block .list .cont .tags-li::before {
  content: '';
  margin-right: 0.3em;
  border-radius: 50%;
  height: var(--sw);
  width: var(--sw);
  background-color: #f7f7f7;
}
@media (max-width: 1600px) {
  .technology-block .list {
    --lpad: 8px;
    padding-top: 8px;
  }
  .technology-block .list .cont {
    padding: 15px 6% 16px;
  }
  .technology-block .list .cont .li-title {
    font-size: 22px;
  }
  .technology-block .list .cont .tags {
    --tagp: 12px;
    margin: 3px calc(var(--tagp)*-1) 0;
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .technology-block .list {
    --lpad: 7px;
    padding-top: 7px;
  }
  .technology-block .list .cont {
    padding: 12px 5% 13px;
  }
  .technology-block .list .cont .li-title {
    font-size: 20px;
  }
  .technology-block .list .cont .tags {
    --tagp: 12px;
    margin: 3px calc(var(--tagp)*-1) 0;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .technology-block {
    padding-bottom: 0.65rem;
  }
  .technology-block .list {
    --lpad: 0.1rem;
    padding-top: 0.1rem;
  }
  .technology-block .list .cont {
    position: relative;
    padding: 0.2rem 0.25rem;
  }
  .technology-block .list .cont .li-title {
    font-size: 0.3rem;
  }
  .technology-block .list .cont .tags {
    --tagp: 0.08rem;
    margin: 0.05rem calc(var(--tagp)*-1) 0;
    font-size: 0.26rem;
  }
  .technology-block .list .cont .tags-li {
    --sw: 0.1rem;
  }
}
.news-list {
  padding-bottom: clamp(0px, 6.28%, 100px);
}
.news-list .auto-title-block-a .title-block-a-en {
  color: rgba(0, 0, 0, 0.07);
}
.news-list .list {
  --imgw: 400px;
  --lpad: 10px;
  margin: calc(var(--lpad)*-1);
  padding-top: 25px;
  padding-bottom: 10px;
}
.news-list .list .list-li {
  padding: calc(var(--lpad)*1);
}
.news-list .list .box {
  transform: translate(0, 0);
  border-radius: 5px;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.news-list .list .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-list .list .box:hover .li-title {
  color: var(--main-color);
}
.news-list .list .img-box {
  width: var(--imgw);
}
.news-list .list .img-box::before {
  padding-top: 55%;
}
.news-list .list .cont {
  width: calc(100% - var(--imgw));
  padding: 34px 4% 25px;
  flex-direction: column;
}
.news-list .list .cont .li-title {
  font-size: 16px;
  line-height: 1.71em;
  color: #333333;
  transition: all 0.3s;
}
.news-list .list .cont .des {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.71em;
  color: #888888;
}
.news-list .list .cont .other {
  margin-top: 16px;
}
.news-list .list .cont .more-btn {
  --sw: 30px;
  --size: 50%;
  --fill: var(--main-color);
  border-radius: 50%;
  border: 1px solid var(--main-color);
  width: var(--sw);
  height: var(--sw);
}
.news-list .list .cont .time {
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
@media (max-width: 1600px) {
  .news-list .list {
    --imgw: 360px;
    --lpad: 8px;
    padding-top: 18px;
  }
  .news-list .list .cont {
    padding: 22px 4% 20px;
  }
  .news-list .list .cont .li-title {
    line-height: 1.6em;
  }
  .news-list .list .cont .des {
    margin-top: 5px;
    line-height: 1.6em;
  }
  .news-list .list .cont .other {
    margin-top: 12px;
  }
}
@media (max-width: 1400px) {
  .news-list .list {
    --lpad: 7px;
    --imgw: 320px;
    padding-top: 10px;
  }
  .news-list .list .cont {
    padding: 18px 3% 15px;
  }
  .news-list .list .cont .li-title {
    font-size: 15px;
    line-height: 1.5em;
  }
  .news-list .list .cont .des {
    margin-top: 5px;
    line-height: 1.5em;
  }
  .news-list .list .cont .other {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .news-list {
    padding-bottom: 0.65rem;
  }
  .news-list .list {
    --lpad: 0.1rem;
    --imgw: 4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .news-list .list .box {
    flex-wrap: wrap;
    border-radius: 0.1rem;
  }
  .news-list .list .cont {
    padding: 0.25rem 0.3rem;
  }
  .news-list .list .cont .li-title {
    -webkit-line-clamp: 1;
    font-size: 0.28rem;
    line-height: 1.4em;
  }
  .news-list .list .cont .des {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .news-list .list .cont .other {
    margin-top: 0.1rem;
  }
  .news-list .list .cont .more-btn {
    --sw: 0.4rem;
  }
  .news-list .list .cont .time {
    font-size: 0.24rem;
  }
}
@media (max-width: 650px) {
  .news-list .list {
    --imgw: 100%;
  }
  .news-list .list .cont {
    width: 100%;
    padding: 0.3rem 0.3rem;
  }
  .news-list .list .cont .li-title {
    font-size: 0.3rem;
  }
  .news-list .list .cont .other {
    margin-top: 0.15rem;
  }
}
.news-info {
  padding-top: 83px;
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.news-info .left-flex {
  width: 70.349%;
  flex-direction: column;
}
.news-info .left-flex .info-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.news-info .left-flex .other {
  margin-top: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.news-info .left-flex .other .author {
  margin-left: 1.7em;
}
.news-info .left-flex .other .return {
  --dc: #666666;
  font-size: 16px;
  line-height: 2em;
  color: var(--dc);
  transition: all 0.3s;
}
.news-info .left-flex .other .return .self-svg {
  --size: 1.4em;
  --fill: var(--dc);
  margin-right: 0.9em;
}
.news-info .left-flex .other .return .self-svg svg {
  transition: all 0.3s;
}
.news-info .left-flex .other .return:hover {
  --dc: var(--main-color);
}
.news-info .left-flex .cont {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.25em 0;
  font-size: 16px;
  line-height: 2em;
  color: #666666;
}
.news-info .right-flex {
  width: 26.262%;
}
.news-info .right-flex .right-flex-title {
  padding-bottom: 13px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1600px) {
  .news-info {
    padding-top: 73px;
  }
  .news-info .left-flex .info-title {
    font-size: 28px;
  }
  .news-info .left-flex .other {
    margin-top: 0;
  }
  .news-info .left-flex .other .author {
    margin-left: 1.5em;
  }
  .news-info .left-flex .other .return {
    font-size: 15px;
  }
  .news-info .right-flex {
    width: 27%;
  }
  .news-info .right-flex .right-flex-title {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .news-info {
    padding-top: 50px;
  }
  .news-info .left-flex .info-title {
    font-size: 26px;
  }
  .news-info .left-flex .cont {
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding-top: 0.5rem;
    padding-bottom: 0.65rem;
  }
  .news-info .left-flex {
    width: 100%;
  }
  .news-info .left-flex .info-title {
    font-size: 0.34rem;
  }
  .news-info .left-flex .other {
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
  }
  .news-info .left-flex .other .author {
    margin-left: 1.2em;
  }
  .news-info .left-flex .other .return {
    font-size: 0.24rem;
  }
  .news-info .left-flex .cont {
    padding: 1em 0;
    font-size: 0.26rem;
  }
  .news-info .right-flex {
    margin-top: 0.4rem;
    width: 100%;
  }
  .news-info .right-flex .right-flex-title {
    padding-bottom: 0.2rem;
    font-size: 0.3rem;
  }
}
.put-news .list {
  --lpad: 10px;
  margin: calc(var(--lpad)*-1);
}
.put-news .list .list-li {
  padding: calc(var(--lpad)*1);
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  transition: all 0.3s;
}
.put-news .list .list-box {
  display: block;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.put-news .list .list-box .img-box::before {
  padding-top: 55%;
}
.put-news .list .list-box:hover {
  color: var(--main-color);
}
.put-news .list .li-cont {
  padding: 25px 35px;
}
.put-news .list .li-title {
  display: block;
  margin-bottom: 6px;
  height: 3em;
}
.put-news .list .other {
  --sw: 30px;
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.put-news .list .other .more-btn {
  --size: 50%;
  --fill: var(--main-color);
  border-radius: 50%;
  border: 1px solid var(--main-color);
  width: var(--sw);
  height: var(--sw);
}
@media (max-width: 1600px) {
  .put-news .list {
    --lpad: 8px;
  }
  .put-news .list .list-li {
    font-size: 15px;
  }
  .put-news .list .li-cont {
    padding: 20px 25px;
  }
  .put-news .list .other {
    --sw: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .put-news .list .list-li {
    font-size: 14px;
  }
  .put-news .list .li-cont {
    padding: 15px 15px;
  }
  .put-news .list .other {
    --sw: 26px;
  }
}
@media (max-width: 1200px) {
  .put-news .list {
    --lpad: 0.1rem;
  }
  .put-news .list .list-li {
    font-size: 0.26rem;
  }
  .put-news .list .li-cont {
    padding: 0.3rem 0.2rem 0.25rem;
  }
  .put-news .list .li-title {
    height: auto;
  }
  .put-news .list .other {
    --sw: 0.4rem;
    font-size: 0.24rem;
  }
}
.contact-info {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: clamp(0px, 6.28%, 120px);
}
.contact-info .top-box {
  margin-bottom: 3.72%;
  background: #ffffff;
}
.contact-info .top-box .left-cont {
  width: 50%;
}
.contact-info .top-box .left-cont .map {
  height: 600px;
}
.contact-info .top-box .left-cont .map * {
  box-sizing: content-box;
}
.contact-info .top-box .right-cont {
  width: 50%;
  padding: 5% 5.8%;
  font-size: 16px;
  line-height: 1.4em;
  color: #666666;
}
.contact-info .top-box .right-cont .cont-box {
  width: 100%;
}
.contact-info .top-box .right-cont .h2 {
  padding-bottom: 0.6em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.contact-info .top-box .right-cont .list-li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
}
.contact-info .top-box .right-cont .list-li .li-company {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.contact-info .top-box .right-cont .li {
  padding-top: 9px;
  padding-bottom: 9px;
}
.contact-info .top-box .right-cont .li .li-icon {
  --sw: 1.375em;
  --size: 100%;
  --fill: #666666;
  margin-right: 0.5em;
  border-radius: 5px;
  flex-shrink: 0;
  width: var(--sw);
  height: var(--sw);
}
.contact-info .top-box .right-cont .li .li-icon.location {
  --size: 88%;
}
.contact-info .top-box .right-cont .li .li-icon.location svg {
  transform: scaleX(-1);
}
.contact-info .top-box .right-cont .li .li-icon.phone {
  --size: 84%;
}
.contact-info .top-box .right-cont .li .li-icon.mail {
  --size: 88%;
}
.contact-info .top-box .right-cont .li .phone-val {
  font-size: 28px;
  color: var(--main-color);
}
.contact-info .top-box .right-cont .share-box {
  --sc: #666666;
  --w: 30px;
  margin-top: 30px;
}
.contact-info .top-box .right-cont .share-box .share-a + .share-a {
  margin-left: 24px;
}
.contact-info .img-list {
  --lpd: 10px;
  margin: calc(var(--lpd)*-1);
}
.contact-info .img-list .i-l-li {
  padding: calc(var(--lpd)*1);
}
.contact-info .img-list .img-box {
  border-radius: var(--lpd);
}
.contact-info .img-list .img-box::before {
  padding-top: 57.83%;
}
.contact-info .img-list .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.contact-info .img-list .fb-word {
  width: 100%;
  padding: 0.6em 7%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .contact-info {
    padding-top: 80px;
  }
  .contact-info .top-box .left-cont .map {
    height: 580px;
  }
  .contact-info .top-box .right-cont .h2 {
    padding-bottom: 0.5em;
    font-size: 30px;
  }
  .contact-info .top-box .right-cont .list-li {
    padding: 35px 0;
  }
  .contact-info .top-box .right-cont .list-li .li-company {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .contact-info .top-box .right-cont .li .phone-val {
    font-size: 26px;
  }
  .contact-info .top-box .right-cont .share-box {
    margin-top: 25px;
  }
  .contact-info .top-box .right-cont .share-box .share-a + .share-a {
    margin-left: 22px;
  }
  .contact-info .img-list {
    --lpd: 8px;
  }
  .contact-info .img-list .fb-word {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .contact-info {
    padding-top: 70px;
  }
  .contact-info .top-box .left-cont .map {
    height: 550px;
  }
  .contact-info .top-box .right-cont {
    font-size: 15px;
  }
  .contact-info .top-box .right-cont .h2 {
    padding-bottom: 0.4em;
    font-size: 28px;
  }
  .contact-info .top-box .right-cont .list-li {
    padding: 25px 0;
  }
  .contact-info .top-box .right-cont .li {
    padding: 8px 0;
  }
  .contact-info .top-box .right-cont .li .phone-val {
    font-size: 24px;
  }
  .contact-info .top-box .right-cont .share-box {
    margin-top: 20px;
  }
  .contact-info .top-box .right-cont .share-box .share-a + .share-a {
    margin-left: 20px;
  }
  .contact-info .img-list {
    --lpd: 7px;
  }
  .contact-info .img-list .fb-word {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .contact-info {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .contact-info .top-box {
    margin-bottom: 0.4rem;
  }
  .contact-info .top-box .left-cont {
    width: 100%;
  }
  .contact-info .top-box .left-cont .map {
    height: 5rem;
  }
  .contact-info .top-box .right-cont {
    width: 100%;
    padding: 0.35rem 0.35rem;
    font-size: 0.26rem;
  }
  .contact-info .top-box .right-cont .h2 {
    padding-bottom: 0.4em;
    font-size: 0.32rem;
  }
  .contact-info .top-box .right-cont .list-li {
    padding: 0.3rem 0;
  }
  .contact-info .top-box .right-cont .li {
    padding: 0.1rem 0;
  }
  .contact-info .top-box .right-cont .li .phone-val {
    font-size: 0.3rem;
  }
  .contact-info .top-box .right-cont .share-box {
    --w: 0.5rem;
    margin-top: 0.3rem;
  }
  .contact-info .top-box .right-cont .share-box .share-a + .share-a {
    margin-left: 0.3rem;
  }
  .contact-info .img-list {
    --lpd: 0.1rem;
  }
  .contact-info .img-list .fb-word {
    font-size: 0.28rem;
  }
}
.contact-form .content {
  padding: 30px 0;
  font-size: 14px;
}
.contact-form .o-title {
  font-size: 1.4em;
}
.contact-form .o-desc {
  font-size: 1.1em;
  color: #666;
  line-height: 30px;
}
.contact-form .o-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.contact-form .one-input {
  width: calc(50% - 10px);
  margin: 10px 0;
}
.contact-form .one-input input {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.contact-form .codes {
  display: flex;
}
.contact-form .codes span {
  line-height: 40px;
  color: #666;
}
.contact-form .codes .code-btn {
  margin: 0 10px;
  width: 120px;
  height: 40px;
}
.contact-form .code {
  width: 40%!important;
}
.contact-form .one-inputs {
  margin-top: 5px;
  width: 100%;
}
.contact-form .o-rs {
  width: 100%;
  border: 1px solid #e8e8e8;
  height: 150px;
  padding-left: 10px;
  resize: none;
}
.contact-form .btn {
  width: 70px;
  height: 40px;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 40px;
  margin: 20px auto;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-form .btn:hover {
  background: var(--main-color);
  color: #FFF;
  border: 1px solid var(--main-color);
}
@media (max-width: 1200px) {
  .contact-form .content {
    padding: 0.65rem 0 0.4rem;
    font-size: 0.24rem;
  }
  .contact-form .o-title {
    margin-bottom: 0.15rem;
  }
  .contact-form .o-desc {
    line-height: 1.4em;
  }
  .contact-form .o-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.2rem 0;
  }
  .contact-form .one-input {
    width: 100%;
    margin: 0.1rem 0;
  }
  .contact-form .one-input input {
    height: 0.56rem;
    line-height: 0.56rem;
    padding-left: 1em;
  }
  .contact-form .codes span {
    font-size: 0.9em;
    line-height: 0.56rem;
  }
  .contact-form .codes .code-btn {
    margin: 0 0.15rem;
    width: 1.56rem;
    height: 0.56rem;
  }
  .contact-form .one-inputs {
    margin-top: 0.1rem;
  }
  .contact-form .o-rs {
    height: 1.6rem;
    padding: 0.08rem 1em;
  }
  .contact-form .btn {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    margin: 0.2rem auto 0;
    border-radius: 0.1rem;
  }
}
.site-map {
  --dc: #333333;
  --hc: var(--main-color);
  --lpd: 40px;
  --w: 1200px;
  padding-top: 65px;
  padding-bottom: 65px;
  color: var(--dc);
}
.site-map a {
  color: var(--dc);
  text-decoration: none;
}
.site-map a:hover {
  color: var(--hc);
}
.site-map .wrap-cont {
  margin: 0 auto;
  width: var(--w);
  max-width: calc(100% - 30px);
}
.site-map .site-map-border {
  border: 1px solid #ddd;
  padding: 0 30px 30px;
}
.site-map .site-map-title {
  font-size: 28px;
  margin: 45px 0;
  font-weight: normal;
  text-align: center;
}
.site-map .site-map-list {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.site-map .map-list-li {
  list-style: none;
}
.site-map .map-list-li + .map-list-li {
  margin-top: 20px;
}
.site-map .list-li-dl {
  margin: 0;
  padding: 0;
}
.site-map .list-dl-dt {
  padding: 0.75em var(--lpd);
  font-weight: bold;
  background: #f5f5f5;
}
.site-map .list-dl-dd {
  --mini-pad: 20px;
  display: flex;
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: 0 none;
  padding: 20px var(--mini-pad);
  flex-wrap: wrap;
}
.site-map .list-dl-dd a {
  margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}
@media (max-width: 1200px) {
  .site-map {
    --lpd: 15px;
    --w: 768px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-map .site-map-border {
    padding: 0 15px 15px;
  }
  .site-map .site-map-title {
    font-size: 17px;
    margin: 15px 0;
  }
  .site-map .site-map-list {
    font-size: 14px;
  }
  .site-map .map-list-li + .map-list-li {
    margin-top: 15px;
  }
  .site-map .list-dl-dt {
    padding: 0.7em var(--lpd);
  }
  .site-map .list-dl-dd {
    --mini-pad: 10px;
    padding: 13px var(--mini-pad);
  }
  .site-map .list-dl-dd a {
    margin: 0.2em calc(var(--lpd) - var(--mini-pad));
  }
}


/* 新闻快讯 */
.news{font-size:.875em;overflow:hidden;padding:90px 0 60px 0;background:#fff;}
.news .auto-title-block .auto-title-line{margin:0; margin-top:10px;}
.news li{list-style-type:none;}
.newsTop{margin-bottom:40px;overflow:hidden;position: relative;}
.newsTop .hTitle{text-align:left;margin-bottom:0;}
.newsMenu{text-align:center;font-size:1.143em;position:absolute;bottom:10px;right:0;}
.newsMenu a{display:inline-block;width:150px;height:50px;line-height:50px;background:#f5f5f5;margin-left:20px;position:relative;z-index:2;overflow:hidden;}
.newsMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#dab765;width:100%;height:100%;z-index:-1;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.newsMenu a:hover,.newsMenu .on{color:#fff;}
.newsMenu .on:after,.newsMenu a:hover::after{transform-origin:left;transform: scale(1);}
.newsMain .pic{float:left;width:48%;overflow:hidden;color:#777;border-bottom:2px solid #dab765;height:542px;}
.newsMain .pic .img{height:410px;display:block;margin-bottom:20px;overflow:hidden;}
.newsMain .pic:hover .bgImg{transform: scale(1.06);}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.newsMain .pic h4{font-size:1.2em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsMain .pic h4 a{color:#191919;}
.newsMain .pic h4 a:hover{color:#dab765;}
.newsMain .pic .date{float:left;font-family:Arial;text-align:center;padding-right:20px;margin-right:20px;line-height:1.2;border-right: 1px solid #e5e5e5;}
.newsMain .pic .date b{display:block;font-size:1.714em;color:#555;}
.newsMain p a{color:#dab765;}

.newsMain .txt{width:48%;float:right;position: relative;}
.newsMain .txt a{display: block;color:#777;padding-left:180px;margin-bottom:33px;padding-bottom:33px;border-bottom:1px solid #e5e5e5;position:relative;}
.newsMain .txt h4{font-size:1.2em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#191919;transition:all .5s;}
.newsMain .txt .date{float:left; width:140px;text-align:center;color: #999;font-family: Arial;line-height: 1.2;margin-left:-180px;border-right: 1px solid #e5e5e5;height:80px;color: #dab765;}
.newsMain .txt .date b{font-size:3.125em;display: block;font-weight:normal;font-weight:700;margin-bottom:5px;}
.newsMain .txt a:hover h4{color:#dab765;}
.newsMain .txt a::after{content:"";position: absolute;left:0;bottom:-1px;width:0;height:1px;background:#dab765;transition:all .5s;}
.newsMain .txt a:hover::after{width:100%;}
.newsMain .txt:last-child a{margin-bottom:0;}
.newsMain .txt p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
.newsLi{padding-top:30px;overflow:hidden;clear:both;}
.newsLi li{float:left;width:30%;margin-bottom:20px;font-size:1.071em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsLi li span{float:right;color:#999;font-size:13px;margin-left:15px;}
.newsLi li:nth-child(3n-1){margin:0 5%;}
.newsLi li a:hover{color:#dab765;} 
@media all and (max-width:1200px) {
  .news{padding-top:25px;padding-bottom:25px;}
  .newsTop {margin-bottom:25px;text-align:center;}
  .news .auto-title-block .auto-title-line{margin:0 auto; margin-top:10px;}
  .newsMenu{margin-top:25px;position: static;margin-bottom:0;}
  .newsMenu a{height:40px;line-height:40px;}
  .newsMain .pic,.newsL{float:none;width:100%;}
  .newsMain .pic{border-bottom: 1px solid #e5e5e5;padding-bottom:25px;margin-bottom:15px;height:auto;}
  .newsMain .pic p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
  .newsMain .txt{margin-top:15px;margin-bottom:0;float:none;width:100%;}
  .newsMain .txt a{height:auto;margin-bottom:15px;padding-bottom:15px;}
  .newsLi li{width:48%;margin:0 !important;display:none;}
  .newsLi li:nth-child(2n){float:right;}
}
@media all and (max-width:640px) {
  .newsMain .pic .img{height:240px;}
  .newsMain .txt a{padding-left:0;}
}