@font-face {
  font-family: 'mdkj';
  src: url('../fonts/Algerian.eot');
  src: url('../fonts/Algerian.eot?#iefix') format('embedded-opentype'), url('../fonts/Algerian.woff2') format('woff2'), url('../fonts/Algerian.woff') format('woff'), url('../fonts/Algerian.ttf') format('truetype');
  font-weight: 950;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/MinionPro-Medium.eot');
  src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Medium.woff2') format('woff2'), url('../fonts/MinionPro-Medium.woff') format('woff'), url('../fonts/MinionPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/MinionPro-Semibold.eot');
  src: url('../fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Semibold.woff2') format('woff2'), url('../fonts/MinionPro-Semibold.woff') format('woff'), url('../fonts/MinionPro-Semibold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: 750;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/RanyLight.eot');
  src: url('../fonts/RanyLight.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyLight.woff2') format('woff2'), url('../fonts/RanyLight.woff') format('woff'), url('../fonts/RanyLight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 550;
  font-display: swap;
}
@font-face {
  font-family: 'mdkj';
  src: url('../fonts/MinionPro-Regular.eot');
  src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Regular.woff2') format('woff2'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype');
  font-weight: 450;
  font-display: swap;
}
body {
  font-family: "mdkj";
  max-width: 1920px;
  --color: #0072bf;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 80px;
  width: auto;
  max-width: 1800px;
}
#header .nav .ui.menu .search form {
  width: 130px;
  height: 32px;
  border-radius: 0.57142857em;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 0.71428571em;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::placeholder {
  color: white;
}
#header .nav .ui.menu .search form button {
  border: none;
  padding: 0;
  background-color: transparent;
}
#header .nav .ui.menu .logo {
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: 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 > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span em {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 100%;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  background-color: black;
  padding: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7%;
  color: white;
}
#banner li .content .left {
  max-width: 930px;
}
#banner li .content .text {
  line-height: 1.75;
}
#banner li .content .dots span {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #f1efec;
  cursor: pointer;
  cursor: hand;
}
#banner li .content .dots span.active {
  background-color: var(--color);
}
span.h2 {
  line-height: 1.1;
}
.text {
  line-height: 1.33333333;
}
#index-body .init-1 {
  background-size: 80.83333333% auto;
  background-repeat: no-repeat;
  background-position: center left;
}
#index-body .init-1 span.h2 {
  font-weight: 500;
}
#index-body .init-1 hr {
  width: 80px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}
#index-body .init-1 .text.font-18 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #6d6d6d;
}
#index-body .init-1 .list ul {
  height: 33.85416667vw;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#index-body .init-1 .list ul li {
  width: 12.5%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1em;
  color: white;
  height: 94%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(42deg, #115fad, #009fe8);
  background-image: -moz-linear-gradient(42deg, #115fad, #009fe8);
  background-image: linear-gradient(48deg, #115fad, #009fe8);
  float: right;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li span.num {
  line-height: .9;
  font-weight: 950;
}
#index-body .init-1 .list ul li span.h2 {
  max-width: 400px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .text {
  color: inherit;
  margin-top: auto;
  max-width: 480px;
  margin-right: auto;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .content {
  height: 100%;
  width: 850px;
  pointer-events: none;
}
#index-body .init-1 .list ul li:before {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
#index-body .init-1 .list ul li.active {
  width: 100%;
  -webkit-flex-shrink: unset;
  -ms-flex-negative: unset;
  flex-shrink: unset;
  height: 100%;
  z-index: 10;
}
#index-body .init-1 .list ul li.active:before {
  opacity: 0;
}
#index-body .init-1 .list ul li.active span.h2,
#index-body .init-1 .list ul li.active .text,
#index-body .init-1 .list ul li.active a.link {
  opacity: 1;
}
#index-body .init-1 .list ul li.active .content {
  pointer-events: unset;
}
#index-body .init-1 .list ul li.active + li {
  z-index: 4;
}
#index-body .init-1 .list ul li.active + li + li {
  z-index: 3;
}
#index-body .init-1 .list ul li.active + li + li + li {
  z-index: 2;
}
#index-body .init-1 .list ul li.active + li + li + li + li {
  z-index: 1;
}
#index-body .init-1 .list ul li.active ~ li:before {
  border-top-left-radius: 0;
  border-top-right-radius: inherit;
  left: -20%;
}
#index-body .init-1 .list ul li:nth-child(1):before {
  background-color: #e0dddd;
}
#index-body .init-1 .list ul li:nth-child(2):before {
  background-color: #bfbfbf;
}
#index-body .init-1 .list ul li:nth-child(3):before {
  background-color: #7d7d7d;
}
#index-body .init-1 .list ul li:nth-child(4):before {
  background-color: #1b1b1b;
}
#index-body .init-1 .box .text {
  font-weight: 450;
  color: #272727;
  line-height: 1.5;
}
#index-body .init-1 .box a.link {
  padding-bottom: .4em;
  border-bottom: 1px solid black;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box a.link:hover {
  color: var(--color);
}
#index-body .init-1 .box a.play {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box a.play i {
  width: 2.125em;
  height: 2.125em;
  background-color: var(--color);
  color: white;
  border-radius: 100%;
}
#index-body .init-1 .box a.play:hover {
  color: var(--color);
}
#index-body .init-2 li {
  color: #393939;
}
#index-body .init-2 li span.h6 {
  font-weight: 550;
  line-height: 1;
}
#index-body .init-2 li p {
  line-height: 1.2;
  font-weight: 550;
}
#index-body .init-2 li.line i {
  width: 2px;
  height: 90%;
  background-color: var(--color);
  opacity: .6;
  display: block;
}
#index-body .init-3 .left span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .left span.active {
  opacity: 1;
  z-index: 1;
  position: static;
}
#index-body .init-3 span.tag {
  font-weight: 500;
  line-height: 1;
  color: var(--color);
}
#index-body .init-3 span.h2 {
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 span.h2 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .text {
  color: #454545;
  line-height: 1.66666667;
  display: none;
}
#index-body .init-3 li {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 li.active {
  opacity: 1;
}
#index-body .init-3 li.active span.h2 i {
  opacity: 1;
}
#index-body .init-4 {
  background-repeat: no-repeat;
  background-position: top right 5%;
  background-size: 84.47916667% auto;
}
#index-body .init-4 ul {
  pointer-events: none;
}
#index-body .init-4 ul li {
  height: 100%;
}
#index-body .init-4 ul li a.img {
  display: block;
  height: 24.47916667vw;
  width: 22.91666667vw;
  position: relative;
  pointer-events: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .init-4 ul li a.img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-4 ul li a.img:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-4 ul .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul .slick-current + div li {
  width: 22.91666667vw !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul .slick-current + div li a.img {
  width: 15.88541667vw;
  height: 15.88541667vw;
  z-index: -1;
}
#index-body .init-4 ul .slick-current + div + div li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 22.91666667vw !important;
}
#index-body .init-4 ul .slick-current + div + div li a.img {
  width: 15.88541667vw;
  height: 15.88541667vw;
  z-index: 3;
}
#index-body .init-4 ul .slick-current + div + div + div + div li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-4 ul .slick-current + div + div + div + div li a.img {
  width: 26.875vw;
  height: 18.22916667vw;
}
#index-body .init-4 ul .slick-current + div ~ div {
  -webkit-transform: translateX(-22.39583333vw);
  -moz-transform: translateX(-22.39583333vw);
  -ms-transform: translateX(-22.39583333vw);
  transform: translateX(-22.39583333vw);
}
#index-body .init-5 .box .left {
  min-height: 40.625vw;
}
#index-body .init-5 .box .right .img {
  height: 50%;
}
#index-body .init-5 .box .right .content {
  background-color: #2e2e2e;
  color: white;
  height: 50%;
  padding: 4% 10%;
}
#index-body .init-5 .box .right .content span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
#index-body .init-5 .box .right .content .text {
  line-height: 1.5625;
}
#index-body .init-6 span.h2 {
  font-weight: 500;
}
#index-body .init-6 ul {
  margin: -0.5em;
}
#index-body .init-6 ul li {
  padding: .5em;
  height: 100%;
}
#index-body .init-6 .box {
  border: 1px solid #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
#index-body .init-6 .box span.tag {
  line-height: 1.2;
}
#index-body .init-6 .box span.h6 {
  font-weight: 450;
  line-height: 1.25;
}
#index-body .init-6 .box a.link {
  font-weight: 550;
  line-height: 1;
  padding-bottom: .5em;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box a.link:hover {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom-color: var(--color);
  color: var(--color);
}
#index-body .init-6 .box:hover {
  border-color: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
#footer {
  background-color: #121212;
  color: white;
  overflow: hidden;
}
#footer .box .slide:nth-child(1) {
  width: 16.66666667vw;
  padding: 4%;
}
#footer .box .slide:nth-child(2) {
  width: 22.39583333vw;
  background-color: #1d1d1d;
}
#footer .box .slide:nth-child(3) {
  width: 50.52083333vw;
}
#footer .box span.h6 {
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}
#footer .box .text {
  line-height: 1.5625;
  max-width: 350px;
}
#footer .box .info {
  line-height: 1.5625;
}
#footer .box .info a {
  line-height: 1;
  border-bottom: 1px solid white;
}
#footer .box .nav ul {
  line-height: 1.5625;
}
#footer .box .nav ul a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .nav ul ul {
  display: none;
}
#footer .box .nav ul a:hover {
  color: var(--color);
}
#footer .box time {
  margin-top: auto;
}
#footer .box time i {
  font-size: 1.3em;
  margin-right: .5em;
}
#footer .box .bottom {
  position: relative;
}
#footer .box .bottom:before {
  content: '';
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #262626;
}
#footer .box .coy {
  color: #717171;
  line-height: 2;
}
#footer .box .coy a:not([class]) {
  border-bottom: 1px solid #717171;
}
#footer .box .coy svg {
  max-height: 1.71428571em;
  width: auto;
  display: block;
  fill: #717171;
}
#footer .box form {
  width: 480px;
  height: 3.71428571em;
  background-color: #1d1d1d;
  padding: 0.71428571em 0;
}
#footer .box form input {
  /*width: 100%;*/
  border: none;
  height: 100%;
  padding: 0 1em;
  border-left: 1px solid #757575;
  background-color: transparent;
}
#footer .box form input:first-child {
  border-left: none;
}
#footer .box form input::-webkit-input-placeholder {
  color: #757575;
}
#footer .box form input:-moz-placeholder {
  color: #757575;
}
#footer .box form input::-moz-placeholder {
  color: #757575;
}
#footer .box form input:-ms-input-placeholder {
  color: #757575;
}
#footer .box form input::placeholder {
  color: #757575;
}
#footer .box form button {
  width: 2em;
  border: none;
  background-color: transparent;
  margin-right: .8em;
}
#footer .box form button i {
  font-size: 1.5em;
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .list ul li .content {
    width: 772px;
  }
  #index-body .init-3 span.h2 i {
    max-width: 36px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo img {
    max-height: 40px;
  }
  #index-body .init-1 .list ul li .content {
    width: 651px;
  }
  #footer .box .slide:nth-child(3) {
    width: 58vw;
  }
}
@media screen and (max-width: 1250px) {
  #footer .box .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .box .bottom form {
    width: 100%;
  }
  #footer .box .bottom .coy {
    width: 100%;
  }
  #index-body .init-5 .box .right .content {
    height: auto;
  }
  #index-body .init-5 .box .right .content img {
    max-height: 28px;
  }
  #index-body .init-5 .box .left {
    min-height: auto;
  }
  #index-body .init-5 .box .right .img {
    height: 200px;
  }
  #index-body .init-1 .list ul li .content {
    width: 517px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .list ul li .content {
    width: 390px;
  }
  #index-body .init-1 .list ul {
    height: 50vw;
  }
  #index-body .init-1 .list ul li {
    padding: .5em;
  }
  #index-body .init-1 .box .img {
    display: none;
  }
  #index-body .init-5 .box .left {
    height: 30vw;
    margin-bottom: 5%;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-60 {
    font-size: 26px;
  }
  .font-86 {
    font-size: 28px;
  }
  #index-body .init-5 .box .right .content {
    padding: 4%;
  }
  #footer .box .nav {
    display: none;
  }
  #footer .box .text {
    max-width: none;
  }
  #footer .box .logo img {
    max-height: 44px;
  }
  #footer .box .slide:nth-child(1) {
    display: none;
  }
  #footer .box .slide:nth-child(2) {
    width: 42vw;
  }
  #footer .box .top,
  #footer .box .bottom {
    padding-right: 5%;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .dots {
    display: none;
  }
  #banner li .content .text {
    margin-bottom: 0;
  }
  #index-body .init-1 .list ul li .content {
    width: 100%;
  }
  #index-body .init-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 10px;
  }
  #index-body .init-1 .list ul li {
    width: 100% !important;
    height: 70vw !important;
    border-radius: 0;
  }
  #index-body .init-1 .list ul li:before {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    width: 100%;
    left: 0 !important;
  }
  #index-body .init-1 .list ul li span.h2,
  #index-body .init-1 .list ul li a.link,
  #index-body .init-1 .list ul li .text {
    opacity: 1;
  }
  #index-body .init-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #index-body .init-2 ul li {
    width: 46%;
  }
  #index-body .init-2 ul li.line {
    display: none;
  }
  #index-body .init-3 span.h2 i {
    max-width: 26px;
  }
  #index-body .init-4 ul {
    padding: 0 10px;
  }
  #index-body .init-4 ul li,
  #index-body .init-4 ul .slick-current + div + div li,
  #index-body .init-4 ul .slick-current + div li {
    width: 48vw !important;
    height: 40vw !important;
  }
  #index-body .init-4 ul li a.img,
  #index-body .init-4 ul .slick-current + div + div li a.img,
  #index-body .init-4 ul .slick-current + div li a.img {
    width: 100% !important;
    height: 100% !important;
  }
  #index-body .init-4 ul .slick-current + div ~ div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #footer .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4%;
  }
  #footer .box .slide {
    width: 100% !important;
  }
  #footer .box .slide:nth-child(2) {
    padding: 3%;
  }
  #footer .box .share {
    font-size: 16px;
    gap: 1em;
  }
  #footer .box .top,
  #footer .box .bottom {
    padding-right: 0;
  }
  #footer .box form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
  #footer .box form input {
    width: 100%;
    padding: .8em 1em;
    border-left: none;
    border-bottom: 1px solid #757575;
  }
  #footer .box form button {
    margin-left: auto;
  }
  #index-body .init-5 .box .right .img {
    height: 30vw;
  }
  #index-body .init-1 .list ul {
    grid-template-columns: 1fr;
  }
  #footer .box .top {
    padding: 5% 0;
  }
}

.sustainability-page .sustainability-1 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.sustainability-page .sustainability-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sustainability-page .sustainability-1 .top .tip {
    width: 50%;
}
.sustainability-page .sustainability-1 .top .tip .title {
    line-height: 1.2;
}
.sustainability-page .sustainability-1 .top .cont {
    width: 50%;
    font-size: 18px;
    line-height: 2;
}
.sustainability-page .sustainability-1 .sus1 {
    margin-top: 70px;
}
.sustainability-page .sustainability-2 .list1 {
    background: url(/asiasc/2026/04/23/anquan.jpg) no-repeat top center / cover;
    color: #fff;
}
.sustainability-page .sustainability-2 .list2 {
    background: #f2f2f2;
}
.sustainability-page .sustainability-2 .list {
    padding: 100px 0;
}
.sustainability-page .sustainability-2 .list .ui {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sustainability-page .sustainability-2 .list .left {
    width: 46%;
}
.sustainability-page .sustainability-2 .list .right {
    width: 50%;
    position: relative;
}
.sustainability-page .sustainability-2 .list .right .smt {
    font-weight: bold;
}
.sustainability-page .sustainability-2 .list .right .title {
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
}
.sustainability-page .sustainability-2 .list .right .num {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.1;
}
.sustainability-page .sustainability-2 .list .right .text {
    font-size: 18px;
    line-height: 2;
}
.sustainability-page .sustainability-2 .list .right .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 10px;
}
.sustainability-page .sustainability-2 .list .right .tit img {
    margin-right: 15px;
}
.sustainability-page .sustainability-3 {
    background: url(/asiasc/2026/04/23/youshi111-1.png) no-repeat bottom center / 100%;
    padding-bottom: 140px;
    padding-top: 80px;
    text-align: center;
}
.sustainability-page .sustainability-3 .cont {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
    padding: 0 15px;
}
.smt {
    font-size: 30px;
    line-height: 1;
    color: transparent;
    background-image: -webkit-linear-gradient(45deg, var(--color), var(--color));
    background-image: -moz-linear-gradient(45deg, var(--color), var(--color));
    background-image: linear-gradient(45deg, var(--color), var(--color));
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}
@media screen and (max-width: 1280px) {
    .sustainability-page .sustainability-2 .list .left {
        display: none;
    }
    .sustainability-page .sustainability-2 .list .right {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .smt {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
    .sustainability-page .sustainability-1 .top .tip {
        width: 100%;
    }
    .sustainability-page .sustainability-1 .top .cont {
        width: 100%;
        margin-top: 30px;
    }
    .sustainability-page .sustainability-2 .list .right .num {
        font-size: 80px;
    }
}
@media screen and (max-width: 700px) {
    .sustainability-page .sustainability-3 {
        background: none;
        padding: 30px 0 60px;
    }
    .sustainability-page .sustainability-2 .list {
        padding: 50px 0;
    }
    .sustainability-page .sustainability-2 .list .right .num {
        font-size: 60px;
        top: -10px;
    }
    .smt {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px){
    .smt {
        font-size: 18px;
    }
}
/*contact*/
.contact-page .contact-information {
        padding-top: 110px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.contact-page .contact-information .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-information .left {
    margin-top: 25px;
}
.contact-page .contact-information .left .intro {
    color: var( --color);
    margin-top: 2.08333vw;
    margin-bottom: 2.1875vw;
    max-width: 676px;
    line-height: 1.8;
}
.contact-page .contact-information .left .social-account {
    margin-bottom: 4.94791666vw;
    margin-left: -12px;
}
.contact-page .contact-information .left .social-account li:first-child a i {
    font-size: 28px;
}
.contact-page .contact-information .left .social-account a {
    width: 51px;
    height: 51px;
    border: 1px solid #434343;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #434343;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
}
.contact-page .contact-information .left .social-account a i {
    font-size: 24px;
}
.contact-page .contact-information .left .social-account a:hover {
    border-color: #010101;
    background: #010101;
    color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
    filter: invert(1) brightness(2);
}
.contact-page .contact-information .left .qr li {
    text-align: center;
}
.contact-page .contact-information .left .qr li:first-child {
    margin-right: 30px;
}
.contact-page .contact-information .left .qr .title {
    font-weight: bold;
}
.contact-page .contact-information .right .information-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-information .right .information-list li:nth-child(2) {
    border-top: 1px solid rgba(131, 131, 131, 0.27);
    border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}
.contact-page .contact-information .right .information-list li .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-information .right .information-list li .list-right {
    margin-left: 26px;
    padding-top: 2.34375vw;
    padding-bottom: 2.6041666vw;
    padding-right: 2.8125vw;
}
.contact-page .contact-information .right .information-list li .list-right .title {
    font-weight: 500;
    margin-bottom: 14px;
    color: #2e2521;
}
.contact-page .contact-information .right .information-list li .list-right .list-intro {
    color: rgba(0, 0, 0, 0.53);
    line-height: 1.55;
    max-width: 520px;
}
.contact-page .contact-form {
    margin-top: 5.5208333vw;
}
.contact-page .contact-form .public-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-page .contact-form form {
    margin-top: 4.32291666vw;
}
.contact-page .contact-form form .form-ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .contact-form form .form-ul>li {
    margin-bottom: 2.08333vw;
    position: relative;
}
.contact-page .contact-form form .form-ul>li:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -2px;
    width: 82px;
    height: 83px;
    border-radius: 50%;
    z-index: 2;
}
.contact-page .contact-form form .form-ul>li input {
    width: 100%;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    height: 76px;
    background: none;
    padding-left: 120px;
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 48.8%;
}
.contact-page .contact-form form .form-ul>li:nth-child(1):before {
    background: var( --color) url("../images/contact-form-icon1.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(2):before {
    background: var( --color) url("../images/contact-form-icon2.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(3):before {
    background: var( --color) url("../images/contact-form-icon3.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(4):before {
    background: var( --color) url("../images/contact-form-icon4.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) {
    position: relative;
    z-index: 2;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
    visibility: visible;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    border: solid 1px #bfbfbf;
    background: #fff;
    transform-origin: center top;
    transform: scaleY(0);
    transition: .3s;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
    transform: scaleY(1);
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
    padding: 4px 8px;
    transition: .3s;
    cursor: pointer;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
    color: #fff;
    background-color: var( --color);
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select {
    width: 100%;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    height: 76px;
    background: none;
    padding-left: 120px;
    font-size: 21px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
    border: none;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
    background: var( --color);
}
.contact-page .contact-form form .form-ul>li:nth-child(5) {
    width: 100%;
}
.contact-page .contact-form form .form-ul>li:nth-child(5):before {
    background: var( --color) url("../images/contact-form-icon5.png") no-repeat center center;
    border-radius: 41px 41px 41px 0;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    width: 100%;
    height: 275px;
    font-size: 21px;
    color: #000;
    padding-left: 120px;
    border-radius: 30px;
    border: solid 1px #bfbfbf;
    padding-top: 30px;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 21px;
    color: #000;
}
.contact-page .contact-form form .form-ul>li:last-child {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.contact-page .contact-form form .form-ul>li:last-child:before {
    display: none;
}
.contact-page .contact-form form .form-ul>li:last-child .submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 64px;
    margin: 0 auto;
    background-color: var( --color);
    border-radius: 40px;
    border: 2px solid var( --color);
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.contact-page .contact-form form .form-ul>li:last-child .submit:hover {
    background-color: transparent;
    color: var( --color);
}
.contact-page .contact-map {
    margin-top: 2.82291666vw;
}
@media screen and (max-width: 1000px){
    .contact-page .contact-form form .form-ul>li:before{
        width: 60px;
        height: 60px;
        top: 8px;
    }
    .contact-page .contact-form form .form-ul>li input{
        padding-left: 60px;
    }
    .contact-page .contact-information .ui.container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-page .contact-information .left .intro,
    .contact-page .contact-information .right .information-list li .list-right .list-intro {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px){
    .contact-page .contact-form form .form-ul>li:nth-child(1),
    .contact-page .contact-form form .form-ul>li:nth-child(2),
    .contact-page .contact-form form .form-ul>li:nth-child(3),
    .contact-page .contact-form form .form-ul>li:nth-child(4) {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .contact-page .contact-information .right .information-list li .icon {
        zoom: .5;
    }
    .contact-page .contact-form form .form-ul>li input {
        height: 40px;
        font-size: 16px;
        border-radius: 20px;
        padding-left: 60px;
    }
    .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li input::placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(4) select {
        font-size: 16px;
        padding-left: 60px;
        height: 40px;
    }
    .contact-page .contact-form form .form-ul>li:before {
        width: 40px;
        height: 40px;
        top:0;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
        padding-top: 15px;
        padding-left: 60px;
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
        font-size: 16px;
    }
    .contact-page .contact-form form .form-ul>li:last-child a.submit {
        height: 40px;
    }
}
/*新修改*/
.inner-page {
    border-radius: 20px 20px 0 0;
}
.about-page .about-wrap1 .left .public-title {
    margin-bottom: 0;
}
.about-page .about-wrap1 .right {
    padding-left: 0;
    padding-right: 0;
}
.about-page .about-wrap2 .about-wrap2-list {
    margin-top: 40px;
}
.about-page .about-wrap2 .about-wrap2-list li .box .number em {
    font-size: 35px;
}
@media screen and (min-width: 1921px){
    .about-page .about-wrap1 {
        padding-top: 178px;
        /* 原9.270833333vw → 178px */
    }
    .about-page .about-wrap1 a.play {
        bottom: 367px;
        /* 原19.114583333vw → 367px */
    }
    .about-page .about-wrap2 {
        margin-top: 160px;
        /* 原8.3333333vw → 160px */
        margin-bottom: -192px;
        /* 原-10vw → -192px */
    }
    .about-page .about-wrap3 {
        padding-top: 305px;
        /* 原15.885416666666vw → 305px */
        padding-bottom: 101px;
        /* 原5.26041666vw → 101px */
    }
    .about-page .about-wrap3 .left {
        margin-top: 76px;
        /* 原3.958333vw → 76px */
    }
    .about-page .about-culture {
        padding-top: 136px;
        /* 原7.083333vw → 136px */
        padding-bottom: 98px;
        /* 原5.10416666vw → 98px */
    }
    .about-page .about-culture .culture-intro {
        margin-top: 45px;
        /* 原2.34375vw → 45px */
        margin-bottom: 58px;
        /* 原3.020833333vw → 58px */
    }
    .about-page .about-advantage {
        padding-top: 223px;
        /* 原11.614583333333334vw → 223px */
    }
    .about-page .about-advantage .top {
        margin-bottom: 88px;
        /* 原4.583333333vw → 88px */
    }
    .about-page .about-partner {
        padding-top: 152px;
        /* 原7.916666666vw → 152px */
        padding-bottom: 124px;
        /* 原6.4583333vw → 124px */
    }
    .about-page .about-history .left {
        margin-top: 312px;
        /* 原16.25vw → 312px */
        margin-bottom: 375px;
        /* 原19.53125vw → 375px */
    }
    .about-page .about-history .left .left-box .public-btn {
        margin-top: 120px;
        /* 原6.25vw → 120px */
    }
    .about-page .about-history .left .year-right {
        margin-top: 159px;
        /* 原8.28125vw → 159px */
        font-size: 184px;
        /* 原9.583333333vw → 184px */
    }
    .about-page .about-history .right {
        margin-bottom: 375px;
        /* 原19.53125vw → 375px */
    }
    .about-page .about-history .right .history-list {
        margin-right: 76px;
        /* 原3.9583333333333335vw → 76px */
    }
    .about-page .about-history .right .history-list li .year-left {
        font-size: 184px;
        /* 原9.583333333vw → 184px */
    }
    .about-page .about-history .right .history-list li .text-right {
        margin-left: 60px;
        /* 原3.125vw → 60px */
        padding-top: 48px;
        /* 原2.5vw → 48px */
        padding-bottom: 51px;
        /* 原2.65625vw → 51px */
        padding-right: 79px;
        /* 原4.1145833vw → 79px */
    }
    .inner-partners .about-partner-slide {
        margin: 87px -11.5px 0;
        /* 原4.53125vw → 87px */
    }
    .contact-page .contact-information {
        padding-top: 211px;
        /* 原10.98958333vw → 211px */
        padding-bottom: 128px;
        /* 原6.666vw → 128px */
    }
    .contact-page .contact-information .left .intro {
        margin-top: 40px;
        /* 原2.08333vw → 40px */
        margin-bottom: 42px;
        /* 原2.1875vw → 42px */
    }
    .contact-page .contact-information .left .social-account {
        margin-bottom: 95px;
        /* 原4.94791666vw → 95px */
    }
    .contact-page .contact-information .right .information-list li .list-right {
        padding-top: 45px;
        /* 原2.34375vw → 45px */
        padding-bottom: 50px;
        /* 原2.6041666vw → 50px */
        padding-right: 54px;
        /* 原2.8125vw → 54px */
    }
    .contact-page .contact-form {
        margin-top: 106px;
        /* 原5.5208333vw → 106px */
    }
    .contact-page .contact-form form {
        margin-top: 83px;
        /* 原4.32291666vw → 83px */
    }
    .contact-page .contact-form form .form-ul li {
        margin-bottom: 40px;
        /* 原2.08333vw → 40px */
    }
    .contact-page .contact-form form .form-ul li:last-child {
        margin-top: 54px;
        /* 原2.8125vw → 54px */
    }
    .contact-page .contact-map {
        margin-top: 131px;
        /* 原6.82291666vw → 131px */
    }
}
.news-page {
    padding: 100px 0;
}
.news-page ul {
    margin: -15px;
}
.news-page ul li {
    padding: 15px;
}
.news-page ul li .box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 50px;
    border-radius: 12px;
}
.news-page ul li .box .time {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.news-page ul li .box .h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 20px;
    /*height: 4.2em;*/
    line-height: 1.4;
}
.news-page ul li .box .content {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
}
.newdet-page .newdet-1 {
    padding-top: 80px
}
.newdet-page .newdet-1 .tips {
    width: 232px;
    height: 52px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(100%, #4ba8ec), color-stop(100%, #4ba8ec), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #4ba8ec 100%, #4ba8ec 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #4ba8ec 100%, #4ba8ec 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
    background-image: linear-gradient(90deg, var(--color) 0%, #4ba8ec 100%, #4ba8ec 100%, #4ba8ec 100%), linear-gradient(#f2f2f2, #f2f2f2);
    background-blend-mode: normal,
    normal;
    border-radius: 26px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 52px;
    margin: 0 auto 40px;
}
.newdet-page .newdet-1 h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center
}
.newdet-page .newdet-1 .time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 22px
}
.newdet-page .newdet-1 .time .ad {
    width: 31px;
    height: 31px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 16px;
    color: #aaa
}
time .dot {
    width: 3px;
    height: 3px;
    background-color: var(--color);
    border-radius: 50%;
    margin: 0 10px
}
.newdet-page .newdet-1 .content {
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
}
.newdet-page .newdet-1 .m-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 70px
}
.newdet-page .newdet-1 .m-link>a div {
    color: #8e8e8e;
    font-size: 16px
}
.newdet-page .newdet-1 .m-link .share {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newdet-page .newdet-1 .m-link .share a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-left: 10px
}
.newdet-page .newdet-1 .m-link .share .a1 {
    background: #48bde9
}
.newdet-page .newdet-1 .m-link .share .a2 {
    background: #4f5fbf
}
.newdet-page .newdet-1 .m-link .share .a3 {
    background: #7a7d82
}
.newdet-page .newdet-1 .m-link .share .a4 {
    background: var(--color)
}
.newdet-page .newdet-1 .m-link .share .a5 {
    background: var(--color)
}
@media screen and (max-width: 1280px) {
    .newdet-page .newdet-1 h1 {
        font-size: 35px
    }
}
@media screen and (max-width: 1000px) {
    .newdet-page .newdet-1 h1 {
        font-size: 28px
    }
    .newdet-page .newdet-1 .m-link .share a {
        zoom: 0.8
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-1 h1 {
        font-size: 25px
    }
    .newdet-page .newdet-1 .m-link .share {
        width: 100%;
        justify-content: flex-start
    }
    .newdet-page .newdet-1 .m-link>a {
        width: 100%;
        margin-bottom: 10px
    }
    .newdet-page .newdet-1 .tips {
        zoom: 0.7
    }
    .newdet-page .newdet-1 {
        padding-top: 40px
    }
    .newdet-page .newdet-1 .m-link {
        margin-top: 40px
    }
    .newdet-page .newdet-1 .content {
        margin-top: 25px
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-1 h1 {
        font-size: 22px;
        line-height: 1.6;
    }
    .newdet-page .newdet-1 .content {
        font-size: 16px
    }
}
@media screen and (max-width: 700px){
    .news-page ul li .box .h3{
        min-height: auto;
    }
    .news-page .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.CGBold {
  font-weight: bold;
}
.m-page {
    padding-top: 20px;
    border-top: 1px solid;
    border-top-color: #D9D9D9;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.about-page .marginBox {
    padding: 0 !important;
}
.about-page .marginBox .marginTop {
    position: relative;
}
.about-page .marginBox .marginTop > img{
    width: 100%;
}
.about-page .marginBox .marginTop .play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 1;
    border: 1px solid white;
    cursor: pointer;
    cursor: hand;
}
.about-page .marginBox .marginTop .play i {
    border-left: 20px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: 53%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-page .marginBox .marginTop .play:after,
.about-page .marginBox .marginTop .play:before {
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0 solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: bks 2s linear infinite;
    -moz-animation: bks 2s linear infinite;
    animation: bks 2s linear infinite;
}
.about-page .marginBox .marginTop .play:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-1 {
    padding: 80px 0;
    text-align: center;
}
.about-page .about-1 .bottom ul {
    width: 100%;
    margin-top: 60px;
}
.about-page .about-1 .bottom ul li {
    color: black;
    padding-bottom: 10px;
    transition: all 0.5s;
}
.about-page .about-1 .bottom ul li h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    transition: all 0.5s;
}
.about-page .about-1 .bottom ul li p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    transition: all 0.5s;
    margin-top:15px;
}
.about-page .about-1 .bottom ul li:hover h4{
    color: var(--color);
}
.about-page .about-1 .bottom ul li:hover p{
    color: var(--color);
}
.about-page .about-1 .ui.container {
    max-width: 1400px;
}
.about-page .about-1 .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2;
    margin: 1em 0 1.5em;
    margin-bottom: 30px;
    text-align: left;
}
.about-page .about-1 a.more{
    margin: 0 auto;
}
.about-page .about-1 .text em {
    color: #242424;
    font-weight: 500;
}
.about-page .about-2 {
    padding:0 0 120px;
}
.about-page .about-2 .list ul {
    margin: -20px;
}
.about-page .about-2 .list ul li {
    padding: 20px;
}
.about-page .about-2 .list ul li .box {
    text-align: center;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-2 .list ul li .box a.img {
    display: block;
}
.about-page .about-2 .list ul li .box a.img img {
    width: 100%;
}
.about-page .about-2 .list ul li .box .content {
    padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
    font-weight: bold;
    font-size: 30px;
    color: #242424;
    line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.4;
    margin-top: .5em;
    min-height: 3em;
    max-height: 150px;
    overflow-y: auto;
}
.about-page .about-3 {
    padding-bottom: 135px;
    text-align: center;
    position: relative;
}
.about-page .about-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 32%;
    background: url("../images/about-3-bg.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.about-page .about-3 .ui.container {
    max-width: 1410px;
}
.about-page .about-3 .options {
    margin-top: 70px;
}
.about-page .about-3 .options ul {
    margin: -10px;
}
.about-page .about-3 .options ul li {
    padding: 10px;
}
.about-page .about-3 .options ul li span {
    font-weight: bold;
    font-size: 22px;
    color: #332f2c;
    line-height: 1.2;
    padding-bottom: 1em;
    border-bottom: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-3 .options ul .slick-current li span {
    border-bottom-color: var(--color);
    color: var(--color);
}
.about-page .about-3 .ret {
    margin-top: 80px;
    padding: 0 5%;
}
.about-page .about-3 .ret ul {
    margin: -5px;
}
.about-page .about-3 .ret ul li {
    padding: 5px;
}
.about-page .about-3 .ret .left {
    vertical-align: middle;
}
.about-page .about-3 .ret .left .img {
    height: 335px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.about-page .about-3 .ret .right {
    vertical-align: middle;
    padding-left: 0%;
    text-align: left;
}
.about-page .about-3 .ret .right span.txt {
    font-size: 30px;
    font-weight: bold;
    text-transform: unset;
    color: var(--color);
}
.about-page .about-3 .ret .right span.h3 {
    font-size: 20px;
    color: #626262;
    margin-bottom: 1.5em;
    display: block;
    line-height: 1.6;
}
.about-page .about-3 .ret .right .btn div {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    padding: 0 24px;
    border-radius: 24px;
    border: 1px solid #bfbfbf;
    margin-right: 12px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .ret .right .btn div img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .ret .right .btn div.next img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-page .about-3 .ret .right .btn div:hover {
    background: var(--color);
    border-color: var(--color);
}
.about-page .about-3 .ret .right .btn div:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-4 {
    text-align: center;
}
.about-page .about-4 .list {
    margin-top: 50px;
    padding: 0 10%;
    overflow: hidden;
}
.about-page .about-4 .list ul .slick-list {
    overflow: unset;
}
.about-page .about-4 .list ul li a {
    display: block;
    position: relative;
}
.about-page .about-4 .list ul li a img {
    width: 100%;
}
.about-page .about-4 .list ul li a span {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    position: absolute;
    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;
    opacity: 0;
}
.about-page .about-4 .list ul li a span img {
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li a:hover span {
    opacity: 1;
}
.about-page .about-4 .list ul .slick-slide {
    -webkit-transform: scale(0.7862069);
    -moz-transform: scale(0.7862069);
    -ms-transform: scale(0.7862069);
    transform: scale(0.7862069);
    position: relative;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.about-page .about-4 .list ul .slick-slide li {
    -webkit-transform: translateX(65%);
    -moz-transform: translateX(65%);
    -ms-transform: translateX(65%);
    transform: translateX(65%);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.about-page .about-4 .list ul .slick-active {
    -webkit-transform: scale(0.87931034);
    -moz-transform: scale(0.87931034);
    -ms-transform: scale(0.87931034);
    transform: scale(0.87931034);
    z-index: 1;
}
.about-page .about-4 .list ul .slick-active li {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.about-page .about-4 .list ul .slick-active.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}
.about-page .about-4 .list ul .slick-active.slick-current li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.about-page .about-4 .list ul .slick-active.slick-current + div {
    -webkit-transform: scale(0.87931034);
    -moz-transform: scale(0.87931034);
    -ms-transform: scale(0.87931034);
    transform: scale(0.87931034);
    z-index: 1;
}
.about-page .about-4 .list ul .slick-active.slick-current + div li {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div {
    -webkit-transform: scale(0.7862069);
    -moz-transform: scale(0.7862069);
    -ms-transform: scale(0.7862069);
    transform: scale(0.7862069);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div li {
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%);
}
.about-page .about-5 {
    padding: 50px 0 100px;
    text-align: center;
}
.about-page .about-5 .options {
    margin-top: 65px;
    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;
    border-bottom: 1px solid #c3c3c3;
}
.about-page .about-5 .options span {
    font-size: 20px;
    font-weight: bold;
    width: 360px;
    margin-right: 1em;
    height: 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .75em;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    cursor: hand;
    background: #eee;
    margin-bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-5 .options span i {
    color: #bfbfbf;
}
.about-page .about-5 .options span.active {
    background-color: white;
    border-bottom-color: transparent;
}
.about-page .about-5 .ret {
    margin-top: 55px;
    position: relative;
}
/*.about-page .about-5 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}*/
.about-page .about-5 .ret .slide.active {
    position: static;
    opacity: 1;
    z-index: 1;
}
.about-page .about-5 .ret ul {
    margin: -8px;
}
.about-page .about-5 .ret ul li {
    padding: 8px;
}
.about-page .about-5 .ret ul li img {
    width: 100%;
}
.about-page .about-6 {
    padding: 0 0 6%
}
.about-page .about-6 .top .left {
    width: 73%
}
.about-page .about-6 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #030303;
    text-transform: uppercase
}
.about-page .about-6 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    vertical-align: bottom;
    margin-bottom: 10px
}
.about-page .about-6 .bottom {
    padding: 0
}
.about-page .about-6 .bottom .grid-box {
    padding-top: 50px;
    max-width: 100%
}
.about-page .about-6 .bottom ul li {
    padding-right: 60px;
    width: 16.6666%
}
.about-page .about-6 .bottom ul li .ig {
    position: relative;
    padding: 15px 20px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .bottom ul li .ig:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc
}
.about-page .about-6 .bottom ul li i {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.about-page .about-6 .bottom ul li .ig > p{
    min-height: 87px;
}
.about-page .about-6 .bottom ul li p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: left
}
.about-page .about-6 .bottom ul li .ig .link_icon i{
    font-size: 30px;
}
.about-page .about-6 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2
}
.about-page .about-6 .bottom ul li:hover .content {
    opacity: 1
}
.about-page .about-6 .bottom ul li .text p {
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.about-page .about-6 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px
}
.about-page .about-6 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -ms-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease
}
.about-page .about-6 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-6 .bottom ul li .mores:hover .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible
}
.about-page .about-6 .bottom ul li:last-child {
    padding-right: 0;
    width: 16%
}
.about-page .about-6 .bottom ul li:last-child .ig:after {
    display: none
}
.about-page .about-6 .bottom ul li:hover i {
    filter: brightness(0)
}
.about-page .about-7 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-bottom: 60px;
}
.about-page .about-7 .left {
    width: 53.646%
}
.about-page .about-7 .left ul{
    position: relative;
}
.about-page .about-7 .left ul li{
    transition: .3s;
    position: relative;
    z-index: 1;
}
.about-page .about-7 .left ul li:nth-child(n+2){
    position: absolute;
    left: 0;
    top: 0;
}
.about-page .about-7 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0
}
.about-page .about-7 .right .ig {
    max-width: 706px;
    padding-left: 57px
}
.about-page .about-7 .right .header {
    text-align: right
}
.about-page .about-7 .right .header .tag {
    color: #fff;
    padding-right: 138px
}
.about-page .about-7 .right .header .tag:before {
    background: #fff;
    top: 8px
}
.about-page .about-7 .right .header .title {
    font-size: 60px;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: -132px
}
.about-page .about-7 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left
}
.about-page .about-7 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255,255,255,.2)
}
.about-page .about-7 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}
.about-page .about-7 .right .list ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.6
}
.about-page .about-7 .right .list ul li .tit em {
    width: 90%
}
.about-page .about-7 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px
}
.about-page .about-7 .right .list ul li .tit i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.about-page .about-7 .right .list ul li .tit i:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.about-page .about-7 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0
}
.about-page .about-7 .right .list ul li.active .tit i:after {
    opacity: 0
}
.about-page .about-7:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/asiasc/2026/04/23/abouwhy.jpg) no-repeat center
}
@media screen and (max-width: 1680px) {
    .about-page .about-6 .bottom ul li {
        padding-right:40px
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-6 .bottom ul li p {
        width:90%
    }
    .about-page .about-7 .right .header .title {
        font-size: 78px;
        margin-left: -90px
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-6 .top .left .title {
        font-size:60px
    }
    .about-page .about-6 .bottom {
        padding-left: 0
    }
    .about-page .about-6 .bottom ul li p {
        width: 100%
    }
    .about-page .about-7 {
        padding: 50px 0
    }
    .about-page .about-7 .left,.about-page .about-7 .right {
        vertical-align: middle
    }
    .about-page .about-7 .right {
        padding-top: 0
    }
    .about-page .about-7 .right .ig {
        padding-left: 30px
    }
    .about-page .about-7 .right .header .title {
        font-size: 62px;
        margin-left: 0
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-6 .top .left .title {
        font-size:60px
    }
    .about-page .about-6 .bottom ul li p {
        font-size: 21px
    }
    .about-page .about-7 .right .header .title {
        font-size: 53px
    }
    .about-page .about-7 .right .list {
        margin-top: 40px
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-6 .top .left,.about-page .about-6 .top .right {
        width:100%
    }
    .about-page .about-6 .top .right {
        margin-top: 20px
    }
    .about-page .about-6 .bottom ul {
        margin-bottom: -20px
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 33.3333%
    }
    .about-page .about-6 .bottom ul li {
        width: 33.3333%;
        margin-bottom: 20px
    }
    .about-page .about-7 .left {
        width: 100%
    }
    .about-page .about-7 .right .ig {
        padding-left: 0;
        max-width: 100%;
        margin-top: 30px;
    }
    .about-page .about-7 .right {
        width: 100%
    }
    .about-page .about-7:after {
        width: 100%
    }
    .about-page .about-7 .right .header .title {
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-6 .bottom ul li {
        width:50%;
        padding-right: 20px
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 50%
    }
    .about-page .about-6 .bottom ul li:nth-child(even) {
        padding-right: 0
    }
    .about-page .about-7 .right .list ul li .tit {
        font-size: 22px
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-6 .top .left .title {
        font-size:50px
    }
    .about-page .about-6 .top .right {
        font-size: 16px;
        line-height: 1.8
    }
    .about-page .about-6 .bottom ul li {
        width: 100%;
        padding-right: 0
    }
    .about-page .about-6 .bottom ul li:last-child {
        width: 100%
    }
    .about-page .about-6 .bottom ul li .ig {
        padding: 0
    }
    .about-page .about-6 .bottom ul li .ig:after {
        display: none
    }
    .about-page .about-7 .right {
        padding: 0 15px
    }
    .about-page .about-7 .right .ig {
        padding-left: 0
    }
    .about-page .about-7 .right .header .title {
        font-size: 24px
    }
    .about-page .about-7 .right .header .con {
        font-size: 16px;
        line-height: 1.8
    }
    .about-page .about-7 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4
    }
}
.about-page .about-66 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about-page .about-66 ul li {
    width: 33.333%;
    position: relative;
}
.about-page .about-66 ul li img {
    min-height: 500px;
    object-fit: cover;
    width: 100%;
}
.about-page .about-66 ul li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 80px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-page .about-66 ul li .text .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.about-page .about-66 ul li .text .box .cont {
    display: none;
}
/*.about-page .about-66 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
@media screen and (max-width: 1680px) {
    .about-page .about-66 ul li .text {
        padding: 80px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-66 ul li .text {
        padding: 80px 60px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-66 ul li .text {
        padding: 80px 40px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-66 ul li .text {
        padding: 80px 20px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-66 ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-66 {
        display: none;
    }
}
.faq-page .marginBox {
    padding: 110px 0 100px;
    text-align: center;
}
.faq-page .marginBox .box {
    margin-top: 50px;
    text-align: left;
}
.faq-page .marginBox .box .left {
    width: 40%;
}
.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
    padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1.8em;
    display: block;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}
.faq-page .marginBox .box .left .box2 .slide span.h6:hover{
    border-color: black;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #8e8e8e;
    margin-bottom: 1em;
    line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0;
}
.faq-page .marginBox .box .right{
    padding-left: 0;
    width: 100%;
}
.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #eee;
    border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 26px;
    color: #242424;
    /*text-align: right;*/
    display: block;
    position: relative;
    padding-right: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    position: absolute;
    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;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2;
    margin: 30px 0;
    display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
    background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}
.inner-banner {
    background-color: rgba(161, 161, 161, 0.2);
    position: relative;
}
.inner-banner .box .left {
    vertical-align: bottom;
    padding-right: 10%;
}
.inner-banner .box .left span.h2 {
    color: #ffffff;
}
.inner-banner .box .right {
    vertical-align: bottom;
}
.inner-banner .mbx {
    font-size: 20px;
    color: black;
    line-height: 1.6;
    padding: 15px 0;
}
.i-tag {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#000;
}
@media screen and (max-width: 1700px) {
    .inner-banner .box .right .mbx {
        font-size: 16px;
    }
    .faq-page .marginBox .box .left .box2 {
        padding: 30px 20px;
    }
    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em;
    }
    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em;
    }
    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
    }
    .faq-page .marginBox .box .right .list ul li .text {
        margin: 20px 0;
    }
    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .faq-page .marginBox {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1450px) {
    .about-page .about-1 .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner .box .right .mbx {
        font-size: 14px;
    }
    .faq-page .marginBox .box {
        margin-top: 30px;
    }
    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0;
    }
    .faq-page .marginBox .box .left {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .left{
        width: 100%;
        padding-right: 0;
    }
    .inner-banner .box .right{
        width: 100%;
        text-align: left;
    }
    .inner-banner .box .right .mbx{
        text-align: left;
    }
    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 14px;
    }
    .faq-page .marginBox .box .right .list ul li span.title {
        padding-right: 25px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .right {
        margin-top: 5px;
    }
    .inner-banner .box .right,
    .inner-banner .box .right .mbx {
        text-align: left;
    }
}
.history-page {
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.history-page:before {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url('../images/icon-meiluo2.png') center no-repeat;
    background-size: cover;
    left: 0;
    top: 5%;
}
.history-page:after {
    content: '';
    width: 7.03125vw;
    height: 36.61458333vw;
    z-index: -1;
    position: absolute;
    background: url('../images/icon-meiluo2.png') center no-repeat;
    background-size: cover;
    right: 0;
    bottom: 8%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.history-page .list {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}
.history-page .list:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #bebebe;
    z-index: -1;
}
.history-page .list li {
    padding: 25px 0;
}
.history-page .list li .box .left {
    vertical-align: middle;
    padding: 0 8%;
    position: relative;
}
.history-page .list li .box .left .img {
    /*height: 250px;*/
    background-size: cover;
    background-position: center;
}
.history-page .list li .box .right {
    vertical-align: middle;
    padding: 0 8%;
    text-align: left;
    position: relative;
}
.history-page .list li .box .right .line {
    width: 14%;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 25px;
}
.history-page .list li .box .right .line i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: inherit;
}
.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: inherit;
}
.history-page .list li .box .right .line i:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.history-page .list li .box .right .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.history-page .list li .box .right .content span.h2 {
    color: var(--color);
    white-space: nowrap;
}
.history-page .list li .box .right .content .text {
    margin-left: 1.5em;
    font-weight: normal;
    line-height: 1.6;
}
.history-page .list li:nth-child(even) .box .left {
    left: 50%;
}
.history-page .list li:nth-child(even) .box .right {
    left: -50%;
    text-align: right;
    direction: rtl;
    padding-left: 0;
}
.history-page .list li:nth-child(odd) .box .right {
    padding-right: 0;
}
.history-page .list li:nth-child(even) .box .right .line {
    left: auto;
    right: 0;
}
.history-page .list li:nth-child(even) .box .right .line i {
    left: 100%;
}
.history-page .list li:nth-child(even) .box .right .text {
    margin-left: 0;
    margin-right: 1.5em;
    direction: ltr;
}
.history-page .cursor {
    position: -webkit-sticky;
    position: sticky;
    padding: 20px 0;
    background-color: white;
    width: 100%;
    bottom: 0;
}
.history-page .cursor span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #120c0b;
}
.history-page .cursor span.hand {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7em;
}
.history-page .cursor span.hand:before {
    content: '';
    width: 3px;
    height: 10px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: sx 0.8s linear infinite alternate;
    -moz-animation: sx 0.8s linear infinite alternate;
    animation: sx 0.8s linear infinite alternate;
}
@media screen and (max-width: 1600px) {
    .history-page .cursor span {
        font-size: 16px;
        line-height: 30px;
    }
    .history-page {
        padding-top: 80px;
    }
    .history-page .cursor {
        padding: 10px 0;
    }
    .history-page .cursor {
        position: static;
        display: none;
    }
}
@media screen and (max-width: 1450px) {
    .history-page {
        padding-top: 60px;
    }
    .history-page .list li .box .left .img {
        height: 200px;
    }
}
@media screen and (max-width: 1000px) {
    .history-page .list li .box .right .line {
        top: 12px;
    }
    .history-page .list {
        margin: 40px 0 30px;
    }
    .history-page .list li .box .right,
    .history-page .list li .box .left {
        padding: 0 4%;
    }
    .history-page .list li .box .right .line {
        width: 6%;
    }
    .history-page .list li .box .left .img {
        height: 140px;
    }
    .history-page .list li {
        padding: 10px 0;
    }
    .history-page .cursor span {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 700px) {
    .history-page .list li .box .right,
    .history-page .list li .box .left {
        width: 100%;
        left: 0 !important;
    }
    .history-page .list li .box .right {
        margin-top: 20px;
    }
    .history-page .list li:nth-child(even) .box .right .line {
        left: 0;
        right: auto;
    }
    .history-page .list li:nth-child(even) .box .right .line i {
        left: auto;
        left: 0;
    }
    .history-page .list li:nth-child(even) .box .right {
        direction: ltr;
        text-align: left;
    }
    .history-page .list li:nth-child(even) .box .right .text {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .history-page .list:after {
        left: 0;
    }
}
@media screen and (max-width: 500px) {
    .history-page {
        padding-top: 40px;
    }
}
.history-page {
    /*background-image: url("../images/history-bg.jpg");*/
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.history-page .ui.container {
    width: auto;
    max-width: 1700px;
}
.history-page .left {
    width: 38%;
    padding-right: 4%;
    /*margin-top: 6%;*/
}
.history-page .left .h2{
    text-transform: uppercase;
}
.history-page .right {
    width: 62%;
}
.history-page .right .swiper {
    margin-right: -14%;
    overflow: hidden;
}
.history-page .right span.h6 {
    color: var(--color);
    display: block;
    line-height: 1.4;
    font-weight: 500;
    font-size: 30px;
}
.history-page .right .text {
    margin: 0.5em 0 1.3em;
}
.history-page .right .img {
    height: 280px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    /*border-radius: 15px;*/
    background-size: cover;
    max-width: 420px;
    margin-bottom: 100px;
}
.history-page .right .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
    height: 0;
}
.history-page .bg {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 1;
}
.history-page .bg i {
    font-size: 10vw;
    position: absolute;
    top: 0;
    left: 8%;
    -webkit-transform: translate(0%, -47%);
    -moz-transform: translate(0%, -47%);
    -ms-transform: translate(0%, -47%);
    transform: translate(0%, -47%);
    color: var(--color);
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    line-height: 1;
}
.history-page .bg span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /*background-image: url("../images/icon-history.png");*/
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1450px) {
    .history-page .right .img {
        height: 200px;
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .history-page .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }
    .history-page .left {
        width: 100% !important;
        padding-right: 0;
    }
    .history-page .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .history-page .bg {
        display: none;
    }
    .history-page .right .img {
        height: 200px !important;
        margin-bottom: 0 !important;
    }
    .history-page .left {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    .history-page .right .swiper {
        margin-right: 0;
    }
}
.factory-page {
    padding: 100px 0 80px
}
.factory-page .bottom .list {
    margin: 90px 0
}
.factory-page .bottom .list ul {
    margin: -35px -10px
}
.factory-page .bottom .list ul li {
    padding: 35px 10px
}
.factory-page .bottom .list ul li a.img-box {
    display: block
}
.factory-page .bottom .list ul li a.img-box img {
    width: 100%
}
.factory-page .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-zoom.png") center center no-repeat rgba(1,169,248,.7);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.factory-page .bottom .list ul li a.img-box:hover:after {
    opacity: 1
}
.factory-page .bottom .list ul li span.h6 {
    font-size: 16px;
    font-weight: 500;
    color: #120c0b;
    display: block;
    margin-top: .5em
}
@media screen and (max-width: 1700px) {
    .factory-page .bottom .list ul li{
        width: 20%;
    }
}
@media screen and (max-width: 1250px) {
    .factory-page .bottom .list ul li{
        width: 25%;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .bottom ul li {
        width: 50%;
        margin: 10px 0;
    }
    .about-page .about-1 .bottom ul li h4 {
        font-size: 40px;
    }
    .factory-page .bottom .list ul li{
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .factory-page .bottom .list ul li{
        width: 50%;
    }
}
.product-page {
    background-color: #eff3eb;
    position: relative;
}
.product-page:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: inherit;
    z-index: -1;
}
.product-page .product-1 .sideBarRight h1 {
    color: var(--color);
    margin-bottom: .7em;
    line-height: 1.2;
}
.product-page .product-1 .sideBarRight .text {
    line-height: 2;
    font-weight: 500;
}
.product-page .product-1 .sideBarRight .list ul {
    row-gap: 50px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.product-page .product-1 .sideBarRight .list ul a.img {
    display: block;
    background-color: white;
    padding: 25px;
}
.product-page .product-1 .sideBarRight .list ul a.img span {
    position: absolute;
}
.product-page .product-1 .sideBarRight .list ul a.img img {
    display: block;
    margin: 0 auto;
}
.product-page .product-1 .sideBarRight .list ul span.h6 {
    display: block;
    margin-top: 1em;
    text-align: center;
    font-weight: 500;
}
.prodet-page{
    background-color: #eff3eb;
    position: relative;
}
.prodet-page .list ul {
    margin: -10px;
}
.prodet-page .list ul li {
    padding: 10px;
}
.inner-page .sideBarBox .sideBarLeft {
    width: auto;
    margin-right: 8%;
}
.inner-page .sideBarBox .sideBarLeft .box {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
    font-weight: bold;
    border-bottom: 1px solid #bcb7b4;
    display: block;
    padding-bottom: .2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
    margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
    margin-top: .8em;
    white-space: nowrap;
    position: relative;
}
.inner-page .sideBarBox .sideBarLeft .nav li a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .nav li i{
    font-size: 20px;
    right: 0;
    top:3px;
    position: absolute;
    cursor: pointer;
    transition: all 0.5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li:hover > a,
.inner-page .sideBarBox .sideBarLeft .nav li.active > a {
    color: var(--color);
    text-decoration: underline;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu li{
    padding-left: 15px;
    font-size: 16px;
}
.inner-page .sideBarBox .sideBarLeft .form {
    width: 185px;
    min-width: 100%
}
.inner-page .sideBarBox .sideBarLeft .form label {
    margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .form label span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 4em;
}
.inner-page .sideBarBox .sideBarLeft .form label input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    position: relative;
    top: -0.4em;
    padding: 0 .5em;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .form label button {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    background-color: transparent;
    margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .form label button i {
    margin-right: .5em;
}
.inner-page .sideBarBox .sideBarLeft .form label:last-child {
    margin-top: .5em;
}
.scrollPage {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}
.scrollPage > * {
    width: 4.375em;
    height: 4.375em;
    border-radius: 100%;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.scrollPage > * i.iconfont {
    font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
    background-color: var(--color);
    color: white;
}
.scrollPage .page {
    margin: 0 1em;
    padding: 0.3125em;
    background-color: var(--color);
    color: white;
    width: auto;
    border-radius: 2.1875em;
}
.scrollPage .page span.num {
    width: 3.75em;
    height: 3.75em;
    border: 1px solid rgba(255, 255, 255, 0.55);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}
.scrollPage .page span.line {
    width: 0;
    height: .6em;
    border-radius: .3em;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.scrollPage .page span.line i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    width: 0;
    background-color: white;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.scrollPage:hover .page {
    max-width: 100%;
}
.scrollPage:hover .page span.line {
    margin: 0 1em;
    width: 11.25em;
}
.sidebar-box {
    padding: 0 30px;
}
.sidebar-box .sidebar-left {
    width: 310px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.sidebar-box .sidebar-left .list_box > .list {
    padding: 20px 35px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list h4 {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li:last-child {
    margin-bottom: 0;
    border-color: transparent;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li > a {
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.sidebar-box .sidebar-left .list_box > .list ol li a {
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-box .sidebar-left .list_box > .list ol li.active > a,
.sidebar-box .sidebar-left .list_box > .list ol li a:hover {
    color: var(--color);
}
.sidebar-box .sidebar-left .list_box > .list ol li.active ol {
    max-height: 300px;
    line-height: 30px;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li {
    margin-bottom: 10px;
    padding-left: 20px;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li:last-child {
    margin-bottom: 0;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li a {
    display: inline-block;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li.active > a {
    color: var(--color);
}
.sidebar-box .sidebar-left .list_box > .list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list ul li .img {
    width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list ul li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 28px;
}
.sidebar-box .sidebar-right {
    width: -webkit-calc(100% - 310px) !important;
    width: -moz-calc(100% - 310px) !important;
    width: calc(100% - 310px) !important;
}
.sidebar-box .sidebar-right .pro-box {
    margin: 70px 0 95px;
}
.sidebar-box .sidebar-right .pro-box ul {
    margin: -20px -10px;
}
.sidebar-box .sidebar-right .pro-box ul li {
    padding: 20px 10px;
}
.sidebar-box .sidebar-right .pro-box ul li:hover .img .btn {
    opacity: 1;
}
.sidebar-box .sidebar-right .pro-box ul li .img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 205px;
    position: relative;
}
.sidebar-box .sidebar-right .pro-box ul li .img .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-box .sidebar-right .pro-box ul li h4 {
    padding: 0 15px;
}
.sidebar-box .sidebar-right .pro-list ul {
    margin: -25px -20px;
}
.sidebar-box .sidebar-right .pro-list ul li {
    padding: 25px 20px;
}
.sidebar-box .sidebar-right .pro-list ul li .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 325px;
    border: 1px solid #d5d2d2;
}
.sidebar-box .sidebar-right .pro-list ul li .con {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.m-link a {
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.m-link a:hover {
    color: var(--color);
}
.prodet-page .prodet-box .left {
    width: 540px;
}
.prodet-page .prodet-box .left .big {
    width: 100%;
}
.prodet-page .prodet-box .left .big ul li {
    height: 435px;
    padding: 1px;
}
.prodet-page .prodet-box .left .big ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .left .small {
    width: 100%;
    margin-top: 15px;
}
.prodet-page .prodet-box .left .small ul {
    margin: 0 -12px;
}
.prodet-page .prodet-box .left .small ul li {
    padding: 0 12px;
}
.prodet-page .prodet-box .left .small ul li .img {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .right {
    width: -webkit-calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: calc(100% - 540px);
    padding-left: 80px;
}
.prodet-page .prodet-box .right .con {
    max-height: 350px;
    overflow-y: auto;
}
.prodet-page .det {
    width: 100%;
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
}
.prodet-page .det .con table{
    font-size: 16px;
    line-height: 30px;
}
.prodet-page .det .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prodet-page .det .title::after {
    content: '';
    display: block;
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    height: 1px;
    border-top: 1px solid #e5e5e5;
}
.prodet-page .prodet-list ul {
    margin: 0 -20px;
}
.prodet-page .prodet-list ul li {
    padding: 0 20px;
}
.prodet-page .prodet-list ul li .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    border: 1px solid #d5d2d2;
}
.prodet-page .prodet-list ul li .con {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.prodet-page .about-page {
    background-color: #f4f4f4;
}
.prodet-page .about-page .about-1 .about-play::after {
    background-color: #fff;
}
.related-product ul {
    margin: 0 -20px;
}
.related-product ul li {
    padding: 0 20px;
}
.related-product ul li .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    border: 1px solid #d5d2d2;
}
.related-product ul li .con {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media (max-width: 1600px) {
    .prodet-page .prodet-box .left {
        width: 50%;
    }
    .prodet-page .prodet-box .right {
        width: 50%;
    }
}
@media (max-width: 1400px) {
    .sidebar-box .sidebar-right .pro-list ul li .img-box {
        height: auto;
    }
    .prodet-page .prodet-box .right {
        padding-left: 40px;
    }
    .prodet-page .prodet-box .right h2 {
        font-size: 30px;
    }
    .prodet-page .prodet-box .right .more {
        margin: 30px 0;
    }
}
@media (max-width: 1200px) {
    .projectdet-page .projectdet-1 .left {
        width: 50%;
        padding-right: 60px;
    }
    .newsdet-page .newsdet-1 h1 {
        font-size: 30px;
    }
    .newsdet-page .newsdet-1 h4 {
        font-size: 20px;
    }
    .prodet-page .prodet-box .left {
        width: 100%;
    }
    .prodet-page .prodet-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .sidebar-box .sidebar-right .pro-list ul li {
        width: 50%;
    }
    .sidebar-box .sidebar-left {
        display: none;
    }
    .sidebar-box .sidebar-right {
        padding-left: 0;
        width: 100% !important;
    }
    .sidebar-box {
        padding: 0 15px;
    }
    .prodet-page .prodet-box .left .big ul li {
        height: auto;
    }
    .prodet-page .prodet-box .right .con {
        max-height: unset;
        overflow-y: unset;
    }
}
@media (max-width: 500px) {
    .projectdet-page .projectdet-1 .left .list h5 {
        margin-right: 15px;
    }
    .sidebar-box .sidebar-right .pro-list ul li {
        width: 100%;
    }
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu ul.sub-menu3{
    padding-left: 15px;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu ul.sub-menu3 li{
    font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft{
    width: 300px;
}
.inner-page .sideBarBox .sideBarRight{
    width: calc(100% - 300px);
}
.inner-page .sideBarBox .sideBarLeft .nav li{
    white-space: normal;
}
@media (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarRight{
        width: 100%;
    }
}
.more {
    padding: .5em 1.5em;
    border-radius: 2em;
    background-color: #222;
    color: white;
    transition: .5s;
}
.more:hover {
    background-color: var(--color);
}
  .swiper_ppp .swiper-wrapper {
        transition-timing-function: linear;
        /* 线性过渡 */
      }
  
  .swiper_ppp .swiper-slide {
        backface-visibility: hidden;
        transform: translateZ(0);
        /* 启用硬件加速 */
      }
      .about-page .about-c-4 {
  position: relative;
  z-index: 1;
}
.about-page .about-c-4 .about-c-4-bg {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.about-page .about-c-4 .container {
  z-index: 2;
  position: relative;
}
.about-page .about-c-4 .container .swiper-about {
  position: relative;
  height: 509px;
}
.about-page .about-c-4 .container .about-history {
  height: 509px;
  overflow-y: auto;
  position: relative;
}
.about-page .about-c-4 .container .about-history .about-history-m {
  display: flex;
  height: calc(709px / 4);
}
.about-page .about-c-4 .container .about-history .about-history-m > div {
  flex: 1;
}
.about-page .about-c-4 .container .about-history .about-history-m .about-history-c {
  display: flex;
  justify-content: space-between;
}
.about-page .about-c-4 .container .about-history .about-history-c2 {
  margin-top: 68px;
}
.about-page .about-c-4 .container .about-history .about-history-c1 {
  margin-top: 44px;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) {
  position: relative;
  text-align: right;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #06adfe;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  z-index: 5;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  opacity: 0.2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.5s;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n):hover .about-dot::after {
  transform: scale(1);
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c1 {
  margin-right: 20px;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c2 {
  width: 219px;
  height: 41px;
  background: url(../images/about-4-l.png);
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c {
  display: flex;
  justify-content: flex-end;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
  position: relative;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #06adfe;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  z-index: 5;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00c0ff 0%, #2e36ff 100%);
  border-radius: 50%;
  opacity: 0.2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.5s;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1):hover .about-dot::after {
  transform: scale(1);
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c1 {
  margin-left: 20px;
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c2 {
  width: 219px;
  height: 41px;
  background: url(../images/about-4-r.png);
}
.about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c {
  flex-direction: row-reverse;
  justify-content: start;
}
.about-page .about-c-4 .container .about-history .about-history-c-h {
  font-weight: 500;
  color: #000;
}
.about-page .about-c-4 .container .about-history .about-history-c-p {
  font-weight: 300;
  color: #000;
  max-width: 300px;
}
@media (max-width: 1000px) {
      .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c2,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c2 {
    display: none;
  }
}
@media (max-width: 700px) {
     .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-dot,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-dot,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1)::after,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n)::after,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c-copy,
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c-copy {
    display: none;
  }
   .about-page .about-c-4 .container .about-history .about-history-m{
    height: auto;
    margin-bottom: 10px;
  }
  .about-page .about-c-4 .container .about-history{
    height: auto;
  }
  .about-page .about-c-4 .container .about-history .about-history-c1{
    margin-top: 10px;
  }
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n + 1) .about-history-c1{
    margin-left: 0;
  }
  .about-page .about-c-4 .container .about-history .about-history-c-h{
    text-align: left;
  }
  .about-page .about-c-4 .container .about-history .about-history-m:nth-of-type(2n) .about-history-c{
    justify-content:flex-start;
  }
}
.swiper-app .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-app .swiper-slide {
  backface-visibility: hidden;
}
 #index-body .init-4 .marquee {
  margin-top: var(--px100);
  width: 100%;
  box-sizing: border-box;
}
 #index-body .init-4 .marquee__track {
  display: flex;
  gap: 30px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
 #index-body .init-4 .slide {
  flex: 0 0 20%;
  /* 默认 slidesPerView = 4 */
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f4f4f4;*/
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  /*width: 242px;
  height: 242px;*/
  position: relative;
  z-index: 1;
  /*background: #f4eada;*/
  /*border-radius: var(--ft20);*/
}
@media (max-width: 1499px) {
   #index-body .init-4 .slide {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 1249px) {
   #index-body .init-4 .slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 499px) {
  #index-body .init-4 .slide {
    flex: 0 0 100%;
  }
}
.marquee2{
    transform: rotate(180deg);
}
.marquee2 .slide{
    transform: rotate(180deg); 
}
.ewm1{
    width: 140px;
    height: 140px;
    border: 3px solid #fff;
}
.ewm1 img,
.ewm1 svg,
.ewm1 canvas{
    width: 100%;
    height: 100%;
    }
    .oxy-nav-menu .mb2-search input[type='submit'] {
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    background-image: url(../images/icon-search-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.factory-page .bottom .list ul li{
    width: 100% !important;
}
@media (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarLeft{
        display: none;
    }
}