@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
#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: 200;
}
.index-partner{
    font-size: 40px;
    color: #fff;
    line-height: 45px;
	text-align:center;
    font-family: 'OpenSans-Bold';
	padding-top:150px;
}


.index-partner span{
    color: #fec930!important;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}

.news-page .news-1 ul li { 
	width:50%;
	padding:10px;
}
#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;
}


.product-page .product-1 ul li h3 { height:80px;overflow:hidden;}

#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;
}

.inner-page .sidebar-box .sidebar-left .box input {color:#ccc;}

#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: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}

.product-page .product-1 ul li h3 { text-align:left!important;}

.product-page .product-1 ul li{text-align:left!important;}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width:auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}

.children li {
	margin-left: 15px;
}

.container {
  width: 1230px;
}
.containerBox {
  width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background: #222222;
  height: 78px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .h-logo {
  padding: 10px 20px;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  height: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  line-height: 78px;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: 'Poppins-SemiBold';
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fec930;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #fec930;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #fec930;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li:nth-child(3) .sub-menu {
	width: 255px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  font-family: 'Poppins-SemiBold';
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .language {
  line-height: 78px;
  text-transform: uppercase;
  position: relative;
}
#header .nav .nav-box .menu-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'OpenSans Regular';
  color: #ffffff;
  margin: 0 15px;
}
#header .nav .nav-box .menu-box .language > a > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#header .nav .nav-box .menu-box .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: #fec930;
  text-align: center;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .language .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  font-family: 'Poppins-SemiBold';
}
#header .nav .nav-box .menu-box .language .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .language > a > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  padding: 0 25px;
  line-height: 78px;
  background: #000000;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #fec930;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  position: relative;
  margin-top: 78px;
}
#banner img {
  width: auto;
}
#banner .bannerBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .bannerBox .content {
  text-align: center;
  max-width: 1100px;
}
#banner .bannerBox .content h1 {
  font-size: 60px;
  color: #ffffff;
  font-family: 'MYRIADPRO-REGULAR';
  padding-bottom: 10px;
}
#banner .bannerBox .content h1 span {
  font-size: inherit;
  color: #fec930;
  font-family: 'OpenSans-Light';
}
#banner .bannerBox .content p {
  font-size: 48px;
  line-height: 55px;
  color: #ffffff;
  font-family: 'OpenSans-Light';
}
#banner .bannerBox .content a {
  margin-top: 50px;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #fec930;
  color: #ffffff;
  font-family: 'poppins-bold';
  display: inline-block;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#banner .bannerBox .content a:hover {
  background: #fec930;
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.otf) format('truetype');
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url(../fonts/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'MYRIADPRO-REGULAR';
  src: url(../fonts/MYRIADPRO-REGULAR.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'OpenSans Regular';
  src: url(../fonts/opensans.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.otf) format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/Raleway-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url(../fonts/Raleway-Medium.ttf) format('truetype');
}
#index-body {
  background: #000000;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product {
  padding: 100px 0 50px 0;
}
#index-body .i-product .top {
  text-align: center;
  position: relative;
}
#index-body .i-product .top h1 {
  font-size: 36px;
  color: #5e5e5e;
  font-family: 'Poppins-Medium';
  font-style: italic;
  text-transform: uppercase;
}
#index-body .i-product .top h1 span {
  color: #fec930;
}
#index-body .i-product .top .topImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .i-product .productBox {
  margin: 110px 0 100px 0;
}
#index-body .i-product .productBox .swiper-container {
  padding: 10px 0;
}
#index-body .i-product .productBox .swiper-container .swiper-slide {
  position: relative;
}
#index-body .i-product .productBox .swiper-container .swiper-slide::after {
  position: absolute;
  content: "";
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec930;
  z-index: 1;
}
#index-body .i-product .productBox .swiper-container .swiper-slide a.productImg {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#index-body .i-product .productBox .swiper-container .swiper-slide a.productImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content {
  padding: 40px 25px 30px;
  background: #252525;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 2;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content h2 {
  font-size: 18px;
  color: #ffffff;
  padding: 5px 0;
  font-family: 'Poppins-SemiBold';
  border-top: 1px solid #3b3b3b;
  position: relative;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content h2 > a {
  transition: 0s ease;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content h2:hover {
  color: #fec930;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content p {
  font-size: 16px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'OpenSans-Light';
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content a.read {
  margin-top: 20px;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  color: #000000;
  font-family: 'Roboto-Medium';
  display: inline-block;
  background: #fec930;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-product .productBox .swiper-container .swiper-slide .content a.read:hover {
  background: #000000;
  color: #ffffff;
}
#index-body .i-vide {
  padding: 120px 0 110px 0;
  background: url(../images/videBga.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  text-align: center;
}
#index-body .i-vide h2 {
  font-size: 20px;
  color: #fec930;
  text-transform: uppercase;
  font-family: 'poppins-regular';
  padding-bottom: 10px;
}
#index-body .i-vide h3 {
  font-size: 48px;
  line-height: 55px;
  color: #ffffff;
  font-family: 'Roboto-Bold';
}
#index-body .i-vide .play {
  display: inline-block;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
#index-body .i-vide .play::before {
  content: '';
  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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-vide .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-why {
  padding-top: 170px;
}
#index-body .i-why .top {
  position: relative;
}
#index-body .i-why .top h1 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-family: 'Poppins-SemiBold';
}
#index-body .i-why .top h1 span {
  color: #fec930;
}
#index-body .i-why .top .topImg {
  position: absolute;
  left: 0;
  bottom: -10px;
}
#index-body .i-why .whyBox {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
#index-body .i-why .whyBox .left {
  max-width: 360px;
}
#index-body .i-why .whyBox .left p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 24px;
  font-family: 'OpenSans Regular';
  margin-bottom: 20px;
}
#index-body .i-why .whyBox .left ul li {
  font-size: 14px;
  color: #ffffff;
  font-family: 'OpenSans Regular';
  padding-bottom: 10px;
}
#index-body .i-why .whyBox .left ul li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fec930;
  margin-right: 15px;
}
#index-body .i-why .whyBox .left a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
  font-family: 'Poppins-SemiBold';
  background: #252525;
}
#index-body .i-why .whyBox .left a:hover {
  background: #fec930;
}
#index-body .i-why .whyBox .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 785px;
}
#index-body .i-why .whyBox .right ul li {
  width: 48%;
  margin-bottom: 35px;
  position: relative;
}
#index-body .i-why .whyBox .right ul li::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 2px;
  border-radius: 10px;
  background: #fec930;
}
#index-body .i-why .whyBox .right ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-why .whyBox .right ul li .right-Box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 20px 15px;
  border-radius: 10px;
  background: #252525;
  position: relative;
  z-index: 2;
}
#index-body .i-why .whyBox .right ul li .right-Box .left {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
#index-body .i-why .whyBox .right ul li .right-Box .left img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-why .whyBox .right ul li .right-Box .right {
  position: relative;
  z-index: 2;
  width: 75%;
}
#index-body .i-why .whyBox .right ul li .right-Box .right h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Raleway-Regular';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 5px 0;
	font-weight: bold;
}
#index-body .i-why .whyBox .right ul li .right-Box .right p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: 'OpenSans Regular';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .i-news {
  padding-top: 195px;
}
#index-body .i-news .top {
  position: relative;
  text-align: center;
}
#index-body .i-news .top h1 {
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  font-family: 'OpenSans-Bold';
}
#index-body .i-news .top h1 span {
  color: #fec930;
}
#index-body .i-news .top .topImg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .i-news .newsBox {
  padding: 45px 0 80px 0;
}
#index-body .i-news .newsBox .swiper-container {
  padding: 10px 0;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide {
  position: relative;
  margin-top:0!important;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide::after {
  position: absolute;
  content: "";
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fec930;
  z-index: 1;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide a.newsImg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width:100%;
  background:#fff;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide a.newsImg img{
    height:200px;
    margin:0 auto;
    display: block;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide a.newsImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content {
  margin-top: -6px;
  background: #252525;
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 2;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content p.time span {
  display: inline-block;
  padding: 2px 10px;
  background: #000000;
  font-size: 12px;
  color: #ffffff;
  font-family: 'OpenSans Regular';
  margin-right: 5px;
	height:auto;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content h2 {
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Raleway-Medium';
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content h2:hover {
  color: #fec930;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content h2 a {
  transition: 0s ease;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content p.time{
	height:auto;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content p {
  font-size: 14px;
  color: #898989;
  line-height: 25px;
  font-family: 'Raleway-Regular';
	height:100px;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content > a {
  margin-top: 20px;
  display: inline-block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background: #252525;
  padding: 5px 25px;
  color: #ffffff;
  font-size: 14px;
}
#index-body .i-news .newsBox .swiper-container .swiper-slide .content > a:hover {
  background: #fec930;
}
#footer {
  position: relative;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a,
#footer span,
#footer i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top {
  padding: 80px 0 60px 0;
  background-color: #1b1b1b;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content ul h2 {
  font-size: 24px;
  color: #fff;
  font-family: 'OpenSans-Bold';
  padding: 10px 0;
  position: relative;
  margin: 20px 0;
}
#footer .top .topBox .content ul h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #fec930;
}
#footer .top .topBox .one {
  max-width: 275px;
}
#footer .top .topBox .one ul h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#footer .top .topBox .one ul h2::after {
  display: none;
}
#footer .top .topBox .one ul p {
  font-size: 14px;
  color: #c7c7c7;
  font-family: 'OpenSans Regular';
  margin-bottom: 15px;
}
#footer .top .topBox .one ul .qr {
  display: inline-block;
  width: 100px;
  height: 100px;
}
#footer .top .topBox .two {
  max-width: 220px;
}
#footer .top .topBox .two ul li {
  margin-bottom: 30px;
}
#footer .top .topBox .two ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'OpenSans-Bold';
  display: block;
}
#footer .top .topBox .two ul li a:hover {
  color: #fec930;
}
#footer .top .topBox .two ul li p {
  font-size: 12px;
  color: #cfcfcf;
  margin-top: 15px;
}
#footer .top .topBox .two ul li p i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fec930;
  margin-right: 10px;
}
#footer .top .topBox .three ul li {
  font-size: 14px;
  color: #ffffff;
  font-family: 'OpenSans-Bold';
  padding: 4px 10px;
  margin: 5px 0;
  border-left: 1px solid #fec930;
}
#footer .top .topBox .three ul li:hover {
  color: #fec930;
}
#footer .top .topBox .four {
  max-width: 275px;
}
#footer .top .topBox .four ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'OpenSans-Bold';
  color: #fff;
  padding: 10px;
  background: #343434;
  margin-bottom: 5px;
}
#footer .top .topBox .four ul li i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  width:24px;
}
#footer .bottom {
  padding: 15px 0;
  background: #343434;
}
#footer .bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
#footer .bottom .bottom-box p {
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
  opacity: 0.5;
}
#footer .bottom .bottom-box p a {
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
}
#footer .bottom .bottom-box p img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: auto;
}
#footer .Stick {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  cursor: pointer;
}
#footer .Stick i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fec930;
  width: 30px;
  height: 30px;
  border: 1px solid #fec930;
}

@media screen and (max-width: 1330px) {
  .containerBox {
    width: 1070px;
  }
  .container {
    width: 970px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 18px;
  }
  #header .nav .nav-box .menu-box .language > a > img {
    margin: 0 5px;
  }
  #header .nav .nav-box .menu-box .h-search {
    padding: 0 20px;
  }
  #header .nav .nav-box .menu-box .language > a {
    font-size: 12px;
    margin: 0 10px;
  }
  #banner .bannerBox .content h1 {
    font-size: 40px;
  }
  #banner .bannerBox .content p {
    font-size: 28px;
    line-height: 45px;
  }
  #index-body .i-product {
    padding: 80px 0 50px 0;
  }
  #index-body .i-product .productBox {
    margin: 60px 0 20px 0;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content {
    padding: 30px 15px 20px;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content h2 {
    font-size: 16px;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content p {
    font-size: 14px;
  }
  #index-body .i-vide {
    padding: 70px 0 80px 0;
  }
  #index-body .i-vide h2 {
    font-size: 18px;
  }
  #index-body .i-vide h3 {
    font-size: 38px;
    line-height: 45px;
  }
  #index-body .i-why {
    padding-top: 80px;
  }
  #index-body .i-why .whyBox {
    padding-top: 40px;
  }
  #index-body .i-news {
    padding-top: 70px;
  }
  #index-body .i-news .newsBox .swiper-container .swiper-slide .content p.time span {
    padding: 2px 5px;
    margin-right: 2px;
  }
  #index-body .i-news .newsBox .swiper-container .swiper-slide .content {
    padding: 20px 10px;
  }
  #index-body .i-news .newsBox .swiper-container .swiper-slide .content h2 {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .i-news .newsBox .swiper-container .swiper-slide .content p {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .top .topBox .one {
    max-width: 220px;
  }
  #footer .top .topBox .two {
    max-width: 190px;
  }
  #footer .top .topBox .four {
    max-width: 240px;
  }
  #footer .top {
    padding: 30px 0 20px 0;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1070px) {
  .containerBox {
    width: 868px;
  }
  .container {
    width: 768px;
  }
  #banner .bannerBox .content h1 {
    font-size: 30px;
  }
  #banner .bannerBox .content p {
    font-size: 22px;
    line-height: 30px;
  }
  #banner .bannerBox .content a {
    margin-top: 30px;
    font-size: 14px;
    padding: 5px 15px;
  }
  #index-body .i-product {
    padding: 30px 0 30px 0;
  }
  #index-body .i-product .productBox {
    margin: 20px 0 20px 0;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content {
    padding: 20px 10px 15px;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content h2 {
    font-size: 14px;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content p {
    font-size: 12px;
    line-height: 20px;
  }
  #index-body .i-product .productBox .swiper-container .swiper-slide .content a.read {
    margin-top: 15px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
  }
  #index-body .i-vide h2 {
    font-size: 16px;
  }
  #index-body .i-vide h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #index-body .i-vide .play {
    margin-top: 40px;
  }
  #index-body .i-vide {
    padding: 40px 0 45px 0;
  }
  #index-body .i-why .top h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-why .whyBox {
    padding-top: 30px;
  }
  #index-body .i-why .whyBox .left p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #index-body .i-why .whyBox .left ul li {
    font-size: 12px;
    padding-bottom: 6px;
  }
  #index-body .i-why .whyBox .left {
    padding-right: 10px;
  }
  #index-body .i-why .whyBox .right ul li .right-Box {
    padding: 10px 5px 10px;
  }
  #index-body .i-why .whyBox .right ul li .right-Box .right h2 {
    font-size: 14px;
  }
  #index-body .i-why .whyBox .right ul li .right-Box .right p {
    font-size: 12px;
  }
  #index-body .i-why .whyBox .right ul li .right-Box .left {
    margin-right: 0px;
  }
  #index-body .i-why .whyBox .right ul li {
    width: 49%;
    margin-bottom: 15px;
  }
  #index-body .i-why .whyBox .left a {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 15px;
  }
  #index-body .i-news .top h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-news {
    padding-top: 50px;
  }
  #index-body .i-news .newsBox {
    padding: 20px 0 40px 0;
  }
  #footer .top .topBox .one ul p {
    font-size: 12px;
  }
  #footer .top .topBox .content ul h2 {
    font-size: 18px;
  }
  #footer .top .topBox .one {
    max-width: 200px;
  }
  #footer .top .topBox .two ul li a {
    font-size: 12px;
  }
  #footer .top .topBox .two ul li p {
    font-size: 12px;
  }
  #footer .top .topBox .four ul li {
    font-size: 12px;
  }
  #footer .top .topBox .three ul li {
    font-size: 12px;
  }
  #footer .top .topBox .four {
    max-width: 210px;
  }
  #footer .top .topBox .two {
    max-width: 160px;
  }
  #footer .top .topBox .one {
    max-width: 170px;
  }
}
@media screen and (max-width: 868px) {
  .containerBox {
    width: 768px;
  }
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .containerBox {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  #banner .bannerBox .content p {
    font-size: 12px;
    line-height: 20px;
  }
  #banner .bannerBox .content h1 {
    font-size: 18px;
  }
  #banner .bannerBox .content a {
    margin-top: 10px;
    font-size: 12px;
    padding: 2px 5px;
  }
  #index-body .i-product .top h1 {
    font-size: 24px;
  }
  #index-body .i-vide h2 {
    font-size: 12px;
  }
  #index-body .i-vide h3 {
    font-size: 20px;
    line-height: 28px;
  }
  #index-body .i-why .whyBox {
    display: block;
  }
  #index-body .i-why .whyBox .left {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #index-body .i-why .whyBox .right ul li .right-Box .left img {
    width: 30px;
    height: auto;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .one {
    max-width: 100%;
  }
  #footer .top .topBox .two {
    max-width: 50%;
  }
  #footer .top .topBox .three {
    max-width: 50%;
  }
  #footer .bottom .bottom-box {
    display: block;
    text-align: center;
  }
  #footer .top .topBox .four {
    max-width: 100%;
  }
}


































.inner-banner {
	margin-top: 78px;
  height: 400px;
  background-attachment: fixed;
  padding-top: 130px;
  text-align: center;
}
.inner-banner .box {
  color: white;
}
.inner-banner .box h2 {
  font-size: 60px;
  font-family: "bebasneue";
  line-height: 50px;
  letter-spacing: 3px;
}
.inner-banner .box .mbx {
  font-size: 18px;
  margin-top: 30px;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  margin: 0 10px;
}
.inner-banner .box .mbx a:hover {
  text-decoration: underline;
}
.inner-page {
  background: #121212;
  color: white;
}
.inner-page h2 {
  font-size: 40px;
  color: white;
  font-family: "bebasneue";
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
.inner-page h2 em {
  color: #fec930;
  font-size: inherit;
}
.inner-page p {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
.inner-page a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  color: white;
  font-family: "roboto-bold";
  font-size: 16px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.inner-page a.more:before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252525;
  display: block;
}
.inner-page a.more:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #fec930;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
}
.inner-page a.more:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.inner-page .form {
  background: #222222;
  border-radius: 20px;
  padding: 50px 25px;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  width: 50%;
  margin-bottom: 10px;
}
.inner-page .form ul li:last-child {
  padding-bottom: 0;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #999;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #999;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #999;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #fec930;
}
.inner-page .form ul li textarea {
  height: 200px;
  line-height: 24px;
  padding: 13px 20px;
}
.inner-page .form ul li input[type="submit"] {
  width: 150px;
  color: white;
  background: #fec930;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #252525;
}
.inner-page .partner {
  padding: 40px 0;
  background: #252525;
}
.inner-page .partner li {
  text-align: center;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .partner li img {
  margin: 0 auto;
}
.inner-page .partner li:hover {
  opacity: 1;
}
.inner-page .sidebar-box {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .box {
  border-radius: 5px;
  margin-bottom: 40px;
  background: #252525;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .box input {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
  border: none;
  background: #252525;
  padding-left: 10px;
  padding-right: 65px;
}
.inner-page .sidebar-box .sidebar-left .box input[type="submit"] {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
.inner-page .sidebar-box .sidebar-left .box.class {
  padding: 50px 20px;
}
.inner-page .sidebar-box .sidebar-left .box h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .box ul li a {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
  display: block;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .box ul li a:hover,
.inner-page .sidebar-box .sidebar-left .box ul li a.active {
  background: rgba(255, 255, 255, 0.1);
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  padding-left: 40px;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 30px;
}
.inner-page .m-page span:nth-child(1){
	display: none!important;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 5px;
  background: #252525;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current{
  background: #fec930;
}
.about-page .about-1 {
  padding: 100px 0;
}
.about-page .about-1 .content {
  text-align: left;
  max-width: 850px;
  margin: 30px auto 0;
	background: #222;
  padding: 30px 25px;
}
.about-page .about-1 .box {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .box .column {
  padding: 0 40px;
}
.about-page .about-1 .box .column .box2 {
  display: block;
  background: #252525;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.about-page .about-1 .box .column .box2 .content {
  padding: 50px 30px;
  text-align: center;
}
.about-page .about-1 .box .column .box2 .content h3 {
  color: white;
  font-family: "roboto-bold";
  font-size: 32px;
  margin-bottom: 25px;
}
.about-page .about-2 {
  padding: 100px 0;
  background: #181818;
}
.about-page .about-2 .left {
  padding-right: 10%;
  vertical-align: bottom;
}
.about-page .about-2 .left h2 {
  text-align: left;
}
.about-page .about-2 .about-2-title{
	text-align:center;
}
.about-page .about-2 .about-2-title span{
	font-size: 24px;
  font-family: "bebasneue";
  line-height: 30px;
  padding: 10px;
  background: #252525;
  color: white;
  display: inline-block;
  margin: 20px 0 30px;
}
.about-page .about-2 .about-2-title span em{
	color: #fec930;
  margin-right: 10px;
  margin-left: 20px;
  font-size: inherit;
}
.about-page .about-2 span {
  font-size: 24px;
  font-family: "bebasneue";
  line-height: 30px;
  padding: 10px;
  background: #252525;
  color: white;
  display: inline-block;
  margin: 20px 0 30px;
}
.about-page .about-2 .left span em {
  color: #fec930;
  margin-right: 10px;
  margin-left: 20px;
  font-size: inherit;
}
.about-page .about-2 .left .box {
  padding-top: 10px;
}
.about-page .about-2 .left .box ul li {
  position: relative;
  margin-bottom: 30px;
}
.about-page .about-2 .left .box ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .left .box ul li i {
  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%);
  font-size: 40px;
  color: #fec930;
}
.about-page .about-2 .left .box ul li h3 {
  font-size: 18px;
  font-family: "roboto-bold";
  color: white;
  margin-bottom: 5px;
}
.about-page .about-2 .right {
  text-align: right;
  position: relative;
  padding-right: 40px;
  padding-top: 40px;
  z-index: 1;
  vertical-align: bottom;
  padding-bottom: 60px;
}
.about-page .about-2 .right ul {
  max-width: 400px;
  margin-left: auto;
  margin-right: 0;
}
.about-page .about-2 .right ul:after {
  content: '';
  border: 20px solid #fec930;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}
.about-page .about-2 .right ul li img {
  margin-left: auto;
  margin-right: 0;
}
.about-page .about-2 .right ul .slick-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
}
.about-page .about-2 .right ul .slick-dots:after {
  display: none;
}
.about-page .about-2 .right ul .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .right ul .slick-dots li.slick-active {
  background: #fec930;
}
.about-page .about-2 .right ul .slick-dots li button {
  display: none;
}
.about-page .about-3 {
  background: url("../images/videBga.jpg") center center;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 24px;
  color: #fec930;
  margin-bottom: 10px;
}
.about-page .about-3 h2 {
  font-family: "roboto-bold";
  text-transform: capitalize;
}
.about-page .about-3 span {
  display: block;
  font-size: 34px;
  color: #fec930;
  font-family: "roboto-bold";
  margin: 20px 0 10px;
}
.about-page .about-4 {
  padding: 100px 0;
}
.about-page .about-4 h2 {
  text-align: left;
}
.about-page .about-4 .box {
  padding-top: 80px;
}
.about-page .about-4 .box .left {
  padding-right: 25px;
}
.about-page .about-4 .box .left ul {
  margin: -15px;
}
.about-page .about-4 .box .left ul li {
  padding: 15px;
}
.about-page .about-4 .box .left ul li .content {
  display: block;
  background: #252525;
  padding: 20px;
}
.about-page .about-4 .box .left ul li .content .box2 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  text-align: center;
}
.about-page .about-4 .box .left ul li .content .box2 i {
  font-size: 40px;
  color: #fec930;
}
.about-page .about-4 .box .left ul li .content .box2 h3 {
  font-family: "roboto-bold";
  font-size: 34px;
  padding: 15px 0;
  line-height: 34px;
}
.about-page .about-4 .box .left ul li .content .box2 p {
  font-family: "roboto-bold";
  font-size: 18px;
  color: white;
}
.about-page .about-4 .box .right {
  padding-left: 25px;
}
.about-page .about-4 .box .right h3 {
  font-family: "roboto-bold";
  font-size: 24px;
  margin-bottom: 30px;
}
.about-page .about-4 .box .right .box {
  padding-top: 20px;
}
.about-page .about-4 .box .right .box ul li {
  padding-bottom: 30px;
}
.about-page .about-4 .box .right .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-4 .box .right .box ul li h3 {
  font-size: 18px;
  color: white;
  font-family: "roboto-bold";
  margin-bottom: 15px;
}
.about-page .about-4 .box .right .box ul li h3 em {
  float: right;
}
.about-page .about-4 .box .right .box ul li .line {
  display: block;
  height: 5px;
  width: 100%;
  background: #252525;
  position: relative;
}
.about-page .about-4 .box .right .box ul li .line i {
  position: absolute;
  left: 0;
  height: 4px;
  top: 0;
  width: 0;
  background: #fec930;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.about-page .about-4 .box .right .box ul li .line i:after {
  content: '';
  border: 5px solid white;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}
.about-page .about-5 {
  padding: 100px 0;
  background: #181818;
}
.about-page .about-5 .content {
  padding-top: 30px;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.about-page .about-5 .box {
  padding-top: 80px;
}
.about-page .about-5 .box .left {
  padding-right: 10%;
  vertical-align: middle;
}
.about-page .about-5 .box .left .form ul li {
  width: 100%;
}
.about-page .about-5 .box .right {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-5 .box .right:after {
  content: '';
  width: 55%;
  height: 80%;
  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%);
  border: 10px solid #fec930;
}
.about-page .about-5 .box .right img {
  position: relative;
  width: auto;
  z-index: 1;
  margin: 0 auto 0 -80px;
}
.service-page .service-1 {
  padding: 100px 0;
}
.service-page .service-1 .box {
  padding-top: 50px;
}
.service-page .service-2 {
  padding: 80px 0;
}
.service-page .service-2 h2 {
  text-align: left;
}
.service-page .service-2 .box {
  padding-top: 60px;
}
.service-page .service-2 .box .left {
  width: 35%;
  vertical-align: middle;
  padding-right: 20px;
}
.service-page .service-2 .box .left .content {
  font-size: 18px;
}
.service-page .service-2 .box .left .content p {
  margin-bottom: 20px;
}
.service-page .service-2 .box .left ul {
  margin-top: 50px;
}
.service-page .service-2 .box .left ul li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  font-size: 14px;
}
.service-page .service-2 .box .left ul li i {
  color: #fec930;
  position: absolute;
  left: 0;
  top: 2px;
}
.service-page .service-2 .box .right {
  padding-left: 20px;
	width:64%;
}
.service-page .service-2 .box .right ul{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 785px;
}
.service-page .service-2 .box .right ul li{
	    width: 48%;
    margin-bottom: 35px;
    position: relative;
}
.service-page .service-2 .box .right ul li:after{
	    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    border-radius: 10px;
    background: #fec930;
}
.service-page .service-2 .box .right ul li .right-Box{
	    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 20px 15px;
    border-radius: 10px;
    background: #252525;
    position: relative;
    z-index: 2;
}
.service-page .service-2 .box .right ul li .right-Box .left-li{
	    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.service-page .service-2 .box .right ul li .right-Box .right-li{
	    position: relative;
    z-index: 2;
    width: 75%;
}
.service-page .service-2 .box .right ul li .right-Box .right-li h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway-Regular';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 5px 0;
    font-weight: 700;
}
.service-page .service-2 .box .right ul li .right-Box .right-li p{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'OpenSans Regular';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service-page .service-2 .box .right ul li .right-Box
.faq-page .faq-1 {
  padding: 100px 0;
}
.faq-page .faq-1 h2 {
  text-align: left;
}
.faq-page .faq-1 .box {
  padding-top: 50px;
}
.faq-page .faq-1 .box ul {
  margin: -15px;
}
.faq-page .faq-1 .box ul li {
  padding: 15px;
}
.faq-page .faq-1 .box ul li h3 {
  padding: 15px 50px 15px 15px;
  line-height: 24px;
  font-size: 16px;
  background-color: #252525;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .box ul li h3:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 150%;
}
.faq-page .faq-1 .box ul li p {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-1 .box ul li.active h3,
.faq-page .faq-1 .box ul li:hover h3 {
  color: #fec930;
}
.lg-page .lg-1 {
  padding: 100px 0;
}
.lg-page .lg-1 h2 {
  text-align: left;
	display:inline-block;
}
.lg-page .lg-1 .nav-list {
	float:right;
	margin-top:10px;
}
.lg-page .lg-1 .nav-list dl dd a {
	display:block;
	padding:0 20px;
}
.lg-page .lg-1 .nav-list dl dd {
	display:inline-block;
	line-height:40px;
	height:40px;
	border:1px solid white;
	transition:.5s;
	color:white;
	font-size:16px;
	margin-left:10px;
}
.lg-page .lg-1 .nav-list dl dd:hover,
.lg-page .lg-1 .nav-list dl dd.active{
	background:#fec930;
	border-color:#fec930;
}
.lg-page .lg-1 ul.active li{
	width:20% !important;
}
.lg-page .lg-1 ul {
  padding-top: 50px;
  margin: -15px;
}
.lg-page .lg-1 ul li {
  padding: 15px;
}
.lg-page .lg-1 ul li a.img-box {
  display: block;
}
.lg-page .lg-1 ul li a.img-box img {
  width: 100%;
}
.lg-page .lg-1 ul li h3 {
  line-height: 24px;
  padding: 10px;
  background: #252525;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-1 ul li .box:hover h3 {
  background: #fec930;
}
.news-page .news-1 ul li {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.newdet-page .newdet-1 .box {
  margin-bottom: 50px;
  background: #252525;
  border-radius: 10px;
  padding: 10px 20px;
}
.newdet-page .newdet-1 .box h3 {
  display: inline-block;
  line-height: 30px;
}
.newdet-page .newdet-1 .box ul {
  float: right;
}
.newdet-page .newdet-1 .box ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.newdet-page .newdet-1 .box .m-link a {
  display: block;
  line-height: 24px;
  padding: 5px 0;
}
.newdet-page .newdet-1 .box .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .newdet-1 .box:last-child {
  margin-bottom: 0;
}
.news-content {
  background: #252525;
  border-radius: 10px;
  padding: 0 !important;
}
.news-content a.img-box {
  display: block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
	background: #fff;
}
.news-content a.img-box img {
  width: 100%;
	    width: auto;
    margin: 0 auto;
    height: 200px;
    display: block;
}
.news-content .content {
  padding: 30px 20px;
}
.news-content .content img{
	max-width: 100%;
}
.news-content .content .tag div {
  display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  background: #111111;
}
.news-content .content h3 {
  font-size: 18px;
  margin: 15px 0;
	height: 47px;
	overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-content .content h3 a{
	font-size: inherit;
}
.news-content .content h3:hover {
  color: #fec930;
}
.news-content .content a.more {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.news-content .content p{
	height:126px;
	overflow:hidden;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}
.newdet-page .news-content .content p{
	height:auto;
}
.product-page .product-1 ul {
  margin: -15px;
}
.product-page .product-1 ul li {
  padding: 15px;
  text-align: center;
}
.product-page .product-1 ul li a.img-box {
  display: block;
}
.product-page .product-1 ul li h3 {
  font-size: 18px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-1 ul li h3:hover {
  color: #fec930;
}
.product-page .product-1 ul li a.more {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  padding-right: 15px;
}
.prodet-page .prodet-1 .right {
  padding-left: 15px;
}
.prodet-page .prodet-1 .right h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 {
  padding-top: 80px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  background: #252525;
  margin-right: 10px;
  padding: 0 15px;
  min-width: 120px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}
.prodet-page .prodet-2 .ret {
  padding-top: 30px;
}
.prodet-page .prodet-2 .ret table{
    width:100%!important;
    height:auto!important;
    display:block;
    overflow:auto;
}
.prodet-page .prodet-2 .ret .content {
  background: #252525;
  padding: 20px;
}
.prodet-page .prodet-2 .ret .feed {
  display: none;
}
.prodet-page .prodet-2 .ret .feed h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret .feed .form {
  border-radius: 0;
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 h2 {
  text-align: left;
}
.contact-page .contact-1 .box {
  padding-top: 60px;
}
.contact-page .contact-1 .box .left {
  width: 60%;
  padding-right: 20px;
}
.contact-page .contact-1 .box .right {
  width: 40%;
  padding-left: 20px;
}
.contact-page .contact-1 .box .right ul {
  padding-top: 30px;
}
.contact-page .contact-1 .box .right ul li {
  margin-bottom: 20px;
  position: relative;
  line-height: 28px;
  padding: 6px 0 6px 50px;
}
.contact-page .contact-1 .box .right ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  background: #252525;
}
.contact-page .contact-1 .box .right ul li i img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
}
.contact-page .contact-1 .box .right ul li #ewm {
  max-width: 140px;
  border: 3px solid white;
}
.contact-page .contact-1 .box .right ul li p {
  font-size: 12px;
  margin-top: 5px;
  max-width: 140px;
  text-align: center;
}
.contact-page .contact-2 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 300px;
    padding-top: 110px;
    background-size: auto 100%;
  }
  .inner-banner .box h2 {
    font-size: 50px;
    line-height: 40px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
    margin-top: 20px;
  }
  .inner-page h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .inner-page p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-4,
  .about-page .about-5,
  .lg-page .lg-1,
  .service-page .service-1,
  .faq-page .faq-1,
  .service-page .service-2,
  .inner-page .sidebar-box,
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .column .box2 .content {
    padding: 30px 20px;
  }
  .about-page .about-1 .box .column .box2 .content h3,
  .about-page .about-4 .box .left ul li .content .box2 h3 {
    font-size: 26px;
  }
  .about-page .about-2 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .box,
  .about-page .about-5 .box,
  .service-page .service-2 .box,
  .prodet-page .prodet-2 {
    padding-top: 40px;
  }
  .about-page .about-4 .box .left ul li .content {
    padding: 10px;
  }
  .about-page .about-4 .box .left ul li .content .box2 p {
    font-size: 14px;
  }
  .about-page .about-4 .box .right .box ul li {
    padding-bottom: 15px;
  }
  .about-page .about-4 .box .right .box ul li h3 {
    font-size: 16px;
  }
  .about-page .about-5 .box .left {
    padding-right: 5%;
  }
  .product-page .product-1 ul li {
    padding: 10px 5px;
  }
  .product-page .product-1 ul {
    margin: -10px -5px;
  }
}@media screen and (max-width: 1100px){
	.inner-banner{
		margin-top: 0;
	}
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    background-size: 100% auto;
    height: 240px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 30px;
  }
  .inner-page h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-page .about-1 .box {
    padding-top: 20px;
  }
  .about-page .about-1 .box .column {
    padding: 0 15px;
  }
  .about-page .about-1 .box {
    margin: 0 -15px;
  }
  .about-page .about-1 .box .column .box2 .content h3,
  .about-page .about-4 .box .left ul li .content .box2 h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .about-page .about-2 .left span {
    font-size: 20px;
  }
  .about-page .about-3 span {
    font-size: 28px;
  }
  .about-page .about-2 .left,
  .about-page .about-4 .box .left,
  .about-page .about-5 .box .left,
  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right,
  .about-page .about-4 .box .right,
  .service-page .service-2 .box .right,
  .contact-page .contact-1 .box .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .about-page .about-2 .right,
  .about-page .about-5 .box .right,
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .lg-page .lg-1 ul li,
  .content-box ul li {
    padding: 5px;
  }
  .lg-page .lg-1 ul,
  .content-box ul {
    margin: -5px;
  }
  .content-box ul li .box2 .content {
    padding: 20px 10px;
  }
  .content-box ul li .box2 .content p {
    font-size: 14px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-5 .box .left .form ul li {
    width: 50%;
  }
  .about-page .about-5 .box .left .form ul li.wid-100 {
    width: 100%;
  }
  .news-page .news-1 ul li {
    width: 50%;
    padding: 0 10px;
  }
  .news-page .news-1 ul {
    margin: 0 -10px;
  }
  .news-content .content .tag div {
    margin-right: 5px;
    font-size: 12px;
  }
  .news-content .content {
    padding: 20px 10px;
  }
  .inner-page a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right ul li:last-child {
    display: none;
  }
  .contact-page .contact-1 .box {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .partner {
    padding: 20px 0;
  }
  .contact-page .contact-1 .box .right ul li {
    margin-bottom: 10px;
  }
  .inner-page .form {
    padding: 30px 15px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    font-size: 14px;
  }
  .inner-banner {
    background-size: auto 260px;
  }
  .news-page .news-1 ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    padding-top: 90px;
  }
  .inner-page h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-4,
  .about-page .about-5,
  .lg-page .lg-1,
  .service-page .service-1,
  .faq-page .faq-1,
  .service-page .service-2,
  .inner-page .sidebar-box,
  .contact-page .contact-1 {
    padding: 40px 0;
  }
  .about-page .about-1 .box .column {
    margin-bottom: 20px;
  }
  .about-page .about-1 .box .column.right {
    margin-bottom: 0;
  }
  .about-page .about-5 .box .left .form ul li,
  .inner-page .form ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}









/* #history {
	padding-top: 50px;
}
#history img {
  width: auto;
}
#history ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#history ul li {
  width: 20%;
  border: 1px solid #fff;
  padding: 20px 15px;
  position: relative;
	height:150px;
	    display: flex;
    align-items: center;
}
#history ul li h2 {
  font-size: 18.67px;
  color: #fff;
  font-family: 'Poppins-Medium';
  padding: 0px 15px;
  background: #fec930;
  position: absolute;
  left: 15px;
  top: -15px;
	line-height: 26px;
}
#history ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-family: 'poppins-regular';
}
#history .history-dow {
  margin: 20px 0;
  text-align: right;
}

#history .history-dow2 {
  margin: 20px 0;text-align: left;
}
#history .history-dow2 > img {
  display: inline-block;
  margin-left: 7%;
}
#history .history-dow > img {
  display: inline-block;
  margin-right: 10%;
} */

@media screen and (max-width: 700px) {
	.inner-banner .box h2{
		font-size:20px;
		    line-height: 30px;
	}
/* 		#history ul{
		display:block;
	} */
	.inner-banner .box .mbx{
		    font-size: 13px;
		    margin-top: 10px;
	}
	.service-page .service-2 .box .left{
		width: 100%;
	}
/* 	#history ul img{
		display:none;
	}
	#history ul li{
		width:100%;
		margin-bottom:10px;
	} */
	#history .history-dow{
		display:none;
	}
	#history .history-dow2{
		display:none;
	}
	.service-page .service-2 .box .right ul li{
		width:100%;
	}
	.service-page .service-2 .box .right ul li .box2 i{
		    left: 30px;
	}
	.product-page .product-1 ul{
		display:block;
	}
	.product-page .product-1 ul li{
		width:100% !important;
	}
	.faq-page .faq-1 .box ul{
		display:block;
	}
	.faq-page .faq-1 .box ul li{
		width:100% !important;
	}
	table{
		    display: block;
    overflow-x: scroll;
}
}
#product-list>li{
	position: relative;
}
#product-list>li .children{
	display: none;
	position: absolute;
	top:0;
	left: 100%;
	width:100%;
	margin-left: 0;
	z-index:10;
	background:#252525;
}
.inner-page .sidebar-box .sidebar-left .box ul li a:hover, .inner-page .sidebar-box .sidebar-left .box ul li a.active {
    background: #fec930;
}



.history-wrap {position:relative;margin-top:50px;}
.history-wrap .history-year {position:absolute;top:0px;left:50%;margin-left:-600px;}
.history-wrap .history-year .year-item {width:150px;height:34px;line-height:34px;text-align:center;}
.history-wrap .history-year .year-item a {display:block;font-size:18px;color:#fec930;}
.history-wrap .history-year .year-item.on a {background-color:#766c4a;color:#fff;}
.history-wrap .history-year.fixed{position:fixed;top:15px;}

.history-wrap .history-type {padding-left:184px;}
.history-wrap .history-list .list-item {position:relative; background:url(../images/bg_line_type03.png) repeat-y 0 0;}
.history-wrap .history-list .list-item:last-child {padding-bottom:0;}
.history-wrap .history-list .list-item:after {display:block;clear:both;content:"";}
.history-wrap .history-list .img-mb {position:relative;float:right;width:484px;padding-bottom:30px;box-sizing:border-box;}
.history-wrap .history-list .img-mb img{
	margin:25px;
	width:300px;
}
.history-wrap .history-list .img-mb .img-history {position:absolute;top:0;right:0;}
.history-wrap .history-list .history-tit {float:left;width:532px;box-sizing:border-box;padding:0 40px;background:url(../images/bg_line_type02.png) no-repeat 0 20px;font-weight:bold;font-size:40px;color:#fec930;}
.history-wrap .history-list .history-tit .history-tit02 {display:block;font-weight:normal;font-size:28px;color:#232323;font-family:'YoonDisplay740';}
.history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 0;}

.history-wrap .history-sub-list {float:left;width:532px;box-sizing:border-box;margin-top:15px;padding:0 40px 0 20px;}
.history-wrap .history-sub-list .txt-year {font-size:24px;color:#444}
.history-wrap .history-sub-list .txt-con {margin:10px 0;line-height:25px;color:#767676;}

.history-wrap .history-bg {position:relative;margin-top:100px;}
.history-wrap .history-visual {text-align:center;padding:30px 0;width:687px;position:absolute;top:50%;left:50%;background:url(../images/bg_alpha.png) repeat 0 0;margin:-100px 0 0 -350px;border:13px solid #e1e4e4;border:13px solid rgba(228,229,231, .5);}
.history-wrap .history-visual-tit {display:block;position:relative;padding-bottom:15px;margin-bottom:15px;text-align:center;font-size:32px;font-family:'Myriad Pro Light';color:#766c4a;}
.history-wrap .history-visual-tit:after {display:block;position:absolute;bottom:0;left:50%;width:46px;height:1px;margin-left:-23px;background:#d0cfce;content:"";}
.history-wrap .history-visual-txt {line-height:25px;font-size:16px;color:#666;}

@media all and (max-width:1200px){

  .history-wrap {padding:60px 30px 0 0;}
  .history-wrap .history-year {position:absolute;top:60px;left:20px;margin-left:0;}
  .history-wrap .history-year .year-item {width:80px;}
  .history-wrap .history-year.fixed{position:fixed;top:15px;}
  .history-wrap .history-type {padding-left:115px;}

  .history-wrap .history-list .list-item {padding-bottom:70px;}
  .history-wrap .history-list .img-mb {width:45%}
  .history-wrap .history-list .history-tit {width:55%;font-size:30px;padding:0 25px;background:url(../images/bg_line_type02.png) no-repeat 0 10px;}
  .history-wrap .history-list .history-tit .history-tit02 {font-size:19px;}
  .history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 -12px;}

  .history-wrap .history-sub-list {width:55%;padding:0 25px;}
  .history-wrap .history-sub-list .txt-year {font-size:15px;color:#444}
  .history-wrap .history-sub-list .txt-con {margin:5px 0;font-size:13px;}

  .history-wrap .history-bg {margin-top:70px;}
  .history-wrap .history-visual {padding:25px 0;width:545px;margin:-78px 0 0 -284px;border:12px solid rgba(228,229,231, .5);}
  .history-wrap .history-visual-tit {padding-bottom:10px;margin-bottom:10px;font-size:28px;}
  .history-wrap .history-visual-txt {line-height:22px;font-size:14px;}

}

@media all and (max-width:767px) {
  .history-wrap {padding:27px 0 0 0;}
  .history-wrap .history-year {position:absolute;top:30px;left:15px;margin-left:0;}
  .history-wrap .history-year .year-item {width:60px;height:25px;line-height:25px;}
  .history-wrap .history-year .year-item a {font-size:13px;padding-top:2px;}
    .history-wrap .history-year.fixed{position:fixed;top:15px;}
  .history-wrap .history-type {padding-left:88px;padding-right:15px;}

  .history-wrap .history-list .list-item {padding-bottom:30px;}
  .history-wrap .history-list .history-tit {width:100%;font-size:16px;background:url(../images/bg_line_type02.png) no-repeat 0 7px;padding-left:23px;}
  .history-wrap .history-list .history-tit .history-tit02 {font-size:14px;line-height:20px;}
  .history-wrap .history-list .img-mb {width:100%;padding-bottom:0;}
  .history-wrap .history-list .img-mb .img-history {position:static;}
  .history-wrap .history-list .list-item:first-child .history-tit {background:url(../images/bg_line_type01.png) no-repeat 0 -14px;}

  .history-wrap .img-mb {margin-top:10px;padding-left:25px;}
  .history-wrap .history-sub-list {width:100%;margin-top:0;padding-top:10px;}
  .history-wrap .history-sub-list .txt-year {font-size:13px;}
  .history-wrap .history-sub-list .txt-con {margin:5px 0;line-height:18px;font-size:12px;}

  .history-wrap .history-bg {position:relative;margin-top:30px;}
  .history-wrap .history-visual {padding:12px 15px;width:230px;position:absolute;top:50%;left:50%;margin:-70px 0 0 -140px;border:10px solid rgba(228,229,231, .5);}
  .history-wrap .history-visual-tit {position:relative;padding-bottom:8px;margin-bottom:10px;font-size:20px;}
  .history-wrap .history-visual-txt {line-height:15px;font-size:11px;}
  .history-wrap .history-visual-txt br {display:none;}
	.history-wrap .history-list .img-mb img{
	margin:5px;
}
	.history-wrap .history-sub-list {
    padding: 0 10px;
}
}
