@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.eot');
  src: url('../fonts/Syne-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Bold.woff2') format('woff2'), url('../fonts/Syne-Bold.woff') format('woff'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.eot');
  src: url('../fonts/Syne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Regular.woff2') format('woff2'), url('../fonts/Syne-Regular.woff') format('woff'), url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
.hidden{
  display: none;
}
#ewm{
  width: 100px;
}
body {
  --color: #55b8b1;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Syne';
  font-weight: 400;
  color: #333;
}
.inner-page{
  font-family: 'Arial';
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1540px;
  margin: 0 auto;
}
.link {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link i {
  width: 36px;
  height: 37px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  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;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover {
  color: var(--color);
}
.link:hover i {
  background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  z-index: 20;
  position: fixed;
  top: 11px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 2.278em;
  font-weight: bold;
  float: left;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .h-search img {
  vertical-align: middle;
}
#header .nav .yuy span {
  position: relative;
  color: #fff;
  text-transform: capitalize;
}
#header .nav .yuy span img {
  width: 33px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .yuy ul li span {
  margin-top: .3em;
}
#header .nav .msg {
  color: #fff;
  border-radius: 25px;
  border: solid 1px #ffffff;
  font-weight: bold;
  padding: 10px 12px 9px 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover {
  background: #fff;
  color: #000;
}
#header.active {
  top: 0;
  background: #000;
  -webkit-box-shadow: 0 6px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 10px rgba(255, 255, 255, 0.2);
}
.text-color {
  color: var(--color);
}
@-webkit-keyframes rotarrow {
  50% {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
@-moz-keyframes rotarrow {
  50% {
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
@keyframes rotarrow {
  50% {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 80px;
}
#banner .container {
  width: 1680px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  margin-bottom: -80px;
}
#banner ul li .text .box .con {
  width: 37%;
}
#banner ul li .text .box .img {
  width: 46.489%;
  padding-top: 30px;
  position: relative;
}
#banner ul li .text .slide {
  right: 40px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .text .slide .icon {
  -webkit-animation: rotarrow 2s linear infinite;
  -moz-animation: rotarrow 2s linear infinite;
  animation: rotarrow 2s linear infinite;
}
#banner ul li .text .slide .change span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 18px 0;
  padding-left: 6px;
}
#banner ul li .text .slide .change ul li span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .slide .change ul li span::after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .slide .change ul li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .slide .change ul li:hover span,
#banner ul li .text .slide .change ul li.active span {
  border: 4px solid #fff;
}
#banner ul li .text .slide .change ul li:hover span::before,
#banner ul li .text .slide .change ul li.active span::before,
#banner ul li .text .slide .change ul li:hover span::after,
#banner ul li .text .slide .change ul li.active span::after {
  opacity: 1;
}
#banner ul li .text .title {
  line-height: .8;
}
#banner ul li .text .title em {
  color: var(--color);
}
#banner ul li .text a {
  border-radius: 25px;
  border: solid 1px #ffffff;
  padding: 10px 17px 9px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li .text a i {
  color: var(--color);
  margin-left: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 3px;
  right: 5px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text a:hover {
  color: var(--color);
}
#banner ul li .text a:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner ul li .text a:hover::after {
  top: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
#banner ul li .text .title,
#banner ul li .text .desc,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .desc,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .desc {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .swiper-pagination {
  left: 10.41666667vw;
  bottom: 41px;
  text-align: left;
}
#banner .swiper-pagination span {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
  margin: 0 3px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: bold;
}
.i-tag {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-left: 27px;
  position: relative;
  text-transform: uppercase;
}
.i-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
}
.i-title {
  line-height: 1.2;
  margin-top: 20px;
}
#index-body .i-category {
  padding: 5% 0 0 0;
}
#index-body .i-category .header .i-tag {
  color: var(--color);
}
#index-body .i-category .header .i-tag::before {
  display: none;
}
#index-body .i-category .header .i-title {
  margin-top: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .i-category .header .i-title::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -27px;
  bottom: 23px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-category ul li .title {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
#index-body .i-category ul li .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .title span:hover {
  color: var(--color);
}
#index-body .i-category ul li .title i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color);
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .title i:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-about {
  padding: 13.90625% 0 6.3542%;
}
#index-body .i-about .left {
  width: 48.61%;
  padding-bottom: 65px;
}
#index-body .i-about .left .desc {
  top: -47px;
  right: -47px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(85, 184, 177, .8);
  color: #fff;
}
#index-body .i-about .left .desc .title {
  line-height: 1;
}
#index-body .i-about .left .desc .con {
  line-height: 1.3;
}
#index-body .i-about .left .play{
  left: initial;
  right: 30px;
  top: initial;
  bottom: 86px;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#index-body .i-about .right {
  width: 51.39%;
}
#index-body .i-about .right > div {
  width: 87%;
}
#index-body .i-about .right .tit {
  line-height: 1.23;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-about .right .data .num {
  position: relative;
  z-index: 1;
  line-height: 1;
}
#index-body .i-about .right .data .num sub {
  margin-bottom: -4px;
}
#index-body .i-about .right .data .num::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #e2e2e2;
  top: -1px;
}
#index-body .i-about .right .data p {
  line-height: 1.4;
  color: #494949;
}
#index-body .i-about .bg {
  width: 44.53125%;
  right: 0;
  bottom: 13%;
  text-align: right;
  border-bottom: 1px solid #d2d2d2;
}
#index-body .i-about::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: -5%;
  white-space: nowrap;
  font-size: 391px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -39px;
  color: #f5f5f5;
  opacity: 0.42;
  z-index: -1;
}
#index-body .i-product {
  background: url(../images/pbg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 7.45%;
}
#index-body .i-product .top {
  color: #fff;
}
#index-body .i-product .top .left {
  width: 37%;
}
#index-body .i-product .top .left .i-title {
  margin-top: 13px;
}
#index-body .i-product .top .right ul li {
  padding: 0 33px;
  position: relative;
  cursor: pointer;
}
#index-body .i-product .top .right ul li i {
  display: inline-block;
  line-height: 58px;
  position: relative;
  z-index: 1;
}
#index-body .i-product .top .right ul li i img {
  vertical-align: middle;
}
#index-body .i-product .top .right ul li i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -9px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .top .right ul li:hover i::after,
#index-body .i-product .top .right ul li.active i::after {
  opacity: 1;
}
#index-body .i-product .top .right ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: #fff;
}
#index-body .i-product .top .right ul li:last-child::after {
  display: none;
}
#index-body .i-product .bottom .item {
  display: none;
}
#index-body .i-product .bottom ul li .ig {
  z-index: 1;
}
#index-body .i-product .bottom ul li .ig .img {
  background: #f3f3f3;
}
#index-body .i-product .bottom ul li .ig .img .color li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 3px #fff;
  padding: 0;
  margin-right: 9px;
  cursor: pointer;
}
#index-body .i-product .bottom ul li .ig .img .color li:last-child {
  margin-right: 0;
}
#index-body .i-product .bottom ul li .ig .img .img-box .shadow {
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product .bottom ul li .ig .text{
  min-height: 60px;
}
#index-body .i-product .bottom ul li .ig .text .title {
  font-family: 'Montserrat';
  color: #5a5a5a;
  line-height: 1.4;
}
#index-body .i-product .bottom ul li .ig:hover .img {
  background: #9ae7e1;
}
#index-body .i-product .bottom ul li .ig:hover .img .color {
  -webkit-transform: translateY(600%);
  -moz-transform: translateY(600%);
  -ms-transform: translateY(600%);
  transform: translateY(600%);
}
#index-body .i-product .bottom ul li .ig:hover .img .color ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .i-product .bottom ul li .ig:hover .img-box {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
#index-body .i-product .bottom ul li .ig:hover .text {
  -webkit-transform: translateY(-666%);
  -moz-transform: translateY(-666%);
  -ms-transform: translateY(-666%);
  transform: translateY(-666%);
}
#index-body .i-product .bottom ul li .ig:hover .text .title {
  color: #fff;
}
#index-body .i-news {
  padding: 7.7083% 0 7.24%;
}
#index-body .i-news .header .left {
  width: 36%;
}
#index-body .i-news .header::after {
  content: '';
  position: absolute;
  left: 99px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #d2d2d2;
}
#index-body .i-news ul .slick-list {
  padding-right: 490px;
}
#index-body .i-news ul li .ig .img-box {
  width: 47.746%;
}
#index-body .i-news ul li .ig .img-box img {
  opacity: .25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig .img-box .time {
  bottom: 0;
  right: 10px;
  width: 95px;
  height: 106px;
  background-color: #ffffff;
  line-height: 1;
}
#index-body .i-news ul li .ig .text {
  width: 52.254%;
}
#index-body .i-news ul li .ig .text .category {
  line-height: 1.2;
  border-bottom: 2px solid #d2d2d2;
}
#index-body .i-news ul li .ig .text .title {
  line-height: 1.2;
}
#index-body .i-news ul .slick-current li .img-box img {
  opacity: 1;
}
#index-body .i-news ul .slick-current li .img-box .time {
  right: 0;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/fbg.png) no-repeat center top var(--color);
  background-size: 100% auto;
}
#footer .fTop {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
#footer .fTop .left {
  position: relative;
  width: 37.153%;
  background-color: #fff;
  padding: 60px 50px;
  top: 90px;
}
#footer .fTop .left .tipsDes {
  line-height: 1.3;
  color: #1f1e1e;
  opacity: 0.5;
}
#footer .fTop .left form input,
#footer .fTop .left form textarea {
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1f1e1e;
}
#footer .fTop .left form button {
  background: transparent;
  border: 0;
}
#footer .fTop .right {
  width: 53%;
  margin-left: auto;
  color: #fff;
}
#footer .fTop .right .tipsTitle2 {
  line-height: 1.3;
}
#footer .fTop .right .contactCont {
  width: 86.344%;
  margin: 40px 0 0 auto;
  border-top: 1px solid #d2d2d2;
  padding-top: 50px;
}
#footer .fTop .right .contactCont .img {
  margin-left: -13.656%;
}
#footer .fTop .right .contactCont .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .fTop .right .contactCont .cont .list {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
#footer .fTop .right .contactCont .cont .list .tips {
  color: #fff;
  display: inline-block;
  margin-right: 6px;
}
#footer .fTop .right .contactCont .cont .list:first-child {
  margin-top: 0;
}
#footer .fMiddle {
  color: #fff;
  position: relative;
  padding: 40px 0;
}
#footer .fMiddle .container {
  position: relative;
  z-index: 2;
}
#footer .fMiddle .container .listCont {
  padding-top: 40px;
}
#footer .fMiddle .container .listCont .logoDes {
  padding-top: 60px;
  line-height: 1.3;
}
#footer .fMiddle .container .listCont .share {
  padding-top: 40px;
}
#footer .fMiddle .container .listCont .share li {
  width: auto;
  margin-right: 23px;
}
#footer .fMiddle .container .listCont .share li a span {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
#footer .fMiddle .container .listCont .share li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#footer .fMiddle .container .listCont .first {
  margin-bottom: 25px;
}
#footer .fMiddle .container .listCont .list {
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .list a {
  display: inline-block;
}
#footer .fMiddle .container .listCont .list a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#footer .fMiddle .container .listCont1 {
  width: 500px;
}
#footer .fMiddle .container .listCont2 {
  width: 300px;
  padding-right: 20px;
  margin-left: 150px;
}
#footer .fMiddle .container .listCont3 {
  width: 320px;
  padding-right: 20px;
}
#footer .fMiddle .container .listCont3 .list {
  line-height: 1.2;
  width: 60%;
  margin-top: 24px;
}
#footer .fMiddle .container .listCont3 .list:first-child {
  margin-top: 5px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#footer .copyright .container {
  padding-top: 8px;
  padding-bottom: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #banner .container {
    width: 1400px;
  }
  #index-body .i-about::after {
    font-size: 360px;
  }
  #index-body .i-news ul .slick-list {
    padding-right: 450px;
  }
  #index-body .i-news ul li .ig .img-box .time {
    right: 4px;
  }
  #index-body .i-news ul .slick-current li .img-box .time {
    right: 0;
  }
}
@media (max-width: 1450px) {
  #banner .container {
    width: 1200px;
  }
  #banner ul li .text .box {
    padding: 0 40px;
  }
  #banner ul li .text .slide {
    right: 20px;
  }
  #header .nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .h-search {
    margin-left: 60px;
  }
  #index-body .i-about::after {
    font-size: 280px;
  }
  #index-body .i-about .right > div {
    width: 100%;
  }
  #index-body .i-about .left .desc {
    right: -30px;
    width: 150px;
    height: 150px;
  }
  #index-body .i-about .right .link {
    margin-top: 40px;
  }
  #index-body .i-news ul .slick-list {
    padding-right: 380px;
  }
  #index-body .i-news ul li .ig .img-box .time {
    height: 80px;
  }
  #index-body .i-news ul li .ig .img-box .time span {
    margin-bottom: 6px;
  }
  #footer .fMiddle .container .listCont2 {
    margin-left: 0;
  }
}
@media (max-width: 1250px) {
  #banner .container {
    width: 1000px;
  }
  #index-body .i-about::after {
    font-size: 231px;
  }
  #index-body .i-about .bg {
    bottom: 7%;
  }
  #index-body .i-about .left .desc {
    right: -20px;
    padding-top: 27px;
  }
  #index-body .i-news ul .slick-list {
    padding-right: 300px;
  }
  #footer .fTop .container .left {
    width: 100%;
    top: 0;
  }
  #footer .fTop .container .right {
    width: 100%;
  }
  #footer .fMiddle .container .listCont .logoDes {
    padding-top: 0;
  }
  #footer .fTop .right .contactCont .img {
    margin-left: 0;
  }
  #footer .fMiddle .container .listCont .first {
    font-size: 24px;
  }
  #footer .fTop .container .right .contactCont {
    width: 100%;
    padding-bottom: 40px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 350px;
  }
  #footer .fMiddle .container .listCont2 {
    width: 270px;
  }
  #footer .fMiddle .container .listCont3 {
    width: 320px;
  }
  #footer .fMiddle .container .listCont3 .list {
    width: 100%;
  }
  #footer .font-20 {
    font-size: 20px;
  }
  #footer .font-18 {
    font-size: 18px;
  }
  #footer {
    background-size: 100% 90%;
  }
}
@media (max-width: 1000px) {
  #banner .container {
    width: 700px;
  }
  #banner ul li .text .box {
    padding-left: 0;
  }
  #banner ul li .text .title {
    font-size: 36px;
  }
  #banner ul li .text .slide {
    top: 28%;
  }
  #banner ul li .text .slide .change ul li span {
    width: 30px;
    height: 30px;
  }
  #index-body .i-category .header .i-title::after {
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
  .font-35 {
    font-size: 35px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-22,
  .font-20 {
    font-size: 18px;
  }
  #index-body .i-about::after {
    display: none;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .left .desc {
    right: -12px;
    width: 130px;
    height: 130px;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #index-body .i-product{
    background-size: 100% 50%;
  }
  #index-body .i-product .top .right{
    margin-top: 20px;
  }
  #index-body .i-product .top .left {
    width: 50%;
  }
  #index-body .i-product .bottom ul li .ig:hover .img .color {
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%);
    -ms-transform: translateY(400%);
    transform: translateY(400%);
  }
  #index-body .i-news .header .left {
    width: 50%;
  }
  #index-body .i-news ul .slick-list {
    padding-right: 0;
  }
  #footer {
    background: #1f1e1e;
  }
  #footer .fMiddle {
    background: var(--color);
  }
  #footer .font-20 {
    font-size: 19px;
  }
  #footer .fMiddle .container .listCont:first-child {
    padding-top: 0;
  }
  #footer .fMiddle .container .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner {
    padding-bottom: 0;
  }
  #banner .container {
    width: 100%;
  }
  #banner ul li .text {
    bottom: 20px;
  }
  #banner ul li .text .box {
    margin-bottom: 0;
    padding: 0;
  }
  #banner ul li .text .box .con {
    width: 100%;
  }
  #banner ul li .text .slide,
  #banner ul li .text .img {
    display: none;
  }
  #index-body .i-category .header .i-title::after {
    display: none;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-product {
    background-size: 100% 60%;
  }
  #index-body .i-product .top .left {
    width: 100%;
  }
  #index-body .i-product .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-news .header .left {
    width: 100%;
  }
  #index-body .i-news .header .link {
    margin-top: 10px;
  }
  #footer .fTop .container .left {
    padding: 30px 15px;
  }
  #footer .fTop .container .left .tips {
    font-size: 30px;
  }
  #footer .fTop .right .contactCont .img {
    width: 30%;
  }
  #footer .fTop .right .contactCont .cont {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 70%;
  }
  #footer .font-18 {
    font-size: 16px;
  }
  #footer .fMiddle .container .listCont2,
  #footer .fMiddle .container .listCont3 {
    width: 50%;
  }
  #footer .fMiddle .container .listCont3 {
    padding-right: 0;
  }
  .fixed-toolbar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #footer .copyright .container .left {
    display: block;
  }
  #footer .copyright .container svg {
    top: 7px;
    height: 26px;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
  }
  #banner ul li .text .desc {
    display: none;
  }
  #banner ul li .text a::after {
    width: 37px;
    height: 37px;
  }
  .i-tag {
    font-size: 14px;
    padding-left: 16px;
  }
  .i-tag::before {
    width: 7px;
    height: 7px;
  }
  #index-body .i-about .left {
    padding: 0;
  }
  #index-body .i-about .left .desc {
    display: none;
  }
  #index-body .i-about .right {
    padding: 0;
  }
  #index-body .i-product .bottom ul li .ig:hover .text {
    -webkit-transform: translateY(-1800%);
    -moz-transform: translateY(-1800%);
    -ms-transform: translateY(-1800%);
    transform: translateY(-1800%);
  }
  #index-body .i-product .bottom ul li .ig:hover .img-box {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  #index-body .i-product .bottom ul li .ig:hover .img .color {
    -webkit-transform: translateY(500%);
    -moz-transform: translateY(500%);
    -ms-transform: translateY(500%);
    transform: translateY(500%);
  }
  #index-body .i-news ul li .ig .img-box {
    width: 100%;
  }
  #index-body .i-news ul li .ig .img-box .time span {
    font-size: 24px;
  }
  #index-body .i-news ul li .ig .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-news ul li .ig .text .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #footer .fTop .container .left {
    padding: 20px 10px;
  }
  #footer .fTop .container .left form input,
  #footer .fTop .container .left form textarea {
    padding: 10px 0;
    margin-top: 10px;
  }
  #footer .fTop .container .left form .more {
    margin-top: 20px;
  }
  #footer .fTop .container .right .contactCont {
    padding-top: 20px;
  }
  #footer .fTop .container .right .contactCont .img {
    display: none;
  }
  #footer .fTop .container .right .contactCont .cont {
    width: 100%;
    padding-left: 0;
  }
  #footer .fMiddle .container .listCont2,
  #footer .fMiddle .container .listCont3 {
    display: none;
  }
  #footer .font-20 {
    font-size: 17px;
  }
}
.inner-banner {
  color: white;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page span.tag {
  color: var(--color);
}
.inner-page .text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.about-page .about-1 .left .icon {
  position: absolute;
  left: -10%;
  bottom: 11%;
  padding: 3% 7%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#55b8b1), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: -moz-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: linear-gradient(to top, #55b8b1, var(--color));
}
.about-page .about-2 {
  background-color: #f4f4f4;
}
.about-page .about-2 .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  color: white;
}
.about-page .about-3 span.h2 {
  max-width: 50%;
}
.about-page .about-3 .list {
  margin: 1em 0;
}
.about-page .about-3 .list ul li {
  background-color: white;
  color: black;
  padding: 5% 3.5% 7%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li:after {
  content: '';
  width: 100%;
  height: -webkit-calc(100% + 2em);
  height: -moz-calc(100% + 2em);
  height: calc(100% + 2em);
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#55b8b1), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: -moz-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: linear-gradient(to top, #55b8b1, var(--color));
  top: -1em;
  left: 0;
  z-index: -1;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-3 .list ul li:before {
  content: '';
  width: 1px;
  height: 63%;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: #dedede;
}
.about-page .about-3 .list ul li i {
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li span.h6 {
  line-height: 1.4;
}
.about-page .about-3 .list ul li:hover {
  color: white;
}
.about-page .about-3 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li:hover .text {
  color: inherit;
}
.about-page .about-3 .list ul li:hover:after {
  opacity: 1;
}
.about-page .about-3 .list ul li:first-child:before {
  display: none;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.more {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.more:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--color);
  opacity: 0;
  transition: .5s;
}
.more:hover:before {
    opacity: 1;
}
.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}
.prodet-page .prodet-1 .left img{
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .smallImg .slick-track {
    width: 100% !important;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -0.5em;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: .5em;
}
.prodet-page .prodet-1 .right .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .con ul li em{
  width: 37px;
	height: 37px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
	box-shadow: inset -3px 2px 7px 0px rgba(0, 0, 0, 0.18);
}
.prodet-page .prodet-2 {
  background-color: #f6f6f6;
  color: #7b7b7b;
}
.prodet-page .prodet-2 i {
  mix-blend-mode: darken;
}
.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page .prodet-3 .options span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#55b8b1), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: -moz-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: linear-gradient(to top, #55b8b1, var(--color));
}
.prodet-page .prodet-3 .ret .slide {
  display: none;
}
.prodet-page .prodet-3 .ret span.h6 {
  padding: .5em 1em;
  background-color: #f5f5f5;
}
.prodet-page .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
  content: '';
  width: .5em;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#55b8b1), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: -moz-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: linear-gradient(to top, #55b8b1, var(--color));
}
.prodet-page .prodet-3 .ret span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page .prodet-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#55b8b1), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: -moz-linear-gradient(bottom, #55b8b1, var(--color));
  background-image: linear-gradient(to top, #55b8b1, var(--color));
}
.prodet-page .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: .8em 1.4em;
  color: black;
}
.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page .prodet-3 .ret .form ul li .text {
  color: inherit;
}
.prodet-page .prodet-3 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
.prodet-page .prodet-4{
  padding: 10.3125% 0 7.45%;
}
.prodet-page .prodet-4 .box{
  max-width: 514px;
}
.prodet-page .prodet-4 .box .title{
  font-family: 'Syne';
  font-weight: bold;
  line-height: 1.1;
}
.prodet-page .prodet-4 .box .title em{
  color: var(--color);
}
.prodet-page .prodet-4 .box .more{

}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 i {
    zoom: .7;
  }
  .about-page .about-1 .left .icon {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .list ul li {
    padding: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li {
    width: 32.5%;
  }
  .prodet-page .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cp-Nav .nav div.title{
    margin-top: -20px!important;
    margin-bottom: -30px!important;
    line-height: 32px!important;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:after {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .about-page .about-1 .left .icon {
    left: 0;
    max-width: 70%;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .font-35 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-3 .options {
    display: none;
  }
  .prodet-page .prodet-3 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page .prodet-3 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .ret .form {
    padding: 5%;
  }
  .prodet-page .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 span.h2 {
    max-width: none;
  }
  .about-page .about-3 .list ul li:before {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }
  .inner-page .more {
    height: 2.8em;
    padding: 0 2em;
  }
  .prodet-page .prodet-2 ul li {
    width: 49%;
  }
  .prodet-page .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .flex-4 > * {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .flex-4 > * {
    width: 100%;
  }
}
.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: #55b8b1;
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
.m-page .wp-pagenavi {
    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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
    background-color: #55b8b1;
    color: #fff;
    border: 1px solid #55b8b1;
}
.m-page .wp-pagenavi .current {
    background-color: #55b8b1;
    border: 1px solid #55b8b1;
    color: #fff;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }
}
.product-page .init-1 .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
    display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
    margin-top: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
    color: #55b8b1;
}
.product-page .init-2 .container .fl-list {
    display: inline-block;
    position: relative;
    width: 370px;
    border: solid 1px #474747;
    text-align: left;
    padding: 20px 40px 20px 28px;
    cursor: pointer;
    color: #474747;
    font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
    display: block;
    position: relative;
}
.product-page .init-2 .container .fl-list span em {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: -4px;
    right: -20px;
}
.product-page .init-2 .container .fl-list ul {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -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 #55b8b1;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
    display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
    color: #55b8b1;
}
.product-page .init-2 .container .fl-list:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
    margin-left: 50px;
    border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
    height: 64px;
    width: 365px;
    position: relative;
    font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
    padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
    width: 75px;
    background-color: #55b8b1;
    border: none;
    border-radius: 0;
    -o-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
    background-color: #55b8b1;
}
.product-page .init-3 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
}
.product-page .init-3 .container .des{
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}
.product-page .init-3 .container .des table{
    border: none;
}
.product-page .init-3 .container .des table tr{
    background: #fff;
}
.product-page .init-3 .container .des table tr td{
    border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
    background: #f6f6f6;
    min-width: 100px;
}
.product-page .init-3 .container .cat_des{
    max-height: 320px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 2;
    padding-right: 4px;
    overflow-y: auto;
    font-weight: 500;
}
.product-page .init-3 .container .content {
    margin-top: -40px;
}
.product-page .init-3 .container .content ul{
    margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
    padding: 0 22px;
    margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
    display: block;
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img img {
    width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.2;
    height: 3em;
}
.product-page .init-3 .container .content ul li .box .title:hover{
    color: #55b8b1;
}
.product-page .init-3 .container .content ul li .box .title2{
    color: #5f5f5f;
    margin-top: 10px;
    font-weight: 500;
    line-height: 2;
    /*overflow-y: auto;
    height: 172px;*/
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .box .slick-track{
    margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
    margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
    padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    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%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-left: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: #55b8b1;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
    transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}

@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td{
        min-width: 120px;
    }
    .product-page .init-3 .container .des table tbody>tr>td:first-child{
        min-width: 120px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}
@media (max-width: 1250px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;

    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
     }
     .wdcp{
         height: 180px;
     }
     #innerMobileBanner .banner1 .mbx{
         line-height: 2;
    }
    #innerMobileBanner .banner1 .imgC .text{
        line-height: 44px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }
    .product-page .init-1 {
        display: none;
    }
    .product-page .init-2 {
        display: none;
    }
}
@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-right: 10px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 500px) {
    .product-page .init-3 .container .content {
        margin-top: 0;
    }
    .product-page .init-3 .container .content ul{
        margin: 0;
    }
    .product-page .init-3 .container .content ul li {
        padding: 0;
        margin-top: 30px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}
.gallery-page .init-1 .container .cont{
    border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
    margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #55b8b1;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -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);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery-page .init-2 {
    padding-top: 30px;
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.contact-page {
    padding-top: 100px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    border: none;
}
.contact-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #55b8b1;
    font-size: 20px;
    width: 20px;
    text-align: center;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media (max-width: 1000px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
     }
     .seoPublic .Auxil-about .box .right div.h3,
     .seoPublic .Auxil-news .list ul li .content div.h6
      {
         line-height: 2;
     }
     #cp-Nav .nav div.title {
         line-height: 32px;
         margin-top: -20px;
         margin-bottom: -30px;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.solution-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  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;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, #55b8b1, var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.news-page .init-1 .container ul {
    padding-top: 40px;
}
.news-page .init-1 .container ul li {
    margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
    position: relative;
    padding: 20px 0;
    z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
    width: 140px;
    color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
    color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 32%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
    width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
    width: -webkit-calc(-72%);
    width: -moz-calc(-72%);
    width: calc(68% - 140px);
    padding: 20px 90px 20px 50px;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
    color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
    color: #767676;
    margin-top: 16px;
}
.news-page .init-1 .container ul li .box .sub {
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px #bf00001f;
    border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
    opacity: 1;
}
.newdet-page .container .left {
    width: 75%;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px #bf00001f;
    padding: 70px;
}
.newdet-page .container .left .title {
    text-align: center;
    font-weight:bold;
}
.newdet-page .container .left .time {
    color: #666666;
    margin-top: 26px;
    text-align: center;
}
.newdet-page .container .left .des {
    margin-top: 40px;
    color: #666666;
}
.newdet-page .container .left .m-link {
    margin-top: 50px;
    border-top: 1px solid #666666;
    padding-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
    margin: 5px 0;
    color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
    color: var(--color);
}
.newdet-page .container .right {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    width: 25%;
    padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
    border-bottom: 1px solid #767676;
    padding-bottom: 12px;
    font-weight:bold;
}
.newdet-page .container .right ul li {
    margin-top: 26px;
}
.newdet-page .container .right ul li .box {
    position: relative;
}
.newdet-page .container .right ul li .box .boxC {
    padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
    color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
    color: var(--color);
}
.newdet-page .container .right ul li .box .time {
    color: #767676;
    margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
    color: #000;
}
.newdet-page .container .right ul li .box .more {
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 24px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
    width: 50px;
    height: 1px;
    margin-top: 16px;
    background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
    width: 100%;
    background-color: var(--color);
}
@media (max-width: 1250px) {
    .newsTab {
        display: none;
    }
    .news-page .init-1 .container ul li .box .cont {
        padding-right: 20px;
    }
    .newdet-page .container .left {
        width: 100%;
    }
    .newdet-page .container .right {
        display: none;
    }
}
@media (max-width: 1000px) {
    .news-page .init-1 .container ul li .box {
        padding: 20px 12px;
    }
    .news-page .init-1 .container ul li .box .sub {
        width: 100%;
        height: 100%;
    }
    .news-page .init-1 .container ul li .box .time {
        width: 100%;
    }
    .news-page .init-1 .container ul li .box .imgC {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .init-1 .container ul li .box .cont {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .newdet-page .container .left {
        padding: 40px 16px;
    }
}
@media (max-width: 500px) {
    .newdet-page .container .left .time {
        margin-top: 10px;
    }
    .newdet-page .container .left .des {
        margin-top: 20px;
    }
    .newdet-page .container .left .m-link {
        margin-top: 30px;
    }
}

.faq-page {
    padding: 20px 0 140px;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    display: block;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color);
    opacity: 0.32;
    position: absolute;
    left: 29px;
    z-index: -1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.faq-page .list ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    background-image: linear-gradient(to top,#55b8b1,var(--color));
    opacity: 0;
    transition: .5s;
}
.faq-page .list ul li:hover .content {
    color: white;
}
.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
    color: inherit;
}
.faq-page .list ul li:hover .content:before {
    opacity: 1;
}
.faq-page .list ul li .content span.h6 {
    font-size: 20px;
    line-height: 1.8;
    color: var(--color);
    margin-bottom: 0.5em;
    display: block;
}
.faq-page .list ul li .content .text {
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    .faq-page {
        padding: 70px 0;
    }
}
@media screen and (max-width: 1250px) {
    .faq-page .list ul li .content {
        padding: 20px;
    }
    .faq-page .list ul li i {
        width: 50px;
    }
    .faq-page .list:before {
        left: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page {
        padding: 50px 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
    .flex-2 > * {
      width: 100%;
    }
}
.about-page .about-2 .box {
    padding: 12px 0 122px 0;
    position: relative;
    z-index: 1;
}

.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}

.about-page .about-2 .box .img img {
    border-radius: 10px;
}

.about-page .about-2 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}

.about-page .about-2 .box .text .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.about-page .about-2 .box .text .header .left {
    width: 100%;
}

.about-page .about-2 .box .text .header .title {
    margin-top: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 41px;
}

.about-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}

.about-page .about-2 .box .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.about-page .about-2 .box .text .list {
    margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}

.about-page .about-2 .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 84.5%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}
.design-page .design-2 {
    padding: 20px 0 110px;
}

.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.design-page .design-2 .left .img {
    /*text-align: right;*/
    border-radius: 10px;
}

.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.design-page .design-2 .left .img img {
    border-radius: 10px;
}

.design-page .design-2 .right {
    padding-left: 90px;
}

.design-page .design-2 .right img {
    border-radius: 10px;
}

.design-page .design-2 .right .txt {
    font-size: 20px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 10px;
}
@media screen and (max-width: 1440px) {
    .about-page .about-2 {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1280px) {
   .about-page .about-2 {
        margin-top: 80px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }
    .design-page .design-2 .right {
        padding-left: 50px;
    }
    .design-page .design-2 .right .txt {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 {
        margin-top: 47px;
    }

    .about-page .about-2 .box {
        padding: 0 0 60px;
    }

    .about-page .about-2 .box .img {
        width: 100%;
    }

    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .about-page .about-2 .box::after {
        width: 100%;
    }
    .design-page .design-2 {
        padding: 60px 0 65px;
    }
    .design-page .design-2 .right .txt {
        margin-top: 40px;
    } 
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }

    .about-page .about-2 {
        margin-top: 30px;
    }
    .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }

    .design-page .design-2 .left {
        width: 100%;
    }

    .design-page .design-2 .i-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box {
        padding-bottom: 30px;
    }
    
    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }

    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }

    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }

    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }
     .design-page .design-2{
        padding: 30px 0 35px;
    }
    .design-page .design-2 .right .txt {
        margin-top: 30px;
    }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#index-body .ny-product{
  background: transparent;
  padding-top: 4.5%;
}
#index-body .ny-product .bottom .item{
  display: block;
}
.prodet-page .prodet-4:after {
    content: '';
    background: rgba(0, 0, 0, .2);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.prodet-page .prodet-4 .more{
  background: #fff;
  color: #000;
}
.prodet-page .prodet-4 .more:hover{
  color: #fff;
}