@charset "UTF-8";

/* 
 * Project Name:旌晶食品
 * 
 */
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url('fonts/AlibabaPuHuiTi-2-55-Regular.otf');
}

@font-face {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  src: url('fonts/AlibabaPuHuiTi-2-75-SemiBold.otf');
}

@font-face {
  font-family: 'Alibaba-PuHuiTi-Light';
  src: url('fonts/AlibabaPuHuiTi-2-45-Light.otf');
}

@font-face {
  font-family: 'Alibaba-PuHuiTi-Thin';
  src: url('fonts/AlibabaPuHuiTi-2-35-Thin.otf');
}

@font-face {
  font-family: 'FZZhengHeiS-DB-GB';
  src: url('fonts/FZZZHONGJ.OTF');
}

@font-face {
  font-family: 'FZZhengHeiS-Medium';
  src: url('fonts/FZZZHUNHJ.OTF');
}

@font-face {
  font-family: 'ACaslonPro-Regular';
  src: url('fonts/ACaslonPro-Regular.otf');
}

@font-face {
  font-family: 'ACaslonPro-Bold';
  src: url('fonts/ACaslonPro-Bold.otf');
}

@font-face {
  font-family: 'DINCond-Bold';
  src: url('fonts/DINCond-Bold.otf');
}

@font-face {
  font-family: 'DINCond-Black';
  src: url('fonts/DINCond-Black.otf');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html::-webkit-scrollbar {
  width: 8px;
  background: none;
}

html::-webkit-scrollbar-thumb {
  width: 8px;
  background: #aaa;
}

html::-webkit-scrollbar-corner {
  background: none;
}

html::-webkit-scrollbar:horizontal {
  height: 9px;
}

body {
  font: 14px/1.8 'Alibaba-PuHuiTi-Regular', "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
  margin: 0 auto;
  color: #333;
  /* overflow-x: hidden; */
}

body.active::-webkit-scrollbar {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
}

input {
  outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

::-moz-selection {
  background: #8b8b8b;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #8b8b8b;
  color: #fff;
  text-shadow: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.align-vertical {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.db {
  display: block;
}

.wzbs {
  color: #fff !important;
}

.fixedImg {
  background-repeat: no-repeat;
  background-size: cover;
}

.imgw {
  width: 100%;
  display: block;
}

.eT {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eT2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.eT3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w0.png) no-repeat;
  z-index: 99;
}

.pageC a:link,
.pageC a:visited {
  color: #183D82;
}

.pageC a:active,
.pageC a:hover {
  color: #333;
}

.pageC img {
  max-width: 100% !important;
  height: auto !important;
}

.pageC {
  overflow: hidden;
}

.pageC table {
  width: 100% !important;
}

.pageC table img {
  width: 100% !important;
}

.pageC table td {
  padding: 5px !important;
}

.load-words.target span {
  opacity: 0;
  visibility: hidden;
}

.action.load-words span {
  visibility: visible;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: wordsRightFade;
  animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes wordsRightFade {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -moz-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes wordsRightFade {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.nimg.target {
  visibility: hidden;
}

.nimg.action {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.w1582 {
  width: 82%;
  margin: 0 auto;
}

.mtop {
  margin-top: 82px;
}

/* 头部  */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 82px;
  line-height: 82px;
  transition: 0.45s;
}

.header.active {
  height: 82px;
  line-height: 82px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.header.active .hlimg1 {
  display: none;
}

.header.active .hlimg2 {
  display: block;
}

.header.active .yj-bot .yj-link {
  color: #333333;
}

.head-wrap {
  position: relative;
  padding: 0 9%;
}

.head-logo {
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.head-logo a {
  display: block;
}

.head-logo img {
  width: 100%;
}

.hlimg1 {
  display: block;
}

.hlimg2 {
  display: none;
}

.header .nav {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
}

.navr {
  position: relative;
  height: 82px;
  margin-left: 20px;
}

.nricon {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, .2);
  cursor: pointer;
  margin-top: 19.5px;
}

.navr:hover .nrzk {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nrzk {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.45s;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 12px 20px;
}

.nztxt {
  display: block;
  line-height: 1.5;
  color: #666666;
  font-size: 15px;
  margin: 13px 0;
}

.nztxt:hover {
  color: #D3000D;
}

.nztxt i {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #D3000D;
  font-size: 16px;
  margin-right: 5px;
  text-align: left;
}

.nztxt:nth-child(3) i {
  font-size: 12px;
}

.header .yj-bot li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}

.header .yj-bot .yj-link {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 20px;
  z-index: 3;
}

.header .yj-bot li.active .yj-link {
  color: #D3000D;
}

.header .yj-bot li.active .yj-link .ylimg {
  opacity: 1;
  visibility: visible;
}

.ylimg {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  width: 73px;
  height: 10px;
  background: url(../img/3.png) no-repeat;
  background-size: contain;
}

/* .header .yj-bot .yj-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.45s;
}

.header .yj-bot li.active .yj-link::before {
  width: 100%;
} */

.header .nav li:hover .ej-list {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header .nav li:hover .ej-list::before {
  opacity: 1;
  visibility: visible;
}

.ej-list.active {
  opacity: 1;
  visibility: visible;
}

.ej-list {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  top: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s;
}

.el-link {
  display: block;
  color: #666666;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
}

.el-link:hover {
  color: #BF0903;
}


.menu-handler {
  position: fixed;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  display: none;
  cursor: pointer;
  z-index: 1300;
  transition: 0.35s;
}

.menu-handler span {
  position: relative;
  display: block;
  margin: 27.5px auto 0;
  width: 23px;
  height: 2px;
  background-color: #BF0903;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 2px;
  left: 0;
  background-color: #BF0903;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu-handler span:before {
  top: -7px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu-handler span:after {
  bottom: -7px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menu-handler.active span {
  height: 2px;
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.menu-handler.active span:after,
.menu-handler.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-handler.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-handler.active {
  top: 0;
}

.menuBox a:link,
.menuBox a:visited {
  color: #333333;
}

/* .menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
  background: #F7F7F7;
} */

.menuMoblie .nav-link:active .nlicon,
.menuMoblie .nav-link:hover .nlicon {
  opacity: 1;
  visibility: visible;
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
  color: #D3000D;
}

.menuBox {
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  color: #333333;
  position: fixed;
  display: none;
  right: 0px;
  top: 55px;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  z-index: 1008;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-repeat: no-repeat;
  background-size: cover;
}

.menuMoblie {
  margin: 50px 0 100px 0;
}

.menuMoblie .nav-link {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 5%;
  color: #5E5D5D;
  font-family: 'Alibaba-PuHuiTi-Light';
}

.menuMoblie .nav-link .nlicon {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  display: block;
  width: 73px;
  height: 10px;
  background: url(../img/3.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.menuMoblie li {
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
  transform: scale(1.1) translateY(20px);
  text-align: center;
}

.menuMoblie li:nth-child(1) {
  transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
  transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
  transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
  transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
  transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
  transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
  transition-delay: 0.6s;
}

.menuMoblie li:nth-child(8) {
  transition-delay: 0.7s;
}

.menuMoblie li:nth-child(9) {
  transition-delay: 0.8s;
}

.menuMoblie .subnav {
  padding: 15px 5% 25px 5%;
  display: none;
  background: #F6F6F6;
}

.menuMoblie .subnav .item {
  display: block;
  padding: 0px 58px;
  /* border-bottom: 1px solid #C5C5C5; */
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
  color: #D3000D !important;
}

.menuMoblie .subnav a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #333333;
}

.menuOpen .menuBox {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menuOpen .menuBox li {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black_80.png) repeat;
  background: none rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/*.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}*/
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: 0;
  opacity: .9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button {
    background-image: url(../images/default-skin.svg);
  }

  .pswp__button--close {
    color: #fff;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  background: none #767676;
  color: #fff;
  display: block;
  font-family: "iconfont" !important;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
  left: 2%;
}

.pswp__button--arrow--right {
  right: 2%;
}

.pswp__button--arrow--left:before {
  content: "\e887";
}

.pswp__button--arrow--right:before {
  content: "\e886";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  color: #fff;
  background-color: #1A1A1A;
}

.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__counter {
  float: left;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: .75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption__center {
  text-align: center;
  max-width: 600px;
  font-size: 15px;
  margin: 0 auto;
  padding: 20px 10px;
  color: #fff;
}

.pswp__caption__center .xzy-zan {
  float: right;
  display: block;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background-image: none !important;
}

/* banner */
.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .item {
  position: relative;
  overflow: hidden;
}

.banner .slide-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .slide-inner img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner .slick-current .slide-inner img {
  /* visibility: visible;
  -webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); */
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* .banner .slick-current .slide-inner {
  animation: clipRectIn .85s;
} */

@keyframes clipRectIn {
  0% {
    clip-path: inset(50% round 0% 0%);
  }

  100% {
    clip-path: inset(0% round 0);
  }
}

@keyframes scaleUpDown1 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* .banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 117px;
  width: 100%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 104;
}

.banner .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  margin: 0 9px;
  transition: 0.45s;
}

.banner .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .slick-dots li a:focus {
  outline: none;
}

.banner .slick-dots li.slick-active {
  background: #BF0903;
} */

.bscover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition-delay: 0.15s;
}

.bctitle {
  display: block;
  width: 51%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 1s all cubic-bezier(0.15, 0.05, 0.16, 0.5) 0.65s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.bctitle img {
  display: block;
  width: 100%;
}

.banner .slick-current .bctitle {
  opacity: 1;
  visibility: visible;
  transition: 1s all cubic-bezier(0.15, 0.05, 0.16, 0.5) 0.65s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.bclogo {
  display: block;
  width: 80px;
  margin: 47px auto 20px;
}

.bclogo img {
  width: 100%;
}

.bctxt {
  font-family: 'FZZhengHeiS-DB-GB';
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.bwbt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.bwpn {
  color: #fff;
  font-size: 12px;
  margin: 0 40px;
  cursor: pointer;
}

.bwpn:hover {
  color: #8AC221;
}

.bdc {
  position: relative;
  font-family: 'ACaslonPro-Bold';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
  z-index: 3;
  cursor: pointer;
}

.bdc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #8AC221;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.45s;
  z-index: -3;
}

.bdc.active::before {
  transform: scale(1);
}

/* banner end */
.index-swiper.swiper-container>.swiper-wrapper>.swiper-slide {
  height: auto;
}

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

/* .index-swiper.swiper-container-vertical>.swiper-pagination-bullet{
  position: relative;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  z-index: 999;
} */

.index-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  transition: 0.45s;
}

.index-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 44px;
  background: #fff;
}

.index-swiper.swiper-container-vertical>.swiper-pagination-bullets {
  right: 68px;
}

.index-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  z-index: 999;
  margin: 27px 0;
}

.index-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.icontent {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.in-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.tXYmiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tYmiddle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tXmiddle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.isb2cover {
  width: 100%;
  height: 100%;
}

.ic2pic {
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  width: 62%;
  pointer-events: none;
}

.ic2pic img {
  display: block;
  width: 100%;
}

.ic2wz {
  position: absolute;
  right: 9%;
  top: 42%;
  transform: translateY(-50%);
  width: 40%;
}

.isb2cover .gytxt1,
.isb2cover .gytxt2 {
  color: #1F75C0;
}

.gytxt1,
.gytxt2 {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  line-height: 1.5;
}

.gytxt1 {
  font-size: 34px;
}

.gytxt2 {
  font-size: 54px;
  font-weight: normal;
}

.ic2desc {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #333333;
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.5;
}

.ic2btn {
  margin-top: 80px;
}

.gybtn {
  display: block;
  width: 165px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  background: #8AC221;
}

.gybtn i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-left: 36px;
  transition: 0.45s;
}

.gybtn:hover i {
  margin-left: 15px;
}

.ic2total {
  position: absolute;
  left: 50%;
  bottom: 66px;
  transform: translateX(-50%);
  display: flex;
}

.ic2total li {
  width: 20%;
  box-sizing: border-box;
  padding: 15px 40px;
  border-left: 1px solid rgba(0, 0, 0, .19);
}

.it2num {
  font-family: 'Alibaba-PuHuiTi-Light';
  display: block;
  color: #666666;
  font-size: 20px;
  line-height: 1;
}

.it2num strong {
  font-family: 'ACaslonPro-Bold';
  display: inline-block;
  vertical-align: middle;
  color: #F0B917;
  font-size: 40px;
  margin-right: 10px;
}

.it2txt {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #666666;
  font-size: 20px;
}

.isb3cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.ic3wz {
  width: 50%;
}

.isb3cover .gytxt1,
.isb3cover .gytxt2 {
  color: #8AC221;
}

.ic3desc {
  margin-top: 50px;
}

.id3txt {
  position: relative;
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #333333;
  font-size: 20px;
  padding-left: 19px;
}

.id3txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background: #C2C2C2;
  border-radius: 50%;
}

.ic3btn {
  margin-top: 80px;
}

.ic3banner {
  width: 40%;
  margin-left: auto;
  padding: 40px;
}

.ic3banner.swiper-container {
  overflow: visible;
}

.ic3banner .sb3pic {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.ic3banner .sb3pic img {
  display: block;
  border-radius: 50%;
  width: 100%;
  transition: all .5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ic3banner .swiper-slide-active .sb3pic {
  opacity: 1;
  transform: none;
}

.ic3banner.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -53px;
}

.ic3banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 11px;
  width: 13px;
  height: 13px;
  border: 1px solid #CCCCCC;
  background: none;
}

.ic3banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #8AC221;
  background: #8AC221;
}

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

.ic4wz {
  position: absolute;
  top: 40%;
  right: 9%;
  transform: translateY(-50%);
  text-align: right;
}

.ic4wz .gytxt1,
.ic4wz .gytxt2 {
  color: #fff;
}

.ic4lc {
  position: relative;
  padding-left: 18%;
  width: 100%;
  box-sizing: border-box;
}

/* .ic4lc {
  position: absolute;
  top: 0;
  left: 18%;
  width: 82%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: visible !important;
}

.ic4lc::-webkit-scrollbar {
  display: none;
} */

.ilc4box {
  position: relative;
  width: 57%;
}

.lcpic {
  /* height: 2389px; */
  margin-top: 22%;
}

.lcpic img {
  display: block;
  width: 100%;
}

.il4item {
  display: flex;
  align-items: center;
  position: absolute;
}

.ildw1 {
  top: 0;
  left: 6%;
}

.ildw2 {
  top: 7%;
  left: 11.5%;
}

.ildw3 {
  top: 12%;
  left: 12%;
}

.ildw4 {
  top: 16%;
  left: 12.5%;
}

.ildw5 {
  top: 17.5%;
  left: 29%;
}

.ildw6 {
  top: 12%;
  left: 37%;
}

.ildw7 {
  top: 16%;
  left: 42%;
}

.ildw8 {
  top: 23%;
  left: 43%;
}

.ildw9 {
  top: 27%;
  left: 52.5%;
}

.ildw10 {
  top: 30%;
  left: 72.5%;
}

.ildw11 {
  top: 35%;
  left: 55.5%;
}

.ildw12 {
  top: 39%;
  left: 51%;
}

.ildw13 {
  top: 44%;
  left: 57.5%;
}

.ildw14 {
  top: 49%;
  left: 52.5%;
}

.ildw15 {
  top: 47.5%;
  left: 41%;
}

.ildw16 {
  left: 24%;
  top: 47%;
}

.ildw17 {
  top: 51%;
  left: 25%;
}

.ildw18 {
  top: 56%;
  left: 28%;
}

.ildw19 {
  top: 60%;
  left: 30%;
}

.ildw20 {
  top: 65%;
  left: 27%;
}

.ildw21 {
  top: 70%;
  left: 29%;
}

.ildw22 {
  top: 74%;
  left: 32%;
}

.ildw23 {
  top: 78%;
  left: 36%;
}

.ildw24 {
  top: 83%;
  left: 36.5%;
}

.ildw25 {
  top: 87%;
  left: 38%;
}

.ildw26 {
  top: 84.5%;
  left: 57%;
}

.ildw27 {
  top: 80.5%;
  left: 60%;
}

.ii4cricle {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D80000;
  border: 2px solid #fff;
  transition: 0.25s;
}

.ii4year {
  width: 100px;
  display: block;
  font-family: 'ACaslonPro-Bold';
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.il4item.active .ii4year+.ii4hv {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.il4item.active .ii4cricle {
  border: 8px solid #fff;
}

/* .ii4hv.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} */

.ii4hv {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  transform: translateY(10px);
  display: flex;
  position: absolute;
  bottom: 0;
  left: 100%;
  border-radius: 6px;
  margin-left: 15px;
  z-index: 1;
}

.ii4hv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 43px;
  height: 37px;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
}

.ih4nf {
  width: 118px;
  font-family: 'ACaslonPro-Bold';
  background: #D80000;
  color: #fff;
  font-size: 34px;
  padding: 25px 0;
  text-align: center;
  line-height: 1.3;
  border-radius: 6px 0 0 6px;
}

.ih4txt {
  width: 400px;
  font-family: 'Alibaba-PuHuiTi-Light';
  background: #fff;
  color: #666666;
  font-size: 20px;
  padding: 25px 27px 25px 17px;
  border-radius: 0 6px 6px 0;
}

.ic5zs1 {
  position: absolute;
  top: 5%;
  right: 0;
  width: 28%;
}

.ic5zs1 img,
.ic5zs2 img,
.ic5zs3 img {
  display: block;
  width: 100%;
}

.ic5zs2 {
  position: absolute;
  bottom: -20%;
  left: -9%;
  width: 30%;
}

.ic5zs3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 16%;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  z-index: 30;
}

.ic5zs3 img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}

/* .ic5zs3:hover img {
  transform: rotate(360deg);
} */

.ic5more {
  font-family: 'Alibaba-PuHuiTi-Light';
  display: block;
  margin: auto;
  margin-top: 45px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.isb5cover {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 200px;
}

.ic5wz {
  position: relative;
  z-index: 11;
}

.ic5wz .gytxt2 {
  color: #fff;
}

.ic5desc {
  font-family: 'FZZhengHeiS-DB-GB';
  color: #fff;
  font-size: 34px;
  line-height: 1.5;
}

.ic5tab {
  position: relative;
  z-index: 30;
  margin-top: 40px;
}

.it5qh {
  position: relative;
  font-family: 'Alibaba-PuHuiTi-Light';
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
  padding: 14px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  z-index: 3;
  overflow: hidden;
}

.it5qh::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #E4E966;
  border-radius: 100px;
  z-index: -3;
  transition: 0.45s;
}

.it5qh:hover,
.it5qh.active {
  color: #483800;
  border: 1px solid #E4E966;
}

.it5qh:hover::before,
.it5qh.active::before {
  width: 100%;
  left: 0;
}

.ic5cont {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; */
}

.ic5box.active {
  opacity: 1;
  visibility: visible;
}

.ic5box {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ic5box.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 42px;
  right: 9%;
  left: auto;
  text-align: right;
}

.ic5box.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 22px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
}

.ic5box.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #fff;
}

.ic5box .swiper-button-next,
.ic5box .swiper-button-prev {
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  transition: 0.35s;
  z-index: 22;
}

.ic5box .swiper-button-next:hover,
.ic5box .swiper-button-prev:hover {
  background: #E4E966;
}

.ic5box .swiper-button-prev {
  justify-content: right;
  left: -48px;
}

.ic5box .swiper-button-next {
  justify-content: left;
  right: -48px;
}

.ic5box .swiper-button-next:after,
.ic5box .swiper-button-prev:after {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}

.ic5box .swiper-button-prev:after {
  margin-right: 22px;
}

.ic5box .swiper-button-next:after {
  margin-left: 22px;
}

.ic5box .swiper-wrapper {
  align-items: center !important;
}

.ic5box .swiper-slide {
  opacity: 0;
  visibility: hidden;
  position: relative;
  height: 100vh;
  pointer-events: none !important;
}

.ic5pic {
  position: relative;
  /* width: 17%; */
  height: 444px;
  margin: 0 auto;
  text-align: center;
}

.ic5pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  box-shadow: 4px 20px 34px rgba(0, 0, 0, .16);
  animation: 0.3s fadeOut forwards;
  transform-origin: center bottom;
  will-change: transform;
}

.ic5box .swiper-slide-active.swiper-slide {
  opacity: 1;
  visibility: visible;
}

.ic5box .swiper-slide-active .ic5pic img {
  animation: 1.8s jumpUp2 forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jumpUp2 {
  0% {
    transform: scale(1, 1) translateY(190%);
  }

  10% {
    transform: scale(1, 1) translateY(100%);
  }

  30% {
    transform: scale(1, 1) translateY(-3.20833vw);
  }

  50% {
    transform: scale(1, 1) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(0);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.ic5nr {
  width: 27%;
  margin: 30px auto 0;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: 0.78s;
}

.ic5box .swiper-slide-active .ic5nr {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.65s;
}

.ic5title {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.ic5ms {
  font-family: 'Alibaba-PuHuiTi-Light';
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.ic6zs {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
}

.ic6zs img {
  display: block;
  width: 100%;
}

.isb6cover {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}

.isb6cover .gytxt2 {
  color: #fff;
}

.ic6list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -2%;
}

.il6item {
  position: relative;
  width: 23%;
  margin-left: 2%;
  border-radius: 6px;
  overflow: hidden;
}

.il6item:hover .ii6pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.il6item:hover .ii6desc {
  background: #fff;
}

.il6item:nth-of-type(odd) {
  margin-top: 60px;
}

.ii6pic {
  position: relative;
  overflow: hidden;
}

.ii6pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.ii6date {
  font-family: 'ACaslonPro-Regular';
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  background: #8AC221;
  border-radius: 6px;
  writing-mode: vertical-lr;
  padding: 20px 0;
}

.ii6desc {
  font-family: 'Alibaba-PuHuiTi-Light';
  padding: 24px 20px;
  background: rgba(255, 255, 255, .6);
  border-radius: 0 0 6px 6px;
  transition: 0.25s;
}

.id6txt {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
}

.ic6more a {
  position: relative;
  display: block;
  color: transparent;
  font-size: 111px;
  margin-top: 37px;
  -webkit-text-stroke: 0.5px #fff;
  transition: 0.45s;
  line-height: 1;
}

.ic6more a:hover {
  color: #fff;
}

.footer-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 65px 0;
  box-sizing: border-box;
}

.fwpic {
  margin: 0 auto;
}

.fwlogo {
  width: 13%;
}

.fwway {
  width: 21%;
  margin-top: 28px;
}

.fwpic img {
  display: block;
  width: 100%;
}

.fwmenu {
  display: flex;
  margin-top: 76px;
}

.fwmenu li {
  flex: 1;
}

.fmyj {
  font-family: 'Alibaba-PuHuiTi-Light';
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}

.fmej {
  font-family: 'Alibaba-PuHuiTi-Thin';
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.fwtxt {
  display: block;
  text-align: center;
  font-family: 'Alibaba-PuHuiTi-Thin';
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}

.fwtxt a {
  color: #fff;
}

.fwcr {
  margin-top: 50px;
}

.fwlink {
  text-align: center;
  margin-top: 27px;
}

.flicon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  margin: 0 13px;
  transition: 0.35s;
}

.flicon:nth-child(3) {
  font-size: 16px;
}

.flicon:hover {
  background: #D80000;
  border: 1px solid #D80000;
}

.inside-banner {
  position: relative;
}

.ibpic {
  overflow: hidden;
}

.ibpic img {
  display: block;
  width: 100%;
}

.istop {
  position: relative;
  display: flex;
  z-index: 10;
  margin-top: -75px;
  background: #fff;
  border-radius: 10px;
  padding: 0 40px 0 50px;
  line-height: 74px;
  box-sizing: border-box;
}

.ibmtxt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  font-size: 18px;
  margin-right: 30px;
}

.ibmtxt::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #D3000D;
  border-radius: 6px;
  transition: 0.45s;
}

.ibmtxt:hover::before,
.ibmtxt.active::before {
  width: 100%;
  left: 0;
}

.ibmtxt:hover,
.ibmtxt.active {
  color: #D3000D;
}

.itbrand {
  margin-left: auto;
}

.itbicon,
.itbtxt {
  display: inline-block;
  vertical-align: middle;
}

.itbicon {
  color: #666666;
  font-size: 22px;
  margin-right: 12px;
}

.itbtxt {
  color: #666666;
  font-size: 16px;
}

.about-bot1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 85px 0;
}

.ab1box {
  width: 65%;
  margin: 0 auto;
}

.nytxt1 {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #8AC221;
  font-size: 42px;
  line-height: 1.5;
}

.nytxt2 {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  display: block;
  color: #8AC221;
  font-size: 21px;
}

.wzhs .nytxt1 {
  color: #373737;
}

.wzhs .nytxt2 {
  color: #373737;
}

.ab1nr.active {
  height: auto;
}

.ab1nr {
  height: 340px;
  overflow: hidden;
  font-family: 'Alibaba-PuHuiTi-Light';
  margin-top: 60px;
  text-indent: 2em;
  color: #333333;
  font-size: 17px;
  transition: 0.45s;
}

.ab1zk {
  position: relative;
  width: 143px;
  margin: 20px auto 0;
  cursor: pointer;
}

.ab1zk img {
  display: block;
  width: 100%;
  animation: zq 3s infinite linear;
}

.az1qq {
  display: block;
  width: 143px;
  margin: 0 auto;
}

@keyframes zq {
  form {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.az1txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  color: #fff;
  font-size: 14px;
  background: #D3000D;
}

.about-bot2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* height: calc(100vh - 82px); */
  overflow: hidden;
}

.about-bot2 .ic4lc {
  position: sticky;
  top: 0;
  height: calc(100vh - 82px);
  overflow-y: scroll;
}

.about-bot2 .ic4lc::-webkit-scrollbar {
  display: none;
}

.about-bot2 .ilc4box {
  opacity: 1;
  visibility: visible;
}

.about-bot3 {
  padding: 110px 0 130px 0;
}

.ab3tab {
  margin-top: 65px;
  text-align: center;
}

.at3qh {
  position: relative;
  display: inline-block;
  width: 207px;
  height: 72px;
  border: 1px solid #DCDCDC;
  text-align: center;
  line-height: 72px;
  color: #666666;
  font-size: 22px;
  margin: 0 13px;
  border-radius: 6px;
  z-index: 3;
}

.at3qh::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #8AC221;
  transition: 0.45s;
  z-index: -3;
}

.at3qh:hover::before,
.at3qh.active::before {
  width: 100%;
  left: 0;
}

.at3qh:hover,
.at3qh.active {
  color: #fff;
}

.ab3cont {
  position: relative;
  padding-bottom: 100px;
}

.ac3box.active {
  opacity: 1;
  position: relative;
  z-index: 10;
  pointer-events: all;
}

.ac3box {
  opacity: 0;
  transition: 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  pointer-events: none;
}

.ac3box .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 104;
}

.ac3box .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #BBBBBB;
  margin: 0 12px;
  transition: 0.45s;
}

.ac3box .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ac3box .slick-dots li a:focus {
  outline: none;
}

.ac3box .slick-dots li.slick-active {
  background: #BF0903;
  border: 1px solid #BF0903;
}

.ab3item {
  position: relative;
  float: left;
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

.ai3w {
  float: left;
  width: 25%;
  margin-top: 90px;
  cursor: pointer;
}

.ai3w:hover .aw3pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.aw3pic {
  position: relative;
  height: 205px;
}

.aw3pic img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.45s;
}

.aw3txt {
  text-align: center;
  color: #666666;
  font-size: 16px;
  /* margin-top: 40px; */
  padding: 36px 0 17px 0;
  background: url(../img/30.png) no-repeat center;
  background-size: cover;
}

.about-bot4 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 84px 0;
}

.ab4cont {
  margin-top: 140px;
}

.ab4an {
  display: block;
  width: 139px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 23px;
  background: #1F75C0;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
}

.ab4lable {
  display: block;
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  color: #1F75C0;
  font-size: 42px;
  text-align: center;
  margin-top: 10px;
}

.ab4tab {
  margin-top: 210px;
  text-align: center;
}

.at4qh {
  position: relative;
  display: inline-block;
  color: #1F75C0;
  font-size: 26px;
  margin: 0 120px;
  padding-bottom: 5px;
}

.at4qh::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #1F75C0;
  transition: 0.45s;
}

.at4qh:hover::before,
.at4qh.active::before {
  width: 100%;
}

.ac4box {
  display: none;
}

.advwrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 200px 0;
}

.atwbot1 {
  display: flex;
}

.atleft {
  width: 40%;
}

.atright {
  margin-left: auto;
  width: 50%;
}

.atrt1 {
  display: block;
  color: #333333;
  font-size: 24px;
}

.atwrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 200px 0;
}

.atrt2 {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #333333;
  font-size: 18px;
  margin-top: 30px;
}

.atwbot2 {
  margin-top: 150px;
}

.ab2case {
  position: relative;
}

.atwbot2 .swiper-container {
  margin-left: 0;
  overflow: visible;
}

.atwbot2 .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}

.atwbot2 .swiper-slide-active.swiper-slide {
  opacity: 1;
  visibility: visible;
}

.atwbot2 .swiper-slide-active .aw2title,
.atwbot2 .swiper-slide-active .aw2desc {
  opacity: 1;
  transform: translateY(0);
}

.ab2lr {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ab2pic {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  width: 55%;
  overflow: hidden;
}

.ab2pic img {
  display: block;
  width: 100%;
}

.ab2wz {
  width: 40%;
  background-color: #8AC221;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  box-sizing: border-box;
  padding: 40px;
}

.aw2title {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.aw2title img {
  display: inline-block;
  vertical-align: middle;
}

.aw2desc {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 0.6s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.row02_nav {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.row02_nav .swiper-button-prev,
.row02_nav .swiper-button-next {
  background-image: none;
  border-radius: 100%;
  left: auto;
  top: 0;
  margin: 0;
  right: auto;
}

.hint_sty {
  width: 85px !important;
  height: 85px !important;
  position: relative !important;
}

.row02_nav .swiper-button-prev:hover::before,
.row02_nav .swiper-button-next:hover::before {
  transform: none;
}

.row02_nav .swiper-button-prev:hover i,
.row02_nav .swiper-button-next:hover i {
  color: #fff;
}

.row02_nav .swiper-button-next:after,
.row02_nav .swiper-button-prev:after {
  display: none;
}

.hint_sty span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: border-color .5s ease-in-out;
}

.hint_sty span svg {
  width: 100%;
  height: 100%;
  display: block;
}

.row02_nav .swiper-button-prev span svg path,
.row02_nav .swiper-button-next span svg path {
  fill: #8AC221;
}

.hint_sty span svg path {
  fill: #fff;
}

.row02_nav .swiper-button-prev.hint_sty .ed_box {
  transform: rotate(0deg);
}

.row02_nav .swiper-button-next.hint_sty .ed_box {
  transform: rotate(-180deg);
}

.hint_sty span:nth-child(2) {
  transform: rotate(-90deg);
}

.row02_nav .swiper-button-prev i {
  color: #8AC221;
}

.row02_nav .swiper-button-prev .iconfont,
.row02_nav .swiper-button-next .iconfont {
  position: relative;
  z-index: 2;
}

.hint_sty .iconfont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #8AC221;
  transition: color .5s ease-in-out;
}

.row02_nav .swiper-button-next {
  margin-left: 15px;
}

.row02_nav .swiper-button-prev::before,
.row02_nav .swiper-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #8AC221;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.35s;
  z-index: 0;
}

.hint_sty span svg circle {
  stroke-width: 2;
  stroke: #fff;
  fill: none;
  cx: 40;
  cy: 40;
  r: 39;
  stroke-dasharray: 0 246;
  transition: stroke-dasharray 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), stroke 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.35s;
}

.row02_nav .swiper-button-next span svg circle,
.row02_nav .swiper-button-prev span svg circle {
  stroke: #8AC221;
}

.hint_sty:hover span svg circle {
  stroke-dasharray: 246 246;
}

.ent_row02_hint {
  padding-top: 36px;
}

.ent_row02_hint .swiper-pagination {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #666666;
  font-size: 26px;
  margin-top: 0;
}

.page_pagination {
  position: relative !important;
  line-height: 1.5;
  display: flex;
  bottom: auto;
  align-items: center;
}

.ent_row02_hint .swiper-pagination .on {
  color: #8AC221;
}

.page_pagination .on {
  width: 1.2em;
  text-align: left;
}

.ent_row02_hint .swiper-pagination .page_cen {
  margin: 0 20px;
}

.page_pagination .page_cen {
  margin: 0 0.28rem;
  height: 0.75em;
  width: 0.16rem;
  position: relative;
  color: #666666;
}

.page_pagination .page_cen::before {
  content: '';
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: block;
  transform: rotate(18deg);
  background-color: #666666;
}

.scrollbar_box {
  background-color: #DBDBDB;
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.scrollbar_box span {
  background-color: #8AC221;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  display: block;
  transition: width 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.at2bg {
  background-position: right bottom;
}

.at2cont {
  width: 79%;
  margin: 0 auto;
}

.ac2title {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  text-align: center;
  color: #1F75C0;
  font-size: 42px;
  line-height: 1.5;
}

.ac2lable {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  display: block;
  text-align: center;
  color: #1F75C0;
  font-size: 26px;
}

.ac2nr {
  font-family: 'Alibaba-PuHuiTi-Light';
  margin-top: 70px;
  color: #666666;
  font-size: 17px;
  text-align: justify;
}

.at2banner {
  position: relative;
  background: rgba(255, 255, 255, .44);
  border-radius: 17px;
  padding: 36px 24px;
  margin-top: 30px;
  overflow: hidden;
}

.at2banner .swiper {
  position: relative;
  padding: 0 24px;
  overflow: hidden;
}

.ab2img {
  overflow: hidden;
}

.ab2img img {
  display: block;
  width: 100%;
}

.ab2txt {
  font-family: 'Alibaba-PuHuiTi-Light';
  text-align: center;
  color: #929292;
  font-size: 17px;
  margin-top: 10px;
}

.at2banner .swiper-button-next,
.at2banner .swiper-button-prev {
  top: 40%;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50%;
  background: #fff;
  transition: 0.35s;
}

.at2banner .swiper-button-next:after,
.at2banner .swiper-button-prev:after {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}

.at2banner .swiper-button-next:hover,
.at2banner .swiper-button-prev:hover {
  background: #1F75C0;
}

.at2banner .swiper-button-next:hover:after,
.at2banner .swiper-button-prev:hover:after {
  color: #fff;
}

.at2banner .swiper-button-prev,
.at2banner .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.at2banner .swiper-button-next,
.at2banner .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.at3wrap {
  padding: 148px 0 230px 0;
}

.atl3pic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
}

.atl3pic img {
  display: block;
  width: 100%;
}

.atl3wz {
  width: 46%;
}

.at3list li {
  position: relative;
}

.at3list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  background: #F7F7F7;
}

.at3list li:nth-of-type(odd)::before {
  left: 70%;
}

.at3list li:nth-of-type(even)::before {
  right: 70%;
}

.at3list li:not(:first-child) {
  margin-top: 209px;
}

.at3list li:nth-of-type(odd) .atl3pic {
  right: 0;
}

.at3list li:nth-of-type(odd) .atl3wz {
  float: left;
}

.at3list li:nth-of-type(even) .atl3pic {
  left: 0;
}

.at3list li:nth-of-type(even) .atl3wz {
  float: right;
}

.atw3 {
  padding-bottom: 40px;
  border-bottom: 1px solid #D4D4D4;
}

.at3yj {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #8AC221;
  font-size: 42px;
}

.at3lable {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #8AC221;
  font-size: 22px;
}

.atw3item {
  margin-top: 60px;
}

.at3ej {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  display: block;
  color: #8D8D8D;
  font-size: 30px;
}

.at3desc {
  color: #929292;
  font-size: 17px;
  margin-top: 10px;
}

.at4intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 145px 0;
}

.at4intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(31, 117, 192), rgba(31, 117, 192, 0));
  z-index: 1;
}

.at4title,
.at4nr,
.ai4pics {
  position: relative;
  z-index: 10;
}

.at4title {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 1.5;
}

.at4nr {
  width: 50%;
  color: #fff;
  font-size: 17px;
  margin-top: 40px;
}

.ai4pics {
  margin-top: 68px;
  margin-left: -1%;
}

.ai4pics li {
  float: left;
  width: 16%;
  margin-left: 1%;
}

.ai4pics li img {
  display: block;
  width: 100%;
}

.at4zj {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 180px 0;
}

.at4zj .at4title {
  text-align: center;
  color: #333333;
}

.az4list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-left: -2%;
}

.az4list li {
  position: relative;
  width: 31.333%;
  margin-left: 2%;
  box-sizing: border-box;
  border: 2px solid #1F75C0;
  padding: 50px 38px 70px 38px;
  border-radius: 8px;
}

.azl4name {
  display: block;
  position: absolute;
  top: -25px;
  left: 38px;
  background: #1F75C0;
  border-radius: 36px;
  color: #fff;
  font-size: 24px;
  padding: 5px 40px;
  line-height: 1.5;
}

.azl4desc {
  color: #666666;
  font-size: 16px;
}

.at4jd {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 154px 0;
}

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

.aj4wz {
  width: 54%;
}

.aj4wz .at4title {
  color: #fff;
}

.aj4nr {
  color: #fff;
  font-size: 17px;
  margin-top: 50px;
}

.aj4pics {
  width: 43%;
  margin-left: auto;
}

.aj4img {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.aj4img img {
  display: block;
  width: 100%;
}

.at4people {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 0 149px 0;
}

.at4people .at4title {
  text-align: center;
  color: #1F75C0;
}

.ap4pics {
  display: flex;
  justify-content: center;
  margin-top: 59px;
}

.ap4img {
  width: 21%;
  margin: 0 6px;
}

.ap4img img {
  display: block;
  width: 100%;
}

.ap4nr {
  font-family: 'Alibaba-PuHuiTi-Light';
  width: 79%;
  margin: 76px auto 0;
  color: #666666;
  font-size: 17px;
}

.ap4list {
  display: flex;
  margin-top: 50px;
  margin-left: -3%;
}

.ap4list li {
  width: 30.333%;
  margin-left: 3%;
  background: rgba(255, 255, 255, .6);
  border-radius: 28px;
  padding: 28px 48px;
  box-sizing: border-box;
}

.ap4title {
  position: relative;
  display: block;
  color: #1F75C0;
  font-size: 24px;
  padding: 0 0 20px 18px;
  border-bottom: 1px solid rgba(112, 112, 112, .3);
  line-height: 1.5;
}

.ap4title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1F75C0;
}

.ap4desc {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #666666;
  font-size: 17px;
  margin-top: 20px;
}

.nmg-cv {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ncwz {
  width: 50%;
}

.nwtxt1 {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #1F75C0;
  font-size: 42px;
  line-height: 1.5;
}

.nwtxt2 {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  display: block;
  color: #1F75C0;
  font-size: 21px;
  line-height: 1.5;
}

.ncpic {
  margin-left: auto;
  width: 50%;
}

.ncpic img {
  display: block;
  width: 100%;
}

.nmg-bot1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 140px 0;
}

.nb1box {
  width: 79%;
  margin: 0 auto;
}

.nb1nr {
  color: #333333;
  font-size: 17px;
}

.nb1banner {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.nb1banner .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .59));
  z-index: 1;
}

.nb1banner .swiper-slide img {
  display: block;
  width: 100%;
}

.nb1banner .swiper-button-next,
.nb1banner .swiper-button-prev {
  top: auto;
  bottom: 43px;
  transform: translateY(0);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: 0.35s;
}

.nb1banner .swiper-button-next:after,
.nb1banner .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.nb1banner .swiper-button-prev,
.nb1banner .swiper-container-rtl .swiper-button-next {
  left: 55px;
  right: auto;
}

.nb1banner .swiper-button-next,
.nb1banner .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 102px;
}

.nb1banner .swiper-button-next:hover,
.nb1banner .swiper-button-prev:hover {
  background: #1F75C0;
}

.nb1banner .swiper-button-next:hover::after,
.nb1banner .swiper-button-prev:hover::after {
  color: #fff;
}

.nmg-bot2 {
  padding: 79px 0 170px 0;
}

.nmg-bot2 .at4title {
  color: #333333;
  text-align: center;
}

.cplist {
  display: flex;
  flex-wrap: wrap;
}

.cplist li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
}

.cplist li:hover .cltxt {
  color: #D3000D;
}

.cplist li:hover .cltp img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.cltp {
  display: block;
  position: relative;
  width: 47%;
  margin: 0 auto;
  padding-bottom: 66%;
  z-index: 3;
}

.cltp img {
  display: block;
  width: 100%;
  /* border-radius: 0 0 100px 100px; */
  transition: 0.35s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.cltp::before {
  /* content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 80%;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  z-index: -3; */
}

.cltxt {
  font-family: 'FZZhengHeiS-DB-GB';
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
}

.products-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 180px 0;
}

/* .cp-tk.active .cppic::before {
  transition: 1.3s;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.5);
} */

.cp-tk.active .cpdw {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cp-tk.active .cpzs1 {
  transition: all 1s;
}

.cp-tk.active .cpzs2 {
  transition: all 1.25s;
}

.cp-tk.active .cpzs3 {
  transition: all 1s;
}

.cp-tk.active .cpzs4 {
  transition: all 1.15s;
}

.cp-tk.active .cpzs5 {
  transition: all 1.25s;
}

.cp-tk.active .cpzs6 {
  transition: all 1s;
}

.cp-tk.active .cpzs7 {
  transition: all 1.1s;
}

.cp-tk {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F7BF29;
  z-index: 1599;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cpclose {
  position: absolute;
  top: 54px;
  right: 44px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.45s;
}

.cpclose:hover,
.ctbclose:hover {
  transform: rotate(360deg);
}

.cpcricle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  z-index: 1;
}

.cppic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.cppic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 74%;
  max-height: 74%;
  object-fit: cover;
}

.cppic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F8B500;
  border-radius: 50%;
  z-index: -3;
  animation: bannerbuIn infinite linear 1.4s normal;
  -webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1.5);
  }
}

.cpwz {
  position: absolute;
  left: 5%;
  bottom: 15%;
  width: 24%;
  z-index: 1;
}

.cptitle {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #fff;
  font-size: 2.29vw;
  line-height: 1.4;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.cptxt {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
}

.cppn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  color: #F8B500;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  z-index: 20;
}

.cpprev {
  left: 30%;
}

.cpnext {
  right: 30%;
}

.cpdw {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.cpdw img {
  display: block;
  width: 100%;
}

.cpzs1 {
  top: 20%;
  left: 2%;
  width: 34%;
  transform: translateY(40px);
}

.cpzs2 {
  top: 14%;
  left: 42%;
  width: 3%;
  transform: translateY(-40px);
}

.cpzs3 {
  top: 42%;
  right: 18%;
  width: 3.5%;
  transform: translateY(40px);
}

.cpzs4 {
  top: 55%;
  left: 31%;
  width: 4%;
  transform: translateY(-40px);
}

.cpzs5 {
  top: 9%;
  left: 59%;
  width: 8%;
  transform: translateY(40px);
}

.cpzs6 {
  bottom: 10%;
  left: 60%;
  width: 3%;
  transform: translateY(-40px);
}

.cpzs7 {
  bottom: -24%;
  right: -3%;
  width: 34%;
  transform: translateY(40px);
}

.ctbanner img {
  height: calc(100vh - 82px);
  object-fit: cover;
}

.ctcv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 25px 68px 25px;
}

.ctyz {
  display: block;
  position: absolute;
  top: 108px;
  left: -25%;
  width: 35%;
}

.ctyz img {
  display: block;
  width: 100%;
}

.cteng {
  font-family: 'DINCond-Bold';
  display: block;
  color: #D3000D;
  font-size: 135px;
  text-transform: uppercase;
  line-height: 1;
}

.ctitle {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #333333;
  font-size: 49px;
}

.ctms {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  color: #333333;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.down-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.mouseIco {
  border-radius: 20px;
  width: 31px;
  height: 46px;
  border: 2px solid #fff;
  margin: 10px auto 0;
  display: block;
  position: relative;
}

.mouseIco i {
  width: 3px;
  height: 12px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  top: 5px;
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
  from {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  to {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
}

.ctbot1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 300px 0;
}

.cttitle {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  text-align: center;
  color: #D3000D;
  font-size: 53px;
}

.ct1nr {
  font-family: 'Alibaba-PuHuiTi-Light';
  width: 79%;
  color: #333333;
  font-size: 17px;
  margin: 40px auto 0;
  line-height: 40px;
}

.ct1list {
  margin-left: -3%;
}

.cl1item {
  position: relative;
  float: left;
  width: 30.333%;
  margin-left: 3%;
}

.cl1item:hover .ci1pic img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.cl1item:hover .ci1btn i {
  margin-left: 15px;
}

.ci1pic {
  overflow: hidden;
}

.ci1pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.ci1cv {
  position: absolute;
  top: 110px;
  left: 0;
  text-align: center;
  width: 100%;
}

.ci1eng {
  font-family: 'DINCond-Black';
  display: block;
  color: #D3000D;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.5;
}

.ci1txt {
  font-family: 'FZZhengHeiS-DB-GB';
  color: #333333;
  font-size: 24px;
  line-height: 1.5;
}

.ci1btn {
  display: block;
  width: 165px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin: 70px auto 0;
  background: #D3000D;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
}

.ci1btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 12px;
  transition: 0.45s;
}

.ct1box {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.ctbot2 {
  padding: 140px 0 87px 0;
}

.cb2list {
  position: relative;
  overflow: hidden;
  margin-top: 136px;
  padding-bottom: 70px;
}

.cb2list .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 104;
  line-height: 1;
}

.cb2list .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C1C1C1;
  margin: 0 15px;
  transition: 0.45s;
}

.cb2list .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cb2list .slick-dots li a:focus {
  outline: none;
}

.cb2list .slick-dots li.slick-active {
  background: #D3000D;
}

.cl2item {
  position: relative;
  float: left;
}

.ci2l {
  float: left;
  width: 20%;
}

.cl2pic {
  position: relative;
  width: 100%;
  height: 196px;
}

.cl2pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.cl2bg {
  padding: 20px 0;
  background: url(../img/30.png) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.cl2lable {
  font-family: 'FZZhengHeiS-Medium';
  display: inline-block;
  border-radius: 16px;
  background: #C8C8C8;
  padding: 3px 27px;
  color: #333333;
  font-size: 18px;
}

.cl2txt {
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.ctbot3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0 122px 0;
}

.cb3list {
  margin: 67px 0 0 -2%;
}

.cl3item {
  position: relative;
  float: left;
  width: 18%;
  height: 130px;
  border-radius: 8px;
  margin: 24px 0 0 2%;
  background: #fff;
}

.cl3item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.ctlcv {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.clreturn a {
  display: block;
  width: 165px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  background: #D3000D;
}

.clreturn a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 20px;
}

.clctxt1 {
  font-family: 'DINCond-Black';
  display: block;
  color: #D3000D;
  font-size: 60px;
  line-height: 1.5;
  margin-top: 79px;
}

.clctxt2 {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  color: #333333;
  font-size: 53px;
  line-height: 1.3;
  margin-top: 10px;
}

.clctxt3 {
  color: #333333;
  font-size: 17px;
  margin-top: 30px;
  width: 38%;
}

.clwrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 174px 0;
}

.clwlist li {
  float: left;
  width: 25%;
  margin-top: 78px;
  cursor: pointer;
}

.clwlist li:hover .clwtxt {
  color: #D3000D;
}

.clwlist li:hover .clwpic img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.clwpic {
  position: relative;
  width: 100%;
  height: 297px;
  overflow: hidden;
}

.clwpic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.45s;
}

.clwtxt {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
}

.ctl-tk.active {
  opacity: 1;
  visibility: visible;
}

.ctl-tk {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
}

.ctlbot {
  position: relative;
  width: 1141px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 40px 0;
  margin: 30px auto;
}

.ctbclose {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: #D3000D;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.45s;
}

.ctlbig {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 6px solid #FFE4A1;
  border-radius: 50%;
}

.ctbitem {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
}

.ctipic {
  display: block;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.ctbitem img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.ctltitle {
  font-family: 'FZZhengHeiS-DB-GB';
  display: block;
  text-align: center;
  color: #333333;
  font-size: 30px;
  margin-top: 30px;
  line-height: 1.5;
}

.ctldesc {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 3%;
}

.ctlsmall {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 80px;
}

.ctsitem {
  width: 100%;
  position: relative;
  border-radius: 50%;
  margin: 10px 0;
  transition: 0.25s;
}

.cspic {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ctsitem img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.ctlsmall .slick-current.ctsitem {
  border: 2px solid #FFE4A1;
}

.news-wrap {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 198px 0 145px 0;
}

.nwzs {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 43%;
}

.nwzs img {
  display: block;
  width: 100%;
}

.nwtab {
  text-align: center;
}

.ntqh {
  position: relative;
  font-family: 'FZZhengHeiS-Medium';
  display: inline-block;
  color: #fff;
  font-size: 42px;
  margin: 0 50px;
}

.ntqh::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #E4E966;
  border-radius: 6px;
  transition: 0.45s;
}

.ntqh:hover,
.ntqh.active {
  color: #E4E966;
}

.ntqh:hover::before,
.ntqh.active::before {
  width: 100%;
}

.nwlist {
  margin: 54px 0 0 -2%;
}

.nwlist li {
  float: left;
  width: 23%;
  position: relative;
  margin: 56px 0 0 2%;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.nwlist li .ii6desc {
  background: #fff;
}

.nwlist li:hover .nlcv {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nlcv {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8AC221;
  box-sizing: border-box;
  padding: 27px 20px 43px 20px;
}

.nlctxt1 {
  font-family: 'Alibaba-PuHuiTi-Light';
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  max-height: 60px;
}

.nlctxt2 {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.5;
  max-height: 68px;
}

.nlcbtn {
  width: 133px;
  height: 38px;
  line-height: 38px;
  margin-top: 60px;
  background: #fff;
  color: #8AC221;
  font-size: 12px;
}

.nlcbtn i {
  margin-left: 25px;
}

.pages-list {
  text-align: center;
  margin-top: 97px;
}

.pages-list a {
  display: inline-block;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  border-radius: 3px;
  color: #999999;
  margin: 0 6px;
  background: #fff;
}

.plpn {
  font-size: 12px;
}

.plnum {
  font-size: 18px;
}

.pages-list a:hover,
.plnum.active {
  background: #8AC221;
  color: #fff;
}

.ns-tk {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .68);
  z-index: 9999;
}

.nsbot {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 64%;
  height: 100%;
  background: #fff;
}

.nsclose {
  position: absolute;
  left: -110px;
  top: 10px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.nsclose a {
  display: block;
  color: #fff;
  font-size: 20px;
}

.nsbrand {
  padding: 30px 70px;
  border-bottom: 1px solid #D4D4D4;
}

.nbtxt {
  color: #666666;
  font-size: 14px;
}

.nbcont {
  padding: 100px 167px 0 167px;
  box-sizing: border-box;
  height: calc(100vh - 186px);
  overflow-y: scroll;
}

.nbcont::-webkit-scrollbar {
  width: 8px;
  background: none;
}

.nbcont::-webkit-scrollbar-thumb {
  width: 8px;
  background: #aaa;
}

.nbcont::-webkit-scrollbar-corner {
  background: none;
}

.nbcont::-webkit-scrollbar:horizontal {
  height: 9px;
}

.nstitle {
  color: #333333;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.nstime {
  display: block;
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.nstime i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 7px;
}

.nsnr {
  color: #666666;
  font-size: 16px;
  margin-top: 90px;
  text-indent: 2em;
}

.contact-bot1 {
  padding: 108px 0 140px 0;
}

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

.ct1lable {
  margin-left: auto;
  color: #D3000D;
  font-size: 53px;
  line-height: 1.5;
}

.clz {
  display: inline-block;
  vertical-align: top;
}

.cly {
  display: inline-block;
  vertical-align: bottom;
}

.cb1cont {
  display: flex;
  margin-top: 78px;
}

.cc1z {
  width: 33%;
}

.cc1y {
  margin-left: auto;
  width: 50%;
}

.cc1y img {
  display: block;
  width: 100%;
}

.cc1item {
  border-left: 3px solid #D3000D;
  padding-left: 13px;
  margin-bottom: 40px;
}

.ci1it {
  display: block;
  color: #D3000D;
  font-size: 17px;
  line-height: 1.5;
}

.ci1an {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  display: block;
  color: #333333;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 10px;
}

.cc1way li {
  float: left;
  width: 50%;
  border-left: 3px solid #D3000D;
  padding-left: 13px;
  box-sizing: border-box;
  margin-top: 30px;
}

.ci1dh {
  font-family: 'Alibaba-PuHuiTi-SemiBold';
  color: #333333;
  font-size: 17px;
  margin-top: 5px;
}

.contact-bot2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 140px 0;
}

.cb2bot {
  display: flex;
}

.cb2left {
  width: 25%;
}

.cb2left .nytxt1,
.cb2left .nytxt2 {
  color: #333333;
}

.cl2ts {
  font-family: 'Alibaba-PuHuiTi-Light';
  color: #333333;
  font-size: 17px;
  margin-top: 50px;
}

.cl2ts a {
  color: #D3000D;
  font-family: 'Alibaba-PuHuiTi-SemiBold';
}

.cb2right {
  margin-left: auto;
  width: 56%;
}

.cr2item:not(:first-child) {
  margin-top: 50px;
}

.ci2tit {
  display: block;
  color: #333333;
  font-size: 18px;
}

.ci2srk {
  display: block;
  width: 100%;
  line-height: 52px;
  margin-top: 5px;
  border: none;
  background: none;
  border-bottom: 1px solid #C2C2C2;
  color: #999999;
  font-size: 16px;
}

.ci2srk::-webkit-input-placeholder {
  color: #999;
}

.ci2srk:-moz-placeholder {
  color: #999;
}

.ci2srk::-moz-placeholder {
  color: #999;
}

.ci2srk:-ms-input-placeholder {
  color: #999999;
}

.cr2btn a {
  display: block;
  width: 165px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 60px;
  color: #fff;
  font-size: 16px;
  background: #D3000D;
  border-radius: 50px;
}

.cr2btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
  font-size: 12px;
  transition: 0.45s;
}

.cr2btn a:hover i {
  margin-left: 20px;
}

.apply-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#swiper-container2 .swiper-slide {
  height: auto;
}

#swiper-container2 {
  height: 100vh;
  overflow: hidden;
}

.mb-ihv,
.mb-lc4 {
  display: none;
}
.ny-bg{
  position: relative;
  z-index: 1;
  background: #fff;
}

.page-padding{
  padding: 7vw 0;
}
.page-title2{
  margin-bottom: 60px;
}
.page-title2 .nytxt1,.page-title2 .nytxt2{
  color: #1F75C0;
}
.page-title3 .nytxt1,.page-title3 .nytxt2{
  color: #FFFFFF;
}
.distributors-list{
  display: flex;
  margin-left: -1%;
}
.distributors-list li{
  width: 24%;
  margin-left: 1%;
  background-color: #FFFFFF;
  border-radius: 13px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
.distributors-list .item{
  padding: 40px 10% 60px;
}
.distributors-list .numbox{
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(-45deg, #6EBCFF, #1F75C0);
  background: -o-linear-gradient(-45deg, #6EBCFF, #1F75C0);
  background: -moz-linear-gradient(-45deg, #6EBCFF, #1F75C0);
  background: -ms-linear-gradient(-45deg, #6EBCFF, #1F75C0);
  background: linear-gradient(-45deg, #6EBCFF, #1F75C0);
  color: #FFFFFF;
  font-size: 32px;
}
.distributors-list .numbox::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  border: 1px dashed #1F75C0;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.distributors-list .c{
  color: #333333;
  font-size: 18px;
}
.support-list{
  display: flex;
  margin-left: -2%;
  flex-wrap: wrap;
}
.support-list li{
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 3%;
  border-radius: 13px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
.support-list .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 48%;
}
.support-list .imgBox img{
  border-radius: 13px 13px 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.support-list .desc{
  padding: 18px 8%;
  font-size: 18px;
  color: #333333;
}
.OEM-box{
  padding: 10.4vw 0;
  color: #FFFFFF;
}
.OEM-box a{
  color: #FFFFFF;
}
.OEM-box .desc{
  font-size: 18px;
  width: 1060px;
  margin: 0 auto;
}
.pageC-tab-adv tr:first-child{
  background-color: #1F75C0;
  color: #FFFFFF;
}
.pageC-tab-adv tr:nth-child(even){
  background-color: #E6F4FF;
}
.pageC-tab-adv tr td{
  padding: 15px 20px !important;
}
.pt100{
  padding-top: 100px;
}