@font-face {
  font-family: 'AkzidenzGroteskBQ-XBold';
  src: url(../fonts/AkzidenzGroteskBQ-XBold.ttf) format('truetype'), url(../fonts/AkzidenzGroteskBQ-XBold.eot) format('eot'), url(../fonts/AkzidenzGroteskBQ-XBold.woff) format('woff'), url(../fonts/AkzidenzGroteskBQ-XBold.woff2) format('woff2');
}

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

body {
  font-family: "Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
.bubble i {
  position: absolute;
  border-radius: 100%;
}
.bubble .bubble1 {
  -webkit-animation: spin2 6s infinite linear;
  -moz-animation: spin2 6s infinite linear;
  animation: spin2 6s infinite linear;
}
.bubble .bubble2 {
  -webkit-animation: spin 4s infinite linear;
  -moz-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.bubble .bubble3 {
  -webkit-animation: spin2 8s infinite linear;
  -moz-animation: spin2 8s infinite linear;
  animation: spin2 8s infinite linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin2 {
  to {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin-reverse {
  from {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin-reverse2 {
  from {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.language-box .zhuyu {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  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.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-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 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;
}
.language-box 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;
}
.language-box ul.sub-menu li:hover a {
  background: #ec6326;
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 200;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.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 .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 35px 0;
  margin: 0 35px;
  font-size: 18px;
  -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 .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 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 .ui.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 .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: white;
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 1px solid transparent;
  border-radius: 100%;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  opacity: 1;
}
#banner ul.slick-dots li.slick-active::before {
  border-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.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: #fd2318;
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#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: #ffffff;
  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 .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;
}
#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) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  font-size: 52px;
  line-height: 2;
  color: black;
}
#banner h2::before {
  content: url(../images/banner_h2_before.png);
  display: block;
  line-height: 1;
}
#banner h2::after {
  content: url(../images/banner_h2_after.png);
  display: block;
  line-height: 1;
}
#banner h2 small {
  font-size: 30px;
}
#banner p {
  line-height: 2;
  color: black;
}
.our-about .bubble .bubble1 {
  left: 5%;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
.our-about .bubble .bubble2 {
  left: 15%;
  top: 120px;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 20% 30px;
  -moz-transform-origin: 20% 30px;
  -ms-transform-origin: 20% 30px;
  transform-origin: 20% 30px;
}
.our-about .bubble .bubble3 {
  left: 30%;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
.our-about .left {
  width: 50%;
  vertical-align: middle;
}
.our-about .left .mml-text > p {
  max-width: 510px;
}
.our-about .left ul {
  max-width: 540px;
  margin: 50px 0;
}
.our-about .left ul li {
  width: 33.33%;
  padding: 0 25px;
  border-left: 1px solid #dcdcdc;
}
.our-about .left ul li:last-child {
  border-right: 1px solid #dcdcdc;
}
.our-about .left ul li p {
  color: #949494;
}
.our-about .left h3 {
  font-size: 44px;
  color: #ec6326;
  font-family: "AkzidenzGroteskBQ-XBold";
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
}
.our-about .right .img {
  position: relative;
}
.our-about .right .img .mml-text {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 15px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-about .right .img .mml-text h4 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  line-height: 2;
}
.section_box h4 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.section_box h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ec6326;
  margin-top: 15px;
}
.section_box .mml-text {
  padding-left: 60px;
}
.section_box .mml-text h2 {
  line-height: 2;
}
.section_box .mml-text p {
  line-height: 2;
}
.section_box.section_right h4 {
  -webkit-transform: rotate(90deg) translateY(-200px);
  -moz-transform: rotate(90deg) translateY(-200px);
  -ms-transform: rotate(90deg) translateY(-200px);
  transform: rotate(90deg) translateY(-200px);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.section_box.section_right h4::after {
  display: none;
}
.section_box.section_right h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ec6326;
  margin-bottom: 15px;
}
.section_box.section_right .mml-text {
  padding-left: 0;
  padding-right: 60px;
}
.view_more {
  display: inline-block;
  background-color: #ec6326;
  color: white;
  width: 160px;
  height: 45px;
  line-height: 45px;
}
.our-service {
  padding: 140px 0;
}
.our-service .bubble .bubble1 {
  left: 30%;
  top: 60px;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
.our-service .bubble .bubble2 {
  left: 20%;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 20% 30px;
  -moz-transform-origin: 20% 30px;
  -ms-transform-origin: 20% 30px;
  transform-origin: 20% 30px;
}
.our-service .bubble .bubble3 {
  left: 5%;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
.our-service .line {
  height: 1px;
  background-color: #ec6326;
}
.our-service .left {
  width: 50%;
}
.our-service .left .img {
  position: relative;
}
.our-service .left .img .mml-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 40px;
}
.our-service .left .img .mml-text p {
  line-height: 2;
}
.our-service .right {
  width: 50%;
}
.our-service .right .list {
  margin-top: 100px;
}
.our-service .right ul {
  margin: -10px;
}
.our-service .right ul li {
  width: 33.33%;
  padding: 10px;
}
.our-service .right ul li p {
  color: #b4b4b4;
}
.product-cat {
  background-color: #ec6326;
  overflow: hidden;
}
.product-cat > h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffae8a;
}
.product-cat > h2 {
  color: white;
}
.product-cat > h2::before,
.product-cat > h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: white;
  margin: 0 10px;
}
.product-cat > p {
  line-height: 2;
  color: white;
}
.product-cat .list ul.grid-box {
  margin: -35px;
}
.product-cat .list ul.grid-box li.column {
  padding: 35px;
}
.product-cat .product_box {
  background-color: white;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.product-cat .product_box i::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #ec6326;
  border-top: 1px solid #ec6326;
}
.product-cat .product_box i::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #ec6326;
  border-bottom: 1px solid #ec6326;
}
.product-cat .product_box::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #eeeeee;
}
.product-cat .product_box::after {
  content: attr(data-text);
  position: absolute;
  left: 4%;
  bottom: 0;
  font-size: 60px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: .1;
  font-family: 'AkzidenzGroteskBQ-XBold';
}
.product-cat .product_box .img {
  width: 50%;
  position: relative;
}
.product-cat .product_box .mml-text {
  width: 50%;
  position: relative;
  text-align: left;
}
.product-cat .product_box .mml-text .page {
  color: #bfbfbf;
}
.product-cat .product_box .mml-text .page em,
.product-cat .product_box .mml-text .page span {
  display: inline-block;
}
.product-cat .product_box .mml-text .page em:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: black;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat .product_box .mml-text h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ec6326;
}
.product-cat .product_box .mml-text .move_btn a {
  display: inline-block;
  border-bottom: 1px solid black;
}
.product-cat .product_box .text {
  max-width: 250px;
  line-height: 2;
}
.product-cat .fenye {
  padding: 70px 0;
  position: relative;
}
.product-cat .fenye span,
.product-cat .fenye .dots {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.product-cat .fenye span {
  margin: 0 40px;
}
.product-cat .fenye .dots ul li {
  font-size: 14px;
  color: white;
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 74px;
  border: 2px solid transparent;
  border-radius: 100%;
  opacity: .5;
}
.product-cat .fenye .dots ul li.slick-active {
  opacity: 1;
  border-color: white;
}
.product-cat .slick-active.slick-center .mml-text .page em {
  color: black;
}
.product-cat .slick-active.slick-center .mml-text .page em::after {
  width: 100%;
}
.our-factory {
  padding: 140px 0;
}
.our-factory .bubble .bubble1 {
  left: 35%;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
.our-factory .bubble .bubble2 {
  left: 40%;
  top: 60px;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 20% 30px;
  -moz-transform-origin: 20% 30px;
  -ms-transform-origin: 20% 30px;
  transform-origin: 20% 30px;
}
.our-factory .bubble .bubble3 {
  left: 5%;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
.our-factory .left {
  width: 40%;
  vertical-align: middle;
  padding-right: 5%;
}
.our-factory .left h3 {
  line-height: 2;
  color: #ec6326;
}
.our-factory .right {
  width: 60%;
  vertical-align: middle;
}
.our-factory .right > ul {
  position: relative;
}
.our-factory .right > ul::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 100%;
  height: 100%;
  border: 20px solid #ec6326;
  opacity: .25;
}
.our-factory .right .img {
  position: relative;
}
.our-factory .right .img .mml-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}
.our-factory .right .img .mml-text .text {
  border-left: 2px solid #ec6326;
  padding-left: 20px;
}
.our-factory .right ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.our-factory .right ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #afafaf;
  margin: 0 5px;
  border-radius: 3px;
}
.our-factory .right ul.slick-dots li.slick-active {
  width: 20px;
  background-color: #ec6326;
}
.our-factory .right ul.slick-dots li button {
  display: none;
}
.i-advantage {
  padding-top: 60px;
}
.i-advantage .left {
  width: 35%;
}
.i-advantage .left .bubble .bubble1 {
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
.i-advantage .left .bubble .bubble2 {
  left: 75%;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 20% 30px;
  -moz-transform-origin: 20% 30px;
  -ms-transform-origin: 20% 30px;
  transform-origin: 20% 30px;
}
.i-advantage .left .bubble .bubble3 {
  left: 80%;
  top: 60px;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
.i-advantage .left .img {
  margin-left: -120px;
}
.i-advantage .right {
  width: 65%;
}
.i-advantage .right .bubble .bubble1 {
  left: 75%;
  top: 50px;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
.i-advantage .right .bubble .bubble2 {
  left: 85%;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 20% 30px;
  -moz-transform-origin: 20% 30px;
  -ms-transform-origin: 20% 30px;
  transform-origin: 20% 30px;
}
.i-advantage .right .bubble .bubble3 {
  left: 70%;
  top: -100px;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
.i-advantage .section_box {
  max-width: 600px;
  margin-left: auto;
}
.i-advantage .list {
  margin-top: 70px;
}
.i-advantage .list ul {
  margin: -10px -20px;
}
.i-advantage .list ul li {
  width: 33.33%;
  padding: 10px 20px;
}
.i-advantage .list .content {
  position: relative;
  padding-left: 40px;
}
.i-advantage .list .content i {
  background-color: #ec6326;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 28px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
}
.i-advantage .list .content i::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-left: 6px solid #ec6326;
  position: absolute;
  bottom: 0;
  right: -4px;
}
.i-advantage .list .content i img {
  vertical-align: middle;
}
.i-advantage .list .content h6 {
  color: #bcbcbc;
}
.i-advantage .list .content p {
  line-height: 2;
}
.our-news {
  background-color: #ec6326;
  overflow: hidden;
}
.our-news .ui > h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffae8a;
}
.our-news .ui > h2 {
  color: white;
}
.our-news .ui > h2::before,
.our-news .ui > h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: white;
  margin: 0 10px;
}
.our-news .list {
  counter-reset: count;
}
.our-news .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-news .list ul li {
  width: 25%;
  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;
}
.our-news .list ul li:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.our-news .list .img {
  height: 315px;
}
.our-news .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .list .mml-text {
  padding: 30px 40px 20px;
  background-color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our-news .list .mml-text::before {
  counter-increment: count;
  content: "0" counter(count);
  font-size: 88px;
  font-family: 'AkzidenzGroteskBQ-XBold';
  position: absolute;
  z-index: -1;
  line-height: 1;
  color: #8a8a8a;
  opacity: .1;
  right: 0;
  bottom: -10px;
}
.our-news .list .mml-text h3 {
  border-left: 2px solid #ec6326;
  padding-left: 10px;
}
.our-news .list .mml-text p {
  line-height: 2;
}
.our-news .list .mml-text .data {
  line-height: 21px;
}
.our-news .list .mml-text .data img {
  vertical-align: text-bottom;
}
.our-news .all a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: white;
}
.consult-us {
  padding-top: 90px;
}
.consult-us h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #bbbbbb;
}
.consult-us .box {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -200px;
  padding: 40px 100px;
  background-color: white;
  -webkit-box-shadow: -5px -10px 5px #ddd;
  box-shadow: -5px -10px 5px #ddd;
}
.consult-us .left {
  width: 45%;
  vertical-align: bottom;
}
.consult-us .right {
  width: 55%;
  vertical-align: bottom;
}
.consult-us .form input {
  width: 100%;
  background-color: #eaeaea;
  border: none;
  font-size: 14px;
  padding: 10px 20px;
}
.consult-us .form button {
  font-size: 14px;
  width: 180px;
  border: none;
  color: white;
  background-color: #ec6326;
  padding: 10px 20px;
}
.consult-us .form ul {
  margin: -20px -10px;
}
.consult-us .form ul li {
  padding: 20px 10px;
  width: 50%;
}
.consult-us .form ul li.wid-100 {
  width: 100%;
}
#footer {
  background-color: #eeeeee;
  padding-top: 200px;
}
#footer .img .bubble .bubble1 {
  left: 20%;
  top: 50px;
  width: 50px;
  height: 50px;
  background-color: #ffe795;
  opacity: .17;
  -webkit-transform-origin: 30% 30px;
  -moz-transform-origin: 30% 30px;
  -ms-transform-origin: 30% 30px;
  transform-origin: 30% 30px;
}
#footer .img .bubble .bubble2 {
  left: 65%;
  top: 50px;
  width: 35px;
  height: 35px;
  background-color: #ec6326;
  opacity: .17;
  -webkit-transform-origin: 40% 30px;
  -moz-transform-origin: 40% 30px;
  -ms-transform-origin: 40% 30px;
  transform-origin: 40% 30px;
}
#footer .img .bubble .bubble3 {
  left: 50%;
  top: -30px;
  width: 90px;
  height: 90px;
  background-color: #b6f6b3;
  opacity: .17;
  -webkit-transform-origin: 30% 60px;
  -moz-transform-origin: 30% 60px;
  -ms-transform-origin: 30% 60px;
  transform-origin: 30% 60px;
}
#footer .social-links a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #b1b1b1;
  color: #eeeeee;
  border-radius: 3px;
  margin-right: 10px;
}
#footer .social-links a:hover{
  background-color: #ec6326;
}
#footer .footer-top {
  padding: 50px 0 100px;
}
#footer .footer-top .footer-content {
  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;
}
#footer .footer-top .footer-content .footer-block .address img {
  vertical-align: middle;
}
#footer .footer-top .footer-content .footer-block.foot-logo {
  max-width: 380px;
}
#footer .footer-top .footer-content .footer-block.foot-logo p {
  line-height: 2;
}
#footer .footer-top .footer-content .footer-block h4 {
  margin-top: 50px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-content .footer-block li {
  font-size: 14px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-content .footer-block li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-top .footer-content .footer-block li a:hover{
  color: #ec6326;
}
#footer .footer-top .footer-content .footer-block li a img {
  margin-right: 10px;
}
#footer .footer-bottom {
  padding: 10px 0;
  background-color: white;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#ewm {
  margin-top: 15px;
  width: 100px;
  padding: 5px;
  border: 2px solid #7d7d7d;
}
#ewm img {
  border: 2px solid white;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-bubbles .item {
  position: absolute;
  bottom: -160px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url(../images/bubbl_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  list-style: none;
  -webkit-animation: square 15s infinite;
  -moz-animation: square 15s infinite;
  animation: square 15s infinite;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles .item:nth-child(1) {
  left: 5%;
}
.bg-bubbles .item:nth-child(2) {
  left: 20%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  animation-duration: 7s;
}
.bg-bubbles .item:nth-child(3) {
  left: 30%;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles .item:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  animation-duration: 8s;
}
.bg-bubbles .item:nth-child(5) {
  left: 70%;
}
.bg-bubbles .item:nth-child(6) {
  left: 90%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-600px) rotate(135deg);
    transform: translateY(-600px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(180deg);
    transform: translateY(-1000px) rotate(180deg);
  }
}
@-moz-keyframes square {
  0% {
    -moz-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(-600px) rotate(135deg);
    transform: translateY(-600px) rotate(135deg);
  }
  100% {
    -moz-transform: translateY(-1000px) rotate(180deg);
    transform: translateY(-1000px) rotate(180deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-600px) rotate(135deg);
    -moz-transform: translateY(-600px) rotate(135deg);
    transform: translateY(-600px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(180deg);
    -moz-transform: translateY(-1000px) rotate(180deg);
    transform: translateY(-1000px) rotate(180deg);
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .our-about .left {
    padding: 0;
  }
  .our-about .left ul {
    margin: 30px 0;
  }
  .our-about .left ul li {
    padding: 0 15px;
  }
  .our-service .left {
    padding: 0;
  }
  .our-service .right {
    padding-right: 0;
  }
  .our-service .right .list {
    margin-top: 30px;
  }
  .our-service .line {
    margin: 10px 0;
  }
  .our-factory .left {
    padding-left: 0;
  }
  .i-advantage .left {
    display: none;
  }
  .i-advantage .right {
    width: 100%;
  }
  .i-advantage {
    padding-bottom: 120px;
  }
  .our-news .list ul {
    display: block;
    margin: -5px;
  }
  .our-news .list ul li {
    display: inline-block;
    padding: 5px;
  }
  .our-news .list .img {
    height: auto;
  }
  .our-news .list .mml-text {
    padding: 20px;
  }
  .i-advantage .section_box {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  #banner h2::before,
  #banner h2::after {
    display: none;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  #banner p {
    margin-top: 20px;
  }
  .our-about .left h3 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .consult-us .box {
    padding: 40px;
  }
  .our-factory .left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-about {
    padding: 90px 0;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .our-service .left {
    width: 100%;
  }
  .our-service .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .our-service {
    padding: 90px 0;
  }
  .product-cat .list ul.grid-box {
    margin: -15px;
  }
  .product-cat .list ul.grid-box li.column {
    padding: 15px;
  }
  .product-cat .fenye .dots ul li {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
  .our-factory .left {
    width: 100%;
    padding-right: 0;
  }
  .our-factory .right {
    width: 100%;
    margin-top: 60px;
  }
  .our-factory {
    padding: 90px 0;
  }
  .i-advantage .list ul li {
    width: 50%;
  }
  .our-news .list ul li {
    width: 50%;
  }
  .consult-us .left {
    width: 100%;
    padding: 0;
  }
  .consult-us .right {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.ewm {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.link {
    display: none;
  }
  .our-about .left .mml-text > p {
    max-width: 100%;
  }
  .our-about .left ul {
    max-width: 100%;
  }
  .product-cat .fenye .dots {
    display: none;
  }
  .product-cat .fenye span {
    margin: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section_box h4 {
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .section_box .mml-text {
    padding-left: 0;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-factory {
    display: none;
  }
  .section_box.section_right .mml-text {
    padding-right: 0;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #banner h2 {
    font-size: 20px;
  }
  #banner h2 small {
    font-size: 16px;
  }
  .our-about .left ul li {
    width: 50%;
    border: none;
  }
  .our-about .left ul li:nth-child(2) {
    border-left: 1px solid #dcdcdc;
  }
  .our-about .left ul li:last-child {
    width: 100%;
  }
  .our-about {
    text-align: center;
  }
  .our-service .left .img .mml-text {
    padding: 10px;
  }
  .our-service {
    text-align: center;
  }
  .our-service .right ul li {
    width: 100%;
  }
  .product-cat .product_box .img {
    width: 100%;
  }
  .product-cat .product_box .mml-text {
    width: 100%;
  }
  .product-cat .product_box .mml-text .page {
    display: none;
  }
  .product-cat .product_box::before {
    display: none;
  }
  .product-cat .product_box::after {
    display: none;
  }
  .product-cat .product_box .move_btn {
    margin-top: 20px;
  }
  .product-cat .product_box {
    padding: 20px;
  }
  .product-cat .product_box .text {
    max-width: 100%;
  }
  .product-cat .product_box i {
    display: none;
  }
  .i-advantage .list ul li {
    width: 100%;
  }
  .i-advantage .section_box {
    text-align: center;
  }
  .our-news .list ul li {
    width: 100%;
  }
  .consult-us .box {
    padding: 20px;
  }
  .consult-us .form ul {
    margin: -10px;
  }
  .consult-us .form ul li {
    width: 100%;
    padding: 10px;
  }
  .consult-us {
    padding-bottom: 90px;
  }
  .consult-us .box {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
  }
  #footer {
    padding-top: 0;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
}



.more {
  display: inline-block;
  padding: 18px 4.5rem;
  background: url(../images/more-bg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-family: 'Merriweather-Regular';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.inner-page h2 {
    font-size: 6.8rem;
    line-height: 1;
}
.inner-page h3 {
    font-size: 4.8rem;
    line-height: 1;
    color: #000;
}
.inner-page p {
  font-size: 1.6rem;
  line-height: 1.8;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner .sub-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
}
.inner-banner .text h2 {
  color: #fff;
  font-size: 8rem;
}
.inner-banner .text .mbx {
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  margin-top: 1rem;
}
.inner-banner .text .mbx a {
  margin: 0 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .text .mbx a:hover {
  color: #ec6326;
}
.inner-banner .text .mbx span {
  margin: 0 5px;
}
.inner-banner h3 {
  position: absolute;
  left: 0;
  bottom: -12.6rem;
  width: 100%;
  padding: 5.5rem 8%;
  background: rgba(250, 250, 250, 0.8);
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inner-banner h3::after {
  width: 10rem;
  height: 1px;
  background: #ec6326;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3rem;
  position: absolute;
}
.inner-page .p-nav {
  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;
  padding: 3rem 0;
}
.inner-page .p-nav li {
  margin: 0 4.5rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
}
.inner-page .p-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .p-nav li a:hover {
  color: #ec6326;
}
.inner-page .p-nav li img {
  margin-right: 1.5rem;
}
.about-page .about-1 {
  padding: 12rem 15px 15.5rem;
  position: relative;
}
.about-page .about-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1078px;
  height: 556px;
  right: 13.7rem;
  bottom: -9.2rem;
  background: url(../images/about-1-bg.jpg) no-repeat center center;
}
.about-page .about-1 .content {
  margin: 0 auto;
  max-width: 1560px;
  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 .content .left {
  width: 50%;
  position: relative;
}
.about-page .about-1 .content .left > img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .content .left .play {
  position: absolute;
  display: block;
  right: -3.3rem;
  bottom: 6.5rem;
  z-index: 6;
}
.about-page .about-1 .content .left .play::before {
  content: '';
  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%);
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .content .left .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .content .right {
  width: 50%;
  padding-left: 9rem;
}
.about-page .about-1 .content .right h4 {
  font-size: 3.2rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.about-page .about-1 .content .right h2 {
  color: #ec6326;
  margin: 2rem 0;
}
.about-page .about-1 .content .right p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 10rem 0 12rem;
  position: relative;
}
.about-page .about-2::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background: #fcfaf8;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-2 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-2 .content .left {
  width: 50%;
  padding-right: 9rem;
}
.about-page .about-2 .content .left h2 {
  color: #ec6326;
  margin-bottom: 3.5rem;
}
.about-page .about-2 .content .left p {
  line-height: 2;
}
.about-page .about-2 .content .right {
  width: 50%;
}
.about-page .about-3 {
  text-align: center;
  padding-top: 8rem;
  background: url(../images/about-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-3 .top h2 {
  color: #fff;
  margin-bottom: 3rem;
}
.about-page .about-3 .top p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
.about-page .about-3 .top .more {
  margin-top: 5rem;
}
.about-page .about-4 {
  background: #fcfaf8;
  padding: 9.5rem 0 13rem;
  overflow: hidden;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: #ec6326;
  margin-bottom: 2.5rem;
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-4 .content {
  margin-top: 6rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .content .historyBox {
  max-width: 450px;
}
.about-page .about-4 .content .historyBox .swiper-slide h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
}
.about-page .about-4 .content .historyBox .swiper-button-prev,
.about-page .about-4 .content .historyBox .swiper-button-next {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem;
}
.about-page .about-4 .content .historyBox .swiper-button-prev:hover,
.about-page .about-4 .content .historyBox .swiper-button-next:hover {
  color: #ec6326;
}
.about-page .about-4 .content .historyBox .swiper-button-prev {
  left: 0;
}
.about-page .about-4 .content .historyBox .swiper-button-next {
  right: 0;
}
.about-page .about-4 .content .right {
  padding-left: 5rem;
  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;
}
.about-page .about-4 .content .right .text {
  margin-left: 3rem;
}
.about-page .about-4 .content .right .text h5 {
  font-size: 6rem;
  line-height: 1;
  color: #000000;
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
}
.about-page .about-4 .partnerBox {
  margin-top: 10rem;
}
.about-page .about-4 .partnerBox .swiper-slide {
  cursor: pointer;
}
.about-page .about-4 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 1;
}
.about-page .about-4 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: .4;
}
.about-page .about-5 {
  padding: 8rem 0 10rem;
  background: #ec6326;
}
.about-page .about-5 .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .container .left {
  width: 65.5%;
}
.about-page .about-5 .container .right {
  width: 34.5%;
  padding-left: 3rem;
}
.about-page .about-5 .container .right .content {
  max-width: 405px;
  margin: 0 0 0 auto;
}
.about-page .about-5 .container .right .content h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 2rem;
}
.about-page .about-5 .container .right .content p {
  color: #ffffff;
}
.about-page .about-5 .container .right .content h2 {
  font-size: 13.5rem;
  line-height: 1;
  color: rgba(154, 27, 64, 0.1);
  margin-top: 3.5rem;
}
.about-page .about-6 {
  padding: 8rem 0 10.5rem;
}
.about-page .about-6 .content {
  margin: 0 auto;
  max-width: 1635px;
}
.about-page .about-6 .top {
  text-align: center;
}
.about-page .about-6 .top h2 {
  color: #ec6326;
  margin-bottom: 2.5rem;
}
.about-page .about-6 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 705px;
}
.about-page .about-6 .newsBox {
  margin-top: 8rem;
}
.about-page .about-6 .newsBox .swiper-slide .news-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-6 .newsBox .swiper-slide .news-img .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.about-page .about-6 .newsBox .swiper-slide .news-img .play::before {
  content: '';
  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%);
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-6 .newsBox .swiper-slide .news-img .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-6 .newsBox .swiper-slide .news-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-6 .newsBox .swiper-slide .news-img img {
  width: 100%;
}
.about-page .about-6 .newsBox .swiper-slide .content h5 {
  font-size: 2.8rem;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: capitalize;
  margin: 3rem 0 2rem;
}
.about-page .about-6 .newsBox .swiper-slide .content h5:hover {
  color: #ec6326;
}
.about-page .about-6 .newsBox .swiper-slide .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 2rem;
}
.about-page .about-6 .newsBox .swiper-slide .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why-page .why-1 {
  padding: 8rem 15px 16rem;
}
.why-page .why-1 .content {
  margin: 0 auto;
  max-width: 1750px;
}
.why-page .why-1 .content .title {
  text-align: center;
  margin-bottom: 7.5rem;
}
.why-page .why-1 .content .title h2 {
  color: #ec6326;
  margin-bottom: 2.5rem;
}
.why-page .why-1 .content .title p {
  color: #000000;
  margin: 0 auto;
  max-width: 850px;
}
.why-page .why-1 .content .text {
  margin: 0 auto;
  max-width: 1575px;
  padding: 5.5rem 0 0 0;
  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;
  position: relative;
}
.why-page .why-1 .content .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
  padding-left: 8.5rem;
  position: absolute;
  left: 0;
  top: -8rem;
}
.why-page .why-1 .content .text h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3rem;
  background: #fff;
  left: 10.5rem;
  bottom: -5rem;
}
.why-page .why-1 .content .text h3 {
  padding: 0 8.5rem;
}
.why-page .why-1 .content .text p {
  max-width: 858px;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  position: relative;
}
.why-page .why-1 .content .text p::after {
  position: absolute;
  content: "";
  width: 8.8rem;
  height: 1px;
  background: #000;
  top: 1.3rem;
  right: 104%;
}
.why-page .why-item .content {
  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;
  margin: 0 auto;
  max-width: 1575px;
  position: relative;
  z-index: 3;
}
.why-page .why-item .content .left {
  width: 46%;
  padding: 0 4rem 0 8.5rem;
}
.why-page .why-item .content .left h4 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 6.5rem;
  position: relative;
}
.why-page .why-item .content .left h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3rem;
  background: #000000;
  left: 2rem;
  bottom: 1.5rem;
}
.why-page .why-item .content .left h3 {
  margin-bottom: 2rem;
}
.why-page .why-item .content .left p {
  max-width: 505px;
}
.why-page .why-item .content .right {
  width: 54%;
}
.why-page .why-2 {
  padding: 12rem 15px 15.8rem;
  background: #fcfaf8;
  position: relative;
}
.why-page .why-2:after{
  position: absolute;
  content: "Design Team";
  font-size: 15rem;
  color: #f8f3ee;
  line-height: 1.2;
  left: 0;
  bottom: 0;
}
.why-page .why-2:last-child:after{
  content: "Patented Technology";
}
.why-page .why-3 {
  padding: 12.6rem 15px 21.3rem;
  position: relative;
}
.why-page .why-3:after{
  position: absolute;
  content: "Overseas Sales";
  font-size: 15rem;
  color: #fafafa;
  line-height: .65;
  right: 5%;
  bottom: 0;
}
.why-page .why-3 .content {
  -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;
}
.why-page .why-3 .content .left {
  padding: 0 8.5rem 0 4rem;
  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;
}
.contact-page .contact-1 {
  padding: 14.5rem 0 17rem;
}
.contact-page .contact-1 ul {
  background: #fcfaf8;
  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;
}
.contact-page .contact-1 ul li {
  width: 25%;
  padding: 7rem 15px 9rem;
  position: relative;
  text-align: center;
}
.contact-page .contact-1 ul li:hover::after {
  top: -5.5rem;
}
.contact-page .contact-1 ul li::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4.5rem;
  background: no-repeat center bottom;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 ul li h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 2.2rem;
}
.contact-page .contact-1 ul li p {
  line-height: 1.8;
  color: #000000;
  margin: 0 auto;
  max-width: 260px;
}
.contact-page .contact-1 ul li:nth-child(1)::after {
  background: url(../images/c-1.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(1):hover::after {
  background: url(../images/c-1-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2)::after {
  background: url(../images/c-2.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2):hover::after {
  background: url(../images/c-2-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3)::after {
  background: url(../images/c-3.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3):hover::after {
  background: url(../images/c-3-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4)::after {
  background: url(../images/c-4.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4):hover::after {
  background: url(../images/c-4-h.png) no-repeat center bottom;
}
.contact-page .contact-2 {
  padding-bottom: 15.5rem;
}
.contact-page .contact-2 .container {
  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;
}
.contact-page .contact-2 .container .left {
  width: 50%;
  padding-right: 3rem;
  position: relative;
}
.contact-page .contact-2 .container .left:after{
  position: absolute;
  width: 100%;
  height: 368px;
  content: "";
  background: url(../images/contact-bg.jpg) no-repeat left bottom;
  left: 0;
  bottom: -15rem;
  z-index: -1;
}
.contact-page .contact-2 .container .left h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #ec6326;
}
.contact-page .contact-2 .container .left p {
  color: #575757;
  margin: 4rem 0 3.5rem;
  max-width: 405px;
}
.contact-page .contact-2 .container .left form {
  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;
  max-width: 600px;
}
.contact-page .contact-2 .container .left form input[type="text"] {
  width: 49%;
  height: 44px;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  border: none;
  background: #efefef;
  margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form textarea {
  width: 100%;
  height: 102px;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  border: none;
  background: #efefef;
  margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form .more {
  border: none;
  padding: 15px 55px;
}
.contact-page .contact-2 .container .right {
  width: 50%;
  position: relative;
}
.contact-page .contact-2 .container .right .text {
  position: absolute;
  max-width: 455px;
  bottom: 3.5rem;
  left: 18%;
}
.contact-page .contact-2 .container .right .text p {
  line-height: 1.8;
  color: #fff;
}
.contact-page .contact-2 .container .right .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 1.5rem 0 1.5rem 4.5rem;
  background: url(../images/c-phone.png) no-repeat left center;
}
.faq-page {
  padding: 11rem 0 7rem;
}
.faq-page .faq-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;
}
.faq-page .faq-list li {
  width: 48%;
  padding: 5rem 5rem 5rem 21rem;
  border-radius: 5px;
  border: 1px solid #eae0d4;
  background: url(../images/faq-img.png) no-repeat 4rem 4rem;
  margin-bottom: 6rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.faq-page .faq-list li:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.faq-page .faq-list li h4 {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 2.5rem;
}
.news-page {
  z-index: 2;
}
.news-page .news-1 {
  padding: 0 15px 13rem 0;
}
.news-page .news-1 .content {
  margin: -12.5rem auto 0;
  max-width: 1575px;
  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-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news-page .news-1 .content h4 {
  font-size: 3.2rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
}
.news-page .news-1 .content .left {
  width: 28%;
}
.news-page .news-1 .content .left h4 {
  margin-bottom: 1rem;
}
.news-page .news-1 .content .left h2 {
  color: #ec6326;
}
.news-page .news-1 .content .right {
  width: 72%;
  padding: 7.5rem 8rem 0;
  background: #fff;
  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;
  position: relative;
}
.news-page .news-1 .content .right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.news-page .news-1 .content .right h4 {
  position: relative;
  margin-bottom: 2.8rem;
}
.news-page .news-1 .content .right h4::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 1px;
  background: #ec6326;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 105%;
}
.news-page .news-1 .content .right .text {
  max-width: 855px;
}
.news-page .news-2 {
  padding: 8rem 15px 14.3rem;
  background: #fcfaf8;
}
.news-page .news-2 .news-box {
  max-width: 1575px;
  margin: 0 auto;
}
.news-page .news-2 .news-box h3 {
  text-align: center;
  margin-bottom: 5.5rem;
}
.news-page .news-2 .news-box ul {
  margin: 0 -5.8rem;
  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;
}
.news-page .news-2 .news-box ul li {
  width: 33.333%;
  padding: 0 5.8rem;
  margin-bottom: 7rem;
}
.news-page .news-2 .news-box ul li .news-img img {
  width: 100%;
}
.news-page .news-2 .news-box ul li .content h5 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 3rem 0 2rem;
}
.news-page .news-2 .news-box ul li .content h5:hover {
  color: #ec6326;
}
.news-page .news-2 .news-box ul li .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 2rem;
}
.news-page .news-2 .news-box ul li .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-3 {
  padding: 12.4rem 8.5rem;
  background: url(../images/news-3-bg.jpg) no-repeat right center;
}
.news-page .news-3 .text {
  background: url(../images/text-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  max-width: 815px;
  padding: 9.5rem 10.5rem 9rem 8.5rem;
  text-align: right;
}
.news-page .news-3 .text h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 3rem;
}
.news-page .news-3 .text p {
  color: #fff;
  font-size: 1.5rem;
}
.news-page .news-4 {
  padding: 13rem 0 0;
}
.news-page .news-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-page .news-4 ul li {
  width: 45%;
  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-bottom: 13rem;
}
.news-page .news-4 ul li .text {
  margin-left: 4.5rem;
  max-width: 380px;
}
.news-page .news-4 ul li .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 2rem;
}
.news-page .news-4 ul li .text p {
  color: #5d5d5d;
  line-height: 1.9;
}
.product-page .product-new {
  padding: 7rem 15px 0;
 
}
.product-page .product-new h2 {
  font-size: 6rem;
  text-align: center;
}
.product-page .product-new .newBox {
  margin: 6.5rem auto 0;
  max-width: 1575px;
}
.product-page .product-new .newBox .swiper-slide {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-page .product-new .newBox .swiper-slide .left {
  width: 50%;
}
.product-page .product-new .newBox .swiper-slide .left a {
  display: block;
  overflow: hidden;
}
.product-page .product-new .newBox .swiper-slide .left a:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.product-page .product-new .newBox .swiper-slide .left a img {
  width: 100%;
      background: #fff;
}
.product-page .product-new .newBox .swiper-slide .right {
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 4.5rem;
}
.product-page .product-new .newBox .swiper-slide .right .centre h4 {
  font-size: 3.2rem;
  height: 62px;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 3.5rem 0 1.5rem;
}
.product-page .product-new .newBox .swiper-slide .right .centre p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-new .newBox .swiper-slide .right .centre .more {
  margin-top: 4rem;
}
.product-page .product-box {
  padding: 7rem 15px 10rem;
}
.product-page .product-box .pro-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-box .pro-nav a {
  display: block;
  text-align: center;
  margin: 0 2rem;
}
/*.product-page .product-box .pro-nav a:hover .nav-img {
  border: 1px solid #ec6326;
}*/
.product-page .product-box .pro-nav a:hover p {
  color: #ec6326;
}
.product-page .product-box .pro-nav a .nav-img {
  display: inline-block;
  border-radius: 100%;
  /*border: 1px solid #dedede;*/
  width: 54px;
  height: 54px;
  /*border: 1px solid #000000;*/
  margin-bottom: 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .pro-nav a p {
  font-size: 1.4rem;
  max-width: 105px;
  margin: 0 auto;
  color: #5d5d5d;
  line-height: 1.4;
}
.product-page .product-box .product-list {
  margin: 6.5rem auto 0;
  max-width: 1664px;
}
.product-page .product-box .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 0 2.5rem;
  margin-bottom: 7rem;
}
.product-page .product-box .product-list ul li h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 3rem 0 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product-page .product-box .product-list ul li h4:hover {
  color: #ec6326;
}
.product-page .product-box .product-list ul li p {
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.prodet-page .prodet-1 {
  background: #fcfaf8;
  padding: 8rem 0 9rem;
}
.prodet-page .prodet-1 .prodet-box {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 21%;
  padding-right: 1.4rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin: 3px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img{
  border: 1px solid #a2a2a2;
}
/*.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img.cloudzoom-gallery-active{
  border: 1px solid #ec6326;
}*/
.prodet-page .prodet-1 .prodet-box .right {
  width: 45%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  margin: 4rem 0 7rem;
  font-size: 1.8rem;
  line-height: 2.1;
  color: #000000;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .more {
  padding: 18px 60px;
  display: inline-block;
}
.prodet-page .prodet-1 .prodet-box .right .icon {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  margin-right: 13px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:hover {
  background: #ec6326;
  border: 1px solid #ec6326;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 {
  padding: 8.5rem 0 6.5rem;
}
.prodet-page .prodet-2 .options ul {
  padding-bottom: 3rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  margin: 0 2.8rem;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li:hover {
  color: #ec6326;
}
.prodet-page .prodet-2 .options ul li.active {
  color: #ec6326;
}
.prodet-page .prodet-2 .ret {
  margin-top: 4.5rem;
}
.prodet-page .prodet-2 .ret .content table tbody tr td{
  font-size: 1.8rem;
  color: #000;
}
.prodet-page .prodet-2 .ret .content form {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 4.5rem 4.5rem 5.5rem;
}
.prodet-page .prodet-2 .ret .content form h4 {
  font-size: 2.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.8rem;
}
.prodet-page .prodet-2 .ret .content form p {
  color: #838383;
  line-height: 1.8;
}
.prodet-page .prodet-2 .ret .content form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li {
  width: 48%;
}
.prodet-page .prodet-2 .ret .content form ul li span {
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1rem;
  display: inline-block;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
  height: 5rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
  border: 1px solid #ec6326;
}
.prodet-page .prodet-2 .ret .content form ul li textarea {
  height: 13rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li textarea:focus {
  border: 1px solid #ec6326;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
  width: 100%;
  text-align: center;
  padding: 1.8rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(6) {
  width: 23.5rem;
}
.prodet-page .prodet-3 h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.prodet-page .prodet-3 .prodetBox {
  margin-top: 6rem;
  position: relative;
}
.prodet-page .prodet-3 .prodetBox .swiper-slide .pro-img {
  display: block;
  overflow: hidden;
}

.prodet-page .prodet-3 .prodetBox .swiper-slide .pro-img img {
  width: 100%;
}
.prodet-page .prodet-3 .prodetBox .swiper-slide h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin: 2.5rem 0 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prodet-page .prodet-3 .prodetBox .swiper-slide h4:hover {
  color: #ec6326;
}
.prodet-page .prodet-3 .prodetBox .swiper-slide p {
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
}
.prodet-page .prodet-3 .prodetBox .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -10rem;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 42px;
  height: 54px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
  background: url(../images/r-left.png) no-repeat center center;
  left: 0;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  background: url(../images/r-right.png) no-repeat center center;
  right: 0;
}
.lg-page {
    padding: 8rem 0 12rem;
}
.newslist ul {
    margin: -2.5rem;
}
.newslist ul li {
    padding: 2.5rem;
}
.newslist ul li .box {
    display: block;
    background: white;
    text-align: left;
}
.newslist ul li .box a.img-box {
    display: block;
}
.newslist ul li .box a.img-box img {
    width: 100%;
}
.newslist ul li .box .content {
    display: block;
    padding: 40px 30px;
}
.newslist ul li .box .content h3 {
    display: block;
    font-size: 24px;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist ul li .box .content h3:hover {
    color: #ec6326;
}
.newslist ul li .box .content p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
    display: block;
    font-size: 16px;
    color: #006eb3;
    text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
    text-decoration: underline;
}
.newdet-page {
  background: #fff;
  padding: 20px 0;
}
.newdet-page .box {
 ackground: #fcfcfc;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 40px;
  color: #333;
  text-align: center;
}

.inner-page.newdet-page .box .content .img {
    width: 40%;
    margin: auto;
    padding-bottom: 40px;
}


.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.newdet-page .box .content {
  display: block;
  font-size: 18px;
  color: #000;
  line-height:2;
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 18px;
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border: 1px solid #787878;
    color: #787878;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #ec6326 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #ec6326;
}
.inner-page .m-page span.current{
  background: #ec6326 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #ec6326;
}
@media screen and (max-width: 1610px) {
.about-page .about-2 .content .left{
  padding-left: 15px;
}
.news-page .news-1 .content{
  padding: 0 15px;
}
}
@media screen and (max-width: 1437px) {
  .news-page .news-2 .news-box ul{
        margin: 0 -3rem;
  }
  .news-page .news-2 .news-box ul li{
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1230px) {
  .news-page .news-4 ul li{
        width: 49%;
  }
  .product-page .product-box .product-list ul li{
    width: 33.333%;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-list li{
    width: 100%;
    background-size: auto 100%;
  }
  .contact-page .contact-1 ul li{
        padding: 13rem 15px 9rem;
  }
  .news-page .news-2 .news-box ul li{
    width: 50%;
  }
  .news-page .news-4 ul li {
    width: 100%;
  }

  .inner-page h2{
    font-size: 3rem;
  }

  .about-page .about-1 .content .right h4{
    font-size: 2rem;
  }

  .about-page .about-1 .content .right{
    padding-left: 3rem;
  }

  .about-page .about-1{
    padding: 6rem 15px;
  }

  .about-page .about-2{
    padding: 6rem 0;
  }
  .about-page .about-4{
    padding: 6rem 0;
  }
  .about-page .about-5 .container .right .content h2{
    font-size: 5rem;
  }
  .about-page .about-4 .content .right{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .content .left{
    width: 100%;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
.about-page .about-2 .content .left {
    padding: 0 15px;
    width: 100%;
}
.about-page .about-2 .content .right {
    width: 100%;
    padding: 20px 15px 0;
}
.inner-banner h3{
  display: none;
}
.about-page .about-5 .container .left{
  width: 100%;
}.about-page .about-5 .container .right {
    width: 100%;
    padding-left: 0;
}
.about-page .about-5 .container .right .content{
  max-width: 100%;
}
.contact-page .contact-1 ul li{
  width: 50%;    padding: 22rem 15px 9rem;
}.contact-page .contact-2 .container .left {
    width: 100%;
    padding-right: 0;
    position: relative;
}.contact-page .contact-2 .container .right {
    width: 100%;
    position: relative;
}
.newdet-page .box{
  padding: 25px 0;
}.news-page .news-1 .content{
  margin: 0rem auto 0;
}.news-page .news-1 .content .left {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}.news-page .news-1 .content .right{
width: 100%;
}
.news-page .news-1 .content .right:after{
  display: none;
}
.news-page .news-1 .content .right h4:after{
  display: none;
}.why-page .why-item .content .left{
  width: 100%;padding: 20px 0;
}
.why-page .why-item .content .right {
    width: 100%;
    margin-top: 20px;
}.why-page .why-item .content .left p {
    max-width: 100%;
}
.why-page .why-1 .content .text{
  flex-wrap: wrap;
}
.why-page .why-1 .content .text p{
  width: 100%;
  margin-top: 30px;
}
.inner-page .p-nav{
  display: none;
}
.product-page .product-box .pro-nav{
  display: none;
}
.product-page .product-box .product-list ul li{
  width: 50%;
}.prodet-page .prodet-1 .prodet-box .left{
  width: 100%;
}.prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
}
.prodet-page .prodet-2 .ret>ul>li .content table tbody{
      width: 670px !important;
}

}
@media screen and (max-width: 500px) {
  .faq-page .faq-list li{
    background-size: auto;
  }
  .faq-page .faq-list li{
    padding: 15px;
    background: transparent;
  }

  .faq-page .faq-list li h4{
    font-size: 1.8rem;
  }

  .contact-page .contact-1 ul li{
    width: 100%;
  }
  .contact-page .contact-2 .container .left form input[type=text]{
    width: 100%;
  }
  .contact-page .contact-2 .container .right .text h4{
    background: none;    padding: 1.5rem 0;
  }
.news-page .news-1 .content .right{
      padding: 7.5rem 0;
}
.news-page .news-1 {
    padding: 0;
}
.news-page .news-2 .news-box ul li {
    width: 100%;
}
.news-page .news-4 ul li .text{
      margin-left: 0;
    max-width: 100%;
}
.news-page .news-4 ul li img{
  display: none;
}.newdet-page .box h4{
      font-size: 24px;
}.inner-banner .text h2{
  font-size: 3rem;
}.product-page .product-box .product-list ul li{
  width: 100%;
}



}


#qq_online{
  position: fixed;
  z-index: 66;
  right: 15px;
  top: 30%;
  min-width: 200px;
  border-radius: 12px;
  overflow: hidden;
}

#qq_online h4{
  line-height: 40px;
  padding: 5px 10px;
  color: #ffffff;
  background: #ed692e;
  position: relative;
}

#qq_online h4 i{
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

#qq_online .mml-text{
  background: #f5ddd2;
  padding: 10px;
}


#qq_online .mml-text a{
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
}

#qq_online .mml-text a img{
  margin-right: 10px;
}




#qq_online2{
  position: fixed;
  z-index: 66;
  right: 15px;
  top: 30%;
  min-width: 200px;
  border-radius: 12px;
  overflow: hidden;
  display: none;
}

#qq_online2 h4{
  line-height: 40px;
  padding: 5px 10px;
  color: #ffffff;
  background: #ed692e;
  position: relative;
}

#qq_online2 h4 i{
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

#qq_online2 .mml-text{
  background: #f5ddd2;
  padding: 10px;
}


#qq_online2 .mml-text a{
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
}

#qq_online2 .mml-text a img{
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  #qq_online{
    display: none;
  }

  #qq_online2{
    display: block;
  }
}


.factory_nav a{
  display: inline-block;
  font-size: 18px;
  border: 1px solid #ed692e;
  padding: 10px 20px;
}
.factory_nav a:not(:last-child){
  margin-right: 30px;
}
.factory_nav a:hover{
  background: #ed692e;
  color: #ffffff;
}