@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
  font-display:swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display:swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: bold;
  font-display:swap;
}
@font-face {
  font-family: 'NexaBold';
  src: url(../fonts/NexaBold.ttf) format('truetype'), url(../fonts/NexaBold.eot) format('eot'), url(../fonts/NexaBold.woff) format('woff'), url(../fonts/NexaBold.woff2) format('woff2');
  font-weight: bold;
  font-display:swap;
}

/* 新增 */
.jdRgZo {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.jdRgZo .social-links a{
  margin-right: 40px;
}
.fOHmGP {
    color: rgb(36, 187, 238);
}
.eHwpUJ {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    transition: all 0.15s ease-in-out 0s;
}

@media screen and (max-width: 1000px) {
  .jdRgZo .social-links a{
    margin-right: 10px;
  }
}

@media screen and (max-width: 700px) {
  .jdRgZo{
    display: block;
  }
  .eHwpUJ{
    margin-top: 30px;
  }
  .indusknow {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 16px !important;
  }
}

/* end */


html,
body {
  font-size: 62.5%;
}

@media screen and (max-width: 1430px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1230px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 6px;
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 5px;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 4px;
  }
}

body {
  font-family: "Poppins";
  font-weight: 300;
}
.font-w-400 {
  font-weight: 400;

}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}

.foot.container{
  max-width: 1600px;
}

.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language: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 {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
}
#header .nav .container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .container.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .container.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 100px;
}
#header .nav .container.menu .menu-box ul.menu > li {
  margin: 0 13px;
  font-size: 18px;
  color: #1c2856;
  font-weight: 400;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .container.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 0;
  position: relative;
}
#header .nav .container.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  background-color: #53c2c6;
  -webkit-transform: skewX(-20deg) translateX(-50%);
  -moz-transform: skewX(-20deg) translateX(-50%);
  -ms-transform: skewX(-20deg) translateX(-50%);
  transform: skewX(-20deg) translateX(-50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .container.menu .menu-box ul.menu > li:hover > a::before {
  width: 20px;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .container.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  padding: 150px 50px 60px;
  display: none;
}
.search-box .box {
  max-width: 700px;
  margin: auto;
}
.search-box .words {
  display: flex;
  flex-wrap: wrap;
}
.search-box .words button {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 20px;
  color: #53c2c6;
  border: 2px solid #53c2c6;
  border-radius: 100px;
  background-color: transparent;
  margin-right: 16px;
  margin-top: 16px;
  transition: .3s ease;
}
.search-box .words button:hover {
  color: white;
  background-color: #53c2c6;
}
.search-box form {
  position: relative;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  padding: 16px;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #53c2c6;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: 50%;*/
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #53c2c6;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #53c2c6 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}

#mobile .h-search {
  position: absolute;
  right: 15px;
  bottom: 0;
}


#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 2;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .nav-height{
    height: 60px!important;
  }

  .search-box {
    height: calc(100vh - 60px);
    padding: 150px 15px 60px;
  }
}
.yellow .o-button__stroke,
.yellow .c-button__stroke {
  border-color: #efd343;
}
.yellow.-reverse .o-button__stroke,
.yellow.-reverse .c-button__stroke {
  border-color: #efd343;
  background: #efd343;
}
.yellow.-reverse .o-button__stroke::before,
.yellow.-reverse .c-button__stroke::before {
  background: #f0f0f0;
}
.-blue.-reverse .o-button__stroke,
.-blue.-reverse .c-button__stroke {
  border-color: #53c2c6;
  background: #53c2c6;
}
.-blue.-reverse .o-button__stroke::before,
.-blue.-reverse .c-button__stroke::before {
  background: #f0f0f0;
}
.-bg-gray .o-button__stroke,
.-bg-gray .c-button__stroke {
  background: #f0f0f0;
}
.-bg-gray .o-button__label span,
.-bg-gray .c-button__label span {
  color: #231f20;
}
.yellow .o-button__stroke::before,
.yellow .c-button__stroke::before {
  background: #efd343;
}
.o-button,
.c-button {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  color: #231f20;
  background: none;
  overflow: hidden;
}
.o-button__stroke,
.c-button__stroke {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #231f20;
  overflow: hidden;
}
.o-button__stroke::before,
.c-button__stroke::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 102%, 0);
  -moz-transform: translate3d(0, 102%, 0);
  transform: translate3d(0, 102%, 0);
  background: #231f20;
}
.o-button__label,
.c-button__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.o-button__label::before,
.c-button__label::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: attr(data-text);
  color: #231f20;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.-bg-gray .o-button__label::before,
.-bg-gray .c-button__label::before {
  color: #FFFFFF;
}
.o-button__label span,
.c-button__label span {
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.o-button:hover .o-button__label,
.o-button:hover .c-button__label {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.o-button:hover .o-button__label::before,
.o-button:hover .c-button__label::before {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.o-button:hover .o-button__stroke::before,
.o-button:hover .c-button__stroke::before {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.o-button:hover .o-button__label span,
.o-button:hover .c-button__label span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
@media (min-width: 1000px) {
  .o-button__label,
  .c-button__label {
    padding: 20px 30px;
  }
}
@media (max-width: 999px) {
  .o-button__label,
  .c-button__label {
    padding: 12px 24px;
  }
}
#banner {
  position: relative;
}
#banner ul li.li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner h6 {
  color: #1c2856;
  position: absolute;
  right: 60px;
  bottom: 70px;
}
#banner .tab {
  position: absolute;
  left: 60px;
  bottom: 70px;
}
#banner .tab .dots {
  display: inline-block;
  vertical-align: middle;
}
#banner .tab .dots ul li {
  margin: 8px;
  display: inline-block;
  position: relative;
}
#banner .tab .dots ul li::before,
#banner .tab .dots ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: #000000;
  margin: auto;
  opacity: 0;
}
#banner .tab .dots ul li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: transparent;
}
#banner .tab .dots ul li.slick-active::before,
#banner .tab .dots ul li.slick-active::after {
  opacity: 1;
}
#banner .tab a.next {
  display: inline-block;
  vertical-align: middle;
}
#banner > ul li .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner > ul li.li {
  position: relative;
  height: 100vh;
}
#banner .box {
  max-width: 1200px;
  margin: auto;
}
#banner .box .left {
  width: 40%;
  vertical-align: middle;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#banner .box .right {
  width: 60%;
  vertical-align: middle;
}
#banner .box .right .img {
  margin-left: -100px;
}
#banner span em {
  color: #efd343;
}
#banner h2 {
  font-size: 120px;
  line-height: 1;
  color: #1c2856;
  font-family: "NexaBold";
}
#banner p {
  max-width: 350px;
  color: #1c2856;
  line-height: 2;
}
#banner .slick-center .box .left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.title .tit {
  color: #1c2856;
  font-size: 72px;
  line-height: 1;
  font-family: 'NexaBold';
  position: relative;
}
.title .tit b {
  color: #53c2c6;
  line-height: 2;
}
.title .tit.tit1 {
  padding-left: 80px;
}
.title .tit.tit1::before {
  content: url(../images/tit1-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.title .tit.tit2 {
  padding-left: 50px;
}
.title .tit.tit2::before {
  content: url(../images/tit2-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.title.txt-center h2 {
  display: inline-block;
}
.our-product {
  padding: 120px 0 0;
  background-color: #FFFFFF;
}
.our-product .cate ul li {
  width: auto;
}
.our-product .cate ul li + li {
  border-left: 1px solid #b5b5b5;
}
.our-product .cate ul li a {
  line-height: 1;
  display: block;
  margin: 0 10px;
}
.our-product .cate ul li.active a {
  font-weight: bold;
}
.our-product .list ul {
  margin: -40px;
}
.our-product .list ul li {
  padding: 40px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 20%;
  background-color: #53c2c6;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .slick-center li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.our-product .list .slick-center .img::before {
  background-color: #efd343;
}
.our-product .arrows {
  z-index: 1;
}
.our-product .arrows .arrow {
  display: inline-block;
  padding: 18px 12px;
  position: relative;
}
.our-product .arrows .arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 35px;
  background-color: #53c2c6;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .arrows .arrow:hover::before {
  width: 100%;
}
.our-product .arrows .arrow.arrow_l::before {
  right: 0;
}
.our-product .arrows .arrow.arrow_r::before {
  left: 0;
}
.btn1 {
  display: inline-block;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #53c2c6;
  padding: 0 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.btn1:hover {
  background-color: #000000;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 500px;
  margin-top: -150px;
}
.our-about h6 {
  color: #22b8bc;
}
.our-about .small-tit {
  font-size: 42px;
  line-height: 2;
}
.our-about .title .column {
  vertical-align: middle;
}
.our-about .about .box {
  margin-top: 80px;
}
/*.our-about .about .box .img img {
  -webkit-mask-image: url(../images/about-mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}*/
.our-about .about .content {
  max-width: 700px;
  margin-left: auto;
  padding: 0 15px;
}

.our-about .about .right .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.our-about .about .right .play img {
  display: inline-block;
  vertical-align: middle;
  left: 5px;
}
.our-about .about .right .play:after,
.our-about .about .right .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .about .right .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


.our-about .factory .box .left {
  vertical-align: bottom;
}
.our-about .factory .box .right {
  vertical-align: bottom;
}
.our-about .factory .box .img img {
  -webkit-mask-image: url(../images/factory-mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.our-about .factory .content {
  max-width: 700px;
  padding: 15px;
}
#Advantage ul {
  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;
}
#Advantage ul li {
  width: auto;
}
#Advantage ul li + li {
  padding-left: 20px;
  position: relative;
}
#Advantage ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #8e9696;
}
#Advantage .mml-text {
  padding-left: 70px;
  position: relative;
}
#Advantage .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
#Advantage .mml-text .text h3 {
  line-height: 1;
  color: #1a2855;
}
.our-news {
  padding: 100px 0 200px;
  background: url(../images/foot-bg.jpg)no-repeat bottom center;
  background-size: cover;
}
.our-news .list ul {
  margin: -25px;
}
.our-news .list ul li {
  padding: 25px;
}
.our-news .list .mml-text {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  border-bottom: 4px solid transparent;
}

.our-news .list .mml-text:hover {
  border-color: #53c2c6;
}
.our-news .list .mml-text:hover .data {
  background-color: #53c2c6;
}
.our-news .list .mml-text:hover h4 {
  color: #53c2c6;
}

.our-news .list .mml-text .img{
  padding-top: 60%;
  background-size: cover;
  background-position: center;
}

/*.our-news .list .img img {
  -webkit-mask-image: url(../images/news-mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}*/
#index-body .our-news .list .text {
  margin-top: -70px;
}

.our-news .list .text {
  text-align: left;
  padding: 30px;
  position: relative;
}
.our-news .list .text .data {
  display: inline-block;
  padding: 15px;
  color: #FFFFFF;
  background-color: #1c2856;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .text .data img {
  display: inline-block;
}
.our-news .list .text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 2;
}
.contact-us {
  padding: 90px 0;
  overflow: hidden;
}
.contact-us h2 {
  color: #1c2856;
  font-size: 58px;
  font-family: 'NexaBold';
}
.contact-us .form {
  z-index: 1;
}
/*.contact-us .form::before {
  content: attr(data-text);
  font-size: 160px;
  color: rgba(28, 40, 86, 0.08);
  font-family: 'NexaBold';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}*/
.contact-us .form ul {
  margin: -15px;
}
.contact-us .form ul li {
  padding: 15px;
}
.contact-us .form form {
  max-width: 1000px;
  margin: auto;
}
.contact-us .form input {
  font-size: 16px;
  height: 64px;
  border: none;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 20px;
  width: 100%;
}
.contact-us .form button {
  border: none;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/send-icon.png) no-repeat center;
}
#footer {
  background: url(../images/dibu.jpg) no-repeat center;
  background-size: cover;
}

#footer * {
  color: #FFFFFF;
  line-height: 2;
}
#footer .contact-box {
  padding-top: 40px;
}
#footer .contact-box ul {
  margin-right: -15px;
}
#footer .contact-box ul li {
  width: 15%;
  padding-right: 15px;
}
#footer .contact-box ul li:nth-child(5) {
  width: 25%;
}
#footer .contact-box form input {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 76px;
  border-radius: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
}
#footer .contact-box form input[type="submit"] {
  border-radius: 20px;
  color: #ffffff;
  background-color: #53c2c6;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-top {
  padding: 40px 0 0;
}
#footer .footer-top .fl {
  max-width: 390px;
  line-height: 2;
}
#footer .footer-top .fr {
  width: 70%;
}
#footer .footer-top .line {
  max-width: 230px;
  position: relative;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .line::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 30px;
  background-color: #FFFFFF;
}
#footer .footer-top ul li + li {
  margin-top: 10px;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a + a {
  margin-left: 10px;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#ewm {
  width: 170px;
  border: 5px solid #FFFFFF;
}
/*footer_nav*/
.footer_nav,
.height {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    /*display: block;*/
    overflow: hidden;
    z-index: 9999;
  }
  .height {
    height: 66px;
    display: block;
  }
  .footer_nav {
    background: #53c2c6;
    padding: 12px 0 5px;
    border-top: 2px solid #fff;
  }
  .footer_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px 10px;
    opacity: 0;
    pointer-events: none;
  }
  .footer_nav ul li a {
    line-height: 26px;
  }
  .footer_nav ul li i {
    font-size: 16px;
    color: #fff;
  }
  .footer_nav ul li:nth-child(4) {
    float: right;
  }
  .footer_nav ul li:nth-child(5) {
    float: right;
  }
  .footer_nav ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
    line-height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_nav ul li p {
    display: none;
  }
  /*.height {
    height: 43px;
  }*/
}
/*service*/
#online_qq_layer {
  z-index: 9999;
  position: fixed;
  right: 0px;
  bottom: 0;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: #f5be21 url(../images/ser_2.png) no-repeat left bottom;
  height: 57px;
  width: 250px;
  padding-top: 18px;
  font-size: 15px;
  padding-left: 80px;
  text-transform: uppercase;
  color: #fff;
}
#online_qq_tab #floatShow img {
  max-height: 24px;
  float: right;
  margin-top: 6px;
}
#online_qq_tab #floatHide i {
    font-size: 12px;
    max-height: 32px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  background-color: #53c2c6;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  width: 300px;
  text-transform: capitalize;
  margin-right: 10px;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  margin-right: 10px;
}
.web_inquiry .p {
  font-size: 12px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}
.web_inquiry {
  padding: 15px;
}
.web_inquiry .input_1 {
  line-height: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_1:focus {
  color: #333;
  border: 1px solid #53c2c6;
}
.web_inquiry .input_2 {
  line-height: 26px;
  height: 80px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_2:focus {
  color: #333;
  border: 1px solid #53c2c6;
}
.web_inquiry .btn_1 {
  line-height: 36px;
  border-radius: 30px;
  background: #53c2c6;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0px 32px;
  border: none;
}
.web_inquiry .btn_1:hover {
  background: #53c2c6;
  color: #fff;
}
.web_inquiry .btn_1::before {
  line-height: 36px !important;
}
@media only screen and (max-width: 1000px) {
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
  }
  #online_qq_tab {
    width: 100%;
  }
  /*#online_qq_tab #floatShow {
    background: url(../images/inquiry_ico.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -23px;
    padding-left: 46px;
  }*/

  #online_qq_tab #floatShow {
    background: transparent;
    width: 90%;
    height: 46px;
    position: absolute;
    left: 5%;
    bottom: 10px;
    margin-left: 0;
    padding: 0;
    background-color: #53c2c6;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
  }
}


#backTop {
  display: inline-block;
  font-size: 18px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #23b8bc;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  #banner h2 {
    font-size: 100px;
    line-height: inherit;
  }

  #footer .footer-top .fr{
    width: 65%;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .container.menu .logo {
    width: 200px;
  }
  .title .tit {
    font-size: 45px;
    line-height: inherit;
  }
  .our-about .small-tit {
    font-size: 30px;
    line-height: inherit;
  }
  .our-about {
    padding-top: 400px;
    margin-top: -100px;
  }
  #Advantage {
    padding: 60px 0;
  }
  #Advantage .mml-text i {
    height: 60px;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
  #Advantage .mml-text {
    padding: 0;
    text-align: center;
  }
  #Advantage ul li + li {
    padding: 0;
  }
  #Advantage ul li + li::before {
    display: none;
  }
  #ewm {
    width: 150px;
  }
  .font-30 {
    font-size: 24px;
  }

  #footer .footer-top .footer-block {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .container.menu .menu-box {
    margin-right: auto;
  }
  #header .nav .container.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner .box .right .img {
    margin: 0;
  }
  #banner p {
    max-width: 100%;
  }
  #banner h2 {
    font-size: 70px;
  }
  #banner .btns {
    margin-top: 30px;
  }
  .our-product .fl,
  .our-product .fr {
    float: none;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list ul li {
    padding: 15px;
  }
  .our-about {
    padding-top: 300px;
  }
  .our-about h6 {
    margin: 0;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .our-about .about .box {
    margin-top: 40px;
  }
  .our-about .small-tit {
    font-size: 24px;
  }
  .font-40 {
    font-size: 36px;
  }
  .our-news {
    padding-top: 90px;
  }
  .our-about .factory .box .right {
    padding-left: 15px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list ul li {
    padding: 15px;
  }
  .contact-us .form::before {
    font-size: 130px;
  }
  .contact-us {
    padding: 90px 0;
  }
  .contact-us h2 {
    font-size: 48px;
  }

  #footer .footer-top .fl {
    max-width: 300px;
  }
  #footer .contact-box form input {
    font-size: 16px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 20px;
  }
  #footer .contact-box form input {
    height: 60px;
  }
  #footer .contact-box ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  #footer .contact-box ul li:nth-child(5),
  #footer .contact-box ul li:nth-child(6) {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .backTop {
    display: none;
  }
  #ewm {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }


  #banner > ul li.li {
    position: relative;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  #banner .box {
    max-width: 700px;
  }
  #banner .box .left {
    width: 100%;
    display: none;
  }
  #banner .box .right {
    width: 100%;
  }
  #banner h6 {
    display: none;
  }
  #banner .tab {
    display: none;
  }
  #banner .hide {
    display: block;
  }
  .our-product {
    padding: 90px 0 0;
  }
  .title .tit {
    padding: 0!important;
  }
  .title .tit::before {
    display: none;
  }
  .title .tit {
    font-size: 36px;
  }
  .our-about .title .column {
    width: 100%!important;
  }
  .our-about .title .column > * {
    margin: 0;
  }
  .our-about .about .box {
    max-width: 700px;
    margin: auto;
  }
  .our-about .about .left,
  .our-about .about .right {
    width: 100%!important;
  }
  .our-about .about .right {
    margin-top: 40px;
  }
  .our-about .about .box .img img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  #Advantage ul {
    display: block;
    margin: -10px !important;
  }
  #Advantage ul li {
    width: 50%!important;
    padding: 10px!important;
  }
  .our-about .factory .box {
    max-width: 700px;
    margin: auto;
  }
  .our-about .factory .box .left {
    display: none;
  }
  .our-about .factory .box .right {
    width: 100%;
    padding: 0;
  }
  .our-about .factory .box .img img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .our-about {
    margin-top: -150px;
  }
  .contact-us .form ul li {
    width: 100%!important;
  }
  .contact-us .form::before {
    font-size: 100px;
  }
  .font-20 {
    font-size: 16px;
  }

  #footer .footer-top .line {
    max-width: 100%;
  }
  #footer .footer-top .fl {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footer-top .fr {
    display: none;
  }
  

}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-product .list ul li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .our-product .list .img {
    padding: 0;
  }
  .our-product .list .img::before {
    display: none;
  }
  .our-product .list h4 {
    text-align: center;
  }
  .our-product {
    padding: 60px 0 0;
  }
  .our-product .cate {
    margin-top: 30px;
  }
  .our-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-us {
    padding: 60px 0;
  }
  .contact-us h2 {
    font-size: 36px;
  }
  .contact-us .form input {
    height: 45px;
  }
  .contact-us .form button {
    height: 45px;
    width: 45px;
  }

  #footer .contact-box form input {
    font-size: 14px;
    height: 50px;
  }
  #footer .contact-box {
    padding-top: 50px;
  }
  #footer .footer-top {
    padding: 50px 0 0;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  /*.font-18 {
    font-size: 14px;
  }*/
  .title .tit {
    font-size: 30px;
  }
  /*.font-20 {
    font-size: 14px;
  }*/
  .our-product .cate ul {
    margin: -10px;
  }
  .our-product .cate ul li {
    width: 50%;
    padding: 10px;
    border: none!important;
  }
  .our-product .arrows {
    text-align: center;
  }
  .our-about {
    background: none;
  }
  .our-about {
    padding: 0;
    margin: 0;
  }
  .our-product {
    padding: 60px 0;
  }
  /*.our-about .small-tit {
    font-size: 18px;
  }*/
  .font-40 {
    font-size: 30px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  #Advantage .mml-text i {
    margin-bottom: 10px;
  }
  .contact-us h2 {
    font-size: 24px;
  }
  .contact-us .form ul {
    margin: -10px;
  }
  .contact-us .form ul li {
    padding: 10px;
  }
  .contact-us .form::before {
    display: none;
  }
  .contact-us .form input {
    font-size: 13px;
  }
  .our-news .list .text {
    padding: 15px;
  }

  #footer .contact-box ul li {
    width: 100%!important;
  }
  #footer .contact-box form input {
    height: 40px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 16px;
  }
}



.inner-banner {
    padding: 40px 0 30px;
    color: #fff;
    background: url("../images/inner-banner.jpg") center center no-repeat;
    background-size: cover
}

.inner-banner .box {
    padding-left: 30%
}

.inner-banner .box h2 {
  margin-bottom: 5px;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 2;
}

.inner-banner .box .mbx {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2;
}

.inner-banner .box .mbx a:hover {
    text-decoration: underline
}

  .font-18.mt-20 h1 {
    display: inline !important;
}
  .sheng {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2;
    padding-bottom: 20px;
    color: #000;
    font-size: 28px;
   } 
.huanshen {
  background: url(/template/en/images/foot-bg.jpg)no-repeat bottom center;
  background-size: cover;
   }
.indusknow h2 {
      font-size: 48px;
      text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 1.2;
    color: #1c2856;
    text-align:center;    
     }
.indusknow h3 {
     font-size: 24px;
    line-height: 2;    
    margin-bottom: 10px;
    margin-top: 12px;
   font-weight: 400;
    padding: 0 1px;
     }
.indusknow {
 font-size: 16px;
    line-height: 2;
    position: relative;    
    }

.indusknow .grid-box{
  margin: -15px;
}

.indusknow .grid-box .column{
  padding: 15px;
  vertical-align: middle;
}

.product-banner {
  height: 95rem;
  background: no-repeat center bottom;
  background-size: cover;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-banner .container {
  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;
}
.product-banner .container .left .text {
  max-width: 430px;
}
.product-banner .container .left .text .title {
  position: relative;
  z-index: 5;
}
.product-banner .container .left .text .title::before {
  position: absolute;
  content: "";
  left: -5.3rem;
  top: 0rem;
  width: 7rem;
  height: 7rem;
  border: 7px solid rgba(0, 172, 253, 0.1);
  border-radius: 100%;
  z-index: -1;
  display: block;
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  transition: 2.5s;
}
.product-banner .container .left .text .title::after {
  position: absolute;
  content: "";
  left: -2rem;
  top: -7rem;
  width: 15rem;
  height: 15rem;
  border: 8px solid rgba(0, 172, 253, 0.1);
  border-radius: 100%;
  z-index: -1;
  display: block;
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  transition: 2.5s;
}
.product-banner .container .left .text .title p {
  font-size: 14px;
  line-height: 1;
  color: #8b8b8b;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 6.8rem;
}
.product-banner .container .left .text .title p::after {
  position: absolute;
  width: 5.5rem;
  height: 2px;
  border-bottom: 1px solid #8b8b8b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
}
.product-banner .container .left .text .title h3 {
  font-size: 3rem;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
}
.product-banner .container .left .text .title h3.h3 {
  color: #53c2c6;
}
.product-banner .container .left .text .content {
  margin-top: 1.5rem;
  max-width: 315px;
}
.product-banner .container .left .text .content p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-bottom: 7.5rem;
}
.product-banner .container .left .text .more {
  display: inline-block;
  padding: 2.6rem 3rem;
  border-radius: 7rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 40%, #1c2856 100%);
}
.product-banner .container .left .text .more:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #1c2856), to(#1c2856));
  background: -webkit-linear-gradient(left, #1c2856 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #1c2856 40%, #1c2856 100%);
  background: linear-gradient(to right, #1c2856 40%, #1c2856 100%);
}
.product-banner .container .left .text .more:hover img {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
.product-banner .container .left .text .more img {
  display: inline-block;
  vertical-align: top;
  margin-left: 3rem;
  margin-top: .3rem;
}
.product-banner .container .right {
  width: 245px;
  text-align: left;
  /*display: none;*/
}
.product-banner .container .right h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #010101;
}
.product-banner .container .right h4:hover {
  color: #53c2c6;
}
.product-banner .container .right .colorBox {
  margin: 2.5rem 0 2rem;
}
.product-banner .container .right .colorBox .swiper-slide{
  width: 50px;
  height: 50px;
  border-radius: 100%; 
}
.product-banner .container .right .more {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.8rem;
  line-height: 1;
  color: #53c2c6;
  text-transform: uppercase;
}
.product-banner .container .right .more:hover img {
  -webkit-transform: translateX(1.5rem);
  -moz-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
.product-banner .container .right .more:hover span {
  border-bottom: 1px solid #53c2c6;
}
.product-banner .container .right .more span {
  margin-right: 1.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-banner .container .img-big {
  position: absolute;
  bottom: -19rem;
  left: 50%;
  -webkit-transform: translateX(-42%);
  -moz-transform: translateX(-42%);
  -ms-transform: translateX(-42%);
  transform: translateX(-42%);
}
.product-banner .container .img-big img {
  width: 55.2rem;
}
#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#bg-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(20rem);
  -moz-transform: translateY(20rem);
  -ms-transform: translateY(20rem);
  transform: translateY(20rem);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page {
  position: relative;
  overflow: hidden;
  /*z-index: 2;*/
}

.about-page .about-1 {
  padding: 11.5rem 0 7.5rem;
}
.about-page .about-1 .about-1-img {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .about-1-img .left {
  width: 34%;
  padding-right: 2rem;
}
.about-page .about-1 .about-1-img .left p {
  font-size: 20px;
  line-height: 2;
  color: #8b8b8b;
  position: relative;
  margin-bottom: 1rem;
}
.about-page .about-1 .about-1-img .left h2 {
  font-size: 10rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.about-page .about-1 .about-1-img .right {
  width: 66%;
  text-align: right;
}

.about-page .about-1 .about-1-img .right img{
  width: 100%;
}


.about-page .about-1 h3 {
  font-size: 5rem;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  max-width: 635px;
  line-height: 2;
}
.about-page .about-1 h3::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 3px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 40%, #1c2856 100%);
}
.about-page .about-1 .content .text p {
  font-size: 18px;
  line-height: 2;
  color: #666666;
}
.about-page .about-2 {
  padding: 43rem 0 9rem;
  background: url(../images/about-2-bg.jpg) no-repeat center top;
  background-size: cover;
}
.about-page .about-2 .container {
  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;
}
.about-page .about-2 .container .left {
  width: 50%;
  padding-right: 3.2rem;
}
.about-page .about-2 .container .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3.3rem;
}
.about-page .about-2 .container .left .top .text {
  width: 90.6%;
  margin-left: 8px;
  text-align: center;
  padding: 6.5rem 5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 20%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 20%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 20%, #1c2856 100%);
}
.about-page .about-2 .container .left .top .text h3 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 3rem;
}
.about-page .about-2 .container .left .top .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.about-page .about-2 .container .left .about-2-img {
  width: 100%;
}
.about-page .about-2 .container .right {
  width: 50%;
}
.about-page .about-2 .container .right p {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 2.8rem 2.6rem;
  background: #53c2c6;
  margin-top: 4.7rem;
  margin-left: -9.3rem;
}
.about-page .about-2 .container .right .r-img {
  position: relative;
}
.about-page .about-2 .container .right .r-img .about-icon {
  position: absolute;
  bottom: -87px;
  right: -87px;
  -moz-animation: kz 5s infinite linear ;
  animation: kz 5s infinite linear ;
  -webkit-animation: kz 5s infinite linear ;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-3 {
  padding: 40rem 0 9rem;
  background: url(../images/about-2-bg.jpg) no-repeat center top;
  background-size: cover;
}
.about-page .about-3 .top {
  text-align: center;
}
.about-page h3.h3 {
  font-size: 4.8rem;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.2rem;
}
.about-page h3.h3 span{
  color: rgb(58, 0, 255);
}
.about-page h3.h3::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 40%, #1c2856 100%);
}
.about-page p.p {
  max-width: 575px;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.about-page .about-3 .about-3-box {
  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;
  align-items: center;
}
.about-page .about-3 .about-3-box ul li {
  margin-bottom: 3rem;
  position: relative;
}
.about-page .about-3 .about-3-box ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  width: 6.6rem;
  height: 6.6rem;
  line-height: 6.6rem;
  text-align: center;
  top: 0;
  background: #eee;
  border-radius: 50%;
  font-size: 20px;
}
.about-page .about-3 .about-3-box ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .about-3-box ul li:last-child p {
  height: auto;
}
.about-page .about-3 .about-3-box ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #010101;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.about-page .about-3 .about-3-box ul li p {
  font-size: 1.6rem;
  line-height: 30px;
  min-height: 60px;
  color: #6d6d6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2;
}
.about-page .about-3 .about-3-box .left {
  width: 30%;
}
.about-page .about-3 .about-3-box .left ul li {
  text-align: right;
  padding-right: 9rem;
}
.about-page .about-3 .about-3-box .left ul li::after {
  right: 0;
}
/*.about-page .about-3 .about-3-box .left ul li:nth-child(1)::after {
  background: url(../images/about-numb-1.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .left ul li:nth-child(2)::after {
  background: url(../images/about-numb-2.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .left ul li:nth-child(3)::after {
  background: url(../images/about-numb-3.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .left ul li:nth-child(4)::after {
  background: url(../images/about-numb-3.png) no-repeat center center;
  background-size: 100% 100%;
}*/
.about-page .about-3 .about-3-box .about-3-img {
  width: 40%;
  text-align: center;
}
.about-page .about-3 .about-3-box .right {
  width: 30%;
}
.about-page .about-3 .about-3-box .right ul li {
  padding-left: 9rem;
}
.about-page .about-3 .about-3-box .right ul li::after {
  left: 0;
}
/*.about-page .about-3 .about-3-box .right ul li:nth-child(1)::after {
  background: url(../images/about-numb-4.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .right ul li:nth-child(2)::after {
  background: url(../images/about-numb-5.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .right ul li:nth-child(3)::after {
  background: url(../images/about-numb-6.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-page .about-3 .about-3-box .right ul li:nth-child(4)::after {
  background: url(../images/about-numb.png) no-repeat center center;
  background-size: 100% 100%;
}*/

.about-page .about-4{
  padding: 100px 0;
}

.about-page .about-5{
  padding: 100px 0;
  background-color: #FFFFFF;
}
.guide-page .guide-list {
  padding: 11.5rem 0 17.8rem;
}
.guide-page .guide-list .kangtanpro1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.guide-page .guide-list .kangtanpro {
  font-size: 16px;
  line-height: 2;
}
.guide-page .guide-list .item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide-page .guide-list .item .left {
  width: 50%;
}
.guide-page .guide-list .item .left a {
  display: block;
  overflow: hidden;
}
.guide-page .guide-list .item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.guide-page .guide-list .item .left a img {
  width: 100%;
}
.guide-page .guide-list .item .right {
  width: 50%;
  padding-left: 4rem;
  position: relative;
  z-index: 5;
}
.guide-page .guide-list .item .right .title {
  max-width: 490px;
  position: relative;
}
.guide-page .guide-list .item .right .title::before {
  position: absolute;
  content: "";
  right: 4rem;
  top: 0rem;
  width: 7rem;
  height: 7rem;
  border: 7px solid rgba(0, 172, 253, 0.1);
  border-radius: 100%;
  z-index: -1;
  display: block;
  -webkit-transform: translateY(20px) scale(0.01);
  -moz-transform: translateY(20px) scale(0.01);
  -ms-transform: translateY(20px) scale(0.01);
  transform: translateY(20px) scale(0.01);
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  transition: 2.5s;
}
.guide-page .guide-list .item .right .title::after {
  position: absolute;
  content: "";
  right: -7.2rem;
  top: -7rem;
  width: 15rem;
  height: 15rem;
  border: 8px solid rgba(0, 172, 253, 0.1);
  border-radius: 100%;
  z-index: -1;
  display: block;
  -webkit-transform: translateY(20px) scale(0.01);
  -moz-transform: translateY(20px) scale(0.01);
  -ms-transform: translateY(20px) scale(0.01);
  transform: translateY(20px) scale(0.01);
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  transition: 2.5s;
}
.guide-page .guide-list .item .right .title.active::before {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-animation: particleAlpha 5s linear 0.5s forwards;
  -moz-animation: particleAlpha 5s linear 0.5s forwards;
  animation: particleAlpha 5s linear 0.5s forwards;
}
.guide-page .guide-list .item .right .title.active::after {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-animation: particleAlpha 5s linear 0.5s forwards;
  -moz-animation: particleAlpha 5s linear 0.5s forwards;
  animation: particleAlpha 5s linear 0.5s forwards;
}
.guide-page .guide-list .item .right .title p {
  font-size: 16px;
  line-height: 2;
  color: #8b8b8b;
  position: relative;
  margin-bottom: .5rem;
}
.guide-page .guide-list .item .right .title h3 {
  font-size: 4rem;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
}
.guide-page .guide-list .item .right .title h3 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.guide-page .guide-list .item .right .title h3 a:hover {
  color: #53c2c6;
}
.guide-page .guide-list .item .right .title h3.h3 {
  color: #53c2c6;
}
.guide-page .guide-list .item .right .content p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-bottom: 6rem;
}
.guide-page .guide-list .item .right .more {
  display: inline-block;
  padding: 2.6rem 3rem;
  border-radius: 7rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 40%, #1c2856 100%);
}
.guide-page .guide-list .item .right .more:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #1c2856), to(#1c2856));
  background: -webkit-linear-gradient(left, #1c2856 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #1c2856 40%, #1c2856 100%);
  background: linear-gradient(to right, #1c2856 40%, #1c2856 100%);
}
.guide-page .guide-list .item .right .more:hover img {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
.guide-page .guide-list .item .right .more img {
  display: inline-block;
  vertical-align: top;
  margin-left: 3rem;
  margin-top: .3rem;
}
.guide-page .guide-list .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.guide-page .guide-list .item:nth-child(even) .left {
  padding-right: 0;
}
.guide-page .guide-list .item:nth-child(even) .right {
  text-align: right;
  padding-right: 4rem;
}
.guide-page .guide-list .item:nth-child(even) .right .title {
  margin: 0 0 0 auto;
}
.guide-page .guide-list .item:nth-child(even) .right .title::before {
  top: -2rem;
      left: 17rem;
}
.guide-page .guide-list .item:nth-child(even) .right .title::after {
  left: 5rem;
}
/*.product-page .product-box {
  padding: 60px 0;
}*/
.product-page .product-box .kangtanpro1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.product-page .product-box .kangtanpro {
  font-size: 18px;
  line-height: 2;
  color: #666;
}
/*.product-page .product-box .product-list {
  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;
}*/
.product-page .product-box .product-list{
  margin: -10px;
}
.product-page .product-box .product-list li {
  margin-bottom: 4rem;
  padding: 10px;
}
.product-page .product-box .product-list li .pro-box {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0rem 2rem 3rem;
  -webkit-box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.product-page .product-box .product-list li .pro-box .pro-text {
  max-width: 355px;
}
.product-page .product-box .product-list li .pro-box .pro-text h4 {
  font-size: 20px;
  line-height: 2;
  color: #010101;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  position: relative;

}
.product-page .product-box .product-list li .pro-box .pro-text h4 a{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .5s;
  margin-top: .5em;
  line-height: 1.5;
  min-height: 3em;
}
.product-page .product-box .product-list li .pro-box .pro-text h4 strong {
  font-weight: bold;
}
.product-page .product-box .product-list li .pro-box .pro-text h4 a:hover {
  color: #53c2c6;
}
.product-page .product-box .product-list li .pro-box .pro-text h4::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #53c2c6), to(#1c2856));
  background: -webkit-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: -moz-linear-gradient(left, #53c2c6 40%, #1c2856 100%);
  background: linear-gradient(to right, #53c2c6 40%, #1c2856 100%);
  left: 0;
  bottom: 0;
}
.product-page .product-box .product-list li .pro-box .pro-text p {
  font-size: 1.8rem;
  line-height: 2;
  color: #666666;
}
.product-page .product-box .product-list li .pro-box .pro-text .pro-color {
  margin: 3rem 0 3.6rem;
}
.product-page .product-box .product-list li .pro-box .pro-text .more {
  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;
  font-size: 1.8rem;
  line-height: 1;
  color: #53c2c6;
  text-transform: uppercase;
}
.product-page .product-box .product-list li .pro-box .pro-text .more:hover img {
  -webkit-transform: translateX(1.5rem);
  -moz-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
.product-page .product-box .product-list li .pro-box .pro-text .more:hover span {
  border-bottom: 1px solid #53c2c6;
}
.product-page .product-box .product-list li .pro-box .pro-text .more span {
  margin-right: 1.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li .pro-box .pro-img {
  
 
  
  bottom: 0;
  overflow: hidden;
}
.product-page .product-box .product-list li .pro-box .pro-img img {
  width: 100%;
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
  height: 200px;
}
.news-page .list ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #53c2c6;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h2 {
  font-size: 40px;
}

.newdet-page .content {
  display: block;
  font-size: 16px;
  padding: 20px 0;
  line-height: 2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .content img{
  width: 100%;
}
.newdet-page .content strong{
  font-weight: bold;
}

.newdet-page .m-link {
  font-size: 16px;
  line-height: 2;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.contact-page .contact-2 {
  padding-top: 100px;
}

.contact-page .contact-1{
  padding-top: 80px;
}

.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #53c2c6;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #53c2c6;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
  text-transform: capitalize;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}
.form ul {
  margin: -10px;
}
.form ul li {
  padding: 10px;
}
.form ul li input,
.form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #53c2c6;
}
.form ul li textarea {
  height: 120px;
}
.form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.form ul li input[type="submit"]:hover {
  color: white;
  background-color: #53c2c6;
  border-color: #53c2c6;
}
.form ul li.wid-100 {
  width: 100%!important;
}
.honor-page {
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}
.honor-page .text {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  display: block;
  margin: 15px auto 20px;
}
.honor-page .list {
  margin-top: 70px;
  position: relative;
}
.honor-page .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.honor-page .list ul li img {
  width: 100%;
}
.honor-page .list ul li h4{
  opacity: 0;
}

.honor-page .list ul .slick-slide.slick-center li h4 {
  opacity: 1;
}

.honor-page .list ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: 90%;
}
.honor-page .list ul .slick-slide + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: 45%;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 2;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: -45%;
  z-index: 1;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active + div.slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -90%;
}
.honor-page .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #53c2c6;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-size: 12px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 0;
}
.honor-page .list ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 0;
}
.honor-page .list ul .slick-arrow:hover {
  background-color: #53c2c6;
}
.about-page i.tag {
    display: block;
    font-size: 16px;
    color: #53c2c6;
    font-weight: 300;
    margin-bottom: 5px;
}
.about-page h2 {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}
.prodet-page {
  padding: 90px 0;
}
.prodet-page i.tag {
display: block;
font-weight: 700;
color: black;
font-size: 30px;
line-height: 1;
}
.prodet-page h1  {
  display: inline;;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page h2 {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.prodet-page .prodet-1 .left {
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 40%;
}
.prodet-page .prodet-1 .left ul{
  margin: -10px;
}
.prodet-page .prodet-1 .left ul li{
  padding: 10px;
}
.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgb(0 0 0 / 3%);
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
  display: none;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: top;
  width: 60%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 40px 0 100px;
  font-size: 16px;
  color: #959595;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: #53c2c6;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #53c2c6;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #53c2c6;
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 110px 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
  display: none;
}
.prodet-page .custom-page .custom-3 .list>ul>li.on{
  display: block;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #53c2c6;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: #53c2c6;
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: #53c2c6;
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box .img-box{
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 15px;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list ul li .box:hover h5 {
  color: #53c2c6;
}
.custom-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #53c2c6;
}
.custom-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.custom-page .custom-1 {
  padding: 200px 0 130px;
}
.custom-page .custom-1 .box {
  background: url("../images/custom-1.jpg") center center no-repeat;
  background-size: cover;
  display: block;
}
.custom-page .custom-1 .box .img {
  margin-left: 50%;
  display: inline-block;
  top: -70px;
  margin-bottom: -150px;
  position: relative;
}
.custom-page .custom-1 .box .img .play {
  position: absolute;
  left: 45%;
  bottom: 10%;
  white-space: nowrap;
}
.custom-page .custom-1 .box .img .play p {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  display: block;
  white-space: normal;
  margin-left: 50px;
}
.custom-page .custom-1 .box .img .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: rgba(230, 0, 18, 0.5);
  position: relative;
  z-index: 1;
}
.custom-page .custom-1 .box .img .play span i {
  border-left: 8px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-page .custom-1 .box .img .play span:after,
.custom-page .custom-1 .box .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.custom-page .custom-1 .box .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.custom-page .custom-1 .box .img .play h6 {
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
}
.custom-page .custom-2 {
  padding-bottom: 90px;
}
.custom-page .custom-2 h2 {
  width: 55%;
}
.custom-page .custom-2 .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #959595;
  line-height: 1.6;
  margin-top: 25px;
}
.custom-page .custom-2 .iconList {
  float: right;
  margin-top: -20px;
}
.custom-page .custom-2 .iconList ul li {
  width: auto;
  margin-left: 25px;
}
.custom-page .custom-2 .iconList ul li i {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  border: 1px solid #eee;
  line-height: 82px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .iconList ul li i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .iconList ul li h6 {
  display: block;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.custom-page .custom-2 .iconList ul li:hover i {
  background: #53c2c6;
}
.custom-page .custom-2 .iconList ul li:hover i img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.custom-page .custom-2 .iconList ul li:hover h6 {
  color: #53c2c6;
}
.custom-page .custom-2 .list {
  margin-top: 60px;
  text-align: center;
}
.custom-page .custom-2 .list ul {
  margin: 0 -20px;
}
.custom-page .custom-2 .list ul li {
  padding: 0 20px;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 30px 0 30px 65px;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 2;
}
.custom-page .custom-3 .list ul li.active {
  border-top: 2px solid black;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.custom-page .custom-4 {
  padding: 70px 0 60px;
  text-align: center;
}
.custom-page .custom-4 .form {
  margin-top: 50px;
}
.custom-page .custom-4 .form ul {
  margin: -10px;
}
.custom-page .custom-4 .form ul li {
  padding: 10px;
}
.custom-page .custom-4 .form ul li input,
.custom-page .custom-4 .form ul li textarea {
  width: 100%;
  line-height: 25px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
}
.custom-page .custom-4 .form ul li input:focus,
.custom-page .custom-4 .form ul li textarea:focus {
  border-color: #53c2c6;
}
.custom-page .custom-4 .form ul li textarea {
  height: 120px;
}
.custom-page .custom-4 .form ul li input[type="submit"] {
  padding: 15px 50px;
  width: auto;
  border-color: black;
  color: black;
  font-weight: bold;
  max-width: none;
}
.custom-page .custom-4 .form ul li input[type="submit"]:hover {
  background: #53c2c6;
  border-color: #53c2c6;
  color: white;
}
.custom-page .custom-4 .form ul li.wid-100 {
  width: 100%;
}.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 110px 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.case-page {
  padding: 140px 0;
  background: url("../images/about-1-bg.jpg") top right no-repeat;
}
.case-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #53c2c6;
}
.case-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.case-page .list {
  margin-top: 40px;
}
.case-page .list ul {
  margin: -15px -13px;
}
.case-page .list ul li {
  padding: 15px 13px;
}
.case-page .list ul li a.img {
  display: block;
  -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .list ul li a.img img {
  display: block;
  width: 100%;
}
.case-page .list ul li a.img h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
}
.case-page .list ul li a.img:hover {
  background: #53c2c6;
}
.inner-page .m-page {
  margin-top: 75px;
  text-align: center;
  display: block;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 20px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: #53c2c6;
  color: white;
}












@media screen and (max-width: 1430px) {
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea,
  .contact-page .form ul li input[type="submit"] {
    padding: 10px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .honor-page {
    padding: 80px 0;
  }
  .honor-page .list {
    margin-top: 50px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 30px 0 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
  }
  .custom-page h2{
    font-size: 32px;
  }
  .custom-page .custom-1 {
    padding: 120px 0 80px;
  }
  .custom-page .custom-4 .form ul li input,
  .custom-page .custom-4 .form ul li textarea {
    padding: 10px;
  }
  .custom-page .custom-4 .form ul li input[type="submit"] {
    padding: 10px 40px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 26px;
  }
  .case-page {
    padding: 80px 0;
  }
  .case-page .list ul li a.img h6 {
    font-size: 22px;
    padding: 15px;
  }
  .case-page h2{
     font-size: 32px;
  }
}
@media screen and (max-width: 1230px) {
  .product-page .product-box .product-list li .pro-box .pro-img {
    right: 2rem;
  }
  .faq-page {
    padding: 60px 0;
  }
  .faq-page ul li h4 {
    font-size: 16px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .news-page .list ul li .content a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 15px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .content{
    font-size: 14px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 28px;
  }
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }
  .custom-page h2{
    font-size: 28px;
  }
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 14px;
  }
  .custom-page .custom-1 .box .img {
    width: 170px;
  }
  .custom-page .custom-1 .box .img .play h6 {
    font-size: 14px;
  }
  .custom-page .custom-3 .list ul li i {
    width: 40px;
    top: 21px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 22px;
  }
  .custom-page .custom-4 .form ul li input,
  .custom-page .custom-4 .form ul li textarea,
  .contact-page .form ul li input,
  .contact-page .form ul li textarea {
    font-size: 14px;
  }
  .case-page h2{
     font-size: 28px;
  }
   .case-page .list ul li a.img h6 {
    font-size: 18px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .about-1-img .left {
    width: 100%;
  }
  .about-page .about-1 .about-1-img .right {
    width: 100%;
    margin: 20px 0 30px;
  }
  .about-page .about-1 .content .text {
    margin-left: 0;
    max-width: 100%;
  }
  .about-page .about-2 .container .left .top .text {
    padding: 9.5rem 3rem 6.5rem;
  }
  .about-page .about-2 .container .left .top .text h3 {
    font-size: 4rem;
  }
  .about-page .about-2 .container .left .top .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .about-page .about-1 .content .text p {
    font-size: 14px;
  }
  .about-page .about-3 .about-3-box ul li p {
    font-size: 14px;
  }
  .about-page .about-3 .about-3-box ul li h4 {
    font-size: 18px;
  }
  .product-banner {
    height: 93rem;
  }
  .product-page .product-box .product-list li {
    width: 100%;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .honor-page .text {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .btn a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 3%;
  }
  .prodet-page .prodet-1 .left {
    width: 40%;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 10px;
  }
  .prodet-page {
    padding: 60px 0 30px;
  }
  .custom-page h2{
    font-size: 24px;
  }
  .custom-page .custom-2 h2,
  .custom-page .custom-2 .text {
    width: 100%;
  }
  .custom-page .custom-2 .text {
    font-size: 14px;
  }
  .custom-page .custom-2 .iconList {
    display: none;
  }
  .custom-page .custom-2 .list {
    margin-top: 30px;
  }
  .custom-page .custom-2 {
    padding: 50px 0;
  }
  .custom-page .custom-2 .list ul li {
    padding: 0 10px;
  }
  .custom-page .custom-2 .list ul {
    margin: 0 -10px;
  }
  .custom-page .custom-3 {
    padding: 60px 0;
  }
  .case-page h2{
    font-size: 24px;
  }
  .case-page .list ul li a.img h6 {
    font-size: 16px;
  }
    .sheng {
display: none !important;
   } 
   #footer * a[href] {
display: none !important;
   } 
}
@media screen and (max-width: 700px) {
  .inner-banner .box{
    padding-left: 0;
  }
  .inner-banner {
    text-align:center;
  }

  .about-page .about-3 .about-3-box .about-3-img {
    display: none;
  }
  .about-page .about-3 .about-3-box .left {
    width: 100%;
  }
  .about-page .about-3 .about-3-box .right {
    width: 100%;
  }
  .about-page .about-3 .about-3-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .about-3-box .left ul li {
    text-align: left;
    padding-left: 9rem;
    padding-right: 0;
  }
  .about-page .about-3 .about-3-box .left ul li::after {
    right: auto;
    left: 0;
  }
  .about-page .about-3 .about-3-box ul li p {
    height: auto;
  }
  .about-page .about-3 .about-3-box ul li:last-child p {
    height: auto;
  }
  .about-page .about-3 .about-3-box ul li:last-child {
    margin-bottom: 3rem;
  }
  .about-page .about-2 .container img {
    display: none;
  }
  .about-page .about-2 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .container .right {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .container .left .top .text p {
    -webkit-line-clamp: 100;
  }
  .about-page .about-2 .container .left .top .text {
    width: 100%;
    margin-left: 0;
  }
  .about-page .about-2 .container .right p {
    margin-left: 0rem;
  }
  .guide-page .guide-list .item .left {
    width: 100%;
    padding-right: 0;
  }
  .guide-page .guide-list .item .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .guide-page .guide-list .item .right .title {
    margin-left: 0;
    max-width: 490px;
    position: relative;
  }
  .guide-page .guide-list .item:nth-child(even) .right .title {
    text-align: left;
    margin: 0;
  }
  .guide-page .guide-list .item:nth-child(even) .right {
    text-align: left;
    padding: 0;
  }
  .guide-page .guide-list .item {
    margin-bottom: 30px;
  }
  .product-banner .container .right {
    display: none;
  }
  .product-banner .container .left {
    display: none;
  }
  .product-page .product-box .product-list li .pro-box .pro-text h4 {
    font-size: 18px;
  }
  .product-page .product-box .product-list li .pro-box .pro-text p {
    font-size: 14px;
  }
  .contact-page .contact-2 {
    padding: 40px 0 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .custom-page .custom-1 .box .img {
    width: 120px;
    margin-left: 5%;
  }
  .custom-page .custom-1 .box .img .play p {
    margin-left: 0;
    display: none;
  }
  .custom-page .custom-1 .box .img .play h6 {
    max-width: 200px;
    white-space: normal;
  }
  .custom-page i.tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-box .product-list li .pro-box .pro-text {
    max-width: 100%;
    padding-right: 90px;
  }
  .product-page .product-box .product-list li .pro-box .pro-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1 .list ul li .box span i {
    font-size: 20px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .honor-page .list ul li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    left: 0 !important;
  }
  .honor-page {
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin-right: 15px;
    font-size: 12px;
  }
  .prodet-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .custom-page h2{
     font-size: 20px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 16px;
  }
  .custom-page .custom-3 .list ul li h5 span {
    top: 3px;
  }
  .custom-page .custom-3 .list ul li {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-page .custom-3 .list ul li i {
    width: 30px;
    top: 14px;
  }
  .case-page {
    padding: 50px 0;
  }
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
    display: block;
    position: relative;
    font-size: 36px;
}


.pure:before,
.pure:after {
  content: " ";
  display: table;
}

.pure:after {
  clear: both;
}

.tea_case{
  padding: 150px 0 270px 0;
  width: 67.71%;
  margin: 0 auto;
}

/*资质荣誉*/
.hon_con{
  background:#e4e9ed;
}
.hon_con .tea_case{
  width: 65vw;
  padding-bottom: 0;
}
.hon_tab_nav_box{
  float: left;
  width: 15%;
  display: none;
}
.hon_tab_nav_box> div{
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  padding-bottom: 50px;
  cursor: pointer;
}
.hon_tab_nav_box> div:last-child{
  padding-bottom: 0;
}
.hon_tab_num{
  font-size: 40px;
  line-height: 1;
}
.hon_tab_name{
  line-height: 1.625;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #72787f;
  transition: all .5s ease-out;
  position: relative;
}
.hon_tab_name::after{
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #00653b;
  left: 0;
  bottom: 0;
  transition: all .5s ease-out;
}
.hon_tab_nav_box> div.on,.hon_tab_nav_box> div:hover{
  color:#00653b;
}
.hon_tab_nav_box> div.on .hon_tab_name,.hon_tab_nav_box> div:hover .hon_tab_name{
  color: #00653b;
}
.hon_tab_nav_box> div:hover .hon_tab_name::after,.hon_tab_nav_box> div.on .hon_tab_name::after{
  width: 100%;
}
.hon_con_case{
  float: right;
  width: 100%;
  position: relative;
}
.hon_con_case > div{
  display: none;
  position: relative;
}
.hon_con_case > div:first-child{
  display: block;
}
.hon_con_box{
  float: left;
  width: 60%;
  padding-right: 10%;
  padding-left: 10%;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}
.hon_con_box .swiper-container{
  overflow: initial;
  padding-bottom: 150px;
}
.sha_tra{
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(228, 233, 237, 1)),color-stop(0.25,rgba(228, 233, 237, 0)),color-stop(0.75,rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
  background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hon_con_box .swiper-slide{
  opacity: 0.9;
  transition: all .5s ease-in;
}
.hon_con_box .swiper-slide.active{
  opacity: 1;
}
.hon_con_box .swiper-slide> div{
  width: 100%;
  position: relative;
}
.hon_con_box .swiper-slide> div > img{
  display: block;
  width: 100%;
}
.hon_name{
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s ease-in;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.hon_con_box .swiper-slide.active .hon_name{
  opacity: 1;
}
.hon_name_box{
  width: calc(29.23% + 50px);
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hon_con_box .swiper-wrapper{
    align-items: center;
}
.hon_name_text{
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  opacity: .5;
  color: #000;
  transition: all .5s ease-in;
  border-radius: 30px;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
    position: relative;
}
.hon_name_text > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    padding: 0 15px;

}

.hon_name_box .active-nav .hon_name_text{
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0 46px rgba(29,56,75,.17);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hon_name_box .swiper-container{
  height: 370px;
  padding: 25px 25px 15px 25px;
  overflow: hidden;
}
.hon_name_box .swiper-slide{
  cursor: pointer;
}
.hon_name_box .swiper-button-prev,.hon_name_box .swiper-button-next{
  background-image: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
}
.hon_name_box .swiper-button-prev{
  top: 0;
  left: 0;
}
.hon_name_box .swiper-button-next{
  top: auto;
  right: 0;
  bottom: 0;
}
/*资质荣誉*/
.inv_con{
  background-image: url("../img/inv_bg.png");
  background-color: #f6f9fb;
  background-position: left top;
  background-repeat: no-repeat;
}
.inv_left_box{
  float: left;
  width: 23.077%;
}
.inv_title{
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 78px;
  position: relative;
}
.inv_code{
  line-height: 42px;
  font-size: 16px;
  margin-top: 20px;
  color: #000000;
}
.inv_stock_box{
  border: 1px solid #d6dadd;
  border-left: none;
  border-right: none;
  padding: 35px 0;
}
.sto_at_time i{
  display: none;
}
.sto_val{
  position: relative;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.sto_val i{
  font-size: 36px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
.sto_contrast{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 40px;
}
.sto_contrast > span{
  margin-right: 20px;
}
.sto_record > div{
  width: 50%;
  float: left;
}
.sto_record > div > div:first-child{
  font-size: 14px;
  line-height: 31px;
  color: #000;
}
.sto_record > div > div:nth-child(2){
  font-size: 18px;
  line-height: 1.2;
  color: #999fa7;
}
.sot_time_box{
  font-size: 14px;
  line-height: 3.28;
  color: #000;
}
.sto_at_time_up{
  color: #00653b;
}
.sto_at_time_down{
  color: #fe0000;
}
.sto_contrast > span:last-child{
  margin-right: 0;
}
.sto_at_time i{
  display: none;
}
.text_box p img{
    max-width: 100%;
}
.sto_at_time_down .down{
  display: block;
}
.sto_at_time_up .up{
  display: block;
}
.inv_right_box{
  width: 70%;
  float: right;
  padding-left: 6.15%;
  position: relative;
}
.inv_right_box::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  width: 1px;
  height: 100%;
  background-color: #d6dadd;
}

.inv_title > a{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #000;
}
.inv_title > a i{
  color: #a1a3a4;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: right;
}
.sty_bottom_sty{
  border-bottom: 1px solid #d6dadd;
  margin-bottom: 30px;
}
.sty_bottom_sty::after{
  content: '';
  display: block;
  position: relative;
  left: 0;
  bottom: -3px;
  height: 5px;
  width: 2em;
  background-color: #00653b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ann_box > a{
  display: block;
  border-bottom: 1px solid #d6dadd;
  padding: 30px 0;
  padding-right: 32px;
  position: relative;
}
.ann_title{
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  transition: all .5s ease;
}
.ann_time{
  font-size: 12px;
  line-height: 1.8;
  color: #9fa2a5;
  transition: all .5s ease;
}
.ann_box > a > i{
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  color: #b3b8bc;
  transition: all .5s ease;
}
.ann_box > a:hover .ann_title,.ann_box > a:hover >i,.ann_box > a:hover .ann_time{
  color: #00653b;
}

/*公告及通函*/
.not_con{
  background:url("../img/not_bg.png") no-repeat center bottom, #f6f9fb;
}
.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #00653b;
}
/*.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}*/
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #00653b;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00653b;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #00653b;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
.disab{
  pointer-events:none;
  opacity: 0;
}
.not_con .ann_box > a{
  border-top: 1px solid #d6dadd;
  border-bottom: none;
  transition: all .5s ease;
  padding: 50px 72px 40px 0;
}
.not_con .ann_box > a:hover{
  -webkit-box-shadow: 0 0 46px rgba(29,56,75,.17);
  -moz-box-shadow: 0 0 46px rgba(29,56,75,.17);
  box-shadow: 0 0 46px rgba(29,56,75,.17);
  background-color: #fff;
  border-top-color: transparent;
  margin: 0 -10px;
  padding-right: 82px;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.not_con .ann_box > a:hover+a {
  border-top-color: transparent;
}
.not_con .ann_box > a:first-child{
  border-top-color: transparent;
}
.not_con .ann_box > a > div{
  float: left;
}
.not_time_box{
  width: 10%;
  color: #010101;
  line-height: 1.1;
}
.not_time_box > div{
  padding-left: 30.7%;
}
.time_year{
  font-size: 20px;
}
.not_time{
  font-size: 12px;
}
.not_con .ann_title{
  width: 90%;
  padding-left: 39px;
}
.not_con .ann_box > a > i{
  right: 40px;
}

/*发展历程*/
.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .ui{
  z-index: 1;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 90px;
  font-size: 16px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 16px;
  color: #00653b;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00653b;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 15px rgba(29, 56, 75, .17);
  box-shadow: 0 0 15px rgba(29, 56, 75, .17);
  top: 50%;
  left: 10px;
  margin-top: -35px;
  font-family: initial;
  font-size: 30px;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 10px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  float: right;
  line-height: 45px;
  font-size: 16px;
  padding-bottom: 50px;
  min-height: 260px;
}

.dev_tex_box .column{
  vertical-align: middle;
  padding: 15px;
}

.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 300px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -webkit-gradient(linear,left top,right top,color-stop(40%,#53c2c6),to(#1c2856));
  background: -webkit-linear-gradient(left,#53c2c6 40%,#1c2856 100%);
  background: -moz-linear-gradient(left,#53c2c6 40%,#1c2856 100%);
  background: linear-gradient(to right,#53c2c6 40%,#1c2856 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1c2856;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(14,111,57,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{fill-rule:evenodd;clip-rule:evenodd;}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}



#nav-list ul li{
  line-height: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
}


#nav-list ul li+li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #000;
}


.product-page .box-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .box-nav.active {
  opacity: 1;
  z-index: 10;
}
/*.product-page .box-nav .ui.container {
  max-width: 850px;
}*/
.product-page .box-nav .ui.container ul {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 100%;
  background: white;
  overflow: hidden;
}
.product-page .box-nav .ui.container ul li {
  line-height: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

.product-page .box-nav .ui.container ul li.active,
.product-page .box-nav .ui.container ul li:hover {
  background: #53c2c6;
  color: white;
}

.product-page .box-nav .ui.container ul li + li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #000;
}




.inner-title .tit {
  color: #1c2856;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  line-height: 2;
}
.inner-title .tit b {
  color: #53c2c6;
}
.inner-title .tit::before {
  content: url(../images/tit2-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}

.inner-title.txt-center .tit{
  display: inline-block;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .inner-title .tit{
    font-size: 24px;
    padding-left: 0;
  }

  .inner-title .tit:before{
    display: none;
  }
}


.product-page .productCategory .column{
  vertical-align: middle;
}


.product-page .application .left,
.product-page .application .right{
  vertical-align: middle;
}

.product-page .application .right ul{
  margin: -5px;
}

.product-page .application .right ul li{
  padding: 5px;
}

@media screen and (max-width: 1000px) {
  .product-page .application{
    display: none;
  }
}


.video-list ul{
  margin: -15px;
}

.video-list ul li{
  padding: 15px;
}



.hon_join{
  padding-top: 90px;
}
.hon_join .ui.container{
  max-width: 1200px;
}
.hon_join ul{
  margin: -15px;
}
.hon_join ul li{
  padding: 15px;
}



.factory-join .left{
  width: 30%;
}
.factory-join .left ul li{
  padding: 17px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #53c2c6;
}
.factory-join .right{
  width: 70%;
}

@media screen and (max-width: 1000px) {
  .factory-join .left ul li{
    padding: 10px;
  }

  .factory-join .left{
    width: 100%;
  }

  .factory-join .right{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}



.slidBox .slidLeft{
  width: 65%;
}

.slidBox .slidRight{
  width: 30%;
  padding: 25px;
  background-color: #f7f7f8;
}

.slidBox .slidRight h4{
  border-bottom: 1px solid #d2e3e7;
}

.mini-post-img{
  width: 130px;
}
.post-content{
  padding-left: 150px;
}


@media screen and (max-width: 1200px) {
  .slidBox .slidLeft{
    width: 100%;
  }

  .slidBox .slidRight{
    display: none;
  }
}

.recent-posts {
  font-size: 16px;
}




.solution-page ul{
	margin: -15px;
}
.solution-page ul li{
	padding: 15px;
}
.solution-page ul li p{
	padding-left: 15px;
	position: relative;
  font-size: 16px;
}
.solution-page ul li p:before{
	content:"";
	position: absolute;
	left:0;
	top:9px;
	width:8px;
	height:8px;
	border-radius: 4px;
	background-color:#3399d4;
}
.solution-page ul li p + p{
	margin-top: 10px;
}


.solution-page .solution-1 .grid-box{
  margin: -15px;
}
.solution-page .solution-1 .left{
  width: 40%;
  padding: 15px;
  vertical-align: middle;
}
.solution-page .solution-1 .right{
  width: 60%;
  padding: 15px;
  vertical-align: middle;
}



.solution-page .solution-4 ul li > div:nth-of-type(2){
  text-transform: unset;
  line-height: 1.5;
  min-height: 3em;
}

.solution-page .solution-4 ul li > div:last-of-type {
  padding-left: 2em;
}


@media screen and (max-width: 1200px) {
  .solution-page ul li {
    width: 50%!important;
  }

  .solution-page ul li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .solution-page ul li {
    width: 100%!important;
  }
}


.yszc_box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    color: white;
    background: #53c2c6;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    display: none;
    padding: 20px 0;
}

.yszc_box .yszc_head {
    font-size: 24px;
    font-weight: 700;
}

.yszc_box .yszc_body{
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

.yszc_box .yszc_body > div{
  margin: -15px;
}

.yszc_box .yszc_body .lock{
  width: 10%;
  vertical-align: middle;
  padding: 15px;
}

.yszc_box .yszc_body .left{
  width: 60%;
  padding: 15px;
  vertical-align: middle;
}

.yszc_box .yszc_body .right{
  width: 30%;
  padding: 15px;
}

.yszc_box .yszc_body p {
    font-size: 16px;
    line-height: 1.6em;
}

.yszc_box .yszc_btn {
  font-size: 0;
}

.yszc_box .yszc_btn a {
    cursor: pointer;
    display: inline-block;
    width: 48%;
    line-height: 48px;
    background: white;
    color: #53c2c6;
    text-align: center;
    font-size: 16px;
    margin-right: 2%;
    border-radius: 10px;
}

.yszc_box .yszc_btn a::last-child {
  margin-right: 0;
}

.yszc_box .yszc_btn a.cl_btn {
    background: #999999;
    color: white;
}

.yszc_box .yszc_btn a.ty_btn:hover {
    opacity: .8;
}


@media screen and (max-width: 1000px) {
  .yszc_box .yszc_body .right{
    width: 100%;
  }

  .yszc_box .yszc_body .left{
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .yszc_box .yszc_btn a {
    width: 100%;
    margin-right: 0;
  }

  .yszc_box .yszc_btn a + a{
    margin-top: 20px;
  }

  .yszc_box .yszc_body .lock{
    width: 100%;
    text-align: center;
  }

  .yszc_box .yszc_body .left{
    width: 100%;
  }
}


.yszc_mask{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99991;
  display: none;
}





/* solution-mml */
#mml ul {
  margin: -20px;
}
#mml ul li {
  padding: 20px;
}
#mml ul li > div:first-of-type {
  line-height: 1.5;
  min-height: 3em;
}
#mml ul li > div:last-child {
  color:#fff;
  padding: 15px;
  background-color: gray;
  min-height: 14em;
}
/* end */
h1.mb-40 {
    font-size: 40px;
}






.fk-banner {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.fk-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fk-banner .content .name {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 5px 10px rgba(0,0,0,.8);
}


.fk-body {
  padding: 120px 0;
}
.fk-body .Tit {
  font-size: 64px;
  color: #1c2856;
  font-weight: bold;
}
.fk-body .list {
  margin-top: 120px;
}
.fk-body .list ul li .box {
  display: flex;
}
.fk-body .list ul li .img img {
}
.fk-body .list ul li .name {
  font-size: 38px;
  color: #28afb4;
  font-weight: bold;
  margin-bottom: 40px;
}
.fk-body .list ul li .content {
  align-self: center;
    padding-left: 5%;
}

.fk-body .list ul li:nth-child(even) .content {
    padding-left: 0;
  padding-right: 5%;
}
.fk-body .list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1400px) {
  .fk-banner .content .name {
    font-size: 48px;
  }

  .fk-body .Tit {
    font-size: 48px;
  }

  .fk-body .list ul li .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .fk-body {
    padding: 60px 0;
  }

  .fk-banner {
    height: 400px;
  }

  .fk-banner .content .name {
    font-size: 36px;
  }

  .fk-body .Tit {
    font-size: 36px;
  }

  .fk-body .list ul li .box {
    display: block;
  }

  .fk-body .list ul li .img {
    width: 100%;
  }

  .fk-body .list ul li .content {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .fk-body .list ul li + li {
    margin-top: 60px;
  }

  .fk-body .list {
    margin-top: 60px;
  }
}


.ccl_1 ul {
  margin: -10px;
}

.ccl_1 ul li {
  padding: 10px;
}

.ccl_1 ul li .name {
  color: #FFFFFF;
  background-color: #4abbc0;
}

.ccl_2 ul {
  margin: -10px -15px;
}

.ccl_2 ul li {
  padding: 10px 15px;
}


.ccl_3 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ccl_3 .box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.ccl_3 .box .img {
  width: 50%;
}
.ccl_3 .box .content {
  width: 50%;
  padding: 0 5%;
}





.stuff > div {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.stuff .Tit {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #53c2c6;
}

.stuff .Tit-small {
  font-size: 36px;
  font-weight: bold;
  color: #53c2c6;
}

@media (max-width:1400px) {
  .stuff .Tit {
    font-size: 48px;
  }

  .stuff .Tit-small {
    font-size: 30px;
  }
}

@media (max-width:1200px) {
  .stuff .Tit {
    font-size: 34px;
    line-height: 1.5;
  }

  .stuff .Tit-small {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width:1000px) {
  .stuff {
    display: none;
  } 
}
.liusbox{
  margin: 94px 0 97px;
}
.liusbox .container>.tag,
.liusbox .container>h2,
.liusbox .container>.text{
  text-align: center;
}
.liusbox .container>.tag{
    display: block;
    font-size: 16px;
    color: #53c2c6;
    font-weight: bold;
    margin-bottom: 5px;
}
.liusbox .container>h2{
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 54px;
}
.liusbox .container>.text{
    font-size: 16px;
    color: #666;
    max-width: 600px;
    display: block;
    margin: 5px auto 50px;
}
.liusbox .mainBox .the_img_box{
  padding-right: 7%;
}
.liusbox .mainBox .the_img_box .the_list{
  margin-top: 26px;
}
.liusbox .mainBox .the_img_box .the_list .column{
  width: 18.4%;
  margin-right: 2%;
  cursor: pointer;
}
.liusbox .mainBox .the_img_box .the_list .column:last-child{
  margin-right: 0;
}
.liusbox .mainBox .the_con_box h3{
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.liusbox .mainBox .the_con_box p{
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 15px;
}
.liusbox.liu2 .mainBox .the_img_box{
  padding-right: 0;
  padding-left: 7%;
}
@media screen and (max-width: 1000px) {
    #footer .footer-top ul li + li a[href] {
        display: block !important;
    }
}


.application ul.applist{
  margin: 0 -15px;
}
.application ul.applist li{
  padding: 15px;
  text-align: center;
}
/*.process video{
  height: 483px;
  object-fit: cover;
  width: 100%;

}*/
ul.featurelist{
  margin: 0 -10px;
} 
ul.featurelist li{
  padding: 10px;
}
.border-10{
  border-radius: 15px;
}
.process video.hei-372{
  height: 372px;
}
.application .three .column{
  padding: 15px;
}
application .three{
  margin: 0 -15px;
}
.product-page .product-box .product-list li .pro-box.pd0{
  padding: 0;
  }
@media screen and (max-width: 1000px) {
  .grid-box.six .column{
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.six .column{
    width: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.six .column{
    width: 50%;
  }
}

