@font-face {
  font-family: 'AvenirNextCyr';
  src: url(../fonts/AvenirNextCyr-UltraLight.ttf) format('truetype'), url(../fonts/AvenirNextCyr-UltraLight.eot) format('eot'), url(../fonts/AvenirNextCyr-UltraLight.woff) format('woff'), url(../fonts/AvenirNextCyr-UltraLight.woff2) format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'AvenirNextCyr';
  src: url(../fonts/AvenirNextCyr-Regular.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Regular.eot) format('eot'), url(../fonts/AvenirNextCyr-Regular.woff) format('woff'), url(../fonts/AvenirNextCyr-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'AvenirNextCyr';
  src: url(../fonts/AvenirNextCyr-Medium.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Medium.eot) format('eot'), url(../fonts/AvenirNextCyr-Medium.woff) format('woff'), url(../fonts/AvenirNextCyr-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'AvenirNextCyr';
  src: url(../fonts/AvenirNextCyr-Bold.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Bold.eot) format('eot'), url(../fonts/AvenirNextCyr-Bold.woff) format('woff'), url(../fonts/AvenirNextCyr-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'AvenirNextCyr';
  src: url(../fonts/AvenirNextCyr-Demi.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Demi.eot) format('eot'), url(../fonts/AvenirNextCyr-Demi.woff) format('woff'), url(../fonts/AvenirNextCyr-Demi.woff2) format('woff2');
  font-weight: 800;
}
body {
  font-family: "AvenirNextCyr";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
:root {
  --color1: #014f99;
  --color2: #8cbf22;
  --base-color: #014f99;
  --base-color2: #8cbf22;
}
@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
}
#header.fixed {
  top: 0;
  position: fixed;
  -webkit-animation: dropIn 0.5s ease-out forwards;
  -moz-animation: dropIn 0.5s ease-out forwards;
  animation: dropIn 0.5s ease-out forwards;
}
#header.fixed .nav {
  background-color: var(--color1);
}
#header.fixed .nav .ui.menu .logo img {
  width: 90px;
}
#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;
  padding: 0 2%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 60px;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  width: auto;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  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: static;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color2);
  -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: 25px 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: center;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  min-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;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  width: 12.5%;
  display: inline-block;
  border: 1px solid #e9e9e9;
  vertical-align: top;
  float: none;
  /*padding: 0 15px;*/
  line-height: 30px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-align: center;
}
#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 ul.sub-menu > li ul.sub-menu {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu li {
  display: block;
  width: 100%;
  border: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu li a {
  padding: 0;
}
/*#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .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 .msgBtn {
  margin-left: 70px;
  margin-right: 0;
  line-height: 38px;
  height: 38px;
  padding: 0 35px;
  border-radius: 20px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .msgBtn:hover {
  background-color: var(--color2);
}
#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 {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 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;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  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 i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .yuxinyj {
    display: none !important;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner .arrows {
  right: 13%;
  bottom: 15%;
}
#banner .arrows::before {
  content: "";
  display: block;
  height: 240px;
  width: 1px;
  background-color: #fff;
  margin: auto;
}
#banner .arrows span.arrow {
  margin-top: 15px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: var(--color2);
  background-color: #fff;
  cursor: pointer;
}
#banner .arrows span.arrow.arrow_l {
  color: var(--color1);
}
#banner .arrows span.arrow.arrow_l i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 1.3;
  text-transform: uppercase;
}
#banner h2 span {
  color: var(--color1);
}
#banner p {
  margin-bottom: 50px;
  font-size: 22px;
}
a.bannerBtn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  border-radius: 25px;
  color: var(--color1);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8) inset;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.bannerBtn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.bannerBtn span {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
a.bannerBtn i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
a.bannerBtn i img {
  display: inline-block;
  vertical-align: middle;
}
a.aboutBtn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  color: #fff;
  background-color: var(--color2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.aboutBtn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.aboutBtn span {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
a.aboutBtn i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
a.aboutBtn i img {
  display: inline-block;
  vertical-align: middle;
}
a.otherBtn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 50px;
  border-radius: 25px;
  color: var(--color1);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.otherBtn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.otherBtn span {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
a.otherBtn i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
a.otherBtn i img {
  display: inline-block;
  vertical-align: middle;
}
.baseTit .Tag {
  color: var(--color2);
  font-weight: 500;
  line-height: 2;
}
.baseTit .Tit {
  font-size: 54px;
  line-height: 1.2;
}
#index-body {
  overflow: hidden;
}
.our-about {
  padding-top: 145px;
  position: relative;
}
.our-about::before {
  content: url(../images/about-bg.jpg);
  position: absolute;
  right: -90px;
  top: 15%;
}
.our-about .left {
  width: 61%;
  padding-right: 40px;
  vertical-align: middle;
}
.our-about .left .img .content {
  padding: 60px 35px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 79, 153, 0.2)), to(#014f99));
  background-image: -webkit-linear-gradient(rgba(1, 79, 153, 0.2), #014f99);
  background-image: -moz-linear-gradient(rgba(1, 79, 153, 0.2), #014f99);
  background-image: linear-gradient(rgba(1, 79, 153, 0.2), #014f99);
}
.our-about .left .img .content .text > div:first-child {
  font-size: 76px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.our-about .left .img .content .text > div:last-child {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
.our-about .left .img .content .play {
  font-size: 20px;
  width: 88px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 6px;
  color: var(--color1);
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.our-about .right {
  width: 39%;
  vertical-align: middle;
}
.our-about .right .name {
  font-size: 24px;
  font-weight: 800;
}
.our-about .right .desc {
  margin-bottom: 40px;
  color: #666666;
  line-height: 1.8;
}
.our-product {
  padding: 145px 0;
}
.our-product .arrows span.arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  text-align: center;
  color: var(--color2);
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  cursor: pointer;
}
.our-product .arrows span.arrow.arrow_l {
  margin-right: 10px;
  color: #000000;
}
.our-product .arrows span.arrow.arrow_l i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.our-product .left {
  width: 20%;
  vertical-align: middle;
}
.our-product .right {
  width: 80%;
  vertical-align: middle;
}
.our-product .right .list {
  margin-right: -webkit-calc((-100vw + 1400px) / 2);
  margin-right: -moz-calc((-100vw + 1400px) / 2);
  margin-right: calc((-100vw + 1400px) / 2);
}
.our-product .right .list .slick-list {
  padding-right: 24%;
}
.our-product .right ul {
  margin: -10px;
}
.our-product .right li {
  padding: 10px;
}
.our-product .right .bag {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.our-product .right .bag .text {
  min-height: 140px;
  padding: 30px;
  background-color: #fbfbfb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.our-product .right .bag .name {
  font-size: 16px;
  line-height: 1.6;
  min-height: 3.2em;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-product .right .bag:hover .text {
  background-color: var(--color2);
}
.our-product .right .bag:hover .name {
  color: #fff;
}

.our-product.ver2 .left {
  width: 100%;
}
.our-product.ver2 .right {
  width: 100%;
}
.our-product.ver2 .right .list {
  margin-right: 0;
}

.our-honor ul {
  margin: -5px;
}
.our-honor ul li {
  padding: 5px;
}

.our-honor span.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  text-align: center;
  color: var(--color2);
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  cursor: pointer;
}
.our-honor span.arrow.arrow_l {
  left: 10%;
}

.our-honor span.arrow.arrow_r {
  right: 10%;
}


.i-other {
  background: url(../images/other-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 100px 0 60px;
}
.i-other .text {
  font-size: 20px;
  line-height: 2;
  font-weight: 200;
  margin: 30px auto 40px;
  max-width: 1200px;
}
.i-advantage {
  padding-top: 145px;
}
.i-advantage .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-advantage .list li {
  margin-bottom: 34px;
  padding: 40px 15px 60px;
  border: 1px solid #e8e8f6;
  background-color: #fbfbfb;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li > i {
  margin-bottom: 30px;
  display: block;
  min-height: 85px;
}
.i-advantage .list li > i img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .name {
  font-size: 20px;
  margin-bottom: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .text {
  font-weight: 200;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .icon {
  position: absolute;
  left: 50%;
  bottom: -34px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  line-height: 63px;
  border-radius: 65px;
  border: 1px solid #e8e8f6;
  background-color: #fbfbfb;
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .icon i {
  margin-left: 3px;
}
.i-advantage .list li:hover {
  border-color: var(--color1);
  background-color: var(--color1);
}
.i-advantage .list li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-advantage .list li:hover .name {
  color: #fff;
}
.i-advantage .list li:hover .text {
  color: #fff;
}
.i-advantage .list li:hover .icon {
  color: var(--color1);
  border-color: var(--color1);
}
.our-news {
  padding: 145px 0;
}
.our-news .list ul {
  margin: -20px;
}
.our-news .list li {
  padding: 20px;
}
.our-news .list li.even {
  margin-top: 75px;
}
.our-news .list .box .text {
  background-color: #fbfbfb;
  padding: 30px 20px 50px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-news .list .box .text .name {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .box .text .desc {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .box .text time {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .box .text a.newsBtn {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .box:hover .text {
  background-color: var(--color1);
}
.our-news .list .box:hover .text .name {
  color: #fff;
}
.our-news .list .box:hover .text .desc {
  color: #fff;
}
.our-news .list .box:hover .text time {
  color: #fff;
}
.our-news .list .box:hover .text a.newsBtn {
  color: #fff;
}
.our-partner {
  padding-bottom: 100px;
}
.our-partner .list ul {
  margin: -15px;
}
.our-partner .list li {
  padding: 15px;
}
.i-form {
  background: url(../images/form-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0 40px;
}
.i-form .Tit {
  font-size: 40px;
  color: #fff;
}
.i-form .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-form .form form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  height: 57px;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  padding: 0 5px;
}
.i-form .form form input[name="content"] {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5;
  -moz-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}
.i-form .form form input[type="submit"] {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  background-color: var(--color1);
}
.i-form .form form input:not([type="submit"]) {
  margin-right: 5px;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .foot-top {
  padding: 70px 0 35px;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-block:nth-child(1) {
  max-width: 280px;
}
#footer .foot-top .foot-block:nth-child(2) {
  max-width: 300px;
}
#footer .foot-top .foot-block h4 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
}
#footer .foot-top .foot-block li {
  line-height: 24px;
}
#footer .foot-top .foot-block li + li {
  margin-top: 20px;
}
#footer .foot-top .foot-block li i {
  float: left;
  font-size: 0;
}
#footer .foot-top .foot-block li i img {
  vertical-align: middle;
}
#footer .foot-top .foot-block li p {
  padding-left: 25px;
}
#footer .foot-top .foot-block .social-links {
  margin-top: 30px;
}
#footer .foot-top .foot-block .social-links a + a {
  margin-left: 30px;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 0;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
}
#ewm {
  width: 150px;
  border: 5px solid #fff;
}
@media (max-width: 1430px) {
  .ui.container {
    width: 1200px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu .msgBtn {
    margin-left: 30px;
  }
  #header .nav .ui.menu .logo {
    margin-right: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 90px;
  }
  #banner h2 {
    font-size: 45px;
  }
  #banner p {
    font-size: 18px;
  }
  a.bannerBtn span {
    font-size: 20px;
  }
  #header .nav .ui.menu .msgBtn {
    font-size: 18px;
  }
  .baseTit .Tit {
    font-size: 40px;
  }
  .our-about .right .desc {
    line-height: 2;
  }
  .our-about .left .img .content .text > div:first-child {
    font-size: 60px;
  }
  .our-about .left .img .content .text > div:last-child {
    font-size: 20px;
  }
  a.aboutBtn span {
    font-size: 20px;
  }
  .our-product .right .list {
    margin-right: 0;
  }
  .our-product .right .list .slick-list {
    padding-right: 0;
  }
  .our-product .right .bag .name {
    font-size: 18px;
  }
  .i-other .text {
    font-size: 18px;
  }
  .our-news .list .box .text .name {
    font-size: 20px;
  }
  .our-news .list .box .text time {
    font-size: 20px;
  }
  .i-form .Tit {
    font-size: 30px;
  }
  #footer .foot-top .foot-block h4 {
    font-size: 20px;
  }
  #ewm {
    width: 160px;
  }
  #banner .arrows {
    right: 5%;
  }
  #banner .arrows::before {
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .msgBtn {
    font-size: 16px;
  }
  #header .nav .ui.menu .msgBtn {
    padding: 0 15px;
  }
  #banner h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  #banner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  a.bannerBtn span {
    font-size: 16px;
  }
  a.bannerBtn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
  a.aboutBtn span {
    font-size: 16px;
  }
  a.aboutBtn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
  .baseTit .Tit {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .left .img .content .text > div:first-child {
    font-size: 40px;
  }
  .our-about .left .img .content .text > div:last-child {
    font-size: 16px;
  }
  .our-product .left {
    width: 30%;
  }
  .our-product .right {
    width: 70%;
  }
  .i-other .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .i-form .form form input[name="content"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hide-1200 {
    display: none!important;
  }
  #footer .foot-top .foot-block:nth-child(1) {
    max-width: 60%;
  }
  #footer .foot-top .foot-block h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .arrows {
    display: none;
  }
  #banner h2 {
    font-size: 24px;
  }
  .baseTit .Tit {
    font-size: 24px;
  }
  .our-about {
    padding-top: 90px;
  }
  .our-about .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about::before {
    display: none;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-product .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .our-product .right {
    width: 100%;
  }
  .baseTit .Tag br {
    display: none;
  }
  .baseTit .Tit br {
    display: none;
  }
  .our-product .right .bag .text {
    min-height: auto;
    padding: 15px;
  }
  .our-product .right .bag .name {
    font-size: 16px;
  }
  .i-advantage {
    padding-top: 90px;
  }
  .i-advantage .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-advantage .list li {
    width: 50%!important;
    margin: 0;
    padding: 30px 15px;
  }
  .i-advantage .list li .icon {
    display: none;
  }
  .our-news {
    padding: 90px 0;
  }
  .our-news .list li.even {
    margin-top: 0;
  }
  .our-news .list .box .text .name {
    font-size: 16px;
  }
  .our-news .list .box .text time {
    font-size: 16px;
  }
  .our-news .list .box .text a.newsBtn {
    font-size: 16px;
  }
  .our-news .list .box .text {
    padding: 30px 15px;
  }
  .i-form .Tit {
    font-size: 24px;
  }
  .i-form .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .i-form .form form input {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    -webkit-box-flex: unset!important;
    -webkit-flex: unset!important;
    -moz-box-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
    margin-bottom: 15px;
    font-size: 16px;
    height: 40px;
  }
  .i-form .form form input[type="submit"] {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    font-size: 16px;
  }
  .i-form .form form input:not([type="submit"]) {
    margin-right: 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-about {
    padding-top: 60px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  a.bannerBtn span {
    font-size: 14px;
  }
  .our-about .left .img .content {
    padding: 30px 15px;
  }
  .our-about .left .img .content .text > div:first-child {
    font-size: 30px;
    line-height: normal;
  }
  .our-about .left .img .content .text > div:last-child {
    font-size: 14px;
  }
  .our-about .left .img .content .play {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  a.aboutBtn span {
    font-size: 14px;
  }
  .our-product {
    padding: 60px 0;
  }
  .i-other {
    padding: 60px 0;
  }
  .i-other .text {
    font-size: 14px;
    font-weight: 400;
  }
  a.otherBtn span {
    font-size: 14px;
  }
  .i-advantage {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list ul {
    margin: -10px;
  }
  .our-news .list li {
    padding: 10px;
  }
  .our-news .list .box .text time {
    font-size: 14px;
  }
  .our-news .list .box .text a.newsBtn {
    font-size: 14px;
  }
  .our-partner {
    display: none;
  }
  .i-form .form form input {
    font-size: 14px;
  }
  #footer .foot-top {
    padding: 35px 0;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
    max-height: inherit !important;
  }
  .hide-1000 {
    display: none;
  }
  .hide-700 {
    display: none;
  }
  #footer .foot-top .foot-block:nth-child(1) {
    max-width: 100%;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 500px) {
  #banner p {
    display: none;
  }
  #banner h2 {
    font-size: 18px;
    line-height: 1.8;
  }
  .baseTit .Tit {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
  }
  .our-about .right .name {
    font-size: 18px;
  }
  .i-form .Tit {
    font-size: 18px;
    font-weight: bold;
  }
  .i-form .form form {
    margin-right: 0;
  }
  .i-form .form form input {
    width: 100%;
    margin-right: 0!important;
  }
  .i-form .form form input[type="submit"] {
    width: 100%;
  }
}








/*inner css add */
.contact-us {
  color: #FFFFFF;
  background: #ffffff;
}
.contact-us a.contact {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: black;
  background: white;
  border-radius: 30px;
}
.inner-banner {
  background: url(../images/banner-sustainability.jpg) center no-repeat;
  height: 400px;
  background-size: cover;
  padding-top: 200px;
}
.inner-banner h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  
}
.inner-page {
  padding: 90px 0 0;
}
.solution-page {
  padding: 0px;
}
.inner-page h2.h2 {
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 5px;
  
}
.inner-page p.p {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
}
.inner-page a.more {
  display: block;
  width: 190px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  /*border: 2px solid #2079d7;*/
  font-weight: bold;
  line-height: 48px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-transform: capitalize;
  margin: 0px auto 40px;
  color: #2079d7;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-page a.more:hover {
  color: #fff;
  background: #2079d7;
}
.inner-page .contact-part {
  padding: 140px 0;
}
.inner-page .contact-part .grid-box .column {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-page .contact-part .grid-box .column img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.inner-page .contact-part .grid-box .column p {
  line-height: 30px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  max-width: 350px;
  margin: auto;
}
.inner-page .contact-part .grid-box .column:hover {
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.inner-page .inner-form {
  padding: 25px 0 35px;
  background: #f5f5f5;
}
.inner-page .inner-form form {
  margin-top: 40px;
}
.inner-page .inner-form .box {
  display: block;
  padding: 0 20px;
  padding-top: 80px;
}
.inner-page .inner-form .box ul {
  margin: -8px -9px;
}
.inner-page .inner-form .box ul li {
  padding: 8px 9px;
  font-size: 16px;
  position: relative;
}
.inner-page .inner-form .box ul li p {
  padding: 0;
}
.inner-page .inner-form .box ul li input,
.inner-page .inner-form .box ul li textarea,
.inner-page .inner-form .box ul li button {
  display: block;
  font-style: italic;
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #fff;
  border: none;
  padding-left: 20px;
  color: #000000;
  text-align: left;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
.inner-page .inner-form .box ul li input ::-webkit-input-placeholder,
.inner-page .inner-form .box ul li textarea ::-webkit-input-placeholder,
.inner-page .inner-form .box ul li button ::-webkit-input-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input :-moz-placeholder,
.inner-page .inner-form .box ul li textarea :-moz-placeholder,
.inner-page .inner-form .box ul li button :-moz-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input ::-moz-placeholder,
.inner-page .inner-form .box ul li textarea ::-moz-placeholder,
.inner-page .inner-form .box ul li button ::-moz-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input :-ms-input-placeholder,
.inner-page .inner-form .box ul li textarea :-ms-input-placeholder,
.inner-page .inner-form .box ul li button :-ms-input-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input::-webkit-input-placeholder,
.inner-page .inner-form .box ul li textarea::-webkit-input-placeholder,
.inner-page .inner-form .box ul li button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:-moz-placeholder,
.inner-page .inner-form .box ul li textarea:-moz-placeholder,
.inner-page .inner-form .box ul li button:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input::-moz-placeholder,
.inner-page .inner-form .box ul li textarea::-moz-placeholder,
.inner-page .inner-form .box ul li button::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:-ms-input-placeholder,
.inner-page .inner-form .box ul li textarea:-ms-input-placeholder,
.inner-page .inner-form .box ul li button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:focus,
.inner-page .inner-form .box ul li textarea:focus,
.inner-page .inner-form .box ul li button:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li.content {
  width: 100%;
}
.inner-page .inner-form .box ul li.content textarea {
  height: 155px;
  resize: vertical;
  line-height: 24px;
  padding: 5px 15px;
}
.inner-page .inner-form .box ul li.sub {
  margin: 0 auto;
  display: block;
}
.inner-page .inner-form .box ul li.sub button {
  background: var(--base-color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .inner-form .box ul li.sub button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
}
.inner-page .inner-form .box ul li.sub button:hover {
  background: #222;
}
.inner-page .inner-form .box ul li.sub input {
  text-align: center;
  background: var(--base-color) url(../images/icon-sub.png) no-repeat 43% center;
  text-indent: 20px;
  color: #fff;
}
.inner-page .sidebar {
  border-bottom: 1px solid #eee;
}
.inner-page .sidebar .grid-box .column {
  position: relative;
}
.inner-page .sidebar .grid-box .column .img {
  height: 46px;
  background: url(../images/1.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(2) .img {
  background: url(../images/1-2.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(3) .img {
  background: url(../images/1-3.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(4) .img {
  background: url(../images/1-4.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column .children {
  position: absolute;
  width: 100%;
  z-index: 8;
  display: none;
  left: 0;
  top: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column:hover .children {
  display: block;
}
.inner-page .sidebar .grid-box .column .children li {
  position: relative;
}
.inner-page .sidebar .grid-box .column .children li .children2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column .children li:hover .children2 {
  display: block;
  border-left: 1px solid #fff;
}
.inner-page .sidebar .grid-box .column .children li a {
  display: block;
  padding: 8px 10px;
  background: #e7e7e7;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column .children li a:hover {
  background: var(--base-color);
  color: #fff;
}
.inner-page .sidebar .grid-box .column .img img {
  display: block;
  margin: 0 auto;
}
.inner-page .sidebar .grid-box .column p {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0 30px;
}
.product2-page {
  padding: 30px 0 0;
  background: #fff;
}
.product2-page .i-prolist {
  margin-top: 40px;
}
.product2-page .i-prolist .qijupro1 {
  font-size: 26px;
  color: var(--base-color);
  font-weight: bold;
}
.product2-page .i-prolist .qijupro2 {
  line-height: 28px;
  margin-bottom: 10px;
}
.product2-page .i-prolist .grid-box {
  margin: -15px;
}
.product2-page .i-prolist .grid-box .column {
  padding: 15px;
}
.product2-page .i-prolist .grid-box .column h2 {
  text-align: center;
  height: 72px;
  overflow: hidden;
  padding: 10px 0 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
}

.pdt-about {
  padding: 30px 0 40px;
}
.pdt-about .content p {
  margin: 20px 0;
  line-height: 30px;
  font-size: 16px;
}
.pdt-honor {
  padding: 40px 0;
}
.pdt-honor h3 {
  margin-bottom: 30px;
}
.i-contact-form {
  padding: 118px 0;
}
.i-contact-form .text {
  padding: 80px 20%;
}
.i-contact-form .text p {
  font-size: 20px;
  color: #4e4e4e;
  line-height: 35px;
  text-align: center;
}
.news-page .i-news-ul {
  padding: 100px 0;
}
.news-page .i-news-ul ul li {
  width: 33.3%;
  margin-bottom: 60px;
  padding: 0 3%;
  display: inline-block;
}
.news-page .i-news-ul ul li h2 {
  margin-bottom: 5px;
  font-weight: bold;
}
.news-page .i-news-ul ul li h2 a {
  font-size: 20px;
  line-height: 30px;
}
.news-page .i-news-ul ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 0px 0 10px;
}
.news-page .i-news-ul ul li time {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 30px;
}
.news-page .i-news-ul a.more-down {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  cursor: pointer;
  padding-top: 40px;
  background: url(../images/cus-more-arr.png) no-repeat center top;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 55px;
}
.bread-crumbs {
  font-size: 18px;
  margin-top: 7px;
  text-align: center;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
  font-size: 18px;
}
.bread-crumbs a:hover {
  color: #fff;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  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: 18px;
  line-height: 32px;
  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: 30px;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.thumb-gallery {
  margin: 30px 0;
  position: relative;
}
.thumb-gallery .more-btn {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  display: block;
  width: 190px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  border: 2px solid var(--base-color);
  font-weight: bold;
  line-height: 48px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-transform: capitalize;
  margin: 30px auto 40px;
  color: var(--base-color);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 15px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: var(--base-color);
}
.m-page a:active {
  background: var(--base-color);
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: var(--base-color);
}
.video_layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.i_video {
  width: 536px;
  height: 253px;
  top: 60%;
  left: 56%;
  margin: -250px 0 0 -400px;
  z-index: 1002;
}
.i_video,
.video_layer {
  position: fixed;
  display: none;
}

@media screen and (max-width: 1370px) {
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 15px;
  }
  #index-body .i-why .i-why-border .grid-box .column h2 {
    font-size: 16px;
  }
  .product2-page .i-prolist .grid-box .column {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .i-about-border .grid-box .i-fr h2,
  #index-body .i-about .i-about-border .grid-box .i-fr h3,
  #index-body .i-about .i-about-border .grid-box .column:nth-child(1) h2 {
    font-size: 24px;
  }
  .inner-banner {
    height: 295px;
    padding-top: 100px;
  }
  .inner-page .contact-part .grid-box .column p {
    line-height: 30px;
    font-size: 14px;
  }
  .inner-page h2.h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  /*.product2-page .i-prolist .grid-box .column{
    width: 33.33%;
  }*/
  .container {
    width: 700;
  }
  #index-body .i-map .i-map-border .text h2 {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 700px) {
  /*.product2-page .i-prolist .grid-box .column{
    width: 50%;
  }*/
  .container {
    width: 100%;
  }
  #index-body .i-reason .reason-border .column {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #index-body .i-about .i-about-border .grid-box .column {
    width: 100% !important;
    padding: 10px 0;
  }
  #index-body .i-why .i-why-border .grid-box.four > .column {
    width: 50%;
  }
  #index-body .i-why .i-why-border .grid-box .column h2 {
    font-size: 14px;
  }
  #index-body .i-why .i-why-border .grid-box .column p {
    display: none;
  }
  #index-body .i-map .i-map-border .text h2 {
    font-size: 18px;
  }
  #index-body .i-news .news-list .swiper-slide .text h2 a {
    font-size: 14px;
  }
  #index-body .i-news .news-list .swiper-slide .text time {
    font-size: 14px;
  }
  .i-form h2 {
    font-size: 18px;
  }
  .i-form form {
    width: 88%;
    margin: 20px auto 0;
    position: relative;
  }
  .miaoshu {
    display: none!important;
  }
  .newdet-page .news .news_title h1 {
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .mlztx {
    display: none;
  }
  .inner-page .contact-part {
    padding: 40px 0;
  }
  .inner-page .contact-part .grid-box .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-page .contact-part .grid-box .column img {
    width: 30%;
  }
  .inner-page .inner-form .box {
    padding-top: 20px;
  }
  .inner-page p.p {
    font-size: 18px;
    line-height: 32px;
  }
  .inner-page .inner-form .box ul li {
    width: 100%;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .bread-crumbs,
  .bread-crumbs a,
  .bread-crumbs span {
    color: #ffffff;
    font-size: 15px!important;
  }
  .inner-banner {
    height: 195px;
    padding-top: 50px;
  }
  #index-body .i-product .prolist-list .img-box .text p a {
    font-size: 14px;
  }
  #index-body .i-product .prolist-list .img-box .text {
    padding: 10px;
  }
  .news-page .i-news-ul ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-page .i-news-ul {
    padding: 50px 0;
  }
  .news-page .i-news-ul ul li h2 a {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .i-news-ul ul li p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 20px;
  }
  .i-contact-form {
    padding: 38px 0;
  }
  .i-contact-form .text {
    padding: 30px 4%;
  }
  .i-contact-form .text p {
    font-size: 15px;
    line-height: 26px;
  }
  .inner-page h2.h2 {
    font-size: 28px;
    line-height: 48px;
  }

  #outerImageContainer {
    width: 100% !important;
    height: auto !important;
  }
  #outerImageContainer img {
    height: auto !important;
  }
  #imageDataContainer {
    width: 100% !important;
  }
  #imageData #bottomNav #bottomNavClose {
    z-index: 9999 !important;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .i-prolist .grid-box .column {
    width: 100%;
  }
  .huhu {
    display: none!important;
  }
  .haha {
    display: none!important;
  }
}
.wpulike.wpulike-default {
  display: none;
}

.post-views-box {
  position: relative;
  margin: -50px 0 0 100px;
}
.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;
}
.newdet-page .news .news_contents .thumb-gallery li {
  width: 50%;
}
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 18px;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 38px;
  color: #010101;
  text-transform: uppercase;
  
}
.inner-page .top h2 span {
  color: var(--base-color);
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}
.about-page .about-1 {
  padding: 0 0 120px;
}
.about-page .about-1 .top {
  margin: 0 0 0 auto;
  max-width: 643px;
}
.about-page .about-1 .about-img {
  margin-top: 12px;
  position: relative;
}
.about-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 271px;
  height: 333px;
  /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
  left: -88px;
  top: -126px;
}
.about-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #f0ebe3;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 100px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #858585;
  margin: 35px 0 45px;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 ul li {
  padding: 15px 37px 5px 90px;
  position: relative;
  background: url(../images/a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about-page .about-1 ul li:last-child::after {
  display: none;
}
.about-page .about-1 ul li em {
  font-size: 40px;
  line-height: .9;
  color: var(--base-color);
}
.about-page .about-1 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #545252;
}
.about-page .about-1 ul li:nth-child(1) {
  background: url(../images/a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2) {
  background: url(../images/a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3) {
  background: url(../images/a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4) {
  background: url(../images/a-icon-4.png) no-repeat left center;
}
.about-page .about-2 {
  padding: 95px 0 78px;
  background: #014f99;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 30px;
  font-size: 16px;
  margin: 25px auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 70px;
}
.about-page .about-2 .FeaturedBox.honor .slick-list {
  overflow: unset;
}
.about-page .about-2 .FeaturedBox .swiper-wrapper {
  margin: -10px;
}
.about-page .about-2 .FeaturedBox .swiper-slide {
  padding: 10px;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  /*text-transform: uppercase;*/
  position: relative;
  width: 100%;
  padding: 20px 10px;
  margin-top: 10px;
  text-align: center;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 95px;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3b9750;
}
.about-page .about-3 {
  padding: 65px 0 65px;
  background: #f7f5f5;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-container {
  margin-top: 80px;
}
.about-page .about-3 .offerBox .swiper-wrapper {
  margin: -15px;
}
.about-page .about-3 .offerBox .swiper-slide {
  padding: 15px;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: var(--base-color);
}
.about-page .about-3 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--base-color);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 18px;
  color: #000000;
  
  margin: 15px 0;
  text-transform: uppercase;
}
.about-page .about-3 .offerBox .swiper-slide p {
  font-size: 15px;
  line-height: 30px;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span {
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span {
  background: url(../images/offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span {
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span {
  background: url(../images/offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span {
  background: url(../images/offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span {
  background: url(../images/offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span {
  background: url(../images/offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span {
  background: url(../images/offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span {
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span {
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span {
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span {
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span {
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span {
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span {
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span {
  background: url(../images/offer-8-h.png) no-repeat center center;
}
.about-page .about-4 {
  position: relative;
  overflow: hidden;
}
.about-page .about-4::before {
  width: 232px;
  height: 198px;
  position: absolute;
  bottom: 100%;
  left: 117px;
  content: "";
  background: url(../images/about-4-b.png) no-repeat 100% 100%;
}
.about-page .about-4::after {
  width: 468px;
  height: 101px;
  position: absolute;
  top: 100%;
  right: 261px;
  content: "";
  background: url(../images/about-4-a.png) no-repeat 100% 100%;
}
.about-page .about-4 > img {
  width: 100%;
}
.about-page .about-4 .about-4-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.about-page .about-4 .about-4-box .content {
  max-width: 525px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .about-4-box .content .top {
  margin-bottom: 28px;
}
.about-page .about-4 .about-4-box .content .top h2 {
  color: #fff;
  margin-top: 25px;
}
.about-page .about-4 .about-4-box .content p {
  color: #fff;
  line-height: 1.5;
  max-width: 470px;
}
.about-page .about-4 .about-4-box .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-top: 65px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-4 .about-4-box .content .more:hover {
  color: var(--base-color);
}
.about-page .about-4 .about-4-box .content .more:hover img {
  margin-left: 25px;
}
.about-page .about-4 .about-4-box .content .more img {
  margin-left: 15px;
}
.about-page .about-5 {
  padding: 95px 0 0;
}
.about-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about-page .about-5 .top p {
  font-size: 16px;
  line-height: 30px;
  color: #9a9a9a;
  margin-top: 15px;
}
.about-page .about-5 .world {
  margin: 70px 0 60px;
}
.about-page .about-6 {
  padding: 110px 0 100px;
  background: var(--base-color);
}
.about-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(../images/partner-bg.png) no-repeat right center;
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .about-img::after {
    display: none;
  }
  .about-page .about-1 .about-img .aboutIconBox {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-1 .about-img .aboutIconBox .swiper-slide {
    height: 80px;
  }
  .about-page .about-4 .about-4-box .content {
    max-width: 100%;
  }
  .about-page .about-4 .about-4-box .content p {
    max-width: 100%;
  }
  .about-page .about-1 ul li:after {
    display: none;
  }
  .about-page .about-1 ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-1 ul li em {
    font-size: 24px;
    line-height: 40px;
  }
  .inner-page .top h2 {
    font-size: 28px!important;
    line-height: 1.4!important;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 {
    background: url(../images/about-4.jpg) no-repeat center center;
    background-size: cover;
  }
  .about-page .about-4 > img {
    display: none;
  }
  .about-page .about-4 .about-4-box {
    padding: 20px 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 ul li {
    width: 100%;
  }
  .about-page .about-4 .about-4-box .content .more {
    font-size: 14px;
  }
}
.contact-page .contact-1 {
  padding: 150px 0 0;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--base-color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid var(--base-color);
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 36px;
  padding: 25px 0 15px;
  
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  height: 120px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-size: 22px;
  line-height: 40px;
  
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16x;
    line-height: 30px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .Auxil-industry {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
.contact-page .form ul {
  margin: -10px;
}
.contact-page .form ul li {
  padding: 10px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: var(--base-color);
}
.contact-page .form ul li textarea {
  height: 120px;
}
.contact-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.contact-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}
.solution-page .solution-1 {
  color: #FFFFFF;
  background: #33312e;
  position: relative;
}
.solution-page .solution-1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: #FFFFFF;
}
.solution-page .solution-1 .list {
  margin-top: 70px;
}
.solution-page .solution-1 .list ul {
  margin: -10px;
}
.solution-page .solution-1 .list ul li {
  padding: 10px;
}
.solution-page .solution-1 .list button {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  border: none;
  background: transparent;
  color: black;
}
.solution-page .solution-1 .list button.slick-prev {
  left: -40px;
}
.solution-page .solution-1 .list button.slick-next {
  right: -40px;
}
.solution-page .solution-2 .list ul {
  margin: -10px;
}
.solution-page .solution-2 .list ul li {
  padding: 10px;
}
.solution-page .solution-3 .left {
  width: 60%;
}
.solution-page .solution-3 .left ul {
  margin: -30px;
}
.solution-page .solution-3 .left ul li {
  padding: 30px;
}
.solution-page .solution-3 .right {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .solution-page .solution-3 .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .solution-3 .right {
    display: none;
  }
  .solution-page .solution-3 .left ul {
    margin: -15px;
  }
  .solution-page .solution-3 .left ul li {
    padding: 15px;
  }
  .inner-page .sidebar {
    display: none;
  }
  .contact-us .fl,
  .contact-us .fr {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.shouye {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  color: inherit;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.shouye h1 {
  display: inline;
}
.haha {
  margin-top: 40px;
  margin-bottom: 40px;
}
.zhishi {
  font-size: 24px;
  line-height: 40px;
  color: var(--base-color);
  text-align: center;
}
.bankuai {
  font-size: 18px;
  line-height: 32px;
}
.huhu {
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px!important;
}
.miaoshu {
  margin-bottom: 30px;
  margin-top: 10px;
}
/*sutusutu css add*/
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 15px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page-1 .factoty-list ul li .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: 1px solid #e5e5e5;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--base-color);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 95%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 80px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}
.inner-page.about-page .init-5 {
  padding: 0px 0;
}
.inner-page.about-page .init-5 .top p {
  font-size: 18px;
  line-height: 1;
  color: var(--base-color);
  text-transform: uppercase;
  margin-bottom: 46px;
}
.inner-page.about-page .init-5 .top h2 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
}
.inner-page.about-page .init-5 .network-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.about-page .init-5 .network-box .network-map {
  width: 65%;
  padding-right: 100px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box {
  display: inline-block;
  position: relative;
  max-width: 963px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--base-color);
  z-index: 6;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(38, 93, 51, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(38, 93, 51, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  font-size: 32px;
  line-height: 1;
  color: var(--base-color);
  text-align: center;
  width: 90px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 {
  width: 30px;
  height: 30px;
  background: var(--base-color);
  background-size: 100% 100%;
  left: 81.2%;
  top: 46%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie2 {
  left: 75%;
  top: 22%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie3 {
  left: 77%;
  top: 56%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 {
  left: 86%;
  top: 76%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 p {
  width: 100px;
  font-size: 14px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie5 {
  left: 70%;
  top: 53%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie6 {
  left: 62%;
  top: 47%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie7 {
  left: 50.5%;
  top: 23%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie8 {
  left: 87.5%;
  top: 42%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie9 {
  left: 47%;
  top: 37%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie10 {
  left: 15%;
  top: 25%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie11 {
  left: 16%;
  top: 40%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie12 {
  left: 37%;
  top: 12%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie13 {
  left: 30%;
  top: 70%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.inner-page.about-page .init-5 .network-box .text {
  width: 35%;
  margin: auto;
  padding-left: 3%;
}
.inner-page.about-page .init-5 .network-box .text ul {
  max-width: 400px;
}
.inner-page.about-page .init-5 .network-box .text ul li {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child {
  margin-bottom: 100px;
  padding-bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child::after {
  display: none;
}
.inner-page.about-page .init-5 .network-box .text ul li::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 3px;
  background: #d8d8d8;
  left: 0;
  bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 {
  font-size: 30px;
  color: #000;
  font-style: italic;
  padding-bottom: 20px;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 span {
  font-size: 56px;
  line-height: 1;
  color: #7f7f7f;
  font-style: italic;
  margin-left: 30px;
}
.inner-page.about-page .init-5 .network-box .text ul li p {
  font-size: 15px;
  line-height: 1.8;
  color: #7f7f7f;
}
.inner-page.about-page .init-5 .network-box .text .more {
  display: inline-block;
  padding: 17px 17px 17px 22px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page.about-page .init-5 .network-box .text .more .fa {
  margin-left: 48px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.inner-page.about-page .init-5 .network-box .text .more:hover {
  background: #000;
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.inner-page.about-page.factory .about-9 {
  padding-top: 0;
  padding-bottom: 50px;
}
.inner-page.about-page.factory .about-9 .right.column {
  padding-top: 0;
  padding-left: 0;
}
.inner-page.about-page.factory .about-9 .right.column li.column img {
  border: 1px solid #f0f0f0;
}
.inner-page.about-page.factory .about-9 .right.column li.column {
  padding: 50px 8px;
}
@media screen and (max-width: 1230px) {
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page.about-page .init-5 .network-box .text {
    padding-left: 0;
  }
  .inner-page.about-page.factory .about-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .inner-page.about-page .init-5 .network-box .network-map {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.about-page .init-5 .network-box .text {
    width: 100%;
    margin-top: 24px;
  }
  .inner-page.about-page .init-5 .network-box .text ul {
    max-width: 100%;
  }
}
/*product add css*/
.product-page .cat_info {
  padding-top: 70px;
  padding-bottom: 90px;
}
.product-page .cat_info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .cat_info .container .left {
  width: 42%;
}
.product-page .cat_info .container .left .cat_name {
  font-size: 36px;
  line-height: 2;
}
.product-page .cat_info .container .left .des {
  font-size: 16px;
  line-height: 2;
  color: #3f3f3f;
  margin-top: 20px;
}
.product-page .cat_info .container .right {
  width: 53%;
}
.product-page .cat_info .container .right > img {
  width: 100%;
}
.product-page .cat_info .container .right .contact_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 30px;
  background-color: #1a1a1a;
  border-radius: 20px;
  margin-top: 36px;
  font-size: 14px;
}
.product-page .cat_info .container .right .contact_info .subline {
  height: 100%;
  width: 1px;
  min-height: 55px;
  background-color: #f5cf09;
}
.product-page .cat_info .container .right .contact_info .list {
  color: #f5cf09;
}
.product-page .cat_info .container .right .contact_info .list .tip_title {
  font-size: 18px;
  text-transform: uppercase;
}
.product-page .cat_info .container .right .contact_info .list .cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .cat_info .container .right .contact_info .list .cont span {
  margin-right: 10px;
}
.product-page .content {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.product-page .content .container .column {
  padding: 30px 8px;
}
.product-page .content .container .column .box {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.product-page .content .container .column .box .logo {
  z-index: 2;
  width: 105px;
  position: absolute;
  top: 35px;
  left: 25px;
}
.product-page .content .container .column .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .content .container .column .box .img {
  height: 330px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .content .container .column .box .img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .content .container .column .box .title {
  font-size: 18px;
  color: #292929;
  margin-top: 20px;
  height: 72px;
  overflow-y: auto;
  padding-right: 8px;
  line-height: 2;
}
.product-page .content .container .column .box .title:hover {
  color: #f5cf09;
}
.product-page .content .container .column .box .swiper {
  padding: 1px;
  margin-top: 25px;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
  padding: 10px;
  background-color: #fff;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
}
.product-page .content .container .column .box .product_cont {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  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;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  position: absolute;
  width: -webkit-calc(116%);
  width: -moz-calc(116%);
  width: calc(116%);
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.product-page .content .container .column .box .product_cont .cont {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(40%);
}
.product-page .content .container .column .box .product_cont .cont .tip_title {
  font-size: 18px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title span {
  color: #818181;
  margin-left: 10px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title_2 {
  margin-top: 20px;
}
.product-page .content .container .column .box .product_cont .cont .subline {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color: #818181;
}
.product-page .content .container .column .box .product_cont .cont .des {
  font-size: 16px;
  color: #818181;
  margin-top: 20px;
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.product-page .content .container .column .box .product_cont .cont .des > div {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .content .container .column .box .product_cont .cont .more {
  margin-top: 50px;
  width: 170px;
  height: 50px;
  padding: 0;
  border: 1px solid #f5cf09;
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}
.product-page .content .container .column .box .product_cont .cont .more:hover {
  color: #f5cf09;
}
.product-page .content .container .column .box:hover .product_cont {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.product-page .content .container .column:nth-child(3n) .box .product_cont {
  left: inherit;
  right: 100%;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
@media (max-width: 1500px) {
  .product-page .cat_info .container .right .contact_info .list {
    width: 48%;
  }
  .product-page .cat_info .container .right .contact_info .list .tip_title {
    text-align: center;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    height: 74px;
  }
}
@media (max-width: 1250px) {
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75px;
  }

  .product-page .product-public-top {
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .product-page .cat_info .container .left {
    width: 100%;
  }
  .product-page .cat_info .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page .content .container .column .box .product_cont .cont .des > div {
    max-height: 200px;
  }
}
@media (max-width: 700px) {
  .product-page .cat_info .container .left {
    text-align: center;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 19vw;
  }
  .product-page .content .container .column .box .product_cont {
    position: relative;
    opacity: 1;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    margin: auto;
    margin-top: 20px;
  }
  .product-page .content .container .column:nth-child(3n) .box .product_cont {
    left: 0;
  }
}
@media (max-width: 500px) {
  .product-page .cat_info {
    padding: 40px 0;
  }
  .product-page .cat_info .container .left .cat_name {
    font-size: 20px;
  }
  .product-page .cat_info .container .right .contact_info .list {
    width: 100%;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    display: none;
  }
  .product-page .cat_info .container .right .contact_info .phone {
    margin-top: 20px;
  }
  .product-page .content {
    padding: 40px 0;
  }
  .product-page .content .container .column {
    padding: 10px 0;
  }
  .product-page .content .container .column .box {
    padding: 10px 15px;
  }
  .product-page .content .container .column .box .logo {
    width: 80px;
  }
  .product-page .content .container .column .box .img {
    height: 75vw;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75vw;
  }
  .product-page .content .container .column .box .product_cont {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(80%);
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
.button-group .button {
  background: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
/*inner css add end*/
.product-yd-page h1 {
  font-weight: 500;
}
.product-yd-page .product-yd-1 {
  padding-top: 120px;
}
.product-yd-page .product-yd-1 h1 {
  font-weight: bold;
  color: #111;
  margin-bottom: 36px;
}
.product-yd-page .product-yd-1 p.content {
  color: #919191;
  font-size: 18px;
}
.product-yd-page .product-yd-2 {
  padding-bottom: 120px;
}
.product-yd-page .product-yd-2 ul.catelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-yd-page .product-yd-2 ul.catelist li {
  padding: 10px;
  width: 33.33%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(4) {
  width: 50%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(5) {
  width: 50%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(9) {
  width: 100%;
}
.product-yd-page .product-yd-2 ul.catelist li .item {
  position: relative;
  display: inline-block;
}
.product-yd-page .product-yd-2 ul.catelist li .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5:before {
  content: "";
  width: 100%;
  height: 2px;
  max-width: 132px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 1px;
}
.product-yd-page .formbox {
  padding: 70px 0;
}
.product-yd-page .formbox .ui.container {
  padding: 0 60px;
  text-align: center;
}
.product-yd-page .formbox .ui.container h3 {
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}
.product-yd-page .formbox .ui.container form {
  margin-top: 20px;
}
.product-yd-page .formbox .ui.container form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-yd-page .formbox .ui.container form ul li {
  width: 100%;
}
.product-yd-page .formbox .ui.container form ul li:last-child {
  margin-top: 20px;
}
.product-yd-page .formbox .ui.container form ul li.wid50 {
  width: 48%;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  padding: 15px 10px;
  border-bottom: 1px solid #878787;
  font-size: 16px;
  color: #000;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::-webkit-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]:-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]:-ms-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="submit"] {
  width: 175px;
  height: 57px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 57px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.product-yd-page .formbox .ui.container form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.product-yd-page .formbox .ui.container form ul li textarea {
  width: 100%;
  height: 210px;
  border: none;
  padding: 15px 10px;
  border-bottom: 1px solid #878787;
  font-size: 16px;
  color: #000;
}
.product-yd-page .formbox .ui.container form ul li textarea::-webkit-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea:-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea::-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea:-ms-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea::placeholder {
  color: #878787;
}
.product-yd-page .cate2box {
  padding: 65px 0;
  background: #F8F8F8;
}
.product-yd-page .cate2box .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.product-yd-page .cate2box .main .column {
  padding: 0 45px;
}
.product-yd-page .cate2box .main .column.right {
  padding-top: 30px;
}
.productitembox {
  padding: 100px 0;
}
.productitembox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.productitembox .top h1 {
  font-size: 34px;
  display: inline-block;
  color: #000;
  
}
.productitembox .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productitembox .top .right form {
  width: 412px;
  padding-right: 40px;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  margin-right: 15px;
  position: relative;
}
.productitembox .top .right form input[type="text"] {
  width: 100%;
  padding-left: 10px;
  border: none;
  border-left: 1px solid #888;
  font-size: 17px;
  font-style: italic;
  color: #707070;
}
.productitembox .top .right form input[type="submit"] {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon-search-black.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: -6px;
  border: none;
}
.productitembox .top .right .tabbox {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productitembox .top .right .tabbox .listbtn {
  margin-left: 20px;
}
.cateitem .blockbox ul.itemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cateitem .blockbox ul.itemlist > li {
  padding: 0 15px;
  margin-bottom: 40px;
}
.cateitem .blockbox ul.itemlist > li .item:hover .imgbox ul.smallist {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox {
  width: 100%;
  display: block;
  position: relative;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox .bigbox img {
  width: 100%;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100px;
  top: 0;
  right: 0px;
  background: transparent;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist li {
  padding: 0 0px;
  margin-bottom: 10px;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist li img {
  width: 100%;
}
.cateitem .blockbox ul.itemlist > li .item .text {
  padding: 20px;
  background: #FAFAFA;
}
.cateitem .blockbox ul.itemlist > li .item .text h3 {
  color: #000000;
  /*height: 72px;*/
  line-height: 1.5;
  height: auto;
}
.cateitem .blockbox ul.itemlist > li .item .text .content {
  color: #868686;
  margin: 25px 0;
  padding: 0;
  background: transparent;
}
.cateitem .blockbox ul.itemlist > li .item .text span {
  color: #014f99;
  font-size: 18px;
}
.cateitem .listbox {
  padding-top: 40px;
  display: none;
}
.cateitem .listbox ul.itemlist li {
  margin-bottom: 40px;
}
.cateitem .listbox ul.itemlist li .item {
  padding: 25px;
  background: #FAFAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cateitem .listbox ul.itemlist li .item:hover .imgbox ul.smallist {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.cateitem .listbox ul.itemlist li .item .imgbox {
  width: 40%;
  padding-right: 120px;
  position: relative;
}
.cateitem .listbox ul.itemlist li .item .imgbox .bigbox img {
  width: 100%;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist li {
  margin-bottom: 15px;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist li img {
  width: 100%;
}
.cateitem .listbox ul.itemlist li .item .text {
  width: 54%;
  padding: 20px;
  background: #FAFAFA;
}
.cateitem .listbox ul.itemlist li .item .text h3 {
  color: #000000;
}
.cateitem .listbox ul.itemlist li .item .text .content {
  margin: 25px 0;
}
.cateitem .listbox ul.itemlist li .item .text span {
  background: #014f99;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
}
.fj-block {
  height: auto;
  display: block;
  padding-top: 120px;
  background: url(../images/fj-bj.jpg) center center no-repeat;
  color: #fff;
  z-index: 3;
  position: relative;
  padding-bottom: 40px;
}
.fj-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fj-block h3 {
  font-weight: 500;
  margin-bottom: 40px;
}
.fj-block span.tt {
  font-weight: 500;
  position: relative;
  padding-left: 115px;
}
.fj-block span.tt:before {
  content: "";
  width: 85px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.fj-block p.content {
  line-height: 1.5;
  margin-top: 40px;
}
.fj-block .content {
  max-height: 300px;
  overflow-y: scroll;
}
.font-26 {
  font-size: 26px;
}
.cate3box .left {
  padding-right: 40px;
}
.cate3box {
  padding: 80px 0;
  background: #f0f0f0;
}
.cate3box ul.cate3list li .main {
  position: relative;
  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;
}
.cate3box ul.cate3list li .main .right {
  background: var(--base-color);
  padding: 40px;
  margin-left: -10%;
  z-index: 2;
}
.cate3box ul.cate3list li .main .right h3 {
  color: #fff;
}
.cate3box ul.cate3list li .main .right p {
  color: #fff;
}
.cate3box .right {
  padding-left: 40px;
}
/*2022-3-20 new add css*/
#index-body .init-1 .top {
  padding: 270px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .top .left {
  width: 50%;
  padding: 0 80px 0 60px;
}
#index-body .init-1 .top .right {
  width: 50%;
}
#index-body .init-1 .top h1 {
  font-size: 96px;
  color: #31312f;
  line-height: 1.45;
  max-width: 600px;
}
#index-body .init-1 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #373737;
  max-width: 670px;
}
#index-body .init-1 .categoryBox {
  position: relative;
}
#index-body .init-1 .categoryBox::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: 188px;
}
#index-body .init-1 .categoryBox .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .categoryBox .swiper-slide:hover .box .more {
  opacity: 1;
}
#index-body .init-1 .categoryBox .swiper-slide > img {
  width: 100%;
}
#index-body .init-1 .categoryBox .swiper-slide .box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  padding: 40px 15px;
}
#index-body .init-1 .categoryBox .swiper-slide .box h4 {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  margin-bottom: 80px;
  text-transform: uppercase;
}
#index-body .init-1 .categoryBox .swiper-slide .box p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
  max-width: 370px;
  height: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  overflow: hidden;
}
#index-body .init-1 .categoryBox .swiper-slide .box .more {
  margin-top: 70px;
  opacity: 0;
}
#index-body .init-1 .categoryBox .swiper-pagination {
  bottom: 80px;
}
#index-body .init-1 .categoryBox .swiper-pagination span {
  width: 20px;
  height: 20px;
  background: url(../images/pagination-h.png) no-repeat center center;
  margin: 0 16px;
  opacity: 1;
}
#index-body .init-1 .categoryBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination.png) no-repeat center center;
}
@media screen and (max-width: 1400px) {
  #index-body .init-1 .top p {
    font-size: 18px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1230px) {
  #index-body .init-1 .top h1 {
    font-size: 84px;
  }
  #index-body .init-1 .top p {
    font-size: 16px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .init-1 .top h1 {
    font-size: 30px;
  }
  #index-body .init-1 .top .left {
    width: 100%;
    padding: 0 0 80px;
  }
  #index-body .init-1 .top .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .categoryBox .swiper-slide .box h4 {
    font-size: 20px;
  }
  #index-body .init-1 .top h1 {
    font-size: 24px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    font-size: 16px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    height: 90px;
  }

  .productitembox .top .right {
    width: 100%;
  }

  .productitembox .top .right form {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .categoryBox .swiper-slide .box .more {
    opacity: 1;
  }
  #index-body .init-1 .categoryBox::after {
    bottom: 288px;
  }
}
#index-body .init-1 .top p {
  font-weight: bold;
}
.gallery-page .gallerylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery-page .gallerylist .column {
  padding: 10px 10px;
}
.gallery-page .gallerylist .column h2 {
  text-align: center;
  padding: 5px;
  background: #eee;
}
.about-page .about-6 {
  padding-top: 150px;
  background: #fff;
}
.about-page .about-6 h2 {
  font-size: 48px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  
}
.about-page .about-6 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
}
.about-page .about-6 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-6 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  /*text-transform: capitalize;*/
  position: relative;
  cursor: pointer;
}
.about-page .about-6 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: none;
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
  background-color: #014f99;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
  content: "\f106";
}
.factory-page {
  padding: 150px 0;
}
.factory-page .factory-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.factory-page .factory-1 .imgbox {
  width: 45%;
}
.factory-page .factory-1 .textbox {
  width: 55%;
  padding: 45px;
}
.factory-page .factory-1 .textbox h2 {
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.factory-page .factory-1 .textbox h2:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8bb02;
}
.factory-page .factory-1 .textbox p {
  color: #5a5a5a;
  line-height: 1.5;
}
.factory-page .factorybox {
  padding-top: 130px;
}
.factory-page .factorybox .content {
  color: #5a5a5a;
  line-height: 1.5;
  margin-bottom: 65px;
}
.factory-page .factorybox ul.imglist {
  margin: 0 -10px;
  display: block;
  width: 100%;
}
.factory-page .factorybox ul.imglist li {
  padding: 0 10px;
}
.honor-page {
  padding: 130px 0;
}
.honor-page .honorbox {
  text-align: center;
  margin-bottom: 100px;
}
.honor-page .honorbox:last-child {
  margin-bottom: 0;
}
.honor-page .honorbox h3 {
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}
.honor-page .honorbox h3:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8bb02;
}
.honor-page .honorbox p {
  color: #5a5a5a;
  line-height: 1.5;
  margin-bottom: 65px;
  text-align: left;
}
.honor-page .honorbox ul.imglist {
  margin: 0 -10px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.honor-page .honorbox ul.imglist li {
  padding: 10px;
  display: none;
}
.honor-page .honorbox ul.imglist li img {
  width: 100%;
}
.honor-page .honorbox span.click-more {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.honor-page .honorbox span.click-more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
@media screen and (max-width: 800px) {
  .factory-page .factory-1 .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .textbox {
    width: 100%;
    margin-top: 10px;
  }
  .factory-page .factorybox {
    padding-top: 20px;
  }
  .factory-page {
    padding: 40px 0;
  }
  .honor-page {
    padding: 40px 0;
  }
  .honor-page .honorbox p {
    margin-bottom: 20px;
  }
  .honor-page .honorbox {
    margin-bottom: 20px;
  }
  .inner-banner.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bread-crumbs.product,
.bread-crumbs.product a,
.bread-crumbs.product span {
  color: #000;
}
.dingzhi {
  padding: 80px 0;
  padding-bottom: 130px;
}
.dingzhi .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dingzhi .ui.container .left {
  width: 45%;
  padding-right: 40px;
}
.dingzhi .ui.container .left ul.dzimg li {
  position: relative;
}
.dingzhi .ui.container .left ul.dzimg li img.dec2 {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
.dingzhi .ui.container .right {
  width: 50%;
}
.dingzhi .ui.container .right h3 {
  font-weight: bold;
}
.dingzhi .ui.container .right p {
  color: #919191;
  font-size: 18px;
  line-height: 2;
}
.inner-banner.product {
  height: 120px;
  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;
  background: #fff;
  padding: 0;
}
.inner-banner.product .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid #aaa;
}
.inner-banner.product .ui.container h2 {
  color: #000;
  display: none;
}
.inner-banner.product .ui.container .bread-crumbs {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.inner-banner.product .ui.container .bread-crumbs a {
  color: #000;
}
.inner-banner.product .ui.container .bread-crumbs span {
  color: #000;
}
@media screen and (max-width: 800px) {
  .inner-banner.product {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .inner-banner.product .ui.container .bread-crumbs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cate3box ul.cate3list li .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cate3box ul.cate3list li .main .right {
    padding: 15px;
    margin-left: 0;
  }
  .font-34 {
    font-size: 20px;
  }

  .product-yd-page .product-yd-1 {
    padding-top: 20px;
  }
  .product-yd-page .formbox .ui.container {
    padding: 0 15px;
  }
  .product-yd-page .formbox .ui.container form ul li.wid50 {
    width: 100%;
  }
  .font-26 {
    font-size: 16px;
  }
  .fj-block span.tt {
    padding-left: 0;
  }
  .fj-block span.tt:before {
    display: none;
  }
  .font-22 {
    font-size: 14px;
  }
  .fj-block p.content {
    margin-top: 20px;
  }
  .fj-block {
    padding-top: 20px;
  }
  .fj-block h3 {
    margin-bottom: 20px;
  }
  .product-yd-page .product-yd-2 ul.catelist li {
    width: 50%;
  }
  .dingzhi .ui.container .left {
    width: 100%;
  }
  .dingzhi .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page .product-yd-2 {
    padding-bottom: 20px;
  }
  .dingzhi .ui.container .right p {
    font-size: 14px;
  }
  .dingzhi {
    padding: 20px 0;
    padding-bottom: 20px;
  }
  .productitembox {
    padding: 20px 0;
  }
  .cateitem .blockbox ul.itemlist > li .item .imgbox {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0;
    position: relative;
  }
  .factory-page .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .ui.container .left {
    width: 100%;
  }
  .factory-page .ui.container .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .product-yd-2 ul.catelist li {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul.catelist li:nth-child(4) {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul.catelist li:nth-child(5) {
    width: 100%;
  }
}
.foot-links {
  margin-left: 10px;
}
.fadeInLeft.p h1 {
  display: inline;
}
/*end*/





.prodet-page {
  padding: 70px 0;
}

.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 ul.image-gallery {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li i,
.prodet-page .product-box .prodet-1 ul.image-gallery li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 5px;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 5px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 3%;
}
.prodet-page .product-box .prodet-1 .right h1.title {
  font-size: 40px;  
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #014f99;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  line-height: 1.8;
  color: #014f99;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  background: #014f99;
  color: white;
  padding: 0 25px;
  font-size: 18px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #014f99;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}

.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #014f99;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #014f99;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #014f99;
  font-size: 12px;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #014f99;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #014f99;
}




@media screen and (max-width: 1023px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }

  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
}




.lg-page ul{
  margin: -15px;
}
.lg-page ul li{
  padding: 15px;
}

.inner-page .contact-2 {
  padding-top: 100px;
}

.yuxinyj {
  font-size: 16px;
  line-height: 1.8;
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-about .right .desc h1 {
  display: inline;
}

.ylyj {
  font-size: 16px;
  line-height: 30px;
}