@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #0d68ae;
  font-weight: normal;
  margin: 0 auto;
  background: url('../images/body-bg.jpg') no-repeat;
}
.container {
  width: 1530px;
}
/*.container img{
  border-radius: 20px;
}*/
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}

#qrcode{
  position: fixed;
  left: 20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  left: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-left: 20px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li.cur > a{
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li.cur > a::after{
  content:"\e768";
  font-family: 'iconfont';  
  font-size: 20px;
  margin-right: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 100px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  border-color: var(--color);
  background-color: rgba(4, 107, 176, 0.2);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #0d68ae;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right form {
  position: relative;
}
#header .nav .ui.menu .right form input[type='text'] {
  width: 200px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 60px;
}
#header .nav .ui.menu .right form input[type='submit'] {
  width: 30px;
  height: 30px;
  border: none;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: center;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-left: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 25px;
  border-radius: 35px;
  color: white;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(13, -10px 4px, -10px 7px, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(13, -10px 4px, -10px 7px, 0.1);
}
.more:hover {
  background-color: black;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  font-weight: 600;
  color: var(--color);
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(50.0%,-50%); scale(0.8);
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
    opacity: 0;
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
    opacity: 0;
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@-moz-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  background: url('../images/banner_bg.png') no-repeat;
  background-position: left;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  padding: 50px 15px 70px;
}
#banner .banner-content ul li .container .content h2 em {
  color: var(--color);
  border-bottom: 2px solid var(--color);
  line-height: 0.8;
}
#banner .banner-bot ul {
  margin: 0 -15px;
}
#banner .banner-bot ul li {
  width: 33.333333%;
  padding: 0 15px;
}
#banner .banner-bot ul li .text {
  width: 100%;
  height: 140px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: white;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 25px;
}
#banner .banner-bot ul li .text em {
  display: inline;
  color: var(--color);
  font-weight: bold;
  font-size: 22px;
}
#index-body .homepage-1 .left {
  max-width: 580px;
}
#index-body .homepage-1 .left h3 {
  font-size: 40px;
}
#index-body .homepage-1 .right {
  width: 780px;
}
#index-body .homepage-1 .right ul {
  margin: -15px;
}
#index-body .homepage-1 .right ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 15px;
}
#index-body .homepage-1 .right ul li:nth-child(1),
#index-body .homepage-1 .right ul li:nth-child(2),
#index-body .homepage-1 .right ul li:nth-child(3) {
  -webkit-transform: translateX(270.0px);
  -moz-transform: translateX(270.0px);
  -ms-transform: translateX(270.0px);
  transform: translateX(270.0px);
}
#index-body .homepage-1 .right ul li .box {
  border-radius: 20px;
  height: 240px;
  background-color: #d6edff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-1 .right ul li .box p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 20px;
  color: var(--color);
}
#index-body .homepage-1 .right ul li .box h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
#index-body .homepage-2 {
  position: relative;
  background: #dbebf7;
}
#index-body .homepage-2 .top ul {
  margin: 0 -15px;
}
#index-body .homepage-2 .top ul .slick-current li a,
#index-body .homepage-2 .top ul li.active a {
  border-color: var(--color);
}
#index-body .homepage-2 .top ul li {
  padding: 0 15px;
  width: 33.3333333333%;
}
#index-body .homepage-2 .top ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #9dc3e1;
}
#index-body .homepage-2 .bottom {
  margin-top: 30px;
}
#index-body .homepage-2 .bottom ul li .box {
  height: 520px;
  background-color: white;
  overflow: hidden;
}
#index-body .homepage-2 .bottom ul li .box .text {
  padding: 30px;
}
#index-body .homepage-3 ul {
  margin-top: 75px;
}
#index-body .homepage-3 ul li {
  margin-bottom: 70px;
}
#index-body .homepage-3 ul li img{
  border-radius: 20px;
}
#index-body .homepage-3 ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .homepage-3 ul li:nth-child(even) .text {
  padding-right: 50px;
  padding-left: 0;
}
#index-body .homepage-3 ul li .text {
  padding-left: 50px;
}
#index-body .homepage-4 {
  background-color: #dbebf7;
  position: relative;
}
#index-body .homepage-4 .img {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .homepage-4 .content {
  width: 50%;
  margin-right: auto;
}
#index-body .homepage-4 .content .list {
  padding: 40px 55px;
  height: 400px;
  background-color: white;
  border-radius: 20px;
}
#index-body .homepage-4 .content .list ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  bottom: -50px;
}
#index-body .homepage-4 .content .list ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #86b3d6;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .content .list ul.slick-dots li button {
  display: none;
}
#index-body .homepage-4 .content .list ul.slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-4 .content .list ul{
  margin: 0 -15px;
}
#index-body .homepage-4 .content .list ul li{
  padding: 0 15px;
}
#index-body .homepage-4 .content .list ul li .box .con{
  max-height: 140px;
  padding-left: 10px;
  overflow-y: auto;
}
#index-body .homepage-5 ul {
  margin: 65px -15px 0;
}

#index-body .homepage-5 ul .slick-arrow{
  color: transparent;
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
#index-body .homepage-5 ul .slick-arrow::before{
  content:"\e76e";
  font-size: 20px;
  color: white;
  position: absolute;
  right: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'iconfont';
}
#index-body .homepage-5 ul .slick-arrow.slick-prev{
  right: -35px;
}
#index-body .homepage-5 ul .slick-arrow.slick-next{
  left: -35px;
}
#index-body .homepage-5 ul .slick-arrow.slick-next::before{
  content:"\e76f";
}
#index-body .homepage-5 ul li {
  padding: 5px 15px;
}
#index-body .homepage-5 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 ul li .box .img{
  overflow: hidden;
}
#index-body .homepage-5 ul li .box .text {
  padding: 25px 20px;
}
#index-body .homepage-5 ul li .box .text .date .line {
  color: black;
}
#index-body .homepage-5 ul li .box:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#footer {
  color: white;
  background: #152b4e;
}
#footer .top ul li {
  color: white;
}
#footer .top ul li h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 600;
}
#footer .top ul li span {
  font-size: 18px;
  display: block;
  line-height: 1;
}
#footer .top ul li.logo {
  max-width: 310px;
}
#footer .top ul li.logo .share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: #152b4e;
  margin-left: 30px;
}
#footer .top ul li.logo .share a:last-child {
  margin-left: 0;
}
#footer .top ul li.link {
  padding-top: 30px;
}
#footer .top ul li.link span {
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li.link span:hover {
  border-color: white;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact {
  max-width: 450px;
  width: 30%;
}
#footer .top ul li.contact .box {
  width: 100%;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: white;
  color: black;
}
#footer .top ul li.contact .box h4 {
  margin-bottom: 20px;
}
#footer .top ul li.contact .box .list {
  margin-bottom: 20px;
}
#footer .top ul li.contact .box .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact .box h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
#footer .top ul li.contact .box p {
  opacity: 0.7;
  line-height: 1.4;
  font-size: 18px;
}
#footer .bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
}
#footer .bottom span {
  font-size: 14px;
  color: white;
  font-weight: 300;
  opacity: 0.6;
}
#footer .bottom span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .bottom span a.copyleft: hover {
  border-color: white;
}
#footer .bottom span img {
  width: auto;
  height: 15px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 5px;
}
@media screen and (max-width: 1700px) {
  #banner .banner-bot ul li .text {
    font-size: 18px;
  }
  #index-body .homepage-1 .left {
    padding-left: 30px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-4 .content .list ul.slick-dots {
    bottom: -95px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
  #index-body .homepage-1 .left {
    max-width: 520px;
  }
  #index-body .homepage-1 .right {
    zoom: 0.8;
  }
  h2.h-title {
    font-size: 40px;
  }
  #footer .top ul li.contact .box p {
    font-size: 16px;
  }

}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .font-54 {
    font-size: 34px;
  }
  #banner .banner-bot ul li .text {
    font-size: 16px;
  }
  #banner .banner-bot ul li .text em {
    font-size: 20px;
  }
  #index-body .homepage-1 .left {
    max-width: 460px;
  }
  #index-body .homepage-1 .right {
    zoom: 0.6;
  }
  #index-body .homepage-2 .top ul li a {
    font-size: 18px;
    padding-bottom: 15px;
  }
  #index-body .homepage-2 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-2 .bottom ul li .box {
    height: 410px;
  }
  #index-body .homepage-3 ul li .text h4 {
    font-size: 20px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.contact {
    width: 50%;
  }
  #footer .top ul li.logo {
    max-width: 45%;
  }
  #index-body .homepage-4 .content .list {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .container .banner-img {
    display: none;
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
  #banner .banner-bot ul {
    display: block;
    width: 100%;
  }
  #banner .banner-bot ul li {
    padding: 15px;
  }
  #index-body .homepage-1 .left {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .right {
    zoom: 0.64;
    margin-right: auto;
  }
  #index-body .homepage-2 .bottom ul li .box .text .con {
    max-height: 150px;
    padding-left: 15px;
    overflow-y: auto;
  }
  #index-body .homepage-3 ul li .text {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .homepage-3 ul li .img {
    width: 100%;
  }
  #index-body .homepage-4 .img {
    display: none;
  }
  #index-body .homepage-4 .content {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  #index-body .homepage-4 .content .list ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-54 {
    font-size: 30px;
  }
  #banner .banner-bot ul {
    margin: 0;
  }
      #index-body .homepage-4 .content .list ul.slick-dots {
        bottom: -70px;
    }
  #index-body .homepage-1 .right {
    zoom: 0.45;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 p br {
    display: none;
  }
  #index-body .homepage-2 .bottom ul li .box .text {
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul li .box .img {
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul li .box {
    height: auto;
    border-radius: 20px;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .top ul li.contact {
    width: 100%;
  }
  #index-body .homepage-1 .left h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .font-54 {
    font-size: 20px;
  }
  #banner .banner-content ul li .container {
    padding: 30px 15px;
  }
  #index-body .homepage-1 .right ul li:nth-child(1),
  #index-body .homepage-1 .right ul li:nth-child(2),
  #index-body .homepage-1 .right ul li:nth-child(3) {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -ms-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  #index-body .homepage-1 .right ul li .box {
    height: 215px;
  }
  #index-body .homepage-4 .content .list {
    padding: 40px 20px;
    height: auto;
  }
}



/*inner page*/ 


.inner-banner {
  position: relative;
  margin-top: 100px;
  margin-bottom: -70px;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/banner-top.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.inner-banner video {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  right: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  right: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  right: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  right: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  right: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);

}

.inner-banner .inner-text {
  padding-top: 200px;
  padding-bottom: 140px;
}

.inner-banner .inner-banner-title {
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1250px) {
  .inner-banner .inner-text {
    padding-top: 200px;
  }
  .inner-banner {
    margin-bottom: 0;
  }
  #mobile .mobile-logo {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px){
  
  .inner-banner .inner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
    .inner-banner .action-box {
    display: block;
  }

  .inner-banner video {
    display: none;
  }

  .inner-banner .action-box:before {
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
  }
}
 .inner-page {
      background-color: #fff;
      border-radius: 80px 80px 0 0;
      position: relative;
      z-index: 2;
  }
/*about*/

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
.public-title{
  color: #2e2521;
  font-weight: 700;
  line-height: 1.4;
}
.public-title .span2{
  color: var(--color);
}

.inner-partners:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .03;
  background: -webkit-gradient(linear, left bottom, left top, from(#009c85), to(transparent));
  background: -webkit-linear-gradient(bottom, #009c85, transparent);
  background: -moz-linear-gradient(bottom, #009c85, transparent);
  background: linear-gradient(to top, #009c85, transparent);
  z-index: -1;
}

.inner-partners .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.inner-partners .intro {
  color: var( --color);
}

.inner-partners .about-partner-slide {
  margin: 4.53125vw -11.5px 0;
  display: flex;
  flex-wrap: wrap;
}

.inner-partners .about-partner-slide li {
  width: 16.66666%;
}
/*.inner-partners .about-partner-slide li:last-child */

.inner-partners .about-partner-slide .slide-box {
  padding: 31px 15px 29px 29px;
  margin: 0 11.5px 26px;
  border-radius: 20px;
  background-color: #fef7ee;
  border: solid 1px rgba(122, 122, 122, 0.41);
}

.inner-partners .about-partner-slide li:last-child .slide-box {
  position: relative;
  border: none;
}

.inner-partners .about-partner-slide li:last-child .slide-box img {
  opacity: 0;
}

.inner-partners .about-partner-slide li:last-child span {
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
  color: #333;
}


.about-page .about-advantage .advantages-list1-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3vw;
}

.about-page .about-advantage .advantages-list1-arrow .prev,
.about-page .about-advantage .advantages-list1-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
}

.about-page .about-advantage .advantages-list1-arrow .prev i,
.about-page .about-advantage .advantages-list1-arrow .next i {
  font-size: 24px;
}

.about-page .about-advantage .advantages-list1-arrow .prev:hover,
.about-page .about-advantage .advantages-list1-arrow .next:hover {
  background: var(--color);
  color: #fff;
}
.about-page .about-wrap1 {
  padding-top: 110px;
  position: relative;
}

.about-page .about-wrap1 .bg {
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;*/
  position: relative;
}

.about-page .about-wrap1 .bg2 {
  position: absolute;
  right: 10.41666666666667vw;
  bottom: -22.39583333333333vw;
  z-index: -1;
}

.about-page .about-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about-page .about-wrap1 .intro {
  color: #989898;
}

.about-page .about-wrap1 .left {
  margin-top: 8px;
  width: 40%;
}

.about-page .about-wrap1 .left .public-title {
  margin-bottom: 30px;
}

.about-page .about-wrap1 .right {
  margin-right: 25px;
  color: #000;
  max-width: 899px;
  width: 60%;
  line-height: 1.8;
}

.about-page .about-wrap1 .right p:first-child {
  margin-bottom: 22px;
}

.about-page .about-wrap1 .right p:last-child {
  margin-top: 22px;
}

.about-page .about-wrap1 a.play {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  bottom: 19.114583333vw;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}

.about-page .about-wrap1 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.about-page .about-wrap1 a.play .circle i {
  color: #2e2521;
  font-size: 26px;
}

.about-page .about-wrap1 a.play:before,
.about-page .about-wrap1 a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.about-page .about-wrap1 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}

.about-page .about-wrap1 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.about-page .about-honour .container {
  position: absolute;
  right: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.about-page .about-honour .right{
  margin-right: auto;
  text-align: right;
}
.about-page .about-honour .right ul{
  margin: 0 -10px;
}
.about-page .about-honour .right ul li{
  padding: 0 10px;
}
.about-page .about-wrap2 {
  position: relative;
  padding: 110px 0;
    background-color: #f2f8ff;
}

.about-page .about-wrap2 .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width:100%;
  height:100%;
  object-fit: cover;
}

.about-page .about-wrap2 .intro {
  color: #989898;
  margin-top: 15px;
}
.about-page .about-wrap2 .about-wrap2-list {
  margin: 0 -15px;
}
.about-page .about-wrap2 .about-wrap2-list li {
  padding: 15px;
}
.about-page .about-wrap2 .about-wrap2-list .slick-arrow{
  color: transparent;
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.about-page .about-wrap2 .about-wrap2-list .slick-arrow::before{
  content:"\e76e";
  font-size: 20px;
  color: white;
  position: absolute;
  right: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'iconfont';
}
.about-page .about-wrap2 .about-wrap2-list .slick-arrow.slick-prev{
  right: -35px;
}
.about-page .about-wrap2 .about-wrap2-list .slick-arrow.slick-next{
  left: -35px;
}
.about-page .about-wrap2 .about-wrap2-list .slick-arrow.slick-next::before{
  content:"\e76f";
}

.about-page .about-wrap2 .about-wrap2-list li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  -webkit-box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  background: #fff;
  z-index: 1;
  height: 390px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: var(--color);
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-wrap2 .about-wrap2-list li .box .text{
  max-height: 120px;
  overflow-y: auto;
  padding-left: 15px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:before {
  right: -13px;
  bottom: -5px;
  width: 10px;
  height: 10px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:after {
  top: -4px;
  left: -24px;
  width: 36px;
  height: 36px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 23px;
  margin-bottom: 6px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number em {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number span {
  color: #525252;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-right: 11px;
  padding-bottom: 5px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .title {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  font-size: 24px;
  transition: .3s;
  height: 70px;
  margin: 10px 0;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover {
  background: var(--color);
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .cover {
  opacity: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .icon img {
   -webkit-filter:grayscale(2) brightness(7);
  filter:grayscale(2) brightness(7);
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number em {
  color: #ffffff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number span {
  color: #ffffff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .title {
  color: #ffffff;
}
.about-page .about-wrap2 .about-wrap2-list li .box:hover .text{
  color: #fff;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:before {
  right: -17px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:after {
  bottom: -4px;
  top: unset;
  left: -28px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:before {
  right: unset;
  bottom: unset;
  top: 15px;
  left: -10px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:after {
  top: unset;
  left: unset;
  right: -23px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:before {
  right: unset;
  bottom: -5px;
  left: -15px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:after {
  left: unset;
  right: -27px;
  top: 16px;
}

.about-page .about-wrap3 {
  padding-top: 17vw;
  padding-bottom: 27vw;
}

.about-page .about-wrap3 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-wrap3 .left {
  margin-top: 3.958333vw;
}

.about-page .about-wrap3 .left .intro {
  margin-top: 16px;
  color: #989898;
}

.about-page .about-wrap3 .right {
  margin-right: 25px;
  margin-left: -20px;
}

.about-page .about-wrap3 .right .about-wrap3-list {
  max-width: 800px;
  margin-left: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-wrap3 .right .about-wrap3-list li {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 50%;
}

.about-page .about-wrap3 .right .about-wrap3-list li .right-text {
  margin-right: 15px;
  transition: .3s;
  padding-left: 20px;
}

.about-page .about-wrap3 .right .about-wrap3-list li .img {
  position: relative;
  flex-shrink: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .right-text {
  color: var(--color);
}

.about-page .about-wrap3 .right .about-wrap3-list li .text {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-wrap3 .right .about-wrap3-list li .bg2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg1 {
  opacity: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .text {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg2 {
  opacity: 1;
}

.about-page .about-culture {
  padding-top: 7.083333vw;
  padding-bottom: 1.10416666vw;
  position: relative;
}

.about-page .about-culture .public-title span.span1 {
  color: #fff;
}

.about-page .about-culture .public-title span.span2 {
  color: #fff;
}

.about-page .about-culture .intro {
  margin-top: 11px;
  color: #fff;
}

.about-page .about-culture .culture-intro {
    margin-top: 2.34375vw;
    margin-bottom: 3.020833333vw;
    color: #fff;
    max-width: 700px;
}

.about-page .about-culture .culture-list {
  margin-right: 13px;
}

.about-page .about-culture .culture-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-culture .culture-list li .left-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 14px;
  z-index: 1;
}

.about-page .about-culture .culture-list li .left-icon:after {
  content: "";
  display: block;
  background-color: #1daede;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  right: -8px;
  bottom: -12px;
  z-index: -1;
  position: absolute;
}

.about-page .about-culture .culture-list li .right-text .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}

.about-page .about-culture .culture-list li .right-text .desc {
  color: #fff;
}

.about-page .about-culture .left {
  position: absolute;
  width: 53%;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 20px;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-culture .right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 89.44281524926686%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-advantage {
  position: relative;
  padding-top: 11.614583333333334vw;
}

.about-page .about-advantage .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-page .about-advantage .top {
  margin-bottom: 4.583333333vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-advantage .top .intro {
  color: #989898;
}

.about-page .about-advantage .top .left .intro {
  margin-top: 14px;
}

.about-page .about-advantage .top .right {
  margin-top: 10px;
}

.about-page .about-advantage .top .right .intro {
  line-height: 1.2222;
  max-width: 723px;
  margin-bottom: 34px;
}

.about-page .about-advantage .advantage-list-slide {
  margin: 0 -11.5px;
}

.about-page .about-advantage .advantage-list-slide .slide-box {
  background-color: #ffffff;
  -webkit-box-shadow: -2px -2px 29px 0px transparent;
  box-shadow: -2px -2px 29px 0px transparent;
  border-radius: 10px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 0 11.5px;
}

.about-page .about-advantage .advantage-list-slide .slide-box:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  height: 3px;
  background-color: var(--color);
  width: 73.61111111111111%;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover {
  -webkit-box-shadow: -2px -2px 29px 0px #ecf0f2;
  box-shadow: -2px -2px 29px 0px #ecf0f2;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover:after {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom .b-bg {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn {
  background: var(--color);
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn span {
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn .circle {
  background: #fff;
  color: #989898;
}

.about-page .about-advantage .advantage-list-slide a.img {
  display: block;
}

.about-page .about-advantage .advantage-list-slide .bottom {
  position: relative;
  padding: 0 28px 42px;
  z-index: 1;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title {
  display: block;
  font-weight: bold;
  max-width: 283px;
  line-height: 1.3;
  margin-top: 37px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title:hover {
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom .slide-intro {
  max-width: 239px;
  color: #7a7a7a;
  line-height: 1.11;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn {
  width: 130px;
  height: 43px;
  background: transparent;
  padding-right: 20px;
  padding-left: 5px;
  border: 1px solid var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn span {
  font-size: 12px;
  padding-left: 0;
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle {
  width: 34px;
  height: 34px;
  background-color: #03a68e;
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle i {
  font-size: 12px;
}

.about-page .about-advantage .advantage-list-slide .bottom .b-bg {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-partner {
  position: relative;
  padding-top: 120px;
  background-color: #eef7ff;
  padding-bottom: 6.4583333vw;
}

.about-page .about-history .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left {
  width: 50%;
  margin-top: 16.25vw;
  margin-bottom: 19.53125vw;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left .left-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-history .left .left-box .public-title span.span2 {
  color: #000;
}

.about-page .about-history .left .left-box .intro {
  margin-top: 23px;
  color: #989898;
}

.about-page .about-history .left .left-box .public-btn {
  margin-top: 6.25vw;
}

.about-page .about-history .left .year-right {
  margin-top: 8.28125vw;
  font-size: 9.583333333vw;
  font-weight: bold;
  line-height: 1;
  color: var(--color);
  position: relative;
}

.about-page .about-history .left .year-right svg {
  position: absolute;
  left: -280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.about-page .about-history .right {
  margin-bottom: 19.53125vw;
  padding-bottom: 13px;
  width: 50%;
}

.about-page .about-history .right .history-list {
  margin-left: 3.9583333333333335vw;
  position: relative;
}

.about-page .about-history .right .history-list li {
  align-items: flex-start;
}

.about-page .about-history .right .history-list li.active .text-left: before,
.about-page .about-history .right .history-list li.active .text-right:after {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(right, var(--color), transparent);
  background: -moz-linear-gradient(right, var(--color), transparent);
  background: linear-gradient(to left, var(--color), transparent);
  opacity: 1;
}

.about-page .about-history .right .history-list li.active .text-right .title {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .text-right .intro {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .year-left {
  background: unset;
  -webkit-background-clip: unset;
  color: var(--color) !important;
}

.about-page .about-history .right .history-list li:first-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
  background: -webkit-linear-gradient(top, transparent, #f6f6f6);
  background: -moz-linear-gradient(top, transparent, #f6f6f6);
  background: linear-gradient(to bottom, transparent, #f6f6f6);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li:last-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f6, transparent);
  background: -moz-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li .year-left {
  font-size: 9.583333333vw;
  font-weight: bold;
   
  line-height: 1;
  color: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: sticky;
  width: 232px;
}

.about-page .about-history .right .history-list li .text-right {
  margin-right: 3.125vw;
  /*padding-top: 2.5vw;
  padding-bottom: 2.65625vw;*/
  padding-top: 6.5vw;
  padding-bottom: 6.65625vw;
  padding-left: 4.1145833vw;
  position: relative;
   
  font-weight: 600;
}

.about-page .about-history .right .history-list li .text-left: before,
.about-page .about-history .right .history-list li .text-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 2px;
  width: 100%;
  background: rgba(122, 122, 122, 0.15);
}

.about-page .about-history .right .history-list li .text-left: before {
  top: -2px;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.about-page .about-history .right .history-list li .text-left: after {
  bottom: 0;
}

.about-page .about-history .right .history-list li .text-right .title {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-history .right .history-list li .text-right .intro {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.333;
}
.about-page .about-wrap1 {
  position: relative;
  z-index: 12;
}

.about-page .about-wrap1 svg.decoration {
  position: absolute;
  z-index: 0;
  right: 1%;
  top: -5%;
  transform: rotate(-90deg);
  width: 24.223rem;
  height: 36.34rem;
}

.about-page .about-wrap1 svg.decoration path {
  fill: none;
  stroke-width: 3;
  animation: draw 3s ease forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 707.517;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.about-page .about-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}
.about-page .about-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-2 i.bg em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-2 span.h2 {
  line-height: 1.4;
  font-size: 55px;
  font-weight: 600;
}
.about-page .about-2 span.h2 em {
  color: #0d68ae;
  border-bottom: 3px solid #0d68ae;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-2 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-2 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  right: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-2 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-left: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-2 .right li .content {
  background-color: #eef7ff;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right li.active:before {
  height: 100%;
}
.about-page .about-2 .right li.active .content {
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1700px){
    .about-page .about-history .right .history-list li {
    align-items: center;
  }

  .about-page .about-history .right .history-list li .year-left {
    position: unset;
  }
  
  .about-page .about-history .left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-page .about-history .right {
    padding-bottom: 0;
  }
  .about-page .about-wrap2 .about-wrap2-list li .box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-culture .culture-intro {
    max-width: 530px;
  }
  .about-page .about-wrap2 .about-wrap2-list li .box {
    padding: 30px;
  }
}
@media screen and (max-width: 1440px) {
   .about-page .about-wrap2 .about-wrap2-list li {
    width: 50%;
  }
  .about-page .about-wrap2 .about-wrap2-list .slick-arrow.slick-prev{
    right: -25px;
  }
  .about-page .about-wrap2 .about-wrap2-list .slick-arrow.slick-next{
  left: -25px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-culture .culture-intro,.about-page .about-culture .intro,.about-page .about-culture .public-title {
    max-width: 470px;
  }
  .about-page .about-2 span.h2{
    font-size: 40px;
  }
  .about-page .about-wrap2 .about-wrap2-list li .box .title {
    height: 90px;
  }
}
@media screen and (max-width: 1280px){
  
  .about-page .about-history .left .year-right svg {
    zoom: .7;
  }

  .about-page .about-history .right .history-list li .text-right {
    padding-left: 0;
  }

  .about-page .about-history .right .history-list {
    margin-left: 0;
  }
  
  .about-page .about-wrap3 .ui.container {
    flex-wrap: wrap;
  }

  .about-page .about-wrap3 .right {
    margin-top: 25px;
    margin-right: 0;
  }

  .about-page .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }
    .about-page .about-culture .culture-intro,
  .about-page .about-culture .culture-list li .right-text .desc {
    /*background-color: rgba(0, 165, 141, .2);*/
    padding: 5px;
    border-radius: 5px;
  }
    .inner-partners .about-partner-slide li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-honour .right{
    width: 100%;
  }
  .about-page .about-wrap2 {
    padding: 60px 0;
  }
  .about-page .about-wrap2 {
    margin-bottom: 0;
  }
  .about-page .about-honour{
    padding: 60px 0;
  }
  .about-page .about-honour > img{
    position: absolute;
    inset:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .about-page .about-honour .container{
    position: relative;
    inset:0;
    transform: none;
  }

  .about-page .about-culture .culture-intro,.about-page .about-culture .intro,.about-page .about-culture .public-title {
    max-width: 100%;
  }
  
  .about-page .about-2 .left {
    position: static;
    margin-bottom: 40px;
  }
  .about-page .about-2 .right li .content {
    min-height: 100px;
  }
  .inner-banner{
    margin-bottom: 0;
  }
  .about-page .about-wrap1 .left{
    width: 100%;
  }
  
  .about-page .about-wrap1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-wrap1 .right {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 10px;
  }

  .about-page .about-wrap2 .about-wrap2-list li .box {
    padding: 15px;
  }

  .about-page .about-wrap3 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-wrap3 .right {
    margin-right: 0;
    margin-top: 25px;
  }

  .about-page .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }

  .about-page .about-culture .left {
    width: 100%;
  }

  .about-page .about-culture .right {
    display: none;
  }

  .about-page .about-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-advantage .advantage-list-slide .bottom {
    padding-right: 0;
    padding-left: 0;
  }

  /*.about-page .about-history .left .year-right {
    display: none;
  }*/
  /*.about-page .about-history .right .history-list li .year-left {
    display: none;
  }*/
  .about-page .about-wrap3 .right .about-wrap3-list li {
    width: 100%;
  }
   .about-page .about-history .left .year-right {
    margin-top: 80px;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-wrap2 .bg {
    bottom: 40px;
  }
  .about-page .about-2 .right li i {
    zoom: .7;
  }
  .about-page .about-2 .right li:before {
    right: 1.2em;
  }
  
  .about-page .about-wrap1 a.play {
    zoom: .5;
  }

  .about-page .about-wrap2 .about-wrap2-list li {
    width: 100%;
  }

  .about-page .about-2 span.h2{
    font-size: 30px;
  }

  .about-page .about-history {
    position: relative;
  }

  .about-page .about-history .ui.container {
    position: unset;
  }

  .about-page .about-history .left {
    width: 30%;
  }

  .about-page .about-history .left .left-box {
    position: absolute;
    right: 0;
    top: -40px;
  }

  .about-page .about-history .left .left-box .intro {
    margin-top: 10px;
    width: 135px;
  }

  .about-page .about-history .left .year-right svg {
    zoom: .5;
  }

  .about-page .about-history .left .year-right {
    margin-right: auto;
  }

  .about-page .about-history .right {
    width: 70%;
  }

  .about-page .about-history .right .history-list li .year-left {
    width: 50px;
  }

  .about-page .about-history .right .history-list li .text-right {
    margin-right: 0px;
    width: calc(100% - 50px);
  }


  .about-page .about-history .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-partners .about-partner-slide li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
.about-page .about-wrap1 {
  position: relative;
}

.about-page .about-wrap1 svg.decoration {
  position: absolute;
  z-index: 0;
  right: 1%;
  top: -5%;
  transform: rotate(-90deg);
  width: 24.223rem;
  height: 36.34rem;
}

.about-page .about-wrap1 svg.decoration path {
  fill: none;
  stroke-width: 3;
  animation: draw 3s ease forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 707.517;
  }

  to {
    stroke-dashoffset: 0;
  }
}
}
/*technology page*/
.customized-page .customized-wrap1 {
  padding-top: 110px;
  padding-bottom: 3vw;
}

.customized-page .customized-wrap1 .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  font-weight: bold;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 33px;
}

.customized-page .customized-wrap1 .intro {
  color: var( --color);
  line-height: 1.6;
}

.customized-page .customized-wrap1 .advantages-list {
  margin: 64px -22px 5.2083333vw;
}

.customized-page .customized-wrap1 .advantages-list .slide-box {
  border: 1px solid #b4b4b4;
      padding-right: 32px;
    padding-left: 32px;
    height: 500px;
    padding-bottom: 40px;
    margin: 20px 15px 0;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .order {
  width: 42px;
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -22px;
  background: var(--color);
}

.customized-page .customized-wrap1 .advantages-list .slide-box .icon {
      margin-top: 40px;
    margin-bottom: 20px;
    max-width: 70px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box a.title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  height: 80px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .intro {
  color: #4c4d4f;
  /*display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.33;
  height: calc(1.33em * 10);*/
}

.customized-page .customized-wrap1 .advantages-list-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev,
.customized-page .customized-wrap1 .advantages-list-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev i,
.customized-page .customized-wrap1 .advantages-list-arrow .next i {
  font-size: 24px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev:hover,
.customized-page .customized-wrap1 .advantages-list-arrow .next:hover {
  background: var(--color);
  color: #fff;
}

.customized-page .customized-wrap2 {
  /*margin-top: 6.28125vw;*/
  margin: 100px auto;
  width: 1550px;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customized-page .customized-wrap2 .left {
  color: #8f8f8f;
}

.customized-page .customized-wrap2 .left .intro {
  margin-top: 2.604166666666667vw;
  max-width: 740px;
  line-height: 1.8;
}

.customized-page .customized-wrap2 .left .intro p:nth-child(2) {
  margin-bottom: 21px;
  margin-top: 21px;
}

.customized-page .customized-wrap2 .right {
  margin-right: 2.166666666666667vw;
}

.customized-page .customized-wrap3 {
  /*margin-top: 120px;*/
  padding-top: 5.364583333vw;
  padding-bottom: 60px;
  /*margin-bottom: 80px;*/
}

.customized-page .customized-wrap3 .intro {
  max-width: 1019px;
  color: var( --color);
  margin: 38px auto 0;
  line-height: 1.8;
}

.customized-page .customized-wrap3 .featured-products-list {
  margin-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 204px;
  height: 204px;
  border: 6px solid #272727;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .title {
  font-weight: bold;
  display: block;
  max-width: 140px;
  text-align: center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: solid 1px #272727;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
  position: absolute;
  content: "";
  left: -8.260417vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 15px;
  background: url("../images/customized-wrap3-arrow.png") no-repeat center center;
  background-size: 100% 100%;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .circle1-content {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color);
  position: relative;
  z-index: 4;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  background: var(--color);
  border-radius: 50%;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before {
  opacity: 0.48;
  -webkit-animation: change-big3 1s infinite;
  -moz-animation: change-big3 1s infinite;
  animation: change-big3 1s infinite;
  z-index: 3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  opacity: 0.33;
  -webkit-animation: change-big31 1s infinite;
  -moz-animation: change-big31 1s infinite;
  animation: change-big31 1s infinite;
  z-index: 3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .title1 {
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
   
  text-align: center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active {
  border-color: transparent;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .circle1 {
  opacity: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
  opacity: 1;
  z-index: 2;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
  /*border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);*/
  position: absolute;
  width: 915px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  top: 278px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  content: "";
  display: block;
  position: absolute;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  top: -65px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  top: -16px;
  width: 18px;
  height: 16px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  left: -16px;
  top: 25px;
  font-weight: bold;
   
  line-height: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
   
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
  position: relative;
  display: none;
  /*border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);*/
  width: 100%;
  margin-top: 100px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  content: "";
  display: block;
  position: absolute;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  right: 75px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  top: -65px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  top: -16px;
  width: 18px;
  height: 16px;
  right: 65px;
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  left: -16px;
  top: 25px;
  font-weight: bold;
  line-height: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
   
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
  right: 0;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
  right: 89px;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  right: 80px;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window {
  right: unset;
  left: 0;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:before {
  right: unset;
  left: 89px;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:after {
  right: unset;
  left: 80px;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}

.customized-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle:before {
  display: none;
}
@media screen and (max-width: 1700px) {
  .customized-page .customized-wrap2 {
    width: 90vw;
  }
}
@media screen and (max-width: 1440px){
  .customized-page .customized-wrap1 .advantages-list .slide-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1280px){
  
  .customized-page .customized-wrap2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .customized-page .customized-wrap3 .featured-products-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
    width: 150px;
    height: 150px;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    width: 30px;
    height: 8px;
  }
   .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
    width: 700px;
  }
}
@media screen and (max-width: 1000px){
  
  .customized-page .customized-wrap1 .advantages-list {
    margin-right: -5px;
    margin-left: -5px;
  }

  .customized-page .customized-wrap1 .advantages-list .slide-box {
    margin-right: 5px;
    margin-left: 5px;
  }

  .customized-page .customized-wrap2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .customized-page .customized-wrap2 .left .public-title,
  .customized-page .customized-wrap2 .left .intro{
    width: 95%;
    max-width: 100vw;
  }

  .customized-page .customized-wrap2 .right {
    margin-right: 0;
    margin-top: 25px;
  }

  .customized-page .customized-wrap3 .featured-products-list li {
    width: 100%;
    margin-bottom: 25px;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
    display: none;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
    display: block;
    padding: 15px;
  }

  .customized-page .customized-wrap3 {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 700px){
  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order{
    left: 0;
  }
}
/*contact*/

.contact-page .contact-information {
  padding-top: 110px;
  padding-bottom: 6.666vw;
  background: url("../images/contact-information-bg.png") no-repeat center 100%;
}

.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-information .left {
  margin-top: 25px;
}

.contact-page .contact-information .left .intro {
  color: var( --color);
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.8;
}

.contact-page .contact-information .left .social-account {
  margin-bottom: 4.94791666vw;
  margin-right: -12px;
}

.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}

.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}

.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}

.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
  filter: invert(1) brightness(2);
}

.contact-page .contact-information .left .qr li {
  text-align: center;
}

.contact-page .contact-information .left .qr li:first-child {
  margin-left: 30px;
}

.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}

.contact-page .contact-information .right .information-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}

.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-information .right .information-list li .list-right {
  margin-right: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
  padding-left: 2.8125vw;
}

.contact-page .contact-information .right .information-list li .list-right .title {
      font-weight: 500;
    margin-bottom: 14px;
    color: #2e2521;
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 520px;
}

.contact-page .contact-form {
  margin-top: 5.5208333vw;
}

.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}

.contact-page .contact-form form .form-ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-form form .form-ul>li {
  margin-bottom: 2.08333vw;
  position: relative;
}

.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-right: 120px;
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: var( --color) url("../images/contact-form-icon1.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: var( --color) url("../images/contact-form-icon2.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: var( --color) url("../images/contact-form-icon3.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: var( --color) url("../images/contact-form-icon4.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
  position: relative;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
  visibility: visible;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
  position: absolute;
  right: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-right: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: var( --color) url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 0 41px;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-right: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: var( --color);
  border-radius: 40px;
  border: 2px solid var( --color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
  background-color: transparent;
  color: var( --color);
}

.contact-page .contact-map {
  margin-top: 6.82291666vw;
}
@media screen and (max-width: 1000px){
  .contact-page .contact-form form .form-ul>li:before{
    width: 60px;
    height: 60px;
    top: 8px;

  }
  .contact-page .contact-form form .form-ul>li input{
    padding-right: 60px;
  }
  
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }

  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-right: 60px;
  }

  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-right: 60px;
    height: 40px;
  }

  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
    top:0;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-right: 60px;
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:last-child a.submit {
    height: 40px;
  }
}










/*新修改*/
  .inner-page {
    border-radius: 20px 20px 0 0;
  }

  .about-page .about-wrap1 .left .public-title {
    margin-bottom: 0;
  }

  .about-page .about-wrap1 .right {
    padding-right: 0;
    padding-left: 0;
  }

  .about-page .about-wrap2 .about-wrap2-list {
    margin-top: 40px;
  }

  .about-page .about-wrap2 .about-wrap2-list li .box .number em {
    font-size: 35px;
  }
  @media screen and (min-width: 1921px){
    
  .about-page .about-wrap1 {
    padding-top: 178px;
    /* 原9.270833333vw → 178px */
  }

  .about-page .about-wrap1 a.play {
    bottom: 367px;
    /* 原19.114583333vw → 367px */
  }

  .about-page .about-wrap2 {
    margin-top: 160px;
    /* 原8.3333333vw → 160px */
    margin-bottom: -192px;
    /* 原-10vw → -192px */
  }

  .about-page .about-wrap3 {
    padding-top: 305px;
    /* 原15.885416666666vw → 305px */
    padding-bottom: 101px;
    /* 原5.26041666vw → 101px */
  }

  .about-page .about-wrap3 .left {
    margin-top: 76px;
    /* 原3.958333vw → 76px */
  }

  .about-page .about-culture {
    padding-top: 136px;
    /* 原7.083333vw → 136px */
    padding-bottom: 98px;
    /* 原5.10416666vw → 98px */
  }

  .about-page .about-culture .culture-intro {
    margin-top: 45px;
    /* 原2.34375vw → 45px */
    margin-bottom: 58px;
    /* 原3.020833333vw → 58px */
  }

  .about-page .about-advantage {
    padding-top: 223px;
    /* 原11.614583333333334vw → 223px */
  }

  .about-page .about-advantage .top {
    margin-bottom: 88px;
    /* 原4.583333333vw → 88px */
  }

  .about-page .about-partner {
    padding-top: 152px;
    /* 原7.916666666vw → 152px */
    padding-bottom: 124px;
    /* 原6.4583333vw → 124px */
  }

  .about-page .about-history .left {
    margin-top: 312px;
    /* 原16.25vw → 312px */
    margin-bottom: 375px;
    /* 原19.53125vw → 375px */
  }

  .about-page .about-history .left .left-box .public-btn {
    margin-top: 120px;
    /* 原6.25vw → 120px */
  }

  .about-page .about-history .left .year-right {
    margin-top: 159px;
    /* 原8.28125vw → 159px */
    font-size: 184px;
    /* 原9.583333333vw → 184px */
  }

  .about-page .about-history .right {
    margin-bottom: 375px;
    /* 原19.53125vw → 375px */
  }

  .about-page .about-history .right .history-list {
    margin-left: 76px;
    /* 原3.9583333333333335vw → 76px */
  }

  .about-page .about-history .right .history-list li .year-left {
    font-size: 184px;
    /* 原9.583333333vw → 184px */
  }

  .about-page .about-history .right .history-list li .text-right {
    margin-right: 60px;
    /* 原3.125vw → 60px */
    padding-top: 48px;
    /* 原2.5vw → 48px */
    padding-bottom: 51px;
    /* 原2.65625vw → 51px */
    padding-left: 79px;
    /* 原4.1145833vw → 79px */
  }
   .inner-partners .about-partner-slide {
    margin: 87px -11.5px 0;
    /* 原4.53125vw → 87px */
  }
  
  .customized-page .customized-wrap1 {
    padding-top: 188px;
    /* 原9.791666666vw → 188px */
  }

  .customized-page .customized-wrap1 .advantages-list {
    margin: 106px -22px 100px;
    /* 原5.5208333vw→106px, 5.2083333vw→100px */
  }

  .customized-page .customized-wrap1 .advantages-list .slide-box .icon {
    margin-bottom: 54px;
    /* 原2.8125vw → 54px */
  }

  .customized-page .customized-wrap2 {
    margin-top: 255px;
    /* 原13.28125vw → 255px */
  }

  .customized-page .customized-wrap2 .left .intro {
    margin-top: 50px;
    /* 原2.604166666666667vw → 50px */
  }

  .customized-page .customized-wrap2 .right {
    margin-right: 42px;
    /* 原2.166666666666667vw → 42px */
  }

  .customized-page .customized-wrap3 {
    margin-top: 180px;
    /* 原9.375vw → 180px */
    padding-top: 103px;
    /* 原5.364583333vw → 103px */
  }

  .customized-page .customized-wrap3 .featured-products-list {
    margin-top: 115px;
    /* 原6vw → 115px (约) */
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    left: -101px;
    /* 原5.26041667vw → 101px */
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .order {
    font-size: 126px;
    /* 原6.5625vw → 126px */
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
    font-size: 126px;
    /* 原6.5625vw → 126px */
  }
  
  .contact-page .contact-information {
    padding-top: 211px;
    /* 原10.98958333vw → 211px */
    padding-bottom: 128px;
    /* 原6.666vw → 128px */
  }

  .contact-page .contact-information .left .intro {
    margin-top: 40px;
    /* 原2.08333vw → 40px */
    margin-bottom: 42px;
    /* 原2.1875vw → 42px */
  }

  .contact-page .contact-information .left .social-account {
    margin-bottom: 95px;
    /* 原4.94791666vw → 95px */
  }

  .contact-page .contact-information .right .information-list li .list-right {
    padding-top: 45px;
    /* 原2.34375vw → 45px */
    padding-bottom: 50px;
    /* 原2.6041666vw → 50px */
    padding-left: 54px;
    /* 原2.8125vw → 54px */
  }

  .contact-page .contact-form {
    margin-top: 106px;
    /* 原5.5208333vw → 106px */
  }

  .contact-page .contact-form form {
    margin-top: 83px;
    /* 原4.32291666vw → 83px */
  }

  .contact-page .contact-form form .form-ul li {
    margin-bottom: 40px;
    /* 原2.08333vw → 40px */
  }

  .contact-page .contact-form form .form-ul li:last-child {
    margin-top: 54px;
    /* 原2.8125vw → 54px */
  }

  .contact-page .contact-map {
    margin-top: 131px;
    /* 原6.82291666vw → 131px */
  }

}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.news-page ul li .box .h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;

}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.newdet-page .newdet-1 {
  padding-top: 80px
}

.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(right, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(right, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}

.newdet-page .newdet-1 h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center } .newdet-page .newdet-1 .time { display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}

.newdet-page .newdet-1 .time .ad {
  width: 31px;
  height: 31px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-left: 16px;
  color: #aaa
}

time .dot {
  width: 3px;
  height: 3px;
  background-color: #588034;
  border-radius: 50%;
  margin: 0 10px } .newdet-page .newdet-1 .content { font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.newdet-page .newdet-1 .m-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}

.newdet-page .newdet-1 .m-link>a div {
  color: #8e8e8e;
  font-size: 16px
}

.newdet-page .newdet-1 .m-link .share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newdet-page .newdet-1 .m-link .share a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px } .newdet-page .newdet-1 .m-link .share .a1 { background: #48bde9 } .newdet-page .newdet-1 .m-link .share .a2 { background: #4f5fbf } .newdet-page .newdet-1 .m-link .share .a3 { background: #7a7d82 } .newdet-page .newdet-1 .m-link .share .a4 { background: #f39801 } .newdet-page .newdet-1 .m-link .share .a5 { background: #f39801 } @media screen and (max-width: 1280px) { .newdet-page .newdet-1 h1 { font-size: 35px } } @media screen and (max-width: 1000px) { .newdet-page .newdet-1 h1 { font-size: 28px } .newdet-page .newdet-1 .m-link .share a { zoom: 0.8 } } @media screen and (max-width: 700px) { .newdet-page .newdet-1 h1 { font-size: 25px } .newdet-page .newdet-1 .m-link .share { width: 100%;
    justify-content: flex-start
  }

  .newdet-page .newdet-1 .m-link>a {
    width: 100%;
    margin-bottom: 10px
  }

  .newdet-page .newdet-1 .tips {
    zoom: 0.7
  }

  .newdet-page .newdet-1 {
    padding-top: 40px
  }

  .newdet-page .newdet-1 .m-link {
    margin-top: 40px
  }

  .newdet-page .newdet-1 .content {
    margin-top: 25px
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1 {
    font-size: 22px;
    line-height: 1.6;
  }

  .newdet-page .newdet-1 .content {
    font-size: 16px
  }
}

@media screen and (max-width: 700px){
    /*.news-page ul li{
    width: 100% !important;
  }*/
  .news-page ul li .box .h3{
    min-height: auto;
  }
  .news-page .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-color:#2e2521;
	background-blend-mode: normal, normal;
}
.prodet-page .prodet-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
  position: sticky;
  top:120px;
}
.prodet-page .prodet-1 .box .right{
  width: 50%;
}
/*.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}

.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}



.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}

.prodet-page {
  padding-top: 80px
}

.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  margin-top: 15px;
  margin-top: -5px;
  height: 600px;
  max-height: 600px;
}

.prodet-page .prodet-1 .box .left .small .prev,
.prodet-page .prodet-1 .box .left .small .next {
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s
}

.prodet-page .prodet-1 .box .left .small .prev:hover,
.prodet-page .prodet-1 .box .left .small .next:hover {
  color:  var(--color)
}

.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}

.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .box .left .small ul li img {
  border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
}

.prodet-page .prodet-1 .box .left .small ul li img:hover {
  border: solid 1px #577f35;
}*/
.prodet-page .prodet-1 .box .left .big{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li{
  height: 100%;
  padding: 0 1px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  /*border: 1px solid #e6e6e6;*/
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #ff9015;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  right: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  left: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
  height: 500px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-list{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img{
  border-radius: 5px;
}

.prodet-page .prodet-1 .box .right {
  padding-top: 5px;
}

.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  font-size: 26px;
  font-weight: bold;
  padding-block-end: 8px
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}

.prodet-page .prodet-1 .box .right .content .st1 {
  font-size: 24px;
  padding-top: 25px;
  border-top: 1px solid #2e2521;
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content .st2 {
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 1.8;
  padding-left: 0px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .box .right .content .text p{
  padding-top: 15px;
}
/*.prodet-page .prodet-1 .box .right .content .text1 {
  height: 280px;
  overflow: auto;
}*/
.prodet-page .prodet-1 .box .right .content .more {
  margin-top: 35px
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box2 .cont {
  margin-top: 40px;
  overflow-x: auto
}

.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb {
  height: 5px
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table {
    width: 1440px !important;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-right: 0;
  }
}

.prodet-page .prodet-2 {
  background-color: #eef7ff;
  padding: 100px 0 85px;
}

.prodet-page .prodet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 ul {
  margin-left: -39px;
  margin-top: 57px;
}

.prodet-page .prodet-2 ul li {
  padding-left: 39px;
  text-align: center;
}

.prodet-page .prodet-2 ul li .box>img {
  width: 100%;
}

.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.6;
}

.prodet-page .prodet-2 ul li .box .t1:hover {
  color:  var(--color)
}

.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
font-size: 18px;
line-height: 32px;
}

.prodet-page .prodet-3 {
  padding: 70px 0;
}

.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}

.prodet-page .prodet-3 form {
  margin-top: 40px;
}

.prodet-page .prodet-3 form button {
  width: fit-content;
  border:none;
}
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}

.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}

.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}

.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
  /*border-radius: 5px;*/
}

.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
  /*border-radius: 5px;*/
}

.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
  /*border-radius: 5px;*/
}

.prodet-page .prodet-4 {
  position: relative;
  background-color: #eef7ff;
}

.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 auto 0 0;
  padding: 68px 68px 68px 0;
}

.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-left: 5px;
}

.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}

.prodet-page .prodet-5 ul {
  margin-left: -38px;
  margin-top: 40px;
}
.prodet-page .prodet-5 ul .slick-arrow{
  color: transparent;
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.prodet-page .prodet-5 ul .slick-arrow::before{
  content:"\e76e";
  font-size: 20px;
  color: white;
  position: absolute;
  right: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'iconfont';
}
.prodet-page .prodet-5 ul .slick-arrow.slick-prev{
  right: -40px;
}
.prodet-page .prodet-5 ul .slick-arrow.slick-next{
  left: -40px;
}
.prodet-page .prodet-5 ul .slick-arrow.slick-next::before{
  content:"\e76f";
}
.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-left: 38px;
}

.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 28px 70px 50px;
  display: block
}

.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}

.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2521;
    transition: .5s;
}

.prodet-page .prodet-5 ul li .box:hover .t1 {
  color:  var(--color);
}

.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  font-size: 18px;
  color: #767676;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-5 ul li .box {
    padding-left: 30px;
  }

  .prodet-page .prodet-5 ul {
    margin-left: -25px;
  }

  .prodet-page .prodet-5 ul li {
    padding-left: 25px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
  .prodet-page .prodet-5 ul .slick-arrow.slick-prev{
    right: -25px;
  }
  .prodet-page .prodet-5 ul .slick-arrow.slick-next{
    left: -25px;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 30px 30px 0;
  }

  .prodet-page .prodet-5 ul li .box {
    padding: 39px 18px 50px 20px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-1 .box .right .content .text1 {
    height: 160px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }

  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .box .left{
    position: relative;
    top:0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .top .tip{
    width: 100%;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
    min-height: 3em;
  }

  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }

  .prodet-page .prodet-5 ul {
    margin-left: 0;
  }

  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
  .prodet-page .prodet-5{
        padding: 40px 0;
  }
  .prodet-page{
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big {
    width: 85%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 15%;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .box .left .small ul{
    height: 300px;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .box .right .content .cat_name{
    font-size: 20px !important;
  }

  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 26px !important;
  }
  .prodet-page .prodet-1 .box .left .small{
    width: 100%;
  }
  .prodet-page .prodet-1 .box .left .small ul{
    height: auto;
  }
  .prodet-page .prodet-1 .box .left .big{
    width:100%; 
    margin-bottom: 30px;
    height: auto;
  }
  .prodet-page .prodet-1 .box .left .big-small{
    display: flex;
    flex-direction: column;
  }
  .prodet-page .prodet-1 .box .right .content .text1 {
    height: unset;
    overflow-y: unset;
  }
  .prodet-page .prodet-1 {
    padding-top: 0;
  }
}

.sustainability-page .sustainability-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.sustainability-page .sustainability-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sustainability-page .sustainability-1 .top .tip {
  width: 50%;
}

.sustainability-page .sustainability-1 .top .tip .title {
  line-height: 1.2;
}

.sustainability-page .sustainability-1 .top .cont {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}

.sustainability-page .sustainability-1 .sus1 {
  margin-top: 70px;
}

.sustainability-page .sustainability-2 .list1 {
  background: url(../images/sus2-adv.jpg) no-repeat top center / cover;
  color: #fff;
}

.sustainability-page .sustainability-2 .list2 {
  background: #f2f2f2;
}

.sustainability-page .sustainability-2 .list {
  padding: 100px 0;
}

.sustainability-page .sustainability-2 .list .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sustainability-page .sustainability-2 .list .left {
  width: 46%;
}

.sustainability-page .sustainability-2 .list .right {
  width: 50%;
  position: relative;
}

.sustainability-page .sustainability-2 .list .right .smt {
  font-weight: bold;
}

.sustainability-page .sustainability-2 .list .right .title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}

.sustainability-page .sustainability-2 .list .right .num {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}

.sustainability-page .sustainability-2 .list .right .text {
  font-size: 18px;
  line-height: 2;
}

.sustainability-page .sustainability-2 .list .right .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
}

.sustainability-page .sustainability-2 .list .right .tit img {
  margin-left: 15px;
}

.sustainability-page .sustainability-3 {
  background: url(../images/sev2.jpg) no-repeat bottom center / 100%;
  padding-bottom: 140px;
  padding-top: 80px;
  text-align: center;
}

.sustainability-page .sustainability-3 .cont {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  padding: 0 15px;
}
.smt {
  font-size: 30px;
  line-height: 1;
  color: transparent;
  background-image: -webkit-linear-gradient(135deg, var(--color), var(--color));
  background-image: -moz-linear-gradient(135deg, var(--color), var(--color));
  background-image: linear-gradient(135deg, var(--color), var(--color));
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .sustainability-page .sustainability-2 .list .left {
    display: none;
  }

  .sustainability-page .sustainability-2 .list .right {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .smt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .top .tip {
    width: 100%;
  }

  .sustainability-page .sustainability-1 .top .cont {
    width: 100%;
    margin-top: 30px;
  }

  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 80px;
  }
}

@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 {
    background: none;
    padding: 30px 0 60px;
  }

  .sustainability-page .sustainability-2 .list {
    padding: 50px 0;
  }

  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 60px;
    top: -10px;
  }
    .smt {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px){
    .smt {
    font-size: 18px;
  }
}

.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 120px
}

.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page .service-1 .top .tip {
  width: 46%;
}

.service-page .service-1 .top .tip .title {
  line-height: 1.4;
}

.service-page .service-1 .top .cont {
  width: 54%;
  padding-right: 30px;
  font-size: 18px;
  line-height: 2;
}

.service-page .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.service-page .service-1 ul li {
  background-color: #eef7ff;
  height: 400px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}

.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}

.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}

.service-page .service-1 ul li .t1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.service-page .service-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}

.service-page .service-1 .bottom img {
  margin-left: 24px;
}

.service-page .service-1 .sev1 {
  width: 100%;
}

.service-page .service-1 .sev-img {
  position: relative;
  margin-top: 80px
}

.service-page .service-1 .sev-img .sev-icon {
  position: absolute;
  left: 70px;
  top: 0;
  margin-top: -96px;
  animation: sc 8s infinite linear;
}

.service-page .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
}

.service-page .service-2 .title {
  line-height: 1.2;
}

.service-page .service-2 .cont {
  max-width: 1300px;
  font-size: 18px;
  line-height: 2;
  margin: 30px auto 45px;
}

.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}
.service-page #index-body .advantage {
  background-image: url(../images/seradv_bg2.jpg)
}
#index-body .advantage {
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
  padding-top: 100px;
  padding-bottom: 160px;
}

#index-body .advantage .ui.container {
  max-width: 1700px;
}

#index-body .advantage .tip {
  color: #fff;
  text-align: center;
}

#index-body .advantage .tip .smt {
  padding-bottom: 10px;
}

#index-body .advantage ul {
  margin-left: -24px;
  margin-top: 65px;
  
}
#index-body .advantage ul li {
  padding-left: 24px;
}

#index-body .advantage ul li .box {
  /*background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;*/
}

#index-body .advantage ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#index-body .advantage ul li .box .icon {
  height: auto;
}
#index-body .advantage ul li .box .icon img{
  height: 100%;
}
#index-body .advantage ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9em;
}

ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: -66px;
  width: 100%;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  margin-left: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

ul.slick-dots li:last-child {
  margin-left: 0;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background: #eef7ff;
  opacity: 1;
}
@media screen and (max-width: 1680px) {
#index-body .advantage .ui.container {
    max-width: 1400px;
  }
  #index-body .advantage ul li .box .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .service-page .service-1 ul li {
    width: 47%;
  }
  #index-body .advantage .ui.container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1280px){
    #index-body .advantage .ui.container {
    max-width: 1080px;
  }
   ul.slick-dots li {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1100px){
   #index-body .advantage .ui.container {
    max-width: 100%;
  }
   #index-body .advantage ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }

  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }

  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }

  .service-page .service-1 .sev-img {
    zoom: 0.8
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .service-page .service-1 {
    padding: 40px 0;
  }

  .service-page .service-1 .sev-img {
    zoom: 0.5
  }
   #index-body .advantage {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}

.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}

.product-page ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}

.product-page ul li a {
  display: block;
}

.product-page ul li .text {
  padding: 30px 50px 30px 65px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}

.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color);
}

.product-page ul li .text .t1:hover {
  color: var(--color);
}

.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }

  .product-page ul li .text {
    padding: 30px 30px 30px 35px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }

  .product-page ul li .text {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }

  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

  padding-bottom: 10px
}

.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}

.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  left: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}

.product-page2 .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page2 .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page2 .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page2 .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100%;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-left: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li:hover>a,
.product-page2 .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(right, var(--color), transparent);
  background: -moz-linear-gradient(right, var(--color), transparent);
  background: linear-gradient(to left, var(--color), transparent);
}

.product-page2 .sideLeft .top .nav ul li:hover>a::before,
.product-page2 .sideLeft .top .nav ul li.active>a::before,
.product-page2 .sideLeft .top .nav ul li:hover>a::after,
.product-page2 .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page2 .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-right: 30px;
  line-height: 1.8;
}

.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page2 .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight h1.text {
  max-height: 320px;
  overflow-y: auto;
  line-height: 1.8;
  color: #666;
}
.product-page2 .sideRight h1.text p{
  padding-top: 15px;
}
.product-page2 .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-left: 20px;
  margin-bottom: 40px;
}

.product-page2 .sideRight {
  width: 76% !important;
  padding-right: 75px;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}

.product-page2 .sideRight ul {
  margin: 10px;
}

.product-page2 .sideRight ul li {
  padding: 0 0 40px 40px;
  /*text-align: center;*/
}

.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f2f8ff;
  /*padding: 36px 50px;*/
  border-radius: 10px;
}

.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}

.product-page2 .sideRight ul li .t1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 25px 0 0;
}

.product-page2 .sideRight ul li .t1:hover {
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft.column {
    width: 23%;
  }

  .inner-page .sidebox .sideright {
    width: 77%;
  }

  .product-page2 .sideRight {
    width: 67% !important;
    padding-right: 35px;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-right: 98px;
  }

  .product-page2 .sideRight ul li {
    padding: 20px 20px 0 0 } } @media screen and (max-width: 1000px) { .product-page2 .sideLeft { display: none;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-right: 0;
  }
}

.inner-page .sidebox .sideleft.column {
  width: 24%;
  position: sticky;
  top: 180px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #eef7ff;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-left: 50px } .inner-page .sidebox .sideleft .widget form button { position: absolute;
  left: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}

.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}

.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-right: 7px;
  position: relative;
  overflow: hidden;

}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-right: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}

.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto } .inner-page .sidebox .sideleft .widget ul li:last-child { margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 10px;
}

.inner-page .sidebox .sideleft .widget ul > li:hover > a,
.inner-page .sidebox .sideleft .widget ul > li.active > a{
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-right: 0;
  color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: right;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 50px 0px 10px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 22px
  }
}

@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }

  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 20px
  }
}

.product-page2 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}

.product-page2 .box1 .right {
  width: 50%;
}

.product-page2 .box1 .right img {
  width: 100%;
}

.product-page2 .box1 .left {
  width: 50%;
  padding-top: 30px;
  padding-left: 50px;
}

.product-page2 .box1 .left .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}

.product-page2 .box1 .left .cont {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 25px;
  height: 12em;
  overflow-y: auto
}

.product-page2 .box1 .left .contants {
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(right, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(right, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
    normal;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 30px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page2 .box1 .left .contants .t2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 100px;
}

.product-page2 .box1 .left .contants .mail {
  font-size: 18px;
  line-height: 1.6;
}

.product-page2 .box1 .left .contants .phone {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .product-page2 .box1 .left .contants .t2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .product-page2 .box1 .left {
    padding: 0;
    width: 100%;
  }

  .product-page2 .box1 .right {
    width: 100%;
    margin-top: 20px;
  }

  .product-page2 .box1 .left .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .product-page2 .box1 .left .t1 {
    font-size: 25px;
  }
}

.product-page .about-page .about-1 {
  padding-top: 70px;
}

.product-page .about-page .about-1 .center {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .about-page .about-1 .center .left {
  width: 65%;
  font-size: 18px;
  line-height: 2;
  height: 220px;
  overflow-y: auto;
  padding-left: 15px;
}

.product-page .about-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}

.product-page .about-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}

.product-page .about-page .about-1 .center .right p {
  font-size: 26px;
}

.product-page .about-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}

.product-page .about-page .about-1 .video .play {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}

.product-page .about-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}

.product-page .about-page .about-1 .video .play::before,
.product-page .about-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  right: 50%;
  top: 50%;
  border-radius: 50%;
  margin-right: -45px;
  margin-top: -45px;
}

.product-page .about-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}

.product-page .about-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}

.product-page .about-page .about-1 .dates {
  padding: 60px 0 90px;
}

.product-page .about-page .about-1 .dates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .about-page .about-1 .dates ul li {
  /*width: 25%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .about-page .about-1 .dates ul li .num {
  font-size: 96px;
  line-height: 1;
}

.product-page .about-page .about-1 .dates ul li .num em {
  line-height: 1;
}

.product-page .about-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-right: 20px;
  max-width: 110px;

}
@media screen and (max-width: 1440px) {
   .product-page .about-page .about-1 .center .right .t1 {
    font-size: 150px;
  }

  .product-page .about-page .about-1 .dates ul li .num {
    font-size: 70px;
  }
}
@media screen and (max-width: 1280px){
   .product-page .about-page .about-1 .center .right .t1 {
    font-size: 120px;
  }

  .product-page .about-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px){
   .product-page .about-page .about-1 .dates ul li {
    width: 50%;
  }

  .product-page .about-page .about-1 .center .left {
    width: 100%;
  }

  .product-page .about-page .about-1 .center .right {
    display: none;
  }

  .product-page .about-page .about-1 .video {
    display: none;
  }
}
@media screen and (max-width: 700px){
   .product-page .about-page .about-1 .dates {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 500px){
    .product-page .about-page .about-1 .dates ul li {
    width: 100%;
  }

  .product-page .about-page .about-1 .dates ul li .num {
    font-size: 30px;
  }

  .product-page .about-page .about-1 .dates ul li p {
    max-width: 200px;
  }
}

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

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}

.faq-page .faqbox .ui.container ul.faqlist li .top .title {
  font-size: 24px;
  font-weight: 600;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-right: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 18px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 100px } } @media screen and (max-width: 700px) { .faq-page { padding-top: 40px } .faq-page .faqbox .ui.container ul.faqlist li .top { padding: 0 40px 0 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 20px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    left: 20px
  }
}

.service-page1 .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
  background-color: #eef7ff;
}
.service-page1 .service-1 .list::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#eef7ff));
  background-image: -webkit-linear-gradient(bottom, transparent, #eef7ff);
  background-image: -moz-linear-gradient(bottom, transparent, #eef7ff);
  background-image: linear-gradient(to top, transparent, #eef7ff);
  z-index: 2;
  top: 0;
}
.service-page1 .service-1 .list .swiper {
  background-color: #eef7ff;
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page1 .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page1 .service-1 .list ul li {
  width: 100%;
  margin: 0 !important } .service-page1 .service-1 .list ul li a.img { /*height: 120px;*/ /*padding: 5%;*/ margin: 10px;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page1 .service-1 .list ul li a.img img {
  max-width: 100%;
}
@media screen and (max-width: 1450px){
  .service-page1 .service-1 .list {
    height: 450px;
  }
  .service-page1 .service-1 .list ul li a.img {
    height: 90px;
  }
}
@media screen and (max-width: 1000px){
  
  .service-page1 .service-1 .list {
    height: 300px;
  }
  .service-page1 .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page1 .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  /*.service-page1 .service-1 .list ul li {
    width: 25%;
  }*/
}
@media screen and (max-width: 700px){
  
  .service-page1 .service-1 .list {
    height: 200px;
  }
  /*.service-page1 .service-1 .list ul li {
    width: 33.33%;
  }*/
  .service-page1 .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px){
  
  /*.service-page1 .service-1 .list ul li {
    width: 50%;
  }*/
  .service-page1 .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-page .factoryNav .navMenu {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  width: 20%;
}
.gallery-page .factoryNav .navMenu.active,.gallery-page .factoryNav .navMenu:hover {
  background-color: var(--color);
  color: #fff;
}
.gallery-page .listBox .list {
  display: none;
}
.gallery-page .listBox .list:first-child {
  display: block;
}
@media screen and (max-width: 1000px){
  .gallery-page .factoryNav .navMenu {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px){
  .gallery-page .factoryNav .navMenu {
    width: 100%;
  }
}
.about-page .aboutNew3 img{
  border-radius: 20px;
}
.about-page .aboutNew3 .right .txt{
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .about-page .aboutNew3 .right {
    margin-top: 40px;
    text-align: center;
    margin-right: 0;
  }
}


.cooperate-page .left {
  width: 40%;
  padding-left: 5%;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.cooperate-page .left .dots p {
  margin-top: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cooperate-page .left .dots p:before {
  content: '';
  /*width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;*/
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.cooperate-page .left span.h6 {
  font-style: italic;
}
.cooperate-page .right {
  width: 60%;
}
.cooperate-page .right .list ul li {
  position: relative;
}
.cooperate-page .right .list ul li:before,
.cooperate-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  right: 1.23333333em;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cooperate-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.cooperate-page .right .list ul li:first-child {
  padding-top: 0;
}
.cooperate-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.cooperate-page .right .list ul li i {
  width: 2.46666667em;
  height: 2.46666667em;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 2.33333333em;
}
.cooperate-page .right .list ul li .content {
  width: 100%;
  background-color: #eef7ff;
}
.cooperate-page .right .list ul li .content .area {
  padding: 5%;
}
.cooperate-page .right .list ul li .content .area .text {
  max-height: 170px;
  padding-left: 10px;
  overflow: auto;
}
.cooperate-page .right .list ul li .content .area span.h6 {
  line-height: 1;
  color: #333;
}
.cooperate-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-left: .3em;
  font-weight: 600;
}
.cooperate-page .right .list ul li .content .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cooperate-page .right .list ul li.active:after {
  height: 100%;
}
.cooperate-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}
@media screen and (max-width: 1000px){
  
  .cooperate-page .left {
    position: static;
  }
  .cooperate-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .cooperate-page .right .list ul li .content .img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .cooperate-page .right .list ul li i {
    margin-left: 1em;
  }
  .cooperate-page .right .list ul li .content .area .text {
    max-height: none;
  }
}

/*.sustain-page .sustain-1 .list {
  padding-left: 5%;
  padding-right: 5%;
}
.sustain-page .sustain-1 .list li {
  border-bottom: 1px solid #3b3a3a;
  cursor: pointer;
  cursor: hand;
}
.sustain-page .sustain-1 .list li .num {
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px var(--color);
  margin-bottom: -3%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.sustain-page .sustain-1 .list li .content {
  margin-left: 5%;
}
.sustain-page .sustain-1 .list li .content .text {
  display: none;
}
.sustain-page .sustain-1 .list li.active .num {
  margin-bottom: 4%;
  color: var(--color);
  line-height: 1;
}

.sustain-page .sustain-2 .box {
  padding-left: 4%;
  padding-right: 4%;
  background-color: #eef7ff;
}
.sustain-page .sustain-2 .box .list {
  border: 1px solid #3b3a3a;
}
.sustain-page .sustain-2 .box .list ul {
  margin-right: -1px;
}
.sustain-page .sustain-2 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 10% 16%;
}
.sustain-page .sustain-2 .box .list ul li i img {
  margin: 0 auto;
}
.sustain-page .sustain-2 .box .list ul li span.h6 {
  line-height: 1.2;
}
.sustain-page .sustain-2 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustain-page .sustain-2 .box .list ul .slick-track .slick-slide {
  height: auto;
}
.sustain-page .sustain-2 .box .list ul .slick-track .slick-slide > div {
  height: 100%;
}
.sustain-page .sustain-2 .box .list ul .slick-track .slick-slide > div li {
  height: 100%;
}
@media screen and (max-width: 700px)  {
  .sustain-page .sustain-1 .list li .content {
    width: 80%;
  }
}*/
.cg {
  font-family: CenturyGothic;
}
.pop {
  font-family: 'Poppins';
}
.bold {
  font-weight: bold;
}
.regular {
  font-weight: normal;
}
.medium {
  font-weight: 500;
}
.semiBold {
  font-weight: 600;
}
.lh1 {
  line-height: 1;
}
.green {
  color: #2e2521;
}
.sustainables-page .titlBox p.titl {
  color: #2e2521;
  line-height: 1.4;
}
.sustainables-page .titlBox p.txt {
  color: #79797a;
  line-height: 1.5;
}
.sustainables-page .susta-1 .conter ul.lists li {
  height: 100%;
}
.sustainables-page .susta-1 .conter ul.lists li .list {
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.sustainables-page .susta-1 .conter ul.lists li .list .icon {
  width: 97px;
  height: 97px;
  border-radius: 10px;
  background-color: #fff;
}
.sustainables-page .susta-1 .conter ul.lists li .list .title {
  color: #2e2521;
}
.sustainables-page .susta-1 .conter ul.lists li .list .cont {
  color: #79797a;
  line-height: 1.5;
}
.sustainables-page .susta-1 .conter ul.lists li .list:hover {
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
.sustainables-page .susta-1 .bot {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.sustainables-page .susta-1 .bot .left {
  width: 35%;
}
.sustainables-page .susta-1 .bot .left .txt {
  line-height: 1.5;
  color: #79797a;
}
.sustainables-page .susta-1 .bot .right {
  width: 58%;
}
.sustainables-page .susta-1 .bot .right ul li.box .list .textBox .round {
  width: 145px;
  height: 145px;
  border-radius: 50%;
}
.sustainables-page .susta-1 .bot .right ul li.box .list .textBox .txt {
  color: #504f4e;
}
.sustainables-page .susta-1 .bot .right ul li.box:nth-child(1) .textBox .round {
  background-color: #968575;
}
.sustainables-page .susta-1 .bot .right ul li.box:nth-child(2) .textBox .round {
  background-color: #736051;
}
.sustainables-page .susta-1 .bot .right ul li.box:nth-child(3) .textBox .round {
  background-color: #504031;
}
.sustainables-page .susta-2 {
  background-color: #f9f9f9;
}
.sustainables-page .susta-2 .conter {
  width: 100%;
}
.sustainables-page .susta-2 .conter .cont {
  width: 100%;
  border-radius: 20px;
  border-right: 6px solid #2e2521;
  background-color: #fff;
}
.sustainables-page .susta-2 .conter .cont .icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: #eef7ff;
}
.sustainables-page .susta-2 .conter .textBox {
  width: calc(100% - 100px);
}
.sustainables-page .susta-2 .conter .textBox .txt {
  color: #79797a;
}
.sustainables-page .susta-3 .container {
  width: 1550px;
}
.sustainables-page .susta-3 ul.conter li.cont .left {
  text-align: left;
}
.sustainables-page .susta-3 ul.conter li.cont .right {
  text-align: right;
}
.sustainables-page .susta-3 ul.conter li.cont .right img {
  border-radius: 15px;
  width: 94%;
}
.sustainables-page .susta-3 ul.conter li.cont .right,
.sustainables-page .susta-3 ul.conter li.cont .left {
  width: 36%;
}
.sustainables-page .susta-3 ul.conter li.cont .right .txt,
.sustainables-page .susta-3 ul.conter li.cont .left .txt {
  color: #79797a;
}
.sustainables-page .susta-3 ul.conter li.cont .year {
  width: 82px;
  height: 82px;
  background-color: #968575;
  border-radius: 50%;
}
.sustainables-page .susta-3 ul.conter li.cont:nth-child(even) {
  flex-direction: row-reverse;
}
.sustainables-page .susta-3 ul.conter li.cont:nth-child(even) .left {
  text-align: right;
}
.sustainables-page .susta-3 ul.conter li.cont:nth-child(3n+2) .year {
  background-color: #736051;
}
.sustainables-page .susta-3 ul.conter li.cont:nth-child(3n+3) .year {
  background-color: #504031;
}
.sustainables-page .susta-4 {
  background-color: #f9f9f9;
}
.sustainables-page .susta-4 .bottom li.bot .titl .date {
  background-color: #968575;
  padding: 11px 28px;
  border-radius: 22px;
}
.sustainables-page .susta-4 .bottom li.bot:nth-child(2) .titl .date {
  background-color: #736051;
}
.sustainables-page .susta-4 .bottom li.bot:nth-child(3) .titl .date {
  background-color: #504031;
}
.sustainables-page .susta-4 .bottom li.bot .cont li.item {
  background-color: #fff;
  border-radius: 20px;
  width: 30.5%;
}
.sustainables-page .susta-4 .bottom li.bot .cont li.item .txtBox {
  color: #504f4e;
}
.sustainables-page .susta-4 .bottom li.bot .cont li.item.itemLang {
  width: 65%;
}
.sustainables-page .susta-5 .lists li {
  height: 100%;
}
.sustainables-page .susta-5 .lists li .list {
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
.sustainables-page .susta-5 .lists li .list .iconBox {
  width: 80px;
  height: 80px;
  background-color: #e6f4ea;
  border-radius: 10px;
}
.sustainables-page .susta-5 .lists li .list .txt {
  color: #79797a;
}
.sustainables-page .susta-5 .lists li .list .bot p.text {
  color: #736051;
}
.sustainables-page .susta-5 .lists li .list .bot span {
  line-height: 2;
  color: #FFF;
  padding: 2px 20px;
  border-radius: 20px;
  background-color: #736051;
}
.sustainables-page .susta-5 .lists li .list .bot1 span {
  color: #79797a;
}
.sustainables-page .susta-6 .lists .list {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.05), -3px 5px 3px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.sustainables-page .susta-6 .lists .list .txt {
  line-height: 1.8;
  color: #504f4e;
}
.sustainables-page .susta-6 .lists .list span.round {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2e2521;
  position: absolute;
  top: 0;
  right: -13px;
}
@media screen and (max-width: 1450px) {
  .sustainables-page .susta-1 .bot .right {
    width: 62%;
  }
  .sustainables-page .susta-1 .bot .right ul li.box .list .textBox .round {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .sustainables-page .susta-1 .bot .left {
    width: 30%;
  }
  .sustainables-page .susta-1 .bot .right {
    width: 70%;
  }
  .sustainables-page .susta-1 .bot .right ul li.box .list .textBox .round {
    width: 95px;
    height: 95px;
  }
  .sustainables-page .susta-3 .container {
    width: 970px;
  }
  .sustainables-page .susta-3 .container ul.conter li.cont .left,
  .sustainables-page .susta-3 .container ul.conter li.cont .right {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .sustainables-page .susta-1 .conter ul.lists li .list .icon {
    width: 90px;
    height: 90px;
  }
  .sustainables-page .susta-1 .bot .right {
    margin-top: 40px;
  }
  .sustainables-page .susta-3 .container {
    width: 700px;
  }
  .sustainables-page .susta-4 .bottom li.bot .cont li.item {
    width: 49%;
  }
  .sustainables-page .susta-4 .bottom li.bot .cont li.item.itemLang {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .sustainables-page .susta-1 .conter ul.lists li .list .icon {
    width: 80px;
    height: 80px;
  }
  .sustainables-page .susta-1 .bot .right ul {
    flex-wrap: wrap;
  }
  .sustainables-page .susta-1 .bot .right ul li {
    margin-bottom: 20px;
  }
  .sustainables-page .susta-3 .container {
    width: 100%;
  }
  .sustainables-page .susta-3 .container ul.conter li.cont {
    justify-content: center;
    margin-bottom: 30px;
  }
  .sustainables-page .susta-3 .container ul.conter li.cont .left,
  .sustainables-page .susta-3 .container ul.conter li.cont .right {
    width: 100%;
    text-align: center;
  }
  .sustainables-page .susta-3 .container ul.conter li.cont .year {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .sustainables-page .susta-1 .conter ul.lists li .list {
    text-align: center;
  }
  .sustainables-page .susta-1 .conter ul.lists li .list .icon {
    margin: 0 auto 10px;
  }
  .sustainables-page .susta-2 .conter .cont .icon {
    margin: auto;
  }
  .sustainables-page .susta-2 .conter .textBox {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .sustainables-page .susta-4 .bottom li.bot .cont li.item {
    width: 100%;
  }
  .sustainables-page .susta-4 .bottom li.bot .cont li.item.itemLang {
    width: 100%;
  }
}
.plr-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.corpor-page {
  background-color: #fefffa;
}
.corpor-page .titlBox .txt {
  color: #79797a;
  line-height: 1.5;
}

.corpor-page .corpor-4 {
  background-color: #fefffa;
}
/*.corpor-page .corpor-4 .container::before {
  content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fdfaf3;
    position: absolute;
    z-index: 0;
}*/
.corpor-page .corpor-4 .left {
  z-index: 2;
  width: 48%;
}
.corpor-page .corpor-5 ul li {
  height: 100%;
}
.corpor-page .corpor-5 ul li .list {
  width: 100%;
  height: 100%;
}
.corpor-page .corpor-5 ul li.item .list {
  /*border-radius: 10px;*/
  padding-bottom: 80px;
  background-color: #eff0eb;
  /*box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);*/
  align-content: flex-end;
}
.corpor-page .corpor-6 {
  background-color: #fdfaf3;
}
.corpor-page .corpor-6 ul li {
  height: 100%;

}
.corpor-page .corpor-6 ul li .list {
  height: 100%;
  background-color: #fefefc;
  border-radius: 10px;
  box-shadow: 3px 8px 3px 0px rgba(0, 0, 0, 0.1), -3px 8px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.corpor-page .corpor-7 ul li {
  height: 100%;
}
.corpor-page .corpor-7 ul li .list {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.corpor-page .corpor-7 ul li .list .por {
  z-index: 2;
}
.corpor-page .corpor-7 ul li .list::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 6px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.corpor-page .corpor-7 ul li .list:hover::after {
  height: 100%;
  background-color: #2e2422;
  border-radius: 10px;
}
.corpor-page .corpor-7 ul li .list:hover {
  color: #fff;
}
.corpor-page .corpor-7 ul li .list:hover .icon img {
  -webkit-filter: invert(1) brightness(3);
  filter: invert(1) brightness(3);
}
@media screen and (max-width: 1000px) {
  .corpor-page .corpor-4 .container::before {
    display: none;
  }
  .corpor-page .corpor-7 .right {
    margin-top: 20px;
  }
}
/*.corpor-page .corpor-1 .titlBox .titl {
  background: #2e2521;
  -webkit-background-clip: text;
  color: transparent;
}
.corpor-page .corpor-1 .textBox {
  background-color: #f9f9f9;
  border-radius: 20px;
}
.corpor-page .corpor-1 .textBox .text {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.corpor-page .corpor-1 .textBox .text .txt {
  line-height: 1.5;
  color: #79797a;
}
.corpor-page .corpor-1 .textBox .text .txtGreen {
  line-height: 1.5;
  color: #33864c;
}
.corpor-page .corpor-2 .container ul .slick-list {
  padding-bottom: 20px;
}
.corpor-page .corpor-2 .container ul li {
  width: 100%;
  height: 100%;
}
.corpor-page .corpor-2 .container ul li .list {
  width: 100%;
  height: 100%;
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.corpor-page .corpor-2 .container ul li .list .icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #e6f4ea;
  margin: auto;
}
.corpor-page .corpor-2 .container ul li .list .txt {
  line-height: 1.8;
}
.corpor-page .corpor-2 .container ul li .list .txt span {
  display: block;
  font-style: italic;
}
.corpor-page .corpor-3 .container {
  border-radius: 20px;
  background-color: #f9f9f9;
}
.corpor-page .corpor-3 .container .center .slickBox li .list {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
.corpor-page .corpor-3 .container .center .slickBox li .list .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #eaf2ea;
  margin: auto;
}
.corpor-page .corpor-3 .container .center .slickBox li .list .txt {
  color: #504f4e;
  line-height: 1.5;
}
.corpor-page .corpor-3 .container .center .slickBox .slick-slide {
  padding: 10px;
}
.corpor-page .corpor-3 .container .center .bot .txt {
  color: #79797a;
  line-height: 1.5;
  font-style: italic;
}*/
.sustainable-page .sustainable-7 {
  background-color: #fdf6ec;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.moreBu {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.sustainable-page .sustainable-7 a.moreBu:hover{
  background: #000;
}
/*.customized-page .customized-wrap3 .custom-1 .custom-1img2 {
  transform: scale(0);
}
.customized-page .customized-wrap3 .custom-1 .custom-1img2.active {
  transform: scale(1);
}*/
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.about-page .aboutPartner .Bg {
  width: 100%;
  height: 800px;
  right: 0;
  top: 0;
}
.about-page .aboutPartner .box .topSwiper .swiper {
  z-index: 2;
}
.about-page .aboutPartner .box .topSwiper .swiperC li img{
    transform: scale(.8);
    transform-origin: top center;
}
.about-page .aboutPartner .box .topSwiper .swiperC li.swiper-slide-active img {
  transform: scale(1);
}
.about-page .aboutPartner .box .topSwiper .num {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: 3;
  opacity: 0;
}
.about-page .aboutPartner .box .topSwiper .swiper ul li img.img {
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.about-page .aboutPartner .box .topSwiper .swiper ul li.swiper-slide-active .num,.about-page .aboutPartner .box .topSwiper .swiper ul li.swiper-slide-active .titl {
  opacity: 1;
}
.container.innerCon {
  width: 100%;
  padding: 0 40px;
}
.sustain-page .sustain-3 .item .right {
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fbfbfb;
  border-radius: 15px;
  min-height: 610px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.sustain-page .sustain-3 .item .right ul li {
  border-radius: 50%;
  overflow: hidden;
  width: 135px;
  height: 135px;
}
.sustain-page .sustain-3 .item .right ul li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .sustain-page .sustain-3 .item .right {
    min-height: 570px;
  }
} 
@media screen and (max-width: 1450px) {
  .sustain-page .sustain-3 .item .right {
    min-height: 480px;
  }
} 
@media screen and (max-width: 1250px) {
  .sustain-page .sustain-3 .item .right {
    min-height: 350px;
  }
  .sustain-page .sustain-3 .item .right ul li {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .sustain-page .sustain-3 .item .left img {
    display: block;
    margin: 10px auto;
  }
  .sustain-page .sustain-3 .item .right {
    padding: 20px !important;
  }

}
@media screen and (max-width: 700px) {
  .sustain-page .sustain-3 .item .right ul li {
    width: 70px;
    height: 70px;
  }
  .sustain-page .sustain-3 .titlBox br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .sustain-page .sustain-3 .item .right ul li {
    width: 60px;
    height: 60px;
  }
}
.decar-page .sustainable-5 .top .titl {
  line-height: 1.2;
}
.decar-page .sustainable-5 .top .titl span {
  color: #7c902f;
}
.decar-page .sustainable-5 img.img {
  display: block;
  margin: auto;
}
.decar-page .sustainable-6 .item {
  border-bottom: 3px solid #c1c1c1;
}
.decar-page .sustainable-6 .item .left img {
  display: block;
  margin: auto;
}
.decar-page .sustainable-7 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.decar-page .sustainable-7 .left ul li.list p {
  width: calc(100% - 110px);
}
.decar-page .sustainable-7 .right img {
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .decar-page .sustainable-5 .top .titl {
    margin-bottom: 20px;
  }
  .decar-page .sustainable-7 .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .decar-page .sustainable-7 .left ul li.list p {
    width: 100%;
    margin-top: 10px;
  }
}

.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.project-page{
  padding: 0 0 100px;
}
.project-page ul{
  margin: -15px;
  padding-top: 40px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li .t1:hover{
  color: var(--color);
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.project-page ul li img{
  border-radius: 10px;
  filter: grayscale(0.5);
  transition: all 0.5s;
}
.project-page ul li:hover img{
  filter: grayscale(0);
}
.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .left img{
  border-radius: 20px;
}
.jectdet-page .sidebar-box .content .right .cont p{
  padding-top: 10px;
}
@media screen and (max-width: 1000px){
  .jectdet-page .sidebar-box .content .right{
  margin-top: 45px;
}
}

.app-related-pro ul{
  margin: 0 -10px;
}
.app-related-pro ul li{
  padding: 0 10px;
}
.app-related-pro ul .slick-arrow{
  color: transparent;
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.app-related-pro ul .slick-arrow::before{
  content:"\e76e";
  font-size: 20px;
  color: white;
  position: absolute;
  right: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'iconfont';
}
.app-related-pro ul .slick-arrow.slick-prev{
  right: -35px;
}
.app-related-pro ul .slick-arrow.slick-next{
  left: -35px;
}
.app-related-pro ul .slick-arrow.slick-next::before{
  content:"\e76f";
}