@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'NoeDisplay-Medium';
  src: url(../fonts/NoeDisplay-Medium.ttf) format('truetype'), url(../fonts/NoeDisplay-Medium.eot) format('eot'), url(../fonts/NoeDisplay-Medium.woff) format('woff'), url(../fonts/NoeDisplay-Medium.woff2) format('woff2');
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
.language-box {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 300;
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  /*width: 50px;*/
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box .hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  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: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -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: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-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:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  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: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ed6c00;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content h2 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'NoeDisplay-Medium';
}
#banner ul li .content h2 small {
  display: block;
}
#banner ul li .content p {
  font-size: 1.125rem;
  margin-top: 15px;
  color: #fff;
}
#banner ul li .content a {
  color: #fff;
  margin-top: 70px;
}
a.ty {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #f73000;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
}
a.ty::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #f73000;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.ty::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f73000;
  left: -webkit-calc(100% - 5px);
  left: -moz-calc(100% - 5px);
  left: calc(100% - 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.ty:hover::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
a.ty:hover::after {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  width: 55px;
}
h2.title {
  font-size: 48px;
  font-family: 'NoeDisplay-Medium';
}
.txt-upp {
  text-transform: uppercase;
}
.product-cat {
  padding-top: 110px;
}
.product-cat .box {
  margin: 45px 0;
}
.product-cat .box ul {
  margin: -2px;
}
.product-cat .box ul li {
  position: relative;
  padding: 1px;
}
.product-cat .box ul li .layer {
  width: 90%;
  position: absolute;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: 2;
  border: 1px solid rgba(221, 168, 84, 0.5);
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.product-cat .box ul li .img-box::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: .5s ease;
}
.product-cat .box ul li:hover .img-box::before{
  opacity: 1;
}
.product-cat .box ul li .text {
  position: absolute;
  width: 100%;
  padding: 30px 0 75px;
  bottom: -20%;
  left: 0;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  transition: 0.8s ease;
  z-index: 3;
}
.product-cat .box ul li .text h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
.product-cat .box ul li .text a.more {
  font-size: 16px;
  width: 110px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  border: 1px solid #f73000;
  font-weight: 300;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  transition: 0.8s ease;
}
.product-cat .box ul li .text a.more:hover {
  background: rgba(221, 168, 84, 0.5);
  color: #fff;
}
.product-cat .box ul li:hover .text {
  bottom: 25%;
}
.product-cat .box ul li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.our-product {
  padding: 100px 0;
}
.our-product .box {
  margin-top: 45px;
}
.our-product .box ul {
  margin: -5px;
}
.our-product .box ul li {
  padding: 5px;
}
.our-product .box ul li .img {
  position: relative;
}
.our-product .box ul li .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .box ul li .img:hover i {
  opacity: 1;
}
.our-product .box ul li p {
  font-size: 18px;
  padding: 0 10%;
  margin-top: 15px;
}
.our-product .box .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/p-left.png) no-repeat center;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 5;
  left: -5%;
  top: 40%;
}
.our-product .box .slick-next {
  background: url(../images/p-right.png) no-repeat center;
  left: auto;
  right: -5%;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}
.our-about .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 25px;
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 50px;
}
.our-about .right h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
}
.our-about .right .text {
  margin-top: 30px;
}
.our-about .right .text p {
  font-size: 16px;
  font-weight: 300;
}
.our-about .right a.ty {
  margin-top: 40px;
}
.i-advantage {
  padding-top: 120px;
}
.i-advantage .box 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;
}
.i-advantage .box ul li i {
  display: inline-block;
  min-height: 60px;
  line-height: 60px;
}
.i-advantage .box ul li i img {
  vertical-align: middle;
}
.i-advantage .box ul li p {
  font-size: 24px;
  margin-top: 20px;
}
.our-dz {
  padding-top: 110px;
}
.our-dz .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 120px;
}
.our-dz .left p {
  font-size: 18px;
  font-weight: 300;
}
.our-dz .left .list {
  position: relative;
  margin-top: 20px;
}
.our-dz .left .list .tab {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 15px;
}
.our-dz .left .list .tab span {
  margin: 0 18px;
  cursor: pointer;
}
.our-dz .left .iso {
  margin-top: 50px;
}
.our-dz .right {
  width: 50%;
  vertical-align: middle;
}
.our-dz .right .table {
  max-width: 470px;
  margin: 0 auto;
}
.our-dz .right ul {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px;
}
.our-dz .right ul li {
  width: 50%;
  padding: 5px;
  position: relative;
}
.our-dz .right ul li::before {
  content: "";
  position: absolute;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #ef8812;
  z-index: -1;
}
.our-dz .right ul li .bag {
  width: 230px;
  height: 230px;
  border: 1px solid #585858;
  display: table;
  overflow: hidden;
  background-color: white;
}
.our-dz .right ul li .bag .content {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
}
.our-dz .right ul li .bag .content p {
  font-size: 16px;
  font-weight: 300;
}
.our-dz .right ul li:nth-child(1).active::before,
.our-dz .right ul li:nth-child(1):hover::before {
  top: -65px;
  left: -65px;
}
.our-dz .right ul li:nth-child(1) .bag {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.our-dz .right ul li:nth-child(2).active::before,
.our-dz .right ul li:nth-child(2):hover::before {
  top: -65px;
  right: -65px;
}
.our-dz .right ul li:nth-child(2) .bag {
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.our-dz .right ul li:nth-child(3).active::before,
.our-dz .right ul li:nth-child(3):hover::before {
  bottom: -65px;
  left: -65px;
}
.our-dz .right ul li:nth-child(3) .bag {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.our-dz .right ul li:nth-child(4).active::before,
.our-dz .right ul li:nth-child(4):hover::before {
  bottom: -65px;
  right: -65px;
}
.our-dz .right ul li:nth-child(4) .bag {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.our-dz .right ul li.active .bag,
.our-dz .right ul li:hover .bag {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-partner {
  padding: 110px 0;
}
.our-news {
  background-color: #eeeeee;
  padding: 110px 0;
}
.our-news .box {
  margin-top: 45px;
}
.our-news .box ul li {
  position: relative;
}
.our-news .box ul li .img {
  padding-bottom: 20px;
}
.our-news .box ul li .img img {
  transition: .3s ease;
}
.our-news .box ul li:hover .img img{
  -webkit-box-shadow: 10px 10px 10px #ccc;
  box-shadow: 10px 10px 10px #ccc;
}
.our-news .box ul li .content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  max-width: 430px;
  padding: 20px 30px;
  text-align: left;
}
.our-news .box ul li .content h4 {
  font-size: 24px;
  font-weight: 300;
}
.our-news .box ul li .content .date {
  margin-top: 40px;
}
.our-news .box ul li .content .date .fl {
  font-size: 16px;
  font-weight: 300;
}
.our-news .box ul li .content .date .fr {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e73d1a;
}
.our-news .box .slick-dots {
  margin-top: 30px;
}
.our-news .box .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #616161;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.our-news .box .slick-dots li button {
  display: none;
}
.our-news .box .slick-dots li.slick-active {
  background-color: #ed6c00;
  border-color: #ed6c00;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .footer-top {
  padding: 80px 0 60px;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .footer-content .footer-block h4 {
  margin-top: 15px;
}
#footer .footer-top .footer-content .footer-block ul {
  margin-top: 10px;
}
#footer .footer-top .footer-content .footer-block ul li {
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}
#footer .footer-top .footer-content .footer-block.footer-logo {
  max-width: 190px;
}
#footer .footer-top .footer-content .footer-block.footer-logo .social-links {
  margin-top: 40px;
}
#footer .footer-top .footer-content .footer-block.footer-logo .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #d2d2d2;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
}
#footer .footer-top .footer-content .footer-block.footer-logo .social-links a:not(:last-child) {
  margin-right: 5px;
}
#footer .footer-top .footer-content .footer-block.contact {
  max-width: 320px;
}
#footer .footer-top .footer-content .footer-block.contact ul li {
  line-height: 30px;
  position: relative;
}
#footer .footer-top .footer-content .footer-block.contact ul li i {
  display: inline-block;
  min-width: 22px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
#footer .footer-top .footer-content .footer-block.contact ul li img {
  vertical-align: middle;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  font-size: 16px;
  font-weight: 300;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#ewm {
  width: 140px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 25px;
  }
  .product-cat .box ul li .text h2 {
    font-size: 20px;
  }
  .product-cat .box ul li .text {
    bottom: -25%;
  }
  h2.title {
    font-size: 38px;
  }
  .our-dz .left {
    padding-right: 60px;
  }
  .our-dz .right ul li .bag {
    width: 200px;
    height: 200px;
  }
  .our-dz .right .table {
    max-width: 410px;
  }
  .our-dz .right ul li .bag .content p {
    font-size: 14px;
  }
  .our-dz .right ul li::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  .language-box {
    font-size: 14px;
  }
  #banner ul li .content h2 {
    font-size: 3rem;
  }
  #banner ul li .content p {
    font-size: 1rem;
  }
  #banner ul li .content a {
    margin-top: 30px;
  }
  .product-cat .box ul li .text {
    bottom: -35%;
  }
  .product-cat .box ul li .text h2 {
    font-size: 18px;
  }
  h2.title {
    font-size: 30px;
  }
  .our-product .box ul li p {
    font-size: 14px;
  }
  .our-about .left {
    padding-right: 0;
  }
  .our-about .right {
    padding-right: 0;
  }
  .our-about .right .text {
    margin-top: 20px;
  }
  .our-about .right a.ty {
    margin-top: 20px;
  }
  .i-advantage .box ul li p {
    font-size: 18px;
  }
  .our-dz .right ul {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .our-dz .right ul li .bag .content {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .our-dz .right ul li.active .bag,
  .our-dz .right ul li:hover .bag {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .our-dz .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #ewm {
    display: none;
  }
  .product-cat {
    padding-top: 90px;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .our-dz .left {
    width: 100%;
    padding-right: 0;
  }
  .our-dz .right {
    display: none;
  }
  .our-partner {
    padding: 90px 0;
  }
  .our-news {
    padding: 90px 0;
  }
  .our-news .box ul li .img img {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .our-news .box ul li .content {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-news .box ul {
    margin: -10px;
  }
  .our-news .box ul li {
    padding: 10px;
  }
  .our-news .box ul li .img {
    padding-bottom: 0;
  }
  .our-news .box ul li .content h4 {
    font-size: 20px;
  }
  #footer .footer-top .footer-content .footer-block.fast-link,
  #footer .footer-top .footer-content .footer-block.about,
  #footer .footer-top .footer-content .footer-block.product-list {
    display: none;
  }
  .i-advantage {
    padding-top: 90px;
  }
  .our-dz {
    padding-top: 90px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content h2 {
    font-size: 2rem;
  }
  .ui.container {
    width: 100%;
  }
  .product-cat {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-about {
    padding: 60px 0;
  }
  .i-advantage {
    display: none;
  }
  .our-dz {
    display: none;
  }
  .our-partner {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  h2.title {
    font-size: 24px;
  }
  .our-news .box ul li .content {
    padding: 20px 15px;
  }
  .our-news .box ul li .content h4 {
    font-size: 18px;
  }
  .our-news .box ul li .content .date .fl {
    font-size: 14px;
  }
  .our-news .box ul li .content .date .fr {
    font-size: 14px;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 250px;
  }
  #footer .footer-top .footer-content .footer-block ul li {
    font-size: 14px;
  }
  #footer .footer-top .footer-content .footer-block.contact ul li {
    padding-left: 40px;
  }
  #footer .footer-top .footer-content .footer-block.contact ul li i {
    left: 0;
  }
  .our-product .box {
    margin-top: 30px;
  }
  .our-news .box {
    margin-top: 30px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content h2 {
    font-size: 1.2rem;
  }
  #banner ul li .content p {
    display: none;
  }
  a.ty {
    font-size: .8rem;
  }
  h2.title {
    font-size: 20px;
  }
  .our-about .right .text p {
    font-size: 14px;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.footer-logo {
    max-width: 100%;
    text-align: center;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 100%;
  }
}
.inner-banner {
  height: 510px;
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 230px;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.inner-banner .mbx {
  font-size: 16px;
  font-weight: 300;
}
.inner-banner .mbx a:first-child::before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #a3242a;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.prodet-page {
  padding: 100px 0;
}
.prodet-page h2 {
  font-size: 40px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 60px;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.prodet-page .prodet-1 .right h3 {
  font-size: 39px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 45px;
}
.prodet-page .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  font-size: 16px;
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #a3242a;
}
.prodet-page .prodet-1 .right a.contact {
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 25px;
  background-color: #f73000;
  color: #fff;
}
.prodet-page .prodet-2 {
  padding-top: 80px;
}
.prodet-page .prodet-2 .box {
  margin-top: 30px;
}
.prodet-page .prodet-3 {
  padding-top: 80px;
}
.prodet-page .prodet-3 .box {
  margin-top: 45px;
}
.prodet-page .prodet-3 .box ul {
  margin: -1px;
}
.prodet-page .prodet-3 .box ul li {
  margin: -1px 0;
  padding: 1px;
  float: left;
}

.prodet-page .prodet-3 table{
  border: none;
}
.prodet-page .prodet-3 table td{
  padding: 3px;
  border: none;
}
.prodet-page .prodet-3 table td img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-3 table tr:first-child td:first-child{
  width: 40%!important;
  height: 430px;
}
.prodet-page .prodet-3 table tr:first-child td:nth-child(2),
.prodet-page .prodet-3 table tr:nth-child(2) td{
  width: 40%!important;
  height: 215px;
}
.prodet-page .prodet-3 table tr:first-child td:nth-child(3){
  width: 20%!important;
  height: 430px;
}

.prodet-page .prodet-3 .box ul li:nth-child(1),
.prodet-page .prodet-3 .box ul li:nth-child(2) {
  width: 40%;
}
.prodet-page .prodet-3 .box ul li:nth-child(3) {
  width: 20%;
}
.prodet-page .prodet-3 .box ul li:nth-child(2) a {
  height: 215px;
}
.prodet-page .prodet-3 .box ul li:nth-child(1) a,
.prodet-page .prodet-3 .box ul li:nth-child(3) a {
  height: 430px;
}
.prodet-page .prodet-3 .box ul li a {
  padding: 1px 0;
  display: block;
}
.prodet-page .prodet-3 .box ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 {
  padding-top: 80px;
}
.prodet-page .prodet-4 .box {
  margin-top: 40px;
}
.prodet-page .prodet-4 .box ul {
  margin: -3px;
  padding: 0 70px;
}
.prodet-page .prodet-4 .box ul li {
  padding: 3px;
}
.prodet-page .prodet-4 .box ul li p {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}
.prodet-page .prodet-4 .box .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/p-left.png) no-repeat center;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 5;
  left: 0;
  top: 40%;
}
.prodet-page .prodet-4 .box .slick-next {
  background: url(../images/p-right.png) no-repeat center;
  left: auto;
  right: 0;
}
.prodet-page .prodet-5 {
  padding-top: 80px;
}
.prodet-page .prodet-5 .box {
  margin-top: 50px;
}
.prodet-page .prodet-5 .box ul {
  margin: -5px;
}
.prodet-page .prodet-5 .box ul li {
  padding: 5px;
}
.prodet-page .prodet-5 .box ul li p {
  font-size: 18px;
  padding: 0 10%;
  margin-top: 15px;
}
.prodet-page .prodet-6 {
  padding-top: 80px;
}
.prodet-page .prodet-6 .box {
  margin-top: 40px;
}
.prodet-page .prodet-6 .box .form ul {
  margin: -11px -4px;
}
.prodet-page .prodet-6 .box .form ul li {
  padding: 11px 4px;
}
.prodet-page .prodet-6 .box .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-6 .box .form ul li input,
.prodet-page .prodet-6 .box .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
}
.prodet-page .prodet-6 .box .form ul li textarea {
  height: 160px;
}
.prodet-page .prodet-6 .box .form ul li input[type="submit"] {
  background: #f73000;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.prodet-page .prodet-6 .box .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .left {
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 30px;
  }
  .prodet-page .prodet-1 .right h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-4 .box ul li p {
    font-size: 16px;
  }
  .prodet-page .prodet-5 .box ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .box ul {
    padding: 0;
  }
  .prodet-page .prodet-4 .box ul li p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .box ul li p {
    font-size: 14px;
  }
  .prodet-page {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-4 {
    padding-top: 60px;
  }
  .prodet-page .prodet-5 {
    padding-top: 60px;
  }
  .prodet-page .prodet-6 {
    padding-top: 60px;
  }
  .prodet-page h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .prodet-page .prodet-4 .box {
    margin-top: 30px;
  }
  .prodet-page .prodet-5 .box {
    margin-top: 30px;
  }
  .prodet-page .prodet-6 .box {
    margin-top: 30px;
  }
  .prodet-page .prodet-6 .box .form ul li input,
  .prodet-page .prodet-6 .box .form ul li textarea {
    font-size: 14px;
  }
}
.honor-banner2-wrap {
  position: relative;
  margin: 1.8rem 0 3rem;
  background-position: top center;
  background-repeat: repeat-x;
}
.honor-banner2-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  border-top: 1px dashed #000;
  z-index: 0;
  top: 12px;
  left: 0;
}
.honor-banner2-wrap .patent-btns {
  top: 36px;
}
.honor-banner2-wrap .btn {
  background-color: #fff;
}
.honor-banner2-wrap .img-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.honor-banner2-wrap .img-wrap .img100 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.honor-banner2-wrap .img-wrap .unhover {
  display: block;
}
.honor-banner2-wrap .img-wrap .hover {
  display: none;
}
.honor-banner2-wrap .swiper-slide {
  padding-top: 42px;
  color: #cacaca;
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  background: url(../img/line5.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.honor-banner2-wrap .swiper-slide:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  top: 18px;
  left: 50%;
  margin-left: -4px;
  border-color: transparent transparent $mc transparent;
  border-width: 5px 4px;
  border-style: solid;
}
.honor-banner2-wrap .swiper-slide:hover {
  color: #333;
}
.honor-banner2-wrap .swiper-slide:hover .img-wrap {
  background: $mc;
}
.honor-banner2-wrap .swiper-slide.swiper-slide-active {
  color: #333;
}
.honor-banner2-wrap .swiper-slide.swiper-slide-active:before {
  opacity: 1;
}
.honor-banner2-wrap .banner-title {
  width: 118px;
  margin: 0 auto;
}
.his-banner2-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.his-banner2-wrap .his-banner2 {
  overflow: hidden;
  padding-top: 40px;
  background: url(../img/bg11.png) top left;
  background-repeat: repeat-x;
}
.his-banner2-wrap .swiper-slide {
  color: #666;
  font-size: 16px;
  line-height: 1;
  text-indent: 1.2rem;
}
.his-banner2-wrap .hd03 {
  position: absolute;
  left: 0;
  top: 16px !important;
  background: #c7c7c7;
  height: 7px;
  width: 100%;
}
.his-banner2-wrap .swiper-pagination-progressbar-fill {
  background: $mc !important;
}
.his-banner2-wrap .his-btns {
  top: 40px;
}
.his-banner2-wrap .his-btns .btn {
  height: 16px;
  width: 12px;
  top: 0;
  cursor: pointer;
}





/* 内页样式 */

.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #a3242a;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #a3242a;
  color: white;
}
.inner-page div#nav {
  padding:0;
}
.inner-page div#nav .more{
	position:absolute;
	right:-10px;
	top:27px;
	z-index:8;
}
.inner-page div#nav .more .fa{
	font-size:20px;
}
.inner-page div#nav ul.ui {
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 16px;
  color: #858586;
  line-height: 80px;
  height:80px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li a.active{
  background: #a3242a;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:2;
  display:none;
  margin-top:0;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.service-page .init-1{
  height: 61px;
}
.product-page{
/*   background: #f8f6f5; */
	padding:0 3%;
}
.inner-page .grid-box.two>.column.sidebar {
    width: 18%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 82%;
    padding: 15px;
}
.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}

.inner-page .sidebar .side-top .side-tit {

  display: block;

  color: #303030;

  padding: 0 0 15px 20px;

  font-size: 22px;font-weight: 800;



  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

   text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu {
	background:#F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li a {

  position: relative;

  display: block;

  font-size: 14px;

  font-weight: 500;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  transition: 0.4s ease;

  -webkit-transition: 0.4s ease;

  -moz-transition: 0.4s ease;

  -ms-transition: 0.4s ease;

  -o-transition: 0.4s ease;

  overflow: hidden;

  height: 65px;

  line-height: 65px;

  text-indent: 34px;

  color: #555;

  background-repeat: no-repeat;

  background-position: 10px center;
font-weight: 600;
  text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu li {

  position: relative;

}

.inner-page .sidebar .side-top .side-menu li i {

position: absolute;

    right: 10px;

    top: 22px;

    font-size: 14px;

    color: #fff;

}
.inner-page .sidebar .side-top .side-menu li a,
.inner-page .sidebar .side-top .side-menu li:hover>a,

.inner-page .sidebar .side-top .side-menu li a:hover,

.inner-page .sidebar .side-top .side-menu li a.active {

	font-size:16px;
  background-color: #efc17f;

  color: #fff;

  text-indent: 45px;

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #b3b3b3;background-color:#F8F6F9;
}
.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li a.active{
	background-color:#F8F6F9;color:#efc17f;
}



.inner-page .sidebar .side-top .side-menu li>ul {

  padding-left: 20px;

  display: none;

}

.product-page.inner-page .probox {
  padding-top: 3.5rem;
}
.product-page.inner-page .probox .row {
  padding:0 3%;
  margin: auto;
}
.product-page.inner-page .probox .row .col-4 .ig-box {
  margin: 0 1rem;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box {
  text-align: center;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 14rem;

  transition: .5s linear;
/*  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; */
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box img {
  margin: auto;
  margin-top:3rem;
   filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.product-page.inner-page .probox .row .col-4 .ig-box .text {
  text-align: center;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
  color: #605e5e;
  text-transform: uppercase;
  line-height: 2.111;
  text-align: center;
  font-size: 18px;
    
    margin-top: 30px;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box a {
  position: relative;
  z-index: 1;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4 a {
  transition: .3s;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4:hover a {
  color: #000;
/*   border-bottom: 2px solid #262626; */
}
.product-page.inner-page .probox .row .col-4 .ig-box .text p {
  font-size: 14px;
  color: #262626;
  text-transform: uppercase;
  line-height: 2.111;
  text-align: center;
}
.product-page.inner-page .probox .row .col-4 .ig-box:hover .bg {
  background:url(../images/back-1.jpg) no-repeat center;
  background-size:100% 100%;
}

.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #a3242a;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #a3242a;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #a3242a;
}
.product-page .init-4 {
  padding: 40px 0;
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0px 0px;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: Arial, Helvetica, sans-serif;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #a3242a;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #a3242a;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li textarea{
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #a3242a;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
/*   padding-bottom: 20px; */
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #a3242a;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
	
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;font-family: Arial, Helvetica, sans-serif
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #a3242a;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #a3242a;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #a3242a;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #a3242a;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #a3242a;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-top {
  padding-top: 50px;
}
.about-page-company .init-2{
  padding: 0px 0 60px;
}
.about-page-company .init-2 h2,.init-top h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-top .box{padding:50px 10px 0px;}
.about-page-company .init-top .box p{line-height:30px; font-size:16px;}
.about-page-company .init-2 h2 small,.init-top h2 small{
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 20px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.inner-page.video-page {
  background: #f8f6f9;
}
.inner-page.video-page ul.con {
    font-size: 0;
}

.inner-page.video-page ul.con li {
    padding: 1rem 0;
}

.inner-page.video-page ul.con li .ig {
    display: flex;
  flex-wrap: wrap;
}

.inner-page.video-page ul.con li .ig .left {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.inner-page.video-page ul.con li .ig .right {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    background-color: #e3e2e2;
    padding: 3rem;
}

.inner-page.video-page ul.con li .ig .right h4 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.inner-page.video-page ul.con li .ig .right h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80%;
    background-color: #1b1b1b;
}

.inner-page.video-page ul.con li .ig .right .more {
    padding-top: 7rem;
}

.inner-page.video-page ul.con li .ig .right .more a {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.inner-page.video-page ul.con li .ig .right .more a img {
    vertical-align: middle;
}

@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }
.header__nav .h-nav__list > li.has-children .children__list {
    font-size: 1.2rem;
}
.header__nav .h-nav__list > li .label {
    font-size: 2.4rem;
}
}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #a3242a !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }

  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;font-family: Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 700px){
  .inner-page.video-page ul.con li .ig .left {
    width: 100%;
  }
  .inner-page.video-page ul.con li .ig .right {
    width: 100%;
  }
  .inner-page div#nav {
    display: none;background:#fff;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}
@media screen and (max-width: 500px){
  .init-2 .ui ul.downlondul li {
    width: 100%;
  }
}
table.sc th, table.sc td{border:0px;}
.inner-page{
}
#index-body{background:#fffefe; padding-top:100px;}
.flex-b {
    position: relative;
    height: 520px;
    width: 100%;
    overflow: hidden;
}
.aw-talent .talent-box{
  position: absolute;
  width: 62.5%;
  top: 50%;
  left: 50%;
  background: #fff;
  padding:25px 3% 25px;
  margin: -180px 0 0 -31.25%;
  text-align: center;
}
.aw-talent h2{
  font-size: 24px;
  color: #333333;
  line-height: 40px; height:40px;
}
.aw-talent .bg{
  padding-left: 45px;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  background: url(../img/pro05.png) no-repeat left 10px;
  display: inline-block;
  margin-bottom: 38px;
}
.aw-talent p{
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  
}
table.Culturetb tr {height: 400px !important;}
table.Culturetb tr td{ font-size:14px;
  border: 0px;
    height: 400px !important;
    overflow: auto;
    overflow-y: scroll;
    display: inline-block;
    width: 50% !important;
 }
table.Culturetb tr td h2{ font-size:20px; line-height:40px; padding:20px 0px 0px; margin-top:20px;}
.about-page-company .init-top .box p{margin:30px 30px; line-height:30px; font-size:14px; color:#666;}
ul.downlondul{width:100%; clear: both;}
ul.downlondul li{float:left;width:33.3%}
.faq-page .init-2 h2{font-size:30px; margin-bottom:30px 0px 20px;}


.about-page {
  padding-bottom: 100px;
}
.about-page .init1 {
  position: relative; padding-top:40px;
}
.about-page .init1 .img {
  width: 70%;
  float: right;
  text-decoration: underline;
}
.about-page .init1 .border-text {
  position: absolute;
  background-color: #F4F4F4;
  width: 45%;
  padding: 30px;
  bottom: 0;
}
.about-page .init1 .border-text h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 20px;
  position: relative;
}
.about-page .init1 .border-text h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #E3D2C2;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 0;
}
.about-page .init1 .border-text p {
  line-height: 28px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
        margin-top: 30px;font-family:Arial, Helvetica, sans-serif;}
.about-page .init2 {
  padding: 100px 0;
}
.about-page .init2 .left-img {
  position: relative;
}
.about-page .init2 .left-img:before {
  content: '';
  position: absolute;
  border: 13px solid #C9DDDB;
  display: block;
  bottom: 54px;
  left: 54px;
  top: 54px;
  right: 0;
  width: 75%;
}
/*.about-page .init2 .right-text {
  padding-top: 7%;
}*/
.about-page .init2 .right-text p {
  line-height: 30px;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  font-size: 18px;font-family: Arial, Helvetica, sans-serif;
}
.about-page .init2 .right-text .lead {
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.about-page .init3 {
  padding: 80px 0 40px;
  background-color: #DDC9C9;
  margin-bottom: 88px;
}
.about-page .init3 h2 {
  font-size: 2.444rem;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.about-page .init3 h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 0;
}
.about-page .init3 .grid-box.three .column {
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  padding-right: 20px;
}
.about-page .init3 .grid-box.three .column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666;font-family: Arial, Helvetica, sans-serif;
}
.about-page .init3 .grid-box.three .column span {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
}
.about-page .init4 .grid-box .column {
  padding: 20px;
  perspective: 1000;
  transform-style: preserve-3d;
}
.about-page .init4 .grid-box .column .bg-2 {
  background-color: #E3D2C2 !important;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner {
  position: relative;
  color: #333;
  cursor: default;
  transition: 0.6s;
  transform-style: preserve-3d;
  min-height: 232px;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
  font-size: 2.444rem;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner p {
  font-size: 16px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front,
.about-page .init4 .grid-box .column .difference__keyCard-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front {
  z-index: 2;
}
.about-page .init4 .grid-box .column .difference__keyCard-back {
  transform: rotateY(-180deg);
}
.about-page .init4 .grid-box .column:hover .difference__keyCard-inner {
  transform: rotateY(180deg);
}
.about-page .init4 .grid-box .column:nth-child(2) .bg-2{
  background:none !important;
}
.about-page .init4 .grid-box .column:nth-child(2):hover .difference__keyCard-inner {
  transform: rotateY(0) !important;
}
.about-page .init4 .grid-box .column:nth-child(3) .bg-2{
	background-color: #CDD8D8 !important;
}
.about-page .init4 .grid-box .column:nth-child(4) .bg-2{
	background-color: #BBC8CF !important;
}
.about-page .init4 .grid-box .column:nth-child(5) .bg-2{
	background-color: #CED1D7 !important;
}
.about-page .init4 .grid-box .column:nth-child(6) .bg-2{
	background-color: #DDC9C9 !important;
}
/*.about-page .init5 {
  padding-top: 100px;
}*/
.about-page .init5 .container .bg {
  padding: 92px 0 48px;
  background-color: #D8D3CD;
  margin: 0 92px;
}
.about-page .init5 .container .bg .video{
	margin:0 auto;
	width:900px;
}
.about-page .init5 .container .bg h2 {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 30px;
}
.about-page .init5 .container .bg h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.about-page .init5 .mail {
  padding-top: 0px;
}
.about-page .init5 .mail h2{
  font-size: 2.444rem;
}
.about-page .init5 .mail p a {
  text-align: center;
  font-size: 2.444rem;
  display: block;
  margin: 0 auto;
}
.about-page .init5 .others-list {
  padding-top: 30px;
}
.about-page .init5 .others-list .swiper-slide img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-page .init5 .others-list .swiper-slide:hover img {
  opacity: 0.8;
  filter: alpha(opacity=100);
}

.video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 998;
    background: rgba(0,0,0,.7);
}
.i_video {
    width: 536px;
    height: 253px;
    top: 45%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 9999;
}
.i_video, .video_layer {
    position: absolute;
    display: none;
}
@media (min-width: 576px) {
  .difference__keyCard-front,
  .difference__keyCard-back,
  .difference__keyCardCenter {
    height: 232px;
  }
}
@media (max-width: 1230px) {
	.about-page .init1 .border-text h2 {
	font-size: 2rem;
}
	.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.about-page .init1 .border-text {
    width: 56%;
}
	.about-page .init2 .right-text{
		padding-left:5%;
	}
	.about-page .init2 .right-text .lead {
    font-size: 18px;
}
	.about-page .init2 .right-text p {
    font-size: 14px;
}
	.about-page .init5 .mail p a {
    font-size: 1.4rem;
}
	.about-page .init1 .border-text p {
    line-height: 25px;
    font-size: 14px;
    margin-top: 30px;
}
	.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1rem;
}
.about-page .init1 .border-text {
    position: relative;
}
.about-page .init1 .border-text h2 {
    font-size: 1.2rem;
}
}

.init-3{
  padding: 40px 0;
}
.faq-page .init-1,.faq-page .init-2 .p{
  font-family: Arial;
}
@media (max-width: 700px) {
  table {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
.about-page .init1 .border-text {
    width: 100%;
    position: relative;
}
	.about-page .init2 .left-img {
    position: relative;
    width: 100%;
}
	.about-page .init2 .right-text {
    padding-left: 0; width:100%;
}
	.about-page .init1 .border-text h2 {
    font-size: 1.4rem;
}
	.about-page .init3 h2 {
    font-size: 1.444rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
	.about-page .init3 .grid-box.three .column {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
}
	.about-page .init4{
		display:none;
	}
	.about-page .init5 {
    padding-top: 10px;
}
	.about-page .init5 .container .bg {
    padding: 20px 0;
    margin: 0;
}
	.about-page .init5 .container .bg h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 20px;
}
	.about-page .init1 .img {
    display: none;
}
	#index-body {
    padding-top: 0;
}
	#footer .footer-bottom{
		padding-bottom:10px;
	}
	#footer .footer-bottom p{
		width:100%;
		text-align:center;
	}
	#footer .footer-bottom p img{
		display:block;
		margin:0 auto;
	}
	#footer .footer-top .column:nth-child(3) ul li {
    width: 100%;
}
	.inner-banner h2 {
    font-size: 1.3rem;
		padding-bottom:10px;
}
	.inner-page .grid-box.two>.column.sidebar {
    width: 100%;
    padding-top: 10px;
}
	.inner-page .grid-box.two>.column.page-right-bar {
    width: 100%;
    padding: 0;
}
	.inner-page .sidebar .side-top .side-tit {
    font-size: 18px;
}
	.inner-page .grid-box.two>.column.page-right-bar .grid-box.four>.column {
    width: 100%;
}
	.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
    line-height: 28px;
    font-size: 14px;
    margin-top: 18px;
}
.inner-banner .mxb {
    padding: 0 10px;
}
#footer .footer-top .column,#footer .footer-top .column .column .column{
    width: 100% !important;
    padding-right: 0;
}
#footer .footer-top .column:nth-child(2) .i-qr{
  display: none;
}
.inner-banner .init-1,.inner-banner .bread-crumbs {
    width: 100%;
}
.contact-page .init-3 ul {
    margin: 0;
    width: 100%;
    padding: 20px 0;
}
}
.thumb-gallery{
	padding:20px 0;
}
.thumb-gallery li{
	width:25%;
}
.thumb-gallery li img{
	background-color: #f6f6f6;
} 


.slick-track{
  margin-left: 0;
}
.image-gallery{
  margin: -5px;
  margin-top: 20px;
}
.image-gallery li{
  padding: 5px;
}



@media (max-width: 1000px) {
  .product-page.inner-page .probox{
    padding-top: 0;
  }
  .inner-page .grid-box.two>.column.sidebar{
    display: none;
  }
  .inner-page .grid-box.two>.column.page-right-bar{
    width: 100%;
  }
  .product-page.inner-page .probox .row{
    padding: 0;
  }
}
