@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');
}
@font-face {
  font-family: 'opensans-regular';
  src: url(../fonts/opensans-regular.ttf) format('truetype'), url(../fonts/opensans-regular.eot) format('eot'), url(../fonts/opensans-regular.woff) format('woff'), url(../fonts/opensans-regular.woff2) format('woff2');
}

#ewm{
  width: 100px;
  margin-top: 30px;
}

body {
  font-family: "opensans-regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1380px;
}
.language-box {
  margin-left: 25px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.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%;
  left: 0;
  /*width: 50px;*/
  -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: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #fff;
}
#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: auto;
  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 {
  margin: 0 25px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #8ec31e;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 35px 0;
}
#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: #000;
  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: 1px solid #8ec31e;
  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: white;
  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 {
  color: #8ec31e;
}
#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: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .social-links {
  border-left: 1px solid #fff;
  margin: 0 25px;
}
#header .nav .ui.menu .social-links a {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
}
#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 {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#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: #333;
  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;
  }
}
#banner ul li .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 ul li .content h3 {
  font-size: 53px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
#banner ul li .content h2 {
  font-size: 80px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
#banner ul li .content .btn {
  margin-top: 40px;
}
#banner ul li .content .btn a {
  display: inline-block;
  background-color: #8ec31e;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  padding: 15px 65px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner ul li .content .btn a:hover {
  background-color: #707070;
}
.our-service {
  padding-bottom: 110px;
}
.our-service .box {
  background-color: #8ec31e;
  margin-top: -80px;
}
.our-service .box ul li {
  width: 25%;
  padding: 45px 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-service .box ul li i {
  display: inline-block;
  position: relative;
  min-height: 47px;
  line-height: 47px;
}
.our-service .box ul li i .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 47px;
}
.our-service .box ul li i img {
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-service .box ul li i img.two {
  opacity: 0;
}
.our-service .box ul li h4 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-service .box ul li:hover {
  background-color: #eeeeee;
}
.our-service .box ul li:hover i img.one {
  opacity: 0;
}
.our-service .box ul li:hover i img.two {
  opacity: 1;
}
.our-service .box ul li:hover h4 {
  color: #8ec31e;
}
.title h2 {
  font-size: 38px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.title h2 strong {
  font-weight: 800;
}
.our-about {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.our-about .left {
  width: 50%;
  padding-right: 60px;
  vertical-align: middle;
}
.our-about .left .text {
  font-size: 14px;
  margin-top: 30px;
}
.our-about .left .join {
  margin-top: 55px;
}
.our-about .left .join a {
  display: inline-block;
  background-color: #8ec31e;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  padding: 15px 65px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .left .join a:hover {
  background-color: #707070;
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
}
.our-product {
  padding: 110px 0;
}
.our-product .box {
  margin-top: 50px;
}
.our-product .tab ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}
.our-product .tab ul li.active,
.our-product .tab ul li:hover {
  color: #8ec31e;
}
.our-product .list {
  margin-top: 30px;
}
.our-product .list > ul > li {
  display: none;
}
.our-product .list > ul > li:first-child {
  display: block;
}
.our-product .list > ul > li ul {
  margin: -25px;
}
.our-product .list > ul > li ul li {
  width: 25%;
  padding: 25px;
}
.our-product .list > ul > li ul li > div {
  border: 1px solid #434343;
}
.our-product .list > ul > li ul li h6 {
  font-size: 14px;
  padding: 15px 0;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 120px 0 150px;
}
.i-advantage .box {
  margin-top: 110px;
}
.i-advantage .box ul {
  margin: -25px -50px;
}
.i-advantage .box ul li {
  width: 33.33%;
  padding: 25px 50px;
}
.i-advantage .box ul li i {
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
}
.i-advantage .box ul li i img {
  vertical-align: middle;
}
.i-advantage .box ul li i .img2 {
  display: none;
}
.i-advantage .box ul li h5 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  margin-top: 10px;
}
.i-advantage .box ul li h5::after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #8ec31e;
  margin: 15px auto;
  display: block;
}
.i-advantage .box ul li p {
  font-size: 14px;
  line-height: 2;
}
.i-advantage .box ul li:hover i .img1 {
  display: none;
}
.i-advantage .box ul li:hover i .img2 {
  display: inline-block;
}
.i-advantage .box ul li:hover h5::after {
  background-color: #fff;
}
.our-news {
  padding: 130px 0 160px;
}
.our-news .box {
  margin-top: 60px;
}
.our-news .box ul {
  margin: -20px;
}
.our-news .box ul li {
  padding: 20px;
}
.our-news .box ul li .content {
  position: relative;
}
.our-news .box ul li .content div.pa {
  padding-right: 20px;
  left: 0;
  bottom: 40px;
}
.our-news .box ul li .content div.pa .text {
  padding: 15px 20px;
  background-color: #fff;
  text-align: left;
}
.our-news .box ul li .content div.pa .text h4 {
  font-size: 16px;
  line-height: 2;
}
.our-news .box ul li .content div.pa .text .date {
  font-size: 14px;
  margin-top: 20px;
}
.contact-us {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 45px 0 55px;
}
.contact-us p {
  font-size: 14px;
  margin-top: 40px;
}
.contact-us .more {
  margin-top: 45px;
}
.contact-us .more a {
  display: inline-block;
  background-color: #8ec31e;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  padding: 15px 90px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.contact-us .more a:hover {
  background-color: #707070;
}
.our-honor {
  padding: 140px 0 110px;
}
.our-honor .box {
  margin-top: 65px;
}
.our-honor .box ul {
  margin: -12px;
}
.our-honor .box ul li {
  padding: 12px;
}
.our-honor .box ul li a {
  display: block;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8);
}
.our-honor .more {
  margin-top: 75px;
}
.our-honor .more a {
  display: inline-block;
  background-color: #8ec31e;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  padding: 15px 90px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-honor .more a:hover {
  background-color: #707070;
}
#footer .footer-top {
  background-color: #1b1b1b;
  color: #fff;
  padding: 70px 0 35px;
}
#footer .footer-top .foot-content .foot-block {
  width: 25%;
  padding-left: 30px;
  border-left: 1px solid #fff;
  min-height: 280px;
}
#footer .footer-top .foot-content .foot-block h4 {
  font-size: 16px;
  font-weight: 800;
  color: #8ec31e;
}
#footer .footer-top .foot-content .foot-block ul {
  margin-top: 35px;
}
#footer .footer-top .foot-content .foot-block ul li {
  font-size: 14px;
}
#footer .footer-top .foot-content .foot-block ul li a:hover {
  color: #8ec31e;
}
#footer .footer-top .foot-content .foot-block ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer-top .foot-content .foot-block.logo {
  padding-left: 0;
  border: none;
  padding-right: 70px;
}
#footer .footer-top .foot-content .foot-block.logo p {
  font-size: 14px;
  text-align: justify;
  margin-top: 25px;
}
#footer .footer-top .foot-content .foot-block.contact ul li {
  padding-left: 25px;
  position: relative;
}
#footer .footer-top .foot-content .foot-block.contact ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .foot-content .foot-block.contact ul li i img {
  vertical-align: middle;
}
#footer .footer-bottom {
  background-color: #000000;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}
@media screen and (max-width: 1380px) {
  .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner ul li .content h3 {
    font-size: 30px;
  }
  #banner ul li .content h2 {
    font-size: 40px;
  }
  #banner ul li .content .btn {
    margin-top: 20px;
  }
  .our-service {
    padding: 60px 0;
  }
  .our-service .box {
    margin-top: 0;
  }
  .title h2 {
    font-size: 30px;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .our-about .left .text {
    margin-top: 20px;
  }
  .our-about .left .join {
    margin-top: 20px;
  }
  .our-product .list > ul > li ul {
    margin: -10px;
  }
  .our-product .list > ul > li ul li {
    padding: 10px;
  }
  .i-advantage .box ul {
    margin: -25px;
  }
  .i-advantage .box ul li {
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-service .box ul li {
    width: 50%;
  }
  .our-about .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .right {
    display: none;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-product .list > ul > li ul li {
    width: 33.33%;
  }
  .i-advantage .box ul li {
    width: 50%;
  }
  .i-advantage .box {
    margin-top: 60px;
  }
  .i-advantage {
    padding: 90px 0;
  }
  .our-news {
    padding: 90px 0;
  }
  .our-honor {
    padding: 90px 0;
  }
  #footer .footer-top .foot-content .foot-block {
    width: 50%;
    border: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner ul li .content h3 {
    font-size: 24px;
  }
  #banner ul li .content h2 {
    font-size: 30px;
  }
  #banner ul li .content .btn a {
    font-size: 12px;
    padding: 10px 30px;
  }
  .our-about .left .join a {
    font-size: 12px;
    padding: 10px 30px;
  }
  .our-service {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .i-advantage {
    display: none;
  }
  .our-news {
    padding: 0 0 60px;
  }
  .contact-us {
    display: none;
  }
  .our-honor {
    display: none;
  }
  .our-product .list > ul > li ul li {
    width: 50%;
  }
  .title h2 {
    font-size: 24px;
  }
  .our-product .box {
    margin-top: 30px;
  }
  .our-news .box {
    margin-top: 30px;
  }
  .our-news .box ul li .content div.pa .text h4 {
    font-size: 14px;
  }
  #footer .footer-top .foot-content .foot-block.quick-link {
    display: none;
  }
  #footer .footer-top .foot-content .foot-block.pro-list {
    display: none;
  }
  #footer .footer-top .foot-content .foot-block.logo {
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content h3 {
    font-size: 16px;
  }
  #banner ul li .content h2 {
    font-size: 20px;
  }
  #banner ul li .content .btn {
    margin-top: 10px;
  }
  .title h2 {
    font-size: 20px;
  }
  .our-about .left .text {
    font-size: 12px;
  }
  .our-product .tab ul li {
    font-size: 12px;
  }
  .our-product .list > ul > li ul li h6 {
    font-size: 12px;
  }
  #footer .footer-top .foot-content .foot-block {
    width: 100%;
    min-height: unset;
  }
  #footer .footer-top .foot-content .foot-block.logo {
    padding-right: 0;
  }
  #footer .footer-top .foot-content .foot-block.contact {
    margin-top: 30px;
  }
  #footer .footer-top .foot-content .foot-block ul {
    margin-top: 20px;
  }
}
.inner-banner {
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 160px;
  color: white;
  z-index: 1;
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  text-align: left;
}
.inner-banner h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.inner-banner .mbx {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.prodet-page .prodet-1 {
  padding: 90px 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
}
.prodet-page .prodet-1 .left .big-img {
  padding: 0 70px;
  position: relative;
}
.prodet-page .prodet-1 .left .big-img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .big-img > span {
  font-size: 50px;
  color: #a0a0a0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .left .big-img > span.left-btn {
  left: 0;
}
.prodet-page .prodet-1 .left .big-img > span.right-btn {
  right: 0;
}
.prodet-page .prodet-1 .left .big-img ul {
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .left .small-img {
  padding: 0 130px;
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .small-img ul {
  margin: -3px;
}
.prodet-page .prodet-1 .left .small-img ul li {
  width: 16.66%;
  padding: 3px;
}
.prodet-page .prodet-1 .left .small-img ul li a {
  display: block;
  border: 1px solid #d2d2d2;
}
.prodet-page .prodet-1 .left .small-img ul .slick-list {
  padding: 0 2px;
}
.prodet-page .prodet-1 .left .small-img ul .slick-slide.slick-current.slick-active li a {
  border-color: #a0a0a0;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 110px;
}
.prodet-page .prodet-1 .right h2.tit {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .desc {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 60px;
}
.prodet-page .prodet-1 .right .btn {
  border-top: 1px solid #a0a0a0;
  padding: 15px 0;
}
.prodet-page .prodet-1 .right .btn h5.price {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  background-color: #8ec31e;
  color: #fff;
  padding: 15px 85px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background-color: #a0a0a0;
}
.prodet-page .prodet-1 .right .share {
  border-top: 1px solid #a0a0a0;
  padding-top: 15px;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  color: #b6b6b6;
}
.prodet-page .prodet-1 .right .share ul li:not(:last-child) {
  margin-right: 15px;
}
.prodet-page .prodet-2 .options ul {
  background-color: #eeeeee;
}
.prodet-page .prodet-2 .options ul li {
  width: 50%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 70px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active {
  border-color: #8ec31e;
}
.prodet-page .prodet-2 .ret {
  padding-top: 40px;
}
.prodet-page .prodet-2 .ret ul li .content {
  font-size: 16px;
}
.prodet-page .prodet-2 .ret ul li .content strong{
  font-weight: 700;
}
.prodet-page .prodet-2 .form {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.prodet-page .prodet-3 {
  padding: 90px 0;
}
.prodet-page .prodet-3 h3.tit {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.prodet-page .prodet-3 .list {
  margin-top: 60px;
  overflow: hidden;
}
.prodet-page .prodet-3 .list ul {
  margin: -25px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 25px;
}
.prodet-page .prodet-3 .list ul li > div {
  border: 1px solid #434343;
}
.prodet-page .prodet-3 .list ul li h6 {
  font-size: 14px;
  padding: 15px 0;
}
.inner-page .form ul {
  margin: -12px -15px;
}
.inner-page .form ul li {
  padding: 12px 15px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #8ec31e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.shopping_cart {
  display: block;
  z-index: 98;
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #7a8599;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
}
.shopping_cart .fa-shopping-cart {
  color: #fff;
  line-height: 50px;
}
.shopping_cart .shopping_num {
  position: absolute;
  top: 0;
  display: block;
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  background: red;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
@media screen and (max-width: 1380px) {
  .prodet-page .prodet-1 .left .small-img {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .left .big-img {
    padding: 0 30px;
  }
  .prodet-page .prodet-1 .left .small-img {
    padding: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    padding-left: 30px;
  }
  .prodet-page .prodet-1 .right h2.tit {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .desc {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .desc {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 14px;
  }
  .prodet-page .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 h3.tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .left .big-img > span {
    display: none;
  }
  .prodet-page .prodet-1 .left .big-img {
    padding: 0;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .form {
    padding: 15px;
  }
}






/* 内页样式 */
.init-2 ul.faq {
  padding: 40px 0;
}
.init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.init-2 ul.faq li h2 {
  font-size: 20px;
  color: #222;
  padding-bottom: 20px;
}
.init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.init-2 ul.faq li:hover h2 {
  color: #00aedc;
}

#inner-banner {
  height: 300px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#inner-banner #bdt-header-animation{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*#inner-banner .container {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}*/
#inner-banner .container .tit {
  font: bold 40px "微软雅黑";
  color: #fff;
  margin-bottom: 5px;
}
#inner-banner .container .bread {
  font: 16px l;
  color: #fff;
}
#inner-banner .container .bread a,
#inner-banner .container .bread span {
  font: 16px l;
  color: #fff;
}
#inner-nav {
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}
#inner-nav ul {
  text-align: center;
}
#inner-nav ul li {
  display: inline-block;
  font: 16px "微软雅黑";
  color: #333;
  padding: 0 30px;
	position: relative;
}
#inner-nav ul li:after{
	content: "";
	width: 1px;
	height: 15px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#inner-nav ul li:last-of-type:after{
	display: none;
}
#inner-nav ul li .children{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    display:none;
}
#inner-nav ul li:hover .children{
    display:block;
}
#inner-nav ul li .children li{
    padding: 10px 0;
    border:1px solid #ccc;
}
#inner-nav ul li .children li a{
    font-size:14px;
}
.inner-page {
  font-size: 14px;
}
.inner-page.inner-about .inner-about-1 {
  padding: 60px 0 100px;
}
.inner-page.inner-about .inner-about-1 .container .left {
  width: 56%;
}
.inner-page.inner-about .inner-about-1 .container .left img {
  width: 100%;
}
.inner-page.inner-about .inner-about-1 .container .right {
  width: 40%;
  height: 450px;
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.inner-page.inner-about .inner-about-1 .container .right .wpulike{
  display: none!important;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(1) {
  font-size: 38px;
  font-weight: bold;
  color: #8ec31e;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(2) {
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(3) {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.inner-page.inner-about .inner-about-2 {
  padding: 80px 0 90px;
  background: #f7f7f7;
}
.inner-page.inner-about .inner-about-2 .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #8ec31e;
}
.inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(2) {
  font-size: 22px;
  color: #666;
}
.inner-page.inner-about .inner-about-2 .container .list {
  position: relative;
}
.inner-page.inner-about .inner-about-2 .container .list #honour .swiper-slide img {
  width: 100%;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-l,
.inner-page.inner-about .inner-about-2 .container .list #honour-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-l,
.inner-page.inner-about .inner-about-2 .container .list #factory-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-3 {
  padding: 80px 0 90px;
}
.inner-page.inner-about .inner-about-3 .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #8ec31e;
}
.inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(2) {
  font-size: 22px;
  color: #666;
}
.inner-page.inner-about .inner-about-3 .container .list {
  position: relative;
}
.inner-page.inner-about .inner-about-3 .container .list #partner {
  padding: 10px;
}
.inner-page.inner-about .inner-about-3 .container .list #partner .swiper-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-page.inner-about .inner-about-3 .container .list #partner .swiper-slide img {
  width: 100%;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-l,
.inner-page.inner-about .inner-about-3 .container .list #partner-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-r {
  right: -80px;
}
.inner-page.inner-product {
  background: #fbfbfb;
}
.inner-page.inner-product .container {
  max-width:1600px;
  overflow: hidden;
   padding: 80px 15px;
}
.inner-page.inner-product .container .inner-product-list {
  margin: -15px;
}
.inner-page.inner-product .container .inner-product-list .column {
  padding: 15px;
}
.inner-page.inner-product .container .inner-product-list .column .inner {
  transition: 300ms;
	border: 1px solid #ccc;
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover .info{
  background: #8ec31e;
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover .info p{
  color: #fff!important;
}
.inner-page.inner-product .container .inner-product-list .column .inner .img-box img {
  width: 100%;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info {
  padding: 30px;
  background: #fff;
	border-top: 1px solid #ccc;
  transition: 300ms;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info p:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info p:nth-of-type(2) {
  font-size: 13px;
  color: #333;
}
.inner-page.inner-prodet {
  padding: 80px 0;
  background: #fbfbfb;
}
.inner-page.inner-prodet .container .inner-prodet-1 {
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .left {
  width: 40%;
}
.inner-page.inner-prodet .container .inner-prodet-1 .left img {
  width: 100%;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right {
  width: 60%;
  padding-left: 60px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(1) {
  font-size: 28px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(2) {
  font-size: 13px;
  line-height: 30px;
  color: #666;
}
.inner-page.inner-prodet .container .inner-prodet-2 {
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav {
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li {
  display: inline-block;
  width: 33.33%;
  font-size: 19px;
  line-height: 78px;
  font-weight: bold;
  text-align: center;
  color: #666;
  position: relative;
  cursor: pointer;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:hover:before,
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li.active:before {
  opacity: 1;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:last-of-type:after {
  display: none;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #8ec31e;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-content {
  padding: 40px 0;
  display: none;
  overflow: auto;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-content.active {
  display: block;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-content table tr td{
  padding: 5px;
}
.inner-page.inner-prodet .container .inner-prodet-3 .img-box img {
  width: 100%;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info {
  padding: 30px;
  background: #fff;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info p:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info p:nth-of-type(2) {
  font-size: 13px;
  color: #333;
}
.inner-page.inner-prodet .container .inner-prodet-3 .swiper-slide{
  border: 1px solid #ccc;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info{
  border-top: 1px solid #ccc;
}
.inner-page.inner-news {
  background: #fafafa;
  padding: 80px 0;
}
/*.inner-page.inner-news .container .inner-news-list .item {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.inner-page.inner-news .container .inner-news-list .item .info {
  width: 70%;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) span {
  font-size: 12px;
  font-weight: normal;
  color: #888;
  margin-left: 20px;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) a:hover {
  color: #8ec31e;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(2) {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.inner-page.inner-news .container .inner-news-list .item .img-box {
  width: 200px;
}
.inner-page.inner-news .container .inner-news-list .item .img-box img {
  width: 100%;
}*/
.inner-page.inner-news .container{
  overflow: hidden;
}
.inner-page.inner-news .container .inner-news-list{
  margin: -30px;
}
.inner-page.inner-news .container .inner-news-list .column{
  padding: 30px;
}
.inner-page.inner-news .container .inner-news-list .column .date{
  width: 10%;
  text-align: center;
}
.inner-page.inner-news .container .inner-news-list .column .date p:nth-of-type(1){
  font-size: 40px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.inner-page.inner-news .container .inner-news-list .column .date p:nth-of-type(2){
  font-size: 16px;
  color: #333;
}
.inner-page.inner-news .container .inner-news-list .column .info{
  width: 90%;
  padding-left: 30px;
}
.inner-page.inner-news .container .inner-news-list .column .info p:nth-of-type(1){
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page.inner-news .container .inner-news-list .column .info p:nth-of-type(2){
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.inner-page.inner-contact {
  padding: 80px 0;
}
.inner-page.inner-contact .container .inner-contact-1 {
  overflow: hidden;
  margin-bottom: 60px;
}
.inner-page.inner-contact .container .inner-contact-1 .tit {
  text-align: center;
  margin-bottom: 80px;
}
.inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #8ec31e;
  font-weight: bold;
}
.inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(2) {
  font-size: 34px;
  color: #666;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box {
  margin: -20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column {
  padding: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  text-align: center;
  background: #8ec31e;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon i {
  line-height: 98px;
  font-size: 40px;
  color: #fff;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info {
  width: 70%;
  padding-left: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info .info-tit {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info .info-content p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.inner-page.inner-gallery {
  padding: 80px 0;
  background: #fafafa;
}
.inner-page.inner-gallery .container {
  overflow: hidden;
  max-width: 1600px;
}
.inner-page.inner-gallery .container .grid-box {
  margin: -15px;
}
.inner-page.inner-gallery .container .grid-box .column {
  padding: 15px;
}
.inner-page.inner-gallery .container .grid-box .column .inner {
  border-radius: 8px;
  overflow: hidden;
  transition: 300ms;
}
.inner-page.inner-gallery .container .grid-box .column .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.inner-page.inner-gallery .container .grid-box .column .inner .img-box img {
  width: 100%;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info {
  padding: 20px 30px;
  background: #fff;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info p:nth-of-type(1) {
  padding-bottom: 15px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info p:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1440px) {
  #header .container .logo img {
    width: 150px;
  }
  #header .container .lan {
    margin-left: 15px;
  }
  #header .container .menu-box .menu > li {
    margin-right: 30px;
  }
  #header .container .menu-box .menu > li > a {
    font-size: 14px;
  }
  .inner-page.inner-about .inner-about-2 .container .list #honour-l {
    left: 15px;
  }
  .inner-page.inner-about .inner-about-2 .container .list #honour-r {
    right: 15px;
  }
  .inner-page.inner-about .inner-about-3 .container .list #partner-l {
    left: 15px;
  }
  .inner-page.inner-about .inner-about-3 .container .list #partner-r {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  #index-body .i-num .i-num-list .column:after {
    display: none;
  }
  #index-body .i-num .i-num-list .column p:nth-of-type(1) span {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  .toggle-nav {
    display: none;
  }
  #index-banner {
    margin-top: 45px;
  }
  #index-banner #banner .swiper-slide {
    height: 500px;
  }
  #index-banner #banner #banner-page {
    display: none;
  }
  #index-banner #banner .mouse {
    display: none;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 40px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide {
    padding: 20px 35px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide .hover {
    display: none;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide:hover .inner p {
    color: #fff!important;
  }
  #footer .container .footer-top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  #footer .container .footer-center {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .container .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .container .footer-top .item {
    width: 50%!important;
    margin-bottom: 40px;
  }
  #footer .container .footer-top .item:nth-of-type(1) {
    width: 100%!important;
  }
  #footer .container .footer-center .item {
    width: 50%!important;
    margin-bottom: 20px;
  }
  #inner-banner{
  	margin-top: 45px;
  }
}
@media (max-width: 768px) {
  #inner-nav {
    display: none;
  }
  .inner-page.inner-about .inner-about-1 .container .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-page.inner-about .inner-about-1 .container .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inner-page.inner-news .container .inner-news-list .item .img-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .inner-page.inner-news .container .inner-news-list .item .info {
    width: 100%;
    float: none;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(2) {
    font-size: 20px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column {
    width: 100%;
  }
}
@media (max-width: 576px) {
	.init-2 ul.faq li h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.init-2 ul.faq li p{
		font-size: 12px;
	}
	
  #index-banner #banner .swiper-slide {
    height: 300px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 10px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 20px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(3) {
    display: none;
  }
	#index-banner #banner .swiper-slide .inner p:nth-of-type(4) {
    display: none;
  }
  #index-body .i-news .container .i-news-list .column{
    width: 100%;
  }
  #index-body .i-news .container .i-news-list .column .date{
    display: none;
  }
  #index-body .i-news .container .i-news-list .column .info{
    width: 100%;
    padding: 0;
    float: none;
  }
  #index-body .i-product .i-pro-top a {
    background-size: 50px!important;
    background-position: center 30px!important;
    padding: 100px 40px 40px;
    font-size: 16px;
  }
  #index-body .i-product .i-pro-bottom {
    padding-bottom: 60px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-tit .container p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .column:after {
    display: none;
  }
  #index-body .i-apl #iapl .swiper-slide .container p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-apl #iapl .swiper-slide .container p:nth-of-type(3) {
    font-size: 14px;
  }
  #index-body .i-partner {
    padding: 60px 0;
  }
  #index-body .i-news{
    padding: 60px 0;
  }
  #index-body .i-news .container .i-news-tit p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-news .container .i-news-list .column .inner p:nth-of-type(1) {
    font-size: 18px;
  }
  #footer .container .footer-top .item > p {
    font-size: 20px;
  }
  #footer .container .footer-center .item {
    width: 100%!important;
  }
  #footer .container .footer-top .item .erweima > div .img {
    width: 120px;
  }
  #inner-banner .container .tit {
    font-size: 20px;
  }
  .inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li {
    font-size: 14px;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(1) {
    font-size: 20px;
  }
  .inner-page.inner-news {
    padding: 60px 0;
  }
  .inner-page.inner-news .container .inner-news-list .column{
    width: 100%;
  }
  .inner-page.inner-news .container .inner-news-list .column .date{
    display: none;
  }
  .inner-page.inner-news .container .inner-news-list .column .info{
    width: 100%;
    padding: 0;
  }
  .inner-page.inner-contact {
    padding: 60px 0;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit {
    margin-bottom: 60px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon {
    width: 45px;
    height: 45px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon i {
    line-height: 45px;
    font-size: 18px;
  }
}

.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.cn-form {
  width: 100%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #8ec31e;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #8ec31e;
  box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #8ec31e;
  box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #8ec31e 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-r .pcsb{
		display: none;
	}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background: #8ec31e;
  /* IE*/
}

@media (max-width:768px){
	.cn-form .m-form-l{
		width: 100%;
		float: none;
	}
	.cn-form .m-form-r{
		width: 100%;
		float: none;
	}
	.cn-form .m-form-l .pcsb{
		display: none;
	}
	.cn-form .m-form-r .pcsb{
		display: block;
	}
}