﻿@font-face {
  font-family: 'Helvetica Neue';
  src: url('../font/HelveticaNeue-BlackCond.eot') format('eot'), url('../font/HelveticaNeue-BlackCond.woff2') format('woff2'), url('../font/HelveticaNeue-BlackCond.woff') format('woff'), url('../font/HelveticaNeue-BlackCond.ttf') format('truetype');
}

@font-face {
    font-family: 'NSEL';
    src: url('../font/NunitoSans-ExtraLight.eot') format('eot'),
        url('../font/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('../font/NunitoSans-ExtraLight.woff') format('woff'),
        url('../font/NunitoSans-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'NSB';
    src: url('../font/NunitoSans-Black.eot') format('embedded-opentype'),
        url('../font/NunitoSans-Black.woff2') format('woff2'),
        url('../font/NunitoSans-Black.woff') format('woff'),
        url('../font/NunitoSans-Black.ttf') format('truetype');
}
body {
  font-family: 'Rubik', sans-serif;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1400px;
  margin: auto;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 1rem 5rem 0 0;
  vertical-align: middle;
  color: #fff;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 1rem 3rem 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 1rem 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 12px;
  background: #fff;
  top: 0%;
  left: 180px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #237ac9;
  display: none \9;
  /*display: block;*/
  float: none;
  /*padding: 0 15px;*/
  line-height: 40px;
  color: red;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  width: 100%;
  background: #237ac9;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 12px;
  background: #fff;
  top: 0%;
  left: 180px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #237ac9;
  display: none \9;
  /*display: block;*/
  float: none;
  /*padding: 0 15px;*/
  line-height: 40px;
  color: red;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  width: 100%;
  background: #237ac9;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #237ac9;
}
/* #header .nav .ui.menu .menu-box ul li a .active{
  color: #237ac9;
} */
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#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;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 230px;
  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 #237ac9;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 15px 15px;
  line-height: 26px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  -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: #237ac9;
  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 .language {
  margin-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 1rem;
}
#header .nav .ui.menu .language img {
  vertical-align: middle;
  margin-left: 16px;
}
#header .nav .ui.menu .language i {
  margin-left: 8px;
}
#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 10%;
  width: 100%;
  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 #237ac9;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px 0 0;
  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 .language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language: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: 1rem 2rem 0 3rem;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/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(../image/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: #237ac9;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../image/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../image/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  -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 {
  background-color: #f2612f;
}
#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;
  /*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(../image/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: #f2612f;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../image/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/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: #f2612f !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 .yy {
  content: '';
  width: 100vw;
  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;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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: #237ac9;
  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("../image/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: #237ac9;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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;
}
#banner {
  position: relative;
  padding-top: 5rem;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  width: 100%;
  position: absolute;
  top: 28%;
  left: 0;
  color: #fff;
  min-height: 350px;
}
#banner ul #b1 .text h3{
  font-size: 78px;
    width: 47.12%;
    line-height: 1;
    font-family: 'NSB';
    position: relative;
    padding-bottom: 40px;
    COLOR: #fcd483;
}
#banner ul #b1 .text h3:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
	height: 5px;
	background-color: #fff;
}
#banner ul #b1 .text p{
  font-size: 24px;
    line-height: 1;
    font-family: 'nsb';
    color: #ffffff
    margin-top: 55px;
}
#banner ul #b1 .text .more {
  font-size: 18px;
  font-family: 'RR';
  background-color: #a40101;
  border: 1px solid #a40101;
  width: 14.2%;
  text-align: center;
  margin-top: 67px;
  padding: 11px 0 10px 0;
  transition: 1s;
}
#banner ul #b1 .text .more a {
  display: block;
}
#banner ul #b1 .text .more:hover {
  color: #237ac9;
  background-color: #fff;
}
/*#banner ul #b2 .text h3{
  font-size: 4.5rem;
  line-height: 1;
  font-family: 'NSB';
  color: #000;
}
#banner ul #b2 .text p{
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'NSEL';
  position: relative;
  color: #292a2b;
  margin-top: 29px;
}
#banner ul #b2 .text .more {
  font-size: 18px;
  font-family: 'RR';
  text-align: center;
  background-color: #fff;
  margin-top: 24px;
  transition: 1s;
  width: 13%;
  padding: 7px 0 6px 0;
  border-radius: 20px;
  color: #012a47;
}
#banner ul #b2 .text .more a {
  display: block;
}
#banner ul #b3 .text h3{
  font-size: 3.4rem;
  font-family: 'NSB';
  color: #191919;
  line-height: 1;
}
#banner ul #b3 .text p{
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'NSEL';
  position: relative;
  color: #191919;
  margin-top: 31px;
  text-align: center;
}
#banner ul #b3 .more{
  font-size: 18px;
  font-family: 'RR';
  text-align: center;
  background-color: #fff;
  margin: 24px auto 0 auto;
  transition: 1s;
  width: 13%;
  padding: 7px 0 6px 0;
  border-radius: 20px;
  color: #012a47;
}*/
#banner ul #b2 .text h3{
  font-size: 4.25rem;
  line-height: 1.2;
  font-family: 'NSB';
  color: #26d9ff;
}
#banner ul #b2 .text p{
  font-size: 2rem;
  line-height: 1;
  margin-top: 27px;
}
#banner ul #b2 .more{
  font-size: 18px;
  font-family: 'RR';
  text-align: center;
  background-color: #fff;
  margin: 24px 0 0 0;
  transition: 1s;
  width: 28%;
  padding: 7px 0 6px 0;
  border-radius: 20px;
  color: #012a47;
}

/*#banner ul li .text h3 {
  font-size: 3rem;
  width: 47.12%;
  line-height: normal;
  font-family: '';
}
#banner ul li .text p {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  margin-top: 101px;
}*/
#banner .nums {
  position: absolute;
  right: 123px;
  bottom: 3rem;
  font-size: 20px;
}
#banner .nums a {
  margin-right: 4rem;
  position: relative;
}
#banner .nums a.active {
  color: #13ab70;
}
#banner .nums a.active::after {
  content: '';
  position: absolute;
  left: -50%;
  top: 140%;
  width: 47px;
  height: 3px;
  background-color: #13ab70;
}
#index-body .about {
  width: 100%;
  background-color: #eff0f2;
}
#index-body .about .about-info {
  padding: 100px 0;
}
#index-body .about .about-info .about-info-img {
  width: 61%;
}
#index-body .about .about-info .about-info-text {
  width: 53.6%;
  margin-left: -16%;
}
#index-body .about .about-info .about-info-text .about-info-text-card {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 13px 8px 12px 1px rgba(0, 0, 0, 0.11);
  margin-top: 30px;
  padding-bottom: 50px;
}
#index-body .about .about-info .about-info-text .about-info-text-card span {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 60px 0 0 90px;
  display: inline-block;
}
#index-body .about .about-info .about-info-text .about-info-text-card span:before {
  content: '';
  width: 65px;
  height: 2px;
  background-color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
#index-body .about .about-info .about-info-text .about-info-text-card h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 20px 0 0 90px;
  line-height: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .about .about-info .about-info-text .about-info-text-card .desc {
  margin: 26px 0 0 90px;
}
#index-body .about .about-info .about-info-text .about-info-text-card .desc p {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  width: 88%;
}
#index-body .about .about-info .about-info-text .about-info-text-card .desc p:first-child {
  margin-bottom: 26px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .about .about-info .about-info-text .about-info-text-card .desc p:last-child {
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .about .about-info .about-info-text .about-info-text-card .more {
  background-color: #237ac9;
  border: 1px solid #237ac9;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 26.3%;
  text-align: center;
  padding: 16px 0 15px 0;
  margin: 32px 0 0 90px;
  transition: 1s;
}
#index-body .about .about-info .about-info-text .about-info-text-card .more a {
  display: block;
}
#index-body .about .about-info .about-info-text .about-info-text-card .more:hover {
  color: #237ac9;
  background-color: #fff;
}
#index-body .product {
  text-align: center;
}
#index-body .product h3 {
  padding-top: 94px;
  font-size: 54px;
  font-weight: 500;
}
#index-body .application h3 {
  padding: 80px 0 35px;
    font-size: 54px;
    font-weight: 500;
    TEXT-ALIGN: center;
}
#index-body .product .product-tab {
  margin-top: 49px;
}
#index-body .product .product-tab li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-right: 39px;
  cursor: pointer;
}
#index-body .product .product-tab li.active {
  background-color: #237ac9;
  color: #ffffff;
  padding: 4px 1rem 3px;
}
#index-body .product .product-box {
  margin-top: 35px;
}
#index-body .product .product-box .slick-slide {
  margin-right: 0.5%;
}
#index-body .product .product-box .left-arrow {
  width: 2.26%;
  background-color: rgba(172, 172, 172, 0.6);
  font-size: 21px;
  padding: 9px 0 10px 0;
  margin-top: 13%;
  margin-right: 2.4%;
  cursor: pointer;
  color: #fff;
  transition: .5s;
}
#index-body .product .product-box .left-arrow:hover {
  background-color: #237ac9;
}
#index-body .product .product-box .product-box-slick {
  width: 90%;
  margin-bottom: 96px;
}
#index-body .product .product-box .product-box-slick li {
  display: inline-block;
  margin-right: 1rem;
}
#index-body .product .product-box .product-box-slick li:last-child {
  margin-right: 0;
}
#index-body .product .product-box .product-box-slick li .ig {
      background-color: #ffffff;
    border: solid 1px #ece5e5;
    display: block;
    padding: 1rem 1rem;
}
#index-body .product .product-box .product-box-slick li h4 {
  font-size: 24px;
  color: #111;
  font-weight: 500;
  margin-top: 29px;
}
#index-body .product .product-box .product-box-slick li:hover h4{
  color: #237ac9;
}
#index-body .product .product-box .right-arrow {
  width: 2.26%;
  background-color: rgba(172, 172, 172, 0.6);
  font-size: 21px;
  padding: 9px 0 10px 0;
  margin-top: 13%;
  margin-left: 2.4%;
  cursor: pointer;
  color: #fff;
  transition: .5s;
}
#index-body .product .product-box .right-arrow:hover {
  background-color: #237ac9;
}
#index-body .product #p2 {
  display: none;
}
#index-body .product #p3 {
  display: none;
}
#index-body .product #p4 {
  display: none;
}
#index-body .advantage {
  width: 100%;
  background: url(../image/7-1.jpg) no-repeat;
  text-align: center;
  padding-bottom: 90px;
}
#index-body .advantage h3 {
  font-size: 54px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 80px;
}
#index-body .advantage .advantage-box {
  margin-top: 60px;
}
#index-body .advantage .advantage-box .header {
  color: #ffffff;
  transition: .5s;
}
#index-body .advantage .advantage-box .header:hover{
  color: #237ac9;
}
#index-body .advantage .advantage-box .header img{
  transition: .5s ease;
  cursor: pointer;
  width: 25%;
}
#index-body .advantage .advantage-box .header img:hover{
  transform: translateZ(30px) rotateY(360deg) scale(1.1);
	-webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
	-ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
	-moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}
#index-body .advantage .advantage-box .header h4 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
#index-body .advantage .advantage-box .desc {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 31px auto 0 auto;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: .5s;
}
#index-body .advantage .advantage-box .desc:hover{
  color: #237ac9;
}

#index-body .advantage .advantage-box1 {
  margin-top: 76px;
  padding-bottom: 101px;
}
#index-body .news {
  text-align: center;
}
#index-body .news .slick-slide {
  margin-right: 1%;
}
#index-body .news h3 {
  font-size: 54px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -2px;
  padding-top: 105px;
  position: relative;
}
#index-body .news h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 42%;
  width: 242px;
  height: 2px;
  background-color: #666666;
}
#index-body .news .news-content {
  margin-top: 61px;
}
#index-body .news .news-content .column {
  position: relative;
  width: 32%;
  margin-right: 1%;
}
#index-body .news .news-content .column img {
  width: 100%;
}
#index-body .news .news-content .column:last-child {
  margin-right: 0;
}
#index-body .news .news-content .column .target {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #237ac9;
  color: #ffffff;
  width: 20.1%;
}
#index-body .news .news-content .column .target h4 {
  font-size: 42px;
  font-weight: 400;
}
#index-body .news .news-content .column .target p {
  font-size: 16px;
  font-weight: 400;
}
#index-body .news .news-content .column .text {
  text-align: left;
  margin-top: 19px;
  color: #333333;
}
#index-body .news .news-content .column .text h4 {
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .news .news-content .column:hover .text h4{
  color: #237ac9;
}
#index-body .news .news-content .column .text p {
  font-size: 16px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 300;
}
#index-body .help {
  width: 100%;
  /* background: url(../image/help111.jpg) no-repeat; */
  height: 320px;
  position: relative;
  text-align: center;
  /* margin: 80px 0; */
}
#index-body .help .zz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 199, 199, 0.2);
  color: #000;
}
#index-body .help span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 68px;
  display: inline-block;
}
#index-body .help h3 {
  font-size: 46px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#index-body .help p {
  font-size: 16px;
  font-weight: 300;
  width: 38%;
  margin: 10px auto;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .help .contact {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  border: solid 1px #666666;
  width: 10.08%;
  margin: 19px auto 0 auto;
  padding: 6px 0 5px 0;
  transition: 1s;
}
#index-body .help .contact a {
  display: block;
}
#index-body .help .contact:hover {
  background-color: #237ac9;
  border: 1px solid #237ac9;
  color: #fff;
}
#index-body .application .column {
  position: relative;
}
#index-body .application .column img {
  width: 100%;
}
#index-body .application .column::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application .column .text {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application .column .text a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  width: 80%;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  padding: 35% 0;
  transition: 1s;
}
#index-body .application .column .text a:hover{
  color: #237ac9;
}
#index-body .application .column:hover::after {
  opacity: 1;
}
#index-body .application .column:hover .text {
  top: 50%;
  opacity: 1;
}
#footer {
  background-color: #141414;
}
#footer .form {
  padding-top: 3rem;
  text-align: center;
}
#footer .form input {
  width: 16.5%;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background-color: #717171;
  margin-right: 13px;
  padding: 10px 0 9px 17px;
  border: none;
}
#footer .form input::placeholder {
  color: #fff;
}
#footer .form textarea {
  width: 22.71%;
  background-color: #717171;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 11px 0 10px 17px;
  border: none;
}
#footer .form textarea::placeholder {
  color: #fff;
}
#footer .form input[type="submit"] {
  width: 10.37%;
  font-size: 16px;
  background-color: #fff;
  border: none;
  color: #333;
  padding: 10px 0 10px 0;
  margin-left: 13px;
  transition: 1s;
}
#footer .form input[type="submit"]:hover{
  background-color: #237ac9;
  color: #fff;
}
#footer .footer-info {
  color: #fff;
  padding-top: 3rem;
}
#footer .footer-info h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
}
#footer .footer-info .sub-info {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-info .sub-info p {
  margin-bottom: 10px;
  transition: .5s;
}
#footer .footer-info .sub-info li{
  margin-bottom: 10px;
}
#footer .footer-info .sub-info li:hover {
  color: #237ac9;
}
#footer .footer-info .sub-info p:hover {
  color: #237ac9;
}
#footer .footer-info .sub-info p:last-child {
  margin-bottom: 0;
}
#footer .footer-info .column:first-child p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 26px;
}
#footer .footer-info .column:first-child .code {
  margin-top: 35px;
  display: flex;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
}
#footer .footer-info .column:first-child .code h4{
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0 10px;
}
#footer .footer-info .column:first-child .code img {
  margin-right: 40px;
}
#footer .footer-info .column:nth-child(2) {
  width: 10%;
  margin-left: 8%;
}
#footer .footer-info .column:nth-child(3) {
  width: 15%;
  margin-left: 10%;
}
#footer .footer-info .column:last-child {
  margin-left: 5%;
}
#footer .footer-info .column:last-child .sub-info img {
  margin-right: 9px;
  display: inline-block;
}
#footer .footer-info .column:last-child .sub-info span {
  width: 80%;
  display: inline-block;
}
#footer .footer-copy {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  margin-top: 51px;
}
#footer .footer-copy .footer-copy-info {
  padding: 37px 0 27px 0;
}
#footer .footer-copy .footer-copy-info-left {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.48);
  width: 65%;
}
#footer .footer-copy .footer-copy-info-left img {
  display: inline-block;
  margin-left: 12px;
}
#footer .footer-copy .footer-copy-info-right {
  width: 35%;
  color: rgba(255, 255, 255, 0.48);
  text-align: right;
}
#footer .footer-copy .footer-copy-info-right li {
  display: inline-block;
  margin-right: 42px;
  transition: 1s;
}
#footer .footer-copy .footer-copy-info-right li:first-child {
  font-size: 23px;
}
#footer .footer-copy .footer-copy-info-right li:nth-child(2) {
  font-size: 20px;
}
#footer .footer-copy .footer-copy-info-right li:nth-child(3) {
  font-size: 18px;
}
#footer .footer-copy .footer-copy-info-right li:hover {
  color: #237ac9;
}
#footer .f-menu .f-top {
  font-size: 18px;
  text-align: center;
}
#footer .f-menu .f-top h2 {
  padding: 2rem 0 1rem;
}
#footer .f-menu .grid-box.four .column dl {
  padding: 3rem 0 1rem;
}
#footer .f-menu .grid-box.four .column dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1.5rem;
}
#footer .f-menu .grid-box.four .column dl dd {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.611;
  padding: 5px 0;
}
#footer .f-menu .grid-box.four .column dl dd i {
  position: relative;
}
#footer .f-menu .grid-box.four .column:nth-child(1) dl dd a i,
#footer .f-menu .grid-box.four .column:nth-child(2) dl dd a i {
  position: relative;
  left: 0;
  transition: .5s;
}
#footer .f-menu .grid-box.four .column:nth-child(1) dl dd a:hover,
#footer .f-menu .grid-box.four .column:nth-child(2) dl dd a:hover {
  color: #fff;
}
#footer .f-menu .grid-box.four .column:nth-child(1) dl dd a:hover i,
#footer .f-menu .grid-box.four .column:nth-child(2) dl dd a:hover i {
  left: 5px;
}
#footer .f-menu .grid-box.four .column:nth-child(3) {
  width: 30%;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd {
  position: relative;
  padding-left: 34px;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd > i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 20px;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd.map > i {
  font-size: 28px;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd.link {
  padding-left: 0;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #24345a;
  margin-right: 10px;
  margin-top: 1rem;
  transition: .5s;
}
#footer .f-menu .grid-box.four .column:nth-child(3) dl dd a:hover {
  color: #213865;
  background-color: #fff;
}
#footer .f-menu .grid-box.four .column:nth-child(4) {
  width: 20%;
  text-align: right;
}
#footer .f-menu .grid-box.four .column:nth-child(4) dl dd #ewm {
  display: inline-block;
}
#footer .f-menu .grid-box.four .column:nth-child(4) dl dd img {
  max-width: 7rem;
  border: 5px solid #fff;
}
#footer .f-copy {
  border-top: 1px solid #213865;
  padding: 15px 0;
}
#footer .f-copy .grid-box.two .left {
  vertical-align: middle;
  font-size: 16px;
}
#footer .f-copy .grid-box.two .right {
  text-align: right;
  vertical-align: middle;
}
#footer .f-copy .grid-box.two .right img {
  vertical-align: middle;
  max-height: 18px;
}
@media screen and (max-width: 1500px) {
  #banner ul li .text .more {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .logo {
    margin: 1rem 2rem 0 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 1rem 2rem 0 0;
  }
  #banner ul li .text p {
    margin-top: 60px;
  }
  #banner ul li .text p:after {
    top: -30px;
  }
  #banner ul li .text .more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    margin: 1rem 2rem 0 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 1rem 1rem 0 0;
  }
  #header .nav .ui.menu .h-search {
    margin: 1rem 2rem 0 2rem;
  }
  #banner ul li .text h3 {
    width: 80%;
  }
  #banner ul li .text p {
    margin-top: 50px;
  }
  #banner ul li .text p:after {
    top: -30px;
  }
  #banner ul li .text .more {
    margin-top: 22px;
  }
  #index-body .news h3:after {
    left: 39%;
  }
  #footer .footer-info .column:nth-child(2) {
    width: 12%;
    margin-left: 13%;
  }
  #footer .footer-info .column:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
   #banner ul li{
        height: auto;
    }
  .ui.container {
    width: 100%;
  }
  #header .nav .ui.menu {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    padding: 0;
    height: 40px;
  }
  #banner ul li .text h3 {
    width: 80%;
  }
  #banner ul li .text p {
    margin-top: 40px;
  }
  #banner ul #b1 .text p{
    margin-top: 20px;
  }
  #banner ul #b3 .text p{
    text-align: left;
  }
  #banner ul #b1 .text .more{
    margin-top: 20px;
    width: 20%;
  }
  #banner ul #b2 .text .more{
    width: 20%;
  }
  #banner ul #b3 .text .more{
    width: 20%;
    margin: 24px 0 0 0;
  }
  #banner ul #b4 .text .more{
    width: 20%;
  }
  #banner ul li .text p:after {
    top: -20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card span {
    margin: 20px 0 0 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card h3 {
    margin: 13px 0 0 20px;
    font-size: 24px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc {
    margin: 10px 0 0 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc p {
    line-height: 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc p:first-child {
    margin-bottom: 10px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .more {
    font-size: 16px;
    width: 29.3%;
    padding: 11px 0 9px 0;
    margin: 20px 0 0 90px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card {
    padding-bottom: 20px;
  }
  #index-body .news h3:after {
    left: 35%;
  }
  #index-body .help .contact {
    width: 16%;
  }
  #footer .footer-info .column:first-child .code img {
    margin-right: 30px;
  }
  #footer .footer-info .column:last-child {
    margin-left: 0;
  }
  #footer .footer-info .column:nth-child(2) {
    width: 20%;
    margin-left: 15%;
  }
  #footer .footer-info .column:nth-child(3) {
    width: 20%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text h3 {
    width: 100%;
  }
  #banner ul #b1 .text h3{
    width: 100%;
    font-size: 2rem;
    padding-bottom: 20px;
  }
  #banner ul #b1 .text p{
    margin-top: 10px;
  }
  #banner ul #b1 .text .more{
    font-size: 14px;
    padding: 8px 0 7px 0;
    width: 42%;
  }
  #banner ul #b2 .text h3{
    font-size: 3rem;
  }
  #banner ul #b2 .text p{
    font-size: 1.5rem;
    margin-top: 10px;
  }
  #banner ul #b2 .text .more{
    font-size: 14px;
    width: 40%;
    margin: 10px 0 0 0;
  }
  #banner ul #b3 .text h3{
    font-size: 2rem;
  }
  #banner ul #b3 .text p{
    margin-top: 10px;
  }
  #banner ul #b3 .text .more{
    font-size: 14px;
    width: 40%;
    margin: 10px 0 0 0;
  }
  #banner ul #b4 .text h3{
    font-size: 2.25rem;
  }
  #banner ul #b4 .text p{
    margin-top: 10px;
  }
  #banner ul #b4 .text .more{
    font-size: 14px;
    width: 40%;
    margin: 10px 0 0 0;
  }
  #banner ul li .text {
    top: 18%;
  }
  #banner ul li .text p {
    font-size: 20px;
    margin-top: 30px;
  }
  #banner ul li .text p:after {
    top: -16px;
  }
  #banner ul li .text .more {
    font-size: 14px;
    width: 33%;
    margin-top: 10px;
  }
  #index-body .about .about-info {
    padding: 10px 0;
  }
  #index-body .about .about-info .about-info-img {
    width: 100%;
  }
  #index-body .about .about-info .about-info-text {
    width: 100%;
    margin-left: 0;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card span {
    margin: 26px 0 0 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card h3 {
    font-size: 20px;
    margin: 9px 0 0 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc {
    margin: 16px 0 0 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc p {
    font-size: 12px;
    width: 90%;
    line-height: 20px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .desc p:first-child {
    margin-bottom: 10px;
  }
  #index-body .about .about-info .about-info-text .about-info-text-card .more {
    font-size: 14px;
    margin: 17px 0 0 20px;
  }
  #index-body .product h3 {
    font-size: 28px;
    padding-top: 16px;
  }
  #index-body .product .product-tab {
    margin-top: 10px;
  }
  #index-body .product .product-tab li {
    font-size: 14px;
    margin-right: 25px;
  }
  #index-body .product .product-box .left-arrow {
    width: 7.26%;
    margin-top: 40%;
  }
  #index-body .product .product-box .product-box-slick {
    width: 80%;
    margin-bottom: 10px;
  }
  #index-body .product .product-box .right-arrow {
    width: 7.26%;
    margin-top: 40%;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news h3 {
    font-size: 40px;
    padding-top: 14px;
  }
  #index-body .news h3:after {
    left: 20%;
    width: 200px;
  }
  #index-body .news .news-content {
    width: 100%;
    margin: 16px auto 0 auto;
  }
  #index-body .help {
    display: none;
  }
  #footer .form input {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .form textarea {
    width: 100%;
  }
  #footer .form input[type="submit"] {
    width: 30%;
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .footer-info .column:nth-child(2) {
    width: 50%;
    margin-left: 0;
  }
  #footer .footer-info .column:nth-child(3) {
    width: 50%;
    margin-left: 0;
  }
  #footer .footer-info .sub-info {
    font-size: 12px;
    margin-top: 0;
  }
  #footer .footer-info h3 {
    font-size: 20px;
  }
  #footer .footer-info .column:last-child {
    width: 100%;
    margin-left: 0;
  }
  #footer .footer-copy .footer-copy-info-left {
    width: 100%;
    font-size: 14px;
  }
  #footer .footer-copy .footer-copy-info-left img {
    margin-left: 0;
  }
  #footer .footer-copy .footer-copy-info-right {
    width: 100%;
    margin-top: 10px;
  }
}
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba();
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.inner-banner .mbx {
  font-size: 16px;
color: #000;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #237ac9;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #237ac9;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.inner-page .text {
  color: #828893;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #247bc9;
  font-size: 18px;
  text-transform: uppercase;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  /*background: #247bc9;*/
  background: #237ac9;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 26%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #247bc9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #05549b;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .active {
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #247bc9 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #237ac9;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #d247bc9 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../image/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #237ac9;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.2rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #237ac9;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 74%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;

  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
}
.page-num-current{
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
}
.inner-banner .tit h2{
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 72px;
}
.inner-page .tit h2:after {
  content: '';
  position: absolute;
  background: #1d3126;
  width: 62px;
  height: 3px;
  left: 0;
  bottom: 0;
}
.menu-siderbar{
  padding: 30px 0;
  border-bottom: 1px solid #b1b1b1;
}
.menu-siderbar .bread-crumbs a, .menu-siderbar .bread-crumbs span{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.menu-siderbar p{
  font-size: 16px;
  font-weight: 500;
}
.inner-pages {
    padding-top: 60px;
}
.inner-page .tit h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 54px;
    margin: 20px 0;
}

.about-page .part1 .column:nth-child(1) {
  padding-top: 5%;
  padding-right: 8%;
}
.about-page .part1 p {
  line-height: 30px;
  color: #7f7f7f;
}
.about-page .part1 p.singleintro1{
  font-family: verdana, geneva;
    font-size: 14px;
}

.about-page .part2 {
  padding-bottom: 100px;
}
.about-page .part2 .column:nth-child(1) {
  width: 50%;
}
.about-page .part2 .column:nth-child(2) {
  width: 50%;
  padding: 4% 0 0 3%;
 
}
.about-page .part2 .column:nth-child(2) ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
/* .about-page .part2 .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1f3328;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 6px;
} */
.about-page .part2 .column:nth-child(2) h3 {
  font-weight: 500;
  font-size: 20px;
}
.about-page .part2 .column:nth-child(2) p {
  line-height: 25px;
  font-size: 16px;
  color: rgb(89, 89, 89);
}
.about-page .i-video {
  position: relative;
}
.about-page .i-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about-page .i-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.about-page .i-video .play:after,
.about-page .i-video .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;
}
.about-page .i-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.about-page .i-honor{
  padding: 50px 0;
}

.about-page .i-honor .warp{
  margin: -20px;
}
.about-page .i-honor .item{
  padding: 20px;
}

.about-page .i-honor .item .img{
  border: 1px solid #000;
}

.about-page .i-honor .honor-list{
    padding-top: 20px;
    padding-bottom: 40px;
}

/* .about-page .i-envir .warp{
  margin: -20px;
} */
.about-page .i-envir .item{
  padding: 10px;
}

.about-page .i-envir {
  padding: 70px 0 15px;
}
.about-page .i-envir .envir-list {
  margin-top: 15px;
  position: relative;
}
.about-page .i-envir .envir-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}
.about-page .i-envir .envir-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}
.about-page .i-custom {
  padding: 84px 0 83px 0;
  background: url(../image/aa.jpg) no-repeat top center;
}
.about-page .i-custom .grid-box .column:nth-child(1) {
  width: 60%;
}
.about-page .i-custom .grid-box .column:nth-child(2) {
  width: 40%;
  padding-top: 15px;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 15px auto 15px;
  color: #fff;
  text-align: center;
  background: #000;
  float: right;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 8px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 12px;
}
.about-page .i-custom .map {
  background: #fff;
  margin-top: 90px;
  padding: 50px 0 0;
}
.about-page .i-custom .map img {
  display: block;
  margin: 0 auto;
}
.about-page .partner-list {
  padding-top: 130px;
}
.about-page .partner-list .img {
  border: 1px solid #ddd;
}
.about-page .partner-list .img img{
    /*filter: grayscale(100%);*/
    filter: gray;
    margin: 0 auto;
}
/*.about-page .partner-list .img img:hover{
    filter: grayscale(0);
    filter: none;
}*/

.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "POPPINS-MEDIUM";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #247bc9 none repeat scroll 0 0;
  border: 2px solid #247bc9;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "POPPINS-MEDIUM";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #247bc9 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #247bc9;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #247bc9;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../image/about-3-bg.png") center center #247bc9;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #247bc9;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #247bc9;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #247bc9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #247bc9;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #247bc9;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #247bc9;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #247bc9;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #247bc9;
  border-left: 1px solid #247bc9;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #247bc9 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #247bc9;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #247bc9;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #247bc9;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #247bc9 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding: 70px 0 90px;
}
.contact-page .contact-2 .left {
  width: 50%;
  padding-left: 20px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 50%;
  padding-right: 20px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #247bc9 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 18px;
    FONT-WEIGHT: 100;
    text-transform: capitalize;
    color: #4c4c4c;
}
.contact-page .contact-2 .right ul li p {
  font-size: 26px;
  color: #111;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  background: #f5f8ff;
  padding: 40px 0 70px;
}
.product-page .top {
    display: block;
    padding: 20px 30px;
    background: #fff;
}
.product-page .top h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  margin-right: 15px;
}
.product-page .top .cat {
  display: inline-block;
  vertical-align: middle;
}
.product-page .top .cat .cat-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .cat .cat-list span {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 520px;
  font-size: 18px;
  color: #7c7c7c;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  cursor: hand;
}
.product-page .top .cat .cat-list span i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}
.product-page .top .cat .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
}
.product-page .top .cat .cat-list ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .top .cat .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .top .cat .cat-list ul li:hover {
  color: #2f80ee;
}
.product-page .top .cat .cat-list:hover ul {
  display: block;
}
.product-page .top .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.product-page .top .search form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .search form input {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 18px;
  color: black;
  display: block;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  background: transparent;
}
.product-page .top .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input::-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input[type="submit"] {
  width: 40px;
  background: url("") center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.product-page .bottom {
  padding: 40px 0 55px;
}
.product-page .bottom .grid-box.four>.column{
  width: 24%;
}
.product-page .bottom ul {
  margin: -15px -8px;
}
.product-page .bottom ul li {
  padding: 15px 8px;
  background: #fff;
  margin: 0 1% 20px 0;
  width: 32.3333% !important;
}
.product-page .bottom ul li:last-child{
  margin: 0 0 20px 0;
}
.product-page .bottom ul li a.img-box {
  display: block;
}
.product-page .bottom ul li a.img-box img {
  display: block;
  width: 100%;
}
.product-page .bottom ul li .content {
  display: block;
  background: white;
  padding: 20px 10px 15px;
}
.product-page .bottom ul li .content h5 {
  font-size: 20px;
  color: black;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
.product-page .bottom ul li .content h5:hover {
  color: #2f80ee;
}
.product-page .bottom ul li .content p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 10px;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #247bc9;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #247bc9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #247bc9;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #247bc9;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #247bc9;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .prodet-1 {
  padding: 70px 0;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left .slick-slide{
  width: 155px;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left a > img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left .slick {
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .right h3 {
  font-size: 28px;
  color: #333;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #2f80ee;
  color: white;
}
.prodet-page .prodet-2 .top {
  background: #eee;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  background: #2f80ee;
  color: white;
}
.prodet-page .prodet-2 .bottom {
  padding: 30px;
  font-size: 14px;
  line-height: 1.8;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .bottom table{
  border: none;
}
.prodet-page .prodet-2 .bottom table tr:nth-child(odd) {
    background: rgba(0,0,0,.015);
}
.prodet-page .prodet-2 .bottom table tr:nth-child(even) {
    background: 0 0;
}
.prodet-page .prodet-2 .bottom table td {
    padding: 12px 15px;
}
.prodet-page .prodet-2 .bottom table td span{
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}
.prodet-page .prodet-3 {
  padding: 40px 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../image/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../image/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #247bc9;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #247bc9;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #247bc9;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #247bc9;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #247bc9;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #247bc9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #247bc9;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #247bc9;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #247bc9;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #247bc9;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-page .part1 .column:nth-child(1) {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
}
.about-page .part1 .column:nth-child(2){
  width: 100%;
  padding: 30px 0;
}
.about-page .part2 .column:nth-child(1) {
    width: 100%;
}
.about-page .part2 .column:nth-child(2) {
    width: 100%;
    padding: 5% 0 0 0;
    }
    .about-page .i-envir {
    padding: 40px 0;
}
.about-page .i-envir .grid-box.two>.column {
    width: 100%;
}
}
@media screen and (max-width: 700px) {
  #footer .footer-info .column:first-child .code,
  #footer .footer-info .column:nth-child(2),
  #footer .footer-info .column:nth-child(3),
  .product-page .top,
  .prodet-page .prodet-1 .left .slick{
    display: none;
  }
  .inner-page .tit h3{
    font-size:28px;
  }
  .inner-banner{
    padding-top: 120px!important;
  }
  .product-page .bottom .grid-box.four > .column,
  .prodet-page .prodet-1 .left,
  .prodet-page .prodet-1 .right{
    padding: 0;
    width:100%;
  }
  .about-page .part2 {
    padding-bottom: 30px;
}
.about-page .i-video{
  display: none;
}
.about-page .part2 {
    padding-bottom: 0;
}
.about-page .i-envir {
    padding: 10px 0;
}
.about-page .i-custom{
  display: none;
}
.about-page {
    padding-bottom: 30px;
}
.about-page .i-envir .envir-list .fa {
    right: 14%;
}
.about-page .i-envir .envir-list .fa-chevron-right {
    right: 4%;
}
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  .product-page .bottom ul li{
    width: 49% !important;
  }
}
@media screen and (max-width: 500px) {
  .product-page .bottom ul li{
    width: 100% !important;
  }
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}

