﻿@charset "utf-8";
/* 
 * Project Name:统艺官网
 * Author:ZP
 * Date:2024-08-10
 */
@font-face {
  font-family: "Gilroy-Regular";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.eot") format("embedded-opentype"), url("fonts/Gilroy-Regular.svg") format("svg");
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.c4 {
  width: 81.25vw;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
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: rgba(0, 0, 0, 0);
}
/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/
body {
  font: 14px/1.8 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
  margin: 0 auto;
  color: #333;
  overflow-x: hidden;
}
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;
  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;
}
.tx-c {
  text-align: center;
}
.fc {
  text-align: center;
}
.jcc {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.fc {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.ac {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.fr {
  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;
}
.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/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;
}
.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 3.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 3.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-content {
  position: relative;
  background: #fff;
  z-index: 50;
  overflow: hidden;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}
.w1400 {
  position: relative;
  z-index: 1;
  width: 1400px;
  margin: 0 auto;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  z-index: 9999;
}
.bgf {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: clipSectorIn 1.5s linear;
  animation-delay: 6s;
}
@keyframes clipSectorIn {
  0% {
    clip-path: polygon(50% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    clip-path: polygon(50% 100%, 50% 0%, 0% 0%, 100% 0%, 50% 0%);
  }
}
.loader .loading {
  position: absolute;
  width: 46%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.loader .loading svg {
  stroke: #fff;
  fill: #fff;
  stroke-dasharray: 1500 1500;
  stroke-dashoffset: -1500;
}
.loader .loading svg path {
  stroke: #B9B9B9;
  fill: #fff;
}
/* 头部  */
.header {
  position: fixed;
  width: 100%;
  height: 82px;
  line-height: 82px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.35s;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.header.active,
.header.mractive {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.active .hlimg1,
.header.mractive .hlimg1 {
  display: none;
}
.header.active .hlimg2,
.header.mractive .hlimg2 {
  display: block;
}
.header.active .yj-bot .yj-link,
.header.mractive .yj-bot .yj-link {
  color: #444444;
}
.header.active .nrbtn,
.header.mractive .nrbtn {
  border: 1px solid #B9B9B9;
  color: #676767;
}
.head-wrap {
  position: relative;
  padding: 0 5%;
}
.head-logo {
  float: left;
  line-height: 1.5;
  margin-top: 20px;
}
.head-logo img {
  /*vertical-align: middle;*/
  width: 100%;
}
.hlimg1 {
  display: block;
}
.hlimg2 {
  display: none;
}
.header .nav {
  position: relative;
  float: right;
}
.header .yj-bot {
  float: left;
}
.navr {
  float: right;
  margin-left: 22px;
}
.nrbtn {
  display: block;
  float: left;
  width: 86px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 34px;
  margin-left: -1px;
}
.nrbtn:hover {
  color: #fff !important;
  border: 1px solid #89b92a;
  background: #89b92a;
}
.header .yj-bot li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.35s;
  text-align: center;
  z-index: 10;
}
.header .yj-bot .yj-link {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 25px;
  z-index: 3;
  font-weight: 600;
}
.header .yj-bot .yj-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 3px;
}
.header .yj-bot .yj-link:before {
  opacity: 0;
  visibility: hidden;
  content: "";
 position:absolute; /*bottom:0; left:0; display:block; width:100%; height:2px; background-color:#ca172c;*/
  transition: 0.45s;
}
.header .yj-bot li.active .yj-link {
  color: #89b92a;
  font-weight: 600;
}
.header .yj-bot li.active .yj-link:before {
  opacity: 1;
  visibility: visible;
}
.header .nav li:hover .ej-list {
  transition: 0.45s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ej-list.active {
  opacity: 1;
  visibility: visible;
}
.ej-list {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  top: 96%;
  transform: translateY(20px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        border-radius: 0 0 8px 8px;
  padding: 5px 0;
}
.el-link {
  position: relative;
  display: block;
  color: #6B6B6B;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px 0;
}
.el-link:not(:first-child) {
  border-top: 1px solid #EFEFEF;
}
.el-link:hover {
  color: #89b92a;
}
.menu-handler {
  position: fixed;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  display: none;
  cursor: pointer;
  z-index: 1010;
  transition: 0.35s;
}
.menu-handler span {
  position: relative;
  display: block;
  margin: 27.5px 0 0 17.5px;
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:after,
.menu-handler span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  left: 0;
  background-color: #333;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.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, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.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: #89b92a;
}
.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
  color: #fff;
  transform: rotate(90deg);
}
.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
  color: #fff;
}
.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);
}
.menuMoblie {
  margin: 0 0 100px 0;
}
.menuMoblie .nav-link {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 14px 5% 14px 10%;
}
.menuMoblie .nav-link i {
  float: right;
  color: #b1b1b1;
  font-size: 20px;
  vertical-align: middle;
}
.menuMoblie li {
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
  transform: translateY(30px) scaleY(0.5);
  border-bottom: 1px solid #e4e4e4;
  transition-delay: 0.15s;
}
.menuMoblie .subnav {
  padding: 12px 5% 12px 10%;
  display: none;
}
.menuMoblie .subnav .item {
  display: block;
  /*padding: 0px 5% 0 10%;*/
}
.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
  /*background: #999;*/
  color: #89b92a !important;
}
.menuMoblie .subnav a {
  position: relative;
  display: block;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
}
.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: translateY(0) scaleY(1);
}
/* 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(img/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.1);
    transform: scale(1.1);
  }
  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: 0.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(img/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--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: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button {
  background: url(img/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(img/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: "\e892";
}
.pswp__button--arrow--right:before {
  content: "\e893";
}
.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 0.25s ease-out;
  transition: opacity 0.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 0.25s;
  transition: transform 0.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: 0.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 0.25s ease-out;
  transition: opacity 0.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(img/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 0.5s linear infinite;
  animation: clockwise 0.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: 0.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: 0.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;
}
.mtop {
  height: 159px;
}

.index_gc_t{    position: absolute;
    top: 8%;
    z-index: 20;
    width: 80%;
    left: 10%;}
/* banner */
.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: auto !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
#swiper-container1 .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  margin: 0 7px;
  background: #FFFFFF;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
}
#swiper-container1 .swiper-pagination-bullet-active {
  background: #89b92a;
}
#swiper-container1 .swiper-pagination {
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 199;
}
.item {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
#swiper-container1 .swiper-slide {
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.slide-inner {
  overflow: hidden;
}
.banner .pimg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* transition: transform 1.5s;
	-webkit-transition: transform 1.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1); */
}
@keyframes scaleIn {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* filter: brightness(1); */
  }
  50% {
    /* filter: brightness(3); */
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    /* filter: brightness(1); */
  }
}
.banner .swiper-slide-active .pimg {
  /* visibility: visible !important;
	transform: scale(1);
	-webkit-transform: scale(1); */
  animation-name: scaleIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.38, 0, 0, 1);
}
@keyframes scaleUpDown1 {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.bscover {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.bct1 {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
}
.bwwz.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.bwwz {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 2%) scale(0.9);
  transition: 1.5s;
  width: 70%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.15s;
}
.beline {
  position: absolute;
  right: 50px;
bottom: 65px;
  width: 100px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.beline span {
  display: block;
  width: 0;
  height: 2px;
  background: #89b92a;
  position: absolute;
  left: 0;
  top: 0;
}
.bwwz img {
  display: block;
  width: 100%;
}
.bwcloud {
  pointer-events: none;
}
.bwcloud img {
  display: block;
  position: absolute;
  z-index: 1;
  transition: 8s;
}
.bwcloud img.active {
  animation: transO 5s linear;
}
@keyframes transO {
  from {
    transform: scale(1.2);
    opacity: 1;
    visibility: visible;
  }
  to {
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
  }
}
.bwcloud img {
  opacity: 0;
  visibility: hidden;
}
.bl1 {
  transform: scale(1.2);
  left: 0;
  transition-delay: 0.35s;
}
.bl2 {
  transform: scale(1.5);
  right: 0;
  transition-delay: 0.45s;
}
.bl1,
.bl2 {
  bottom: -12%;
  width: 100%;
}
.bl3 {
  top: 20%;
  left: 0;
  transform: scale(1.5);
  transition-delay: 0.15s;
}
.bl4 {
  left: 0;
  top: 20%;
  transform: scale(1.5);
  transition-delay: 0.25s;
}
.mouseBox {
  position: absolute;
  left: 11%;
  bottom: 60px;
  color: #fff;
  z-index: 800;
  text-align: center;
  cursor: pointer;
  font-family: arial, helvetica, sans-serif;
}
.mouseIco {
  border-radius: 50px;
  width: 30px;
  height: 44px;
  border: 2px solid #fff;
  margin: 0px auto;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.mouseIco i {
  width: 2px;
  height: 8px;
  border-radius: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  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;
  }
}
@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
}
/* banner end */
.index-about {
  position: relative;
  padding: 110px 0 230px 0;
  overflow: hidden;
}
.iabg {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.iabg img {
  display: block;
  width: 100%;
}
.iabot {
  position: relative;
  z-index: 1;
}
.iazs {
  position: absolute;
  left: 11%;
  bottom: 77px;
}
.iazs img {
  display: block;
  width: 100%;
}
.ialeft {
  float: left;
  width: 43%;
}
.gbt1 {
  display: block;
  font-family: 'Gilroy';
  color: #474443;
  font-size: 38px;
  line-height: 1.3;
}
.gbt2 {
  display: block;
  line-height: 1.3;
  color: #474443;
  font-size: 38px;
}
.wzhs {
  color: #89b92a;
}
.ialnr {
  color: #474443;
  font-size: 18px;
  margin-top: 70px;
  line-height: 32px;
}
.ialbtn a {
  margin-top: 70px;
}
.gybtn a {
  display: block;
  width: 204px;
  height: 52px;
  background: #89b92a;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
border-radius: 5px;
}
.gybtn a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 20px;
  transition: 0.35s;
}
.gybtn a:hover i {
  margin-left: 30px;
}
.gybtn2 a {
  display: block;
  width: 204px;
  height: 52px;

    border: 1px solid #b6b6b6;
  text-align: center;
  line-height: 52px;
  color: #666666;
  font-size: 16px;
border-radius: 5px;
}
.gybtn2 a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 20px;
  transition: 0.35s;
}
.gybtn2 a:hover {
  background: #89b92a;
      color: #fff;
    border: 0;
}
.gybtn2 a:hover i {
  margin-left: 30px;
}
.gybtn3 a {
  display: block;
  width: 204px;
  height: 52px;

    border: 1px solid #89b92a;
  text-align: center;
  line-height: 52px;
  color: #89b92a;
  font-size: 16px;
border-radius: 5px;
}
.gybtn3 a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 20px;
  transition: 0.35s;
}
.gybtn3 a:hover {
  background: #89b92a;
      color: #fff;
    border: 0;
}
.gybtn3 a:hover i {
  margin-left: 30px;
}
.iaright {
  float: right;
  width: 55%;
}
.iaright li {
  float: left;
  width: 24%;
  text-align:center;
  margin-bottom: 20px;
    border-right: 1px solid #ccc;
}
.iaright li:hover .iarnum,
.iaright li:hover .iartxt,
.at1r li:hover .iarnum,
.at1r li:hover .iartxt {
  color: #89b92a;
}
.iarnum {
  position: relative;
  display: block;
  font-family: 'Gilroy';
  color: #444444;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.timer {
  display: inline-block;
}
.insup {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 5px;
}
.iartxt {
  color: #444444;
  font-size: 14px;
  margin-top: 10px;
}
.iavideo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 51%;
  height: 515px;
  overflow: hidden;
}
.ivplay {
  display: block;
  position: absolute;
  left: 48%;
  top: 43%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
  background:rgb(137 185 42 / 70%);
  cursor: pointer;
  z-index: 11;
  border-radius: 50px;
}
.trailer .markimg {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.45s;
}
/*.video {
  position: absolute;
  cursor: pointer;
  left: 50%;
  text-align: center;
  margin-left: -24px;
  top: 50%;
  z-index: 10;
}*/
.vbBox {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}
.jwplayer {
  opacity: 0;
  height: 100% !important;
}
.jwlogo {
  display: none !important;
}
.index-business {
  position: relative;
  padding: 0 0 110px 0;
}
.iblist {
  margin-top: 90px;
  margin-left: -1%;
}
.iblist li {
  position: relative;
  float: left;
  width: 24%;
  margin-left: 1%;
  overflow: hidden;
}
.iblist li:nth-of-type(even) {
  margin-top: 80px;
}
.iblist li:hover .iblpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.iblist li:hover .iblbt {
  opacity: 0;
  visibility: hidden;
}
.iblist li:hover .iblcv {
  opacity: 1;
  visibility: visible;
}
.iblist li:hover .iblcv:before {
  transform: translate(-50%, 0);
}
.iblist li:hover .ibct2,
.iblist li:hover .ibct3,
.iblist li:hover .ibcicon,
.iblist li:hover .iblcv .ibct1 {
  transform: translateY(0);
}
.iblpic {
  overflow: hidden;
}
.iblpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.iblbt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 45px 28px;
  transition: 0.45s;
}
.ibct1 {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}
.ibteng {
  display: block;
  font-family: 'Gilroy';
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.1);
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 0;
}
.iblcv {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.76);
  text-align: center;
  padding: 150px 40px 0 40px;
}
.iblcv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50px);
  border-bottom: 56px solid #89b92a;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  transition: 0.65s;
}
.ibct2,
.ibct3,
.ibcicon,
.iblcv .ibct1 {
  transition: 0.45s;
  transform: translateY(30px) scaleY(0.5);
}
.ibct2 {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.ibct3 {
  display: block;
  color: #89b92a;
  font-size: 14px;
  margin-top: 20px;
}
.ibcicon {
  display: block;
  max-width: 100%;
  margin: 60px auto 0;
}
.index-news {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.intop .gybt {
  float: left;
}
.inbtn {
  float: right;
  margin-top: 23px;
}
.inbtn2 {
  float: left;
  margin-top: 50px;
}
.incont {
  margin-top: 90px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.incbanner {
  position: relative;
  overflow: hidden;
}
.inbitem {
  position: relative;
  float: left;
}
.inbitem:hover .inipic img,
.inlitem:hover .initp img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.inbitem:hover .inwtitle,
.inlitem:hover .inwtit,
.inlitem:hover .inbjt {
  color: #89b92a;
}
.inipic {
  float: left;
  width: 50%;
  overflow: hidden;
}
.inipic img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.45s;
}
.inipic2 {
  float: left;
  width: 100%;
  overflow: hidden;
}
.inipic2 img {
  display: block;
  width: 100%;
 
  object-fit: cover;
  transition: 0.45s;
}
.iniwz {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 55px 70px 0 70px;
}
.inwdate {
  font-weight: normal;
  color: #474443;
  font-size: 46px;
  line-height: 1.2;
}
.inwdate em {
  display: block;
  color: #999999;
  font-size: 14px;
  font-style: normal;
}
.inwtitle {
  color: #332C2B;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
  height: 82px;
  overflow: hidden;
}
.inwms {
  color: #676767;
  font-size: 15px;
  margin-top: 40px;
  height: 54px;
  overflow: hidden;
}
.inwbt {
  margin-top: 40px;
}
.inbl {
  display: block;
  float: left;
  color: #89b92a;
  font-size: 16px;
}
.inbr {
  display: block;
  float: right;
  color: #89b92a;
  font-size: 12px;
  font-style: normal;
}
.inclist {
  display: flex;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}
.inlitem {
  position: relative;
  flex: 1;
  padding: 25px 40px;
}
.inlitem:not(:first-child) {
  border-left: 1px solid rgba(112, 112, 112, 0.15);
}
.initp {
  float: left;
  width: 22%;
  overflow: hidden;
}
.initp img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.intwz {
  float: right;
  width: 72%;
}
.inwtit {
  color: #333333;
  font-size: 18px;
}
.inwd {
  margin-top: 20px;
}
.inbdate {
  display: block;
  float: left;
  color: #9A9A9A;
  font-size: 16px;
}
.inbdate i {
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
}
.inbjt {
  display: block;
  float: right;
  color: #9A9A9A;
  font-size: 12px;
  margin-top: 7px;
}
.footer-wrap {
  background: #2D2D2D;
}
footer {
  position: relative;
  background-color: #1D1D1D;
}
footer a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
footer a:hover {
  color: #fff !important;
}
footer .toTop {
  position: absolute;
  right: 2%;
  bottom: 11px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
footer .toTop:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
footer .toTop * {
  color: #fff;
}
footer .toTop:hover::before {
  width: 100%;
  height: 100%;
}
footer .toTop:hover * {
  color: #333;
}
.foot-t {
  padding: 57px 0 69px;
}
.footL {
  width: 23.3%;
}
.footL .logo {
  margin-bottom: 48px;
}
.footL .logo img {
  width: auto;
}
.footL .item * {
  color: #999999;
}
.footL .item .icon {
  margin-right: 12px;
}
.footL .item i {
  font-size: 18px;
}
.tydh{}
.tydz{padding-top: 5px;}
.footL .item p {
  line-height: 1.5;
  font-weight: 200;
}
.footL .tel {
  margin-bottom: 19px;
}
.footL .tel p {
  font-family: 'Gilroy';
}
.fs20 {
    font-size: 24px;
}
.fs16 {
    font-size: 16px;
}
.footL .eCodes {
  margin-top: 47px;
}
.footL .wechat {
  width: 100px;
}
.footL .wechat:not(:last-of-type) {
  margin-right: 20px;
}
.footL .wechat .img {
  width: 100%;
  height: 95px;
  background-color: #fff;
}
.footL .wechat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footL .wechat p {
  color: rgba(153, 153, 153, 0.5);
  margin-top: 8px;
}
.footR .logo {
  display: none;
}
.footR dl {
  margin-left: 6.35vw;
}
.footR dt {
  margin-bottom: 42px;
}
.footR dt * {
  color: #fff;
}
.footR dt i {
  display: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.footR dd:not(:last-of-type) {
  margin-bottom: 22px;
}
.footR dd a {
  color: rgba(255, 255, 255, 0.5);
}
.footR .show dt i {
  display: inline-block;
  transform: rotate(180deg);
}
.footR .show dd {
  display: block;
}
.foot-b {
  padding: 30px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.foot-b * {
  color: #666666;
}
.fwbot1 {
  padding: 79px 0 150px 0;
}
.fb1left {
  float: left;
  width: 28%;
}
.fb1lph {
  color: #89b92a;
  font-size: 20px;
}
.fb1litem {
  margin-top: 50px;
}
.fb1ibt {
  display: block;
  color: #89b92a;
  font-size: 14px;
}
.fb1ims {
  color: #CCCCCC;
  font-size: 14px;
  margin-top: 15px;
}
.fb1right {
  float: right;
  text-align: right;
}
.fb1right li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.fb1right li:not(:first-child) {
  margin-left: 60px;
}
.fb1rbt {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
}
.fb1rlink {
  display: block;
  color: #CCCCCC;
  font-size: 14px;
  margin-top: 10px;
}
.fwline {
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.4);
}
.fwbot2 {
  padding: 30px 0;
}
.fb2l {
  float: left;
}
.fb2l a {
  color: #999999;
}
.fb2r {
  float: right;
}
.fb2rlk,
.fb2l {
  color: #999999;
  font-size: 14px;
}
.fb2rwj {
  margin-right: 40px;
}
.fb2sl {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.fb2sl:nth-child(3):before,
.fb2sl:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #707070;
}
.fb2rlk:hover {
  color: #fff;
}
.insides-banner {
  position: relative;
}
.ibtp {
  overflow: hidden;
}
.ibtp img {
  display: block;
  width: 100%;
}
.ibcv {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.ibcb1 {
  display: block;
  font-family: 'Gilroy';
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  font-weight: normal;
}
.ibcb2 {
  display: block;
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
}
.about-bot1 {
  position: relative;
  /*overflow: hidden;*/
  padding: 100px 0 140px 0;
}
.ab1zs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63%;
  -webkit-animation: cloudpage6 6s linear;
  animation: cloudpage6 6s linear;
}
@-webkit-keyframes cloudpage6 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cloudpage6 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ab1zs img {
  display: block;
  width: 100%;
}
.ab1t .nygb {
  float: left;
}
.nygb {
  position: relative;
}
.ngtc {
  text-align: center;
}
.ngtc .ngt2,
.ngtc .ngt2:before {
  left: 50%;
  transform: translateX(-50%);
}
.ngtr {
  text-align: right;
}
.ngtr .ngt2 {
  left: auto;
  right: 48px;
}
.ngtr .ngt2:before {
  left: auto;
  right: 0;
}
.ngt1 {
  display: block;
  font-family: 'Gilroy';
  color: rgba(255, 255, 255, 0);
  font-size: 120px;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(230, 33, 58, 0.15);
  font-weight: normal;
}
.ngt2 {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  color: #474443;
  font-size: 34px;
  line-height: 1.5;
  padding-top: 10px;
}
.ngt2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 4px;
  background: #89b92a;
}
.at1r {
  float: right;
  margin-top: 40px;
}
.at1r li {
  float: left;
  margin: 0 60px;
  text-align: center;
}
.ab1cont {
  color: #444444;
  font-size: 18px;
  margin-top: 60px;
  text-indent: 2em;
  height: 180px;
  overflow: hidden;
  transition: 0.45s;
  text-align: justify;
}
.ab1cont.active {
  height: auto;
}
.ab1cont2 {
  color: #444444;
  font-size: 18px;
  margin-top: 60px;
  text-indent: 2em;
  height: 660px;
  overflow: hidden;
  transition: 0.45s;
  text-align: justify;
}
.ab1cont2.active {
  height: auto;
}
.ab1czk.active i {
  transform: rotate(180deg);
}
.ab1czk {
  margin-top: 60px;
  color: #89b92a;
  font-size: 14px;
  cursor: pointer;
}
.ab1czk i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
  font-weight: bold;
  transition: 0.45s;
}
.about-bot2 {
  position: relative;
  padding: 110px 0 0 0;
  overflow: hidden;
}
/*.about-bot2:before {
	content: "";
	position: absolute;
	left: 6%;
	top: 110px;
	right: 0;
	bottom: 0;
	background: #F2F2F2;
	z-index: 0;
}*/
.ab2zs {
  position: absolute;
  left: 0;
  top: 0;
  width: 29%;
}
.ab2zs img {
  display: block;
  width: 100%;
}
.ab2cont .nygb {
  margin-left: 26%;
  margin-top: 1%;
}
.ab2pic {
  /*margin-top: 100px;*/
}
.ab2pic img {
  display: block;
  max-width: 100%;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  display: none;
}
.ab2line {
  position: absolute;
  top: 280px;
  z-index: 1;
}
.ab2line img {
  display: block;
  width: 100%;
}
.ab2cont {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ab2banner {
  position: relative;
  /*height: 637px;*/
  margin-top: 50px;
}
.ab2banner .slick-list {
  overflow: visible;
}
.ab2item {
  position: relative;
  float: left;
  width: 100%;
  height: 637px;
  padding-bottom: 190px;
  cursor: grab;
}
.ai2l {
  position: relative;
  float: left;
  width: 16.666%;
  height: 169px;
  text-align: center;
}
.aiwtp {
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.aiwtp img {
  display: block;
  width: 100%;
}
.ailine {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 169px;
  border-left: 1px dashed rgba(103, 103, 103, 0.2);
}
.ailine em {
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #89b92a;
}
.ailine em:before {
  content: "";
  position: absolute;
  left: -17px;
  top: -17px;
  width: 47px;
  height: 47px;
  background: rgba(200, 33, 38, 0.14);
  border-radius: 50%;
}
.ai2wy {
  display: block;
  font-family: 'Gilroy';
  color: #444444;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
}
.ai2ms {
  color: #676767;
  font-size: 14px;
  margin-top: 10px;
}
.ai2wz {
  position: absolute;
  left: 0;
  width: 100%;
}
.ai2l:nth-of-type(odd) .aiwtp {
  top: -195px;
}
.ai2l:nth-of-type(odd) .ai2wz {
  top: 195px;
}
.ai2l:nth-of-type(even) .aiwtp {
  bottom: -195px;
}
.ai2l:nth-of-type(even) .ai2wz {
  bottom: 195px;
}
.ai2l:nth-child(1) {
  top: 61%;
}
.ai2l:nth-child(2) {
  top: 55%;
}
.ai2l:nth-child(3) {
  top: 53%;
}
.ai2l:nth-child(4) {
  top: 46%;
}
.ai2l:nth-child(5) {
  top: 29%;
}
.ai2l:nth-child(6) {
  top: 3%;
}
.ac2ts {
  position: absolute;
  right: 0;
  bottom: 90px;
  text-align: center;
}
.ac2wz {
  color: #676767;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
.ac2wz i {
  font-size: 12px;
  margin: 0 20px;
}
.about-bot3 {
  position: relative;
  padding: 70px 0 110px 0;
}
.ab3jgt {
  text-align: center;
  margin-top: 40px;
}
.ab3jgt img {
  display: inline-block;
  max-width: 100%;
}
.ab3zs1 {
  position: absolute;
  left: 0;
  bottom: 210px;
  width: 5%;
}
.ab3zs2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 6%;
}
.ab3zs2 img,
.ab3zs1 img {
  display: block;
  width: 100%;
}
.about-bot4 {
  position: relative;
  padding: 80px 0 80px 0;
}
.about-bot4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F2F2F2;
}
.about-bot4:after {
  content: "";
  position: absolute;

  top: 0;

}
.ab4top {
  position: absolute;
  top: 0;
  right: 0;
  background: #89b92a;
  padding: 40px;
}
.start,
.end,
.at4line {
  display: inline-block;
  vertical-align: middle;
}
.start,
.end {
  font-family: 'Gilroy';
  font-size: 24px;
  line-height: 1.5;
}
.start {
  position: relative;
  color: #fff;
}
.start:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.end {
  color: rgba(255, 255, 255, 0.1);
}
.at4line {
  width: 76px;
  height: 1px;
  background: #FFFFFF;
  margin: 0 25px;
}
.ab4left {
  float: left;
  width: 47%;
}
.ab4lcont {
  margin-top: 60px;
  height: 300px;
}
.ab4citem {
  display: none;
}
.ab4citem.active {
  display: block;
}
.ac4lable {
  color: #89b92a;
  font-size: 30px;
    font-weight: 600;
}
.ac4nr {
  color: #676767;
  font-size: 18px;
  margin-top: 40px;
}
.ab4rbanner {
  position: relative;
  overflow: hidden;
  float: right;
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  margin-top: 60px;
}
.ab4rbanner .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: #332C2B;
}
.ab4rbanner .slick-arrow:before {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}
.ab4rbanner .slick-prev:before {
  content: "\eb0c";
}
.ab4rbanner .slick-next:before {
  content: "\e8d4";
}
.ab4rbanner .slick-prev {
  left: 0;
}
.ab4rbanner .slick-next {
  right: 0;
}
.ab4rbanner .slick-arrow:hover {
  color: #89b92a;
}
.ar4bitem {
  float: left;
  position: relative;
  margin: 0 100px 10px 100px;
}
.ai4pic {
  overflow: hidden;
}
.ai4pic img {
  display: block;
  width: 100%;
}
.ai4txt {
  position: absolute;
  right: -68.5px;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #89b92a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.ai4txt:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.at4dw {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
  line-height: 1.5;font-weight: 600;
}
.ab4box {
  position: relative;
  z-index: 1;
}

.mySwiper {
  /*width: 100%;*/
  height: 100%;
  padding-bottom: 80px;
  cursor: grab;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  margin-top: 0;
  top: 50%;
  width: 20px;
  height: 36px;
}
.mySwiper .swiper-button-next {
  background: url(img/mnext.png) no-repeat;
  background-size: contain;
}
.mySwiper .swiper-button-next:hover {
  background: url(img/next.png) no-repeat;
  background-size: contain;
}
.mySwiper .swiper-button-prev:hover {
  background: url(img/prev.png) no-repeat;
  background-size: contain;
}
.mySwiper .swiper-button-prev {
  background: url(img/mprev.png) no-repeat;
  background-size: contain;
}
.mySwiper .swiper-pagination-progressbar {
  width: 1400px !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1px !important;
  background: #E6E6E6;
  top: auto !important;
  margin-top: 80px;
}
.mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #89b92a !important;
}
/*.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	z-index: 1;
}*/
/*.swiper-pagination-progressbar .swiper-pagination-progressbar-fill:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(1) scaleY(1) !important;
	right: 0;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #89b92a;
	z-index: 1;
}*/
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}
.mySwiper .swiper-pagination-progressbar:before,
.mySwiper .swiper-pagination-progressbar:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: -6px;
  border-radius: 50%;
}
.mySwiper .swiper-pagination-progressbar:before {
  left: 0;
  background: #89b92a;
}
.mySwiper .swiper-pagination-progressbar:after {
  right: 0;
  background: #B9B9B9;
}
.ab4list {
  padding-bottom: 50px;
  overflow: hidden;
  margin-top: 70px;
}
.ai4pic {
  overflow: hidden;
}
.ai4name {
  display: block;
  color: #444444;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.al4item:hover .ai4pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.about-bot5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 120px 0;
    position: relative;
}
.ab5top{
        position: absolute;
    right: 11%;
    top: 15%;
}
.ab5box {
  position: relative;
  margin-top: 90px;
}
.ab5menu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17%;
  z-index: 1;
}
.am5qh {
  position: relative;
  display: block;
  width: 100%;
  color: #474443;
  font-size: 16px;
  text-align: center;
  line-height: 47px;
  margin: 20px 0;
  z-index: 3;
}
.am5qh:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background: #89b92a;
  z-index: -3;
    border-radius: 5px;
}
.am5qh.active:after {
  transition: 0.45s;
  transform: scaleY(1);
}
.am5qh.active {
  color: #fff;
}
.am5qh.active i {
  opacity: 1;
  visibility: visible;
}
.am5qh.active:before {
  width: 40px;
}
.am5qh:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.45s;
}
.am5qh i {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
}
.ab5rbanner {
  position: relative;
  /*overflow: hidden;*/
  float: right;
  width: 85%;
}
.ar5item {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.ai5pic {
  width: 68%;
  overflow: hidden;
}
.ai5pic img {
  display: block;
  width: 100%;
    border-radius: 10px;
}
.ai5wz {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32%;
  box-sizing: border-box;
  padding-left: 100px;
}
.aw5title {
  position: relative;
  color: #444444;
  font-size: 22px;
  padding-bottom: 30px;
  line-height: 1.5;
  border-bottom: 3px solid #89b92a;
}
.aw5title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #89b92a;
}
.aw5nr {
  margin-top: 50px;
}
.an5txt {
  color: #676767;
  font-size: 14px;
  margin-top: 10px;
}
.about-bot6 {
  padding: 100px 0 130px 0;
}
#certify {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
}
#certify .swiper-container {
  padding-bottom: 70px;
}
#certify .swiper-slide {
  width: 550px;
  height: 404px;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #B9B9B9;
  text-align: center;
  line-height: 45px;
  color: #676767;
  font-size: 20px;
  background-image: none;
  transition: 0.35s;
}
#certify .swiper-button-prev {
  left: 45%;
}
#certify .swiper-button-next {
  right: 45%;
}
#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
  background: #89b92a;
  border: 1px solid #89b92a;
  color: #fff;
}
.about-bot7 {
  position: relative;
  padding: 260px 0 150px 0;
}
.about-bot7:before {
  content: "";
  position: absolute;
  top: 96px;
  left: 6%;
  right: 0;
  bottom: 56px;
  background: #F2F2F2;
}
.at7nr {
  float: left;
  width: 40%;
}
.an7t1 {
  display: block;
  color: #89b92a;
  font-size: 16px;
}
.an7t2 {
  color: #474443;
  font-size: 16px;
}
.ab7top .nygb {
  float: right;
}
.ab7box {
  position: relative;
  z-index: 1;
}
.ab7banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 115px;
  margin-left: -55px;
}
.ab7banner .slick-arrow {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #B9B9B9;
  text-align: center;
  line-height: 45px;
  color: #676767;
}
.ab7banner .slick-arrow:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}
.ab7banner .slick-prev:before {
  content: "\eb0c";
}
.ab7banner .slick-next:before {
  content: "\e8d4";
}
.ab7banner .slick-prev {
  left: 55px;
}
.ab7banner .slick-next {
  left: 140px;
}
.ab7banner .slick-arrow:hover {
  color: #fff;
  background: #89b92a;
  border: 1px solid #89b92a;
}
.ab7item {
  float: left;
  position: relative;
  margin-left: 55px;
}
.ab7item:hover .ai7pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.ai7pic {
  position: relative;
  overflow: hidden;
}
.ai7pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.ap7date {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #89b92a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 8px;
  box-sizing: border-box;
}
.ai7ms {
  color: #676767;
  font-size: 18px;
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.insides-menu {
  border-bottom: 1px solid rgba(103, 103, 103, 0.15);
  height: 85px;
  line-height: 85px;
}
.insides-menu-c{width: 92%;
    max-width: 1560px;
    margin: 0 auto;}

.insides-menu-c .location {
     float: right;
    padding-left: 27px;
    background: url(../images/location_icon.png) no-repeat left;
}
.insides-menu a {
    color: #666666;    font-size: 18px;
}
.insides-menu .location em {
    font-style: normal;
    opacity: 0.3;
    padding: 0px 10px;
}
.insides-menu .location a {
  font-size: 14px;
}
.imlink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #676767;
  font-size: 16px;
  margin: 0 30px;
}
.imlink:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
}
.imlink:hover,
.imlink.active {
  color: #89b92a;
}
.imlink:hover:before,
.imlink.active:before {
  opacity: 1;
  visibility: visible;
         content: '';
        left: 0;
        bottom: -1px;
        height: 2px;
        width: 100%;
        background: #c8192a;
}
.contact-bot1 {
  position: relative;
  padding: 145px 0 170px 0;
}
.cb1left {
  width: 27%;
}
.cl1cont {
  margin-top: 20px;
}
.cl1tit {
  color: #444444;
  font-size: 24px;
}
.cl1tit i {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  color: #89b92a;
  margin-right: 14px;
  font-weight: normal;
}
.cl1phone {
  color: #444444;
  font-size: 18px;
  margin-top: 5px;
}
.cb1right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
}
.cr1dt {
  position: relative;
}
.cr1pic img {
  display: block;
  width: 100%;
}
.maps {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 349px;
  height: 182px;
  border: 1px solid #89b92a;
}
.cr1adr {
  margin-top: 30px;
}
.caricon {
  display: inline-block;
  vertical-align: text-top;
  color: #89b92a;
  font-size: 23px;
  line-height: 1.5;
}
.cartxt {
  display: inline-block;
  vertical-align: text-top;
  width: 80%;
  margin-left: 15px;
}
.cat1 {
  display: block;
  color: #474443;
  font-size: 14px;
}
.cat2 {
  display: block;
  color: #89b92a;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.anchorBL {
  display: none;
}
.BMap_Marker div {
  animation: scals 4s linear infinite !important;
}
@keyframes scals {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.contact-bot2 {
  position: relative;
  padding: 190px 0 125px 0;
}
.contact-bot2:before {
  content: "";
  position: absolute;
  top: 110px;
  left: 6%;
  bottom: 0;
  right: 0;
  background: #F2F2F2;
}
.cb2list {
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: 100px;
}
.cb2list li {
  flex: 1;
  padding-right: 30px;
}
.cl2bt {
  display: block;
  color: #474443;
  font-size: 16px;
  margin-bottom: 15px;
}
.cl2ms {
  color: #676767;
  font-size: 14px;
  margin-top: 10px;
}
.cb2zs {
  top: 0;
  right: 0;
}
.cb3zs {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cb2zs,
.cb3zs {
  position: absolute;
  width: 7%;
}
.cb2zs img,
.cb3zs img {
  display: block;
  width: 100%;
}
.contact-bot3 {
  position: relative;
  padding: 100px 0 200px 0;
  overflow: hidden;
}
.cb3banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  margin-top: 100px;
}
.cb3banner .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  bottom: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*z-index: 104;*/
}
.cb3banner .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 8px;
  vertical-align: middle;
  background: #B9B9B9;
  margin: 0 17px 0 0;
  transition: 0.45s;
}
.cb3banner .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;
}
.cb3banner .slick-dots li a:focus {
  outline: none;
}
.cb3banner .slick-dots li.slick-active {
  opacity: 1;
  visibility: visible;
  background: #89b92a;
  width: 60px;
  border-radius: 8px;
}
.cb3item {
  position: relative;
  float: left;
  width: 100%;
}
.ci3hx {
  display: flex;
}
.ci3l {
  flex: 1;
  margin-top: 70px;
  padding-right: 30px;
}
.cb3zs2 {
  position: absolute;
  bottom: -60px;
  right: 5%;
  width: 46%;
  -webkit-animation: cloudpage6 6s linear alternate infinite;
  animation: cloudpage6 6s linear alternate infinite;
}
.cb3zs2 img {
  display: block;
  width: 100%;
}
.news-wrap {
  position: relative;
  padding: 50px 0 120px 0;
  overflow: hidden;
    background: #f9f9f7;
}
.cplist-wrap {
  position: relative;
  padding: 50px 0 120px 0;
  overflow: hidden;
    background: #ffffff;
}
.rs3wrap {
  padding: 60px 0 120px 0;
}
.nwfirst {
  position: relative;
  background: #F2F2F2;
}
.nwfirst:hover .nfpic img,
.nwlist li:hover .nwlpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.nwfirst:hover .nfctitle {
  color: #89b92a;
}
.nfpic {
  float: left;
  width: 50%;
  overflow: hidden;
}
.nfpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.nfcont {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 80px 60px 0 60px;
}
.nfcdate {
  display: block;
  color: #89b92a;
  font-size: 14px;
  line-height: 1.5;
}
.nfcdate i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
.nfctitle {
  color: #474443;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 20px;
}
.nfcms {
  color: #474443;
  font-size: 14px;
  margin-top: 40px;
  height: 50px;
  overflow: hidden;
}
.nfcicon {
  display: block;
  color: #89b92a;
  font-size: 12px;
  margin-top: 60px;
}
.nwlist {
  margin-left: -3%;
}
.nwlist li {
  position: relative;
  float: left;
  width: 30.333%;
  margin: 54px 0 0 3%;
  overflow: hidden;
        border-radius: 10px;
}
.nwlist li:hover .nwlbt,
.nwlist li:hover .nwldate {
  color: #fff;
}
.nwlist li:hover .nwlms {
  color: rgba(255, 255, 255, 0.6);
}
.nwlist li:hover .nwlwz:before {
  left: 0;
  width: 100%;
}
.nwlpic {
  overflow: hidden;
}
.nwlpic img {
  display: block;
  width: 100%;
    height: 245px;
  transition: 0.45s;
}
.nwlwz {
  position: relative;
  background: #ffffff;
  padding: 20px 27px;
  z-index: 3;
}
.nwlwz:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #89b92a;
  transition: 0.45s;
  z-index: -3;
}
.nwlbt {
  color: #333333;
  font-size: 22px;
  line-height: 1.5;
  height: 64px;
  overflow: hidden;
    font-weight: 500;
}
.nwlms {
  color: #8B8B8B;
  font-size: 14px;
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.nwldate {
  display: block;
  color: #676767;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
.nwldate i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
.pages-list {
  text-align: center;
  margin-top: 90px;
}
.pages-list a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #676767;
  color: #676767;
  font-size: 14px;
  margin: 0 5px;
}
.plpn {
  font-size: 20px !important;
}
.pages-list a:hover,
.plnum.active {
  border: 1px solid #89b92a;
  color: #fff;
  background: #89b92a;
}
.pages-list a:hover,
.page-num.active {
  border: 1px solid #89b92a;
  color: #fff;
  background: #89b92a;
}
.page-num-current {

  background: #ccc;
}
.nwzs {
  font-family: 'Gilroy';
  position: absolute;
  right: 0;
  bottom: -10%;
  color: rgba(255, 255, 255, 0);
  font-size: 262px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(230, 33, 58, 0.15);
  webkit-animation: cloudpage6 6s linear;
  animation: cloudpage6 6s linear;
}
.news-detail,
.resume-detail {
  position: relative;
  padding: 189px 0 115px 0;
}
.resume-detail:before {
  content: "";
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2F2F2;
}
.news-detail:before {
  content: "";
  position: absolute;
  top: 280px;
  left: 6%;
  right: 0;
  bottom: 200px;
  background: #F2F2F2;
}
.ndtop {
  width: 414px;
  position: relative;
  background: #89b92a;
  padding: 60px 110px;
  box-sizing: border-box;
}
.ntwz {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.ntbg1 {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 14%;
}
.ntbg2 {
  display: block;
  position: absolute;
  left: -14%;
  bottom: 0;
  width: 34%;
}
.ndbot {
  position: relative;
  z-index: 10;
  margin-top: 96px;
}
.ndbtitle {
  color: #474443;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.ndbxq {
  text-align: center;
}
.ndbxt {
  display: inline-block;
  text-align: center;
  color: #89b92a;
  font-size: 14px;
  margin: 40px 25px 0 25px;
  line-height: 1.5;
}
.ndbxt i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
.ndbnr {
  margin-top: 40px;
  border-top: 1px solid #89b92a;
  color: #444444;
  font-size: 16px;
  padding: 70px 100px 160px 100px;
}
.ndbbt {
  position: relative;
  margin-top: 68px;
}
.ndbpn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #676767;
  font-size: 14px;
  width: 30%;
}
.ndbpn:hover {
  color: #89b92a;
}
.ndbprev {
  left: 0;
}
.ndbnetx {
  right: 0;
}
.ndbreturn {
  display: block;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  background: #89b92a;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 14px;
}
.ndzs1,
.ndzs2 {
  position: absolute;
}
.ndzs1 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ndzs2 {
  right: 0;
  bottom: 180px;
}
.ndzs1 img,
.ndzs2 img {
  display: block;
  width: 100%;
}
.industry-bot1 {
  position: relative;
  padding: 140px 0;
}
.industry-bot1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: #F2F2F2;
}
.idb1pic {
  position: relative;
  z-index: 10;
  width: 52%;
}
.idb1pic img {
  display: block;
  width: 100%;
}
.ib1r {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, 0);
}
.idbcont {
  float: right;
  width: 39%;
}
.idcwz {
  margin-top: 150px;
  text-align: justify;
}
.idwtxt1 {
  color: #474443;
  font-size: 28px;
  font-weight: normal;
}
.idwtxt2 {
  color: #474443;
  font-size: 15px;
  margin-top: 20px;
}
.idb1zs {
  position: absolute;
  left: 6%;
  top: 50px;
  width: 5%;
}
.idb1zs img {
  display: block;
  width: 100%;
}
.industry-bot2 {
  position: relative;
  padding: 100px 0;
}
.itline {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #E6E6E6;
}
.itline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: #89b92a;
  -webkit-animation: mouse-dot1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  z-index: 1;
}
@keyframes mouse-dot1 {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translate(-50%, 40px);
    -webkit-transform: translate(-50%, 40px);
    opacity: 0;
  }
}
@-webkit-keyframes mouse-dot1 {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translate(-50%, -40px);
    -webkit-transform: translate(-50%, -40px);
    opacity: 0;
  }
}
.ib2zs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6%;
}
.ib2zs img {
  display: block;
  width: 100%;
}
.ib2nr {
  color: #676767;
  font-size: 15px;
  line-height: 30px;
}
.ib2dz {
  position: absolute;
  right: 0;
  bottom: -6%;
  line-height: 0;
  font-family: 'Gilroy';
  color: rgba(255, 255, 255, 0);
  font-size: 262px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(230, 33, 58, 0.15);
  webkit-animation: cloudpage6 6s linear;
  animation: cloudpage6 6s linear;
}
.industry-bot3 {
  position: relative;
  padding: 80px 0 155px 0;
}
.industry-bot3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 6%;
  bottom: 0;
  background: #F9F9F9;
}
.ib3list {
  margin-left: -2%;
  margin-top: 30px;
}
.ib3list li {
  position: relative;
  float: left;
  width: 23%;
  height: 120px;
  margin: 40px 0 0 2%;
  background: #676767;
  transition: 0.45s;
  cursor: pointer;
}
.ib3list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.il3txt {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.ib3list li:hover {
  background: #89b92a;
}
.spbg.active,.spbg2.active {
  opacity: 1;
  visibility: visible;
}

.spbg,.spbg2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.spbot {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 800px;
  /* height: 500px; */
  transform: translate(-50%, -50%);
}

.spclose {
  position: absolute;
  top: 0;
  right: -60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  cursor: pointer;
  transition: 0.45s;
  line-height: 1;
    padding: 5px;
    border-radius: 30px;
  background: #89b92a;
}

.spclose:hover {
  transform: rotate(360deg);
}
.idtk.active {
  opacity: 1;
  visibility: visible;
}
.idtk {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.63);
  z-index: 9999;
}
.idbot {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 63%;
  background: #fff;
}
.idclose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: #89b92a;
  color: #FFFFFF;
  font-size: 25px;
  cursor: pointer;
}
.idbwz {
  padding: 90px 150px;
}
.idtitle {
  color: #474443;
  font-size: 30px;
}
.idcont {
  color: #474443;
  font-size: 16px;
  margin-top: 40px;
  line-height: 32px;
  height: 384px;
  overflow-y: scroll;
  padding-right: 30px;
}
.idcont::-webkit-scrollbar {
  width: 6px;
  background: none;
}
.idcont::-webkit-scrollbar-thumb {
  width: 6px;
  background: #ccc;
}
.idcont::-webkit-scrollbar-corner {
  background: none;
}
.idcont::-webkit-scrollbar:horizontal {
  height: 9px;
}
.idbt {
  background: #89b92a;
  padding: 40px 150px;
  display: flex;
}
.idbitem:nth-child(2) {
  margin-left: 140px;
}
.iditxt1 {
  display: block;
  color: #fff;
  font-size: 16px;
}
.iditxt2 {
  color: #fff;
  font-size: 16px;
}
.industry2-wrap {
  position: relative;
  padding: 110px 0 150px 21%;
  overflow: hidden;
}
/*.iw2menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}*/
.iw2menu {
  /*opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);*/
  position: absolute;
  top: 110px;
  left: 0;
  background: #89b92a;
  width: 11%;
  height: 471px;
  text-align: center;
  z-index: 9999;
  transition: 0.45s;
}
.iwm2link {
  position: relative;
  display: block;
  margin: 90px 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  transition: 0.35s;
}
.iwm2link:not(:first-child):before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #fff;
}
.iwm2link:hover,
.iwm2link.active {
  color: #fff;
  font-size: 26px;
}
.iw2zs1 {
  position: absolute;
  left: -5%;
  bottom: 20%;
  width: 13%;
}
.iw2zs1 img,
.iw2zs2 img {
  display: block;
  width: 100%;
}
.iw2zs2 {
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 13%;
}
.iw2bot {
  padding: 0 15% 0 0;
  overflow: hidden;
}
.iwb2nr {
  color: #444444;
  font-size: 15px;
}
.iwb2banner {
  position: relative;
  margin-top: 80px;
  padding-bottom: 70px;
}
.iwb2banner .slick-list {
  overflow: visible;
}
.iwb2banner .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  bottom: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*z-index: 104;*/
}
.iwb2banner .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 8px;
  vertical-align: middle;
  background: #B9B9B9;
  margin: 0 17px 0 0;
  transition: 0.45s;
}
.iwb2banner .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;
}
.iwb2banner .slick-dots li a:focus {
  outline: none;
}
.iwb2banner .slick-dots li.slick-active {
  opacity: 1;
  visibility: visible;
  background: #89b92a;
  width: 60px;
  border-radius: 8px;
}
.iwb2item:hover .iwitxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.iwb2item:hover .iwitxt:before {
  width: 30px;
}
.iwb2item:hover .iwi2pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.iwb2item {
  float: left;
  position: relative;
  overflow: hidden;
}
.iwi2pic {
  overflow: hidden;
}
.iwi2pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.iwitxt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: 0.45s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px 20px 30px;
  color: #FFFFFF;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.45);
}
.iwitxt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 2px;
  background: #89b92a;
  transition: 0.65s;
}
.iwb2list li {
  position: relative;
  background: #F9F9F9;
  padding: 30px 60px 30px 50px;
  transition: 0.45s;
  cursor: pointer;
}
.iwb2list li:hover {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(-40px);
}
.iwb2list li:hover .iw2title {
  color: #89b92a;
}
.iwb2list li:not(:first-child) {
  margin-top: 25px;
}
.ibl2pic {
  float: left;
  width: 16%;
}
.ibl2pic img {
  display: block;
  width: 100%;
}
.idplist .ibl2line,
.idplist .ibl2pic {
  display: none;
}
.idplist .ibl2wz {
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.idplist .iw2ms {
  margin-top: 30px;
}
.ibl2line {
  position: relative;
  float: left;
  color: #cccccc;
  font-size: 13px;
  text-transform: uppercase;
  writing-mode: tb-rl;
  margin-left: 70px;
}
.ibl2line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 90px;
  background: #cccccc;
}
.ibl2wz {
  float: right;
  width: 69%;
 /* margin-top: 50px;*/
}
.iw2title {
  color: #89b92a;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
}
.iw2ms {
  color: #444444;
  font-size: 16px;
  margin-top: 10px;
  height: 96px;
  overflow: hidden;
}
.iw3bot {
  overflow: visible;
}
.iwb3list {
  margin-left: -4%;
}
.il3it {
  position: relative;
  float: left;
  width: 46%;
  margin-left: 4%;
}
.il3it:first-child {
  margin-top: 230px;
}
.il3it:hover .il3pic img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.il3pic {
  position: relative;
}
.il3pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.il3num {
  font-family: 'Gilroy';
  position: absolute;
  right: 10px;
  bottom: -25px;
  line-height: 1;
  font-size: 57px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(230, 33, 58);
}
.il3wz {
  position: relative;
  margin-top: 50px;
  padding-left: 85px;
}
.iw3t1 {
  position: relative;
  display: block;
  color: #474443;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
}
.il3wz:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 71px;
  height: 3px;
  background: #89b92a;
}
.iw3t2 {
  color: #444444;
  font-size: 14px;
  margin-top: 30px;
}
.isw23 .nwzs {
  bottom: -7.5%;
}
.ist3-wrap {
  position: relative;
  padding: 100px 0 250px 0;
  overflow: hidden;
}
.ist3nr {
  color: #676767;
  font-size: 15px;
  margin-top: 80px;
}
.blasting .nwzs {
  bottom: 30%;
}
.blasting .bszs1 {
  left: -6%;
  right: auto;
  bottom: auto;
  top: 22%;
}
.bswz {
  position: relative;
  width: 70%;
  margin: 0 auto;
  color: #474443;
  font-size: 16px;
  text-align: center;
  padding-bottom: 120px;
}
.bswz:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 2px;
  height: 42px;
  background: #F2F2F2;
}
.bswz:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 42px;
  background: #89b92a;
}
.bslist {
  margin-left: -3%;
}
.bslist li {
  position: relative;
  float: left;
  width: 30.333%;
  margin: 50px 0 0 3%;
  border-bottom: 2px solid #89b92a;
}
.bslist li:hover .bslpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.bslist li:hover .bswtxt,
.bslist li:hover .bswadr {
  color: #fff;
}
.bslist li:hover .bslwz:before {
  left: 0;
  width: 100%;
}
.bslpic {
  overflow: hidden;
}
.bslpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.bslwz:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #89b92a;
  transition: 0.45s;
  z-index: -3;
}
.bslwz {
  position: relative;
  background: #F9F9F9;
  padding: 20px 40px;
  z-index: 3;
}
.bswtxt {
  color: #474443;
  font-size: 14px;
  line-height: 1.5;
}
.bswadr {
  display: block;
  color: #676767;
  font-size: 14px;
  margin-top: 10px;
}
.bswadr i {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 10px;
}
.ivt-wrap {
  position: relative;
  overflow: hidden;
  padding: 50px 0 150px 0;
}
/*.ivttop {
	display: flex;
}*/
.ivtleft {
  /*background: #F9F9F9;*/
  /*padding: 70px;*/
  /*flex: 1;*/
}
.ilgname,
.ilgnumber {
  display: inline-block;
  vertical-align: text-bottom;
}
.ilsl,
.ilsr {
  display: inline-block;
  vertical-align: middle;
}
.ilnxz {
  display: block;
  color: #89b92a;
  font-size: 14px;
  font-style: normal;
}
.ilgname {
  color: #474443;
  font-size: 30px;
  line-height: 1.5;
}
.ilgnumber {
  font-family: 'Gilroy';
  margin-left: 50px;
  color: #89b92a;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
.ivlgd {
  float: left;
}
.ivlsj {
  float: right;
  margin-top: 10px;
}
.ilsl {
  color: #444444;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
}
.ilsl i {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #89b92a;
  margin-left: 30px;
  margin-bottom: 5px;
}
.ilsr {
  color: #676767;
  font-size: 16px;
  margin-left: 50px;
}
.ivtright {
  flex: 2;
  background: #89b92a;
  margin-left: 10px;
  padding: 70px 100px 40px 100px;
}
.itrlist {
  display: flex;
  text-align: center;
}
.itrlist li {
  flex: 1;
}
.irlbt {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
}
.irlnum {
  display: block;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  font-weight: normal;
}
.itrwz {
  margin-top: 40px;
}
.irwtxt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.dybtn a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #89b92a;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 11px;
  box-sizing: border-box;
  z-index: 99;
}
.dybtn a:before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: rgba(200, 33, 38, 0.2);
  border-radius: 50%;
  z-index: -3;
}
.dybtn a:hover:before {
  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.2);
  }
}
.ivt-tab {
  border-bottom: 1px solid #F0F0F0;
  margin-top: 90px;
}
.ivtqh {
  display: inline-block;
  vertical-align: top;
  color: #676767;
  font-size: 16px;
  padding: 15px 48px;
  transition: 0.25s;
}
.ivtqh:hover,
.ivtqh.active {
  color: #fff;
  background: #89b92a;
}
.ivt-cx {
  margin-top: 40px;
}
.ivcsrk {
  float: left;
  width: 21%;
}
.ivcsrk input {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid #F0F0F0;
  color: #9A9A9A;
  font-size: 14px;
  background: none;
}
.ivcselect {
  float: left;
  margin-left: 1%;
  width: 21%;
}
.ivcselect select {
  width: 100%;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid #F0F0F0;
  color: #9A9A9A;
  font-size: 14px;
  background: none;
}
.ivcselect option {
  color: #9A9A9A;
}
.ivcdate {
  position: relative;
  float: left;
  margin-left: 1%;
  width: 35%;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid #F0F0F0;
  color: #9A9A9A;
  font-size: 14px;
}
.calendar-modal {
  left: 0 !important;
  top: 40px !important;
}
.ivdicon {
  display: inline-block;
  color: #89b92a;
  font-size: 16px;
}
.ivdrq {
  position: relative;
  display: inline-block;
  width: 43%;
  text-align: center;
}
.ivdz {
  display: inline-block;
  line-height: 43px;
}
.ivdrq input {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 43px;
  border: none;
  background: none;
}
.ivcsearch {
  float: left;
  width: 20%;
  margin-left: 1%;
}
.ivcsearch a {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #444444;
  font-size: 14px;
  text-align: center;
  background: #E6E6E6;
}
.ivt-list {
  margin-top: 60px;
}
.ivt-list li {
  position: relative;
  padding: 30px 50px;
  z-index: 3;
  border-bottom: 1px solid #F0F0F0;
}
.ivt-list li:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: 0.45s;
}
.ivt-list li:hover .ivltxt,
.ivt-list li:hover .ivticon,
.ivt-list li:hover .ivldate {
  color: #fff;
}
.ivt-list li:hover .ivltxt:before {
  background: #fff;
}
.ivt-list li:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #89b92a;
  z-index: -3;
}
.ivltxt {
  float: left;
  position: relative;
  padding-left: 24px;
  color: #444444;
  font-size: 16px;
  width: 70%;
}
.ivltxt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #676767;
  border-radius: 50%;
}
.ivtms {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
.ivticon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #9A9A9A;
  font-size: 22px;
}
.ivldate {
  display: block;
  float: right;
  color: #9A9A9A;
  font-size: 14px;
  font-weight: normal;
  margin-top: 8px;
}
.ratop {
  text-align: center;
}
.rat1 {
  color: #333333;
  font-size: 30px;
  line-height: 1.5;
}
.rat2 {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.raform {
  margin-top: 50px;
}
.rfitem {
  margin-top: 20px;
  margin-left: -2%;
}
.raih {
  position: relative;
  float: left;
  width: 31.333%;
  margin-left: 2%;
  border: 1px solid #DDDDDD;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}
.rftp {
  float: right;
  width: 30%;
  margin-top: 10.5px;
}
.rftp img {
  display: block;
  width: 100%;
}
.rhsr {
  display: block;
  float: left;
  width: 90%;
  height: 60px;
  line-height: 60px;
  border: none;
  background: none;
  color: #666666;
  font-size: 14px;
}
.rhsup {
  display: block;
  float: right;
  color: #FF0000;
  font-size: 16px;
}
.rflh {
  float: left;
  width: 31.333%;
  margin-left: 2%;
}
.rflh .raih {
  float: none;
  width: 100%;
  margin-left: 0;
}
.rfyzm {
  margin-top: 20px;
}
.rfyzm .raih {
  float: left;
  width: 65%;
}
.rfcode {
  display: block;
  position: relative;
  float: right;
  width: 35%;
  line-height: 60px;
  text-align: center;
  color: #89b92a;
  font-size: 14px;
}
.rfcode img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.rfarea {
  float: left;
  width: 64.66%;
  margin-left: 2%;
}
.rfarea textarea {
  font-family: "SourceHanSansCN-Regular";
  display: block;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 20px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  resize: none;
}
.rfsubmit a {
  display: block;
  width: 266px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #89b92a;
  color: #fff;
  font-size: 16px;
  margin: 70px auto 0;
}
.rsbanner {
  position: relative;
  overflow: hidden;
}
.rsbitem {
  position: relative;
  float: left;
}
.rsbpic {
  overflow: hidden;
}
.rsbpic img {
  display: block;
  width: 100%;  
}
.rsbcv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rsct1 {
  color: #89b92a;
  font-size: 30px;
  line-height: 1.5;
}
.rsct2 {
  color: #555555;
  font-size: 16px;
  margin-top: 20px;
}
.rsxz {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}
.rxpn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.rxpn:hover {
  color: #89b92a;
}
.rxpn,
.rxnum,
.rxsz {
  display: inline-block;
  vertical-align: middle;
}
.rxnum {
  margin: 0 15px;
}
.rxsz {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin: 0 12px;
  padding-bottom: 5px;
  cursor: pointer;
}
.rxsz:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #89b92a;
}
.rxsz.active {
  color: #89b92a;
}
.rxsz.active:before {
  width: 100%;
}
.rwb1tab {
  margin-top: 120px;
  display: flex;
  background: #F2F2F2;
}
.rt1qh {
  position: relative;
  flex: 1;
  height: 318px;
  text-align: center;
  transition: 0.45s;
  cursor: pointer;
}
.rt1qh.active {
  background: #89b92a;
  text-align: left;
  padding: 0 400px 0 67px;
}
.rt1qh.active .rq1dtb {
  opacity: 1;
  visibility: visible;
}
.rt1qh.active .rq1icon {
  display: none;
}
.rt1qh.active .rq1bt,
.rt1qh.active .rq1ms {
  color: #fff;
}
.rt1qh.active .rq1bt:before {
  background: #fff;
  transform: translateX(0);
  left: 0;
}
.rt1qh.active .rq1ms {
  opacity: 1;
  visibility: visible;
}
.rt1qh.active .rq1wz {
  transform: translateY(-50%);
}
.rq1wz {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-35%);
}
.rq1icon {
  display: block;
  color: #9A9A9A;
  font-size: 50px;
}
.rq1bt {
  position: relative;
  color: #474443;
  font-size: 30px;
font-weight: 600;
  padding-bottom: 15px;
}
.rq1bt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: #9A9A9A;
  transform: translateX(-50%);
}
.rq1ms {
  opacity: 0;
  visibility: hidden;
  color: #474443;
  font-size: 18px;
  margin-top: 20px;
  width: 466px;
}
.rq1dtb {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 318px;
  height: 318px;
  border-radius: 50%;
  text-align: center;
  line-height: 238px;
  background: #fff;
  border: 40px solid #B81E23;
}
.rq1dtb i {
  display: block;
  color: #89b92a;
  font-size: 66px;
}
.rt1qh:first-child .rq1dtb {
  right: 0;
}
.rt1qh:last-child .rq1dtb {
  left: 0;
}
.rt1qh:first-child.active {
  border-radius: 0 163px 163px 0;
}
.rt1qh:last-child.active {
  border-radius: 163px 0 0 163px;
}
.rt1qh:first-child .rq1wz {
  padding: 0 0 0 70px;
}
.rt1qh:last-child .rq1wz {
  padding: 0 70px 0 0;
}
.rt1qh:first-child.active .rq1wz {
  padding: 0 400px 0 67px;
}
.rt1qh:last-child.active .rq1wz {
  padding: 0 67px 0 400px;
}
/*加入统艺start*/
    .jobbg{ background: #F9F9F9;}
.jpb2list li {
     background: #ffffff;
  position: relative;
 box-shadow:0px 10px 15px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.45s;
  cursor: pointer;border-radius: 10px;
    width: 47%;float: left;margin-right: 30px; margin-bottom: 30px;
}
.jpb2list li:hover {

 box-shadow:0px 15px 20px 1px rgba(0, 0, 0, 0.2);
  transform: translateX(-40px);
}
.jpb2list li:hover .iw2title {
  color: #89b92a;
}
.jpb2list li:not(:first-child) {

}
.jpb2list li a {
display: none;
}
 .jpblx{    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #e1e1e1;
    display: block;
    overflow: hidden;
    position: relative;
  font-size: 16px;
height: 70px;
    top: 10px;}
    .jpblx i{margin-right: 5px;    color: #89b92a;}
.jpb2pic {float: left;width: 23%;}
.jpb2pic canvas {width: 100%;}
.jpb2pic p {text-align: center;color: #999999;}
.jpb2pic i{ transform: rotate(180deg);    display: block;position: absolute;left: 30px;}
.jpb2pic img {
  display: block;
  width: 100%;
}
.jpb2wz {
  float: right;
  width: 75%;
 /* margin-top: 50px;*/
}
    .jpb2ms2 {
  color: #444444;
  font-size: 16px;

  height:32px;
  overflow: hidden;
}
.jpb2ms2 span{padding-right: 10px;}
.jpb2list .jpb2ms2 span i{padding-right: 5px;color: #999999;}
/*加入统艺end*/
.resouce-wrap {
  position: relative;
  overflow: hidden;
  padding: 120px 0 85px 0;
}
.rwbot2 {
  margin-top: 110px;
}
.rwb2select {
  margin-top: 70px;
}
.rbs2bt {
  float: left;
  width: 10%;
  color: #444444;
  font-size: 16px;
  font-weight: normal;
}
.rbs2lable {
  float: right;
  width: 90%;
}
.rbl2txt {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 20px;
  color: #676767;
  font-size: 14px;
  margin-right: 15px;
}
.rbl2txt:hover,
.rbl2txt.active {
  color: #fff;
  background: #89b92a;
}
.rwl2head {
  background: #E6E6E6;
  padding: 40px 0;
  border-top: 4px solid #89b92a;
}
.rh2txt {
  display: block;
  float: left;
  width: 18%;
  text-align: center;
  color: #474443;
  font-size: 16px;
  line-height: 1.5;
}
.rh2txt:last-child {
  width: 10%;
}
.rlb2bt {
  cursor: pointer;
  padding: 40px 0;
  border-bottom: 1px dashed #707070;
  transition: 0.45s;
}
.rlb2bt.active {
  background: #89b92a;
  border-bottom: none;
}
.rlb2bt.active .rh2txt {
  color: #fff;
}
.rlb2bt.active .rh2icon {
  color: #fff;
  transform: rotate(180deg);
}
.rh2icon {
  color: #9A9A9A;
  font-size: 16px;
  text-align: center;
  transition: 0.45s;
}
.rlb2zk {
  display: none;
  background: #F2F2F2;
  padding: 50px 66px;
}
.rzk2nr {
  color: #676767;
  font-size: 14px;
}
.rzk2btn a {
  display: block;
  width: 200px;
  height: 40px;
  background: #89b92a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}
.rzk2btn{font-size: 18px;font-weight: 500px; width: 100%; text-align: center; padding-top: 50px;}
.rzk2btn font{color: #89b92a;}
.rwb2list {
  margin-top: 100px;
}
.rs2list li {
  position: relative;
  background: #F2F2F2;
  transition: 0.45s;
}
.rs2list li:not(:first-child) {
  margin-top: 50px;
}
.rs2list li .nfpic {
  width: 36%;
}
.rs2list li .nfcont {
  width: 64%;
}
.rs2list li .nfctitle {
  font-size: 20px;
}
.rs2list li .nfcms,
.rs2list li .nfcicon {
  margin-top: 30px;
}
.rs2list li .nfcont {
  padding: 60px 60px 0 60px;
}
.rs2list li:hover {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.rs2list li:hover .nfctitle {
  color: #89b92a;
}
.rs3list {
  margin-left: -2%;
}
.rs3list li {
  position: relative;
  float: left;
  width: 31.333%;
  margin-left: 2%;
  overflow: hidden;
  margin-top: 50px;
    border-radius: 5px;
}
.rs3list li a h2{
display: none;
}
.rs3list li:hover .rl3pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.rs3list li:hover .rl3wz {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rl3pic {
  overflow: hidden;
}
.rl3pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}
.rl3wz {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 33, 38, 0.85);
  padding: 40px 28px 0 28px;
  text-align: center;
}
.rlw3title {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.rlw3ms {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  height: 76px;
  overflow: hidden;
}
.rlw3more {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  color: #89b92a;
  font-size: 28px;
  margin: 25px auto 0;
  font-style: normal;
}
.nomt {
  margin-top: 0 !important;
  border-bottom: none;
}
.bn4left {
  float: left;
  width: 60%;
  margin-top: 100px;
}
.bnl4nr {
  color: #474443;
  font-size: 14px;
  padding-right: 80px;
}
.bn14way {
  margin-top: 70px;
  padding-top: 67px;
  border-top: 1px solid #89b92a;
}
.bw4item {
  float: left;
  width: 50%;
}
.bwi4icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: #89b92a;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
}
.bwi4wz {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.bwi4t1 {
  display: block;
  font-style: normal;
  color: #B9B9B9;
  font-size: 14px;
  line-height: 1.5;
}
.bwi4t2 {
  display: block;
  color: #89b92a;
  font-size: 22px;
  line-height: 1.5;
}
.bn4right {
  float: right;
  width: 40%;
}
.bn4right img {
  display: block;
  width: 100%;
}
.rspb {
  box-sizing: border-box;
  background: #fff;
  padding: 76px 38px 108px 38px;
  margin-top: 60px;
}
.rbitem:not(:first-child) {
  margin-top: 50px;
}
.rbitem:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 5px solid #F0F0F0;
}
.rbibt {
  color: #333333;
  font-size: 16px;
}
.rbix {
  margin-top: 20px;
  margin-left: -2%;
}
.rxmh {
  position: relative;
  float: left;
  width: 31.333%;
  margin-left: 2%;
}
.rxtit {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
}
.rxbt {
  display: inline-block;
  vertical-align: text-bottom;
  color: #FF1600;
  font-size: 14px;
}
.rxgr {
  display: block;
  float: right;
  width: 84%;
  border: 1px solid #DDDDDD;
  background: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  color: #B5B5B5;
  font-size: 14px;
}
.rxdx {
  display: block;
  float: right;
  width: 85%;
}
.rdt {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
  line-height: 35px;
}
.zygz {
  width: 66%;
}
.gztj {
  width: 60%;
}
.rxym {
  display: block;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  color: #B5B5B5;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: none;
  margin-left: 10px;
}
.rxlong {
  width: 98%;
}
.rxlong .rxdx {
  float: left;
  margin-left: 20px;
}
.add-list {
  border: 1px dashed #DDDDDD;
  text-align: center;
  line-height: 100px;
  color: #444444;
  font-size: 16px;
  margin-top: 26px;
  cursor: pointer;
}
.add-list i {
  display: inline-block;
  vertical-align: top;
  color: #B5B5B5;
  font-size: 41px;
  font-style: normal;
  margin-right: 20px;
}
.rlwbk {
  display: block;
  float: right;
  width: 95%;
  box-sizing: border-box;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  color: #B5B5B5;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: none;
}
.fbtsr {
  width: 92%;
}
.rbsubmit {
  display: block;
  width: 200px;
  height: 40px;
  background: #89b92a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin: 90px auto 0;
  border: none;
}
/*#dd3 {
	display: block;
}*/
.rqbg {
  background: url(img/rl.png) 95%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.rxselect {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(img/xl.png) no-repeat 95%;
  background-size: 8px 7px;
}
.ivzy {
  position: relative;
}
#btn1,
#btn2 {
  position: relative;
  z-index: 111;
  width: 80px;
  height: 80px;
  background: #eee;
  cursor: pointer;
}
.datetime {
  overflow: visible;
}
.datetime .rhsr {
  width: 100%;
  background: url(img/xl01.png) 100% no-repeat;
  background-size: 13px 13px;
}
.copy-bot .cbclone {
  position: relative;
}
.delivery-dele {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 5;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: 0.38s;
}
.copy-bot .cbclone:not(:first-child) {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
}
.copy-bot .cbclone:first-child .delivery-dele {
  display: none;
}
.datepicker > div {
  display: block;
}
.rxmh .error {
  border-color: #FF3320;
}
.rxmh > label {
  position: absolute;
  left: 74px;
  top: 90%;
  color: #FF1600;
  font-size: 14px;
  font-weight: normal;
}
.rs3bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.rs3bg.active {
  opacity: 1;
  visibility: visible;
}
.rs3close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 50;
}
.rs3bot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 111;
}
.rs3pn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #555;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 9999;
  transition: 0.45s;
}
.rs3pn:hover {
  background: #89b92a;
}
.rs3pn i {
  display: block;
  color: #fff;
  font-size: 20px;
}
.rs3prev {
  left: 0;
}
.rs3next {
  right: 0;
}
.rs3banner {
  position: relative;
  overflow: hidden;
  padding: 0 70px;
}
.rb3item {
  position: relative;
  float: left;
}
.rb3item img {
  display: block;
  width: 100%;
}
.ivtsj {
  margin: 30px 0;
  text-align: center;
}
.ivsqh {
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  color: #676767;
  font-size: 14px;
  border: 1px solid #F0F0F0;
  margin: 0 -3px;
}
.ivsqh:hover,
.ivsqh.active {
  background: #89b92a;
  color: #fff;
}
.esg-speech {
  position: relative;
}
.page-padding {
  padding: 80px 0;
}
.page-padding2 {
  padding: 80px 0 100px;
}
.page-padding3 {
  padding-top: 80px;
}
.tt-l1 {
  position: absolute;
  left: -6%;
  width: 13%;
  top: 9%;
}
.tt-r1 {
  position: absolute;
  right: -6%;
  width: 13%;
  top: 55%;
}
.speech-box {
  width: 84%;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 80px 0 120px;
}
.speech-box .imgBox {
  margin: 0 60px 0 18px;
  width: 150px;
  border-radius: 50%;
  position: relative;
}
.speech-box .imgBox::before {
  content: "";
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #FBDBDF;
  position: absolute;
  left: -18px;
  bottom: -5%;
}
.speech-box .imgBox img {
  position: relative;
  border-radius: 50%;
}
.speech-box .desc {
  flex: 1;
}
.speech-box .title {
  font-size: 24px;
  color: #474443;
  line-height: 1.5;
  margin-bottom: 5px;
}
.speech-box .type {
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.speech-box .c {
  font-size: 18px;
  color: #332C2B;
  text-align: justify;
}
.speech-box-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69%;
  right: -22%;
  pointer-events: none;
}
.overview-box {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.overview-box .imgBox {
  border-radius: 20px;
  width: 84%;
  position: absolute;
  left: 0;
  top: 0;
}
.overview-box .imgBox img {
  border-radius: 20px;
}
.overview-box .desc {
  position: relative;
  margin-top: 5%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(37px);
  padding: 40px 4% 80px;
  width: 35%;
}
.overview-box .c {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.77;
  margin-top: 30px;
  text-align: justify;
}
.mt113 {
  margin-top: 113px;
}
.pt100 {
  padding-top: 100px;
}
.pt50 {
  padding-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb50 {
  padding-bottom: 50px;
}
.mt80 {
  margin-top: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pt20 {
  padding-top: 20px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.target-ul {
  display: flex;
  margin-left: -0.5%;
  flex-wrap: wrap;
}
.target-ul li {
  position: relative;
  width: 5.3823%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
  transform-style: preserve-3d;
}
.target-ul li .imgBox {
  transition: 0.6s;
}
.target-ul li .txt {
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
.target-ul2 {
  display: flex;
  margin-left: -1%;
  flex-wrap: wrap;
}
.target-ul2 li {
  position: relative;
  width: 15.66%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.target-ul2 .imgBox {
  border: 1px solid #dfdfdf;
}
.target-ul2 .txt {
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
.target-line {
  background-color: #67B75D;
  height: 2px;
  width: 100%;
  display: block;
}
.f24 {
  font-size: 24px;
}
.f20 {
  font-size: 20px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.report-warp {
  position: relative;
}
.report-demo {
  position: relative;
  overflow: hidden;
}
.report-demo .swiper-slide {
  position: relative;
  overflow: hidden;
}
.report-demo .swiper-slide:hover .by {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.report-demo .swiper-slide:hover .imgBox img {
  transform: scale(1.06);
}
.report-demo .by {
  position: absolute;
     font-size: 18px;
  right: 0;
  bottom: 0;
  background-color: #89b92a;
  color: #fff;
  padding: 6px 15px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  transform: translateY(30px) scaleY(0.5);
}
.report-demo .imgBox {
  position: relative;
  overflow: hidden;
}
.report-demo .imgBox img {
  transition: 0.6s;
}
.swiper-tt-arow {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  font-size: 18px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #666666;
  transition: 0.3s;
}
.swiper-tt-arow:hover {
  background-color: #89b92a;
  color: #FFFFFF;
}
.swiper-tt-arow.swiper-button-disabled {
  cursor: no-drop;
  background-color: #ffffff;
}
.swiper-tt-arow.swiper-button-disabled:hover {
  color: #89b92a;
}
.swiper-tt-prev {
  left: -9%;
}
.swiper-tt-next {
  right: -9%;
}
.esg-nav {
  position: relative;
  background-color: rgba(0, 0, 0, 0.39);
  margin-top: -70px;
}
.esg-nav a {
  color: #FFFFFF;
}
.esg-nav-ul {
  display: flex;
}
.esg-nav-ul a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
}
.esg-nav-ul a.active,
.esg-nav-ul a:hover {
  background-color: #89b92a;
}
.esg-threen-nav {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #F0F0F0;
}
.esg-threen-nav-ul {
  display: flex;
  flex-wrap: wrap;
}
.esg-threen-nav-ul a {
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
  color: #676767;
  display: block;
}
.esg-threen-nav-ul a::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0.5);
  border-bottom: 13px solid #89b92a;
  border-left: 35px solid transparent;
  border-right: 20px solid transparent;
  transition: 0.45s;
}
.esg-threen-nav-ul a.active,
.esg-threen-nav-ul a:hover {
  color: #89b92a;
}
.esg-threen-nav-ul a.active::before,
.esg-threen-nav-ul a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}
.f27 {
  font-size: 27px;
}
.policy-list li {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
  line-height: 1.4;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  z-index: 1;
}
.policy-list li::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #89b92a;
  z-index: -1;
}
.policy-list li:hover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: 0.45s;
}
.policy-list li:hover .title,
.policy-list li:hover .time,
.policy-list li:hover .ico {
  color: #fff;
}
.policy-list li:hover .title::before {
  background-color: #FFFFFF;
}
.policy-list .desc {
  display: flex;
}
.policy-list .title {
  color: #444444;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.policy-list .title::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #676767;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  transition: 0.45s;
}
.policy-list .time {
  transition: 0.3s;
  color: #9A9A9A;
  margin-left: 15px;
  flex-shrink: 0;
}
.policy-list .ico {
  margin-left: 24px;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
  color: #9A9A9A;
}
.com-line {
  border-bottom: 1px solid #B9B9B9;
}
.com-so {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
}
.com-so::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 27px;
  background-color: #89b92a;
}
.fkw {
  display: flex;
  flex-wrap: wrap;
}
.re-item {
  width: 15.7%;
  border-radius: 15px;
  padding: 17px 0 37px;
  margin-top: 54px;
  margin-right: 1.16%;
  cursor: pointer;
  background-color: #f0f0f0;
}
.re-item:nth-of-type(6n) {
  margin-right: 0;
}
.re-item .num {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.re-item .bot {
  padding: 0 4.5%;
  text-align: center;
  margin-top: 20px;
}
.re-item i {
  display: inline-block;
  font-size: 44px;
  line-height: 1;
  transition: all 0.5s;
  color: #89b92a;
}
.re-item p {
  min-height: 71px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 22px;
}
.re-item:hover i {
  transform: rotateY(360deg);
}
.so-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.so-mask .mvbot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52.1vw;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 15px;
  padding: 72px 3.6%;
}
.so-mask .name {
  font-size: 34px;
  margin-bottom: 38px;
  display: flex;
}
.so-mask .name i {
  flex-shrink: 0;
  font-size: 42px;
  margin-right: 21px;
}
.so-mask .info {
  color: #676767;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 1%;
}
.so-mask .info::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
.so-mask .info::-webkit-scrollbar-track {
  background-color: #fff;
}
.so-mask .info::-webkit-scrollbar-thumb {
  background-color: #676767;
}
.so-mask .closed {
  position: absolute;
  right: 5.2%;
  top: 54px;
  cursor: pointer;
}
.so-mask .closed i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #676767;
}
.so-mask .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.so-mask.active {
  opacity: 1;
  visibility: visible;
}
.gys {
  margin-top: 50px;
}
.gy-item {
  width: 20.4%;
  padding: 47px 0 31px;
  text-align: center;
  background-color: #F2F2F2;
  margin-right: 2.1%;
}
.gy-item p {
  font-size: 18px;
  font-weight: 500;
}
.gy-item .cont {
  font-family: 'Gilroy';
  font-size: 68px;
  color: #89b92a;
  line-height: 1;
}
.gy-item i {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}
.goal-items {
  margin-top: 9px;
}
.goal-items .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: #332C2B;
}
.goal-items .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}
.goal-items .slick-prev {
  left: 2%;
}
.goal-items .slick-prev::before {
  content: "\eb0c";
}
.goal-items .slick-next {
  right: 2%;
}
.goal-items .slick-next::before {
  content: "\e8d4";
}
.goal-item {
  overflow: hidden;
  margin: 60px 10px 0;
}
.goal-item img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.goal-item:hover img {
  transform: scale(1.1);
}
.empT {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empT .ngt2 {
  white-space: nowrap;
}
.empTab .item {
  position: relative;
  padding: 8px 20px;
  transition: 0.45s;
  cursor: pointer;
}
.empTab .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background: #89b92a;
  z-index: -1;
}
.empTab .item.cur {
  color: #fff;
}
.empTab .item.cur::before {
  transition: 0.45s;
  transform: scaleY(1);
}
.cxmb .cxmb-wrap {
  display: none;
}
.cxmb .cxmb-wrap.select {
  display: block;
}
