@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Mulish";
  max-width: 1920px;
  --color: #01cb00;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  background-color: var(--color);
  position: relative;
  z-index: 1;
}
#header .h-top .info {
  height: 40px;
  color: white;
  font-weight: 500;
}
#header .h-top .info em {
  border-bottom: 1px solid white;
  line-height: 1;
}
#header .h-top .info i {
  font-size: 1.5em;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 88px;
}
#header .nav .ui.menu .menu-box {
  margin-left: 0;
  margin-right: auto;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#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;
  font-weight: 500;
}
#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:nth-child(2) ul.sub-menu {
    width: 310px;
}
#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 .menu-box ul.menu > li:nth-child(2) > ul.sub-menu {
    width: 840px;
    max-width: 90vw;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    left: -3em;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li {
    width: 48%;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu li {
    background-color: transparent !important;
    padding: 0 !important;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu li ul {
    box-shadow: unset !important;
    border: none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li > a {
    font-weight: bold;
    color: black;
    transition: .5s;
    border-bottom: 1px solid transparent;
    line-height: 1;
    margin-bottom: 2em;
    display: inline-flex;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li > a:hover {
    border-bottom-color: var(--color);
    color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li ul {
    display: block;
    position: static;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li ul li {
    margin-bottom: 1.2em;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li ul li:last-child {
    margin-bottom: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li ul li a {
    color: #787878;
    transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) > ul.sub-menu > li ul li a:hover {
    color: var(--color);
}
#header .nav .ui.menu .search form {
  width: 100%;
  height: 50px;
  border: 2px solid #e9e9e9;
  padding: 0 1em;
  font-weight: 500;
}
#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: #d6d6d6;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: #d6d6d6;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: #d6d6d6;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: #d6d6d6;
}
#header .nav .ui.menu .search form input::placeholder {
  color: #d6d6d6;
}
#header .nav .ui.menu .search form button {
  width: 2em;
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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;
}
span.h2 {
  line-height: 1.2;
}
.more {
  height: 3.25em;
  padding: 0 2em;
  gap: 2.5em;
  background-color: #f6f7f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.more i {
  font-size: 1.5em;
  line-height: 1;
}
.more:after {
  content: '';
  width: 3.25em;
  height: 0.1875em;
  position: absolute;
  bottom: 0;
  left: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
}
.more:hover {
  background-color: var(--color);
  color: white;
}
.more:hover:after {
  left: -webkit-calc(100% - 2em);
  left: -moz-calc(100% - 2em);
  left: calc(100% - 2em);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.text {
  line-height: 1.6;
}
#banner li {
  position: relative;
  z-index: 1;
}
#banner li video {
    position: relative;
    z-index: -2;
}
#banner li .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background-image: linear-gradient(to top,transparent,black);*/
    background-size: 3px 3px;
    opacity: .5;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  max-width: 620px;
}
#banner li .content .left span.h2 {
  font-weight: 500;
}
#index-body .init-1 .list ul {
  margin: -0.5em;
}
#index-body .init-1 .list ul.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .init-1 .list ul li {
  padding: .5em;
}
#index-body .init-1 .list ul li .img-box .more {
  position: absolute;
  background-color: var(--color);
  color: white;
  border-radius: 0;
  bottom: 1.5em;
  right: 0;
  -webkit-transform: translateX(98%);
  -moz-transform: translateX(98%);
  -ms-transform: translateX(98%);
  transform: translateX(98%);
}
#index-body .init-1 .list ul li .img-box:hover .more {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-2 .top .left .img {
  margin: 0 auto;
}
#index-body .init-2 .top .left .img i {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: .35em solid white;
  background-color: var(--color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .left .img i.active {
  -webkit-box-shadow: 0 0 0.6em var(--color);
  box-shadow: 0 0 0.6em var(--color);
  border-color: var(--color);
  background-color: white;
}
#index-body .init-2 .top .left .img i:nth-child(1) {
  left: 8%;
  top: 75%;
}
#index-body .init-2 .top .left .img i:nth-child(2) {
  left: 16%;
  top: 51%;
}
#index-body .init-2 .top .left .img i:nth-child(3) {
  left: 29%;
  top: 46%;
}
#index-body .init-2 .top .left .img i:nth-child(4) {
  left: 40%;
  top: 50%;
}
#index-body .init-2 .top .left .img i:nth-child(5) {
  left: 52%;
  top: 70%;
}
#index-body .init-2 .top .left .img i:nth-child(6) {
  left: 65%;
  top: 87%;
}

#index-body .init-2 .top .left .img.smallsized-electrical-cabinet i:nth-child(1) {
  left: 20%;
  top: 24%;
}
#index-body .init-2 .top .left .img.smallsized-electrical-cabinet i:nth-child(2) {
  left: 68%;
  top: 82%;
}
#index-body .init-2 .top .left .img.smallsized-electrical-cabinet i:nth-child(3) {
  left: 75%;
  top: 9%;
}
#index-body .init-2 .top .left .img.smallsized-electrical-cabinet i:nth-child(4) {
  left: 89%;
  top: 78%;
}
#index-body .init-2 .top .left .img.smallsized-electrical-cabinet i:nth-child(5) {
  left: 94%;
  top: 56%;
}

#index-body .init-2 .top .right span.h2 {
  font-weight: 500;
}
#index-body .init-2 .top .right .btn a {
  height: 3em;
  padding: 0 1.5em;
  background-color: #f6f7f9;
  border: 1px solid #c3c3c3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .right .btn a i {
  font-size: 1.5em;
  line-height: 1;
}
#index-body .init-2 .top .right .btn a:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body .init-2 .bottom {
  position: relative;
}
#index-body .init-2 .bottom .slide {
  position: absolute;
  font-weight: 500;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .init-2 .bottom .slide:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
#index-body .init-2 .bottom .slide ul {
  position: relative;
  z-index: 1;
}
#index-body .init-2 .bottom .slide ul:after {
  content: '';
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  background-color: #f6f7f9;
  display: none;
  z-index: -1;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
#index-body .init-2 .bottom .slide ul.first:after {
  right: 99%;
  display: block;
}
#index-body .init-2 .bottom .slide ul.last:after {
  left: 99%;
  display: block;
}
#index-body .init-2 .bottom .slide.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
#index-body .init-2 .bottom li {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 1em;
  padding-right: 1em;
}
#index-body .init-2 .bottom li i {
  width: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom li i img {
  max-width: 32px;
  width: auto;
}
#index-body .init-2 .bottom li.active {
  background-color: #f6f7f9;
}
#index-body .init-2 .bottom li.active i {
  width: 32px;
}
#index-body .init-3 .right span.h6 {
  line-height: 1.4;
  color: #313131;
}
#index-body .init-3 .right .text {
  line-height: 2.14285714;
}
#index-body .init-4 .arrows {
  width: 4em;
  background-color: #f6f7f9;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .arrows i {
  font-size: 2em;
}
#index-body .init-4 .arrows:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-4 .list {
  width: -webkit-calc(100% - 8em - 20px);
  width: -moz-calc(100% - 8em - 20px);
  width: calc(100% - 8em - 20px);
}
#index-body .init-4 .list .box2 {
  height: 30.20833333vw;
  padding: 6% 9%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .box2:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: #f6f7f9;
}
#index-body .init-4 .list .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .box2 .content i {
  width: 17px;
  height: 2px;
  background-color: black;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .box2 .content span.h6 {
  font-weight: 500;
}
#index-body .init-4 .list .box2 .content .text {
  line-height: 1.71428571;
}
#index-body .init-4 .list .box2 a.link {
  font-weight: 500;
  border-bottom: 2px solid white;
  position: relative;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .box2 a.link:before {
  content: '';
  width: 10%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color);
}
#index-body .init-4 .list .box2 a.link i {
  font-size: 1.5em;
  line-height: 1;
}
#index-body .init-4 .list .box2:hover {
  color: white;
}
#index-body .init-4 .list .box2:hover:before {
  height: 0;
}
#index-body .init-4 .list .box2:hover:after {
  opacity: 1;
}
#index-body .init-4 .list .box2:hover .content i {
  background-color: white;
}
#index-body .init-4 .list .box2:hover a.link {
  opacity: 1;
}
#index-body .init-5 {
  background-color: #f6f7f9;
}
#index-body .init-5 .left ul li i {
  width: 2.5em;
  height: 2.5em;
}
#index-body .init-5 .left ul li i img {
  max-height: 100%;
  max-width: 100%;
}
#index-body .init-5 .more {
  background-color: white;
}
#index-body .init-5 .more:hover {
  background-color: var(--color);
}
#index-body .init-5 .bottom {
  height: 31.77083333vw;
  position: relative;
}
#index-body .init-5 .bottom i {
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
#index-body .init-5 .bottom i.active {
  opacity: 1;
}
#index-body .init-6 span.h6 {
  line-height: 1.2;
}
#footer span.h6 {
  line-height: 1.2;
}
#footer .line {
  width: 28px;
  height: 2px;
  background-color: var(--color);
}
#footer .nav {
  color: #5e5e5e;
  line-height: 2;
}
#footer .nav ul ul {
    display: none;
}
#footer .nav a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .nav a:hover {
  color: var(--color);
}
#footer .info {
  max-width: 370px;
}
#footer #ewm {
  border: 8px solid white;
  max-width: 146px;
}
#footer .share {
    max-width: 146px;
}
#footer .share a {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #999;
    color: white;
    transition: .5s;
}
#footer .share a:hover {
    background-color: var(--color);
}
#footer hr {
  height: 2px;
  background-color: #dcdcdc;
}
#footer form {
  height: 56px;
  background-color: white;
}
#footer form input {
  height: 1em;
  padding: 0 1.5em;
  border: none;
  background-color: transparent;
  border-left: 1px solid #e6e1e1;
}
#footer form input:first-child {
  border-left: none;
}
#footer form input::-webkit-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}
#footer form input:-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}
#footer form input::-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}
#footer form input:-ms-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}
#footer form input::placeholder {
  color: #656565;
  text-transform: uppercase;
}
#footer form button {
  height: 100%;
  width: 3.7em;
  background-color: var(--color);
  color: white;
  border: none;
}
#footer form button i {
  font-size: 1.5em;
}
#footer .footer-bottom {
  background-color: #f7f7f7;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: black;
  display: block;
}
@media screen and (max-width: 1700px) {
  #index-body .init-4 .list .box2:before {
    height: 45%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-4 .list .box2:before {
    height: 50%;
  }
  #header .nav .ui.menu .logo img {
    max-height: 46px;
  }
  #header .nav .ui.menu .search form {
    height: 40px;
  }
  #header .nav .ui.menu .search {
    width: 25%;
  }
  #header .nav .ui.menu .menu-box {
    width: 50%;
  }
  #index-body .init-4 .list .box2:before {
    height: 55%;
  }
  #index-body .init-5 .left {
    width: 60%;
  }
  #footer .info {
    max-width: 320px;
  }
  #footer .form {
    width: 60%;
  }
  #footer form {
    height: 48px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left {
    max-width: 420px;
  }
  .more {
    height: 2.8em;
    padding: 0 1em;
    gap: 1.5em;
  }
  .more:after {
    left: 1em;
  }
  #index-body .init-4 .list .box2 {
    height: 50vw;
    color: white;
  }
  #index-body .init-4 .list .box2 .content i {
    background-color: white;
  }
  #index-body .init-4 .list .box2 a.link {
    opacity: 1;
  }
  #index-body .init-4 .list .box2:after {
    opacity: 1;
  }
  #index-body .init-4 .list .box2:before {
    display: none;
  }
  #footer .footer-top .slide {
    display: none;
  }
  #footer .footer-top .slide:nth-child(3) {
    display: block;
    width: 100%;
  }
  #footer .info {
    max-width: none;
  }
  #footer .logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left {
    max-width: 60%;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-46 {
    font-size: 26px;
  }
  .font-62 {
    font-size: 20px;
  }
  #index-body .init-2 .bottom {
    display: none;
  }
  #index-body .init-4 .arrows {
    display: none !important;
  }
  #index-body .init-4 .list {
    width: 100%;
  }
  #index-body .init-4 .list .box2 {
    height: 60vw;
  }
  #index-body .init-5 .left ul {
    gap: 1em;
  }
  #index-body .init-5 .bottom {
    height: 60vw;
  }
  #footer form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #footer form input {
    width: 100%;
    height: auto;
    padding: 1em;
    border-left: none;
    border-top: 1px solid #eee;
  }
  #footer form button {
    width: 100%;
    height: auto;
    padding: .5em;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-4 .list .box2 {
    height: 80vw;
  }
}


.max-1220 {
    max-width: 1220px;
}
.inner-banner .sub {
    height: 1px;
    background-color: #f1f1f1;
}
.inner-banner .mbx {
    padding: 18px 0;
    font-weight: 500;
    font-size: 14px;
}
.faq-page .img2 {
    width: 100%;
}
.faq-page .init-1 .container .tips {
    font-weight: 500;
}
.faq-page .init-1 .container ul {
    margin-top: 40px;
}
.faq-page .init-1 .container ul li {
    padding: 40px 40px;
    border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
    border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
    text-transform: uppercase;
    width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
    padding-right: 20px;
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
    position: absolute;
    font-size: 30px;
    top: 0;
    right: -10px;
    color: #3d3d3d;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
    margin-top: 20px;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: none;
}
.faq-page .init-2 .container .content {
    border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
    width: 38%;
}
.faq-page .init-2 .container .content .right {
    width: 62%;
    padding: 10px 140px 10px 80px;
}
.faq-page .init-2 .container .content .right .title {
    font-weight: 500;
}
.faq-page .init-2 .container .content .right .des {
    margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
    margin-top: 40px;
    border: 1px solid #000;
}
.faq-page .init-2 .container .content .right .more span:first-child {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
}
@media (max-width: 1500px) {
    .faq-page .init-2 .container .content .right {
        padding-right: 60px;
    }
}
@media (max-width: 1250px) {
    .faq-page .init-2 .container .content .img {
        width: 100%;
    }
    .faq-page .init-2 .container .content .right {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 1000px) {
    .faq-page .init-1 .container ul li {
        padding: 20px 10px;
    }
}
@media (max-width: 500px) {
    .faq-page .init-1 .container ul li .titleC .q {
        width: 40px;
    }
    .faq-page .init-2 .container .content .right .more {
        margin-top: 20px;
    }
    .faq-page .init-1 .container ul li .titleC .text {
        font-size: 18px;
    }
}
.t_1 {
    transition: .5s;
}
.m-page {
    text-align: right;
}
.m-page span,
.m-page a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    margin: 4px;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page span:hover,
.m-page a:hover,
.m-page span.current,
.m-page a.current {
    background-color: #000;
    color: #fff;
}
.product-page .init-1 {
    margin-top: 30px;
}
.product-page .init-1 .container .content {
    margin-top: 30px;
}
.product-page .init-1 .container .content .swiper .swiper-slide {
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .img {
    display: block;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .img img {
    width: 100%;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin: -30px auto 0;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg .img {
    width: 32px;
    height: 32px;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .name {
    margin-top: 10px;
    text-align: center;
    display: block;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box:hover .subImg {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product-page .init-2 {
    background-color: #f6f7f9;
}
.product-page .init-2 .container .titleC {
    position: relative;
    z-index: 2;
}
.product-page .init-2 .container .titleC .right {
    margin-left: auto;
}
.product-page .init-2 .container .titleC .right .catList {
    font-weight: 300;
    cursor: pointer;
    position: relative;
}
.product-page .init-2 .container .titleC .right .catList .cont {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 40px 10px 14px;
    min-width: 200px;
}
.product-page .init-2 .container .titleC .right .catList .cont i {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 10px;
}
.product-page .init-2 .container .titleC .right .catList .cont.active i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.product-page .init-2 .container .titleC .right .catList ul {
    width: 100%;
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e9e9e9;
}
.product-page .init-2 .container .titleC .right .catList ul li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #e9e9e9;
}
.product-page .init-2 .container .titleC .right .catList ul li a:hover {
    background-color: #000;
    color: #fff;
}
.product-page .init-2 .container .titleC .right .catList ul li:last-child a {
    border-bottom: none;
}
.product-page .init-2 .container .catDes {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-page .init-2 .container .productList ul {
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}
.product-page .init-2 .container .productList ul > p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 16px;
}
.product-page .init-2 .container .productList ul li .box {
    padding: 30px 14px 30px;
}
.product-page .init-2 .container .productList ul li .box .img {
    width: 100%;
    display: block;
    margin: auto;
    /*overflow: visible;*/
    position: relative;
    background: #fff;
}
.product-page .init-2 .container .productList ul li .box .img img {
    width: 100%;
}
.product-page .init-2 .container .productList ul li .box .img .img2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-page .init-2 .container .productList ul li .box .title {
    display: block;
    margin-top: 20px;
}
.product-page .init-2 .container .productList ul li .box:hover {
    background-color: #fff;
}
.product-page .init-2 .container .productList ul li .box:hover .img .img{
    opacity: 0;
}
.product-page .init-2 .container .productList ul li .box:hover .img .img2{
    opacity: 1;
}
.prodet-page .init-1 {
    position: relative;
}
.prodet-page .init-1 .titleC {
    height: 570px;
    -o-background-size: cover;
    background-size: cover;
}
.prodet-page .init-1 .titleC .name {
    text-align: center;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
    line-height: 1.2;
}
.prodet-page .init-1 .bigImg {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 2;
}
.prodet-page .init-1 .bigImg a {
    display: block;
}
.prodet-page .init-1 .bigImg a img {
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}
.prodet-page .init-1 .container .sPageC {
    font-weight: 500;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px 26px;
    border-radius: 20px;
}
.prodet-page .init-1 .container .sPageC .btn {
    width: 12px;
    text-align: center;
    cursor: pointer;
}
.prodet-page .init-1 .container .sPageC .num {
    width: 40px;
    margin: 0 40px;
    text-align: center;
}
.prodet-page .init-1 .container .galleryImg {
    width: 480px;
    margin: -40px 0 0 auto;
}
.prodet-page .init-1 .container .galleryImg li {
    border: none;
    padding: 0 9px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
}
.prodet-page .init-1 .container .galleryImg li img {
    width: 100%;
}
.prodet-page .init-2 .container {
    border-top: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .left {
    width: 50%;
    border-right: 1px solid #dbdbdb;
    padding: 50px 80px 30px 0;
    font-weight: 500;
}
.prodet-page .init-2 .container .left .type {
    color: #9a9a9a;
}
.prodet-page .init-2 .container .left .title {
    margin-top: 20px;
}
.prodet-page .init-2 .container .right {
    width: 50%;
    padding: 90px 60px 80px 50px;
}
.prodet-page .init-2 .container .right .tips {
    font-weight: 500;
}
.prodet-page .init-2 .container .right .des {
    color: #000;
    margin-top: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px;
}
.prodet-page .init-3 {
    background-color: #f0f0f0;
}
.prodet-page .init-3 .container .left .tips {
    font-weight: 500;
}
.prodet-page .init-3 .container .left ul {
    margin-top: 120px;
}
.prodet-page .init-3 .container .left ul li {
    color: #d8d1d1;
    border-left: 1px solid #d1d1d1;
    padding: 10px 5px 10px 18px;
    cursor: pointer;
    text-transform: capitalize;
}
.prodet-page .init-3 .container .left ul li.active {
    color: #000;
    border-left: 1px solid #000;
}
.prodet-page .init-3 .container .right {
    width: 70%;
    margin-left: auto;
    margin-top: 20px;
}
.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    color: #393939;
    margin-top: 70px;
    max-width: 820px;
}
.prodet-page .init-3 .container .right ul li .formInfo form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 26px;
    width: -webkit-calc(37%);
    width: -moz-calc(37%);
    width: calc(50% - 13px);
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    margin-top: 6px;
    padding: 11px 16px;
    font-size: 16px;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
    width: 100%;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
    padding: 10px 30px;
    cursor: pointer;
}
@media (max-width: 1500px) {
    .prodet-page .init-1 .titleC .name {
        font-size: 50px;
    }
}
@media (max-width: 1250px) {
    .prodet-page .init-1 .container .galleryImg {
        width: 360px;
    }
    .prodet-page .init-2 .container .right {
        padding-right: 10px;
    }
}
@media (max-width: 1000px) {
    .prodet-page .init-1 .titleC {
        height: auto;
    }
    .prodet-page .init-1 .titleC .name {
        font-size: 40px;
        padding: 40px 16px;
    }
    .prodet-page .init-1 .bigImg {
        position: relative;
        top: 0;
        width: -webkit-calc(70%);
        width: -moz-calc(70%);
        width: calc(100% - 30px);
        margin: 20px auto 0;
    }
    .prodet-page .init-1 .bigImg a img {
        height: auto;
    }
    .prodet-page .init-1 .container .galleryImg {
        margin-top: 20px;
        width: 100%;
    }
    .prodet-page .init-1 .container .sPageC {
        position: relative;
        top: 0;
        margin: 20px auto 0;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .prodet-page .init-2 .container .left {
        width: 100%;
        border: none;
        padding-right: 0;
    }
    .prodet-page .init-2 .container .right {
        width: 100%;
        padding: 0;
    }
    .prodet-page .init-3 .container .left {
        width: 100%;
    }
    .prodet-page .init-3 .container .left ul {
        margin-top: 20px;
    }
    .prodet-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
        margin-top: 30px;
    }
}
@media (max-width: 700px) {
    .seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 10px;
    }
    .prodet-page .init-1 .titleC .name {
        font-size: 30px;
    }
    .prodet-page .init-3 .container .right ul li .formInfo form .listC {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .product-page .init-2 .container .productList ul li {
        margin-top: 20px;
    }
    .product-page .init-2 .container .productList ul li .box {
        padding: 40px 10px 30px;
        background-color: #fff;
    }
    .product-page .init-2 .container .productList ul li .box .title {
        margin-top: 20px;
    }
    .prodet-page .init-1 .titleC .name {
        font-size: 24px;
        padding: 20px 16px;
    }
    .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
        border-left: none;
        padding: 0 5px;
    }
    .seoPublic .init-3 .container .moreC .more {
        margin-top: 30px;
    }
    .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
        margin-top: 20px;
    }
    .prodet-page .init-3 .container .right ul li .formInfo form .listC {
        margin-top: 20px;
    }
    .seoPublic .init-5 .container .content {
        margin-top: 20px;
    }
}
.custom-page .init-1 .container .left {
    width: 400px;
}
.custom-page .init-1 .container .left .tipsTitle {
    font-weight: 500;
}
.custom-page .init-1 .container .left .tipsDes {
    margin-top: 20px;
    font-weight: 300;
}
.custom-page .init-1 .container .right {
    width: 65%;
    margin-left: auto;
}
.custom-page .init-1 .container .right ul li {
    margin-top: 30px;
}
.custom-page .init-1 .container .right ul li .cir {
    font-size: 20px;
    font-weight: 500;
    width: 64px;
    height: 64px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
}
.custom-page .init-1 .container .right ul li .textC {
    width: -webkit-calc(36%);
    width: -moz-calc(36%);
    width: calc(100% - 64px);
    margin-top: 20px;
    padding-left: 50px;
}
.custom-page .init-1 .container .right ul li .textC .title {
    font-weight: 700;
}
.custom-page .init-1 .container .right ul li .textC .des {
    color: #737373;
    margin-top: 10px;
    font-weight: 500;
}
.custom-page .init-1 .container .right ul li:first-child {
    margin-top: 0;
}
.custom-page .init-1 .container .right .more {
    display: inline-block;
    margin-top: 40px;
    font-weight: 700;
    margin-left: 110px;
    border-bottom: 2px solid #a3a3a3;
    line-height: 1.3;
}
.custom-page .init-2 {
    background-attachment: fixed;
    -o-background-size: cover;
    background-size: cover;
}
.custom-page .init-2 .container .left {
    -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;
    width: 48%;
}
.custom-page .init-2 .container .left .imgList {
    width: 50%;
    padding: 0 5px;
}
.custom-page .init-2 .container .left .imgList img {
    display: block;
    margin: auto;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
}
.custom-page .init-2 .container .left .imgList .img2 {
    margin-top: 20px;
}
.custom-page .init-2 .container .right {
    width: 45%;
    margin-left: auto;
}
.custom-page .init-2 .container .right .title {
    margin-top: 50px;
    font-weight: 500;
}
.custom-page .init-2 .container .right .des {
    font-weight: 300;
    margin-top: 20px;
}
.custom-page .init-2 .container .right .more {
    margin-top: 40px;
}
.custom-page .init-3 .container .left {
    width: 50%;
}
.custom-page .init-3 .container .left .tips {
    font-weight: 500;
}
.custom-page .init-3 .container .left ul {
    padding-top: 50px;
    padding-right: 20px;
}
.custom-page .init-3 .container .left ul li {
    margin-top: 10px;
}
.custom-page .init-3 .container .left ul li .cir {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: 8px;
    background-color: #000;
}
.custom-page .init-3 .container .left ul li .text {
    color: #737373;
    font-weight: 500;
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    margin-left: auto;
}
.custom-page .init-3 .container .right {
    width: 50%;
}
.custom-page .init-3 .container .right img {
    width: 100%;
}
.custom-page .init-4 {
    background-color: #f4f4f4;
}
.custom-page .init-4 .container .tips {
    font-weight: 500;
}
.custom-page .init-4 .container .swiper {
    margin-top: 40px;
}
.custom-page .init-4 .container .swiper .swiper-slide {
    width: 25%;
    height: auto;
}
.custom-page .init-4 .container .swiper .swiper-slide .box {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    height: 100%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .title {
    font-weight: 500;
    color: #021841;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(100% - 60px);
}
.custom-page .init-4 .container .swiper .swiper-slide .box .sub {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 30px;
    left: 30px;
    background-color: #242424;
    border-radius: 50%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .cont {
    padding: 30px 20px 60px;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #242424;
    color: #fff;
    min-height: 280px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
}
.custom-page .init-4 .container .swiper .swiper-slide .box:hover .cont {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.custom-page .init-5 .container .content {
    max-width: 930px;
    margin: auto;
}
.custom-page .init-5 .container .content .tipsTitle {
    font-weight: 500;
}
.custom-page .init-5 .container .content form {
    padding-top: 10px;
}
.custom-page .init-5 .container .content form .list {
    margin-top: 20px;
}
.custom-page .init-5 .container .content form .list .tips {
    color: #6a6a6a;
}
.custom-page .init-5 .container .content form .list input,
.custom-page .init-5 .container .content form .list textarea {
    border: 2px solid #f4f4f4;
    padding: 8px 10px;
    width: 100%;
    margin-top: 10px;
}
.custom-page .init-5 .container .content form .list .submitBtn {
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #000;
}
@media (max-width: 1250px) {
    .custom-page .init-1 .container .left {
        width: 100%;
    }
    .custom-page .init-1 .container .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 1000px) {
    .custom-page .init-2 .container .left {
        width: 100%;
    }
    .custom-page .init-2 .container .right {
        width: 100%;
    }
    .custom-page .init-3 .container .left {
        width: 100%;
    }
    .custom-page .init-3 .container .left ul {
        padding: 20px 0 0 0;
    }
    .custom-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .custom-page .init-1 .container .right ul li .textC {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .custom-page .init-1 .container .right .more {
        margin-left: 0;
    }
    .custom-page .init-3 .container .left ul li .text {
        width: -webkit-calc(70%);
        width: -moz-calc(70%);
        width: calc(100% - 30px);
    }
}
@media (max-width: 500px) {
    .custom-page .init-4 .container .swiper {
        margin-top: 20px;
    }
    .custom-page .init-4 .container .swiper .swiper-slide .box .title {
        position: relative;
        top: 0;
        left: 0;
        padding: 16px 20px;
    }
    .custom-page .init-4 .container .swiper .swiper-slide .box .cont {
        opacity: 1;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .custom-page .init-5 .container .content form .list {
        margin-top: 10px;
    }
    .custom-page .init-5 .container .content form .list input,
    .custom-page .init-5 .container .content form .list textarea {
        margin-top: 4px;
    }
}
.tabList .tips {
    font-weight: 700;
    text-align: center;
}
.tabList ul {
    width: 100%;
}
.tabList ul li {
    margin: 20px 35px 0;
    color: #7a7a7a;
}
.tabList ul li .cir {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
    margin-top: -2px;
}
.tabList ul li:hover,
.tabList ul li.active {
    color: #000;
}
.about-page .init-1 {
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 490px;
}
.about-page .init-1 .left {
    width: 780px;
}
.about-page .init-1 .left .tipsTitle {
    font-weight: 500;
}
.about-page .init-1 .left .des {
    margin-top: 20px;
    font-weight: 300;
}
.about-page .init-2 {
    margin-top: -360px;
}
.about-page .init-2 .container .content {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    padding: 40px 20px;
}
.about-page .init-2 .container .content .img {
    width: 41%;
}
.about-page .init-2 .container .content .img img {
    width: 100%;
}
.about-page .init-2 .container .content .right {
    width: 59%;
    padding: 10px 70px;
    font-weight: 300;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
}
.about-page .init-3 {
    margin-top: -70px;
}
.about-page .init-3 .container {
    max-width: 1050px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .init-3 .container .list {
    margin-top: 70px;
    text-align: center;
    width: 420px;
}
.about-page .init-3 .container .list .top {
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
}
.about-page .init-3 .container .list .top .sub {
    font-size: 60px;
}
.about-page .init-3 .container .list .bottom {
    margin-top: 10px;
    font-weight: 300;
}
.about-page .init-4 {
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
}
.about-page .init-4 .container .left {
    width: 780px;
}
.about-page .init-4 .container .left .tips {
    font-weight: 500;
}
.about-page .init-4 .container .left .tipsDes {
    color: #717171;
    margin-top: 60px;
}
.about-page .init-4 .container .left .listCont {
    margin-top: 80px;
    position: relative;
    padding: 0 70px;
}
.about-page .init-4 .container .left .listCont i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 40px;
    cursor: pointer;
    z-index: 2;
}
.about-page .init-4 .container .left .listCont .prev {
    left: 0;
    right: unset;
}
.about-page .init-4 .container .left .listCont .swiper {
    padding-top: 10px;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide {
    width: 20%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img {
    display: block;
    cursor: pointer;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img img {
    width: 100%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.about-page .init-4 .container .right {
    width: 350px;
    margin-left: auto;
    margin-right: 240px;
}
.about-page .init-4 .container .right img {
    width: 100%;
}
.about-page .init-5 .container .content {
    background-color: #f2f2f2;
    padding-left: 90px;
    padding-right: 90px;
}
.about-page .init-5 .container .content .tips {
    text-align: center;
    font-weight: 500;
}
.about-page .init-5 .container .content .listCont {
    margin-top: 40px;
}
.about-page .init-5 .container .content .listCont li {
    margin-top: 30px;
}
.about-page .init-5 .container .content .listCont li .left {
    width: 45%;
}
.about-page .init-5 .container .content .listCont li .left img {
    width: 100%;
}
.about-page .init-5 .container .content .listCont li .right {
    width: 55%;
    padding-left: 50px;
}
.about-page .init-5 .container .content .listCont li .right .titleC {
    border-bottom: 1px solid #dadada;
    font-weight: 500;
    padding-bottom: 15px;
}
.about-page .init-5 .container .content .listCont li .right .titleC .cir {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
}
.about-page .init-5 .container .content .listCont li .right .titleC .text {
    width: -webkit-calc(30%);
    width: -moz-calc(30%);
    width: calc(100% - 70px);
    margin-left: auto;
}
.about-page .init-5 .container .content .listCont li .right .des {
    margin-top: 14px;
}
@media (max-width: 1800px) {
    .about-page .init-4 .container .right {
        margin-right: 0;
    }
}
@media (max-width: 1500px) {
    .about-page .init-2 .container .content .img {
        padding: 20px;
    }
}
@media (max-width: 1250px) {
    .about-page .init-1 .left {
        width: 100%;
    }
    .about-page .init-4 .container .left {
        width: 100%;
    }
    .about-page .init-4 .container .right {
        margin-top: 40px;
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    .tabList {
        display: none;
    }
    .about-page .init-2 .container .content .img {
        width: 100%;
    }
    .about-page .init-2 .container .content .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 10px;
    }
    .about-page .init-3 .container .list {
        width: 49%;
    }
    .about-page .init-5 .container .content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-page .init-5 .container .content .listCont li .left {
        width: 100%;
    }
    .about-page .init-5 .container .content .listCont li .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .about-page .init-3 .container .list .top {
        font-size: 50px;
    }
    .about-page .init-3 .container .list .top .sub {
        font-size: 40px;
    }
    .about-page .init-4 .container .right {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .about-page .init-1 {
        padding-bottom: 400px;
    }
    .about-page .init-2 .container .content .img {
        padding: 10px;
    }
    .about-page .init-3 {
        margin-top: -40px;
    }
    .about-page .init-3 .container .list {
        width: 100%;
        margin-top: 40px;
    }
    .about-page .init-4 .container .left .tipsDes {
        margin-top: 20px;
    }
    .about-page .init-4 .container .left .listCont {
        margin-top: 20px;
    }
    .about-page .init-5 .container .content .listCont li .right .titleC .text {
        margin-top: 10px;
    }
}
.brands-page .init-1 {
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.brands-page .init-1 .container {
    width: 100%;
}
.brands-page .init-1 .container .content {
    min-height: 520px;
    padding: 10px;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.brands-page .init-2 .container ul li {
    padding: 60px 0;
    margin-top: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.brands-page .init-2 .container ul li .box .img {
    width: 31%;
    display: block;
}
.brands-page .init-2 .container ul li .box .img img {
    width: 100%;
}
.brands-page .init-2 .container ul li .box .text {
    width: 69%;
    padding-left: 80px;
    margin-top: 30px;
}
.brands-page .init-2 .container ul li:last-child {
    border-bottom: none;
}
.brands-page .init-3 {
    background-attachment: fixed;
    margin-top: 30px;
    -o-background-size: cover;
    background-size: cover;
}
.brands-page .init-3 .container {
    width: 100%;
    min-height: 510px;
}
.brands-page .init-3 .container .content {
    padding: 10px;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}
.brands-page .init-4 .container ul li {
    padding: 60px 0;
    margin-top: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.brands-page .init-4 .container ul li .box .img {
    width: 31%;
    display: block;
}
.brands-page .init-4 .container ul li .box .img img {
    width: 100%;
}
.brands-page .init-4 .container ul li .box .text {
    width: 69%;
    padding-left: 80px;
    margin-top: 30px;
}
.brands-page .init-4 .container ul li .box .text .title {
    font-weight: 500;
    margin-bottom: 10px;
}
.brands-page .init-4 .container ul li:last-child {
    border-bottom: none;
}
@media (max-width: 1250px) {
    .brands-page .init-1 .container .content,
    .brands-page .init-3 .container .content {
        font-size: 40px;
    }
}
@media (max-width: 1000px) {
    .brands-page .init-2 .container ul li .box .img {
        width: 100%;
    }
    .brands-page .init-2 .container ul li .box .text {
        width: 100%;
        padding-left: 0;
    }
    .brands-page .init-4 .container ul li .box .img {
        width: 100%;
    }
    .brands-page .init-4 .container ul li .box .text {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .brands-page .init-1 .container .content {
        min-height: 280px;
        font-size: 30px;
    }
    .brands-page .init-1,
    .brands-page .init-3 {
        background-attachment: unset;
    }
    .brands-page .init-2 .container ul li {
        padding: 30px 0;
    }
    .brands-page .init-3 .container {
        min-height: 280px;
    }
    .brands-page .init-3 .container .content {
        font-size: 30px;
    }
    .brands-page .init-4 .container ul li {
        padding: 30px 0;
    }
}
.story-page .init-1 {
    text-align: center;
}
.story-page .init-1 .container .tipsTitle {
    text-align: center;
    font-weight: 500;
}
.story-page .init-1 .container .des {
    margin-top: 20px;
    font-weight: 300;
}
.story-page .init-2 img {
    width: 100%;
}
.story-page .init-3 .container .content {
    position: relative;
    padding-bottom: 100px;
    padding-top: 20px;
    border-bottom: 2px solid #eeeeee;
}
.story-page .init-3 .container .content .line {
    width: 2px;
    position: absolute;
    height: 100%;
    top: 0;
    left: -webkit-calc(54%);
    left: -moz-calc(54%);
    left: calc(50% + 4px);
    background-color: #eeeeee;
}
.story-page .init-3 .container .content ul li {
    width: 50%;
    margin-top: 16px;
    text-align: right;
    padding-right: 30px;
    margin-left: 10px;
    position: relative;
}
.story-page .init-3 .container .content ul li .box .sub {
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #5d5d5d;
    background-color: #fff;
}
.story-page .init-3 .container .content ul li .box .year {
    font-weight: 600;
    color: var(--color);
}
.story-page .init-3 .container .content ul li .box .des {
    color: #414141;
}
.story-page .init-3 .container .content ul li:nth-child(2n) {
    margin-left: auto;
    text-align: left;
    padding: 0 0 0 30px;
}
.story-page .init-3 .container .content ul li:nth-child(2n) .sub {
    right: unset;
    left: 0;
}
.story-page .init-3 .container .content ul li:hover .box .sub {
    background-color: #000;
}
@media (max-width: 1000px) {
    .story-page .init-1 {
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .story-page .init-3 .container .content ul li {
        text-align: left;
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    .story-page .init-3 .container .content ul li:nth-child(2n) {
        margin-left: 0;
    }
    .story-page .init-3 .container .content ul li .box .sub {
        display: none;
    }
    .story-page .init-3 .container .content ul li:nth-child(2n) {
        padding-left: 0;
    }
    .story-page .init-3 .container .content .line {
        display: none;
    }
    .story-page .init-3 .container .content {
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media (max-width: 500px) {
    .story-page .init-3 .container .content {
        margin-top: 0;
        padding-top: 0;
    }
}
.design-page .init-1 .container .titleC {
    position: relative;
    z-index: 2;
}
.design-page .init-1 .container .titleC .left {
    font-size: 74px;
    font-weight: 500;
}
.design-page .init-1 .container .titleC .right {
    margin-left: auto;
}
.design-page .init-1 .container .titleC .right .next {
    margin-left: 10px;
}
.design-page .init-1 .container .swiper {
    height: 690px;
    margin-top: -100px;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 0 5px;
    height: 100%;
    position: relative;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC {
    opacity: 0;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
    width: 360px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC .title {
    font-weight: 500;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC .des {
    font-weight: 300;
    margin-top: 10px;
    min-height: 200px;
    padding-right: 4px;
    overflow-y: auto;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC .more {
    margin-top: 20px;
    border: 1px solid #000;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .imgC {
    position: absolute;
    width: 300px;
    height: 370px;
    bottom: 0;
    right: 80px;
    z-index: -1;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .imgC img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-active,
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next {
    width: 380px !important;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide {
    widtH: -webkit-calc(-660%) !important;
    widtH: -moz-calc(-660%) !important;
    widtH: calc(100% - 760px) !important;
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide .box .textC {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide .box .imgC {
    height: 100%;
    width: 480px;
}
.design-page .init-2 {
    background-color: #f2f2f2;
}
.designdet-page .init-1 {
    background-color: #f2f2f2;
}
.designdet-page .init-1 .container .content {
    position: relative;
}
.designdet-page .init-1 .container .content .text {
    text-align: center;
    font-size: 300px;
    font-weight: 500;
    color: #dfdfdf;
    line-height: 1.1;
    padding: 120px 0;
}
.designdet-page .init-1 .container .content .img {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    max-width: 1250px;
    display: block;
    margin: auto;
}
.designdet-page .init-2 .container .name {
    font-weight: 500;
}
.designdet-page .init-2 .container .des {
    margin-top: 20px;
}
.designdet-page .init-2 .container .des strong,
.designdet-page .init-2 .container .des b {
    font-weight: 600;
}
.designdet-page .init-3 {
    background-color: #f2f2f2;
}
.designdet-page .init-3 .container .titleC .right {
    margin-left: auto;
}
.designdet-page .init-3 .container .titleC .right .next {
    margin-left: 10px;
}
.designdet-page .init-3 .container .content {
    margin-top: 30px;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide {
    height: auto;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box {
    height: 100%;
    background-color: #fff;
    padding: 24px;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box .img {
    display: block;
    padding: 50px 0;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box .img img {
    width: 100%;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box .cate {
    color: #a0a0a0;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box .moreC {
    margin-top: 30px;
    text-transform: uppercase;
}
.designdet-page .init-3 .container .content .swiper .swiper-slide .box .moreC .img2 {
    width: 16px;
    height: 10px;
    margin-left: 16px;
}
@media (max-width: 1800px) {
    .designdet-page .init-1 .container .content .text{
        font-size: 220px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide .box .imgC {
        width: 300px;
        right: 0;
    }
}
@media (max-width: 1500px) {
    .design-page .init-1 .container .titleC .left {
        font-size: 60px;
    }
    .design-page .init-1 .container .swiper {
        height: auto;
        margin-top: 20px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide {
        width: 33.33% !important;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-active,
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next {
        width: 33.33% !important;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: relative;
        bottom: 0;
        width: auto;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .imgC {
        height: auto;
        position: relative;
        width: 100%;
        right: 0;
        max-width: 300px;
        margin: auto;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide .box .imgC {
        width: 100%;
        height: auto;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC .des {
        height: auto;
        min-height: 1px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .box .textC .more {
        margin: 20px auto 0;
    }
    .designdet-page .init-1 .container .content .text {
        font-size: 160px;
    }
}
@media (max-width: 1000px) {
    .design-page .init-1 .container .titleC .left {
        font-size: 40px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide {
        width: 50% !important;
    }
    .design-page .init-1 .container .titleC .left {
        width: 100%;
    }
    .designdet-page .init-1 .container .content .text {
        font-size: 80px;
        padding: 40px 0;
    }
    .designdet-page .init-3 .container .titleC .left {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    .design-page .init-1 .container .titleC .left {
        font-size: 24px;
    }
    .design-page .init-1 .container .swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .designdet-page .init-1 .container .content .text {
        font-size: 60px;
    }
    .designdet-page .init-3 .container .content .swiper .swiper-slide .box .img {
        padding: 20px 0;
    }
    .designdet-page .init-3 .container .content .swiper .swiper-slide .box .moreC {
        margin-top: 16px;
    }
}
.sustainability-page .init-1 .container {
    width: 100%;
}
.sustainability-page .init-1 .container img {
    width: 100%;
}
.sustainability-page .init-2 .container .tipsTitle {
    font-weight: 500;
}
.sustainability-page .init-2 .container .tipsDes {
    font-weight: 300;
    margin-top: 40px;
}
.sustainability-page .init-2 .container .content {
    margin-top: 90px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    background-color: #f4f4f4;
}
.sustainability-page .init-2 .container .content .left {
    width: 33%;
    background-color: #fff;
}
.sustainability-page .init-2 .container .content .left .tipsTitle {
    padding-top: 60px;
    padding: 60px 30px 60px;
}
.sustainability-page .init-2 .container .content .left ul {
    padding-bottom: 30px;
}
.sustainability-page .init-2 .container .content .left ul li {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #f2f2f2;
    padding: 14px 30px;
}
.sustainability-page .init-2 .container .content .left ul li .sub {
    width: 6px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.sustainability-page .init-2 .container .content .left ul li .sub2 {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #fff;
}
.sustainability-page .init-2 .container .content .left ul li:hover .sub,
.sustainability-page .init-2 .container .content .left ul li.active .sub {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sustainability-page .init-2 .container .content .left ul li:hover .sub2,
.sustainability-page .init-2 .container .content .left ul li.active .sub2 {
    opacity: 1;
}
.sustainability-page .init-2 .container .content .left ul li:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.sustainability-page .init-2 .container .content .right {
    width: 67%;
}
.sustainability-page .init-2 .container .content .right ul {
    padding-top: 20px;
    padding-bottom: 40px;
}
.sustainability-page .init-2 .container .content .right ul li {
    margin-top: 20px;
}
.sustainability-page .init-2 .container .content .right ul li .list {
    margin-top: 20px;
}
.sustainability-page .init-2 .container .content .right ul li .list .box {
    padding: 0 100px 0 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sustainability-page .init-2 .container .content .right ul li .list .box .img {
    width: 32%;
}
.sustainability-page .init-2 .container .content .right ul li .list .box .text {
    padding-left: 30px;
    width: 68%;
}
.sustainability-page .init-2 .container .content .right ul li .list .box .text .title {
    font-weight: 500;
    text-transform: uppercase;
}
.sustainability-page .init-2 .container .content .right ul li .list .box .text .des {
    color: #333333;
    font-weight: 300;
    margin-top: 6px;
}
.sustainability-page .init-3 {
    background-color: #f4f4f4;
}
.sustainability-page .init-3 .container .cotnent .swiper .swiper-slide .img img {
    width: 100%;
}
.sustainability-page .init-3 .container .cotnent .swiper .swiper-slide .text {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.sustainability-page .init-4 .container .content {
    border: 2px solid #e9e9e9;
}
.sustainability-page .init-4 .container .content .img {
    width: 38%;
}
.sustainability-page .init-4 .container .content .right {
    padding: 10px 140px 10px 80px;
    width: 62%;
}
.sustainability-page .init-4 .container .content .right .title {
    font-weight: 500;
}
.sustainability-page .init-4 .container .content .right .des {
    margin-top: 16px;
}
.sustainability-page .init-5 {
    text-align: center;
}
.sustainability-page .init-5 .container .content {
    width: 870px;
    margin: auto;
}
.sustainability-page .init-5 .container .content .tipDes {
    margin-top: 20px;
}
.sustainability-page .init-5 .container .content .img {
    margin-top: 30px;
    display: inline-block;
}
.sustainability-page .init-6 .container .swiper .swiper-slide {
    width: 20%;
}
.sustainability-page .init-6 .container .swiper .swiper-slide a {
    display: block;
}
.sustainability-page .init-6 .container .swiper .swiper-slide a img {
    width: 100%;
}
.sustainability-page .init-7 .container .content {
    background-color: #f2f2f2;
    padding: 60px 110px;
}
.sustainability-page .init-7 .container .content .tips {
    font-weight: 500;
    text-align: center;
}
.sustainability-page .init-7 .container .content ul {
    margin: 0 -16px;
}
.sustainability-page .init-7 .container .content ul li {
    margin-top: 50px;
    padding: 0 16px;
    width: 50%;
}
.sustainability-page .init-7 .container .content ul li .box .img img {
    width: 100%;
}
.sustainability-page .init-7 .container .content ul li .box .text {
    margin-top: 10px;
    font-weight: 500;
}
@media (max-width: 1250px) {
    .sustainability-page .init-4 .container .content .img {
        width: 100%;
    }
    .sustainability-page .init-4 .container .content .right {
        width: 100%;
        padding: 10px;
    }
    .sustainability-page .init-7 .container .content {
        padding: 40px 20px;
    }
}
@media (max-width: 1000px) {
    .sustainability-page .init-2 .container .content .left {
        width: 100%;
    }
    .sustainability-page .init-2 .container .content .left ul li .sub2 {
        display: none;
    }
    .sustainability-page .init-2 .container .content .right {
        width: 100%;
    }
    .sustainability-page .init-2 .container .content .right ul li .list .box {
        padding-right: 60px;
    }
    .sustainability-page .init-5 .container .content {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .sustainability-page .init-2 .container .content .right ul li .list .box {
        padding: 0 16px;
    }
    .sustainability-page .init-2 .container .content .right ul li .list .box .img {
        width: 300px;
    }
    .sustainability-page .init-2 .container .content .right ul li .list .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .sustainability-page .init-7 .container .content ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .sustainability-page .init-2 .container .content {
        margin-top: 40px;
    }
    .sustainability-page .init-2 .container .content .left .tipsTitle {
        padding: 20px 10px;
    }
    .sustainability-page .init-4 .container .content .right .des {
        margin-top: 10px;
    }
    .sustainability-page .init-7 .container .content {
        padding: 30px 10px;
    }
    .sustainability-page .init-7 .container .content ul li {
        margin-top: 30px;
    }
}
.contact-page .init-1 .container .left {
    width: 320px;
}
.contact-page .init-1 .container .left .tips {
    font-weight: 500;
}
.contact-page .init-1 .container .left ul {
    padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
    margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-page .init-1 .container .left ul li .titleC .img {
    width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
    margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    padding-left: 16px;
    font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
    color: #6d6d6d;
    margin-top: 4px;
}
.contact-page .init-1 .container .right {
    width: 66%;
    margin-left: auto;
}
.contact-page .init-1 .container .right .des {
    margin-top: 60px;
    color: #393939;
}
.contact-page .init-1 .container .right form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .init-1 .container .right form .list {
    margin-top: 30px;
    width: -webkit-calc(35%);
    width: -moz-calc(35%);
    width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .list.w-100 {
    width: 100%;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
    background-color: #f2f2f2;
    width: 100%;
    border: none;
    padding: 13px;
    margin-top: 6px;
}
.contact-page .init-1 .container .right form button {
    border: none;
}
.contact-page .init-2 {
    text-align: center;
    background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
    font-weight: 500;
}
.contact-page .init-2 .container .content {
    max-width: 1230px;
    margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
    display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
    width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
    margin-top: 20px;
    font-weight: 500;
    display: block;
}
.contact-page .init-2 .container .content .swiper .more {
    margin: 20px auto 0;
    width: 46px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
}
.contact-page .init-2 .container .content .swiper .more i {
    position: relative;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
    background-color: #000;
    color: #fff;
}
.contact-page .init-2 .container .content .swiper .more:hover i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: #fff;
}
.contact-page .init-2 .container .tipsDes {
    max-width: 720px;
    margin: 50px auto 0;
}
@media (max-width: 1000px) {
    .contact-page .init-1 .container .left {
        width: 100%;
    }
    .contact-page .init-1 .container .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .contact-page .init-1 .container .right form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .contact-page .init-1 .container .left ul {
        padding-top: 0;
    }
    .contact-page .init-1 .container .right .des {
        margin-top: 20px;
    }
    .contact-page .init-2 .container .content {
        margin-top: 20px;
    }
    .contact-page .init-2 .container .tipsDes {
        margin-top: 20px;
    }
}
.news-page .init-1 {
    position: relative;
    z-index: 2;
}
.news-page .init-1 .container {
    max-width: 780px;
}
.news-page .init-1 .container .tips {
    font-weight: 500;
    text-align: center;
}
.news-page .init-1 .container .catCont {
    width: auto;
    position: relative;
    margin: 10px 0 0 auto;
    cursor: pointer;
}
.news-page .init-1 .container .catCont .catName {
    min-width: 160px;
    background-color: #f2f2f2;
    padding: 8px 10px;
}
.news-page .init-1 .container .catCont .catName i {
    margin-left: 30px;
}
.news-page .init-1 .container .catCont .catCont2 {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.news-page .init-1 .container .catCont .catCont2 ul {
    border: 1px solid #eee;
    background-color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li a {
    padding: 6px 16px;
    border-bottom: 1px solid #eee;
    display: block;
}
.news-page .init-1 .container .catCont .catCont2 ul li a:hover {
    background-color: #000;
    color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li:last-child a {
    border-bottom: none;
}
.news-page .init-1 .container .catCont:hover .catCont2 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.news-page .init-2 .container {
    max-width: 780px;
}
.news-page .init-2 .container .content ul li {
    margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box {
    border-bottom: 1px solid #dadada;
    padding: 30px 14px;
}
.news-page .init-2 .container .content ul li .box .time {
    width: 120px;
    font-weight: 300;
}
.news-page .init-2 .container .content ul li .box .rightC {
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 120px);
    margin-left: auto;
}
.news-page .init-2 .container .content ul li .box .rightC .cateC .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
    margin-top: -2px;
}
.news-page .init-2 .container .content ul li .box .rightC .title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box .rightC .des {
    font-weight: 500;
    color: #7b7b7b;
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-page .init-2 .container .content ul li .box:hover {
    background-color: #dadada;
}
.newdet-page .init-1 {
    background-color: #f2f2f2;
    padding: 10px 0;
    min-height: 300px;
}
.newdet-page .init-1 .container .timeC {
    font-weight: 500;
    text-align: center;
}
.newdet-page .init-1 .container .timeC .cateC {
    margin-left: 16px;
}
.newdet-page .init-1 .container .timeC .cateC .cir {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
}
.newdet-page .init-1 .container .title {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
.newdet-page .init-2 .container {
    font-weight: 500;
    max-width: 780px;
}
.newdet-page .init-2 .container .content img {
    width: 100%;
}
.newdet-page .init-2 .container .share {
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.newdet-page .init-2 .container .share .tips {
    font-weight: 500;
    font-size: 18px;
}
.newdet-page .init-2 .container .share ul li {
    width: auto;
    vertical-align: middle;
    line-height: 1;
    margin-left: 20px;
}
.newdet-page .init-2 .container .share ul li a {
    font-size: 18px;
}
.newdet-page .init-2 .container .share ul li a img {
    width: 18px;
}
.newdet-page .init-2 .container .share ul li:first-child {
    margin-left: 14px;
}
.newdet-page .init-2 .container .m-link {
    margin-top: 20px;
}
.newdet-page .init-2 .container .m-link .btn {
    font-weight: 500;
    margin-top: 10px;
}
.newdet-page .init-2 .container .m-link .prev img {
    margin-right: 10px;
}
.newdet-page .init-2 .container .m-link .next {
    margin-left: auto;
}
.newdet-page .init-2 .container .m-link .next img {
    margin-left: 10px;
}
@media (max-width: 1000px) {
    .news-page .init-1 .container .moreC {
        display: none;
    }
}
@media (max-width: 700px) {
    .news-page .init-2 .container .content ul li .box .rightC {
        width: 100%;
        margin-top: 10px;
    }
}
.stores-page .init-1 img {
    width: 100%;
}
.stores-page .init-2 .container .tipsTitle {
    font-weight: 500;
}
.stores-page .init-2 .container .tipsDes {
    max-width: 780px;
    margin-top: 10px;
}
.stores-page .init-2 .container .content ul {
    margin-top: 50px;
}
.stores-page .init-2 .container .content ul li {
    margin-top: 50px;
}
.stores-page .init-2 .container .content ul li .box .left {
    border-bottom: 1px solid #c6c6c6;
    width: 50%;
}
.stores-page .init-2 .container .content ul li .box .left .title {
    font-weight: 500;
}
.stores-page .init-2 .container .content ul li .box .left .info {
    margin-top: 50px;
}
.stores-page .init-2 .container .content ul li .box .left .info .img {
    width: 22px;
    height: 22px;
}
.stores-page .init-2 .container .content ul li .box .left .info .text {
    width: -webkit-calc(78%);
    width: -moz-calc(78%);
    width: calc(100% - 22px);
    max-width: 320px;
    padding-left: 20px;
    font-weight: 300;
    color: #4f4f4f;
    padding-bottom: 20px;
}
.stores-page .init-2 .container .content ul li .box .right {
    width: 50%;
    padding-left: 30px;
    margin-left: auto;
}
.stores-page .init-2 .container .content ul li .box .right img {
    width: 100%;
}
.stores-page .init-3 {
    padding-top: 40px;
}
.stores-page .init-3 .container ul {
    margin: 0 -13px;
}
.stores-page .init-3 .container ul > p {
    font-size: 20px;
    letter-spacing: 0;
    margin: 20px;
}
.stores-page .init-3 .container ul li {
    margin-top: 50px;
    padding: 0 13px;
}
.stores-page .init-3 .container ul li .box .img {
    display: block;
}
.stores-page .init-3 .container ul li .box .img img {
    width: 100%;
}
.stores-page .init-3 .container ul li .box .text {
    margin-top: 10px;
    font-weight: 500;
}
@media (max-width: 1000px) {
    .stores-page .init-2 .container .content ul li .box .left {
        width: 100%;
        margin-top: 20px;
    }
    .stores-page .init-2 .container .content ul li .box .left .info {
        margin-top: 20px;
    }
    .stores-page .init-2 .container .content ul li .box .left .info .text {
        max-width: 100%;
    }
    .stores-page .init-2 .container .content ul li .box .right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .stores-page .init-3 {
        padding-top: 0;
    }
    .stores-page .init-3 .container ul li {
        margin-top: 30px;
    }
}
.manufacturing-page .init-1 .container {
    text-align: center;
    max-width: 980px;
}
.manufacturing-page .init-1 .container .tips {
    font-weight: 500;
}
.manufacturing-page .init-1 .container .des {
    color: #404040;
    margin-top: 20px;
}
.manufacturing-page .init-1 .container video {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.manufacturing-page .init-2 {
    -o-background-size: cover;
    background-size: cover;
}
.manufacturing-page .init-2 .container .left {
    width: 44%;
}
.manufacturing-page .init-2 .container .left img {
    width: 100%;
}
.manufacturing-page .init-2 .container .right {
    width: 56%;
    padding-left: 80px;
}
.manufacturing-page .init-2 .container .right .des {
    margin-top: 20px;
}
.manufacturing-page .init-3 .container .left {
    width: 50%;
}
.manufacturing-page .init-3 .container .left .des {
    margin-top: 20px;
}
.manufacturing-page .init-3 .container .right {
    width: 38%;
    margin-left: auto;
}
.manufacturing-page .init-3 .container .right img {
    width: 100%;
}
.manufacturing-page .init-4 .container .content {
    padding: 80px 70px;
    text-align: center;
    background-color: #f2f2f2;
}
.manufacturing-page .init-4 .container .content .title {
    font-weight: 500;
    max-width: 1000px;
    margin: auto;
}
.manufacturing-page .init-4 .container .content .des {
    max-width: 1000px;
    margin: 20px auto 0;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 4px;
}
.manufacturing-page .init-4 .container .content .listC {
    margin-top: 70px;
}
.manufacturing-page .init-4 .container .content .listC .swiper .swiper-slide {
    width: 30%;
}
.manufacturing-page .init-4 .container .content .listC .swiper .swiper-slide a {
    display: block;
}
.manufacturing-page .init-4 .container .content .listC .swiper .swiper-slide a img {
    width: 100%;
}
@media (max-width: 1000px) {
    .manufacturing-page .init-2 .container .left {
        width: 100%;
        max-width: 500px;
    }
    .manufacturing-page .init-2 .container .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .manufacturing-page .init-3 .container .left {
        width: 100%;
    }
    .manufacturing-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .manufacturing-page .init-4 .container .content {
        padding: 40px 16px;
    }
    .manufacturing-page .init-4 .container .content .listC {
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .manufacturing-page .init-1 .container video {
        margin-top: 20px;
    }
    .manufacturing-page .init-2 .container .right .des {
        margin-top: 10px;
    }
}
.resources-page .init-1 {
    background-color: #f5f5f5;
}
.resources-page .init-1 .container .tipsTitle {
    font-weight: 500;
}
.resources-page .init-1 .container ul {
    -webkit-margin-start: 0 -15px;
    -moz-margin-start: 0 -15px;
    margin-inline-start: 0 -15px;
}
.resources-page .init-1 .container ul > p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.resources-page .init-1 .container ul li {
    padding: 0 5px;
    margin-top: 16px;
}
.resources-page .init-1 .container ul li .box {
    background-color: #fff;
    padding: 20px;
}
.resources-page .init-1 .container ul li .box .img1 {
    width: 40px;
}
.resources-page .init-1 .container ul li .box .text {
    margin: auto;
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
}
.resources-page .init-1 .container ul li .box .img2 {
    width: 20px;
}
.resources-page .init-1 .container ul li .box:hover {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.resources-page .init-2 .container .titleC .left {
    font-weight: 500;
}
.resources-page .init-2 .container .titleC .btnC {
    margin-left: auto;
}
.resources-page .init-2 .container .titleC .btnC .next {
    margin-left: 10px;
}
.resources-page .init-2 .container .content {
    margin-top: 50px;
}
.resources-page .init-2 .container .content .swiper .swiper-slide .box {
    height: 340px;
    -o-background-size: cover;
    background-size: cover;
}
.resources-page .init-2 .container .content .swiper .swiper-slide .box .play {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 4px solid #fff;
    color: #fff;
    margin: auto;
    font-size: 26px;
    cursor: pointer;
}
.resources-page .init-2 .container .content .swiper .swiper-slide .box .play i {
    margin-left: 4px;
}
.resources-page .init-2 .container .content .swiper .swiper-slide .box .play:hover {
    background-color: #fff;
    color: #000;
}
.resources-page .init-3 .container .tipsTitle {
    font-weight: 500;
}
.resources-page .init-3 .container ul {
    padding-top: 30px;
}
.resources-page .init-3 .container ul li {
    margin-top: 16px;
}
.resources-page .init-3 .container ul li .box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.resources-page .init-3 .container ul li .box .img {
    width: 40px;
}
.resources-page .init-3 .container ul li .box .text {
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(100% - 60px);
    margin-left: auto;
    color: #333333;
    margin-top: 4px;
}
.resources-page .init-3 .container .des {
    margin-top: 30px;
    font-weight: 300;
}
.resources-page .init-3 .container .more {
    margin-top: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.2;
}
.resources-page .init-3 .container .more i {
    font-size: 16px;
    margin: -4px 0 0 16px;
}
@media (max-width: 1500px) {
    .resources-page .init-2 .container .content .swiper .swiper-slide .box {
        height: 260px;
    }
}
@media (max-width: 1250px) {
    .resources-page .init-1 .container ul li {
        width: 33.33%;
    }
}
@media (max-width: 1000px) {
    .resources-page .init-2 .container .titleC .left {
        width: 100%;
    }
    .resources-page .init-2 .container .titleC .btnC {
        margin-top: 10px;
    }
    .resources-page .init-1 .container ul li {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .resources-page .init-1 .container ul li {
        width: 100%;
    }
    .resources-page .init-2 .container .content .swiper .swiper-slide .box {
        height: 30vw;
    }
}
@media (max-width: 500px) {
    .resources-page .init-1 .container ul li .box {
        padding: 10px;
    }
    .resources-page .init-1 .container ul li .box .text {
        width: 100%;
        margin: 10px 0;
    }
    .resources-page .init-1 .container ul li .box .img2 {
        display: block;
        margin-left: auto;
    }
    .resources-page .init-2 .container .content .swiper .swiper-slide .box {
        height: 60vw;
    }
    .resources-page .init-3 .container ul {
        padding-top: 10px;
    }
    .resources-page .init-3 .container ul li .box .img {
        width: 30px;
    }
    .resources-page .init-3 .container ul li .box .text {
        width: -webkit-calc(60%);
        width: -moz-calc(60%);
        width: calc(100% - 40px);
        margin-left: auto;
        margin-top: -2px;
    }
    .resources-page .init-1 .container ul li .box .img2 {
        display: block;
        margin-left: auto;
    }
}

.honor-page {
    padding: 110px 0;
}
.honor-page .slide {
    margin-top: 70px;
}
.honor-page .slide:first-child {
    margin-top: 0;
}
.honor-page .slide span.h2 {
    margin-bottom: 1em;
}
.honor-page .slide .list ul {
    margin: -30px -55px;
}
.honor-page .slide .list ul li {
    padding: 30px 55px;
}
.honor-page .slide .list ul li a {
    display: block;
}
.honor-page .slide .list ul li a img {
    width: 100%;
}
@media screen and (max-width: 1700px) {
    .honor-page {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1450px) {
    .honor-page .slide .list ul li {
        padding: 30px;
    }
    .honor-page .slide .list ul {
        margin: -30px;
    }
}
@media screen and (max-width: 1250px) {
    .honor-page {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .honor-page .slide .list ul li {
        padding: 10px;
    }
    .honor-page .slide .list ul {
        margin: -10px;
    }
}

.capacity-2 {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 80px 0;
}
.capacity-2 .container .title_c {
    position: relative;
    z-index: 2;
    color: #000;
    text-align: center;
}
.capacity-2 .container .title_c .left .tips {
    position: relative;

    color: #000;
    font-weight: bold;
}
.capacity-2 .container .title_c .left .tips .sub1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 0;
}
.capacity-2 .container .title_c .left .tips_title {
    font-weight: bold;
    margin: 0 auto;
}
.capacity-2 .container .title_c .btnC{
    margin: 10px 0 0 auto;
}
.capacity-2 .container .title_c .btnC .btn {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
}
.capacity-2 .container .title_c .btnC .btn:hover{
    background: #8e211c;
    color: #fff;
}
.capacity-2 .container .title_c .btnC .next{
    margin-left: 10px;
}
.capacity-2 .container .title_c .more {
    margin: 10px 0 0 auto;
    color: #8e211c;
}
.capacity-2 .container .title_c .more .more_sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e211c;
    font-size: 20px;
    margin-right: 18px;
    color: #fff;
}
.capacity-2 .container .title_c .more:hover {
    color: #fff;
}
.capacity-2 .container .title_c .more:hover .more_sub {
    background-color: #fff;
    color: #8e211c;
}
.capacity-2 .container .title_c .sub_2 {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 90px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
}
.capacity-2 .container .title_c .sub_3 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 80px;
    left: 60%;
}
.capacity-2 .container .content {
    margin-top: 30px;
    color: #000;
}
.capacity-2 .container .content ul {
    margin: -13px;
}
.capacity-2 .container .content ul li {
    padding: 13px;
}
.capacity-2 .container .content ul li .box {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(246, 246, 246, 0.8);

}
.capacity-2 .container .content ul li .box .img {
    overflow: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.capacity-2 .container .content ul li .box .title {
    margin-top: 20px;
    text-transform: capitalize;


}
.capacity-2 .container .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
}
.capacity-2 .container .content ul li .box .des {
    color: #888;

}
.capacity-2 .container .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
}
.capacity-2 .container .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
}
.capacity-2 .container .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
}
.capacity-2 .container .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
}
.capacity-2 .container .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
}
.capacity-2 .container .content ul .li2 {
    margin-top: 40px;
}
.capacity-2 .container .content ul .li3 {
    margin-top: 80px;
}
.capacity-2 .container .content ul .li4 {
    margin-top: 120px;
}


.capacity-2 .container .title_c .more {
    margin-left: 0;
}
.capacity-2 .container .content ul .li4,
.capacity-2 .container .content ul .li3,
.capacity-2 .container .content ul .li2 {
    margin-top: 20px;
}

.capacity-2 .container .content ul li:hover .box{
    background: #000;
    transition: all .5s ease;
    color: #fff;
}
.capacity-2 .container .content ul li .box{
    padding: 20px;
    border-radius: 15px;
    transition: all .5s ease;
}
.capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}
.capacity-2 .container .content ul li .box .shuzi {
    position: absolute;
    top: 0;
    right: 15px;
}

.capacity-2 .container .content ul li .box .shuzi span {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    opacity: .1;
}
.capacity-2 .container .content ul li:hover .box {
    background: var(--color);
}
.capacity-2 .container .content ul li:hover .box {
    color: #fff;
}
.capacity-2 .container .content ul li:hover .box .line {
    background-color: #fff;
}
.capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}
.Solution-5 {
    background: url(../images/video-banner02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0;
}
.Solution-5 .more {
    color: black;
}
.Solution-5 .more:hover {
    color: white;
}
.Solution-5 .right .img {
    padding: 20px;
}
.Solution-5 .right .img ol li {
    padding: 20px 0;
}
.Solution-5 .left {
    color: #fff;
    position: sticky;
    top: 250px;
}
.Solution-5 .left h2 {
    line-height: 1.2;
    margin-bottom: 40px;
}
.Solution-5 .right {
    color: #fff;
}
.Solution-5 .right ul li {
    padding: 20px;
}
.Solution-5 .right ul li .con {
    height: 100%;
    background: rgba(255,255,255,.2);
    text-align: center;
    transition: all .5s ease;
}

.Solution-5 .right ul li:hover .con {
    transform: translateY(-15px);
    background: var(--color);
}

.Solution-5 .left .btn {
    font-size: 18px;
    margin-top: 50px;
}
.Solution-5 .left .btn a {
    border: 1px solid #fff;
    padding: 15px 15px;
    text-transform: capitalize;
}
.Solution-5 .left .btn a:hover {
    background: var(--color);
    border: 1px solid var(--color);
    transition: all .5s ease;
}
.Solution-5 .right .ship {
    padding: 20px;
}
.certification {
    background: rgba(246, 246, 246, 0.8);
}
.certification .bottom ul {
    margin: -20px;
}
.certification .bottom ul li {
    padding: 20px;
}
.certification .top .con {
    font-family: Arial;
}
.certification .bottom ul li:hover .box {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.certification .bottom ul li .box {
    transition: all .5s ease;
}

@media (max-width:1000px) {
    .certification .bottom ul {
        margin: -10px;
    }
    .certification .bottom ul li {
        padding: 10px;
    }
}

@media (max-width:700px) {
    .certification .bottom ul li {
        width: 25%;
    }
}
.application-4 ul {
    margin: -10px;
}

.application-4 ul li {
    padding: 10px;
}
.application-4 ul li .box {
    position: relative;
    overflow: hidden;
}
.application-4 ul li .box:after {
    content: '';
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    transform: rotate(0deg) translateY(-100%);
}
.application-4 ul li .box:hover:after {
    background: #E8E8E8;
    transform: rotate(-12deg);
    transition: all 0.5s ease-out;
}
.application-4 ul li .box:hover{
    color: #000;
}
.application-4 ul li .box > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.application-4 li.element:hover {
    color: #fff;
}
.application-4 {
    padding: 100px 0;
}

.application-4 li.element {
    color: #fff;
}

.product-top .box {
    background: #f1f1f1;
    border-radius: 20px;
}
.element .text span.meta {
    font-size: 14px;
}
.element .text h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.element .text .right {
    font-size: 17px;
}

.element .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.element .text {
    position: relative;
    z-index: 9;
text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
        transition: all .5s ease;
}
.element {

    position: relative;
    overflow: hidden
}


.element .text .left {
    color: #fff;
}
.application-4 ul li .box:hover .text .left {
    color: #000;
}

.product-top .right {
    background: #f1f1f1;
    /*border-radius: 20px;*/
}

.product-top .right .cat {
    display: inline-block;
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 150px;
    color: #000;
}
.product-top .right .cont p {
    padding-bottom: 10px;
}
.case-father .left {
    position: sticky;
    top: 250px;
}

.case-father .list .box:hover .pos .biao {
    opacity: 0;
}

.case-father .list .box:hover .pos .bg {
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}


.case-father .list .box .pos .biao {
    transition: all .5s ease;
}

.case-father .list .box .pos .bg {
    transition: all .5s ease;
}

@media (max-width:1000px) {
    .case-father .left {
        position: static;
    }
}
.home-2 .slick-track .slick-slide > div {
    height: auto!important;
}
.home-2 .box {
    max-width: 1360px;
}
.home-2 .arrow {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.home-2 .arrow:hover {
    background-color: var(--color);
}
.home-2 .arrow::after {
    content: attr(data-text);
}
.home-2 .proBox {
    background-color: rgba(242, 242, 242, 0.8);
    border-radius: 10px;
}
.home-2 .proBox .img {
    width: 47%;
    left: 53%;
    bottom: 10%;
    transition: .5s ease;
}
.home-2 .proBox:hover .img {
    bottom: 5%;
}
.home-2 .proBox .content {
    width: 53%;
}
.home-2 .proBox .name {
    line-height: 1.5;
    min-height: 4.5em;
}
.home-2 .proBox .btns a {
    position: relative;
    border-bottom: 1px solid currentColor;
}
.home-2 .proBox .btns a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: currentcolor;
    position: absolute;
    left: 110%;
    top: 40%;
}
.home-2 .dots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.home-2 .dots li {
    width: 27px;
    height: 4px;
    border-radius: 2px;
    background-color: #e1e1e1;
}
.home-2 .dots li.slick-active {
    background-color: var(--color);
}
.home-2 .dots li button {
    display: none;
}
@media (max-width:700px) {
    .home-2 .proBox .img img {
        height: auto;
    }
}
.why-page .service-1 {
    padding-top: 100px;
    padding-bottom: 100px
}

.why-page .service-1 .left {
    vertical-align: middle
}

.why-page .service-1 .left .img {
    height: 620px;
    display: block;
    -webkit-mask-image: url("/template/en/images/service-1-mask.png");
    mask-image: url("/template/en/images/service-1-mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.why-page .service-1 .right {
    vertical-align: middle;
    padding-left: 5%;
    padding-top: 5%
}

.why-page .service-1 .right span.h2 {
    margin: .5em 0
}

.why-page .service-1 .right span.h2 em {
    font-size: .875em
}

.why-page .service-1 .right a.more {
    margin-top: 2em;
    font-size: 18px
}

.why-page .service-2 {
    padding: 26px 0 120px;
    text-align: center
}

.why-page .service-2 .list {
    margin-top: 80px
}

.why-page .service-2 .list ul {
    margin: -13px
}

.why-page .service-2 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden
}

.why-page .service-2 .list ul li .num_box {
    position: relative;
    display: inline-block
}

.why-page .service-2 .list ul li span.num {
    font-size: 30px;
    font-weight: 900;
    color: var(--color);
    display: inline-block;
    position: relative
}

.why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -.2em
}

.why-page .service-2 .list ul li .num_box:before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0
}

.why-page .service-2 .list ul li:first-child .num_box:before {
    display: none
}

.why-page .service-2 .list ul li:last-child .num_box:after {
    display: none
}

.why-page .service-2 .list ul li span.h6 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: .5em 0;
    display: block;
    line-height: 1.2
}

.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262
}

.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,.why-page .service-2 .list ul li:last-child span.num:after {
    display: none
}

.why-page .service-2 .list ul li .text {
    font-size: 18px
}

.why-page .service-3 {
    padding: 130px 0 90px;
    text-align: center;
    color: #fff;
    background-image: url("/template/en/images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.why-page .service-3 span.h2 {
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 48px
}

.why-page .service-3 a.more {
    color: black;
}

.why-page .service-3 a.more:hover {
    color: #fff
}

.why-page .service-4 {
    padding: 60px 0;
    background-color: var(--color);
    color: #fff;
    text-align: center
}

.why-page .service-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.why-page .service-4 ul li {
    padding: 5px;
    border-right: 1px solid #fff
}

.why-page .service-4 ul li span.h6 {
    font-weight: 900;
    font-size: 60px;
    display: block;
    line-height: 1.2
}

.why-page .service-4 ul li span.h6 sub {
    font-size: 50%;
    vertical-align: baseline
}

.why-page .service-4 ul li .text {
    color: inherit;
    margin-top: .5em;
    font-size: 18px
}

.why-page .service-4 ul li:last-child {
    border-right: none
}

.why-page .service-list {
    padding: 60px 0
}

.why-page .service-list ul {
    margin: -12px
}

.why-page .service-list ul li {
    padding: 12px
}

.why-page .service-list ul li .img-box img {
    border-radius: 0px
}

.why-page .service-list ul li .title {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 20px;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    background: rgba(0,0,0,.3)
}
@media screen and (max-width: 1600px) {
    .why-page .service-1 {
        padding-top: 80px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 80px 0
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 20px
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 48px
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 36px
    }

    .why-page .service-2 .list {
        margin-top: 50px
    }

    .why-page .service-4 {
        padding: 40px 0
    }
}

@media screen and (max-width: 1450px) {
    .why-page .service-1 .left .img {
        height: 600px
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 32px
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 18px
    }

    .why-page .service-2 .list {
        margin-top: 30px
    }

    .why-page .service-1 {
        padding-top: 60px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 60px 0
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 36px
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 16px
    }
}

@media screen and (max-width: 1250px) {
    .why-page .service-2 .list ul li span.h6 {
        font-size: 14px;
        line-height: 28px
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 28px
    }
}

@media screen and (max-width: 1000px) {
    .why-page .service-1 .right {
        padding: 0;
        width: 100%
    }

    .why-page .service-1 .left {
        display: none
    }

    .why-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 28px
    }
}

@media screen and (max-width: 700px) {
    .why-page .service-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .why-page .service-4 ul li {
        width: 100%;
        border: none
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 24px
    }
}

@media screen and (max-width: 500px) {
    .why-page .service-1 {
        padding-top: 40px
    }

    .why-page .service-2,.why-page .service-3 {
        padding: 40px 0
    }

    .why-page .service-2 .list ul li {
        width: 100%
    }

    .why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
        display: none
    }

    .why-page .service-4 ul li {
        width: 50% !important
    }
}
.news-page {
    padding: 60px 0
}

.news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc
}

.news-page .ui.container ul.newslist li .column {
    vertical-align: top
}

.news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0
}

.news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-page .ui.container ul.newslist li .date span {
    font-size: 90px;
    font-weight: 700;
    color: var(--color);
    line-height: 1;
    text-align: center
}

.news-page .ui.container ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px
}

.news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px
}

.news-page .ui.container ul.newslist li .text .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 2;
    font-weight: 600
}

.news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: var(--color)
}

.news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2
}

.news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%
}

.newdet-page .ui.container .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    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
}

.newdet-page .ui.container .newst span {
    color: var(--color);
    font-weight: 500
}

.newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px
}

.newdet-page .ui.container h1 {
    margin: 0 0 30px
}

.newdet-page .ui.container .content {
    color: #000000;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px
}

.newdet-page .ui.container .bottom {
    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;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ccc
}

.newdet-page .ui.container .bottom .sharebox {
    color: #222
}

.newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto
}

.newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle
}

.newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color)
}

.newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.newdet-page .ui.container .bottom .tabbox .mores i img {
    width: 16px;
    display: block;
    margin: 18px auto 0
}

.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i {
    background: var(--color)
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.newdet-page {
    padding-top: 80px
}
.manufacturing-page .manufacturing-1 {
    padding: 90px 0 70px
}

.manufacturing-page .manufacturing-1 .left {
    padding-right: 3%;
    vertical-align: bottom
}

.manufacturing-page .manufacturing-1 .left .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    margin: 1em 0 2em
}

.manufacturing-page .manufacturing-1 .right {
    padding-left: 3%;
    vertical-align: bottom;
    margin-bottom: 6px
}

.manufacturing-page .manufacturing-1 .right .list ul {
    margin: -40px -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 40px 15px;
    width: auto;
    min-width: 41%
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-weight: 700;
    font-size: 60px;
    color: var(--color);
    display: block
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
    font-size: .78333333em;
    font-weight: 400;
    vertical-align: baseline
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
    font-size: .46666667em;
    vertical-align: middle
}

.manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
    color: #242424
}

.manufacturing-page .manufacturing-2 {
    padding-bottom: 90px
}

.manufacturing-page .manufacturing-2 .list ul {
    margin: -23px
}

.manufacturing-page .manufacturing-2 .list ul li {
    padding: 23px
}

.manufacturing-page .manufacturing-2 .list ul li a {
    display: block;
    border-radius: 0px;
    overflow: hidden
}

.manufacturing-page .manufacturing-2 .list ul li a img {
    display: block;
    width: 100%
}

.manufacturing-page .manufacturing-2 .list ul li a span {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    padding: .5em;
    text-align: center;
    background-color: var(--color);
    color: #fff
}

.manufacturing-page .manufacturing-2 .list ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px
}

.manufacturing-page .manufacturing-3 {
    padding: 95px 0 105px;
    background: url("/template/en/images/manufacturing-3-bg.jpg") center center no-repeat;
    background-size: cover
}

.manufacturing-page .manufacturing-3 .box {
    margin-left: 55%
}

.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
    padding-right: 1em;
    max-height: 11.2em;
    margin-top: 1.3em;
    overflow: auto
}

.manufacturing-page .manufacturing-4 {
    padding-top: 100px;
    text-align: center
}

.manufacturing-page .manufacturing-4 .list {
    margin-top: 50px;
    position: relative
}

.manufacturing-page .manufacturing-4 .list:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d5d1d8;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1
}

.manufacturing-page .manufacturing-4 .list ul {
    margin: 0 -8px
}

.manufacturing-page .manufacturing-4 .list ul li {
    padding: 0 8px
}

.manufacturing-page .manufacturing-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #bfbfbf
}

.manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 24px;
    color: #242424;
    padding: 1.2em 0 .8em;
    display: block;
    line-height: 1.2;
    position: relative
}

.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f9bc62;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.manufacturing-page .manufacturing-5 {
    padding: 120px 0 80px;
    text-align: center
}

.manufacturing-page .manufacturing-5 .list {
    margin-top: 50px
}

.manufacturing-page .manufacturing-5 .list ul {
    margin: -15px
}

.manufacturing-page .manufacturing-5 .list ul li {
    padding: 15px
}

.manufacturing-page .manufacturing-5 .list .slick-track {
    margin-left: 0
}

.manufacturing-page .manufacturing-6 {
    padding: 100px 0 75px;
    background: url("/template/en/images/manufacturing-6-bg.jpg") center center no-repeat;
    background-size: cover
}

.manufacturing-page .manufacturing-6 .left {
    vertical-align: bottom
}

.manufacturing-page .manufacturing-6 .left .img {
    margin-right: -7%;
    margin-left: -5%
}

.manufacturing-page .manufacturing-6 .right {
    vertical-align: bottom;
    padding-left: 4%;
    margin-bottom: 25px
}

.manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 60px
}

.manufacturing-page .manufacturing-6 .right .slide:first-child {
    margin-top: 0
}

.manufacturing-page .manufacturing-6 .right span.h4 {
    font-weight: 700;
    font-size: 26px;
    color: #242424;
    line-height: 2;
    display: block;
    margin-bottom: 1.2em
}

.manufacturing-page .manufacturing-6 .right .color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.manufacturing-page .manufacturing-6 .right .color span {
    font-size: 20px;
    padding: .4em;
    border-radius: 2em;
    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-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    margin-right: .5em
}

.manufacturing-page .manufacturing-6 .right .color span i {
    width: 2.2em;
    height: 2.2em;
    border-radius: 100%;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle
}

.manufacturing-page .manufacturing-6 .right .color span em {
    margin-right: 2em
}

.manufacturing-page .manufacturing-6 .right .color span:hover,.manufacturing-page .manufacturing-6 .right .color span.active {
    background: #fff
}

.manufacturing-page .manufacturing-6 .right .select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.4;
    cursor: pointer
}

.manufacturing-page .manufacturing-6 .right .select span i {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-size: auto 80%;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.manufacturing-page .manufacturing-6 .right .select span.active i,.manufacturing-page .manufacturing-6 .right .select span:hover i {
    background-color: #fff
}

.manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 2.5em
}

.manufacturing-page .manufacturing-7 {
    padding: 100px 0 0;
    text-align: center
}

.manufacturing-page .manufacturing-5 .text,.manufacturing-page .manufacturing-7 .text {
    max-width: 1200px;
    display: block;
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
    margin: 1em auto 2em
}
.service-page .marginBox {
    padding: 110px 6%
}

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

.service-page .service-1 .bottom {
    margin-top: 70px;
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.service-page .service-1 .bottom .left {
    width: 100%;
    padding-right: 0
}

.service-page .service-1 .bottom .left .list ul li {
    font-weight: 700;
    font-size: 28px;
    padding: 1em 0;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-1 .bottom .left .list ul li em {
    color: #bfbfbf
}

.service-page .service-1 .bottom .left .list ul li:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 300%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    z-index: -1
}

.service-page .service-1 .bottom .left .list ul li .des {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 15px;
    display: none
}

.service-page .service-1 .bottom .left .list ul li.active,.service-page .service-1 .bottom .left .list ul li:hover {
    color: var(--color)
}

.service-page .service-1 .bottom .right {
    margin-top: 35px;
    margin-right: 45px;
    width: 32%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.service-page .service-1 .bottom .right .img {
    height: 450px;
    background-size: cover;
    background-position: center center;
    display: block
}

.service-page .service-2 {
    padding: 60px 0 110px
}

.service-page .service-2 .list {
    margin-top: 50px
}

.service-page .service-2 .list ul {
    margin: 0 -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.service-page .service-2 .list ul li {
    padding: 0 40px
}

.service-page .service-2 .list ul li .box {
    height: 100%;
    padding: 30px 10% 20px;
    background: #f6f1ea
}

.service-page .service-2 .list ul li .box i {
    display: block;
    height: 60px
}

.service-page .service-2 .list ul li .box span.h6 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #242424;
    margin: .5em 0
}

.service-page .service-2 .list ul li .box .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2
}

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

.service-page .service-4 {
    padding-top: 120px
}

.service-page .service-4 .left {
    width: 47%;
    vertical-align: middle
}

.service-page .service-4 .left .img {
    height: 370px;
    background-size: cover;
    background-position: center center;
    display: block
}

.service-page .service-4 .right {
    width: 53%;
    padding-left: 2%;
    vertical-align: middle
}

.service-page .service-4 .right .list ul {
    margin: -25px
}

.service-page .service-4 .right .list ul li {
    padding: 25px
}

.service-page .service-4 .right .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #242424;
    line-height: 1.2;
    margin-bottom: .5em;
    display: block
}

.service-page .service-4 .right .list ul li .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2
}

.service-page .service-4 .right .list ul li.wid-100 {
    width: 100%
}
@media screen and (max-width: 1600px) {
    .service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.contact-page .contact-1 .list ul li .box span.h6,.contact-page .contact-1 .list ul li .box p,.contact-page .contact-1 .text {
        font-size:18px
    }
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 48px
    }

    .manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.manufacturing-page .manufacturing-5 .text {
        font-size: 18px
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 22px
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-6 .right .color span i {
        width: 1.8em;
        height: 1.8em
    }

    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 18px
    }

    .manufacturing-page .manufacturing-6 .right .select span i {
        width: 90px;
        height: 90px
    }

    .manufacturing-page .manufacturing-1 .right .list ul li p {
        font-size: 20px
    }

    .manufacturing-page .manufacturing-2 .list ul li a span {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-4 .list ul li span.h6 {
        font-size: 20px
    }

    .manufacturing-page .manufacturing-5 {
        padding: 80px 0
    }

    .manufacturing-page .manufacturing-5 .list {
        margin-top: 30px
    }

    .manufacturing-page .manufacturing-6 {
        padding: 50px 0
    }

    .manufacturing-page .manufacturing-7 {
        padding: 70px 0
    }

    .manufacturing-page .manufacturing-2 .list ul li {
        padding: 15px
    }

    .manufacturing-page .manufacturing-2 .list ul {
        margin: -15px
    }

    .service-page .marginBox {
        padding: 80px 6%
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 24px
    }

    .service-page .service-1 .bottom .right {
        width: 27%
    }

    .service-page .service-1 .bottom .right .img {
        height: 360px
    }

    .service-page .service-1 .bottom {
        margin-top: 40px
    }

    .service-page .service-2 .list {
        margin-top: 30px
    }

    .service-page .service-2 .list ul li .box i {
        height: 40px
    }

    .service-page .service-2 .list ul li .box i img {
        max-height: 100%
    }

    .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
        font-size: 20px
    }

    .service-page .service-2 {
        padding: 50px 0
    }

    .service-page .service-4 {
        padding-top: 60px
    }

    .service-page .service-4 .right .list ul li {
        padding: 15px
    }

    .service-page .service-4 .right .list ul {
        margin: -15px
    }

    .service-page .service-4 .left .img {
        height: 320px
    }
}

@media screen and (max-width: 1450px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 38px
    }

    .service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.manufacturing-page .manufacturing-5 .text {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-2 .list ul li {
        padding: 10px
    }

    .manufacturing-page .manufacturing-2 .list ul {
        margin: -10px
    }

    .manufacturing-page .manufacturing-1 {
        padding: 50px 0
    }

    .manufacturing-page .manufacturing-1 .right .list ul li {
        padding: 20px 15px
    }

    .manufacturing-page .manufacturing-1 .right .list ul {
        margin: -20px -15px
    }

    .manufacturing-page .manufacturing-2 .list ul li a span {
        font-size: 14px
    }

    .manufacturing-page .manufacturing-3 {
        padding: 60px 0
    }

    .manufacturing-page .manufacturing-4 {
        padding-top: 60px
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 18px
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 14px
    }

    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-6 .right .slide {
        margin-top: 30px
    }

    .service-page .marginBox {
        padding: 60px 4%
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 20px
    }

    .service-page .service-1 .bottom .right {
        width: 24%
    }

    .service-page .service-1 .bottom .right .img {
        height: 300px
    }

    .service-page .service-2 .list ul li {
        padding: 0 15px
    }

    .service-page .service-2 .list ul {
        margin: 0 -15px
    }

    .service-page .service-2 .list ul li .box {
        padding: 15px
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.manufacturing-page .manufacturing-5 .text {
        font-size: 14px
    }

    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 28px
    }

    .service-page .service-1 .bottom .right {
        margin-top: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 24px
    }

    .manufacturing-page .manufacturing-4 .list ul li span.h6 {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-1 .right .list ul li p {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-1 .left {
        width: 100%;
        padding-right: 0
    }

    .manufacturing-page .manufacturing-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .manufacturing-page .manufacturing-2 {
        padding-bottom: 60px
    }

    .manufacturing-page .manufacturing-1 .right .list ul li {
        padding: 5px
    }

    .manufacturing-page .manufacturing-1 .right .list ul {
        margin: -5px
    }

    .manufacturing-page .manufacturing-5 {
        padding: 40px 0
    }

    .manufacturing-page .manufacturing-5 .list ul li {
        padding: 5px
    }

    .manufacturing-page .manufacturing-5 .list ul {
        margin: -5px
    }

    .manufacturing-page .manufacturing-6 .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 30px
    }

    .manufacturing-page .manufacturing-6 .left {
        width: 100%
    }

    .manufacturing-page .manufacturing-6 .left .img {
        margin: 0
    }

    .manufacturing-page .manufacturing-6 .right .slide {
        margin-top: 15px
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 16px
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        margin-bottom: .6em
    }

    .manufacturing-page .manufacturing-6 .right a.more {
        margin-top: 1.5em
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 18px
    }

    .service-page .service-1 .bottom .right .img {
        height: 200px
    }

    .service-page .service-2 .list ul li {
        padding: 0 5px
    }

    .service-page .service-2 .list ul {
        margin: 0 -5px
    }

    .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
        font-size: 16px
    }
}

@media screen and (max-width: 700px) {
    .news-page {
        padding: 30px 0
    }

    .news-page .ui.container ul.newslist li {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .news-page .ui.container ul.newslist li .text {
        padding-left: 40px
    }

    .news-page .ui.container ul.newslist li .text h5 {
        font-size: 24px
    }

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

    .newdet-page .ui.container .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .manufacturing-page .manufacturing-3 .box {
        margin-left: 25%
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 16px
    }

    .service-page .service-2 .list ul li {
        width: 100%;
        padding: 5px
    }

    .service-page .service-2 .list ul {
        display: block;
        margin: -5px
    }

    .service-page .service-3 .form {
        margin-top: 20px
    }

    .service-page .service-4 .right {
        width: 100%;
        padding-left: 0
    }

    .service-page .service-4 .left {
        display: none
    }

    .why-page .service-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .why-page .service-4 ul li {
        width: 100%;
        border: none
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 24px
    }
}

@media screen and (max-width: 500px) {
    .news-page .ui.container ul.newslist li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-page .ui.container ul.newslist li .text {
        max-width: 600px;
        padding: 0;
        width: 100%
    }

    .news-page .ui.container ul.newslist li .date span {
        text-align: left;
        font-size: 30px
    }

    .news-page .ui.container ul.newslist li .date em {
        font-size: 16px;
        text-align: left
    }

    .news-page .ui.container ul.newslist li .text h5 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px
    }

    .news-page .ui.container ul.newslist li .text .content {
        line-height: 2
    }

    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 14px
    }

    .manufacturing-page .manufacturing-6 .right .select span i {
        width: 60px;
        height: 60px
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 14px
    }

    .manufacturing-page .manufacturing-7 {
        padding: 40px 0
    }

    .service-page .service-1 .bottom .left .list ul li {
        font-size: 14px
    }

    .service-page .service-1 .bottom {
        display: block
    }

    .service-page .service-1 .bottom .right {
        width: 100%
    }

    .service-page .service-1 .bottom .left {
        padding-right: 0
    }

    .service-page .service-1 .top {
        display: block
    }

    .service-page .service-1 .top .right {
        margin-top: 10px
    }

    .service-page .marginBox {
        padding: 30px 4%
    }
}
.service-page2 .service-3 {
    padding-top: 0;
    padding-bottom: 100px;
    background: 0 0
}

.service-page2 .service-3 .header {
    text-align: left
}

.service-page2 .service-3 .header .title {
    font-size: 40px;
    color: #030303;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px
}

.service-page2 .service-3 .content {
    margin-top: 65px
}

.service-page2 .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px
}

.service-page2 .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
    text-align: left
}

.service-page2 .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 100%
}

.service-page2 .service-3 .content ul li .ig i {
    display: block
}

.service-page2 .service-3 .content ul li .ig .tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: left
}

.service-page2 .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -moz-transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-moz-transform .4s ease-out;
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-moz-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.service-page2 .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 700
}

.service-page2 .service-3 .content ul li.active {
    width: 50%
}

.service-page2 .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media screen and (max-width: 1440px) {
    .service-page2 .service-3 .content ul li .ig {
        padding:40px 30px 30px
    }

    .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 32px
    }
}

@media screen and (max-width: 1280px) {
    .service-page2 .service-3 .content ul li .ig {
        padding:40px 20px 30px
    }

    .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 29px
    }
}

@media screen and (max-width: 1100px) {
    .service-page2 .service-3 .content ul li .ig .tit {
        font-size:26px
    }
}

@media screen and (max-width: 1000px) {
    .service-page2 .service-3 .header .title {
        font-size:70px
    }

    .service-page2 .service-3 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px
    }

    .service-page2 .service-3 .content ul li {
        width: 50%;
        margin-bottom: 10px
    }

    .service-page .service-3 .content ul li.active {
        width: 50%
    }

    .service-page2 .service-3 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .service-page2 .service-3 .content ul li .ig {
        padding: 30px 20px 20px
    }

    .service-page2 .service-3 .content ul li .ig .con {
        font-size: 17px
    }
}

@media screen and (max-width: 700px) {
    .service-page2 .service-3 .header .title {
        font-size:53px
    }

    .service-page2 .service-3 .content {
        margin-top: 20px
    }

    .service-page2 .service-3 .content ul li .ig i {
        zoom:.7}

    .service-page2 .service-3 .content ul li .ig {
        padding: 10px
    }

    .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 24px;
        margin-top: 0
    }

    .service-page2 .service-3 .content ul li .ig .num {
        bottom: 0
    }
}

@media screen and (max-width: 500px) {
    .service-page2 .service-3 .header .title {
        font-size:36px
    }

    .service-page2 .service-3 .content ul li,.service-page2 .service-3 .content ul li.active {
        width: 100%
    }

    .service-page2 .service-3 .content ul li .ig {
        height: auto;
        padding: 20px 15px
    }

    .service-page2 .service-3 .content ul li .ig .tit {
        line-height: 1.5
    }

    .service-page2 .service-3 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8
    }
}
.pr {
    position: relative;
}
.prodet-page .form ul {
    margin: -15px -7px
}

.prodet-page .form ul li {
    padding: 15px 7px
}

.prodet-page .form ul li input,.prodet-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: .6em 1em;
    border: 1px solid #ccc;
    border-radius: 5px
}

.prodet-page .form ul li input::-webkit-input-placeholder,.prodet-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e
}

.prodet-page .form ul li input:-moz-placeholder,.prodet-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e
}

.prodet-page .form ul li input::-moz-placeholder,.prodet-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e
}

.prodet-page .form ul li input:-ms-input-placeholder,.prodet-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e
}

.prodet-page .form ul li input::placeholder,.prodet-page .form ul li textarea::placeholder {
    color: #8e8e8e
}

.prodet-page .form ul li textarea {
    height: 150px
}

.prodet-page .form ul li .more {
    border: 0;
    text-align: center
}

.prodet-page .form ul li input[type=submit] {
    border: none;
    background: #c1c1c1;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .form ul li input[type=submit]:hover {
    background: var(--color)
}

.prodet-page .form ul li.wid-100 {
    width: 100%
}
.fancybox-image {
    background-color: white;
}
.seo .seoAbout span.tag {
    line-height: 1;
}
.product-yd-1 .more,.seo .seoAbout .more {
    background-color: white;
}
.product-yd-1 .more:hover,.seo .seoAbout .more:hover {
    background-color: var(--color);
}
.product-yd-1 .right .text {
    max-height: 12.8em;
    overflow: auto;
}
.prodet-new-1 {
    background-color: #f6f7f9;
}
.prodet-new-1 .left ul {
    margin: -.5em;
}
.prodet-new-1 .left ul li {
    padding: .5em;
}
.prodet-new-1 .left a {
    display: block;
    background-color: white;
    border: 1px solid transparent;
}
.prodet-new-1 .left .small .slick-current a {
    border-color: var(--color);
}
.prodet-new-1 .left a img {
    width: 100%;
}
.prodet-new-1 .right h1 {
    font-weight: 500;
}
.prodet-new-1 .right .post .link a {
    background-color: #ececec;
}
.prodet-new-1 .right .post .link a.active,
.prodet-new-1 .right .post .link a:hover {
    background-color: var(--color);
    color: white;
}
.prodet-new-1 .right .more {
    background-color: white;
}
.prodet-new-1 .right .more:hover {
    background-color: var(--color)
}
.prodet-new-2 .options {
    position: relative;
    z-index: 1;
}
.prodet-new-2 .options:before {
    content: '';
    width: 200%;
    left: -50%;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: #5c5d60;
    z-index: -1;
}
.prodet-new-2 .options span {
    padding: 1em 1.5em;
    transition: .5s;
    color: white;
    cursor: pointer;
}
.prodet-new-2 .options span:hover,
.prodet-new-2 .options span.active {
    background-color: var(--color);
}
.prodet-new-2 .faq li {
    border: 1px solid transparent;
    transition: .5s;
    background-color: #f6f7f9;
}
.prodet-new-2 .faq li:hover {
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .product-top .right {
        padding: 5% !important;
    }
}