@font-face {
  font-family: 'Futura LT';
  src: url('../fonts/FuturaLT-Heavy.eot');
  src: url('../fonts/FuturaLT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLT-Heavy.woff2') format('woff2'), url('../fonts/FuturaLT-Heavy.woff') format('woff'), url('../fonts/FuturaLT-Heavy.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Futura LT';
  src: url('../fonts/FuturaBT-Book.eot');
  src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff'), url('../fonts/FuturaBT-Book.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Futura LT';
  src: url('../fonts/FuturaLT.eot');
  src: url('../fonts/FuturaLT.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLT.woff2') format('woff2'), url('../fonts/FuturaLT.woff') format('woff'), url('../fonts/FuturaLT.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zero Twos';
  src: url('../fonts/ZeroTwos.eot');
  src: url('../fonts/ZeroTwos.eot?#iefix') format('embedded-opentype'), url('../fonts/ZeroTwos.woff2') format('woff2'), url('../fonts/ZeroTwos.woff') format('woff'), url('../fonts/ZeroTwos.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Futura LT";
  max-width: 1920px;
  --color: #d29d6b;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.text-hide1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 77px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo,
#header .nav .ui.menu .box {
  width: 18%;
}
#header .nav .ui.menu .menu-box {
  width: 50%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  margin-right: auto;
}
#header .nav .ui.menu .yuy i {
  font-size: 1.6em;
}
#header .nav .ui.menu .h-search,
#header .nav .ui.menu div.menu {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #252525;
  color: white;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#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;
}
.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;
}
.text {
  font-weight: 300;
  line-height: 1.66666667;
}
span.h2 {
  line-height: 1.4;
}
.more {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more em {
  border-bottom: 1px solid black;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i.iconfont {
  width: 3.375em;
  height: 3.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: var(--color);
}
.more:hover em {
  border-bottom-color: var(--color);
}
.more:hover i.iconfont {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#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%);
  color: white;
  text-align: center;
  height: 100%;
  padding-bottom: 7%;
}
#banner li .content .text {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#banner li .content .ui.container {
  position: static;
}
#banner li .content .link {
  width: 630px;
  max-width: 100%;
  padding: .5em;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #2e2e2e;
}
#banner li .content .link em {
  border-bottom: 1px solid #2e2e2e;
  line-height: 1.1;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .link i.iconfont {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  color: white;
  background-color: #2e2e2e;
}
#banner li .content .link:hover {
  background-color: var(--color);
  color: white;
}
#banner li .content .link:hover em {
  border-bottom-color: white;
}
#index-body .init-1 .top .text {
  max-width: 590px;
}
#index-body .init-1 .bottom .mask {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../images/init-1-mask.png');
  mask-image: url('../images/init-1-mask.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
  max-width: 53.85416667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-attachment: fixed;
  top: -5%;
}
#index-body .init-1 .bottom .mask i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 120% auto;
}
#index-body .init-1 .bottom li {
  background-color: #f5f5f5;
}
#index-body .init-1 .bottom li i {
  width: 2em;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
#index-body .init-1 .bottom li span.h6 {
  line-height: 1.2;
}
#index-body .init-1 .bottom .left li:first-child {
  margin-top: 80%;
}
#index-body .init-1 .bottom .left li:last-child {
  margin-bottom: 80%;
}
#index-body .init-1 .bottom .right {
  margin-top: 32%;
}
#index-body .init-1 .bottom .right li:first-child {
  margin-top: 115%;
}
#index-body .init-1 .bottom .right li:last-child {
  margin-bottom: 115%;
}
#index-body .init-2 .bottom ul {
  height: 530px;
}
#index-body .init-2 .bottom li {
  color: white;
  padding: 2%;
  width: 21%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom li span.h6 {
  line-height: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom li .text {
  line-height: 1.6;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init-2 .bottom li.active {
  width: 33%;
}
#index-body .init-2 .bottom li.active span.h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .bottom li.active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-3 .box {
  background-color: #f5f5f5;
}
#index-body .init-3 .box .left {
  background-size: 44.27083333vw auto;
  background-repeat: no-repeat;
  background-position: left top 5%;
}
#index-body .init-3 .box .left .box2 .img li {
  overflow: hidden;
  border: 1px solid #9e9e9e;
}
#index-body .init-3 .box .left .box2 .dots li {
  color: #aeaeae;
  margin-top: .5em;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .box .left .box2 .dots li.active {
  color: black;
}
#index-body .init-3 .box .right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
#index-body .init-3 .box .right i {
  height: 110%;
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  transition: .5s opacity;
}
#index-body .init-3 .box .right i.active {
    opacity: 1;
}
#index-body .init-4 .list .box {
  background-color: #f5f5f5;
}
#index-body .init-4 .list .box .link {
  height: 2.66666667em;
  border: 1px solid #7a7a7a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .box .link:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body .init-5 {
  background-repeat: no-repeat;
  background-position: center bottom 14%;
  background-size: 19.11458333vw auto;
}
#index-body .init-5 .options ul {
  margin: 0 -5%;
  line-height: 1;
}
#index-body .init-5 .options ul li {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .options ul .slick-current li {
  opacity: 1;
  color: var(--color);
}
#index-body .init-5 .list i.font-72 {
  font-family: 'Zero Twos';
  color: var(--color);
  line-height: 1;
  margin-bottom: -0.7em;
}
#index-body .init-5 .list span.h6 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 .list .text {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  background-color: #191919;
  color: white;
}
#footer .footer-top form label {
  display: block;
  line-height: 1;
}
#footer .footer-top form input,
#footer .footer-top form textarea {
  width: 100%;
  padding: .3em 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  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.4);
}
#footer .footer-top form input:-moz-placeholder, #footer .footer-top form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form input::-moz-placeholder, #footer .footer-top form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form input:-ms-input-placeholder, #footer .footer-top form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form input::placeholder,
#footer .footer-top form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top form input:focus,
#footer .footer-top form textarea:focus {
  border-color: var(--color);
}
#footer .footer-top form textarea {
  height: 4.44444444em;
}
#footer .footer-top form p {
  font-style: italic;
}
#footer .footer-top form button {
  width: 11em;
  padding: 3px;
  background-color: #303030;
  padding-left: 1.5em;
  border-radius: 2em;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top form button i {
  width: 2.4em;
  height: 2.4em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top form button:hover {
  background-color: var(--color);
  color: white;
}
#footer .footer-top form button:hover i {
  background-color: black;
}
#footer .footer-top a.mail {
  line-height: 1.1;
  border-bottom: 2px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top a.mail:hover {
  color: var(--color);
  border-bottom-color: var(--color);
}
#footer .footer-center span.h2 {
  line-height: 1.1;
}
#footer .footer-bottom .coy {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom .coy a {
  color: white;
  border-bottom: 1px solid white;
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .bottom ul {
    height: 450px;
  }
}
@media screen and (max-width: 1450px) {
  .font-em-20 {
    font-size: 1.7em;
  }
  #index-body .init-2 .bottom ul {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .bottom .left,
  #index-body .init-1 .bottom .right {
    margin: 0 !important;
  }
  #index-body .init-1 .bottom .left li,
  #index-body .init-1 .bottom .right li {
    margin: 0 !important;
  }
  #index-body .init-1 .bottom .mask {
    display: none;
  }
  #index-body .init-2 .bottom ul {
    height: 300px;
  }
  #index-body .init-3 .box .left {
    padding: 3% 2%;
  }
  #footer .footer-center span.h2 {
    font-size: 104px;
    margin-top: .2em;
  }
  #footer .footer-center span.h2 em {
    font-size: 1em;
  }
  #footer .footer-center .img {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-center span.h2 {
    font-size: 14.5vw;
    text-align: center;
  }
  .more i.iconfont {
    zoom: .7;
  }
  #banner li .content .link {
    display: none;
  }
  #banner li .content {
    padding-bottom: 0;
    height: auto;
  }
  #banner li .content .text {
    display: none;
  }
  #index-body .init-2 .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #index-body .init-2 .bottom ul li {
    width: 100% !important;
    padding: 10% 4%;
  }
  #index-body .init-2 .bottom ul li span.h6,
  #index-body .init-2 .bottom ul li .text {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  #index-body .init-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 .box .left {
    width: 100%;
    padding: 10% 4%;
    background-size: 80% auto;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    height: 200px;
  }
  .font-30,
  .font-36 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-60 {
    font-size: 24px;
  }
  #footer .footer-center span.h2 {
    font-size: 14.1vw;
  }
}
.wow-wrap {
  -webkit-filter: opacity(0) blur(2px);
  filter: opacity(0) blur(2px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  -moz-transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93);
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
}
i .wow-wrap {
  line-height: 1;
}
/* 方向感 */
.wow-wrap[data-wow-type="up"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.wow-wrap[data-wow-type="down"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.wow-wrap[data-wow-type="left"] {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.wow-wrap[data-wow-type="right"] {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.wow-wrap[data-wow-type="scale"] {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
/* 激活状态（柔和进入） */
.wow-wrap.wow-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: none;
  filter: none;
}

.i-form {
    background: url(../images/form-bg.png) no-repeat right;
}
.i-form .i-top .right {
    margin-left: 30%;
}
.i-form .wrap {
    width: 66%;
}
.i-form .wrap form li {
    position: relative;
}
.i-form .wrap form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    height: 45px;
    font-size: 16px;
}
.i-form .wrap form em {
    position: absolute;
    right: 40px;
    color: var(--color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}
.i-form .wrap form input[type="submit"] {
    border: none;
    width: auto;
    min-width: 220px;
    text-align: center;
    border: 1px solid transparent;
    height: 58px;
}
.i-form .wrap form input[type="submit"]:hover {
    border-color: var(--color);
    color: var(--color);
}
.i-form .wrap form p {
    color: #161616;
    opacity: 0.35;
}
@media screen and (max-width: 1250px) {
    .i-form {
        background-size: contain;
    }
}
@media screen and (max-width: 1000px) {
    .i-form {
        background: white;
    }
    .i-form .wrap {
        width: 100%;
    }
    .i-form .i-top .right {
        margin-left: 42%;
    }
}
@media screen and (max-width: 700px) {
    .i-form .i-top .right {
        margin-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .i-form .wrap form li {
        width: 100%;
    }
    .i-form .wrap form em {
        right: 20px;
    }
}
.inner-banner {
    padding-top: 10px;
}
.inner-banner img {
    border-radius: 20px;
}
.font-120 {
    font-size: 120px;
}
.lh-13 {
    line-height: 2;
}
.about-page .about-1 .img{
    border-radius: 20px;
    overflow: hidden;
}
.about-page .about-1 .img img {
    border-radius: 20px;
}
.about-page .about-1 .img .play_btn {
    cursor: pointer;
}
.about-page .about-1 .img video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.about-page .about-1 .des {
    line-height: 2;
    text-shadow: 0.3px 0 black;
}
.about-page .about-1 .des img{
    vertical-align: middle;
}
.about-page .about-1 .des em {
    color: var(--color);
    text-decoration: underline;
    text-shadow: 0.3px 0 var(--color);
}
.about-page .about-1 .left {
    width: 30%;
}
.about-page .about-1 .center {
    width: 38%;
    line-height: 2;
}
.about-page .about-1 .right {
    width: 19%;
}
.about-page .about-2 {
    background-color: #ececec;
}
.about-page .about-2 .left {
    width: 40%;
}
.about-page .about-2 .right {
    width: 60%;

}
.about-page .about-2 .right > .flex{
    border-bottom: 1px solid #a9a9a9;
}
.about-page .about-2 .right .h4 {
    width: 35%;
}
.about-page .about-2 .right .txt {
    width: 65%;
}
.about-page .about-3 ul li .num {
    color: var(--color);
    line-height: 0.5 ;
}
.about-page .about-3 ul li .num em {
    line-height: inherit;
}
.about-page .about-3 ul li .bg {
    position: absolute;
    left: 20px;
    bottom: 0;
    line-height: 0.4;
    font-size: 250px;
    opacity: 0.05;
    z-index: -1;
}
.about-page .about-3 ul li:nth-child(1) {
    width: 30%;
}
.about-page .about-3 ul li:nth-child(2) {
    width: 61%;
}
.about-page .about-3 ul li:nth-child(3) {
    width: 50%;
}
.about-page .about-3 ul li:nth-child(4) {
    width: 50%;
}
.about-page .about-4 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    background-color: var(--color);
}
.about-page .about-4 i.bg {
    position: relative;
    background-color: white;
    z-index: -1;
}
.about-page .about-4 i.bg em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 1;
}
.about-page .about-4 span.h2 {
    line-height: 1.4;
    color: white;
}
.about-page .about-4 span.h2 em {
    color: #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
}
.about-page .about-4 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 165px;
}
.about-page .about-4 .left ul li{
    /*position: absolute;
    left: 0;
    top: 0;*/
    opacity: 0;
    display: none;
}
.about-page .about-4 .left ul li.active{
    opacity: 1;
    display: block;
}
.about-page .about-4 .right li {
    margin-bottom: 2em;
    position: relative;
}
.about-page .about-4 .right li i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 3.5em;
    border-radius: 0 20px 0 20px;
    color: #767676;
    background-color: white;
}
.about-page .about-4 .right li .content {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5% 6% 6% 6%;
    border-radius: 10px;
    min-height: 260px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}
.about-page .about-4 .right li .content .h6 {
    line-height: 1.2;
}
.about-page .about-4 .right li .content .h4 {
    margin-top: -18px;
}
.about-page .about-4 .right li:last-child {
    margin-bottom: 0;
}
.about-page .about-4 .right li::before {
    content: '';
    width: 1px;
    height: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 1.8125em;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-page .about-4 .right li.active::before {
    height: 100%;
}
.about-page .about-4 .right li.active .content {
    background-color: white;
    color: black;
}
.about-page .about-5 {
    background-color: #f6f6f7;
}
.about-page .about-5 ul li {
    width: 16%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about-page .about-5 ul li .ig {
    border: solid 1px var(--color);
    padding: 50px 60px 37px;
    height: 480px;
}
.about-page .about-5 ul li .ig .tit {
    position: absolute;
    -webkit-transform: rotate(90deg) translate(-50px, 50%);
    -moz-transform: rotate(90deg) translate(-50px, 50%);
    -ms-transform: rotate(90deg) translate(-50px, 50%);
    transform: rotate(90deg) translate(-50px, 50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    bottom: auto;
    left: 50%;
    line-height: 36px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
}
.about-page .about-5 ul li .ig .box {
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.about-page .about-5 ul li .ig .box .t1 {
    font-weight: bold;
    line-height: 1.2;
}
.about-page .about-5 ul li .ig .box .cont {
    margin-top: 30px;
    line-height: 1.6;
    color: #666666;
}
.about-page .about-5 ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    color: #666666;
}
.about-page .about-5 ul li.active {
    width: 50%;
}
.about-page .about-5 ul li.active .ig{
    background: var(--color);
    color: white;
}
.about-page .about-5 ul li.active .ig .box .cont{
    color: white;
}
.about-page .about-5 ul li.active .tit {
    opacity: 0;
}
.about-page .about-5 ul li.active .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.about-page .about-5 ul li.active .ig .num{
    color: white;
}
.factory-page .factory-1 .slickBtn div {
    border-radius: 0;
    background-color: transparent;
    color: black;
    border: 1px solid #a7a7a7;
}
.factory-page .factory-1 .slickBtn div:hover {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
}
.factory-page .factory-1 .list ul li .box {
    background-color: #f6f6f7;
    padding: 33px 22px;
}
.factory-page .factory-1 .list ul li .box .icon {
    width: 175px;
    height: 175px;
    background-color: white;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.factory-page .factory-2 {
    background-color: #fefbf7;
}
.factory-page .factory-2 .txt {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.factory-page .factory-2 ul li img {
    border-radius: 20px;
}
.factory-page .factory-3 {
    background-color: var(--color);
}
.factory-page .factory-3 ul li .box {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}
.factory-page .factory-4 {
    background-color: #f6f6f7;
}
.factory-page .factory-4 .slickDots ul li {
    background-color: #a7a7a7;
    border: none;
}
.factory-page .factory-4 .slickDots ul li.slick-active {
    background-color: var(--color);
}
.service-page {
    background-color: #f6f6f7;
}
.service-page .service-1 .ui.container {
    width: 100%;
    padding: 0;
}
.service-page .service-1 .left {
    width: 58%;
    line-height: 1.6;
}
.service-page .service-1 .right {
    width: 42%;
}
.service-page .service-2 ul li {
    margin-bottom: 30px;
}
.service-page .service-2 ul li .box {
        padding: 40px 45px;
    background-color: white;
    line-height: 1.8;
    min-height: 230px;
}
.service-page .service-2 ul li .box .icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 245px;
    padding-left: 40px;
}
.service-page .service-2 ul li .box .h5 em {
    color: var(--color);
    font-weight: normal;
}
.service-page .service-2 ul li .box .num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #f6f6f7;
    line-height: 0.5;
}
.service-page .service-3 .top ul li {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 6px 0;
}
.service-page .service-3 .top ul li .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service-page .service-3 .top ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #898989;
}
.service-page .service-3 .top ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
}
.service-page .service-3 .top ul li:hover {
    color: var(--color);
}
.service-page .service-3 .top ul li:hover::after {
    width: 100%;
}

.service-page .service-3 .bottom .left {
    width: 43%;
}
.faq-page.service-page .service-3 .bottom .left{
    position: sticky;
    top: 150px;
}
.service-page .service-3 .bottom .right {
    width: 57%;
}
.service-page .service-3 .bottom ul li .h5 {
    border-bottom: 1px solid black;
    padding-bottom: 6px;
}
.service-page .service-3 .bottom ul li .txt {
    margin-top: 14px;
    line-height: 1.8;
    color: #606060;
}
.service-page .service-3 .bottom ul li:last-child {
    margin-bottom: 0;
}
@-webkit-keyframes scroll_Up {
    0% {
        -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
        transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    }
    100% {
        -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
        transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    }
}
@-moz-keyframes scroll_Up {
    0% {
        -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
        transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    }
    100% {
        -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
        transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    }
}
@keyframes scroll_Up {
    0% {
        -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
        -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
        transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    }
    100% {
        -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
        -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
        transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    }
}
.production-page {
    background-color: #f6f6f7;
}
.production-page .production-1 .h5 {
    line-height: 2;
}
.production-page .production-1 .txt {
    text-shadow: 0 0 black;
}
.production-page .production-1 .txt em {
    color: var(--color);
}
.production-page .production-1 .txt p:last-child {
    margin-bottom: 0;
}
.production-page .production-2 {
    overflow: hidden;
}
.production-page .production-2 .title {
    position: relative;
    z-index: 2;
    max-width: 1160px;
}
.production-page .production-2 .title i {
    font-size: 384px;
    color: #e7e7e7;
    line-height: 1;
    position: absolute;
    left: -90px;
    top: -41px;
    z-index: -1;
    font-style: italic;
}
.production-page .production-2 ul .slick-list {
    padding-bottom: 40px;
}
.production-page .production-2 ul li .box {
    background-color: white;
    padding: 30px 35px 55px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.production-page .production-2 ul li .box .num {
    position: absolute;
    right: 13px;
    line-height: 1;
    bottom: 0;
    opacity: 0.04;
}
.production-page .production-2 ul li:hover .box {
    background-color: var(--color);
}
.production-page .production-2 ul li:hover .box .h5,
.production-page .production-2 ul li:hover .box .txt {
    color: white;
}
.production-page .production-2 ul li:hover .box .num {
    opacity: 0.17;
    color: #f6f6f7;
}
.production-page .production-2 ul .slick-slide:nth-child(even) li {
    margin-top: 40px;
}
.production-page .production-3 {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    height: 500px;
}
.production-page .production-3 .list {
    -webkit-transform: rotate3d(1, 0, 0, 15deg);
    -moz-transform: rotate3d(1, 0, 0, 15deg);
    transform: rotate3d(1, 0, 0, 15deg);
    width: 100%;
    height: 100%;
}
.production-page .production-3 ul {
    -webkit-animation: scroll_Up 20s linear infinite;
    -moz-animation: scroll_Up 20s linear infinite;
    animation: scroll_Up 20s linear infinite;
}
.production-page .production-3 ul .slick-slide > div {
    height: unset !important;
}
.production-page .production-3 ul li {
    margin-bottom: 20px;
}
.production-page .production-3 ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border-radius: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.production-page .production-3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f7), to(transparent));
    background: -webkit-linear-gradient(top, #f6f6f7, transparent);
    background: -moz-linear-gradient(top, #f6f6f7, transparent);
    background: linear-gradient(to bottom, #f6f6f7, transparent);
}
.download-page {
    background-color: #f6f6f7;
}
.download-page .download-1 .top {
    width: 62%;
}
.download-page .download-1 ul li {
    border-top: 1px solid #898989;
}
.download-page .download-1 ul li .img2 {
    margin-left: auto;
}
.download-page .download-1 ul li:last-child {
    border-bottom: 1px solid #898989;
}
.download-page .download-2 .box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 65px;
    max-width: 1375px;
    margin: auto;
    border-radius: 20px;
    position: relative;
}
.download-page .download-2 .box i{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.download-page .download-2 .box .left {
    width: 61%;
}
.download-page .download-2 .box .right {
    width: 39%;
}
.download-page .download-2 .box ul li input,
.download-page .download-2 .box ul li textarea {
    width: 100%;
    font-size: 16px;
    background-color: #e7e5e2;
    border: none;
    height: 50px;
    padding: 0 15px;
}
.download-page .download-2 .box ul li textarea {
    height: 100px;
    padding: 10px 15px;
}
.download-page .download-2 .box ul li input[type="submit"] {
    width: 220px;
    background-color: var(--color);
    border: 1px solid var(--color);
}
.download-page .download-2 .box ul li input[type="submit"]:hover {
    background-color: transparent;
}
.prodet-page {
    background-color: #f6f6f7;
}
.prodet-page .prodet-1 .left {
    width: 52.5%;
}
.prodet-page .prodet-1 .right {
    width: 47.5%;
}
.prodet-page .prodet-1 .right .desc {
    color: #686868;
    position: relative;
    padding-left: 20px;
}
.prodet-page .prodet-1 .right .desc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--color);
    border-radius: 3px;
}
.prodet-page .prodet-1 .right h1 {
    line-height: 1.6;
}
.prodet-page .prodet-1 .right .line {
    width: 100%;
    height: 1px;
    background-color: #b0b0b0;
}
.prodet-page .prodet-1 .right .btn a {
    min-width: 220px;
    text-align: center;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2) {
    background-color: black;
    border-color: black;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2):hover {
    background-color: transparent;
    color: black;
}
.prodet-page .prodet-1 .right .Auxil-through {
    max-width: 450px;
}
.prodet-page .prodet-1 .right .Auxil-through a {
    display: block;
    background-color: #e9e9e9;
    padding: 7px 12px 3px;
    margin-bottom: 9px;
    color: #6e6e6e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover {
    background-color: var(--color);
    color: white;
}
.prodet-page .prodet-1 .gallery {
    width: 15%;
}
.prodet-page .prodet-1 .gallery .prev,
.prodet-page .prodet-1 .gallery .next {
    width: 100%;
    height: 36px;
    background-color: #f0f0f1;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    cursor: pointer;
}
.prodet-page .prodet-1 .gallery ul {
    margin: -10px 0;
    padding: 20px 0;
}
.prodet-page .prodet-1 .gallery ul li {
    padding: 10px 0;
}
.prodet-page .prodet-1 .gallery ul li a {
    display: block;
    background-color: white;
}
.prodet-page .prodet-1 .gallery .slick-track {
    width: 100% !important;
}
.prodet-page .prodet-1 .big {
    width: 81.5%;
}
.prodet-page .prodet-1 .big a {
    display: block;
    background-color: white;
}
.prodet-page .prodet-1 .big ul,
.prodet-page .prodet-1 .big li {
    width: 100%;
}
.prodet-page .prodet-2 ul.option {
    border-bottom: 1px solid #767676;
}
.prodet-page .prodet-2 ul.option em {
    font-weight: normal;
    color: var(--color);
    margin-right: 15px;
}
.prodet-page .prodet-2 ul.option li {
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-2 ul.option li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 6px;
    background-color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.prodet-page .prodet-2 ul.option li.active::after {
    width: 100%;
}
.prodet-page .prodet-2 ul.option li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-2 .box .item {
    line-height: 34px;
}
.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    font-size: 18px;
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: black;
    margin: 0 5px;
}
.m-page a:hover,
.m-page span {
    background-color: var(--color);
}
.product-page,.prodet-page,
.news-page,.newdet-page,.contact-page{
    background: #f6f6f7;
}
.news-page .news-1 .left {
    width: 23%;
}
.news-page .news-1 .left ul li.active{
    color: var(--color);
}
.news-page .news-1 .right {
    width: 77%;
}
.news-page .news-1 .right ul li {
    overflow: hidden;
}
.news-page .news-1 .right ul li .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #d29d6b;
    color: white;
    padding: 0 10px;
}
.news-page .news-1 .right ul li .more {
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.news-page .news-1 .right ul li:hover .more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.contact-page {
    padding-bottom: 0;
}
.contact-page .contact-1 {
    margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
    padding-right: 10%;
    line-height: 1.67;
}
.contact-page .contact-1 .top .right ul li {
    /*max-width: 160px;*/
    padding-right: 20px;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
    font-size: 24px;
    line-height: 1.8;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}
.contact-page .contact-form {
    width: 985px;
    height: 780px;
    background-color: #333333;
    margin: 0 auto;
    -webkit-transform: translateY(-175px);
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    transform: translateY(-175px);
    color: white;
    padding: 60px 75px;
}
.contact-page .contact-form h3 {
    font-size: 34px;
    font-weight: bold;
}
.contact-page .contact-form h3 span {
    color: var(--color);
}
.contact-page .contact-form form {
    margin-top: 90px;
}
.contact-page .contact-form form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-form form ul li {
    width: 48%;
    margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
    width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
    background-image: url('../images/c-name.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
    background-image: url('../images/c-email.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
    background-image: url('../images/c-phone.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
    background-image: url('../images/c-subject.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
    background-image: url('../images/c-message.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
    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;
}
.contact-page .contact-form form ul li:last-child p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.4);
    max-width: 70%;
}
.contact-page .contact-form form ul li label {
    font-size: 14px;
    line-height: 2;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='text'] {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: white;
    font-size: 14px;
    line-height: 2;
}
.contact-page .contact-form form ul li input[type='submit'] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color);
    text-align: center;
    font-size: 16px;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    /*border-radius: 0 29px 0 29px;*/
    border: 1px solid transparent;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
    background-color: transparent;
    /*border-radius: 29px 0 29px 0;*/
    border-color: var(--color);
}
.contact-page .contact-form form ul li textarea {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-size: 14px;
    height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1700px) {
    .about-page .about-3 ul li .bg {
        font-size: 184px;
    }
    .font-120 {
        font-size: 100px;
    }
    .factory-page .factory-3 ul li .box {
        width: 285px;
        height: 285px;
    }
    .service-page .service-2 ul li .box .icon {
        width: 190px;
    }
}
@media screen and (max-width: 1450px) {
    .about-page .about-3 ul li .bg {
        font-size: 150px;
    }
    .font-120 {
        font-size: 78px;
    }
    .factory-page .factory-3 ul li .box {
        width: 245px;
        height: 245px;
    }
    .service-page .service-2 ul li .box .icon {
        width: 120px;
        padding-left: 0;
    }
    .download-page .download-1 .top {
        width: 70%;
    }
}
@media screen and (max-width: 1250px) {
    #innerMobileBanner{
        padding-top: 60px;
    }
    .about-page .about-3 ul li .bg {
        font-size: 120px;
    }
    .about-page .about-1{
        padding-top: 50px;
    }
    .font-120 {
        font-size: 60px;
    }
    .inner-banner {
        padding-top: 20px;
    }
    .about-page .about-1 .center {
        width: 47%;
    }
    .about-page .about-4 .left {
        top: 120px;
    }
    .about-page .about-5 ul li .ig {
        padding: 40px 20px 35px;
    }
    .factory-page .factory-1 .list ul li .box .icon {
        width: 100px;
        height: 100px;
    }
    .factory-page .factory-3 ul li .box {
        width: 200px;
        height: 200px;
    }
    .production-page .production-3 ul li a {
        height: 100px;
    }
    .download-page .download-2 .box {
        padding: 40px 30px;
    }
    .prodet-page .prodet-1 .right .line {
        margin: 20px 0;
    }
    .prodet-page .prodet-1 .right .btn a {
        zoom: 0.8;
    }
    .prodet-page .prodet-1,
    .download-page .download-1,
    .production-page .production-1,
    .service-page .service-1 {
        padding-top: 50px;
    }
    .contact-page .contact-1 .top .right ul li:nth-child(2n){
        margin-right: 0;
    }
    .contact-page .contact-1 .top .right ul li:nth-child(3n){
        margin-right: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .font-40 {
        font-size: 22px;
    }
    .font-36{
        line-height: 2 !important;
    }
    .slickGap-30 li{
        width: 100%;
    }
    .font-100 {
        font-size: 38px;
    }
    .font-20{
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-1 .right {
        display: none;
    }
    .about-page .about-1 .left {
        width: 50%;
    }
    .about-page .about-2 .left {
        display: none;
    }
    .about-page .about-2 .right {
        width: 100%;
    }
    .about-page .about-3 ul li .bg {
        font-size: 100px;
    }
    .font-120 {
        font-size: 50px;
    }
    .about-page .about-3 ul li:nth-child(3) {
        padding: 0;
    }
    .about-page .about-4 .left {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .about-page .about-4 .right {
        width: 100%;
    }
    .about-page .about-4 .right li .content .h4 {
        margin-top: 0;
    }
    .factory-page .factory-1 .left {
        width: 100%;
        padding: 0;
    }
    .factory-page .factory-1 .right {
        width: 100%;
        margin-top: 30px;
    }
    .factory-page .factory-3 ul li .box {
        width: 160px;
        height: 160px;
    }
    .factory-page .factory-3 ul li .box .icon img {
        max-height: 40px;
    }
    .service-page .service-1 .left {
        width: 100%;
        padding: 0;
    }
    .service-page .service-1 .right {
        width: 100%;
        margin-top: 20px;
    }
    .service-page .service-1 .ui.container {
        padding: 0 20px;
    }
    .service-page .service-2 ul li .box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-page .service-2 ul li .box .icon {
        margin-bottom: 20px;
    }
    .service-page .service-3 .top ul li {
        padding-right: 60px;
    }
    .download-page .download-1 .top {
        width: 100%;
    }
    .download-page .download-2 .box .right {
        display: none;
    }
    .download-page .download-2 .box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .news-page .news-1 .right {
        width: 100%;
    }
    .news-page .news-1 .left {
        display: none;
    }
    .news-page .news-1 .right ul li .more {
        min-width: 150px;
    }
    .news-page .news-1 .right ul li {
        width: 50%;
    }
    .contact-page .contact-1 .top .right ul li{
        margin-right: 0;
    }
    .contact-page .contact-1 .top .right ul li {
        max-width: 100% !important;
        width: 100%;
        margin-top: 30px !important;
    }
    .contact-page .contact-1 .top .right ul li:first-child {
        margin-top: 0 !important;
    }
    .contact-page .contact-1 .top .right ul li span {
        display: block;
    }
    .contact-page .contact-form {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: auto;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .img .play_btn {
        width: 70px;
    }
    .font-44 {
        font-size: 18px;
        line-height: 1.8;
    }
    .font-40 {
        font-size: 18px;
        line-height: 1.8 !important;
    }
    .about-page .about-1 .des {
        text-shadow: unset;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .center {
        width: 100%;
        margin-top: 20px;
    }
    .about-page .about-3 ul {
        padding: 0;
    }
    .about-page .about-3 ul li .bg {
        font-size: 70px;
    }
    .font-120 {
        font-size: 36px;
        line-height: 1.4 !important;
    }
    .about-page .about-3 ul li:nth-child(4) {
        text-align: left;
    }
    .about-page .about-5 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-5 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-page .about-5 ul li .ig {
        height: auto;
    }
    .about-page .about-5 ul li .ig .tit {
        display: none;
    }
    .about-page .about-5 ul li .ig .box {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page .about-5 ul li.active {
        width: 100%;
    }
    .factory-page .factory-3 ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-page .service-2 ul li {
        width: 100%;
    }
    .service-page .service-3 .bottom .left {
        width: 100%;
        padding: 0;
    }
    .faq-page.service-page .service-3 .bottom .left{
        position: relative;
        top: 0;
    }
    .service-page .service-3 .bottom .right {
        width: 100%;
        margin-top: 30px;
    }
    .production-page .production-3 ul li a {
        height: 78px;
    }
    .production-page .production-3 {
        height: 300px;
    }
    .production-page .production-2 .title i {
        font-size: 256px;
        left: -48px;
    }
    .download-page .download-1 ul li img {
        max-width: 30px;
    }
    .news-page .news-1 .right ul li {
        width: 100%;
    }
    .news-page .news-1 .right ul li .more {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .contact-page .contact-1 .top .left {
        padding-right: 0;
        width: 100%;
    }
    .contact-page .contact-1 .top .right {
        width: 100%;
        margin-top: 60px;
    }
    .contact-page .contact-form form ul li {
        width: 100%;
    }
    .contact-page .contact-form {
        padding: 60px 30px;
    }
    .contact-page .contact-form form ul li:last-child p {
        display: none;
    }
    .contact-page .contact-form h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-2 .right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .right .h4,
    .about-page .about-2 .right .txt {
        width: 100%;
    }
    .about-page .about-3 {
        padding: 40px 0;
    }
    .about-page .about-3 ul li {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .about-page .about-4 .right li i {
        margin-right: 1.5em;
    }
    .about-page .about-5 ul li .ig .num {
        right: 19px;
        bottom: 8px;
    }
    .factory-page .factory-1 .list ul li .box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .factory-page .factory-1 .list ul li .box .icon {
        width: 100%;
    }
    .factory-page .factory-1 .list ul li .box .content {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .service-page .service-2 ul li .box {
        padding: 20px 15px;
    }
    .download-page .download-2 .box ul li {
        width: 100%;
    }
    .download-page .download-2 .box {
        padding: 30px 14px;
    }
    .download-page .download-1 ul li .h4 {
        padding-left: 12px;
    }
    .download-page .download-1 ul li a {
        padding-left: 0;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right .btn a {
        zoom: 0.6;
    }
    .prodet-page .prodet-1 .gallery {
        width: 18%;
    }
    .prodet-page .prodet-1 .big {
        width: 80%;
    }
    .prodet-page .prodet-1 .gallery ul li {
        padding: 3px 0;
    }
    .prodet-page .prodet-1 .gallery ul {
        margin: -3px 0;
        padding: 7px 0;
    }
    .prodet-page .prodet-1 .gallery .prev,
    .prodet-page .prodet-1 .gallery .next {
        height: 22px;
        line-height: 22px;
    }
    .prodet-page .prodet-2 ul.option em {
        margin-right: 5px;
    }
    .prodet-page .prodet-2 ul.option {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .prodet-page .prodet-2 ul.option li {
        width: 100%;
        margin-bottom: 12px;
    }
}



.product-page .init-1 .containerC .cateCont {
    width: 440px;
    background-color: white;
    padding: 70px 20px 70px 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
    font-weight: bold;
    margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
    margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
    position: relative;
    color: #343639;
    display: block;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
    position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
    color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
    color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
    display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
    display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
    margin-top: 24px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
    color: #838383;
    font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em{
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    margin-right: 3px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em i{
    opacity: 0;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
    color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li a.active em i{
    opacity: 1;
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
    margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
    width: 100%;
}
.product-page .init-1 .containerC .listContC {
    width: -webkit-calc(-340%);
    width: -moz-calc(-340%);
    width: calc(100% - 440px);
    padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
    border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
    font-weight: bold;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
    width: 350px;
    background-color: #e9e9e9;
    border: none;
    padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
    background-color: var(--color);
    color: #fff;
    border: none;
    width: 140px;
    margin-left: 10px;
    transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
    background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
    padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
    margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
    background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
    width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
    padding: 10px 20px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
    font-weight: bold;
    line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
    display: block;
    font-weight: bold;
    line-height: 1.8;
    height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
    color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
    line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
    padding: 6px 0;
    background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    font-weight: bold;
    padding: 10px 15px;
    background: transparent;
    color: black;
    border: none;
    height: auto;
    line-height: normal;
    font-size: 14px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
    color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
    width: 100px;
    margin-left: auto;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 16px 0;
    cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
    width: 24px;
    height: 22px;
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
    width: 100px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 16px 0;
    cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
    width: 24px;
    height: 17px;
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
    background-size: contain;
    background-repeat: no-repeat;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
    line-height: 2;
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}
@media (max-width: 1700px) {
    .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
        width: 100%;
    }
}
@media (max-width: 1450px) {
    .product-page .init-1 .containerC .listContC .titleC form {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: auto;
    }
    .product-page .init-1 .containerC .listContC .titleC .cat {
        width: 100%;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -moz-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.8;
    }
    .product-page .init-1 .containerC .listContC .content ul li {
        width: 50%;
    }
}
@media (max-width: 1250px){
    .product-page .init-1 .containerC .cateCont {
        display: none;
    }
    .product-page .init-1 .containerC .listContC {
        width: 100%;
        padding-left: 30px;
    }
}
@media (max-width: 1000px) {
    .product-page .init-1 .containerC .listContC {
        padding-left: 26px;
    }
    .seoPublic .Auxil-about .box .right div.h3{
        line-height: 1.8;
    }
    #cp-Nav .nav ul li a{
        font-size: 16px;
        line-height: 2;
    }
    .product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title{
        min-height: auto;
        font-size: 18px;
        line-height: 1.8;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6{
        line-height: 1.8;
    }
}
@media (max-width: 700px) {
    .product-page .init-1 .containerC .listContC {
        padding-left: 22px;
    }
}
@media (max-width: 500px) {
    .product-page .init-1 .containerC .listContC {
        padding-left: 16px;
    }
    .product-page .init-1 .containerC .listContC .content ul li {
        width: 100%;
    }
}
.seoPublic .Auxil-news .list ul li a.img-box{
    height: auto;
}
.seoPublic .Auxil-honor{
    background: var(--color);
}
.seoPublic .Auxil-honor .title{
    color: white;
}


.agent-page .agent-1 ul {
    margin: 40px -20px 0;
}
.agent-page .agent-1 ul li {
    padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
    text-align: center;
}
.agent-page .agent-1 ul li .box .img {
    width: 200px;
    height: 200px;
    /*border-radius: 50%;*/
    background-color: var(--color);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
    color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
    padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
    margin: 20px auto 0;
    text-align: center;
}
.agent-page .trusted-page .bottom {
    height: 265px;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
    background-color: #000;
}
.agent-page .agent-2 {
    padding-top: 80px;
}
.agent-page .agent-2 ul {
    margin-top: 60px;
}
.agent-page .agent-2 ul li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agent-page .agent-2 ul li .img {
    width: 50%;
}
.agent-page .agent-2 ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.agent-page .agent-2 ul li .text {
    width: 50%;
    padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
    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;
    color: var(--color);
    margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--color);
    display: block;
    margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
    background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
    display: none;
}
@media (max-width: 1000px){
    .agent-page .trusted-page .bottom h3 {
        font-size: 24px;
    }
    .agent-page .agent-2 ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agent-page .agent-2 ul li .img {
        width: 100%;
    }
    .agent-page .agent-2 ul li .text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 700px){
    .agent-page .trusted-page .bottom .container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .agent-page .trusted-page .bottom .container h3 {
        margin-bottom: 30px;
    }
}
.page-header01 {
    background: white;
}