@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: 'Lora-Regular';
  src: url(../fonts/Lora-Regular.ttf) format('truetype'), url(../fonts/Lora-Regular.eot) format('eot'), url(../fonts/Lora-Regular.woff) format('woff'), url(../fonts/Lora-Regular.woff2) format('woff2');
}
body {
  font-family: 'Lora-Regular'!important;
  font-weight: 400;
  background-color: #f8f7f1;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}

.ui.container .tit .descri{
  font-size: 16px;
  line-height: 30px;
}
.ui.container .tit .descri h1{
  display: inline;
  font-size: 16px;  
}
.ui.container .box a.links{
    width: 790px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:30px;
}
.welcome{
  padding: 30px 0;
}

#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 0.9rem;
  background: #fff;
  top: 0;
  left: 100%;
  width: 190px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f08112;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 0.9rem;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li:hover {
  background: #f08112;
  color: white;
}
#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;
}





.language-box {
  background-color: #e86b24;
  color: #fff;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 30px;
  margin-left: 22px;
}
.language-box .en-cn {
  display: inline-block;
  font-family: 'Lora-Regular';
}
#header {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #ec6e26;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  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-flex;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  font-family: 'Lora-Regular';
  font-weight: 700;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ec6e26;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-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;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ec6e26;
  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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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%);
  -o-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;
  -ms-transition: .5s;
  -o-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: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 2px solid #e56b25;
  
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #e56b25;
  background-color: #e56b25;
}
#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;
  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;
  -moz-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;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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;
  -ms-transition: .5s;
  -o-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%);
  -o-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);
  -o-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);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner
 {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
  .inner-banner img.inbanner{
    margin-top: 120px;
  }
}
.our-video {
  margin-top: -100px;
  padding-bottom: 110px;
}
.our-video .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}


.i-about .right .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 73px;
  height: 73px;
  line-height: 65px;
  display: inline-block;
  border: 3px solid #ec6e26;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.i-about .right .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
.i-about .right .play:after,
.i-about .right .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-about .right .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-why {
  background: url(../images/why-bg.jpg) no-repeat top;
  padding-top: 100px;
}
.font-w-700 {
  font-weight: 700;
}
.txt-upp {
  text-transform: uppercase;
}
.our-why .list {
  margin-top: 85px;
}
.our-why .list ul {
  margin: -15px;
}
.our-why .list ul li {
  padding: 15px;
}
.our-why .list .content {
  text-align: left;
  background-color: #fff;
  padding: 26px;
  border-radius: 5px;
  cursor: pointer;
  transition: .5s ease;
}
.our-why .list .content:hover {
  background-color: #c7a75c;
}
.our-why .list .content .tit {
  margin: 5px 0;
}
.our-why .list .content .txt {
  min-height: 141px;
}
.our-why .list .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
}
.our-why ul.slick-dots {
  margin: 0;
  margin-top: 40px;
}
.our-why ul.slick-dots li {
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 2px solid #7c7b78;
  background-color: #7c7b78;
  display: inline-block;
  margin: 0 11px;
}
.our-why ul.slick-dots li button {
  display: none;
}
.our-why ul.slick-dots li.slick-active {
  border-color: #ed7d3c;
  background-color: transparent;
}
.our-honor {
  padding: 90px 0 50px;
}
.our-honor .list {
  margin-top: 70px;
}
.our-honor .list ul {
  margin: -15px;
}
.our-honor .list ul li {
  padding: 15px;
}
.our-honor .list .content .img {
  border: 7px solid #eeeeee;
  border-radius: 5px;
  transition: .5s ease;
}
.our-honor .list .content:hover .img {
  border-color: #ec6e26;
}
.our-honor .list .content .name {
  padding: 20px 0;
}
.our-partner {
  background-color: #e8e8e8;
  padding: 35px 0;
}
.our-partner .list {
  margin-top: 25px;
  text-align: left;
}
.our-partner .list ul {
  margin: -10px;
}
.our-partner .list ul li {
  padding: 10px;
}
.our-partner .list img {
  transition: .5s ease;
  border: 1px solid #d0d0d0;
}
.our-partner .list .img:hover img {
  opacity: 1;
}
.product-cat {
  padding: 40px 0;
}
.product-cat .warp {
  margin: -10px -22px;
}
.product-cat .column {
  padding: 10px 22px;
}
.product-cat .tit {
  width: 50%;
}
.product-cat .tit p {
  padding-right: 30px;
}
.product-cat .item {
  width: 25%;
}
.product-cat .item .img {
  overflow: hidden;
  border-radius: 5px;
}
.product-cat .item .name {
  background-color: #fff;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*line-height: 60px;*/
  margin-top: -30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 5px 5px #e6e6e0;
}
.product-cat .line {
  max-width: 41px;
  height: 6px;
  background-color: #ec6e26;
  margin: 10px 0;
}
.product-cat .more-btn {
  display: inline-block;
  padding: 15px 60px;
  background-color: #ec6e26;
  color: #fff;
  border-radius: 30px;
}
.our-product {
  padding-bottom: 120px;
}
.our-product .list {
  margin-top: 60px;
}
.our-product .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.our-product .flex a {
  color: #ec6e26;
}
.our-product .list ul {
  margin: -20px -15px;
}
.our-product .list ul li {
  padding: 20px 15px;
}
.our-product .list .content {
  background-color: #fff;
  padding: 110px 30px 30px 30px;
  border-radius: 180px 180px 0 0;
  transition: .5s ease;
}
.our-product .list .content:hover {
  background-color: #ec6e26;
}
.our-product .list .content .name {
  margin: 15px 0;
}
.our-product .list .content span {
  padding: 10px 45px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #000;
}
.our-product .progress {
  margin-top: 55px;
}
.our-product .progress .line {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #000;
}
.our-product .progress .line em {
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ec6e26;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.i-about .box{
  background-color: #e8e8e8;
}
.i-about .left {
  width: 33%;
  vertical-align: middle;
}
.i-about .left .title span{
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 40px;
}
.i-about .left .content {
  /*max-width: 600px;*/
  margin-left: auto;
  padding: 0 40px;
}
.i-about .left .content .txt {
  margin: 15px 0 50px;
  line-height: 40px;
  font-size: 16px;
}
.i-about .left .content .txt i{
  color: #ec6e26;
}
.i-about .left .content a{
  display: inline-block;
  border: 2px solid #000;
  padding: 10px 20px;
  transition: .5s ease;
}
.i-about .left .content a:hover{
  background-color: #000;
  color: #ec6e26;
}
.i-about .right {
  width: 67%;
  background: url(../images/about-img.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 529px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.our-news {
  /*max-width: 1660px;
  margin-left: auto;*/
  padding-top: 30px;
}
.our-news .cl {
  max-width: 1400px;
}
.our-news .list {
  margin-top: 30px;
}
.our-news .list .content .txt {
  padding: 20px 0;
}

.our-news .list .content .txt .name {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 18px;
}



.our-news .list .img {
  border-radius: 5px;
  overflow: hidden;
}
.our-news .list ul {
  margin: -30px;
}
.our-news .list ul li {
  padding: 30px;
}
.our-news .tab-box {
  font-size: 0;
  max-width: 530px;
  margin-left: auto;
  margin-top: 10px;
}
.our-news span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #ec6e26;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);

}
.our-news span.left-btn {
  left: -66px;
}
.our-news span.right-btn {
  right: -66px;
}
.our-news span:hover{
  background: #000;
}
.our-news span img {
  vertical-align: middle;
}
.body-sider {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.body-sider .mlztx-btn {
  border-radius: 5px 0 0 0;
}
.body-sider .email-btn {
  border-radius: 0 0 0 5px;
}
.body-sider div {
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  transition: .5s ease;
  cursor: pointer;
}
.body-sider div:hover {
  background-color: #e86b24;
}
.body-sider div p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.body-sider div p span {
  display: block;
}
#footer {
  background-color: #c7a75c;
}
#footer .other-link {
  padding: 70px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#footer .other-link .flex {
  display: flex;
  align-items: center;
}
#footer .other-link .flex p{
  font-family: 'Sofia', cursive;
  font-weight: 400;
}
#footer .other-link .flex p a {
  color: #ec6e26;
  text-decoration: underline;
}
#footer .other-link ul {
  margin-left: auto;
}
#footer .other-link ul li {
  display: inline-block;
  padding: 0 5px;
}
#footer .other-link ul li a {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  transition: .3s ease;
}
#footer .other-link ul li a:hover {
  border-color: #ec6e26;
  background-color: #ec6e26;
  color: #fff;
}
#footer .footer-top {
  padding-top: 50px;
}
#footer .footer-top h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
#footer .footer-top .box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .list.five{
  max-width: 320px;
}
#footer .footer-top .list.four{
  max-width: 300px;
}
/*#footer .footer-top .column {
  width: 20%;
}*/
#footer .footer-top ul li {
  font-size: 15px;
  line-height: 35px;
}
#footer .footer-top .two ul li{
width:260px;}
#footer .footer-top .form input,
#footer .footer-top .form textarea {
  width: 100%;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#footer .footer-top .form button {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  border: none;
  background-color: #ec6e26;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
#ewm {
  margin-top: 30px;
  width: 150px;
  border: 5px solid #fff;
}
#footer .footer-bottom {
  padding: 50px 0;
}
@media screen and (max-width: 1430px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  .language-box {
    font-size: 14px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-why .list .content {
    padding: 20px;
  }
  .our-why .list .content .txt {
    min-height: 145px;
  }
  .i-about .left .content {
    padding: 0 15px;
  }
  .our-news .box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
  }
  #header .nav .ui.menu .menu-box {
    margin-right: 0;
  }
  .language-box {
    font-size: 12px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  .product-cat .tit {
    width: 100%;
  }
  .product-cat .item {
    width: 33.33%;
  }
  .font-30 {
    font-size: 25px;
  }
  #footer .other-link .flex {
    display: block;
    text-align: center;
  }
  #footer .other-link .flex p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }

  .our-news span{
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #ewm {
    display: none;
  }
  .our-video {
    margin-top: 0;
    padding: 60px 0;
  }
  .font-36 {
    font-size: 25px;
  }
  .our-why {
    padding-top: 60px;
  }
  .our-why .list {
    margin-top: 60px;
  }
  .product-cat .item {
    width: 100%;
  }
  .font-18 {
    font-size: 16px;
	line-height:30px;
  }
  #footer .footer-top .list.one {
    display: none;
  }
  #footer .footer-top .column {
    width: 33.33%;
  }
  .our-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
 .inner-banner .init-1 {
    display: none !important;
}
 
  #footer .footer-top .box{
    text-align:center;
  }
#footer .footer-top h4{
  font-size:20px;
}
  .our-video {
    display: none;
  }
  .our-why {
    display: none;
  }
  .our-honor {
    display: none;
  }
  .our-partner {
    display: none;
  }
  .product-cat {
    padding: 0;
  }
  .our-product {
    padding: 45px 0;
  }
  .our-product .list .content {
    padding: 15px;
    border-radius: unset;
  }
  .font-20 {
    font-size: 18px;
  }

  .font-16 {
    font-size: 16px;
	line-height:30px;
  }
  .our-product .progress {
    display: none;
  }
  .i-about {
    padding-bottom: 60px;
  }
  .i-about .right {
    display: none;
  }
  .i-about .left {
    width: 100%;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
  }
  .our-news .list {
    margin-top: 30px;
  }
  .our-news .tab-box {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  #footer .other-link {
    padding: 30px 0;
  }
  #banner ul.slick-dots {
    bottom: 20px;
  }
  .font-36 {
    font-size: 25px;
  }
  .font-18 {
    font-size: 16px;
    line-height:26px;
  }
  .our-product .list ul {
    margin: -5px;
  }
  .our-product .list ul li {
    padding: 5px;
  }
  .our-product .list .content span {
    padding: 5px 20px;
  }
  .our-product .list .content .name {
    margin: 10px 0;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
	line-height:30px;
  }
  .i-about .left .content .txt {
    margin: 15px 0 30px;
    line-height: 30px;
  }
  .mt-24 {
    margin-top: 15px;
  }
  #footer .footer-top .list.two {
    width: 50%;
    display: none;
  }
  #footer .footer-top .list.three {
    width: 50%;
    display: none;
  }
  #footer .footer-top .list.four {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #footer .footer-top ul li {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top .form input,
  #footer .footer-top .form textarea {
    font-size: 12px;
  }
  #footer .footer-top .form button {
    font-size: 12px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  .our-product .list {
    margin-top: 30px;
  }
}





/* 内页样式 */

.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #c58a41;
  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: #c58a41;
  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: #c58a41;
  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;
}
.inner-banner { 
padding-top: 0;
}
.inner-banner .mxb{
background: #ec6e26;
color: #fff;
}
.inner-banner .container{
  /*padding:20px 0;*/
  background: #ec6e26;
}
.inner-banner h2 {
  float:left;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: capitalize;margin-right:30px;
}
.inner-banner .bread-crumbs{
	float:left;
  line-height: 30px;
  font-size: 18px;
  height: 80px;
  padding-top: 25px;
}

.inner-banner a,
.inner-banner span {
  color: #fff;
}
.service-page .init-1{
  height: 61px;
}
.product-page,.prodet-page {
/*   background: #f8f6f5; */
	padding:0 3%;
}
.inner-page .grid-box.two>.column.sidebar {
    width: 22%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 78%;
    padding: 15px;
}
.inner-page .grid-box.two>.column.page-right-bar h1.protit{
    margin-bottom:30px;       
    font-size:35px;
    padding: 0 3%;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 40px;
}

.inner-page .grid-box.two>.column.page-right-bar .pro-descri{
  font-size:16px;
  line-height: 30px;
  padding-top: 3.5rem;
  padding: 0 3%;
  margin: auto;

}
/*.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:#ec6e26;
  padding: 30px 0;
}

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

  position: relative;

  display: block;

  font-size: 16px;

  padding: 10px 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: 60px;*/

  line-height: 30px;

  /*text-indent: 34px;*/

  color: #555;

  background-repeat: no-repeat;

  background-position: 10px center;
  font-weight: 600;

}

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

  position: relative;

}

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

position: absolute;

    right: 20px;

    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: #ec6e26;

  color: #fff;

  /*text-indent: 15px;*/

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #fff;background-color:#ec6e26;
}
.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;

}
.inner-banner .init-1 {
  float: right;
  width: 50%;
}
.inner-banner .init-1 li a{
  display: block;
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-size: 16px;
}
.inner-banner .init-1 li a:hover,
.inner-banner .init-1 li a.active{
  background: #c58a41;
  color: #fff;
}

.product-page.inner-page .probox {
  padding-top: 0.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: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    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: 15px;
  color: #262626;
  line-height: 2.111;
  text-align: center;
  margin-top:20px;
}
.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%;
}

@media screen and (min-width: 1200px) {
  #index-body .i-advantage .news .right {
    padding-right: 300px;
  }
  #footer .row:last-child .copy p {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #index-body .i-advantage .news .left .title,
  #index-body .i-advantage .news .left .form {
    max-width: 535px;
  }
  #footer .row .left dl {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .i-advantage .news .left .form .label {
    margin: auto;
  }
  #footer .row:first-child .left dl dd #ewm {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  #footer .row:first-child .left dl dd a {
    margin: 0 0.9rem;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-advantage .solt {
    display: none;
  }
  #index-body .i-advantage .video {
    height: auto;
  }
  .inner-page .grid-box.two>.column.page-right-bar h1.protit,
  .inner-page .grid-box.two>.column.page-right-bar .pro-descri{
    display: none!important;
  }
}
@media screen and (max-width: 600px) {
  #index-body .i-advantage .news .right {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .i-advantage .air-washer .img-box,
  #index-body .i-advantage .air-washer .right .img-box {
    padding: 3rem 1rem 3rem;
    margin: 0;
  }
  #index-body .i-advantage .video .text {
    display: none;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
/*   word-break: break-word; */
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
 
}
table td:first-child {
  color: #2d2d2d;
  width: 30%!important;
}
table td:last-child {
  color: #666;
}


#banner ul li video{
  position: absolute;
  width: auto!important;
  height: 100%;
  left: 0;
  top: 0;
}

#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;
  -moz-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: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}*/

.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: #c58a41;
}
.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: #c58a41;
  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: #c58a41;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll 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: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #c58a41;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 45%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  
  vertical-align: top;
	position:relative;
}
.prodet-page .init-2 .prodet-img > a{
  border: 1px solid #000;
  display: block;
}
.prodet-page .init-2 .prodet-img span.bg{
	    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-2 .prodet-img:hover span.bg {
  background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
	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);
}
.prodet-page .init-2 .prodet-title {
  width: 55%;
  display: inline-block;
  vertical-align: top;
	padding-left:5%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 40px;
  color: #454444;
  padding-bottom: 55px;
  font-weight: 600;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #c58a41;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #c58a41;
  color: white;
  border-color: #c58a41;
  font-weight: 600;
  font-size: 20px;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom img{
	display:block;
	margin:0 auto;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
  line-height: 26px;
}
.prodet-page .init-3 .init-3-bottom ul li strong{
  font-weight: bold;
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;

    width: 100%;
  
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #f3e6da;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  color: #444;
  border: 1px solid #666;
}
.prodet-page .back a{
  display: inline-block;
  padding: 5px 25px;
  background-color: #c58a41;
  color: #fff;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #c58a41;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  background: #c58a41;
  display: inline-block;
  font-weight: 600;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;position:relative;
}

.prodet-page .init-4 ul li a {
  display: block; position:relative;
}
.prodet-page .init-4 ul li a span.bg{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-4 ul li a:hover span.bg {
  background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a span img {
  margin: auto;
	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);
}
.prodet-page .init-4 ul li h3 {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #c58a41;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  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: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 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: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #c58a41;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.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;
  margin: -15px;
}
.contact-page .init-1 ul li {
  padding: 15px;
  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: 4px solid #ec6e26;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 28px;
  color: #ec6e26;
  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: 22px;
  font-weight: 600;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
}
.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: #c58a41;
}
.contact-page .init-2 {
  border-top: 0px solid #d6d6d6;
  border-bottom: 0px 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: 3px 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: #c58a41;
}
.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"] {
  border: none;
  width: auto;
  display: inline-block;
  padding: 10px 70px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #c58a41;
  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: #fff;
  -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;
  line-height: 70px;
  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: #c58a41;
}

.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 .left{
  width: 30%;
}
.news-page .init-2 ul.newslist li .right{
  width: 70%;
  padding: 66px 30px;
}
.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:#000;
  font-weight: 600;
}
.news-page .init-2 ul.newslist li time {
  font-size: 15px;
  color: #000;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
  line-height:30px;
}
.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: #c58a41;
}

.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: 14px;
  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: #c58a41;
}
.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: #c58a41;
}
.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: #c58a41;
}
.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: #c58a41;
}
.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: #c58a41 !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;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .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%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .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;
	line-height:26px;
  }
  .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;
  }
}

@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;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 18px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
	line-height:28px;
  }
  .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: #fff;
  width: 55%;
  padding: 30px;
  bottom: 0;
}
.about-page .init1 .border-text h2 {
  font-size: 2.8rem;
  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: 1.1rem;
  font-weight: 400;
  color: #666;
  margin-top: 30px;
  text-align: justify;
  text-align-last: left;
}
.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 #ec6e26;
  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 {
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  font-size: 1.1rem;
  text-align: justify;
  text-align-last: left;
}
.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: #ec6e26;
  /*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: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.about-page .init3 .grid-box.three .column span {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #c7a75c;
  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: 16px;
    line-height: 26px;
}
	.about-page .init5 .mail p a {
    font-size: 1.4rem;
}
	.about-page .init1 .border-text p {
    line-height: 26px;
    font-size: 16px;
    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) {
.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;
    line-height:30px;
	}
  #footer .footer-bottom p a.links{
    display: none!important;
  }
	#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;
    display: none!important;
}
#footer .other-link ul {
  display: none!important;
}
	.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: 16px;
    margin-top: 18px;
}
	.prodet-page .init-2 {
    padding: 30px 0;
}
	.prodet-page .init-2 .prodet-img {
    width: 100%;
    margin: 0;
}
	.prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
}
	.prodet-page .init-2 {
    padding: 10px 0;
}

#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%;
    line-height: 26px;
    height: 100px;
    padding-top: 10px;
}
.contact-page .init-3 ul {
    margin: 0;
    width: 100%;
    padding: 20px 0;
  }
}
.thumb-gallery{
	padding:20px 0;
  margin: -10px;
  font-size: 0;
}
.thumb-gallery li{
	width:20%;
  padding: 10px;
  display: inline-block;
}
.thumb-gallery li img{
	background-color: #f6f6f6;
}
.thumb-gallery li > a{
  display: block;
  border: 1px solid #000;
}




#banner .content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
#banner .content.one{
  top: 25%;
  color: #fff;
}
#banner .content h2{
	font-size: 66px;
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
}
#banner .content h2 span{
	font-size: 100px;
	color: #e86b24;
}
#banner .content h3{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0px;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
}
#banner .content .img{
	width: 70%;
	margin-left: auto;
}


@media screen and (max-width:1400px) {
	#banner .content h2{
		font-size: 60px;
	}
	#banner .content h2 span{
		font-size: 90px;
	}
	
	#banner .content h3{
		font-size: 40px;
	}
	
	#banner .content .img{
		width: 60%;
		margin-right: auto;
	}
}


@media screen and (max-width:1000px) {
	#banner .content h2{
		font-size: 50px;
	}
	#banner .content h2 span{
		font-size: 80px;
	}
	
	#banner .content h3{
		font-size: 35px;
	}
}

@media screen and (max-width:700px) {
	#banner .content h2{
		font-size: 40px;
	}
	#banner .content h2 span{
		font-size: 60px;
	}
	
	#banner .content h3{
		font-size: 30px;
	}
}

@media screen and (max-width:500px) {
	#banner .content h2{
		font-size: 30px;
	}
	#banner .content h2 span{
		font-size: 50px;
	}
	
	#banner .content h3{
		font-size: 20px;
		margin-bottom: 0;
	}
}




/* Support Start */
.support-page .ui.container {
  max-width: 1370px;
}
.support-page .sup-1 {
  background-color: #F5F7F6;
  padding: 5rem 0 3rem;
}
.support-page .sup-1 .top .grid-box .left {
  width: 40%;
  vertical-align: middle;
  padding-right: 3%;
}
.support-page .sup-1 .top .grid-box .left .text .title h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fc8f19;
}
.support-page .sup-1 .top .grid-box .left .text .title h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  margin: 5px 0;
}
.support-page .sup-1 .top .grid-box .left .text .title p {
  font-size: 24px;
  color: #1c1c1c;
}
.support-page .sup-1 .top .grid-box .left .text ul {
  max-width: 666px;
}
.support-page .sup-1 .top .grid-box .left .text ul li {
  margin-top: 30px;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig small {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 0.9;
  color: #fc8f19;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #4e4e4e;
  margin-bottom: 5px;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig .con {
  font-size: 17px;
  color: #4e4e4e;
  line-height: 40px;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig .con i{
  color: #ec6e26;
}
.support-page .sup-1 .top .grid-box .right {
  width: 60%;
  vertical-align: middle;
  text-align: right;
}
.support-page .sup-1 .top .grid-box .right .ig img {
  display: inline-block;
}
.support-page .sup-1 .bot {
  margin-top: 3.5rem;
}
.support-page .sup-1 .bot ul {
  margin: -10px -20px;
}
.support-page .sup-1 .bot ul li {
  max-width: 500px;
  padding: 10px 20px;
  margin: auto;
}
.support-page .sup-1 .bot ul li .ig {
  height: 100%;
  text-align: center;
  background: url(../images/sup1-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 20px 40px;
}
.support-page .sup-1 .bot ul li .ig .img{
  min-height: 52px;
}
.support-page .sup-1 .bot ul li .ig .img img{
  vertical-align: middle;
}
.support-page .sup-1 .bot ul li .ig h4 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
}
.support-page .sup-1 .bot ul li .ig p{
  min-height: 144px;
}
.support-page .sup-1 .bot ul li .ig a {
  display: inline-block;
  font-size: 16px;
}
.support-page .sup-2 {
  padding: 3rem 0;
}
.support-page .sup-2 .title {
  text-align: center;
  color: #1c1c1c;
}
.support-page .sup-2 .title h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.support-page .sup-2 .title p {
  font-size: 1.2rem;
}

.support-page .sup-2 .list{
  margin-top: 50px;
}
.support-page .sup-2 .list ul{
  margin: -10px;
}
.support-page .sup-2 .list ul li{
  /*width: 20%;*/
  padding: 10px;
  text-align: center;
}

.support-page .sup-2 .list img{
  width: 100%;
  border: 1px solid #e2e2e2;
}

.support-page .sup-2 .box {
  margin-top: 25px;
}
/*.support-page .sup-2 .box ul li {
  padding: 15px 0;
}*/
.support-page .sup-2 .box ul li .ig h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  box-shadow: 0 0 8px 5px #F5F5F5;
  color: #212121;
  padding: 10px 50px 10px 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.support-page .sup-2 .box ul li .ig h4 i {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #212121;
  font-size: 30px;
}
.support-page .sup-2 .box ul li .ig h4::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '?';
  color: #fc8f19;
}
.support-page .sup-2 .box ul li .ig .con {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #EFEFEF;
  color: #4e4e4e;
  padding: 20px 50px 15px;
}
.support-page .sup-2 .box ul li .ig.active h4,
.support-page .sup-2 .box ul li .ig:hover h4 {
  color: #fc8f19;
}
.support-page .sup-3 {
  background: url(../images/probgc.png) repeat center;
  background-color: #121212;
  padding: 4.5rem 0;
}
.support-page .sup-3 .title {
  text-align: center;
}
.support-page .sup-3 .title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.support-page .sup-3 .top-map {
  text-align: center;
  margin-top: 2.5rem;
}
.support-page .sup-3 .top-map img {
  display: inline-block;
}
.support-page .sup-3 .bot-text .grid-box .left {
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .left .text {
  color: #fff;
}
.support-page .sup-3 .bot-text .grid-box .left .text h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.support-page .sup-3 .bot-text .grid-box .left .text .con {
  font-size: 16px;
}
.support-page .sup-3 .bot-text .grid-box .right {
  text-align: center;
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num {
  display: inline-block;
  padding: 0 3rem;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num small {
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.7;
  color: #fc8f19;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num:last-child {
  border-left: 1px solid #939393;
}
.support-page .sup-3 .bot-brand {
  background-color: #FFFFFF;
  padding: 10px 5%;
  margin-top: 4rem;
}
.support-page .sup-3 .bot-brand ul {
  max-width: 1140px;
  margin: auto;
}
.support-page .sup-3 .bot-brand ul li {
  display: inline-block;
  padding: 10px;
}
.support-page .sup-3 .bot-brand ul li .ig img {
  display: block;
  margin: auto;
}
.support-page .sup-4 {
  padding: 3.5rem 0 2.5rem;
}
.support-page .sup-4 ul li {
  margin-bottom: 3.5rem;
}
.support-page .sup-4 ul li .ig .grid-box .left {
  vertical-align: middle;
}
.support-page .sup-4 ul li .ig .grid-box .left .text {
  max-width: 550px;
}
.support-page .sup-4 ul li .ig .grid-box .left .text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .con {
  font-size: 14px;
  line-height: 1.75;
  margin: 1rem 0;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #fc8f19;
  min-width: 11rem;
  padding: 5px 20px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a:hover {
  background-color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .right {
  vertical-align: middle;
  padding-left: 30px;
}
.support-page .sup-4 ul li .ig .grid-box .right .ig img {
  width: 100%;
}
.support-page .sup-4 ul li:nth-child(even) .ig .left {
  position: relative;
  left: 50%;
  padding: 0 0 0 30px;
}
.support-page .sup-4 ul li:nth-child(even) .ig .right {
  position: relative;
  left: -50%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 992px) {
  .support-page .sup-1 .top .grid-box .left {
    width: 100%;
  }
  .support-page .sup-1 .top .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .support-page .sup-1 .bot ul {
    display: block;
    text-align: center;
  }
  .support-page .sup-1 .bot ul li {
    width: 100%;
  }
  .support-page .sup-4 ul li .ig .grid-box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .support-page .sup-4 ul li .ig .grid-box .right {
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .left {
    left: 0;
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .right {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .support-page .sup-1 .top .grid-box .left .text .title p {
    font-size: 16px;
  }
  .support-page .sup-1 .top .grid-box .left .text ul li .ig h4,
  .support-page .sup-1 .bot ul li .ig h4 {
    font-size: 20px;
  }
  .support-page .sup-2 .box ul li .ig h4 {
    font-size: 18px;
    padding: 10px 35px 10px 25px;
  }
  .support-page .sup-2 .box ul li .ig h4:before {
    left: 10px;
  }
  .support-page .sup-2 .box ul li .ig .con {
    padding: 20px 15px 15px;
  }
  .support-page .sup-3 .bot-text .grid-box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-page .sup-3 .bot-text .grid-box .right {
    width: 100%;
  }
  .support-page .sup-3 .bot-text .grid-box .left .text .con {
    font-size: 14px;
  }
  .support-page .sup-4 ul li .ig .grid-box .left .text .more a {
    font-size: 16px;
  }
}
/* Support End */


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




.about-page .liuc{
  padding: 60px 0;
}
.about-page .liuc ul li{
  width: 12.5%;
}

.about-page .liuc .img .img2{
  display: none;
}

.about-page .liuc ul li:hover .img1{
  display: none;
}
.about-page .liuc ul li:hover .img2{
  display: inline-block;
}

.about-page .liuc p{
  margin-top: 15px;
}

.about-page .liuc i{
  font-size: 40px;
  position: absolute;
  top: 28px;
  right: 0;
  transform: translateX(50%);
}

.about-page .liuc h2 {
    font-size: 2.444rem;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.about-page .liuc .box{
  margin: 0 -60px;
}

@media screen and (max-width: 1430px) {
  .about-page .liuc .box{
    margin: 0;
  }
}


.picture-page .tab-box{
  padding-top: 40px;
}
.picture-page .tab-box ul li{
  font-size: 20px;
}

.picture-page .tab-box ul li:not(:last-child){
  border-right: 1px solid #000;
}

@media screen and (max-width: 1000px) {
  .picture-page .tab-box{
    display: none;
  }
}



.body-sider .email-btn dl {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 200px;
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 20px 15px;
    opacity: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    color: black;
    text-align: left;
}


.body-sider .email-btn:hover dl {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}





#plv_1280ba18a3076ee82939b3c6449a8b0e_1{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.fancybox-navigation .fancybox-button{
  transform: scale(2);
}

.fancybox-navigation .fancybox-button--arrow_left{
  left: 20%!important;
}
.fancybox-navigation .fancybox-button--arrow_right{
  right: 20%!important;
}






.transition-03 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*Return-Top*/
.ReturnTop {
  width: 40px;
  height: 60px;
  background: #ec6e26;
  position: fixed;
  bottom: 20%;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  transition: .5s ease;
}
.ReturnTop .ico {
  width: 100%;
  height: 54px;
  padding-top: 10px;
  transition: .5s ease;
}
.ReturnTop .ico i {
  width: 60%;
  border-radius: 2px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  display: block;
}
.ReturnTop .ico div {
  height: 26px;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  border-radius: 2px;
  margin-left: -2px;
  @extend .after;
  @extend .before;
}
.ReturnTop .ico div::after,
.ReturnTop .ico div::before {
  content: "";
  height: 2px;
  width: 14px;
  background: #fff;
  position: absolute;
  top: 5px;
}
.ReturnTop .ico div::after {
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.ReturnTop .ico div::before {
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.ReturnTop p {
  width: 100%;
  height: 54px;
  font-size: 1rem;
  text-align: center;
  line-height: 54px;
  color: #fff;
  transition: .5s ease;
  font-weight: bold;
}
@include respond-to(sm) {
  display: none;
}
.ReturnTop:hover .ico {
  position: relative;
  bottom: 100%;
}
.ReturnTop:hover p {
  position: relative;
  bottom: calc(100% - 10px);
}

@media screen and (max-width: 1430px) {
  .about-page .init1 .img{
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .init1 .img{
    float: none;
    width: 100%;
  }
  .about-page .init1 .border-text{
    position: relative;
    width: 100%;
  }

  .support-page .sup-1 .bot ul li .ig h4{
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .ReturnTop{
    display: none;
  }


  .about-page .liuc ul li{
    width: 25%;
  }

  .about-page .init3 .grid-box.three .column p{
    font-size: 1rem;
  }


  

  .about-page .init1 .border-text p{
    text-align: unset;
    font-size: 16px;
    line-height: 26px;
  }

  .about-page .init2 .left-img:before{
    display: none;
  }

  .about-page .init2 .right-text{
    padding-top: 0;
    padding-left: 20px;
  }

  .about-page .init2 .right-text p{
    text-align:unset;
    font-size: 16px;
    line-height: 26px;
  }


  .prodet-page .init-2 .prodet-title h1{
    font-size: 30px;
  }

  .support-page .sup-1{
    padding: 0;
  }


  .support-page .sup-1 .bot ul li{
    width: 50%!important;
  }


  .grid-box.seven>.column{
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .about-page .liuc h2{
    font-size: 1.8rem;
  }

  .about-page .liuc ul li{
    width: 50%;
  }


  .about-page .init2 .right-text{
    padding-left: 0;
  }

  .about-page .init2 .left-img{
    display: none;
  }


  .prodet-page .init-2 .prodet-title h1{
    font-size: 20px;
  }



  .prodet-page .init-4 ul li h3{
    line-height: normal;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height:28px;
  }



  .support-page .sup-1 .top .grid-box .right{
    display: none;
  }

  .support-page .sup-1 .top .grid-box .left .text .title h3{
    font-size: 2rem;
  }


  .grid-box.seven>.column{
    width: 25%;
  }

  .prodet-page .init-2 .prodet-title h1{
    padding-bottom: 20px;
  }
  .support-page .sup-2 .title h3{
    font-size: 1.5rem;
  }
}


@media screen and (max-width: 500px) {
  .support-page .sup-1 .bot ul li{
    width: 100%!important;
  }


  .grid-box.seven>.column{
    width: 50%;
  }

  .product-cat .warp{
    margin: -10px;
  }
  .product-cat .column{
    padding: 10px;
  }

  .thumb-gallery li{
    width: 33.33%;
  }


  .support-page .sup-1 .bot ul li .ig p{
    min-height: 72px;
  }
}



.prodet-page .form{
  padding: 60px 0;
}
.prodet-page .form ul {
  margin: -5px;
}
.prodet-page .form ul li {
  padding: 5px;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.prodet-page .form ul li input::-webkit-input-placeholder,
.prodet-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-moz-placeholder,
.prodet-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input::-moz-placeholder,
.prodet-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-ms-input-placeholder,
.prodet-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.prodet-page .form ul li input[type="submit"] {
  background: #ec6e26;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.prodet-page .form ul li input[type="submit"]:hover {
  background: #222;
}



/*.pv-component-wrap.pv-xsmall-hide.pv-btn-radius{
  display: none!important;
}*/



.pv-cover>div{
  opacity: 0!important;
}
.pv-skin-blue .pv-controls{
  background: rgba(0,16,27,0.1)!important;
}