@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}

#ewm{
  width: 130px;
  margin-top: 20px;
}

.inner-banner {
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/inner-banner.jpg");
  display: block;
  background-attachment: fixed;
  position: relative;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.inner-banner .ui {
  height: 100%;
}
.inner-banner .box {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.inner-banner .box h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 60px;
  margin-bottom: 95px;
  word-wrap: break-word;
  font-family: "BodoniBT-Bold";
}
.inner-banner .box .mbx {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-family: "Barlow-Thin";
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  display: inline-block;
  margin: 0 5px;
}


.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
.language-box {
  margin-left: 20px;
  font-size: 18px;
}
.language-box .zhuyu {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box 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;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box .hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 1;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
#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: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  font-weight: bold;
  -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 {
  color: #fd2318;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
  font-size: 20px;
}
#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);
  border-bottom: 3px solid #fd2318;
  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 .search-pro form {
  position: relative;
}
#header .nav .ui.menu .search-pro input[type="text"] {
  width: 100px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 30px;
}
#header .nav .ui.menu .search-pro input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/black-search.png) no-repeat center;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  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-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #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: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #e4e4e4;
  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: white;
  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) {
  #ewm{
    display: none;
  }
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
  #top {
    display: none!important;
  }
}
#banner {
  position: relative;
}
#banner .tab {
  position: absolute;
  bottom: 65px;
  right: 100px;
}
#banner .tab span {
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  margin: 0 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
#banner .tab span:hover {
  background-color: #ff4135;
  color: #fff;
}
#banner .slick-dots {
  position: absolute;
  left: 65px;
  bottom: 50px;
}
#banner .slick-dots li {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: bottom;
  position: relative;
}
#banner .slick-dots li::after {
  content: "/";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
#banner .slick-dots li:last-child::after {
  display: none;
}
#banner .slick-dots li button {
  background-color: transparent;
  border: none;
  margin: 0 15px;
}
#banner .slick-dots li.slick-active {
  font-size: 42px;
  line-height: 40px;
}
.ty-title h2 {
  font-size: 42px;
  font-weight: bold;
}
.ty-title p {
  font-size: 15px;
  opacity: .6;
  font-weight: bold;
  margin-top: 10px;
}
.ty-title img {
  margin-top: 20px;
}
.new-product {
  padding: 30px 0;
}
.new-product .box {
  margin-top: 45px;
}
.new-product .box ul {
  margin: -25px;
}
.new-product .box ul li {
  padding: 25px;
}
.new-product .box ul li .img {
  border-radius: 50%;
  overflow: hidden;
}
.new-product .box ul li .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.hot-product {
  padding: 30px 0;
}
.hot-product .box {
  margin-top: 50px;
}
.hot-product .box .nav {
  padding: 0 55px;
  position: relative;
}
.hot-product .box .nav ul li {
  font-size: 17px;
  display: inline-block;
}
.hot-product .box .nav ul li a {
  display: inline-block;
  border-bottom: 1px solid #666666;
}
.hot-product .box .nav .prev,
.hot-product .box .nav .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  opacity: .7;
}
.hot-product .box .nav .prev {
  left: 0;
}
.hot-product .box .nav .next {
  right: 0;
}
.hot-product .box .list {
  margin: 0 -15px;
  margin-top: 50px;
}
.hot-product .box .list ul {
  margin: -30px -15px;
}
.hot-product .box .list ul li {
  float: left;
  padding: 30px 15px;
}
.hot-product .box .list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hot-product .box .list ul li .name {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  text-align: left;
}
.hot-product .box .list #cat {
  width: 50%;
}
.hot-product .box .list #cat .img {
  height: 810px;
}
.hot-product .box .list .pro {
  width: 25%;
}
.hot-product .box .list .pro .img {
  height: 353px;
}
.hot-product .box .ty-more {
  margin-top: 70px;
}
.ty-more {
  font-size: 20px;
  padding: 15px 50px;
  border: 1px solid #000;
  display: inline-block;
}
.ty-more img {
  vertical-align: middle;
}
.ty-more .img2 {
  display: none;
}
.ty-more:hover {
  color: #fff;
  background-color: #000;
}
.ty-more:hover .img1 {
  display: none;
}
.ty-more:hover .img2 {
  display: inline-block;
}
.our-about {
  -webkit-box-shadow: 0 10px 15px #b1b1b1;
  box-shadow: 0 10px 15px #b1b1b1;
}
.our-about .box {
  padding: 40px 0;
}
.our-about h3 {
  font-size: 25px;
  text-transform: uppercase;
  opacity: .6;
}
.our-about p {
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
.our-about .ty-more {
  margin-top: 40px;
}
.i-advantage {
  padding-top: 50px;
}
.i-advantage .box {
  margin-top: 50px;
}
.i-advantage .box ul {
  margin: -15px;
}
.i-advantage .box ul li {
  padding: 15px;
  width: 33.33%;
}
.i-advantage .box ul li .content {
  border: 1px solid #f2f2f2;
}
.i-advantage .box ul li .text {
  text-align: left;
  padding: 25px 30px;
}
.i-advantage .box ul li .text h4 {
  font-size: 24px;
}
.i-advantage .box ul li .text p {
  font-size: 15px;
}
.our-service {
  padding-top: 60px;
}
.our-service .box {
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  padding: 40px 0;
}
.our-service .box ul li {
  width: 25%;
}
.our-service .box ul li .content {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.our-service .box ul li .content i {
  position: absolute;
  left: 0;
  top: 0;
}
.our-service .box ul li .content h4 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.our-service .box ul li .content h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.our-service .box ul li .content p {
  display: block;
  font-size: 16px;
  color: #666;
}
.more-product {
  padding: 50px 0 25px;
}
.more-product .box {
  margin-top: 40px;
  padding: 0 50px;
}
.more-product .box ul {
  margin: -3px;
}
.more-product .box ul li {
  padding: 3px;
}
#footer .footer-top {
  background-color: #f2f4f3;
  padding: 60px 0;
}
#footer .footer-top .footer-content .footer-block {
  width: 20%;
}
#footer .footer-top .footer-content .footer-block h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-content .footer-block ul li {
  font-size: 12px;
  color: #6b6a6a;
  font-weight: bold;
}
#footer .footer-top .footer-content .footer-block ul li:not(:last-child) {
  margin-bottom: 20px;
}
#footer .footer-top .foot-form input {
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #6b6a6a;
  background-color: transparent;
}
#footer .footer-top .foot-form input[type="email"] {
  margin-bottom: 30px;
}
#footer .footer-top .foot-form button {
  font-size: 15px;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 15px 60px;
  margin-top: 10px;
}
#footer .footer-bottom {
  line-height: 38px;
  background-color: #eaeceb;
  padding: 15px 0;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  .language-box {
    font-size: 14px;
  }
  #banner .tab span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #banner .slick-dots li.slick-active {
    font-size: 20px;
    line-height: 25px;
  }
  .hot-product .box .list #cat .img {
    height: 650px;
  }
  .hot-product .box .list .pro .img {
    height: 273px;
  }
  .more-product .box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .tab {
    display: none;
  }
  .new-product .box ul {
    margin: -10px;
  }
  .new-product .box ul li {
    padding: 10px;
  }
  .ty-title h2 {
    font-size: 30px;
  }
  .hot-product .box .list #cat .img {
    height: 440px;
  }
  .hot-product .box .list ul {
    margin: -10px;
  }
  .hot-product .box .list ul li {
    padding: 10px;
  }
  .hot-product .box .list ul li .name {
    font-size: 14px;
    margin-top: 10px;
  }
  .hot-product .box .list .pro .img {
    height: 181px;
  }
  .hot-product .box .ty-more {
    margin-top: 30px;
  }
  .ty-more {
    font-size: 14px;
  }
  .ty-more i {
    display: none;
  }
  .our-about p {
    font-size: 16px;
  }
  .i-advantage .box ul li .text {
    padding: 15px;
  }
  .i-advantage .box ul li .text h4 {
    font-size: 20px;
  }
  .i-advantage .box ul li .text p {
    font-size: 14px;
  }
  .our-service .box ul li .content {
    padding-left: 50px;
  }
  .our-service .box ul li .content i {
    max-width: 35px;
  }
  .our-service .box ul li .content h4 em {
    font-size: 30px;
  }
  .our-service .box ul li .content h4 {
    margin-bottom: 10px;
  }
  .our-service .box ul li .content p {
    font-size: 14px;
  }
  #footer .footer-top .footer-content .footer-block {
    width: 33.33%;
  }
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.link {
    display: none;
  }
  .i-advantage .box ul {
    margin: -10px;
  }
  .i-advantage .box ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {

  .ui.container {
    width: 100%;
  }
  .hot-product .box .list #cat {
    display: none;
  }
  .our-about p {
    font-size: 14px;
  }
  .i-advantage {
    display: none;
  }
  .our-service {
    display: none;
  }
  .hot-product .box .nav .prev,
  .hot-product .box .nav .next {
    display: none;
  }
  .hot-product .box .nav {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .ty-title h2 {
    font-size: 20px;
  }
  .ty-title p {
    font-size: 12px;
  }
  .new-product .box ul li .name {
    font-size: 14px;
    margin-top: 10px;
  }
  .hot-product .box .nav ul li {
    font-size: 14px;
  }
  .hot-product .box {
    margin-top: 30px;
  }
  .hot-product .box .list .pro {
    width: 50%;
  }
  .ty-more {
    font-size: 12px;
  }
  .our-about h3 {
    font-size: 16px;
  }
  .our-about .ty-more {
    margin-top: 20px;
  }
  #footer .footer-top .footer-content .footer-block {
    width: 100%;
  }
  #footer .footer-top .footer-content .footer-block:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-content .footer-block ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .footer-top .footer-content .footer-block h4 {
    margin-bottom: 20px;
  }
  #footer .footer-top .foot-form input {
    font-size: 12px;
  }
  #footer .footer-top .foot-form input[type="email"] {
    margin-bottom: 10px;
  }
  #footer .footer-bottom {
    line-height: 20px;
  }
  #footer .footer-bottom .fl {
    display: none;
  }
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
}
#top {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff4135;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}


/* 内页样式 */
.inner-page {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
}
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
  font-family: "BodoniBT-Bold";
}
.inner-page .inner-nav {
  display: inline-block;
  float: right;
  position: relative;
}
.inner-page .inner-nav span {
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #777;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.inner-page .inner-nav span em {
  display: inline-block;
  top: 13px;
  margin-left: 8px;
  font-size: 16px;
  float: right;
  position: absolute;
  right: 30px;
}
.inner-page .inner-nav span em i {
  display: block;
  line-height: 7px;
}
.inner-page .inner-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px #999;
  -moz-box-shadow: 0 3px 5px #999;
  box-shadow: 0 3px 5px #999;
  padding: 10px 5px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  opacity: 0;
  z-index: -2;
}
.inner-page .inner-nav ul li {
  line-height: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .inner-nav ul li a {
  display: block;
}
.inner-page .inner-nav ul li:hover {
  background: #f3f3f4;
  font-weight: bold;
  color: #222;
}
.inner-page .inner-nav:hover ul {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 1;
}
.inner-page .product-1 {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.inner-page .product-1 ul {
  margin: -20px;
}
.inner-page .product-1 ul li {
  width: 25%;
  float: left;
  padding: 20px;
}
.inner-page .product-1 ul li .box {
  border: 1px solid #d8d8d8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.inner-page .product-1 ul li .box:hover {
  -webkit-box-shadow: 0 0 20px #999;
  -moz-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
}
.inner-page .product-1 ul li .box a.img-box {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .content {
  display: block;
  padding: 30px;
}
.inner-page .product-1 ul li .box .content h3 {
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .content h3:first-letter {
  text-transform: capitalize;
}
.inner-page .product-1 ul li .box .content h3:hover {
  color: #a98e60;
}
.inner-page .product-1 ul li .box .content .date {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.inner-page .product-1 ul li .box .content .date i {
  font-size: 16px;
  margin-right: 5px;
}
.inner-page .product-1 ul li .box .content .date time {
  display: inline-block;
}
.inner-page .product-1 ul li .box .content .date .view {
  float: right;
}
.inner-page .product-1 ul li .box .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  font-family: "opensans-Regular";
  margin-top: 30px;
}
.inner-page .product-1 ul li .box .btn {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin-bottom: -5px;
}
.inner-page .product-1 ul li .box .btn .more,
.inner-page .product-1 ul li .box .btn .cla {
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
}
.inner-page .product-1 ul li .box .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .more a:hover {
  background: #a98e60;
}
.inner-page .product-1 ul li .box .btn .cla {
  border-left: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .btn .cla a {
  font-size: 14px;
  color: #a98e60;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .cla a:hover {
  background: #222;
  color: white;
  font-size: 14px;
}
.inner-page .m-page {
  text-align: center;
	display:inline-block;
	width:100%;
	margin-top:20px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  margin: 0 5px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  background: #999;
  color: white;
}
.inner-page .m-page a:hover {
  background: #a98e60;
  color: white;
}
.inner-page .m-link {
	padding-top: 15px;
	color: #333;
	font-size: 14px;
}
.inner-page .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li.slick-active {
  background: #a98e60;
}
.inner-page .slick-dots li button {
  display: none;
}
.about-page {
  background: white;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .about-1-top .left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px;
}
.about-page .about-1 .about-1-top .left p {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
}
.about-page .about-1 .about-1-top .left h2 {
  font-size: 34px;
  color: #333;
  font-family: "BodoniBT-Bold";
  margin-top: 5px;
  line-height: 48px;
}
.about-page .about-1 .about-1-top .right {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  font-size: 15px;
  color: #777777;
  line-height: 24px;
  padding-left: 25px;
	max-height:216px;
	overflow:auto;
}
.about-page .about-1 .about-1-bottom {
  padding-top: 50px;
}
.about-page .about-1 .about-1-bottom ul {
  margin: 0 -15px;
}
.about-page .about-1 .about-1-bottom ul li {
  padding: 0 15px;
}
.about-page .about-1 .about-1-bottom ul li a {
  display: block;
}
.about-page .about-1 .about-1-bottom ul .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li.slick-active {
  background: #a98e60;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li button {
  display: none;
}
.about-page .about-2 {
  background: #000;
}
.about-page .about-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  text-align: center;
}
.about-page .about-2 .left .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-2 .left .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .left .slick-dots li.slick-active {
  background: #a98e60;
}
.about-page .about-2 .left .slick-dots li button {
  display: none;
}
.about-page .about-2 .left li {
  padding: 0 8%;
}
.about-page .about-2 .left .head {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #a98e60;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.about-page .about-2 .left p {
  font-size: 17px;
  color: white;
  line-height: 28px;
  font-style: normal;
  margin: 20px 0;
}
.about-page .about-2 .left .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a98e60;
}
.about-page .about-2 .left .from {
  font-size: 16px;
  color: #999;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 {
  display: inline-block;
  width: 100%;
  padding: 120px 0 110px;
  background: #f7f7f7;
}
.about-page .about-3 ul {
  margin: -30px -70px;
  font-size: 0;
}
.about-page .about-3 ul li {
  width: 33.3333%;
  text-align: center;
  padding: 30px 30px;
  display: inline-block;
}
.about-page .about-3 ul li h3 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  margin: 15px 0 14px;
}
.about-page .about-3 ul li p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  /*height: 96px;*/
}
.about-page .about-4 {
	margin-top: -5px;
}
.about-page .about-4 ul{
  margin: -10px;
}
.about-page .about-4 li{
  padding: 10px;
}
.about-page .about-4 li a {
  display: block;
}
.about-page .about-4 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #a98e60;
  z-index: 1;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  opacity: 0;
  

}
.about-page .about-4 li a .box {
  display: block;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 li a .box h3 {
  font-size: 30px;
}
.about-page .about-4 li a .box p {
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 10px;
}
.about-page .about-4 li a:hover:before {
  opacity: 1;
}
.about-page .about-4 li a:hover .box {
  top: 50%;
  opacity: 1;
}
.about-page .about-5 {
  padding: 50px 0;
  text-align: center;
}
.about-page .about-5 li img {
  margin: 0 auto;
}
.about-page .about-6 {
  background: #f1f1f1;
  padding: 65px 0;
}
.about-page .about-6 .left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #222;
  text-align: right;
  font-family: "Barlow-Thin";
}
.about-page .about-6 .right {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
}
.about-page .about-6 .right ul {
  display: inline-block;
  width: 100%;
}
.about-page .about-6 .right ul li {
  float: left;
  width: 40%;
  padding: 0 2px;
}
.about-page .about-6 .right ul li input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #999;
  background: none;
  outline: none;
  padding: 0 10px;
	font-size:14px;
}
.about-page .about-6 .right ul li input::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input::-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input[type="submit"] {
  background: #a98e60;
  border-color: #a98e60;
  color: white;
  font-size: 20px;
  font-family: "Barlow-Thin";
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-6 .right ul li:last-child {
  width: 20%;
}
.product-page {
  padding: 120px 0;
  background: white;
}
.product-cat-page {
  padding: 80px 0;
}
.product-cat-page .product-class ul li {
  display: inline-block;
  width: 100%;
  background: white;
  margin: 30px 0;
}
.product-cat-page .product-class ul li a.img-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.product-cat-page .product-class ul li .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-left: -5px;
  padding: 0 50px;
}
.product-cat-page .product-class ul li .right .content {
  display: block;
}
.product-cat-page .product-class ul li .right .content h3 {
  font-size: 34px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content h3:first-letter {
  text-transform: capitalize;
}
.product-cat-page .product-class ul li .right .content h3:hover {
  color: #a98e60;
}
.product-cat-page .product-class ul li .right .content .date {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.product-cat-page .product-class ul li .right .content .date dd {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content .date dd:hover {
  color: #a98e60;
}
.product-cat-page .product-class ul li .right .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  font-family: "opensans-Regular";
  margin-top: 30px;
}
.product-cat-page .product-class ul li .right .btn {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.product-cat-page .product-class ul li .right .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .btn .more a:hover {
  background: #a98e60;
}
.prodet-page {
  display: inline-block;
  padding: 120px 0;
  background: white;
}
.prodet-page h2 {
	font-size:34px;
	color:#333;
	margin-bottom:30px;
	max-width:60%;
}
.prodet-page .left {
  width: 70%;
  float: left;
  padding-right: 30px;
}
.prodet-page .left .prodet-1 {
  padding: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-1 img {
  width: 100%;
}
.prodet-page .left .prodet-1 ul {
  position: relative;
}
.prodet-page .left .prodet-1 .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .left .prodet-1 .slick-dots li {
  border-color: white;
}
.prodet-page .left .prodet-1 .slick-dots li.slick-active {
  background: white;
}
.prodet-page .left .prodet-1 .box {
  padding-top: 10px;
}
.prodet-page .left .prodet-1 .box p {
  /*margin-left: 15px;*/
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.image-gallery li {
	padding: 0;
}
.prodet-page .left .prodet-1 .box p i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  color: #333;
}
.prodet-page .left .prodet-2 {
  padding: 40px 0;
}
.prodet-page .left .prodet-2 .options ul {
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-2 .options ul li {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-right: 5%;
  padding-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.prodet-page .left .prodet-2 .options ul li:after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 3px solid #a98e60;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  opacity: 0;
}
.prodet-page .left .prodet-2 .options ul li:hover:after,
.prodet-page .left .prodet-2 .options ul li.active:after {
  opacity: 1;
}
.prodet-page .left .prodet-2 .value {
  padding-top: 40px;
}
.prodet-page .left .prodet-2 .value ul {
  position: relative;
  min-height: 100px;
}
.prodet-page .left .prodet-2 .value li {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  color: #777;
  line-height: 28px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -ms-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  opacity: 0;
  width: 100%;
}
.prodet-page .left .prodet-2 .value li.active {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
.prodet-page .left .prodet-2 .value li table {
  width: 100% !important;
	height:auto !important;
}
.prodet-page .left .prodet-2 .value li table tr:nth-child(odd) {
  background: #F9F9F9;
}
.prodet-page .left .prodet-2 .value li table td {
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
	height:auto !important;
	width:auto !important;
}
.prodet-page .left .prodet-2 .value li table td:first-child {
  width: 40%;
}
.prodet-page .left .prodet-2 .value li .public-box h4,.prodet-page .left .prodet-2 .value li .public-box h5 {
	font-size:14px;
	font-family:'Arial';
	font-weight:bold;
	line-height:20px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd {
	padding:10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl {
	margin:-10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd p {
	line-height:20px;
	margin-top:10px;
}
.prodet-page .left .prodet-2 .value li .public-box .img {
	margin-top:40px;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box {
	display:block;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box img {
	width:100%;
}
.prodet-page .left .prodet-2 .value li .public-box .img dl h5 {
	display:block;
	line-height:24px;
	padding:10px 15px;
	background:#eee;
	position:relative;
	z-index:1;
}
.prodet-page .left .prodet-3 {
  position: relative;
  z-index: 1;
}
.prodet-page .left .prodet-3 h2 {
  font-size: 24px;
  color: #666;
  font-family: "opensans-Regular";
  text-transform: uppercase;
}
.prodet-page .left .prodet-3 ul {
  padding-top: 30px;
  margin: -20px;
}
.prodet-page .left .prodet-3 ul li {
  width: 25%;
  float: left;
  padding: 20px;
  white-space: nowrap;
}
.prodet-page .left .prodet-3 ul li img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .left .prodet-3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-left: 10px;
}
.prodet-page .right {
  width: 30%;
  float: right;
}
.prodet-page .right .date {
  display: block;
}
.prodet-page .right .date .time {
  display: inline-block;
  width: 100%;
  position: relative;
}
.prodet-page .right .date .time:after {
  content: ':';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #222;
  font-weight: bold;
  -webkit-animation: opacity 1s infinite;
  -o-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .right .date .time .h,
.prodet-page .right .date .time .m {
  width: 45%;
  float: left;
  line-height: 150px;
  height: 150px;
  display: block;
  background: #333;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.prodet-page .right .date .time .h em,
.prodet-page .right .date .time .m em {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 28px;
  color: #333;
}
.prodet-page .right .date .time .h p,
.prodet-page .right .date .time .m p {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: normal;
}
.prodet-page .right .date .time .m {
  float: right;
}
.prodet-page .right .date .years {
  display: block;
  line-height: 100px;
  height: 100px;
  background: #333;
  margin-top: 10px;
  color: white;
  font-size: 28px;
  text-align: center;
}
.prodet-page .right .date .years i {
  font-size: 28px;
  margin-right: 10px;
}
.prodet-page .right .recommend {
  padding: 40px 0;
}
.prodet-page .right .recommend h2 {
  font-size: 24px;
  color: #333;
  font-family: "opensans-Regular";
  text-transform: uppercase;
}
.prodet-page .right .recommend ul li {
  display: block;
  padding-top: 30px;
}
.prodet-page .right .recommend ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}
.prodet-page .right .recommend ul li .box {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
  padding-right: 10px;
}
.prodet-page .right .recommend ul li .box h3 {
  font-size: 16px;
  color: #333;
  font-family: "Barlow-Thin";
  font-weight: bold;
}
.prodet-page .right .recommend ul li .box p {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.prodet-page .right .recommend ul li .box a.more {
  display: inline-block;
  line-height: 26px;
  background: #222;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .right .recommend ul li .box a.more:hover {
  background: #a98e60;
}
.prodet-page .right .lxfs {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .right .lxfs h3 {
  font-size: 22px;
}
.prodet-page .right .lxfs p {
  color: #a98e60;
  font-size: 18px;
  margin-top: 15px;
}
.service-page {
  background: white;
}
.service-page .service-1 {
  padding: 120px 0 80px;
  display: inline-block;
  width: 100%;
}
.service-page .service-1 ul li {
  width: 20%;
  float: left;
  padding: 30px 15px;
	text-align:center;
}
.service-page .service-1 ul li .box {
  border: 1px solid #a98e60;
  padding: 35px 10px 40px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.service-page .service-1 ul li .box img {
  height: 35px;
}
.service-page .service-1 ul li .box h3 {
  font-family: "opensans-Regular";
  color: #565656;
  margin: 15px 0 20px;
  font-size: 20px;
}
.service-page .service-1 ul li .box p {
  color: #777;
  font-size: 13px;
  line-height: 24px;
  height: 72px;
}
.service-page .service-1 ul li .box:hover {
  border-color: white;
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.service-page .service-2 ul li {
  display: block;
  background: #222;
}
.service-page .service-2 ul li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 ul li .left img {
  width: 100%;
}
.service-page .service-2 ul li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .service-2 ul li .right h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 23px;
  font-family: "opensans-Regular";
}
.service-page .service-2 ul li .right h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.service-page .service-2 ul li .right p {
  line-height: 24px;
  color: #777;
  font-size: 15px;
  margin-bottom: 10px;
}
.service-page .service-2 ul li .right a.more {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
}
.service-page .service-2 ul .slick-arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 3px;
  border: none;
  background: white;
  outline: none;
  bottom: 0;
  right: 50%;
  display: block;
  overflow: hidden;
  color: transparent;
  z-index: 1;
}
.service-page .service-2 ul .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #222;
  font-family: "FontAwesome";
}
.service-page .service-2 ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.service-page .service-2 ul .slick-arrow.slick-prev {
  margin-right: 67px;
}
.service-page .service-2 ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.service-page .service-3 {
  padding: 80px 0;
}
.service-page .service-3 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5%;
}
.service-page .service-3 .left h3 {
  font-size: 44px;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.service-page .service-3 .left p {
  font-size: 15px;
  line-height: 28px;
  color: #777;
  padding: 10px 0;
}
.service-page .service-3 .left a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
  margin-top: 30px;
}
.service-page .service-3 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 5px;
  text-align: center;
}
.service-page .service-3 .right img {
  margin: 0 auto;
}
.service-page .service-4 {
  background: url("../images/service-2.jpg") no-repeat center center fixed;
  padding: 100px 0;
  position: relative;
}
.service-page .service-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.service-page .service-4 h3 {
  font-size: 45px;
  color: white;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.service-page .service-4 ul {
  padding-top: 80px;
}
.service-page .service-4 ul li {
  color: white;
  display: inline-block;
  margin-right: 6%;
  text-align: center;
}
.service-page .service-4 ul li em {
  font-size: 60px;
}
.service-page .service-4 ul li p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.contact-page {
  background: white;
}
.contact-page .contact-1 {
  padding: 120px 0 80px;
}
.contact-page .contact-1 h2 {
  font-size: 40px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-page .contact-1 p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Barlow-Thin";
  font-weight: bold;
  color: #999;
  margin-bottom: 30px;
}
.contact-page .contact-2 {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px;
}
.contact-page .contact-2 h3 {
  font-size: 34px;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact-page .contact-2 .left {
  width: 35%;
  float: left;
  padding-right: 4%;
}
.contact-page .contact-2 .left .box {
  border: 1px solid #d8d8d8;
  padding: 22px 30px;
}
.contact-page .contact-2 .left .box ul li {
  padding: 12px 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.contact-page .contact-2 .left .box ul li em {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.contact-page .contact-2 .left .box ul li p {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #999;
  margin-right: 0;
  margin-left: auto;
}
.contact-page .contact-2 .left .box dl {
  text-align: center;
  padding-top: 30px;
}
.contact-page .contact-2 .left .box dl dd {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #666;
}
.contact-page .contact-2 .right {
  width: 65%;
  float: right;
}
.contact-page .contact-2 .right p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.contact-page .contact-2 .right ul {
  margin: -10px;
  padding-top: 40px;
  display: inline-block;
}
.contact-page .contact-2 .right ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.contact-page .contact-2 .right ul li input,
.contact-page .contact-2 .right ul li textarea {
  width: 100%;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  outline: none;
  background: white;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-family: "Barlow-Thin";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right ul li input:focus,
.contact-page .contact-2 .right ul li textarea:focus {
  border-color: #a98e60;
  background: rgba(169, 142, 96, 0.04);
}
/*.contact-page .contact-2 .right ul li input:-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea:-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-webkit-input-placeholder {
  font-style: italic;
}*/
.contact-page .contact-2 .right ul li input[type="submit"],
.contact-page .contact-2 .right ul li textarea[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  background: #222;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 50px;
  height: 50px;
}
.contact-page .contact-2 .right ul li input[type="submit"]:hover,
.contact-page .contact-2 .right ul li textarea[type="submit"]:hover {
  background: #a98e60;
}
.contact-page .contact-2 .right ul li textarea {
  height: 97px;
  resize: vertical;
}
.contact-page .contact-2 .right ul li:nth-last-child(2),
.contact-page .contact-2 .right ul li:nth-last-child(1) {
  width: 100%;
}
.contact-page .contact-3 {
  background: url("../images/contact-1.jpg") no-repeat center center fixed;
  padding: 150px 0;
  text-align: center;
  position: relative;
}
.contact-page .contact-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
.contact-page .contact-3 h3 {
  font-size: 40px;
  color: white;
  text-transform: capitalize;
  margin-top: 50px;
}
.contact-page .contact-3 p {
  font-size: 18px;
  color: #a98e60;
}
.faq-page {
  padding: 100px 0;
  background: white;
}
.faq-page ul li {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  background: #F9F9F9;
  padding: 15px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.faq-page ul li .a {
  font-size: 16px;
  color: #333;
  padding-left: 60px;
  position: relative;
  line-height: 28px;
}
.faq-page ul li .a i.fa-question-circle {
  font-size: 28px;
  padding-left: 20px;
 聽color: #a98e60;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-page ul li .a i.fa-plus {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
  cursor: hand;
}
.faq-page ul li .q {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  display: block;
  color: #666;
  padding-left: 60px;
  position: relative;
}
.faq-page ul li .q i.fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  font-size: 20px;
}
.news-page {
  padding: 100px 0;
  background: white;
}
.news-page .news-content ul li {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  background: #F9F9F9;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-content ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.news-page .news-content ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-content ul li .content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: -5px;
  padding: 0 25px;
  word-break: break-word;
}
.news-page .news-content ul li .content h3 {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
.news-page .news-content ul li .content p {
  font-size: 16px;
  color: #999;
  margin: 20px 0;
}
.news-page .news-content ul li .content a.more {
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  background: #a98e60;
  color: white;
  font-size: 14px;
}
.newdet-page {
  padding: 100px 0;
  background: white;
}
.newdet-page .inner-content {
  padding: 20px 40px;
  background: #F9F9F9;
  word-break: break-word;
}
.newdet-page h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.newdet-page time {
  font-size: 15px;
  color: #999;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.newdet-page .content {
  border-bottom: 1px #d8d8d8 dashed;
  padding: 10px 0 30px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-indent: 1.5em;
}
.newdet-page .content p {
  padding: 8px 0;
}
.lg-page {
  background: white;
  padding: 100px 0;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  width: 33.3333%;
  float: left;
  padding: 15px;
}
.lg-page ul li a {
  display: block;
  padding: 5px;
  border: 1px solid #d8d8d8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover {
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layui-layer-iframe {
  overflow: hidden;
}
.layui-layer-setwin .layui-layer-close2 {
  right: -15px !important;
  top: -15px !important;
}
@media screen and (max-width: 1450px) {
  .about-page .about-2 .left .slick-dots {
    padding-top: 15px;
  }
  .about-page .about-2 .left p {
    font-size: 15px;
    line-height: 22px;
  }
  .service-page .service-2 ul li .right h2 {
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li .right p {
    margin-bottom: 30px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 13px !important;
  }
}
@media screen and (max-width: 1240px) {
  .about-page .about-2 .left p {
    font-size: 13px;
    line-height: 18px;
  }
  .about-page .about-2 .left .head {
    width: 80px;
    height: 80px;
  }
  .about-page .about-3 ul {
    margin: -20px;
  }
  .about-page .about-3 ul li {
    padding: 20px;
  }
  .inner-page .product-1 ul li .box .btn .cla a {
    font-size: 13px;
  }
  .inner-page .product-1 ul li .box .btn .more,
  .inner-page .product-1 ul li .box .btn .cla {
    padding: 10px;
  }
  .inner-page .product-1 ul li .box .content {
    padding: 15px;
  }
  .inner-page .product-1 ul li .box .content p {
    font-size: 14px;
    margin-top: 20px;
  }
  .inner-page .product-1 ul li .box .content h3 {
    font-size: 18px;
  }
  .inner-page .product-1 ul {
    margin: -10px;
  }
  .inner-page .product-1 ul li {
    padding: 10px;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 18px;
  }
  .service-page .service-2 ul li .right h3 {
    display: none;
  }
  .service-page .service-2 ul li .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .left h3 {
    font-size: 36px;
  }
  .contact-page .contact-2 .left .box {
    padding: 10px;
  }
  #footer .footer-bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 996px) {
  .prodet-page h2 {
      max-width:100%;
      font-size:24px;
  }
  .about-page .about-2 .left li {
    padding: 10px 8%;
  }
  .about-page .about-2 .left .slick-dots {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .about-page .about-3 ul li p {
    font-size: 13px;
    line-height: 20px;
  }
  .about-page .about-3 ul li h3 {
    margin: 10px 0;
  }
  .about-page .about-4 li a .box h3 {
    font-size: 24px;
  }
  .about-page .about-4 li a .box p {
    font-size: 13px;
  }
  .inner-page .product-1 ul li {
    width: 33.33%;
  }
  .prodet-page .left {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .prodet-page .right {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .prodet-page .right .date {
    display: none;
  }
  .prodet-page .right .recommend {
    display: inline-block;
    width: 100%;
  }
  .prodet-page .right .recommend ul {
    margin: 0 -10px;
  }
  .prodet-page .right .recommend ul li {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .prodet-page .right .recommend ul li .box p {
    display: none;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 24px;
  }
  .service-page .service-1 ul {
    margin: -20px -10px;
  }
  .service-page .service-1 ul li {
    padding: 20px 10px;
  }
  .service-page .service-1 ul li .box p {
    font-size: 12px;
    line-height: 19px;
    height: 76px;
  }
  .service-page .service-2 ul li .right h2 {
    font-size: 28px;
  }
  .service-page .service-2 ul .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .service-page .service-2 ul .slick-arrow:after {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow.slick-prev {
    margin-right: 41px;
  }
  .service-page .service-3 .left h3 {
    font-size: 24px;
  }
  .service-page .service-4 h3 {
    font-size: 38px;
  }
  .service-page .service-4 ul {
    padding-top: 60px;
  }
  .service-page .service-4 ul em {
    font-size: 40px!important;
  }
  .lg-page ul li {
    width: 50%;
  }
  .contact-page .contact-1 h2 {
    font-size: 32px;
  }
  .contact-page .contact-2 .left,
  .contact-page .contact-2 .right {
    width: 100%;
    padding-right: 0;
    display: block;
    float: none;
  }
  .contact-page .contact-2 .left .box dl {
    padding-top: 10px;
  }
  .contact-page .contact-2 .right {
    padding-top: 40px;
  }
	#ewm {
		display:none !important;
	}
}
@media screen and (max-width: 768px) {
  #header .h-top .right ul li {
    font-size: 12px;
  }
	.product-cat-page .product-class ul li .right {
		width:100%;
		padding:20px 15px;
	}
	.product-cat-page .product-class ul li a.img-box {
		width:100%;
	}
	.product-cat-page .product-class ul li .right .content h3 {
		font-size:28px;
	}
	.product-cat-page .product-class ul li .right .btn {
		padding-top:20px;
	}
  #header .h-top .right.wap {
    display: block;
  }
  #header .h-top .right.pc {
    display: none;
  }
  #banner li .content p {
    display: none;
  }
  #banner li .content h2 {
    font-size: 14px;
  }
  #banner li .content a {
    display: none;
  }
  #banner img.down {
    display: none;
  }
  #banner .slick-arrow {
    display: none !important;
  }
  #index-body h2 {
    font-size: 32px;
  }
  #index-body .init-1 .init-1-bottom ul li .right,
  #index-body .init-1 .init-1-bottom ul li .left {
    display: block;
    width: 100%;
    float: none;
  }
  #index-body .init-1 .init-1-bottom ul li .right {
    display: none;
  }
  #index-body .init-1 .init-1-bottom ul .slick-arrow {
    display: none !important;
  }
  #index-body .init-1 .init-1-bottom {
    margin-top: 20px;
  }
  #index-body .init-2 .init-2-bottom ul li .left {
    display: block;
    width: 100%;
  }
  #index-body .init-2 .init-2-bottom ul li .right {
    display: none;
  }
  #index-body .init-2 .init-2-top ul li {
    width: 50%;
    line-height: 60px;
    height: 60px;
    font-size: 12px;
  }
  #index-body .init-3 h2 {
    font-size: 24px;
  }
  #index-body .init-4 {
    padding-bottom: 60px;
  }
  #index-body .init-5 {
    background-size: auto 100%;
    background-position: right top -10px;
  }
  #index-body .init-4 ul li .content {
    padding: 10px 20px;
  }
  #index-body .init-4 ul li .content p {
    font-size: 12px;
    margin: 10px 0;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #footer .footer-top .f-contact ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
  #footer .footer-bottom p {
    font-size: 13px;
  }
  .about-page .about-1 .about-1-top .left,
  .about-page .about-1 .about-1-top .right {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .about-page .about-1 .about-1-top .left h2,
  .about-page .about-1 .about-1-top .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .about-page .about-1 .about-1-top .right {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
    padding-top: 20px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-2 .left,
  .about-page .about-2 .right {
    display: block;
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li p {
    height: auto;
  }
  .about-page .about-6 .left,
  .about-page .about-6 .right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .about-page .about-6 .right ul li {
    width: 100%;
    padding: 5px 0;
  }
  .about-page .about-6 .right ul li:last-child {
    width: 50%;
  }
  #footer .footer-top .f-contact {
    padding: 20px 0;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  .product-page {
    padding: 30px 0;
  }
  .inner-page .inner-nav {
    width: 100%;
  }
  .inner-page .inner-nav span {
    width: 100%;
  }
  .inner-page .product-1 ul{
    margin: -5px;
  }
  .inner-page .product-1 ul li {
    padding: 5px;
    width: 50%;
    display: inline-block;
    float: none;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .left .prodet-2 .options ul li {
    margin-right: 3%;
    font-size: 12px;
  }
  .prodet-page .left .prodet-2 .value li {
    overflow: hidden;
    max-width: 100%;
  }
  .prodet-page .left .prodet-3 ul {
    margin: 0;
  }
  .prodet-page .left .prodet-3 ul li {
    width: 50%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -5px;
    padding: 10px;
  }
  .prodet-page .left .prodet-3 ul li span {
    font-size: 12px;
  }
  .prodet-page .right .recommend ul {
    margin: 0;
  }
  .prodet-page .right .recommend ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .lg-page ul li {
    width: 100%;
    float: none;
    display: block;
  }
  .news-page .news-content ul li a.img-box,
  .news-page .news-content ul li .content {
    display: block;
    width: 100%;
  }
  .news-page .news-content ul li .content {
    padding: 10px;
  }
  .news-page .news-content ul li .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .news-page .news-content ul li .content h3 {
    font-size: 20px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .service-page .service-1 ul li {
    width: 33.333%;
  }
  .service-page .service-1 ul li .box {
    padding: 10px;
  }
  .service-page .service-1 ul li .box p {
    height: 57px;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-2 ul li .left,
  .service-page .service-2 ul li .right {
    width: 100%;
    display: block;
    float: none;
  }
  .service-page .service-2 ul li .left h2,
  .service-page .service-2 ul li .right h2 {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow {
    display: none !important;
  }
  .service-page .service-3 {
    padding: 50px 0;
  }
  .service-page .service-3 .left,
  .service-page .service-3 .right {
    width: 100%;
  }
  .service-page .service-3 .left p,
  .service-page .service-3 .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .right {
    padding-top: 20px;
  }
  .service-page .service-4 h3 {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: inline-block;
    width: 100%;
  }
  .service-page .service-4 ul li {
    margin-right: 0;
    width: 50%;
    float: left;
  }
  .contact-page .contact-1 {
    padding: 30px 0;
  }
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 p {
    font-size: 13px;
    line-height: 22px;
  }
  .amap-container {
    height: 250px !important;
  }
  .contact-page .contact-2 .left .box ul li em,
  .contact-page .contact-2 .left .box ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right ul li {
    width: 100%;
  }
  .contact-page .contact-3 h3 {
    font-size: 18px;
  }
  .contact-page .contact-3 p {
    font-size: 14px;
  }
  .contact-page .contact-3 {
    padding: 100px 0;
  }
  #header .nav {
    width: 80%;
  }
  .layui-layer-iframe {
    width: 95% !important;
  }
	.newdet-page .inner-content {
		padding:20px 15px;
	}
}
.wpulike.wpulike-default {
	vertical-align:top;
}
.about-page .about-6 .right div.wpcf7 .ajax-loader {
	display: none;
}
.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: inline-block;
	margin-right: 15px;
} 
.post-views-box{
  position: relative;
  /*margin: -116px 0 0 100px;*/
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #a98e60;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




/* 新产品详情 */
.our-prodet{
	position: relative;
    padding: 120px 0px 85px 0px;
}
.our-prodet .prodet-1 .box{
	margin:0 -15px;
}
.our-prodet .prodet-1 .left{
	width:50%;
	padding:0 15px;
}
.our-prodet .prodet-1 .left img{
	width:100%;
}
.our-prodet .prodet-1 .right{
	width:50%;
	padding:0 15px;
}
.our-prodet .prodet-1 .right .image-gallery{
	margin:-5px;
}
.our-prodet .prodet-1 .right .image-gallery li{
	padding:5px;
}
.our-prodet .prodet-1 .right h3{
	font-size:24px;
	font-weight:700;
	margin-top:15px;
}
.our-prodet .prodet-1 .right .content{
	font-size:15px;
	color: #848484;
	line-height: 26px;
	margin-top:30px;
}
.our-prodet .prodet-1 .right .content p{
	margin-bottom:20px;
}
.our-prodet .prodet-1 .right .content ul li{
	position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 4px;
}
.our-prodet .prodet-1 .right .content ul li:last-child{
	margin-bottom: 0;
}
.our-prodet .prodet-1 .right .content ul li:before{
    position: absolute;
    content: '';
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}
.our-prodet .prodet-1 .right .share-option{
	margin-top: 20px;
}
.our-prodet .prodet-1 .right .share-option li{
	position: relative;
    display: inline-block;
    margin-right: 20px;
}
.our-prodet .prodet-1 .right .share-option li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #848484;
}


.our-prodet .related-product{
	padding-top:90px;
}
.our-prodet .related-product .name{
	font-size:16px;
	margin-top:10px;
}
.our-prodet .related-product .box{
	margin-top:50px;
}
.our-prodet .related-product ul{
	margin:-15px;
}
.our-prodet .related-product ul li{
	padding:15px;
}


.slick-track{
  margin-left: 0;
}


@media screen and (max-width: 1000px) {
  .inner-page .inner-nav{
    display: none;
  }
  .our-prodet{
    padding: 60px 0;
  }

  .inner-page .product-1 ul li .box .content h3{
    font-size: 14px;
  }
  
}
@media screen and (max-width: 700px) {
  .inner-page .product-1 ul li .box .content{
    padding: 15px 5px;
  }

  .inner-page .product-1 ul li .box .content .date{
    display: none;
  }
  .our-prodet .prodet-1 .left{
    width: 100%;
  }

  .our-prodet .prodet-1 .right{
    width: 100%;
    margin-top: 30px;
  }

  .inner-page .m-page a, .inner-page .m-page span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .inner-page .product-1 ul li .box .content h3{
    font-size: 12px;
  }
  /*.inner-page .product-1 ul li{
    width: 100%;
  }*/
}



.our-news ul{
  margin: -10px;
}
.our-news ul li{
  padding: 10px;
}