@font-face {
  font-family: 'Krona';
  src: url('../fonts/KronaOne-Regular.eot');
  src: url('../fonts/KronaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KronaOne-Regular.woff2') format('woff2'), url('../fonts/KronaOne-Regular.woff') format('woff'), url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'NewYork';
  src: url('../fonts/NewYork.eot');
  src: url('../fonts/NewYork.eot?#iefix') format('embedded-opentype'), url('../fonts/NewYork.woff2') format('woff2'), url('../fonts/NewYork.woff') format('woff'), url('../fonts/NewYork.ttf') format('truetype');
  font-display: swap;
}
.text-family {
  font-family: 'Krona';
}
body {
  --color: #184291;
  --color1: #e60012;
  color: #221815;
  max-width: 1920px;
  margin: 0 auto;
  line-height: inherit;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.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%;
    }
}
.container {
  padding: 22px 15px;
  position: relative;
  width: 1600px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 12px 15px 11px 17px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin: 3px 0 0 18px;
  font-size: 20px;
}
.more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}
.more.active::before,
.more:hover::before {
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  width: 1724px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 17px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 64px;
  letter-spacing: 1px;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#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: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -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: 0 15px;
  line-height: 40px;
  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;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#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 .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-top: 4px;
  padding: 2px 19px 2px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}
#header .nav .ui.menu .yuy {
  font-size: 14px;
  color: #fff;
}
#header .nav .ui.menu .yuy a:hover,
#header .nav .ui.menu .yuy a.active {
  color: var(--color);
}
#header .nav .ui.menu .slide {
  width: 25px;
  height: 15px;
  cursor: pointer;
}
#header .nav .ui.menu .slide i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .slide i:nth-child(2) {
  top: 6px;
}
#header .nav .ui.menu .slide i:last-child {
  bottom: 0;
}
#header .nav .ui.menu .slide:hover i:nth-child(2) {
  width: 7px;
}
#header.active {
  background: var(--color);
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover,
#header.active .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color1);
}
#header.active .nav .ui.menu .yuy a:hover,
#header.active .nav .ui.menu .yuy a.active {
  color: var(--color1);
}
#header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background: #0e3784;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  padding: 13px 0 12px;
  z-index: 100;
  font-weight: 500;
}
#header .dropdown ul{
  margin: -41.5px;
}
#header .dropdown ul li{
  padding: 41.5px;
  width: 12%;
}
#header .dropdown ul li img{
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#header .dropdown.active{
 -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.i-title {
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
}
.i-title::after {
  content: attr(data-text);
  position: absolute;
  left: 3px;
  top: -36px;
  font-size: 46px;
  font-family: 'Krona';
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 630px;
}
#banner ul li .text .box .title {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 3px;
}
#banner ul li .text .box .title small {
  display: block;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .down {
  bottom: 44px;
  z-index: 1;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .down a {
  display: inline-block;
  font-size: 20px;
}
#banner .down .icon {
  cursor: pointer;
  margin: 0 18px;
  -webkit-animation: 2s linear 0s infinite normal none running updown;
  -moz-animation: 2s linear 0s infinite normal none running updown;
  animation: 2s linear 0s infinite normal none running updown;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-20 {
  line-height: 1.5;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#index-body {
  background: #fff;
  position: relative;
  z-index: 1;
}
#index-body .i-category {
  padding: 6.9271% 0 7.4%;
}
#index-body .i-category .content ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  padding: 0 10%;
}
#index-body .i-category .content ul li .icon img {
  width: auto;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .i-category .content ul li:hover .icon {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center top #2c2e34;
  background-size: 100% auto;
  padding: 15.521% 0 5.365%;
  color: #ffffff;
}
#index-body .i-about .bf .play {
  z-index: 1;
  display: inline-block;
}
#index-body .i-about .bf .play span {
  display: inline-block;
  padding: 57px 23px 54px 23px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}
#index-body .i-about .bf .play::before,
#index-body .i-about .bf .play::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-about .bf .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-about .text {
  padding-top: 23.567%;
}
#index-body .i-about .text .desc {
  width: 53.631%;
}
#index-body .i-about .text .i-title {
  color: var(--color);
}
#index-body .i-about .text .i-title::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-about .text .more::before {
  background: #fff;
}
#index-body .i-about .text .more:hover {
  color: var(--color);
}
#index-body .i-data {
  background-color: #f5f5f5;
}
#index-body .i-data .num {
  color: var(--color);
}
#index-body .i-news {
  padding: 6.5625% 0 6.6146%;
  overflow: hidden;
}
#index-body .i-news .ui.container {
  width: 1130px;
}
#index-body .i-news .tab ul {
  margin: -14.5px;
}
#index-body .i-news .tab ul li {
  padding: 14.5px;
}
#index-body .i-news .tab ul li a {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 15px 24px 13px;
  border: 1px solid rgba(46, 46, 46, 0.38);
}
#index-body .i-news .tab ul li:hover a,
#index-body .i-news .tab ul li.active a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .content {
  position: relative;
}
#index-body .i-news .content .swiper-hidden {
  display: none;
}
#index-body .i-news .content .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-news .content .swiper-slide-prev .img,
#index-body .i-news .content .swiper-slide-next .img {
  -webkit-transform: scale(0.827);
  -moz-transform: scale(0.827);
  -ms-transform: scale(0.827);
  transform: scale(0.827);
}
#index-body .i-news .content .swiper-slide-prev .img .text,
#index-body .i-news .content .swiper-slide-next .img .text {
  opacity: 0;
}
#index-body .i-news .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content .img .text {
  top: 39px;
  bottom: 40px;
  right: 52px;
  background: #fff;
  max-width: 472px;
  color: #131212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content .img .text i {
  display: block;
  font-size: 14px;
  color: var(--color);
}
#index-body .i-news .content .img .text i.iconfont-quote2 {
  text-align: right;
}
#index-body .i-news .content .img .text .bottom {
  border-top: 1px solid rgba(164, 164, 164, 0.36);
}
#index-body .i-news .content .swiper-slide-active .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-news .content .swiper-slide-active .img .text {
  opacity: 1;
}
#index-body .i-news .content .arrow a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 204px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content .arrow a img {
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news .content .arrow a.prev {
  left: -234px;
}
#index-body .i-news .content .arrow a.next {
  right: -234px;
}
#index-body .i-news .content .arrow a:hover {
  background: var(--color);
}
#index-body .i-news .content .arrow a:hover img {
  -webkit-filter: none;
  filter: none;
}
#footer {
  padding-top: 5.3125%;
  background: url(../images/fbg.png) no-repeat right top #373b41;
  background-size: cover;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin: 0;
  overflow: hidden;
}
/*#footer .background{
  width: 200%; 
  height: 200%;
  background-image: url(/sxco/2025/09/05/888.jpg);
  background-repeat: no-repeat;
  background-size: cover; 
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.1s ease-out; 
  transform-origin: center center;
  z-index: -1;
}*/
#footer .f-content .tit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 19px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 4px;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-bottom {
  border-top: 1px solid rgba(158, 158, 158, 0.43);
}
#footer .f-bottom .right a {
  display: inline-block;
  font-size: 35px;
  margin-right: 51px;
}
#footer .f-bottom .right a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(158, 158, 158, 0.43);
  padding: 21px 0 30px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  fill: #fff;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  #index-body .i-news .content .arrow a {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  #index-body .i-news .content .arrow a.prev {
    left: -160px;
  }
  #index-body .i-news .content .arrow a.next {
    right: -160px;
  }
  #index-body .i-about .bf .play span {
    padding: 57px 28px 54px 28px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .i-about .bf .play span {
    padding: 57px 29px 54px 29px;
  }
  #index-body .i-news .content .arrow a {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  #index-body .i-news .content .arrow a.prev {
    left: -60px;
  }
  #index-body .i-news .content .arrow a.next {
    right: -60px;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #index-body .i-about .text .icon {
    width: 42%;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-news .content .arrow a {
    zoom: .6;
  }
  #index-body .i-news .content .arrow a.prev {
    left: -15px;
  }
  #index-body .i-news .content .arrow a.next {
    right: -15px;
  }
  .pr-125 {
    padding-right: 50px;
  }
  .pr-128 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #banner .down {
    bottom: 22px;
  }
  #mobile.white .mobile-logo,
  #mobile .menu-content .menu-logo {
    background: var(--color);
  }
  .font-50 {
    font-size: 50px;
  }
  #index-body .i-about .bf .play span {
    padding: 57px 37px 54px 36px;
  }
  #index-body .i-news .tab ul {
    margin: -7.5px;
  }
  #index-body .i-news .tab ul li {
    padding: 7.5px;
  }
  .font-26 {
    font-size: 24px;
  }
  #index-body .i-news .content .img .text {
    bottom: 20px;
    top: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 18px;
  }
  .mt-83 {
    margin-top: 30px;
  }
  #footer {
    position: initial;
  }
  #footer .f-content .box {
    display: none;
  }
  #footer .f-bottom .left ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .f-bottom .left ul li:last-child {
    width: 100%;
  }
  #footer .f-bottom .left ul li:last-child {
    margin-bottom: 0;
  }
  #footer .f-bottom .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 28px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .btn {
    margin-top: 12px;
  }
  #banner .down {
    display: none;
  }
  .more {
    font-size: 16px;
    padding: 8px 13px 7px;
  }
  .more i {
    margin-left: 10px;
    font-size: 18px;
  }
  .font-50 {
    font-size: 40px;
  }
  #index-body .i-about .bf .play span {
    padding: 57px 26px 54px 25px;
  }
  #index-body .i-about .text .icon {
    width: auto;
  }
  #index-body .i-about .text .desc {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
  }
  #index-body .i-news .header .tab {
    display: none;
  }
  #index-body .i-news .content .img .text {
    position: initial;
  }
  #index-body .i-news .content .arrow a {
    zoom: .5;
    top: 40%;
  }
  #footer .f-bottom .left ul li {
    padding-right: 0;
  }
  #footer .f-bottom .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #mobile .mobile-logo img {
    max-height: 45px;
  }
  .i-title::after {
    display: none;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-26 {
    font-size: 22px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 1.8;
  }
  #banner ul li .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .con {
    display: none;
  }
  .more {
    font-size: 14px;
  }
  .more i {
    font-size: 16px;
    margin-top: 0;
  }
  #index-body .i-about .bf .play span {
    font-size: 16px;
    padding: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: block;
  }
  #index-body .i-data {
    display: none;
  }
  #index-body .i-news .content .arrow a {
    top: 30%;
  }
  #index-body .i-news .content .img .text {
    padding: 23px 15px;
  }
  #footer .f-copy {
    display: block;
    padding: 11px 0 15px;
  }
  #footer .f-copy p {
    display: inline;
  }
  .fixed-toolbar {
    bottom: 6%;
  }
}
.inner-banner {
  height: 546px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 7;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-bottom: 68px;
}
.inner-banner .box .title {
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.inner-banner .box .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  font-size: 46px;
  font-family: 'Krona';
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.26)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  color: #d1d1d1;
  letter-spacing: 1px;
  font-weight: 300;
}
.inner-page {
  background: #fff;
  position: relative;
  z-index: 10;
}
.inner-page .bq {
  background-color: #eaeaea;
  padding: 20px 0;
}
.inner-page .bq ul {
  margin-right: -11.6396%;
}
.inner-page .bq ul li {
  padding-right: 11.6396%;
}
.inner-page .bq ul li a {
  display: block;
  font-size: 22px;
  color: #292929;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .bq ul li a:hover,
.inner-page .bq ul li a.active {
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: 30px;
}
.inner-page .m-page span,
.inner-page .m-page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid var(--color);
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
  background: var(--color);
  color: #fff;
}
.inner-page .m-page .current {
  background: var(--color);
  color: #fff;
}
.history-page {
  background: #fff;
}
.history-page .cm-step-wrapper {
  position: relative;
}
.history-page .cm-step-wrapper .step-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(137, 137, 137, 0.35);
  top: 0;
  left: 50%;
}
.history-page .cm-step-wrapper .step-line .line {
  position: absolute;
  width: 100%;
  height: 0px;
  background: var(--color);
}
.history-page .cm-step-wrapper .step-line .line::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 50%;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.history-page .cm-step-wrapper .step-line::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.history-page .history-parallax-wrap {
  position: relative;
  padding: 10.26042% 0 13.8542%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history-page .history-img-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
  width: 50%;
  transition: .5s;
}
.history-page .history-img-wrap.fixing{
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  /*position: absolute;
  top: initial;
  bottom: 80px;*/
}
.history-page .history-img-wrap .inner {
  overflow: hidden;
  padding-right: 10.637%;
  padding-top: 85px;
}
.history-page .history-img-wrap .txt-list {
  text-align: center;
  margin-bottom: 44px;
}
.history-page .history-img-wrap .txt-list li {
  display: none;
  font-size: 46px;
}
.history-page .history-img-wrap .img-list {
  position: relative;
  height: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  width: 100%;
}
.history-page .history-img-wrap .img-list li {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 64.286%;
  border-radius: 10px;
  overflow: hidden;
}
.history-page .history-img-wrap .img-list li span {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.history-page .history-img-wrap .img-list li.on span {
  width: 100%;
  right: 0;
  left: auto;
}
.history-page .history-img-wrap .img-list li.back span {
  width: 100%;
  left: 0;
  right: auto;
}
.history-page .history-img-wrap .img-list li.prev span {
  width: 40%;
  left: 0;
  right: auto;
}
.history-page .history-img-wrap .img-list li.back.next span {
  width: 40%;
  right: 0;
  left: auto;
}
.history-page .history-img-wrap .img-list li.on:first-child + li + li {
  opacity: 0;
}
.history-page .history-img-wrap li.on {
  display: block;
  z-index: 1;
}
.history-page .history-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: -webkit-calc(50%);
  max-width: -moz-calc(50%);
  max-width: calc(50%);
  margin: 0 0 0 auto;
}
.history-page .history-info-wrap ul {
  width: 100%;
  padding-left: 17.199%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history-page .history-info-wrap ul li {
  position: relative;
  margin-bottom: 69px;
}
.history-page .history-info-wrap ul li .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
.history-page .history-info-wrap ul li .con {
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
  margin-top: 26px;
}
.history-page .history-info-wrap ul li .con p {
  padding-left: 16px;
  position: relative;
  margin-top: 30px;
}
.history-page .history-info-wrap ul li .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #999999;
}
.history-page .history-info-wrap ul li .con p:first-child {
  margin-top: 0;
}
.history-page .history-info-wrap ul li:last-child {
  margin-bottom: 0;
}
.history-page .history-info-wrap ul li .top {
  display: none;
}
.history-page .history-info-wrap ul li .top .tit {
  font-size: 40px;
  line-height: 1.3;
}
.history-page .history-info-wrap ul li .top .img {
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
  .inner-banner .box .title{
    font-size: 50px;
  }
  .inner-banner .box .title::after{
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
  }
  .inner-banner .box .title{
    font-size: 40px;
  }
  .inner-banner .box .title::after{
    font-size: 26px;
  }
  .history-page .history-info-wrap ul {
    padding-left: 10%;
  }
  .history-page .history-info-wrap ul li {
    margin-bottom: 35px;
  }
  .history-page .history-info-wrap ul li .con {
    font-size: 16px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
    height: 360px;
  }
  .inner-banner .box .title {
    font-size: 30px;
  }
  .inner-banner .box .title::after{
    font-size: 16px;
  }
  .history-page .history-img-wrap .inner {
    padding-right: 30px;
  }
  .body-overflow-box {
    overflow: hidden;
  }
  .history-page .history-img-wrap {
    display: none;
  }
  .history-page .cm-step-wrapper .step-line {
    left: 0;
  }
  .history-page .history-info-wrap {
    width: 100%;
    max-width: 100%;
  }
  .history-page .history-info-wrap ul {
    padding-left: 3%;
  }
  .history-page .history-info-wrap ul li .top {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding: 30px 0;
  }
  .inner-banner .box {
    position: initial;
    padding-bottom: 0;
  }
  .inner-banner .box .title {
    display: none;
  }
  .inner-banner .box .mbx {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .history-page .history-info-wrap ul li .top .tit {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .history-page .history-info-wrap ul li .top .tit {
    font-size: 30px;
  }
  .history-page .history-info-wrap ul li .title {
    font-size: 20px;
    line-height: 1.4;
  }
  .history-page .history-info-wrap ul li .con {
    line-height: 1.8;
  }
  .history-page .history-info-wrap ul li .con p {
    margin-top: 15px;
  }
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-webkit-calc(-330%)) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg) translateX(calc(-330%)) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(-webkit-calc(-330%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-330%)) rotate(-360deg);
  }
}
@-moz-keyframes move1 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg) translateX(-moz-calc(-330%)) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg) translateX(calc(-330%)) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg) translateX(-moz-calc(-330%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-330%)) rotate(-360deg);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-webkit-calc(-330%)) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg) translateX(-moz-calc(-330%)) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg) translateX(calc(-330%)) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(-webkit-calc(-330%)) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg) translateX(-moz-calc(-330%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-330%)) rotate(-360deg);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) translateX(-webkit-calc(-330%)) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(180deg) translateX(calc(-330%)) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(540deg) translateX(-webkit-calc(-330%)) rotate(-540deg);
    transform: translate(-50%, -50%) rotate(540deg) translateX(calc(-330%)) rotate(-540deg);
  }
}
@-moz-keyframes move2 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(180deg) translateX(-moz-calc(-330%)) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(180deg) translateX(calc(-330%)) rotate(-180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(540deg) translateX(-moz-calc(-330%)) rotate(-540deg);
    transform: translate(-50%, -50%) rotate(540deg) translateX(calc(-330%)) rotate(-540deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) translateX(-webkit-calc(-330%)) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg) translateX(-moz-calc(-330%)) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(180deg) translateX(calc(-330%)) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(540deg) translateX(-webkit-calc(-330%)) rotate(-540deg);
    -moz-transform: translate(-50%, -50%) rotate(540deg) translateX(-moz-calc(-330%)) rotate(-540deg);
    transform: translate(-50%, -50%) rotate(540deg) translateX(calc(-330%)) rotate(-540deg);
  }
}
@-webkit-keyframes move3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(-webkit-calc(-270%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-270%)) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) translateX(-webkit-calc(-270%)) rotate(0);
    transform: translate(-50%, -50%) rotate(0) translateX(calc(-270%)) rotate(0);
  }
}
@-moz-keyframes move3 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(360deg) translateX(-moz-calc(-270%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-270%)) rotate(-360deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(0) translateX(-moz-calc(-270%)) rotate(0);
    transform: translate(-50%, -50%) rotate(0) translateX(calc(-270%)) rotate(0);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(-webkit-calc(-270%)) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg) translateX(-moz-calc(-270%)) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-270%)) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) translateX(-webkit-calc(-270%)) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0) translateX(-moz-calc(-270%)) rotate(0);
    transform: translate(-50%, -50%) rotate(0) translateX(calc(-270%)) rotate(0);
  }
}
@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg) translateX(-webkit-calc(-270%)) rotate(180deg);
    transform: translate(-50%, -50%) rotate(-180deg) translateX(calc(-270%)) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-540deg) translateX(-webkit-calc(-270%)) rotate(540deg);
    transform: translate(-50%, -50%) rotate(-540deg) translateX(calc(-270%)) rotate(540deg);
  }
}
@-moz-keyframes move4 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-180deg) translateX(-moz-calc(-270%)) rotate(180deg);
    transform: translate(-50%, -50%) rotate(-180deg) translateX(calc(-270%)) rotate(180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-540deg) translateX(-moz-calc(-270%)) rotate(540deg);
    transform: translate(-50%, -50%) rotate(-540deg) translateX(calc(-270%)) rotate(540deg);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg) translateX(-webkit-calc(-270%)) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(-180deg) translateX(-moz-calc(-270%)) rotate(180deg);
    transform: translate(-50%, -50%) rotate(-180deg) translateX(calc(-270%)) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-540deg) translateX(-webkit-calc(-270%)) rotate(540deg);
    -moz-transform: translate(-50%, -50%) rotate(-540deg) translateX(-moz-calc(-270%)) rotate(540deg);
    transform: translate(-50%, -50%) rotate(-540deg) translateX(calc(-270%)) rotate(540deg);
  }
}
.about-banner {
  padding: 20.625% 0 3.75%;
  color: #fff;
  position: relative;
  z-index: 7;
}
.about-banner .top .title {
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.about-banner .top .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  font-size: 46px;
  font-family: 'Krona';
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.26)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.about-banner .top .con {
  width: 53.631%;
}
.about-banner .top .con p {
  margin-top: 28px;
}
.about-banner .top .con p:first-child {
  margin-top: 0;
}
.about-banner .bottom {
  padding-top: 29.172%;
}
.about-banner .bottom .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding-bottom: 15px;
}
.about-banner .bottom .desc .right {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  color: #d1d1d1;
  letter-spacing: 1px;
  font-weight: 300;
}
.about-page {
  background: #fff;
}
.about-page .about-1 {
  background: url(../images/about2-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1% 0;
}
.about-page .about-1 .header {
  left: 0;
  top: 20%;
  z-index: 6;
}
.about-page .about-1 .header .i-title {
  color: var(--color);
}
.about-page .about-1 .header .i-title::after {
  font-size: 46px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 66, 145, 0.43)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(24, 66, 145, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(24, 66, 145, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(24, 66, 145, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  top: -24px;
}
.about-page .about-1 .circle-box {
  position: relative;
  width: 940px;
  height: 940px;
  margin: 0 auto;
  zoom: .68;
}
.about-page .about-1 .circle-box .icon {
  position: absolute;
  z-index: 10;
  display: inline-block;
  padding: 12px;
  border-radius: 50%;
  border: 2px dashed #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50, -50%);
  -moz-transform: translate(-50, -50%);
  -ms-transform: translate(-50, -50%);
  transform: translate(-50, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .circle-box .icon i {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .circle-box .icon:hover,
.about-page .about-1 .circle-box .icon.active {
  border-color: transparent;
}
.about-page .about-1 .circle-box .icon:hover i,
.about-page .about-1 .circle-box .icon.active i {
  background: var(--color);
}
.about-page .about-1 .circle-box .icon:hover img,
.about-page .about-1 .circle-box .icon.active img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.about-page .about-1 .circle-box .out-circle {
  position: absolute;
  top: -2px;
  left: -7px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed rgba(24, 66, 145, 0.26);
  z-index: 1;
}
.about-page .about-1 .circle-box .out-circle #circle1 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
}
.about-page .about-1 .circle-box .out-circle #circle1 img {
  width: 100%;
  height: 100%;
}
.about-page .about-1 .circle-box .out-circle #circle1.active {
  opacity: 1;
}
.about-page .about-1 .circle-box .out-circle .icon1 {
  -webkit-animation: move1 40s linear infinite;
  -moz-animation: move1 40s linear infinite;
  animation: move1 40s linear infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.about-page .about-1 .circle-box .out-circle .icon2 {
  -webkit-animation: move2 40s linear infinite;
  -moz-animation: move2 40s linear infinite;
  animation: move2 40s linear infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.about-page .about-1 .circle-box .inner-circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 82%;
  height: 82%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.27);
}
.about-page .about-1 .circle-box .inner-circle #circle {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
}
.about-page .about-1 .circle-box .inner-circle #circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-1 .circle-box .inner-circle #circle.active {
  opacity: 1;
}
.about-page .about-1 .circle-box .inner-circle .icon3 {
  -webkit-animation: move3 60s linear infinite;
  -moz-animation: move3 60s linear infinite;
  animation: move3 60s linear infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.about-page .about-1 .circle-box .inner-circle .icon4 {
  -webkit-animation: move4 60s linear infinite;
  -moz-animation: move4 60s linear infinite;
  animation: move4 60s linear infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.about-page .about-1 .circle-box .middle-circle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 72%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  padding: 80px;
}
.about-page .about-1 .circle-box .middle-circle ul {
  height: 100%;
  position: relative;
}
.about-page .about-1 .circle-box .middle-circle ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  padding: 0 80px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .circle-box .middle-circle ul li i {
  display: none;
}
.about-page .about-1 .circle-box .middle-circle ul li .title {
  line-height: 1.2;
}
.about-page .about-1 .circle-box .middle-circle ul li .con {
  line-height: 1.3;
}
.about-page .about-1 .circle-box .middle-circle ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 66, 145, 0.41);
  border-radius: 50%;
}
.about-page .about-1 .circle-box .middle-circle ul li.active {
  opacity: 1;
}
.about-page .about-2 {
  background-color: #f7f7f7;
  padding: 4.6875% 0 5.1042%;
}
.about-page .about-2 .content {
  padding: 0 81px;
  position: relative;
}
.about-page .about-2 .content .swiper {
  overflow: hidden;
}
.about-page .about-2 .content .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .content .swiper .swiper-slide {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 69px 21px;
}
.about-page .about-2 .content .swiper .swiper-slide .img-box {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  opacity: .5;
}
.about-page .about-2 .content .swiper .swiper-slide p {
  font-size: 26px;
  letter-spacing: 1px;
  color: #505050;
  margin-top: 69px;
  opacity: 0;
}
.about-page .about-2 .content .swiper .swiper-slide-prev .img-box,
.about-page .about-2 .content .swiper .swiper-slide-next .img-box {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.about-page .about-2 .content .swiper .swiper-slide-prev .img-box {
  margin-left: -14%;
}
.about-page .about-2 .content .swiper .swiper-slide-next .img-box {
  margin-right: -14%;
}
.about-page .about-2 .content .swiper .swiper-slide-active .img-box {
  -webkit-transform: scale(1.137);
  -moz-transform: scale(1.137);
  -ms-transform: scale(1.137);
  transform: scale(1.137);
  opacity: 1;
}
.about-page .about-2 .content .swiper .swiper-slide-active p {
  opacity: 1;
}
.about-page .about-2 .content .page .circle {
  width: 35px;
  height: 35px;
  border: solid 3px #c3cddf;
  border-radius: 50%;
}
.about-page .about-2 .content .page .circle::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 3px solid var(--color);
  -webkit-clip-path: circle(76% at 0 30%);
  clip-path: circle(76% at 0 30%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content .page .circle:hover::after {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.about-page .about-2 .content .page .swiper-scrollbar {
  position: relative;
  width: 34.02%;
  height: 1px;
  background: #c3cddf;
  margin: 0 26px 0 29px;
}
.about-page .about-2 .content .page .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
  border-radius: 0;
}
.about-page .about-2 .content .page .swiper-pagination {
  position: initial;
  width: auto;
  letter-spacing: 1px;
  color: #284f98;
  font-size: 16px;
}
.about-page .about-2 .content .arrow a {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background-color: #dddddd;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content .arrow a.prev {
  left: 0;
}
.about-page .about-2 .content .arrow a.next {
  right: 0;
}
.about-page .about-2 .content .arrow a:hover {
  background: var(--color);
}
.about-page .about-2 .content .swiper-container-3d .swiper-slide-shadow-right,
.about-page .about-2 .content .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .circle-box {
    zoom: .7;
  }
  .about-page .about-1 .header .i-title::after {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    margin-bottom: 10px;
  }
  .about-page .about-1 .circle-box {
    zoom: .6;
  }
  .about-page .about-2 .content {
    padding: 0;
  }
  .about-banner .top .title::after {
    font-size: 40px;
  }
  .about-banner .bottom {
    padding-top: 12%;
  }
}
@media screen and (max-width: 700px) {
  .about-banner .top .title {
    font-size: 40px;
  }
  .about-banner .top .title::after {
    display: none;
  }
  .about-banner .top .con {
    width: 100%;
    margin-top: 20px;
  }
  .about-banner .top .con p {
    margin-top: 14px;
  }
  .about-banner .bottom {
    padding-top: 9%;
  }
  .about-page .about-2 .content .swiper .swiper-slide {
    padding: 34px 10px;
  }
  .about-page .about-2 .content .swiper .swiper-slide p {
    font-size: 22px;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 30px;
  }
  .about-page .about-1 .header {
    position: initial;
  }
  .about-page .about-1 .circle-box {
    zoom: 1;
    width: auto;
    height: auto;
  }
  .about-page .about-1 .circle-box .out-circle,
  .about-page .about-1 .circle-box .inner-circle {
    display: none;
  }
  .about-page .about-1 .circle-box .middle-circle {
    position: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .about-page .about-1 .circle-box .middle-circle 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;
  }
  .about-page .about-1 .circle-box .middle-circle ul li {
    position: relative;
    opacity: 1;
    padding: 30px;
    width: 48%;
    margin: 0 1%;
    height: 48vw;
    margin-bottom: 20px;
  }
  .about-page .about-1 .circle-box .middle-circle ul li i {
    display: block;
  }
  .about-page .about-1 .circle-box .middle-circle ul li i img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .about-page .about-1 .circle-box .middle-circle ul li .text {
    margin-top: 20px;
  }
  .about-page .about-1 .circle-box .middle-circle ul li .text .tit {
    font-size: 26px;
  }
  .about-page .about-1 .circle-box .middle-circle ul li .text .con {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .about-page .about-1 .circle-box .middle-circle ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-banner .top .title {
    font-size: 30px;
  }
  .about-page .about-2 .content .swiper .swiper-slide {
    padding: 10px;
  }
  .about-page .about-2 .content .swiper .swiper-slide .img-box {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .about-page .about-2 .content .swiper .swiper-slide p {
    margin-top: 12px;
  }
  .about-page .about-1 .circle-box .middle-circle ul li {
    width: 100%;
    height: 94.013vw;
  }
}
.contact-page .contact-1 {
  padding-top: 6.771%;
}
.contact-page .contact-1 .contact-box {
  max-width: 1512px;
  -webkit-box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 63px 130px 130px;
  margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
  margin-top: 78px;
}
.contact-page .contact-1 .contact-box .contact-content p {
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .contact-1 .contact-box .contact-content .left .h2 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
  margin-top: 36px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
  margin-bottom: 75px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li .h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li .h5 img {
  margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li .h4 {
  font-size: 24px;
  line-height: 1;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
  margin-top: 35px;
  letter-spacing: 1.5;
}
.contact-page .contact-1 .contact-box .contact-content .right form {
  margin-top: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  width: 100%;
  height: 43px;
  background: #e8e8e8;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  height: 92px;
  padding: 10px;
  margin-bottom: 52px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
  padding: 18px 56px 18px 95px;
  border: none;
  background: url(../images/submit.png) no-repeat left 40px center #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.contact-page .contact-2 {
  padding: 90px 0 75px;
}
.contact-page .contact-2 .ewms #ewm {
  width: 120px;
  border: 5px solid white;
}
.contact-page .contact-2 .ewms #ewm img {
  width: 120px;
}
.contact-page .contact-2 .ewms p {
  margin-top: 6px;
}
.contact-page .contact-2 p {
  text-align: center;
  margin-top: 32px;
  color: #242120;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .contact-box {
    padding: 63px 70px 100px;
  }
  .contact-page .contact-1 .contact-box .contact-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .contact-box {
    padding: 40px 30px 70px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left .h2 {
    font-size: 46px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul {
    margin-top: 40px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul li {
    margin-bottom: 38px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul li .h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .contact-box .contact-content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .contact-box .contact-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 {
    padding-bottom: 30px;
  }
  .contact-page .contact-1 .contact-box {
    padding: 20px 15px 35px;
  }
  .contact-page .contact-2 {
    display: none;
  }
}
.product-yd-page {
  padding: 10.3125% 0 7.396%;
}
.product-yd-page ul {
  margin: -18.5px;
}
.product-yd-page ul li {
  padding: 18.5px;
}
.product-yd-page ul li .img-box .icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0 10%;
}
.product-yd-page ul li .img-box .icon img {
  width: auto;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.product-yd-page ul li .img-box:hover .icon {
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}
.product-page {
  padding: 6.40625% 0 6.09375%;
}
.product-page .top {
  max-width: 930px;
  margin: 0 auto;
}
.product-page .top .con {
  line-height: 2;
  letter-spacing: 1px;
  color: #121212;
}
.product-page .tab {
  padding-top: 137px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
.product-page .tab ul {
  background-color: #f7f7f7;
  padding: 23px 0;
}
.product-page .tab ul li {
  padding-right: 12.057%;
}
.product-page .tab ul li:last-child{
  padding-right: 0;
}
.product-page .tab ul li a {
  display: block;
  letter-spacing: 1px;
  color: #121212;
  font-size: 22px;
  position: relative;
}
.product-page .tab ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #121212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .tab ul li a:hover::after,
.product-page .tab ul li a.active::after {
  width: 100%;
}
.product-page .list {
  margin-top: 27px;
}
.product-page .list ul {
  margin: -11px -35px;
}
.product-page .list ul li {
  padding: 11px 35px;
}
.product-page .list ul li .tit {
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 1450px) {
  .product-page .list ul li .tit {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .list ul li .tit {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page ul li {
    width: 50%;
  }
  .product-page .tab {
    display: none;
  }
  .product-page .list ul {
    margin: -11px 0;
  }
  .product-page .list ul li {
    width: 33.3333%;
    padding: 11px 17px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page ul {
    margin: -9px;
  }
  .product-yd-page ul li {
    padding: 9px;
  }
  .product-page .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page ul li {
    width: 100%;
  }
  .product-page .list ul li {
    width: 100%;
  }
}
.rzgc-page .rzgc-1 {
  padding-top: 6%;
}
.rzgc-page .rzgc-1 .cont {
  height: 712px;
  border-radius: 29px;
}
.rzgc-page .rzgc-1 .cont .imgC {
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rzgc-page .rzgc-1 .cont .imgC .img {
  width: 100%;
}
.rzgc-page .rzgc-1 .cont video {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.rzgc-page .rzgc-2 .left {
  width: 60%;
}
.rzgc-page .rzgc-2 .left .title {
  line-height: 1.6;
}
.rzgc-page .rzgc-2 .left p {
  color: #2d2d2d;
  line-height: 1.6;
}
.rzgc-page .rzgc-2 .left .img img {
  margin-right: 52px;
}
.rzgc-page .rzgc-2 .left .img img:last-child {
  margin-right: 0;
}
.rzgc-page .rzgc-2 .right {
  width: 40%;
  padding: 96px 0 97px;
  z-index: 1;
}
.rzgc-page .rzgc-2 .right ul {
  margin-bottom: -86px;
}
.rzgc-page .rzgc-2 .right ul li {
  color: #2d2d2d;
  margin-bottom: 93px;
  position: relative;
}
.rzgc-page .rzgc-2 .right ul li .num {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 500;
}
.rzgc-page .rzgc-2 .right ul li .num sub {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 9px 9px;
}
.rzgc-page .rzgc-2 .right ul li p {
  font-size: 18px;
  line-height: 1.6;
}
.rzgc-page .rzgc-2 .right ul li:nth-child(odd) {
  padding-left: 42px;
}
.rzgc-page .rzgc-2 .right ul li:nth-child(even) {
  margin-top: 38px;
  padding-left: 58px;
}
.rzgc-page .rzgc-2 .right ul li:nth-child(even)::before {
  left: 23px;
}
.rzgc-page .rzgc-2 .right ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 82px;
  background: var(--color);
}
.rzgc-page .rzgc-2 .right::before,
.rzgc-page .rzgc-2 .right::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #cecece;
  top: 0;
}
.rzgc-page .rzgc-2 .right::before {
  left: 0;
}
.rzgc-page .rzgc-2 .right::after {
  left: 54%;
}
.rzgc-page .rzgc-3 {
  padding-bottom: 9.896%;
  overflow: hidden;
}
.rzgc-page .rzgc-3 .swiper .swiper-slide-prev .img-box {
  -webkit-transform: scale(0.8275) translateX(11%);
  -moz-transform: scale(0.8275) translateX(11%);
  -ms-transform: scale(0.8275) translateX(11%);
  transform: scale(0.8275) translateX(11%);
}
.rzgc-page .rzgc-3 .swiper .swiper-slide-next .img-box {
  -webkit-transform: scale(0.8275) translateX(-11%);
  -moz-transform: scale(0.8275) translateX(-11%);
  -ms-transform: scale(0.8275) translateX(-11%);
  transform: scale(0.8275) translateX(-11%);
}
.rzgc-page .rzgc-3 .swiper .swiper-slide-active .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.rzgc-page .rzgc-3 .swiper .arrow a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 204px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.rzgc-page .rzgc-3 .swiper .arrow a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.rzgc-page .rzgc-3 .swiper .arrow a.prev {
  left: 0;
}
.rzgc-page .rzgc-3 .swiper .arrow a.next {
  right: 0;
}
.rzgc-page .rzgc-3 .swiper .arrow a:hover {
  background: var(--color);
}
.rzgc-page .rzgc-3 .swiper .arrow a:hover img {
  -webkit-filter: none;
  filter: none;
}
.rzgc-page .rzgc-3 .img-box {
  border-radius: 18px;
}
.rzgc-page .rzgc-3 .img-box img {
  border-radius: 18px;
}
.rzgc-page .rzgc-4 {
  background-color: #f7f7f7;
  padding: 37px 0 8.59375%;
}
.rzgc-page .rzgc-4 .left {
  width: 52.548%;
}
.rzgc-page .rzgc-4 .right {
  width: 47.452%;
}
.rzgc-page .rzgc-4 .right .tab {
  margin-top: 52px;
}
.rzgc-page .rzgc-4 .right .tab ul li {
  font-size: 26px;
  color: #2d2d2d;
  padding: 0 27px 0 21px;
  border-right: 1px solid rgba(0, 0, 0, 0.41);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.rzgc-page .rzgc-4 .right .tab ul li:first-child {
  padding-left: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li:last-child {
  border-right: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li:hover,
.rzgc-page .rzgc-4 .right .tab ul li.active {
  color: var(--color);
}
.rzgc-page .rzgc-4 .right .ret {
  margin-top: 44px;
}
.rzgc-page .rzgc-4 .right .ret .slide {
  font-size: 22px;
  color: #7a7a7a;
  line-height: 1.46;
}
.rzgc-page .rzgc-4 .right .ret .slide em {
  color: var(--color);
}
.rzgc-page .rzgc-4 .right .ret .slide p {
  margin-top: 25px;
}
.rzgc-page .rzgc-4 .right .ret .slide p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1680px) {
  .rzgc-page .rzgc-2 .right ul li .num {
    font-size: 35px;
  }
}
@media screen and (max-width: 1450px) {
  .rzgc-page .rzgc-2 .box {
    padding: 0 30px;
  }
  .rzgc-page .rzgc-2 .left {
    padding-right: 60px;
    width: 57%;
  }
  .rzgc-page .rzgc-2 .right {
    width: 43%;
  }
}
@media screen and (max-width: 1250px) {
  .rzgc-page .rzgc-1 .cont {
    height: 600px;
  }
  .rzgc-page .rzgc-2 .left {
    width: 54%;
  }
  .rzgc-page .rzgc-2 .right {
    width: 46%;
  }
  .rzgc-page .rzgc-2 .left .img img {
    margin-right: 26px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(odd) {
    padding-left: 30px;
  }
  .rzgc-page .rzgc-2 .right ul li .num {
    font-size: 29px;
  }
  .rzgc-page .rzgc-2 .right ul li .num sub {
    font-size: 14px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even) {
    padding-left: 46px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even)::before {
    left: 16px;
  }
  .rzgc-page .rzgc-2 .right ul li::before {
    top: 6px;
    height: 70px;
  }
  .rzgc-page .rzgc-4 .right .tab {
    margin-top: 26px;
  }
  .rzgc-page .rzgc-4 .right .tab ul li {
    font-size: 22px;
  }
  .rzgc-page .rzgc-4 .right .ret .slide {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .bq {
    display: none;
  }
  .rzgc-page .rzgc-1 .cont .imgC {
    display: none;
  }
  .rzgc-page .rzgc-1 .cont {
    height: 400px;
  }
  .rzgc-page .rzgc-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .rzgc-page .rzgc-2 .right {
    width: 100%;
    padding: 30px 0;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even)::before {
    left: 22px;
  }
  .rzgc-page .rzgc-3 .swiper .arrow a {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .rzgc-page .rzgc-4 .left {
    width: 100%;
  }
  .rzgc-page .rzgc-4 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .font-46 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .rzgc-page .rzgc-1 .cont {
    height: 300px;
  }
  .rzgc-page .rzgc-2 .box {
    padding: 0;
  }
  .rzgc-page .rzgc-2 .right ul {
    margin-bottom: -40px;
  }
  .rzgc-page .rzgc-2 .right ul li {
    margin-bottom: 40px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even)::before {
    left: 18px;
  }
  .rzgc-page .rzgc-3 .swiper {
    overflow: hidden;
  }
  .rzgc-page .rzgc-3 .swiper .arrow a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .rzgc-page .rzgc-3 .swiper .arrow a img {
    width: 40%;
  }
  .font-46 {
    font-size: 36px;
  }
  .rzgc-page .rzgc-4 .right .tab ul li {
    font-size: 20px;
  }
  .rzgc-page .rzgc-4 .right .ret {
    margin-top: 22px;
  }
}
@media screen and (max-width: 500px) {
  .rzgc-page .rzgc-1 .cont {
    height: 200px;
  }
  .font-46 {
    font-size: 30px;
  }
  .rzgc-page .rzgc-2 .left .img img {
    margin-right: 20px;
    width: 20%;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(odd) {
    padding-left: 15px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even) {
    padding-left: 15px;
  }
  .rzgc-page .rzgc-2 .right ul li:nth-child(even)::before {
    left: 0;
  }
  .rzgc-page .rzgc-2 .right ul li .num {
    font-size: 26px;
  }
  .rzgc-page .rzgc-2 .right ul li p {
    font-size: 16px;
  }
  .rzgc-page .rzgc-2 .right::after {
    left: 50%;
  }
  .rzgc-page .rzgc-3 .swiper .arrow a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .rzgc-page .rzgc-4 .right .tab ul li {
    font-size: 18px;
    padding: 0 16px;
  }
  .rzgc-page .rzgc-4 .right .ret .slide {
    font-size: 14px;
    line-height: 2;
  }
}
.sys-page .sys-1 {
  padding: 7.92% 0 11.3021%;
}
.sys-page .sys-1 .left {
  width: 41%;
}
.sys-page .sys-1 .left .con span {
  color: var(--color);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}
.sys-page .sys-1 .left .con p {
  line-height: 1.6;
}
.sys-page .sys-1 .right {
  width: 59%;
}
.sys-page .sys-1 .right ul {
  margin: -11px;
}
.sys-page .sys-1 .right ul li {
  padding: 11px;
}
.sys-page .sys-1 .right ul li .text {
  top: 38px;
  width: 100%;
  padding-left: 19px;
}
.sys-page .sys-1 .right ul li .text p {
  line-height: 1.6;
  color: #2d2d2d;
}
.sys-page .sys-1 .right ul li .text .num {
  font-size: 36px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  margin-top: 11px;
}
.sys-page .sys-1 .right ul li .text .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px 8px;
}
.sys-page .sys-1 .right ul li:nth-child(even) .text {
  top: initial;
  bottom: 14px;
}
.sys-page .sys-2 {
  background: url(../images/sys2-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 7.3%;
}
.sys-page .sys-2 .img {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.06);
}
.sys-page .sys-2 .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
}
.sys-page .sys-2 .text .tit {
  line-height: 1.3;
}
.sys-page .sys-2 .text .con {
  margin-top: 9px;
}
.sys-page .sys-2 .text p {
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.sys-page .sys-2 .text p::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.sys-page .sys-2 .top .left {
  width: 30.583%;
}
.sys-page .sys-2 .top .left .img {
  width: 47.846%;
}
.sys-page .sys-2 .top .left .text {
  margin-left: 50px;
}
.sys-page .sys-2 .top .right {
  padding-left: 13.177%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sys-page .sys-2 .top .right ul li:first-child {
  width: 100%;
}
.sys-page .sys-2 .top .right ul li:first-child .img {
  width: 16.766%;
}
.sys-page .sys-2 .top .right ul li:nth-child(2) {
  width: 46.532%;
}
.sys-page .sys-2 .top .right ul li:nth-child(2) .img {
  width: 43.99%;
}
.sys-page .sys-2 .top .right ul li:last-child {
  width: 53.468%;
}
.sys-page .sys-2 .top .right ul li:last-child .img {
  width: 24.787%;
}
.sys-page .sys-2 .bottom .left {
  width: 26%;
}
.sys-page .sys-2 .bottom .left .img {
  width: 46.68%;
}
.sys-page .sys-2 .bottom .right .title {
  line-height: 1.2;
  color: #2d2d2d;
}
.sys-page .sys-2 .bottom .right p {
  line-height: 1.6;
  color: #000;
}
.sys-page .sys-3 {
  padding: 7.1875% 0 7.6042%;
}
.sys-page .sys-3 .content {
  overflow: hidden;
}
.sys-page .sys-3 .content ul {
  margin: -6px -6px -6px 0;
}
.sys-page .sys-3 .content ul li {
  position: relative;
  border-right: 1px solid #abb2b3;
  border-bottom: 1px solid #abb2b3;
  width: 16.66%;
}
.sys-page .sys-3 .content ul li .box {
  height: 100%;
}
.sys-page .sys-3 .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.sys-page .sys-3 .content ul li .box .imgC img {
  max-width: 100%;
}
.sys-page .sys-3 .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.sys-page .sys-3 .content ul li:nth-child(-n+6) {
  border-top: none;
}
.sys-page .sys-3 .content ul li:nth-child(6n) {
  border-right: none;
}
@media screen and (max-width: 1450px) {
  .sys-page .sys-2 .bottom .left {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .sys-page .sys-1 .right {
    padding-left: 30px;
  }
  .sys-page .sys-2 .top .left {
    width: 37%;
  }
  .sys-page .sys-2 .top .left .text {
    margin-left: 30px;
  }
  .sys-page .sys-2 .top .right {
    padding-left: 7%;
  }
  .sys-page .sys-2 .top .right ul li:nth-child(2),
  .sys-page .sys-2 .top .right ul li:last-child {
    width: 50%;
  }
  .sys-page .sys-2 .bottom .left {
    width: 34%;
  }
}
@media screen and (max-width: 1000px) {
  .sys-page .sys-1 .left {
    width: 100%;
  }
  .sys-page .sys-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .sys-page .sys-2 {
    background: transparent;
  }
  .sys-page .sys-2 .box {
    padding: 0;
  }
  .sys-page .sys-2 .top .left {
    width: 100%;
  }
  .sys-page .sys-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .sys-page .sys-2 .top .right ul li:first-child {
    padding-left: 0;
  }
  .sys-page .sys-2 .bottom .left {
    width: 100%;
  }
  .sys-page .sys-2 ul li .img {
    width: 30% !important;
    display: inline-block;
  }
  .sys-page .sys-2 ul li .img img {
    width: 100%;
  }
  .sys-page .sys-2 ul li .text {
    margin-left: 20px !important;
  }
  .sys-page .sys-3 .content ul li .box .imgC {
    padding: 10px;
  }
  .font-28 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .font-28 {
    font-size: 26px;
  }
  .sys-page .sys-3 .content ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 500px) {
  .sys-page .sys-1 .left .con span {
    font-size: 22px;
  }
  .sys-page .sys-1 .left .con p {
    line-height: 1.8;
  }
  .sys-page .sys-1 .right ul li {
    width: 50%;
  }
  .sys-page .sys-2 .top .right ul li:nth-child(2),
  .sys-page .sys-2 .top .right ul li:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .font-28 {
    font-size: 22px;
  }
  .sys-page .sys-2 .text p {
    line-height: 2;
  }
}
.talents-page {
  padding: 5.9375% 0 0;
}
.talents-page .talents-1 .content .swiper {
  overflow-x: hidden;
}
.talents-page .talents-1 .content ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talents-page .talents-1 .content ul li {
  margin: 116.5px 0;
  height: 600px;
  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;
  cursor: pointer;
}
.talents-page .talents-1 .content ul li .ig {
  width: 100%;
  height: 431px;
  overflow: hidden;
  border-radius: 22px;
}
.talents-page .talents-1 .content ul li .text {
  background-color: #e1ebec;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
  color: var(--color);
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.talents-page .talents-1 .content ul li .text span {
  font-size: 56px;
  line-height: 1;
  font-family: 'NewYork';
}
.talents-page .talents-1 .content ul li .text .tit {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 32px;
}
.talents-page .talents-1 .content ul li .hover {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.talents-page .talents-1 .content ul li .hover img {
  height: 100%;
  width: 100%;
}
.talents-page .talents-1 .content ul li .hover .desc {
  color: #fff;
  line-height: 1.8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(0deg, var(--color), transparent);
  bottom: 0;
  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;
  height: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  padding-bottom: 1.5625vw;
  position: absolute;
  right: 0;
  padding: 0 20px 44px;
  text-align: center;
}
.talents-page .talents-1 .content ul li:nth-child(even) .ig {
  margin-top: 64px;
}
.talents-page .talents-1 .content ul li:hover .ig {
  height: 100%;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.talents-page .talents-1 .content ul li:hover .text {
  height: 0;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.talents-page .talents-1 .content ul li:hover .hover {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.talents-page .talents-1 .content ul .swiper-slide-active {
  margin: 0;
}
.talents-page .talents-1 .page {
  margin-right: -11%;
}
.talents-page .talents-1 .page .arrow {
  font-size: 20px;
}
.talents-page .talents-1 .page .arrow a {
  width: 5.6em;
  height: 5.6em;
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.talents-page .talents-1 .page .arrow a.next {
  margin-left: 1.25em;
}
.talents-page .talents-1 .page .arrow a:hover {
  background: var(--color);
}
.talents-page .talents-1 .page .arrow a:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.talents-page .talents-1 .page .line1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: var(--color);
  margin-left: 46px;
}
.talents-page .talents-1 .page .wz {
  font-size: 16px;
  color: var(--color);
  font-weight: bold;
  margin: 0 18px 0 24px;
}
.talents-page .talents-1 .page .wz .total {
  color: #9c9c9c;
}
.talents-page .talents-1 .page .line2 {
  width: 16.6667vw !important;
  height: 1px;
  background: var(--color);
}
.talents-page .talents-2 {
  padding: 7.08% 0 7.61%;
}
.talents-page .talents-2 .left {
  width: 43.249%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
}
.talents-page .talents-2 .left ul {
  height: 100%;
}
.talents-page .talents-2 .left ul li {
  -webkit-box-shadow: 4px 4px 40px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 40px 6px rgba(0, 0, 0, 0.25);
  border-radius: 31px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.talents-page .talents-2 .left ul li img {
  width: 100%;
}
.talents-page .talents-2 .left ul li.active {
  opacity: 1;
}
.talents-page .talents-2 .right {
  width: 56.751%;
}
.talents-page .talents-2 .right ul li {
  padding: 37px 0 41px;
  border-bottom: 1px solid #a1a1a1;
}
.talents-page .talents-2 .right ul li .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.talents-page .talents-2 .right ul li .tit::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -28px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.talents-page .talents-2 .right ul li .con {
  width: 51%;
}
.talents-page .talents-2 .right ul li.active .tit {
  color: var(--color);
}
.talents-page .talents-2 .right ul li.active .tit::before {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .talents-page .talents-1 .content ul li {
    height: 500px;
  }
  .talents-page .talents-1 .content ul li .ig {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .talents-page .talents-1 .content ul li {
    margin: 60px 0;
  }
  .talents-page .talents-1 .page .arrow {
    font-size: 16px;
  }
  .talents-page .talents-2 .left {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .talents-page .talents-2 .left ul li {
    height: 100%;
  }
  .talents-page .talents-2 .right {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 0;
  }
  .talents-page .talents-2 .right ul li .con {
    width: 57%;
  }
}
@media screen and (max-width: 700px) {
  .talents-page .talents-2 .left {
    height: 514px;
  }
  .talents-page .talents-2 .right ul li {
    padding: 18px 0 20px;
  }
  .talents-page .talents-2 .right ul li .con {
    width: 100%;
    margin-top: 12px;
  }
  .talents-page .talents-1 .page .arrow {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .talents-page .talents-1 .content ul li .ig {
    height: 100%;
  }
  .talents-page .talents-1 .content ul li .text {
    display: none;
  }
  .talents-page .talents-1 .content ul li .hover {
    height: 100%;
    opacity: 1;
  }
  .talents-page .talents-1 .page .arrow {
    font-size: 10px;
  }
  .talents-page .talents-1 .page .arrow a img {
    width: 60%;
  }
  .talents-page .talents-1 .page .line1 {
    margin-left: 23px;
  }
  .talents-page .talents-1 .page .wz {
    margin: 0 9px 0 12px;
  }
  .talents-page .talents-2 .left {
    height: 347px;
  }
  .talents-page .talents-2 .right ul li {
    font-size: 18px;
  }
}
product-page .product-3 {
  padding-bottom: 220px;
}
.product-page .product-3 .list ul {
  margin: -30px -10px;
}
.product-page .product-3 .list ul li {
  padding: 30px 10px;
}
.product-page .product-3 .list ul li .box {
  margin-bottom: 30px;
  display: block;
  padding: 25px;
  padding-bottom: 0;
  border-radius: 15px;
  background: #f8f8f8;
  text-align: center;
}
.product-page .product-3 .list ul li .box a.img-box {
  display: block;
}
.product-page .product-3 .list ul li .box a.img-box img {
  width: 100%;
}
.product-page .product-3 .list ul li .box span.h6 {
  font-size: 20px;
  padding: 1.5em 0 .5em;
  text-align: center;
  color: #111;
  display: block;
  width: 100%;
}
.product-page .product-3 .list ul li .box a.link {
  font-size: 16px;
  line-height: 3.5em;
  height: 3.5em;
  padding: 0 1.375em;
  border-radius: 1.75em;
  border: 1px solid var(--color);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform: translateY(1.75em);
  -moz-transform: translateY(1.75em);
  -ms-transform: translateY(1.75em);
  transform: translateY(1.75em);
  background: #f8f8f8;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .list ul li .box a.link em {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .5s all,0s color;
  -moz-transition: .5s all,0s color;
  transition: .5s all,0s color;
}
.product-page .product-3 .list ul li .box a.link i {
  font-size: 120%;
}
.product-page .product-3 .list ul li .box a.link:hover {
  padding: 0 2.1875em;
  background: var(--color);
  color: white;
}
.product-page .product-3 .list ul li .box a.link:hover em {
  width: 4em;
  margin-right: 1.875em;
}
.prodet-page span.h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-1 {
  padding-top: 130px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left a.img {
  display: block;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left a.img img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
.prodet-page .prodet-1 .right span.h6 {
  font-size: 20px;
  padding: 1em 0;
  border-bottom: 1px solid #949a98;
  display: block;
  line-height: 1;
}
.prodet-page .prodet-1 .right .text {
  font-size: 18px;
  margin: 1em 0;
  line-height: 32px;
}
.prodet-page .prodet-1 .right a.more {
  background: var(--color);
  margin-top: 3em;
}
.prodet-page .prodet-1 .btnLink {
  padding-top: 5.625em;
  font-size: 16px;
  color: #767676;
  padding-bottom: 1em;
  border-bottom: 1px solid #949a98;
  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;
}
.prodet-page .prodet-1 .btnLink .prev {
  padding-right: 5px;
}
.prodet-page .prodet-1 .btnLink .next {
  padding-left: 5px;
}
.prodet-page .prodet-2 {
  padding: 110px 0;
}
.prodet-page .prodet-2 .list {
  margin-top: 30px;
}
.prodet-page .prodet-2 .list 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;
  margin: 0 -30px;
}
.prodet-page .prodet-2 .list ul li {
  margin: 0 30px;
  width: 100%;
  font-size: 18px;
  color: #767676;
  padding: 1.2em .5em;
  border-radius: 1em;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li:hover {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-3 .form {
  margin-top: 30px;
  padding: 60px;
  border-radius: 18px;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 .form ul {
  margin: -15px;
}
.prodet-page .prodet-3 .form ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  padding: .7em 1em;
}
.prodet-page .prodet-3 .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-3 .form ul li textarea::-webkit-input-placeholder {
  color: #767676;
}
.prodet-page .prodet-3 .form ul li input:-moz-placeholder, .prodet-page .prodet-3 .form ul li textarea:-moz-placeholder {
  color: #767676;
}
.prodet-page .prodet-3 .form ul li input::-moz-placeholder, .prodet-page .prodet-3 .form ul li textarea::-moz-placeholder {
  color: #767676;
}
.prodet-page .prodet-3 .form ul li input:-ms-input-placeholder, .prodet-page .prodet-3 .form ul li textarea:-ms-input-placeholder {
  color: #767676;
}
.prodet-page .prodet-3 .form ul li input::placeholder,
.prodet-page .prodet-3 .form ul li textarea::placeholder {
  color: #767676;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 190px;
}
.prodet-page .prodet-3 .form ul li a.more {
  font-size: 16px;
  border: 0;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 .form ul li button{
  border: 0;
}
.prodet-page .product-page {
  padding-top: 110px;
}
.prodet-page .product-page .list {
  margin-top: 40px;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-3 .form ul li input,
  .prodet-page .prodet-3 .form ul li textarea,
  .prodet-page .prodet-1 .right .text{
    font-size: 16px;
  }
  .prodet-page .prodet-1 .btnLink,
  .product-page .product-3 .list ul li .box a.link{
    font-size: 14px;
  }
  .prodet-page span.h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .form {
    padding: 30px;
  }
  .prodet-page .prodet-1 {
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .right span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .btnLink {
    padding-top: 3em;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .list ul li {
    padding: 1em;
    font-size: 16px;
    margin: 0 15px;
  }
  .prodet-page .prodet-2 .list ul {
    margin: 0 -15px;
  }
  .prodet-page .product-page {
    padding-top: 60px;
  }
  .product-page .product-3 {
    padding-bottom: 120px;
  }
  .product-page .product-3 .list ul li .box {
    padding: 15px;
    padding-bottom: 0;
  }
  .product-page .product-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .form ul li input,
  .prodet-page .prodet-3 .form ul li textarea,
  .prodet-page .prodet-1 .right .text{
    font-size: 14px;
  }
  .product-page .product-3 .list ul li .box,
  .prodet-page .prodet-2 .list ul li,
  .prodet-page .prodet-3 .form{
    border-radius: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .list ul li {
    font-size: 14px;
    margin: 0 5px;
  }
  .prodet-page .prodet-2 .list ul {
    margin: 0 -5px;
  }
  .product-page .product-3 .list ul li .box,
  .prodet-page .prodet-2 .list ul li,
  .prodet-page .prodet-3 .form{
    border-radius: 10px;
  }
  .prodet-page .prodet-1 .right span.h6 {
    font-size: 16px;
    padding: .5em 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-3 .form ul li {
    width: 100%;
    padding: 5px;
  }
  .prodet-page .prodet-3 .form ul {
    margin: -5px;
  }
  .prodet-page .prodet-3 .form {
    padding: 15px;
  }
  .prodet-page .prodet-2 .list ul li {
    padding: .5em;
  }
  .prodet-page .prodet-2 {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 {
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page span.h3 {
    font-size: 20px;
  }
  .product-page .product-3{
    padding-bottom: 50px;
  }
  .product-page .product-3 .list ul li {
    padding: 10px;
  }
  .product-page .product-3 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .product-page .product-3 {
    margin-top: 0;
  }
  .product-page .product-3 {
    margin-top: 20px;
  }
  .prodet-page .product-page .product-3 {
    margin-top: 0;
  }
}
.factory-page{
  padding: 3.646% 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
  font-weight: bold;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}
@media screen and (max-width: 1450px) {
    .font-24 {
      font-size: 24px;
    }
}
@media (max-width: 1250px) {
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
  .font-30 {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
  .font-30 {
     font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
   .font-30 {
     font-size: 24px;
   }
   .news-page .init-1 .container ul li{
     margin-top: 20px;
   }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
}
.sustainable-page .sus-1 {
  padding: 130px 0 570px;
  background: url(../images/sus-bg1.jpg) no-repeat bottom;
}
.sustainable-page .sus-1 .txt {
  line-height: 2;
  color: #727272;
  text-align: center;
  max-width: 970px;
  margin: auto;
}
.sustainable-page .sus-1 .txt em {
  font-weight: bold;
  color: black;
}
.sustainable-page .sus-2 {
  padding: 120px 0 130px;
}
.sustainable-page .sus-2 .left {
  width: 45%;
  /*vertical-align: middle;*/
  padding-right: 70px;
}
.sustainable-page .sus-2 .left ul li {
  padding-left: 35px;
  margin-bottom: 50px;
}
.sustainable-page .sus-2 .left ul li .h5 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #656565;
}
.sustainable-page .sus-2 .left ul li .h5::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: url(../images/sus-circle.png) no-repeat left center;
}
.sustainable-page .sus-2 .left ul li .txt {
  line-height: 2;
  color: #656565;
  margin-top: 9px;
}
.sustainable-page .sus-2 .left ul li:hover .h5 {
  color: var(--color);
}
.sustainable-page .sus-2 .left ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sus-2 .right {
  width: 55%;
  vertical-align: middle;
}
.sustainable-page .sus-2 .right ul li {
  padding: 0 5px;
}
.sustainable-page .sus-2 .right ul li .box {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #e5e5e5;
  overflow: hidden;
  /*padding: 55px 0;*/
}
.sustainable-page .sus-2 .right ul li .box p {
  font-size: 164px;
  color: #d4d4d4;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sustainable-page .sus-2 .right ul li .box img {
  z-index: 2;
  position: relative;
}
.sustainable-page .sus-2 .right ul li:nth-child(2) {
  margin-top: 100px;
}
.sustainable-page .sus-2 .right ul li:hover .box {
  background: var(--color2);
}
.sustainable-page .sus-2 .right ul li:hover .box p {
  /*opacity: 0.4;*/
  color: #2973f6;
}
.sustainable-page .sus-3 {
  padding-bottom: 100px;
}
.sustainable-page .sus-3 .left {
  vertical-align: middle;
}
.sustainable-page .sus-3 .right {
  padding-left: 70px;
  vertical-align: middle;
}
.sustainable-page .sus-3 .right .title {
  color: var(--color2);
}
.sustainable-page .sus-3 .right .h5 {
  font-size: 24px;
  margin: 18px 0 19px;
}
.sustainable-page .sus-3 .right .txt {
  line-height: 2;
  color: #656565;
  margin-bottom: 30px;
}
.sustainable-page .sus-4 {
  background: #f6f6f6;
  padding: 90px 0 110px;
}
.sustainable-page .sus-4 .top .left {
  padding-right: 40px;
}
.sustainable-page .sus-4 .top .left p {
  margin: 20px 0 50px;
}
.sustainable-page .sus-4 .top .left .arrow {
  display: block;
  width: 75px;
  height: 75px;
  background: var(--color);
  text-align: center;
  line-height: 75px;
  border-radius: 100%;
}
.sustainable-page .sus-4 .top .left .arrow img {
  vertical-align: middle;
}
.sustainable-page .sus-4 .top .right {
  padding-left: 130px;
}
.sustainable-page .sus-4 .top .right ul li {
  font-size: 20px;
  line-height: 2;
  position: relative;
  padding-left: 35px;
  color: #656565;
  margin-bottom: 14px;
}
.sustainable-page .sus-4 .top .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  height: 100%;
  background: url(../images/sus-circle.png) no-repeat left top;
}
.sustainable-page .sus-4 .top .right ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sus-4 .list {
  margin-top: 70px;
}
.sustainable-page .sus-4 .list ul {
  margin: -15px;
}
.sustainable-page .sus-4 .list ul li {
  padding: 15px;
}
.sustainable-page .sus-4 .list ul li .box {
  background: white;
  text-align: center;
}
.sustainable-page .sus-4 .list ul li .box .content {
  padding: 30px;
  -webkit-box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.04);
  box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.04);
}
.sustainable-page .sus-4 .list ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sustainable-page .sus-4 .list ul li .box .txt {
  line-height: 30px;
  color: #656565;
  margin-top: 14px;
}
.sustainable-page .sus-4 .list ul li:hover .h5 {
  color: var(--color);
}
.sustainable-page .sus-5 {
  background: url(/sxco/2025/09/05/8088.jpg) no-repeat;
  position: relative;
  padding: 80px 0 40px;
  background-size: cover;
}
.sustainable-page .sus-5 .title {
  text-align: center;
  text-decoration: underline;
  color: white;
  line-height: 1.4;
}
.sustainable-page .sus-5 .txt {
  line-height: 2;
  color: white;
  max-width: 670px;
  margin: 230px auto 0;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .font-24 {
    font-size: 22px;
  }
  .sustainable-page .sus-2 .right ul li .box p {
    font-size: 128px;
  }
  .font-40 {
    font-size: 34px;
  }
  .font-66 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .font-24 {
    font-size: 20px;
  }
  .sustainable-page .sus-2 .right ul li .box p {
    font-size: 100px;
  }
  .sustainable-page .sus-3 .right {
    padding-left: 36px;
  }
  .sustainable-page .sus-4 .top .right {
    padding-left: 0px;
  }
  .sustainable-page .sus-4 .list ul li .box .content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .sustainable-page .sus-3 .left,
  .sustainable-page .sus-2 .left {
    width: 100%;
  }
  .sustainable-page .sus-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .sustainable-page .sus-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .font-40 {
    font-size: 30px;
  }
  .sustainable-page .sus-4 .top .right ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .sustainable-page .sus-4 .top .left .arrow,
  .sustainable-page .sus-2 .right {
    display: none;
  }
  .sustainable-page .sus-4 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sus-4 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .font-66 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sustainable-page .sus-2 .left {
    padding-right: 0;
  }
  .font-40 {
    font-size: 24px;
  }
  .sustainable-page .sus-3 .right .h5 {
    font-size: 19px;
  }
  .sustainable-page .sus-4 .top .right ul li {
    font-size: 16px;
  }
  .font-66 {
    font-size: 26px;
  }
  .sustainable-page .sus-4 .list ul li .box .h5 {
    font-size: 20px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
