@font-face {
  font-family: 'jyxn';
  src: url('../fonts/Manrope3-ExtraBold.eot');
  src: url('../fonts/Manrope3-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope3-ExtraBold.woff') format('woff'), url('../fonts/Manrope3-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'jyxn';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'jyxn';
  src: url('../fonts/Manrope3-Medium.eot');
  src: url('../fonts/Manrope3-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Medium.woff2') format('woff2'), url('../fonts/Manrope3-Medium.woff') format('woff'), url('../fonts/Manrope3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'jyxn';
  src: url('../fonts/Manrope3-Regular.eot');
  src: url('../fonts/Manrope3-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Regular.woff2') format('woff2'), url('../fonts/Manrope3-Regular.woff') format('woff'), url('../fonts/Manrope3-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'jyxn';
  src: url('../fonts/Manrope3-Bold.eot');
  src: url('../fonts/Manrope3-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Bold.woff2') format('woff2'), url('../fonts/Manrope3-Bold.woff') format('woff'), url('../fonts/Manrope3-Bold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "jyxn";
  max-width: 1920px;
  --color: #72ae47;
  --color2: #1170b5;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1400px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: 200;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 120px;
  width: auto;
  max-width: 1850px;
}
#header .nav .ui.menu .logo {
  min-width: 20.5%;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  width: 43%;
}
#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: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;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .box .yuy span {
  border-left: 1px solid black;
  height: auto;
  line-height: 1;
}
#header .nav .ui.menu .box .yuy span i {
  font-size: .6em;
}
#header .nav .ui.menu .box .msg {
  height: 2.5em;
  padding: 0 1.41666667em;
  background-color: var(--color2);
  font-weight: inherit;
}
#header .nav .ui.menu .box .msg:hover {
  background-color: var(--color);
}
#header.active {
  background-color: white;
  -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;
}
.more {
  height: 3.33333333em;
  padding: 0 2em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
}
.more i {
  font-size: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: var(--color2);
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.tag {
  color: var(--color2);
}
span.h2 {
  line-height: 1.2;
}
span.h2 em {
  color: var(--color2);
}
.text {
  line-height: 2;
}
.slickBtn {
  gap: 1.5em;
}
.slickBtn div {
  font-size: 2em;
  background-color: #eff4f6;
  color: var(--color2);
  margin: 0 !important;
}
.slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
.slickDots .slick-dots li {
  width: 4em;
  height: 1.2em;
  border: 1px solid var(--color);
  border-radius: .5em;
  background-color: transparent;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0 .3em;
  opacity: .7;
  cursor: pointer;
  cursor: hand;
}
.slickDots .slick-dots li.slick-active {
  background-color: var(--color);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner li {
  position: relative;
}
#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 span.h2 {
  font-weight: 800;
}
#banner li .content .left {
  max-width: 950px;
}
#banner li .icon {
  width: 8.54166667%;
  padding-top: 12.17987805%;
  border-top-left-radius: 0.52083333vw;
  border-top-right-radius: 0.52083333vw;
  border: 1px solid var(--color);
  background-color: #eff4f6;
  position: absolute;
  bottom: 0;
  right: 29.6875%;
  z-index: 1;
  height: 0;
}
#banner li .icon:before {
  content: '';
  width: 35.36585366%;
  padding-top: 10.20689655%;
  background-color: var(--color);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: inherit;
}
#banner li .icon:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ss 10s infinite;
  -moz-animation: ss 10s infinite;
  animation: ss 10s infinite;
  z-index: -1;
  border-radius: inherit;
}
#banner li .icon img {
  -webkit-animation: ty 2s infinite;
  -moz-animation: ty 2s infinite;
  animation: ty 2s infinite;
  max-width: 25%;
}
@media screen and (min-width: 1920px) {
  #banner li .icon {
    right: 570px;
  }
}
@-webkit-keyframes ty {
  from {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes ty {
  from {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ty {
  from {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ss {
  from {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 0;
  }
}
@-moz-keyframes ss {
  from {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 0;
  }
}
@keyframes ss {
  from {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 0;
  }
}
#index-body .init-1 {
  background-color: #eff4f6;
}
#index-body .init-1 span.tag img {
  max-width: 1.4em;
}
#index-body .init-1 .left {
  position: relative;
}
#index-body .init-1 .left .list {
  right: 7%;
  width: 114%;
  padding: 8% 5%;
  background-color: white;
  bottom: -13%;
  font-weight: 500;
}
#index-body .init-1 .left .list span.h6 {
  line-height: 1;
}
#index-body .init-1 .left .list span.h6 sub {
  vertical-align: baseline;
}
#index-body .init-1 .left .list p {
  color: var(--color2);
}
#index-body .init-2 {
  background-color: #eff4f6;
}
#index-body .init-3 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(17, 112, 181, 0.15)), color-stop(#eef5fa), to(rgba(17, 112, 181, 0.15)));
  background-image: -webkit-linear-gradient(right, rgba(17, 112, 181, 0.15), #eef5fa, rgba(17, 112, 181, 0.15));
  background-image: -moz-linear-gradient(right, rgba(17, 112, 181, 0.15), #eef5fa, rgba(17, 112, 181, 0.15));
  background-image: linear-gradient(to left, rgba(17, 112, 181, 0.15), #eef5fa, rgba(17, 112, 181, 0.15));
}
#index-body .init-3 .box {
  height: 420px;
  padding: 1.5em 2em;
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #1170b5), color-stop(rgba(17, 112, 181, 0.9)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #1170b5 30%, rgba(17, 112, 181, 0.9), transparent);
  background-image: -moz-linear-gradient(bottom, #1170b5 30%, rgba(17, 112, 181, 0.9), transparent);
  background-image: linear-gradient(to top, #1170b5 30%, rgba(17, 112, 181, 0.9), transparent);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .content span.h6 {
  font-weight: 500;
}
#index-body .init-3 .box:hover .content,
#index-body .init-3 .box:hover:before {
  opacity: 1;
}
#index-body .init-4 {
  background-color: #eff4f6;
  position: relative;
  z-index: 1;
}
#index-body .init-4:before {
  content: '';
  padding-top: 38.4375%;
  width: 100%;
  position: absolute;
  top: 40%;
  z-index: -1;
  left: 0;
  background-image: url("../images/init-4-bg.jpg");
  background-size: cover;
  background-position: center;
}
#index-body .init-4 .list {
  margin-right: -24%;
  padding-right: 20%;
  overflow: hidden;
}
#index-body .init-4 .list .slick-list {
  overflow: unset;
}
#index-body .init-4 .list .box {
  /*background-color: white;*/
  background-image: linear-gradient(to top,#0b2b5e,#174495);
  padding: 8%;
  color: white;
}
#index-body .init-4 .list .box span.h6 {
  font-weight: 500;
}
#index-body .init-4 .page .more {
  background-color: var(--color2);
}
#index-body .init-4 .page .more:hover {
  background-color: var(--color);
}
#index-body .init-4 .page .line {
  height: 1px;
  background: -webkit-repeating-linear-gradient(right, black 0px, black 6px, transparent 6px, transparent 16px);
  background: -moz-repeating-linear-gradient(right, black 0px, black 6px, transparent 6px, transparent 16px);
  background: repeating-linear-gradient(to left, black 0px, black 6px, transparent 6px, transparent 16px);
  background-size: 16px auto;
  display: block;
}
#index-body .init-4 .page .slickBtn {
  margin-right: -18%;
}
#index-body .init-5 {
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box {
  color: white;
}
#index-body .init-5 .box .left {
  padding-left: 5%;
  padding-right: 5%;
}
#index-body .init-5 .box .left span.h2 em {
  color: transparent;
  -webkit-text-stroke: 2px white;
}
#index-body .init-5 .box .left .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .2em;
}
#index-body .init-5 .box .left .text p:before {
  content: '';
  width: .9em;
  height: .9em;
  background-color: white;
  border-radius: 100%;
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .5em;
}
#index-body .init-5 .box .left .slickBtn {
  gap: 0;
}
#index-body .init-5 .box .left .slickBtn div {
  width: auto;
  height: auto;
  line-height: 1;
  color: black;
  opacity: .5;
  background-color: transparent;
}
#index-body .init-5 .box .left .slickBtn div:hover {
  opacity: 1;
}
#index-body .init-5 .box .right img {
  -webkit-transform: translate(8%, 8%);
  -moz-transform: translate(8%, 8%);
  -ms-transform: translate(8%, 8%);
  transform: translate(8%, 8%);
}
#index-body .init-6 span.h6 {
  font-weight: 500;
}
#index-body .init-7 .list li {
  max-width: 27%;
  font-weight: 200;
}
#index-body .init-7 .list li i {
  width: 1em;
  height: 1em;
}
#index-body .init-7 .list li i img {
  max-width: 100%;
  max-height: 100%;
}
#index-body .init-7 .list li span.h6 {
  color: var(--color);
  line-height: 1.2;
}
#index-body .init-7 .list li.line:before {
  content: '';
  width: 1px;
  height: 40%;
  background-color: #cdcdcd;
}
#index-body .init-8 .list ul {
  -webkit-filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.2));
}
#index-body .init-8 .list .box {
  height: 26.5625vw;
}
#index-body .init-8 .list .box .content {
  background-color: white;
}
#index-body .init-8 .list .box .content .left {
  padding: 9% 5% 6%;
}
#index-body .init-8 .list .box .content .left span.h6 {
  font-weight: 500;
}
#index-body .init-8 .list .box .content .left a.link {
  color: var(--color);
  font-weight: 500;
}
#index-body .init-8 .list .box .content time {
  height: 2.75em;
  padding: 0 1.75em;
  background-color: var(--color);
  color: white;
}
#footer {
  color: white;
  background-color: var(--color2);
}
#footer .footer-top {
  position: relative;
  z-index: 1;
}
#footer .footer-top:before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: white;
}
#footer .footer-top .form {
  background-color: var(--color);
  padding: 2% 5% 4%;
}
#footer .footer-top .form span.h2 img {
  max-width: 1.5em;
}
#footer .footer-top .form input,
#footer .footer-top .form textarea {
  width: 100%;
  height: 2.66666667em;
  padding: 0 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .form input::-webkit-input-placeholder, #footer .footer-top .form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .form input:-moz-placeholder, #footer .footer-top .form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .form input::-moz-placeholder, #footer .footer-top .form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .form input:-ms-input-placeholder, #footer .footer-top .form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .form input:focus,
#footer .footer-top .form textarea:focus {
  border-color: white;
}
#footer .footer-top .form button {
  height: 2.66666667em;
  border: none;
  background-color: white;
  color: var(--color);
  font-weight: 500;
}
#footer .footer-top .form button:hover {
  background-color: var(--color2);
  color: white;
}
#footer .footer-top .box .text {
  max-width: 270px;
}
#footer .footer-top .box #ewm {
  max-width: 110px;
  border: 4px solid white;
}
#footer .footer-top .box .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
}
#footer .footer-top .box .share a:hover {
  background-color: #0b63bd;
}
#footer .footer-top .box .nav li {
  margin-bottom: 1.15em;
  line-height: 1.44444444;
  font-weight: 500;
}
#footer .footer-top .box .nav li ul {
  display: none;
}
#footer .footer-top .box .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5em;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .nav li a:before {
  content: '\e618';
  font-family: "iconfont";
  color: var(--color);
  font-size: .7em;
}
#footer .footer-top .box .nav li a:hover {
  color: white;
}
#footer .footer-top .box .info {
  max-width: 350px;
}
#footer .footer-top .box .info li {
  margin-bottom: 1.15em;
  line-height: 1.44444444;
}
#footer .footer-top .box .info li i {
  color: var(--color);
  font-size: 1.2em;
}
#footer .footer-top .box .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-bottom {
  border-top: 1px solid #0c456f;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
}
#footer .footer-bottom a {
  color: #72ae47;
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  fill: rgba(255, 255, 255, 0.7);
}
#footer .footer-bottom svg:hover {
  fill: white;
}
@media screen and (max-width: 1860px) {
  #index-body .init-4 .page .slickBtn {
    margin-right: 0;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .left .list {
    width: 93%;
  }
  .slickBtn div {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    height: 90px;
  }
  #index-body .init-1 .right .icon img {
    zoom: .7;
  }
  #index-body .init-4 .list {
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .left {
    max-width: 70%;
  }
  #index-body .init-3 .box {
    height: 320px;
  }
  #index-body .init-3 .box .content,
  #index-body .init-3 .box:before {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .font-70 {
    font-size: 26px;
  }
  #index-body .init-1 .left .list {
    position: static;
    width: 100%;
    padding: 3%;
  }
  #index-body .init-5 .left {
    width: 100%;
  }
  #index-body .init-5 .right {
    display: none;
  }
  #index-body .init-8 .list .box {
    height: 30vw;
    text-align: left;
  }
  #index-body .init-8 .list .box time {
    width: auto !important;
    padding: 0 1em !important;
    margin-left: 0;
    margin-right: auto;
  }
  #index-body .init-8 .list .box .left {
    padding: 5% !important;
  }
  #footer .footer-top .box .slide .logo img {
    max-height: 36px;
  }
  #footer .footer-top .box .slide #ewm {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box .slide:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-70,
  .font-40 {
    font-size: 20px;
  }
  #index-body .init-7 .list li {
    max-width: none;
    width: 100%;
    margin: 1em 0;
  }
  #index-body .init-7 .list li.line {
    display: none;
  }
  #index-body .init-7 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-8 .list .box {
    height: 50vw;
    padding-right: 0;
  }
  .slickGap-90 {
    margin: 0 -10px;
  }
  .slickGap-90 li {
    padding: 0 10px;
  }
  #index-body .init-8 .list .box .content time {
    zoom: .7;
  }
  .font-24 {
    font-size: 16px;
  }
  .more {
    height: 2.6em;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide {
    width: 100%;
    margin: 2% 0;
  }
  #banner .more,
  #banner span.tag {
    display: none;
  }
  #index-body .init-1 .right .icon img {
    zoom: .5;
  }
  #index-body .init-8 .list .box {
    height: 60vw;
  }
}

.inner-banner2 {
  padding-top: 60px;
  margin-top: 120px;
}
.inner-banner2 .cont .mbx {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner2 .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner2 .cont .mbx a:hover {
  color: var(--color);
}
.inner-banner2 .cont .cat {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
.inner-banner2 .imgC {
  position: relative;
  height: 500px;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 40px;
}
.inner-banner2 .imgC .more {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  background-color: #fff;
  height: auto;
  padding: 0;
}
.inner-banner2 .imgC .more .moreCont {
  min-width: 385px;
  background-color: #fff;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 30px;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
  text-transform: uppercase;
  color: black;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.inner-banner2 .imgC .more .moreCont:before {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
}
.inner-banner2 .imgC .more .moreCont:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}
.inner-banner2 .imgC .more .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
.inner-banner2 .imgC .more .moreCont:hover {
  color: #fff;
}
.inner-banner2 .imgC .more .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin: 2px 6px;
}
.m-page a:hover,
.m-page span:hover,
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.product-page .init-1 .container .contC .left {
  width: 31%;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-page .init-1 .container .contC .right {
  width: 67%;
  margin-left: auto;
  padding: 0 30px;
  max-height: 300px;
  overflow-y: auto;
}
.product-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-2 .container ul li .box {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
  padding-bottom: 40px;
}
.product-page .init-2 .container ul li .box .imgC {
  position: relative;
  /*background-color: #f7f7f7;*/
}
.product-page .init-2 .container ul li .box .imgC .img {
  display: block;
  margin-top: 30px;
}
.product-page .init-2 .container ul li .box .imgC .moreCont {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-page .init-2 .container ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
.t_1 {
  transition: .5s;
}
.product-page .init-2 .container ul li .box .title:hover {
  color: var(--color);
}
.product-page .init-2 .container ul li .box .des {
  margin-top: 10px;
  /*overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .pageC {
  padding: 40px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  margin-top: -1px;
}
.prodet-page .init-1 .contC {
  background-color: #f7f7f7;
}
.prodet-page .init-1 .contC .left {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  padding: 100px 30px;
}
.prodet-page .init-1 .contC .left .moreCont{
  margin-top: 30px;
    padding: 18px 30px;
    color: #fff;
    text-transform: uppercase;
}
.prodet-page .init-1 .contC .left .moreCont .moreImg {
    margin-left: 20px;
    width: 18px;
    height: 14px;
}
.prodet-page .init-1 .contC .right {
  width: 400px;
  padding: 30px;
}
.prodet-page .init-1 .contC .right .bigImg ul {
  margin: 0 -10px;
}
.prodet-page .init-1 .contC .right .bigImg ul li {
  padding: 0 10px;
}
.prodet-page .init-1 .contC .right .bigImg ul li a {
  display: block;
}
.prodet-page .init-1 .contC .right .bigImg ul li a img {
  width: 100%;
}
.prodet-page .init-1 .contC .right .smallImg {
  margin-top: 10px;
}
.prodet-page .init-1 .contC .right .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .init-1 .contC .right .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .init-1 .contC .right .smallImg ul li .img {
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}
.prodet-page .init-1 .contC .right .smallImg ul li .img img {
  width: 100%;
}
.prodet-page .init-1 .contC .right .smallImg ul .slick-current .img {
  border: 1px solid var(--color);
}
.prodet-page .init-2 .container {
  background-color: #fff;
}
.prodet-page .init-2 .container .tipsTitle {
  width: 34%;
  padding: 60px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .listC {
  position: relative;
  z-index: 2;
  width: 34%;
  padding-left: 30px;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .listC .list {
  position: relative;
  padding: 20px 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(229, 229, 229, 0);
}
.prodet-page .init-2 .container .content .listC .list::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -4px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-2 .container .content .listC .list.active {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-right: 1px solid rgba(229, 229, 229, 0);
  color: var(--color);
}
.prodet-page .init-2 .container .content .listC .list.active::before {
  opacity: 1;
}
.m-link{
  padding: 40px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.m-link a{
  display: block;
  margin-top: 6px;
  transition: all .5s;
  font-size: 16px;
  line-height: 30px;
}
.m-link a:hover{
  color: var(--color);
}
.prodet-page .init-2 .container .content .contentC {
  padding-right: 20px;
  position: relative;
  z-index: 1;
  width: 66%;
}
.prodet-page .init-2 .container .content .contentC .list {
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .contentC .list .listC2{
  padding: 20px 0;
}
.prodet-page .init-2 .container .content .contentC .list table{
  width: 100% !important;
}
.prodet-page .init-2 .container .content .contentC .list strong {
  font-weight: 600;
  font-size: 18px;
}
.productPublic .init-1 .container {
  background-color: #fff;
}
.productPublic .init-1 .container .contC {
  background-color: #f7f7f7;
}
.productPublic .init-1 .container .contC .left {
  width: 50%;
}
.productPublic .init-1 .container .contC .left img {
  width: 100%;
}
.productPublic .init-1 .container .contC .right {
  width: 50%;
}
.productPublic .init-1 .container .contC .right .cont {
  padding: 90px 60px;
}
.productPublic .init-1 .container .contC .right .cont .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
}
.productPublic .init-1 .container .contC .right .cont .des {
  margin-top: 15px;
}
.productPublic .init-1 .container .contC .right .cont .moreCont {
  margin-top: 30px;
  padding: 18px 30px;
  color: #fff;
  text-transform: uppercase;
}
.productPublic .init-1 .container .contC .right .cont .moreCont .moreImg {
  margin-left: 20px;
  width: 18px;
  height: 14px;
}
.productPublic .init-2 {
  margin-top: 100px;
}
.productPublic .init-2 .container {
  border-bottom: 1px solid #e5e5e5;
}
.productPublic .init-2 .container .tipsTitle {
  width: 34%;
  font-weight: 600;
  text-transform: uppercase;
}
.productPublic .init-2 .container .content {
  padding-bottom: 40px;
  margin-top: 40px;
}
.productPublic .init-2 .container .content ul li a {
  display: block;
}
.productPublic .init-2 .container .content ul li a img {
  width: 100%;
}
.productPublic .init-2 .container .content ul li .imgC {
    position: relative;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 22px 22px 22px 60px;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont .moreImg {
    width: 18px;
    display: block;
    height: 14px;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont:hover .moreImg{
  filter: grayscale(1) brightness(5);
}
.productPublic .init-2 .container .content ul li .text {
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
  line-height: 36px;
  min-height: 7.2em;
}
.productPublic .init-3 .container {
  padding-top: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.productPublic .init-3 .container .contShadow{
  height: 100px;
  background: #fff;
}
.productPublic .init-3 .container ul li .box{
  background: #f7f7f7;
}
.productPublic .init-3 .container ul li .box .img {
  width: 50%;
  display: block;
}
.productPublic .init-3 .container ul li .box .img .img {
  width: 100%;
}
.productPublic .init-3 .container ul li .box .right {
  width: 50%;
  padding: 80px;
}
.productPublic .init-3 .container ul li .box .right .type em {
  color: var(--color);
}
.productPublic .init-3 .container ul li .box .right .title {
  font-weight: 600;
  margin-top: 20px;
  display: block;
  line-height: 40px;
}
.productPublic .init-3 .container ul li .box .right .des {
  margin-top: 20px;
}
.productPublic .init-3 .container ul li .box .right .moreC {
  margin-top: 20px;
}
.productPublic .init-3 .container ul li .box .right .moreC .more {
  position: relative;
  color: #000;
  overflow: hidden;
}
.productPublic .init-3 .container ul li .box .right .moreC .more .moreImg {
  width: 18px;
  height: 14px;
          filter: grayscale(1);
  margin-left: 10px;
}
.productPublic .init-3 .container ul li .box .right .moreC .more::before,
.productPublic .init-3 .container ul li .box .right .moreC .more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
}
.productPublic .init-3 .container ul li .box .right .moreC .more::after {
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover{
  color: var(--color);
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover .moreImg{
  filter: grayscale(0);
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover::before {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover::after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.productPublic .init-4 .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.productPublic .init-4 .container .title {
  font-weight: 600;
  text-transform: uppercase;
}
.productPublic .init-4 .container .text {
  margin-top: 20px;
}
.productPublic .init-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.productPublic .init-5 .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.productPublic .init-5 .container .swiper {
  width: 100%;
}
.productPublic .init-5 .container ul {
  margin: 0 -50px;
}
.productPublic .init-5 .container ul li .box {
  padding: 0 50px;
}
.productPublic .init-5 .container ul li .box .imgC {
  position: relative;
  background-color: #f7f7f7;
}
.productPublic .init-5 .container ul li .box .imgC .img {
  display: block;
}
.productPublic .init-5 .container ul li .box .imgC .moreCont {
  position: absolute;
  bottom: 0;
  left: 0;
}
.productPublic .init-5 .container ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  line-height: 1.6;
}
.productPublic .init-5 .container ul li .box .title:hover {
  color: var(--color);
}
.productPublic .init-5 .container ul li .box .des {
  margin-top: 10px;
  /*overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
}
.productPublic .init-5 .container .pageC {
  padding: 40px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
}
@media (max-width: 1800px) {
  .pr-20-2 {
    padding-right: 0;
  }
  .pl-20-2 {
    padding-left: 0;
  }
  .inner-banner2 .imgC .more .moreCont{
    border-right: none;
    min-width: 280px;
  }
  .prodet-page .init-2 .container .tipsTitle {
    width: 100%;
    border: none;
    padding: 40px 0;
  }
  .prodet-page .init-2 .container .content .listC {
    padding-left: 0;
  }
  .productPublic .init-2 .container .tipsTitle {
    width: 100%;
  }
  .prodet-page .init-2 .container .content .contentC .list{
    border-right: none;
  }
}
@media (max-width: 1500px) {
  .product-page .init-2 .container ul li .box {
    padding: 40px 20px;
  }
}
@media (max-width: 1000px) {
  .m-link{
    padding: 0;
  }
  .inner-banner2 {
    margin-top: 0;
  }
  .product-page .init-1 .container .contC .left {
    width: 100%;
    padding: 0;
  }
  .product-page .init-1 .container .contC .right {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .prodet-page .init-1 .contC .left {
    width: 100%;
    padding: 20px;
  }
  .prodet-page .init-1 .contC .right {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .left {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .right {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .right .cont {
    padding: 20px 16px;
  }
  .productPublic .init-3 .container ul li .box .img {
    width: 100%;
  }
  .productPublic .init-3 .container ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }

  
        #cp-Nav {
          margin-top: 20px;
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }
}
@media (max-width: 700px) {
  .inner-banner2 .imgC {
    margin-top: 80px;
    height: 32vw;
  }
  .inner-banner2 .imgC .more {
    left: 0;
    top: -44px;
  }
  .inner-banner2 .imgC .more .moreCont {
    padding: 10px 20px;
  }
  .productPublic .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .content .listC {
    width: 100%;
  }
  .prodet-page .init-2 .container .content .listC .list {
    border: 1px solid #e5e5e5;
  }
  .prodet-page .init-2 .container .content .listC .list.active {
    border: 1px solid #e5e5e5;
  }
  .prodet-page .init-2 .container .content .contentC {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .content .listC .list::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 .container ul li .box {
    padding: 40px 0;
  }
  .product-page .init-2 .container .pageC {
    padding: 20px 10px;
  }
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .productPublic .init-1 .container .contC .right .cont .des {
    margin-top: 20px;
  }
  .productPublic .init-2 {
    margin-top: 40px;
  }
  .productPublic .init-2 .container .content {
    margin-top: 20px;
  }
  .productPublic .init-3 .container {
    padding-top: 40px;
  }
  .productPublic .init-3 .container .contShadow{
    height: 40px;
  }
  .productPublic .init-4 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.solution-page .init-1 {
  padding: 100px 0;
}
.solution-page .init-1 .container .left {
  width: 33.33%;
  font-weight: 600;
  padding: 0 30px;
  font-size: 36px;
  text-transform: uppercase;
}
.solution-page .init-1 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-1 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-2 {
  padding-bottom: 100px;
  padding-top: 60px;
  background-color: #f7f7f7;
}
.solution-page .init-2 .container .tipsTitle {
  max-width: 520px;
  font-weight: 600;
  text-transform: uppercase;
}
.solution-page .init-2 .container .content ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
  margin-top: 80px;
  background-color: #fff;
  z-index: 2;
}
.solution-page .init-2 .container .content ul li::before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  top: -20px;
  left: 20px;
  background-color: #f7f8f9;
  z-index: -1;
}
.solution-page .init-2 .container .content ul li .box {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.solution-page .init-2 .container .content ul li .box .titleC {
  text-transform: uppercase;
  margin: 0 60px;
  padding-bottom: 20px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.solution-page .init-2 .container .content ul li .box .titleC .left {
  font-weight: 600;
  width: 520px;
  margin-right: 10px;
}
.solution-page .init-2 .container .content ul li .box .content {
  padding: 30px 60px 50px;
}
.solution-page .init-2 .container .content ul li:not(:first-child)::before {
  display: none;
}
.solution-page .init-3 .container {
  padding-top: 100px;
  background-color: #fff;
}
.solution-page .init-3 .container .cont {
  position: relative;
}
.solution-page .init-3 .container .cont .img {
  height: 600px;
  -o-background-size: cover;
     background-size: cover;
}
.solution-page .init-3 .container .cont .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.33%;
  background-color: #fff;
  padding: 30px 20px;
}
.solution-page .init-3 .container .cont .text em {
  color: var(--color);
}
.solution-page .init-4 {
  padding-top: 80px;
}
.solution-page .init-4 .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.solution-page .init-4 .container .left {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .middle img {
  width: 100%;
}
.solution-page .init-4 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .right img {
  width: 100%;
  display: block;
  margin-top: 180px;
}
.solution-page .init-5 .container {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}
.solution-page .init-5 .container .cont {
  max-width: 830px;
  margin: auto;
}
.solution-page .init-5 .container .titleC em {
  margin-right: 5px;
  color: var(--color);
}
.solution-page .init-5 .container .des {
  font-weight: 600;
  margin-top: 20px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 100px 50px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 80px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 60px;
  line-height: 40px;
  min-height: 5.1rem;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 20px;
}
.solution-page .init-7 {
  position: relative;
  z-index: 2;
}
.solution-page .init-7 .shadowC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-page .init-7 .shadowC .left {
  width: 57%;
  background-color: #191817;
}
.solution-page .init-7 .shadowC .right {
  width: 43%;
  background-color: var(--color);
}
.solution-page .init-7 .container .left {
  padding: 100px 80px 100px 0;
  width: 62%;
}
.solution-page .init-7 .container .left .title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.solution-page .init-7 .container .left .des {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 40px;
  line-height: 32px;
}
.solution-page .init-7 .container .left .line {
  height: 1px;
  background-color: #565757;
  margin-top: 60px;
}
.solution-page .init-7 .container .left .imgList {
  padding-top: 20px;
}
.solution-page .init-7 .container .left .imgList img {
  margin-right: 30px;
  margin-top: 20px;
  max-width: 200px;
}
.solution-page .init-7 .container .right {
  width: 38%;
  padding: 100px 0 100px 40px;
}
.solution-page .init-7 .container .right .contC {
  width: 100%;
}
.solution-page .init-7 .container .right ul li .box {
  word-break: break-word;
  color: #fff;
}
.solution-page .init-7 .container .right ul li .box .title {
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
}
.solution-page .init-7 .container .right .sPage {
  margin-top: 50px;
}
.solution-page .init-7 .container .right .sPage .btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}
.solution-page .init-7 .container .right .sPage .btn .btnImg {
  width: 18px;
  height: 18px;
}
.solution-page .init-7 .container .right .sPage .btn:hover {
  background-color: var(--color);
}
.solution-page .init-7 .container .right .sPage .btn:hover .btnImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.solution-page .init-7 .container .right .sPage .btn.prev .btnImg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .solution-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .init-1 .container .middle {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-2 .container .content ul li .box .titleC .left {
    margin-right: 0;
    width: 100%;
  }
  .solution-page .init-2 .container .content ul li .box .titleC .right {
    margin-top: 20px;
  }
  .solution-page .init-2 .container .content ul li {
    position: relative;
    top: 0;
  }
  .solution-page .init-3 .container .cont .text {
    position: relative;
    width: 100%;
  }
  .solution-page .init-4 .container .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .init-4 .container .middle {
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 60px 0;
  }
  .solution-page .init-7 .shadowC {
    display: none;
  }
  .solution-page .init-7 .container .left {
    background-color: #000;
    width: 100%;
    padding: 60px 40px;
  }
  .solution-page .init-7 .container .right {
    width: 100%;
    padding: 60px 40px;
    background-color: var(--color);
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-2 .container .content ul li .box .titleC {
    margin: 0 16px;
  }
  .solution-page .init-2 .container .content ul li .box .content {
    padding: 20px 16px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 {
    padding: 40px 0;
  }
  .solution-page .init-2 {
    padding: 40px 0;
  }
  .solution-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .solution-page .init-3 .container {
    padding-top: 40px;
  }
  .solution-page .init-3 .container .cont .text {
    padding: 20px 16px;
  }
  .solution-page .init-4 {
    padding-top: 40px;
  }
  .solution-page .init-4 .container .middle {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .solution-page .init-4 .container .right img {
    margin-top: 0;
  }
  .solution-page .init-5 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .title {
    margin-top: 20px;
  }
  .solution-page .init-7 .container .left {
    padding: 40px 16px;
  }
  .solution-page .init-7 .container .left .des {
    margin-top: 20px;
  }
  .solution-page .init-7 .container .left .line {
    margin-top: 10px;
  }
  .solution-page .init-7 .container .left .imgList img {
    margin-right: 10px;
  }
  .solution-page .init-7 .container .right {
    padding: 40px 16px;
  }
}
.manufacturing-page .init-1 {
  margin-top: 100px;
}
.manufacturing-page .init-1 .container {
  background-color: #f7f7f7;
}
.manufacturing-page .init-1 .container .left {
  padding: 100px 80px;
  font-weight: 500;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
}
.manufacturing-page .init-1 .container .left .text {
  max-width: 600px;
  line-height: 1.8;
}
.manufacturing-page .init-1 .container .right {
  padding-right: 20px;
  width: 400px;
  position: relative;
  top: -20px;
}
.manufacturing-page .init-1 .container .right img {
  width: 100%;
}
.manufacturing-page .init-2 .container .content .listC {
  border-bottom: 1px solid #e5e5e5;
}
.manufacturing-page .init-2 .container .content .listC .list {
  padding-top: 100px;
}
.manufacturing-page .init-2 .container .content .listC .list .left {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding: 0 30px;
  width: 33.33%;
  padding-bottom: 60px;
}
.manufacturing-page .init-2 .container .content .listC .list .left .title {
  font-weight: 600;
  text-transform: uppercase;
}
.manufacturing-page .init-2 .container .content .listC .list .left .des {
  margin-top: 50px;
}
.manufacturing-page .init-2 .container .content .listC .list .right {
  padding-bottom: 100px;
  width: 66.66%;
  padding-top: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.manufacturing-page .init-2 .container .content .listC .list .right .listImg {
  width: 50%;
  padding: 0 30px;
  margin-top: 70px;
}
.manufacturing-page .init-2 .container .content .listC .list .right .listImg:nth-child(2n) {
  position: relative;
  top: 70px;
}
.manufacturing-page .init-3 {
  background-color: #fff;
  height: 80px;
}
@media (max-width: 1000px) {
  .manufacturing-page .init-1 .container .left {
    width: 100%;
    padding: 60px 0;
  }
  .manufacturing-page .init-1 .container .right {
    width: 100%;
    top: 0;
    padding-right: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .manufacturing-page .init-1 {
    margin-top: 40px;
  }
  .manufacturing-page .init-1 .container .left {
    padding: 40px 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list {
    padding-top: 40px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg {
    width: 100%;
    padding: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg:nth-child(2n) {
    top: 0;
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .left .des {
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg {
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right {
    padding-bottom: 20px;
  }
  .manufacturing-page .init-3 {
    height: 40px;
  }
}
.technology-page .init-1 {
  padding: 100px 0;
}
.technology-page .init-1 .container .left {
  font-weight: 600;
  text-transform: uppercase;
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-1 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-1 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-2 .container .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  width: 33.33%;
  padding: 0 20px;
}
.technology-page .init-2 .container .content .left {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 20px;
}
.technology-page .init-2 .container .content .right {
  width: 66.66%;
}
.technology-page .init-2 .container .content .right .listImg {
  width: 50%;
  padding: 0 30px;
  padding-top: 30px;
}
.technology-page .init-2 .container .content .right .listImg:nth-child(2n) {
  margin-top: 200px;
}
.technology-page .init-3 {
  padding-top: 100px;
}
.technology-page .init-3 .container .left {
  width: 50%;
  min-height: 200px;
  -o-background-size: cover;
     background-size: cover;
}
.technology-page .init-3 .container .right {
  width: 50%;
  background-color: #191817;
}
.technology-page .init-3 .container .right .cont {
  padding: 100px 50px;
  color: #fff;
}
.technology-page .init-3 .container .right .cont .title {
  font-weight: 600;
  text-transform: uppercase;
}
.technology-page .init-3 .container .right .cont .des {
  margin-top: 30px;
}
.technology-page .init-4 {
  padding-top: 100px;
}
.technology-page .init-4 .container .titleC {
  width: 33.33%;
  padding: 0 20px;
}
.technology-page .init-4 .container .titleC .tipsTitle em {
  color: var(--color);
  margin-right: 6px;
}
.technology-page .init-4 .container .titleC .tipsTitle2 {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.technology-page .init-4 .container .content {
  margin-top: 40px;
}
.technology-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.technology-page .init-4 .container .content ul li .box .title {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.technology-page .init-4 .container .content ul li .box .img {
  display: block;
}
.technology-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.technology-page .init-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.technology-page .init-5 .container .titleC .left {
  width: 33.33%;
  padding: 0 20px;
  font-weight: 600;
}
.technology-page .init-5 .container .titleC .right {
  width: 33.33%;
  margin-left: auto;
  padding: 0 20px;
}
.technology-page .init-5 .container .content {
  position: relative;
  margin-top: 30px;
}
.technology-page .init-5 .container .content .moreCont {
  width: 33.33%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 30px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 260px;
}
.technology-page .init-5 .container .content .moreCont::before {
  background-color: #000;
}
.technology-page .init-5 .container .content .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
@media (max-width: 1000px) {
  .technology-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-1 .container .middle {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .technology-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .content .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .content .right {
    width: 100%;
  }
  .technology-page .init-2 .container .content .right .listImg:nth-child(2n) {
    margin-top: 0;
  }
  .technology-page .init-3 .container .left {
    display: none;
  }
  .technology-page .init-3 .container .right {
    width: 100%;
  }
  .technology-page .init-4 {
    padding-top: 40px;
  }
  .technology-page .init-4 .container .titleC {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-4 .container .content ul li {
    padding: 0;
  }
  .technology-page .init-5 .container .titleC .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-5 .container .titleC .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .technology-page .init-5 .container .content .moreCont {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 500px) {
  .technology-page .init-1 {
    padding: 40px 0;
  }
  .technology-page .init-2 .container .content .right .listImg {
    width: 100%;
    padding: 20px 0 0;
  }
  .technology-page .init-3 {
    padding-top: 40px;
  }
  .technology-page .init-3 .container .right .cont {
    padding: 40px 16px;
  }
  .technology-page .init-5 {
    padding: 40px 0;
  }
  .technology-page .init-5 .container .content .moreCont {
    padding: 10px 6px;
  }
}
.download-page .init-1 {
  padding-top: 100px;
}
.download-page .init-1 .container .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .init-1 .container .content {
  padding-top: 40px;
}
.download-page .init-1 .container .content ul {
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .init-1 .container .content ul li {
  padding: 0 30px;
  margin-top: 40px;
}
.download-page .init-1 .container .content ul li .box .imgC {
  position: relative;
}
.download-page .init-1 .container .content ul li .box .imgC img {
  width: 100%;
}
.download-page .init-1 .container .content ul li .box .moreCont {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background-color: #fff;
}
.download-page .init-1 .container .content ul li .box .moreCont .moreImg {
  width: 30px;
  height: 30px;
}
.download-page .init-1 .container .content ul li .box .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.download-page .init-1 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
}
.download-page .init-1 .container .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .download-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .download-page .init-1 {
    padding-top: 40px;
  }
  .download-page .init-1 .container .content {
    padding-top: 10px;
  }
  .download-page .init-1 .container .content ul li {
    padding: 0;
  }
}
.project-page .init-1 {
  padding-top: 120px;
  padding-bottom: 80px;
}
.project-page .init-1 .container .left {
  font-weight: 600;
  text-transform: uppercase;
}
.project-page .init-1 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.project-page .init-2 .container .content ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.project-page .init-2 .container .content ul li {
  margin-bottom: -1px;
  border-bottom: 1px solid #e5e5e5;
}
.project-page .init-2 .container .content ul li .box {
  height: 100%;
}
.project-page .init-2 .container .content ul li .box .text {
  padding: 10px;
  font-weight: 600;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
.project-page .init-2 .container .content ul li .box .img {
  width: 110px;
}
.project-page .init-2 .container .content ul li .box:hover {
  background-color: #f7f7f7;
}
.project-page .init-2 .container .content ul li .box:hover .text {
  color: var(--color);
}
.project-page .init-2 .container .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.projectdet-page .init-3 .tipsTitle{
  font-weight: 600;
  text-transform: uppercase;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 50px 50px 100px 50px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 80px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 30px;
  line-height: 40px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .project-page .init-1 .container .list {
    width: 100%;
    padding: 0;
  }
  .project-page .init-1 .container .middle {
    margin-top: 20px;
  }
  .project-page .init-1 .container .right {
    margin-top: 20px;
  }
  .project-page .init-2 .container .content ul li {
    width: 50%;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 80px 16px;
  }
  .project-page .init-2 .container .content ul li .box{
    text-align: center;
  }
}
@media (max-width: 700px) {
  .project-page .init-2 .container .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .project-page .init-1 {
    padding: 40px 0;
  }
  .project-page .init-2 .container .content ul li .box .text {
    width: 100%;
  }
  .project-page .init-2 .container .content ul li .box .img {
    padding: 10px;
    width: 200px;
    padding-top: 0;
    margin-left: 25%;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 40px 0;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.video-page .init-1 {
  padding-top: 60px;
}
.video-page .init-1 .container .tipsTitle {
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.video-page .init-1 .container .content ul {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.video-page .init-1 .container .content ul li {
  margin-bottom: -1px;
  padding: 40px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.video-page .init-1 .container .content ul li .imgC {
  position: relative;
}
.video-page .init-1 .container .content ul li .imgC img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
.video-page .init-1 .container .content ul li .imgC .play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: var(--color);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
}
.video-page .init-1 .container .content ul li .imgC .play:hover {
  background-color: #fff;
  color: var(--color);
}
.video-page .init-1 .container .content ul li .title {
  margin-top: 20px;
  font-weight: 600;
}
.video-page .init-1 .container .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .video-page .init-1 .container .content .tipsTitle {
    padding: 30px 0 0;
  }
  .video-page .init-1 .container .content ul li {
    width: 50%;
    padding: 30px 10px;
  }
}
@media (max-width: 500px) {
  .video-page .init-1 {
    padding-top: 40px;
  }
  .video-page .init-1 .container .content ul li {
    width: 100%;
    padding: 20px 0 20px;
    text-align: center;
  }
}
.news-page .init-1 {
  padding-top: 80px;
}
.news-page .init-1 .container .list {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 30px;
  width: 33.33%;
  line-height: 1.6;
}
.news-page .init-1 .container .list:hover,
.news-page .init-1 .container .list.active {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container .tipsTitle {
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 80px;
}
.news-page .init-2 .container .content {
  border-bottom: 1px solid #e5e5e5;
}
.news-page .init-2 .container .content ul li {
  border-bottom: 1px solid #e5e5e5;
}
.news-page .init-2 .container .content ul li .box .img {
  display: block;
}
.news-page .init-2 .container .content ul li .box .cat {
  margin-top: 20px;
}
.xinwen{
  font-size: 18px;
  line-height: 1.8;
}
.riqi{
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
}
.news-page .init-2 .container .content ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .init-2 .container .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.newdet-page .init-1 {
  padding-top: 80px;
}
.newdet-page .init-1 .container .contC .time {
  text-align: center;
}
.newdet-page .init-1 .container .contC .title {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.6;
}
.newdet-page .init-1 .container .contC .des {
  margin-top: 40px;
  line-height: 2;
}
.newdet-page .init-1 .container .contC .contentC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
.newdet-page .init-1 .container .contC .contentC .left {
  margin-top: 10px;
}
.newdet-page .init-1 .container .contC .contentC .left .btn {
  width: 80px;
  padding: 6px 10px;
  background-color: #e5e5e5;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.newdet-page .init-1 .container .contC .contentC .left .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.newdet-page .init-1 .container .contC .contentC .right {
  margin-top: 10px;
}
.newdet-page .init-1 .container .contC .contentC .right ul li {
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  font-size: 18px;
}
.newdet-page .init-1 .container .contC .contentC .right ul li:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container .tipsTitle {
    padding: 80px 0 0;
  }
  .news-page .init-2 .container .content ul li {
    padding: 40px 10px;
  }
  .newdet-page .init-1 .container .contC {
    padding: 0;
  }
  .newdet-page .init-1 .container .contC .contentC .right {
    width: 100%;
    margin-top: 20px;
  }
  .productPublic .init-5 .tipsTitle {
    padding: 0;
  }
  .productPublic .init-5 .container ul li .box {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .news-page .init-2 .container .tipsTitle {
    padding-top: 40px;
  }
  .news-page .init-2 .container .content ul li {
    padding: 20px 0;
  }
  .newdet-page .init-1 {
    padding-top: 40px;
  }
  .newdet-page .init-1 .container .contC .des {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .contC .contentC {
    padding-top: 20px;
  }
  .productPublic .init-5 {
    margin: 40px 0;
  }
  .productPublic .init-5 .tipsTitle {
    margin-bottom: 20px;
  }
}
.faq-page .tipsTitle {
  padding-top: 60px;
  text-align: center;
  font-weight: 600;
}
.faq-page .list {
  margin-top: 60px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.faq-page .list ul li {
  padding: 35px 30px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.6;
}
.faq-page .list ul li h6 {
  font-weight: 600;
  padding-right: 80px;
  position: relative;
}
.faq-page .list ul li h6 i {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #c3c3c3;
  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;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .list ul li h6 i:after,
.faq-page .list ul li h6 i:before {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .list ul li h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
     transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .list ul li h6 i.active {
  background: black;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
     transform: translateY(-50%) rotate(45deg);
}
.faq-page .list ul li .text {
  margin-top: 20px;
  color: #a5a5a5;
  display: none;
  line-height: 40px;
}
.faq-page .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.faq-page .list ul li h6 i.active:after,
.faq-page .list ul li h6 i.active:before {
  background: white;
}
@media (max-width: 500px) {
  .faq-page .list {
    margin-top: 30px;
  }
  .faq-page .list ul li {
    padding: 20px 0;
  }
  .faq-page .list ul li h6 {
    padding-right: 50px;
  }
  .faq-page .list ul li h6 i {
    width: 40px;
    height: 40px;
  }
}
.custom-page .init-1 .container .contC {
  padding: 0 20px;
}
.custom-page .init-1 .container .contC .tipsDes {
  max-width: 530px;
  padding-top: 40px;
}
.custom-page .init-1 .container .contC .tipsTitle {
  font-weight: 600;
  margin-top: 20px;
}
.custom-page .init-1 .container .contC .content {
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-page .init-1 .container .contC .content .list {
  margin-top: 20px;
  width: 22%;
}
.custom-page .init-1 .container .contC .content .list2{
  margin-right: 10px;
}
.custom-page .init-1 .container .contC .content .list3{
  margin-right: 100px;
}
.custom-page .init-1 .container .contC .content .list i {
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
  color: var(--color);
  width: 26px;
}
.custom-page .init-1 .container .contC .content .list span {
  padding-left: 10px;
  width: -webkit-calc(100% - 26px);
  width: -moz-calc(100% - 26px);
  width: calc(100% - 26px);
  line-height: 2;
}
.custom-page .init-2 .container {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.custom-page .init-2 .container .left {
  padding-left: 30px;
  width: 50%;
}
.custom-page .init-2 .container .left form ul {
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-page .init-2 .container .left form ul li {
  margin-top: 20px;
  width: 48%;
}
.custom-page .init-2 .container .left form ul li input,
.custom-page .init-2 .container .left form ul li textarea {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #e6e9eb;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 30px;
}
@keyframes ks2_2 {
  0% {
    transform: rotate(15deg);
  }
  50%{
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.custom-page .init-2 .container .left form ul li .moreCont {
  color: #fff;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 230px;
  /*font-weight: 600;*/
  text-transform: uppercase;
  cursor: pointer;
}
.custom-page .init-2 .container .left form ul li .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 20px;
}
.custom-page .init-2 .container .left form ul li.wid-100 {
  width: 100%;
}
.custom-page .init-2 .container .right {
  width: 50%;
  padding: 30px 50px 30px 100px;
}
.custom-page .init-2 .container .right img{
  animation: ks2_2 5s linear infinite;
}
@media (max-width: 1800px) {
  .custom-page .init-1 .container .contC {
    width: 100%;
    padding: 0;
  }
  .custom-page .init-1 .container .contC .content .list{
    margin-right: 0;
  }
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .contC .content .list {
    width: 50%;
  }
  .custom-page .init-2 .container .left {
    width: 100%;
    padding-left: 0;
  }
  .custom-page .init-2 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 .container .contC .content .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .custom-page .init-2 .container .left form ul li {
    width: 100%;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
.about-page .init-1 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.about-page .init-1 .container .left {
  font-weight: 600;
}
.about-page .init-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -20px;
}
.about-page .init-2 .container {
  width: 100%;
}
.about-page .init-2 .container .imgC {
  width: 82.4%;
  position: relative;
  top: 0;
  left: 0;
}
.about-page .init-2 .container .imgC img {
  width: 100%;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
  margin-top: -216px;
}
.about-page .init-3 .container .list {
  width: 33.33%;
  padding: 40px 30px 80px;
  background-color: #fff;
}
.about-page .init-3 .container .list .tipsTitle {
  margin-bottom: 60px;
}
.about-page .init-3 .container .list .tipsTitle .em {
  color: var(--color);
  margin-right: 6px;
}
.about-page .init-3 .container .list .numC {
  line-height: 1;
  font-weight: 700;
  font-size: 94px;
  margin-top: 20px;
}
.about-page .init-3 .container .list .numText {
  font-weight: 500;
  margin-top: 10px;
}
.about-page .init-3 .container .list2 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-top: 216px;
}
.about-page .init-3 .container .list3 {
  margin-top: 216px;
  padding-top: 200px;
}
.about-page .init-4 {
  padding: 100px 0;
  background-color: #191817;
}
.about-page .init-4 .container .titleC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.about-page .init-4 .container .titleC .left {
  width: 600px;
  text-transform: uppercase;
  font-weight: 600;
}
.about-page .init-4 .container .titleC .right {
  width: 360px;
  line-height: 2;
}
.about-page .init-4 .container .content {
  margin-top: 60px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper {
  margin: 0 -30px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
  padding: 0 32px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  text-align: center;
  color: #fff;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .line {
  height: 2px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .line .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 10px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .line .sub {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.about-page .init-5 { 
  padding: 100px 0;
  background-color: #333333;
}
.about-page .init-5 .container .titleC {
  width: 33.33%;
  padding: 0 30px;
}
.about-page .init-5 .container .titleC .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .init-5 .container .titleC .tipsDes {
  margin-top: 10px;
}
.about-page .init-5 .container .content {
  margin-top: 60px;
}
.about-page .init-5 .container .content ul li {
  padding: 0 40px;
}
.about-page .init-5 .container .content ul li .box .img img {
  height: 80px;
}
.about-page .init-5 .container .content ul li .box .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  color:#ffffff;
}
.about-page .init-5 .container .content ul li .box .des {
  margin-top: 10px;
  color:#fff;
}
.about-page .init-6 .container {
  background-color: #f7f7f7;
  margin-top: 100px;
}
.about-page .init-6 .container .left {
  width: 50%;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 50%;
}
.about-page .init-6 .container .right .cont {
  position: relative;
  padding: 80px 60px;
}
.about-page .init-6 .container .right .cont .tipsTitle em {
  color: var(--color);
}
.about-page .init-6 .container .right .cont .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.about-page .init-6 .container .right .cont .des {
  margin-top: 20px;
}
.about-page .init-6 .container .right .cont .moreC {
  margin-top: 40px;
  color: #fff;
}
.about-page .init-6 .container .right .cont .moreC .moreCont {
  padding: 16px 26px;
}
.about-page .init-6 .container .right .cont .moreC .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 10px;
}
.about-page .init-7 .container {
  background-color: #fff;
}
.about-page .init-7 .container .cont {
  max-width: 1000px;
  font-weight: 600;
  margin: auto;
  padding: 80px 0;
}
.about-page .init-8 .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .init-8 .container .content ul li {
  padding: 0 30px;
}
.about-page .init-8 .container .content ul li .box .img {
  display: block;
}
.about-page .init-8 .container .content ul li .box .img img {
  width: 100%;
}
.about-page .init-8 .container .content ul li .box .text {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}
.about-page .init-9 {
  padding-bottom: 100px;
}
.about-page .init-9 .container .tipsTitle {
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .init-9 .container .content {
  margin-top: 40px;
}
.about-page .init-9 .container .content ul li {
  padding: 0 30px;
}
.about-page .init-9 .container .content ul li .box .img {
  display: block;
}
.about-page .init-9 .container .content ul li .box .img img {
  width: 100%;
}
.about-page .init-9 .container .content ul li .box .title {
  margin-top: 10px;
  font-weight: 600;
}
.about-page .init-9 .container .content ul li .box .des {
  margin-top: 10px;
}
.about-page .init-9 .container .content .sPage {
  margin-top: 40px;
  text-align: center;
}
.about-page .init-9 .container .content .sPage .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.3;
  background-color: var(--color);
}
.about-page .init-9 .container .content .sPage .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1800px) {
  .about-page .init-5 .container .titleC {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1250px) {
  .about-page .init-2 {
    display: none;
  }
  .about-page .init-3 {
    margin-top: 0;
  }
  .about-page .init-3 .container .list {
    margin-top: 20px;
    padding: 30px 16px;
    border: none;
  }
  .about-page .init-3 .container .list .numC {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .list {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .middle,
  .about-page .init-1 .container .right {
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .numC {
    font-size: 60px;
  }
  .about-page .init-4 .container .titleC .left {
    width: 100%;
  }
  .about-page .init-4 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content ul li {
    padding: 0;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
  .about-page .init-8 .container .content ul li {
    padding: 0;
  }
  .about-page .init-9 .container .content ul li {
    padding: 0;
  }
  .about-page .init-9 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .list {
    width: 100%;
    padding: 10px 0;
  }
  .about-page .init-3 .container .list .tipsTitle {
    margin-bottom: 20px;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .content .swiper .swiper-wrapper {
    margin: 0;
  }
  .about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 0 5px;
  }
  .about-page .init-6 .container .right .cont {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 {
    padding-top: 40px;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-7 .container .cont {
    padding: 40px 0;
  }
  .about-page .init-8 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .init-9 .container .content {
    margin-top: 20px;
  }
  .about-page .init-9 {
    padding-bottom: 40px;
  }
}
.contact-page .init-1 {
  padding-top: 100px;
}
.contact-page .init-1 .container .tipsTitle {
  width: 33.33%;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page .init-1 .container .content {
  margin-top: 40px;
}
.contact-page .init-1 .container .content .left {
  width: 66.66%;
  padding-right: 30px;
}
.contact-page .init-1 .container .content .left form {
  background-color: #f7f7f7;
  width: 100%;
  padding: 60px 30px;
  -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 .content .left .list {
  margin-top: 20px;
  width: 48%;
}
.contact-page .init-1 .container .content .left .list input,
.contact-page .init-1 .container .content .left .list textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px 16px;
  border: 1px solid #e6e9eb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-page .init-1 .container .content .left .list input:hover,
.contact-page .init-1 .container .content .left .list textarea:hover,
.contact-page .init-1 .container .content .left .list input:focus,
.contact-page .init-1 .container .content .left .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .content .left .list.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .content .left .list.wid-100 button {
  border: none;
}
.contact-page .init-1 .container .content .left .list .moreCont {
  color: #fff;
  padding: 14px 20px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .content .left .list .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 20px;
}
.contact-page .init-1 .container .content .right {
  width: 33.33%;
  padding: 0 0;
}
.contact-page .init-1 .container .content .right iframe{
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.contact-page .init-1 .container .content .right .cont {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
}
.contact-page .init-2 {
  padding: 100px 0;
}
.contact-page .init-2 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.contact-page .init-2 .container .list .first {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-page .init-2 .container .list .des {
  margin-top: 10px;
}
@media (max-width: 1800px) {
  .contact-page .init-1 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .init-1 .container .content .right {
    display: block;
    width: 100%;
    margin-top: 20px;
    paddng: 0;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .content .left .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-top: 40px;
  }
  .contact-page .init-1 .container .content .left form {
    padding: 20px 16px;
  }
  .contact-page .init-2 {
    padding: 40px 0;
  }
}
.honor-page .init-1 {
  padding-top: 100px;
}
.honor-page .init-1 .container .titleC {
  width: 33.33%;
  padding: 0 20px;
}
.honor-page .init-1 .container .titleC .tipsTitle em {
  color: var(--color);
  margin-right: 6px;
}
.honor-page .init-1 .container .titleC .tipsTitle2 {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.honor-page .init-1 .container .content {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
  padding: 60px 0;
  padding-top: 20px;
}
.honor-page .init-1 .container .content ul li {
  margin-top: 40px;
  padding: 0 30px;
}
.honor-page .init-1 .container .content ul li .box .title {
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.honor-page .init-1 .container .content ul li .box .img {
  display: block;
}
.honor-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .pageC {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 1800px) {
  .honor-page .init-1 .container .titleC {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 {
    padding-top: 40px;
  }
  .honor-page .init-1 .container .content {
    padding-bottom: 40px;
  }
  .honor-page .init-1 .container .content ul li {
    padding: 0;
    margin-top: 20px;
  }
}
.shadowBgCont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 1370px;
    border-left: 1px solid #e5e5e5
}
.shadowBgCont .list {
    width: 33.33%;
    position: relative;
    left: 1px;
    border-right: 1px solid #e5e5e5
}

html {
  font-size: 100px;
}
.nav_h4{line-height: 0.3rem; color: #333; font-size:0.22rem; position:inherit; text-transform:uppercase;position: relative; background-size:auto 150%; font-weight: 600; margin-bottom: 0.2rem;}
ul.mtree{opacity: 0;margin-left: 0; border-top: none;}
ul.mtree li {list-style: none;}
ul.mtree>li>a,ul.mtree>li>a>h2{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; display: flex;align-items: center;  height: 0.8rem; padding-left: 0.1rem;font-weight: 500; font-size: 0.18rem;}
ul.mtree>li>a i{ width: 0.66rem; height: 0.66rem; padding: 0.05rem; display: inline-block; margin-right: 0.15rem;}
ul.mtree>li{ position: relative; background: #f5f5f5; margin-bottom:0; border-radius: 10px; border: 1px solid #eee; margin-bottom: 0.1rem;transition: 0.5s all;}
ul.mtree>li:hover,ul.mtree>li.active{ border: 1px solid var(--color); box-shadow: 5px 5px 15px rgb(0 0 0 / 5%); background: #fff;}
ul.mtree>li:hover>a,ul.mtree>li.active>a{ color: var(--color);}
ul.mtree a {display: block;  color:#333;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;line-height:22px; padding-right:0.36rem;}
ul.mtree li ul a{ line-height: 0.48rem; padding: 0px 0.12rem; padding-right:24px; font-weight: normal; color: #fff;}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree.transit li.mtree-open>span:before  {content:"\e7b8";font-family:iconfont;padding-left:5px; float:right; font-size:0.2rem;   font-style:normal;  height: 0.8rem; line-height: 0.8rem; width: 0.3rem; position:absolute;  right:0.1rem; top:0px; color: var(--color);}
ul.mtree.transit li.mtree-closed>span:before {content:"\e7b9";font-family:iconfont;padding-left:5px; float:right; font-size:0.2rem;   font-style:normal; height: 0.8rem;line-height: 0.8rem; width: 0.3rem; position:absolute;  right:0.1rem; top:0px; color: var(--color);}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"\e7b8";font-family:iconfont;padding-left:5px; float:right; font-size:0.2rem;   font-style:normal; height: 0.5rem; width: 0.3rem; line-height: 0.5rem; background:none;position:absolute;  right:0; top:0; border-left:none; color: var(--color);}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"\e7b9";font-family:iconfont;padding-left:5px; float:right; font-size:0.2rem;   font-style:normal; height: 0.5rem; width: 0.3rem; line-height: 0.5rem; background:none; position:absolute;  right:0; top:0; border-left:none; color: var(--color);}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li.mtree-open{color:#fff;padding-bottom:0; border: 1px solid var(--color); background: #fff;box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);}
ul.mtree>li.mtree-open>a{ color: var(--color);}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#fff ;text-decoration:none;}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before{ color:var(--color)  !important;}
ul.mtree ul { padding: 0.1rem;}
ul.mtree ul li{list-style:none; position:relative;  background: #fafafa; margin-bottom: 0.05rem;}
ul.mtree ul li:last-child{ border-bottom: none;}
ul.mtree ul li a{display:block;color:#666;}
ul.mtree>li>ul>li>a{ font-size:0.16rem !important;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:var(--color) ;}
ul.mtree li ul li.mtree-open a{color:var(--color) ;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; background:#fff; padding: 0 10px; border-left: 1px solid #eee; border-right: 1px solid #eee;}
ul.mtree li ul.mtree-level-2 li{border: none; background: #fff;}
ul.mtree li ul.mtree-level-2 li a{ padding-left:0; color: #666;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:var(--color) ;font-weight:normal;}
ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #e5e5e5;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {background: var(--color);color: #FFF; border-radius: 3px 3px 0px 0px;}
ul.mtree.jet li > a:hover { background: #FFC000;color: #FFF;}
ul.mtree.jet a { padding: 5px 0px 5px 1em;}
ul.mtree.jet li li > a { padding-left: 2em;}
ul.mtree.jet li li li > a {padding-left: 3em;}
ul.mtree.jet li li li li > a {padding-left: 4em;}
ul.mtree.jet li li li li li > a {padding-left: 5em;}
ul.mtree a:hover{text-decoration:none;}
ul.mtree>li.mtree-node ul i{margin-right:4px;  color:#999;}
.mtree-skin-selector{ display:none !important}
.hot_left{ margin-top:30px;padding:0.1rem 0.15rem 0; border: 1px solid #eee; background: #fff; border-radius: 10px;}
.hot_left ul{border-bottom:none; margin-top: 0.1rem; }
.hot_left ul li{ list-style:none;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position: relative;}
.hot_left ul li .li{ position: relative; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;  border-bottom: 1px solid #eee;padding:0.2rem 0; background: #fff;}
.hot_left ul li:last-child .li{ border-bottom: none;}
.hot_left ul li:first-child .li{  padding-top: 0;}
.hot_left ul li .img{ float:left; width:36%;display:inline-block; margin-right:0.15rem; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;overflow:hidden; position:relative; flex-shrink: 0;}
.hot_left ul li .h4 a{color:#444; overflow:hidden; line-height:0.2rem;  max-height:0.4rem; display:block;  margin-bottom: 0.05rem; font-weight: 500;}
.hot_left ul li .more2{ text-transform: uppercase;color: var(--color) ; display: block; margin-top: 0.1rem; font-weight: 500; font-size: 0.14rem;}
.hot_left ul li .more2 i{ margin-left: 0.04rem;}
.hot_left ul li:hover .more2{ color: var(--color) ;}
.hot_left ul li:hover .img img{transform: scale(1.1);}
@media (max-width: 1000px) {
  .modules_box .modules {
    display: none;
  }
  .modules_box .modules_right  {
    width: 100%;
  }
  .productPublic .init-5 .container ul {
    margin: 0;
  }
}

.init-history {
    padding: 60px 0;
    background: url(../images/his-bg.jpg) no-repeat top center
}

.aw-history {
    padding: 20px 0 0;
    background-size: cover;
    width: 100%
}

.aw-history .title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px
}

.aw-history .title h2 {
    font-size: 40px;
    color: #333;
    line-height: 67px;
    font-weight: 700
}

.aw-history .title span {
    font-size: 24px;
    color: #000;
    padding-left: 52px;
    background: url(../images/pro05.png) no-repeat left center;
    line-height: 32px;
    display: inline-block
}

.pc-history {
    width: 100%;
    height: 548px;
    overflow: hidden;
    background: url(../images/de2.png) no-repeat center
}

.pc-history .btns {
    width: 107px;
    height: 107px;
    position: absolute;
    top: 42%;
    margin-top: 3px;
    transition: background .3s;
    z-index: 2
}

.pc-history .btns.prev {
    background: url(../images/aa06.png) no-repeat center;
    left: 0
}

.pc-history .btns.next {
    background: url(../images/aa07.png) no-repeat center;
    right: 0
}

.pc-history .box {
    width: 1065px;
    margin: 0 auto;
    height: 100%
}

.pc-history .box ul {
    position: relative
}

.pc-history .box li {
    width: 255px;
    margin-left: -80px;
    float: left;
    position: relative
}

.pc-history .box li.even {
    margin-bottom: 30px;
    padding-bottom: 100px;
    background: url(../images/de.png) no-repeat center bottom
}

.pc-history .box li.odd {
    margin-top: 270px;
    padding-top: 100px;
    background: url(../images/de.png) no-repeat center top
}

.pc-history .box li:first-child {
    margin-left: 0
}

.pc-history .box ul {
    float: left
}

.pc-history .box h2 {
    font-size: 20px;
    color: #404040;
    font-weight: 500;
    line-height: 34px
}

.pc-history .box p {
    font-size: 16px;
    color: #666;
    line-height: 20px
}

@media screen and (max-width: 1200px) {
    .pc-history .box p {
        margin:0
    }
}
.productBox {
  padding: 10px;
  border: 1px solid #eee;
  transition: .5s;
  position: relative;
  background-color: white;
}
.productBox .img-box {
  background-color: #f5f5f5;
}
.productBox .more {
  margin-top: -1em;
  margin-bottom: -2em;
  opacity: 0;
  transition: .5s;
  background-image: linear-gradient(to right,#174495,#0b2b5e);
}
.productBox:hover {
  margin-bottom: -3em;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #174495;
}
.productBox:hover .more {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .pc-history .box li {
    width: 100% !important;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  .pc-history .box ul,.pc-history .box {
    width: 100% !important;
  }
  .pc-history {
    height: auto !important;
  }
}