@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Condensed-Bold';
  src: url(../fonts/Roboto-Condensed-Bold.ttf) format('truetype'), url(../fonts/Roboto-Condensed-Bold.eot) format('eot'), url(../fonts/Roboto-Condensed-Bold.woff) format('woff'), url(../fonts/Roboto-Condensed-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@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-MEDIUM';
  src: url(../fonts/POPPINS-MEDIUM.ttf) format('truetype'), url(../fonts/POPPINS-MEDIUM.eot) format('eot'), url(../fonts/POPPINS-MEDIUM.woff) format('woff'), url(../fonts/POPPINS-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.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');
}
.cloudzoom-zoom-inside,.cloudzoom-blank {
	z-index:10;
	background:white;
	cursor: crosshair;
}
body {
  font-family: "roboto-regular", "POPPINS-REGULAR";
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
#header {
  z-index: 21;
  position: relative;
}
#header .h-top {
  line-height: 24px;
  height: 24px;
  background: #1b1b1b;
}
#header .h-top .left {
  width: 60%;
}
#header .h-top .left ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: white;
/*   text-transform: uppercase; */
  margin-right: 10px;
}
#header .h-top .left ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-top .left ul li i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
#header .h-top .right {
  width: 40%;
  text-align: right;
  position: relative;
}
#header .h-top .right span {
  font-size: 14px;
  display: block;
  color: white;
}
#header .h-top .right ul {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  text-align: left;
  color: black;
  z-index: 21;
  width: 220;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
#header .h-top .right:hover ul {
  display: flex;
}
#header .h-top .right ul li {
  display: block;
  width: 33.333%;
}
#header .h-top .right ul li a {
  display: block;
  padding: .6em 1em;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  line-height: 1.2;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
#header .h-top .right ul li a:hover,
#header .h-top .right ul li.active>a {
  color: #f95a22;
}
#header .nav {
  background: #252525;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
	max-height:60px;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box img {
  display: block;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu {
  margin: 0 -15px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: "Roboto-Light";
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #f95a22;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 200px;
  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 #f95a22;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
	padding:8px 15px;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  font-size:14px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
	position:relative;
}
#header .nav .ui.menu .h-search .search {
/* 	position:absolute;
	right:0;
	top:100%; */
	width:140px;
	position:relative;
}
#header .nav .ui.menu .h-search .search input {
	width:100%;
	height:32px;
	line-height:32px;
	padding:0 10px;
	font-size:14px;
	border:1px solid #eee;
	background:transparent;
	color:white;
	padding-right:40px;
}
#header .nav .ui.menu .h-search .search input[type="submit"] {
	width:32px;
	border:none;
	background:url('../images/icon-search.png') center center no-repeat;
	position:absolute;
	right:0;
	top:0;
	padding:0;
}
#header .nav#fixed-nav {
  padding: 10px 0;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav#fixed-nav .logo img {
  max-width: 140px;
}
#header.active .nav#fixed-nav {
  top: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #f95a22;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #f95a22;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #f95a22;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
  word-break: break-word;
  font-size: 14px;
}
table td,
table th {
  padding:14px 10px;
  border: 1px solid #d3d3d3;
  height: auto !important;
  font-size:16px;
	font-family: 'Roboto-Light';
	width:auto !important;
}
table td {
	min-width:90px;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #f95a22;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #f95a22 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform:capitalize;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #f95a22;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 26px;
}
#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: #f95a22;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-list-content ul {
  margin: -25px -10px;
}
.product-list-content ul li {
  padding: 25px 10px;
}
.product-list-content ul li a.img-box {
  display: block;
}
.product-list-content ul li a.img-box img {
  width: 100%;
}
.product-list-content ul li .padding-box {
/*   padding: 0 25px; */
/*   margin-top: -20px; */
  position: relative;
  z-index: 1;
}
.product-list-content ul li .padding-box .content {
  display: block;
  background: white;
  padding: 20px;
  text-align: center;
}
.product-list-content ul li .padding-box .content h3 {
  font-size: 16px;
  line-height:30px;
  color: #444;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-list-content ul li .padding-box .content h3:hover {
  color: #f95a22;
}
.product-list-content ul li .padding-box .content h4 {
  display: block;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
  text-transform: uppercase;
  margin-top: 10px;
  color: #f95a22;
}
#index-body h2 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 40px;
  color: #444;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  line-height: 40px;
}
#index-body h2 small {
  display: block;
  font-size: 17px;
  color: #6d6d6d;
  font-family: "POPPINS-LIGHT";
  line-height: normal;
  margin-top: 5px;
}
#index-body h2:after,
#index-body h2:before {
  content: '';
  width: 15px;
  height: 11px;
  border-top: 4px solid #444;
  border-bottom: 4px solid #444;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 20%;
}
#index-body h2:after {
  right: 100%;
  margin-right: 30px;
}
#index-body h2:before {
  left: 100%;
  margin-left: 30px;
}
#index-body .btn {
  display: block;
}
#index-body .btn > div {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #747474;
  margin: 0 9px;
  color: #747474;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .btn > div:hover {
  background: #747474;
  color: white;
}
#index-body .init-1 {
  background: #ddd;
  padding: 100px 0 90px;
}
#index-body .init-1 .left {
  padding-right: 50px;
}
#index-body .init-1 .left i.t {
  color: #f95a22;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
#index-body .init-1 .left i.t:after {
  content: '';
  width: 67px;
  height: 1px;
  background: #222;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .left h3 {
  font-size: 35px;
  color: black;
  font-family: "roboto-black";
  line-height: 50px;
}
#index-body .init-1 .left h3:after {
  content: '';
  width: 70px;
  height: 3px;
  display: block;
  background: #f95a22;
  margin-top: 15px;
}
#index-body .init-1 .left p,#index-body .init-1 .left .pageintrod {
  font-size: 16px;
  color: #727276;
  line-height: 30px;
  padding-top: 25px;
}
#index-body .init-1 .left .pageintrod h1{
display:inline;
}

#index-body .init-1 .right {
  padding-left: 10%;
  margin-top: 15px;
}
#index-body .init-1 .right .box2 {
  position: relative;
}
#index-body .init-1 .right .box2 .play {
  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%);
}
#index-body .init-1 .right .box2 .play i {
  width: 90px;
  height: 90px;
  background: url("../images/icon-play.png") no-repeat center center;
  display: block;
  margin: 0 auto;
  background-size: cover;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .right .box2 .play h3 {
  display: block;
  font-family: "microsoft yahei";
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
}
#index-body .init-1 .right .box2 .play h3 small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init-2 {
  text-align: center;
  background: #ededed;
  padding: 40px 0 120px;
}
#index-body .init-2 .box {
  padding-top: 30px;
}
#index-body .init-2 .box ul li {
  padding: 0 15px;
}
#index-body .init-2 .box ul li .content {
  display: block;
  background: white;
  padding: 30px;
  border-radius: 5px;
  text-align: left;
}
#index-body .init-2 .box ul li .content a.img-box {
  display: block;
  border-radius: 100%;
}
#index-body .init-2 .box ul li .content a.img-box img {
  width: 100%;
}
#index-body .init-2 .box ul li .content h3 {
  display: block;
  padding-top: 70px;
  font-family: "Roboto-Condensed-Bold";
  font-size: 18px;
  line-height:32px;
  color: #242424;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content h3:hover {
  color: #f95a22;
}
#index-body .init-2 .box ul li .content p {
  display: block;
  padding: 10px 0 25px;
  font-size: 14px;
  color: #898989;
  line-height: 28px;
}
#index-body .init-2 .box ul li .content a.more {
  display: block;
  font-size: 15px;
  line-height:30px;
  color: #f95a22;
  font-family: "Roboto-Condensed-Bold";
}
#index-body .init-2 .box ul li .content a.more:hover {
  text-decoration: underline;
}
#index-body .init-2 .btn {
  padding-top: 30px;
}
#index-body .init-3 {
  padding: 120px 0 100px;
  background: #252525;
	margin-top: -70px;
;
}
#index-body .init-3 .box .left {
  width: 25%;
}
#index-body .init-3 .box .left h3 {
  display: block;
  color: white;
  font-size: 30px;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
}
#index-body .init-3 .box .left p {
  display: block;
  font-size: 17px;
  color: #6d6d6d;
  line-height: 30px;
  font-family: "POPPINS-LIGHT";
  margin-top: 15px;
}
#index-body .init-3 .box .left .btn {
  padding-top: 50px;
}
#index-body .init-3 .box .right {
  width: 75%;
  padding-left: 20px;
}
#index-body .init-3 .box .right ul {
  margin: 0 -15px;
}
#index-body .init-3 .box .right ul li {
  padding: 0 15px;
}
#index-body .init-3 .box .right ul li a.img-box {
  display: block;
}
#index-body .init-3 .box .right ul li a.img-box img {
  width: 100%;
}
#index-body .init-3 .box .right ul li h4 {
  display: block;
  font-size: 17px;
  color: #dedede;
  font-family: "Roboto-Condensed-Bold";
  margin: 15px 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .right ul li h4:hover {
  color: #f95a22;
}
#index-body .init-3 .box .right ul li h5 {
  display: block;
  font-size: 17px;
  color: #6d6d6d;
  font-family: "POPPINS-LIGHT";
}
#index-body .init-4 {
  padding: 45px 0 50px;
  background: black;
}
#index-body .init-4 .left {
  width: 70%;
  vertical-align: middle;
}
#index-body .init-4 .left h3 {
  font-size: 38px;
  color: white;
  font-family: "roboto-black";
}
#index-body .init-4 .left ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-size: 20px;
  color: #f95a22;
}
#index-body .init-4 .right {
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
#index-body .init-4 .right a {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  background: #f95a22;
  padding: 0 55px;
  font-size: 18px;
  color: #ededed;
  font-family: "Roboto-Condensed-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right a:hover {
  background: #272727;
}
#index-body .init-5 {
  text-align: center;
  padding: 65px 0 90px;
  background: #ededed;
}
#index-body .init-5 .nav-list {
  padding-top: 30px;
}
#index-body .init-5 .nav-list ul li {
  margin: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height:28px;
  color: #444;
  font-family: "roboto-black";
  text-transform:capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .nav-list ul li:hover {
  color: #f95a22;
}
#index-body .init-5 .box {
  padding-top: 35px;
}
#index-body .init-5 .btn {
  padding-top: 60px;
}
#index-body .init-6 {
  padding: 70px 0;
  background: url("../images/init-6-bg.jpg") center center;
  background-attachment: fixed;
  text-align: center;
}
#index-body .init-6 h2 {
  color: white;
}
#index-body .init-6 h2:after,
#index-body .init-6 h2:before {
  border-color: white;
}
#index-body .init-6 h2 small {
  color: white;
}
#index-body .init-6 .box {
  padding-top: 50px;
}
#index-body .init-6 .box ul {
  margin: -20px -15px;
}
#index-body .init-6 .box ul li {
  padding: 20px 15px;
}
#index-body .init-6 .box ul li .content {
  padding-left: 80px;
  position: relative;
  text-align: left;
}
#index-body .init-6 .box ul li .content i {
  width: 58px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .content i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .box ul li .content h3 {
  font-size: 20px;
  color: white;
  font-family: "Roboto-Condensed-Bold";
  text-transform: uppercase;
  line-height: 20px;
}
#index-body .init-6 .box ul li .content p {
  display: block;
  font-size: 16px;
  color: white;
  line-height: 30px;
  font-family: "POPPINS-LIGHT";
  margin-top: 10px;
}
#index-body .init-6 .box ul li .content:hover i {
  border-color: #f95a22;
}
#index-body .init-7 {
  padding: 65px 0;
  background: #ededed;
  text-align: center;
}
#index-body .init-7 .box {
  padding-top: 30px;
}
#index-body .init-7 .box ul {
  margin: 0 -15px;
}
#index-body .init-7 .box ul li {
  padding: 0 15px;
}
#index-body .init-7 .box ul li a.img-box {
  display: block;
  width: 100%;
}
#index-body .init-7 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-7 .box ul li a.img-box time {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  background: #f95a22;
  padding: 0 25px;
  font-size: 20px;
  font-family: "Roboto-Condensed-Bold";
  color: black;
}
#index-body .init-7 .box ul li .content {
  padding: 30px 20px;
  background: white;
  text-align: left;
}
#index-body .init-7 .box ul li .content h3 {
  display: block;
  font-size: 18px;
  line-height:32px;
  color: black;
  font-family: "Roboto-Condensed-Bold";
  text-transform:capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .box ul li .content h3:hover {
  color: #f95a22;
}
#index-body .init-7 .box ul li .content p {
  display: block;
  font-size: 14px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 26px;
  margin-top: 10px;
}
#footer {
  background: black;
}
#footer .footer-top {
  padding: 40px 0 30px;
  background: #2d2d2d;
}
#footer .footer-top .left {
  width: 45%;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
}
#footer .footer-top .left h2 {
  color: white;
  font-size: 30px;
  font-family: "roboto-black";
  text-transform: uppercase;
  display: block;
}
#footer .footer-top .left img {
  margin-top: 10px;
}
#footer .footer-top .right {
  width: 55%;
  vertical-align: middle;
  padding: 0 55px;
  font-size: 16px;
  line-height: 30px;
  border-left: 2px #505050 dashed;
  font-family: "Roboto-Light";
  color: white;
}
#footer .footer-center {
  padding: 60px 0 90px;
}
#footer .footer-center ul {
  margin: 0 -15px;
}
#footer .footer-center ul li {
  padding: 0 15px;
}
#footer .footer-center ul li:nth-child(1) {
  width: 20%;
}
#footer .footer-center ul li:nth-child(2),#footer .footer-center ul li:nth-child(3) {
  width: 25%;
  padding: 0 5%;
  position: relative;
}
#footer .footer-center ul li:nth-child(2):after,
#footer .footer-center ul li:nth-child(2):before,#footer .footer-center ul li:nth-child(3):after,
#footer .footer-center ul li:nth-child(3):before {
  content: '';
  height: 80%;
  width: 1px;
  background: #272727;
  position: absolute;
  top: 30px;
}
#footer .footer-center ul li:nth-child(2):after,#footer .footer-center ul li:nth-child(3):after {
  left: 0;
}
#footer .footer-center ul li:nth-child(2):before,#footer .footer-center ul li:nth-child(3):before {
  right: 0;
}
#footer .footer-center ul li:nth-child(4) {
  width: 30%;
  padding-left: 5%;
}
#footer .footer-center ul li:nth-child(4) dl dd {
  padding-left: 35px;
  padding-bottom: 12px;
  position: relative;
}
#footer .footer-center ul li:nth-child(4) dl dd i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
#footer .footer-center ul li:nth-child(4) dl dd i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-center ul li dl dt {
  font-size: 16px;
  color: #f95a22;
  text-transform: uppercase;
  font-family: "roboto-bold";
  padding-bottom: 20px;
}
#footer .footer-center ul li dl dd {
  font-size: 14px;
  color: #e4e4e4;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-center ul li dl dd:hover {
  color: #f95a22;
}
#footer .footer-center .link {
	margin-top:20px;
	color:white;
}
#footer .footer-center .link h4 {
	font-size:18px;
	display:block;
	margin-bottom:10px;
}
#footer .footer-center .link a {
	display:inline-block;
	margin-right:25px;
	line-height: 30px;
	font-size:14px;
}
#footer .footer-center .link a:hover {
	text-decoration:underline;
}
#footer .footer-bottom {
  text-align: center;
}
#footer .footer-bottom ul {
  padding: 40px 0;
  border-top: 1px solid #272727;
  font-size: 14px;
  line-height:28px;
  color: #e4e4e4;
  text-transform:capitalize;
  font-family: "Roboto-Light";
}
#footer .footer-bottom ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
#footer .footer-bottom ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  #header .nav {
    padding: 20px 0;
  }
  #index-body .init-1 .left h3 {
    font-size: 30px;
    line-height: 36px;
  }
  #index-body .init-1 .left i.t {
    font-size: 18px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7 {
    padding: 60px 0;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body h2:after,
  #index-body h2:before {
    top: 16%;
  }
  #index-body .init-2 .box,
  #index-body .init-2 .btn,
  #index-body .init-5 .nav-list,
  #index-body .init-5 .btn,
  #index-body .init-7 .box {
    padding-top: 30px;
  }
  #index-body .init-4 .left h3 {
    font-size: 34px;
  }
  #index-body .init-4 .right a {
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 10px;
  }
  #index-body .init-1 .right {
    padding-left: 5%;
  }
  #index-body .init-1 .left h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #index-body .init-1 .left p,#index-body .init-1 .left .pageintrod {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 .left i.t {
    margin-bottom: 5px;
  }
  #index-body h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body h2:after,
  #index-body h2:before {
    top: 12%;
  }
  #index-body .init-3 .box .left p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-3 .box .left .btn {
    padding-top: 30px;
  }
  #index-body .init-4 .left h3 {
    font-size: 28px;
  }
  #index-body .init-4 .left ul li {
    font-size: 18px;
  }
  #index-body .init-5 .nav-list ul li {
    margin: 5px 15px;
  }
  .product-list-content ul li .padding-box .content {
    padding: 10px;
  }
  .product-list-content ul li .padding-box .content h3 {
    font-size: 14px;
  }
  .product-list-content ul li .padding-box .content h4 {
    margin-top: 5px;
  }
  #index-body .init-6 .box ul li .content {
    padding-left: 70px;
  }
  #index-body .init-6 .box ul li .content p {
    font-size: 14px;
  }
  #index-body .init-7 .box ul li .content {
    padding: 20px 10px;
  }
  #footer .footer-top .right {
    padding: 0 20px;
  }
  #footer .footer-top .left h2 {
    font-size: 24px;
  }
  #footer .footer-center ul li:nth-child(2) {
    padding: 0 20px;
  }
  #footer .footer-center ul li:nth-child(3) {
    padding-left: 20px;
  }
  #footer .footer-center {
    padding: 40px 0;
  }
  #footer .footer-bottom ul {
    padding: 20px 0;
  }
  #index-body .init-2 .box ul li .content h3 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7 {
    padding: 40px 0;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  #index-body .init-1 .right img {
    width: 100%;
  }
  #index-body .init-2 .box ul li .content {
    padding: 10px;
  }
  #index-body .init-2 .box ul li .content a.img-box {
    border-radius: 0;
  }
  #index-body .init-2 .box ul li .content p {
    padding: 10px 0;
  }
  #index-body .init-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-4 .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-4 .left h3 {
    font-size: 24px;
  }
  #index-body .init-4 .left ul li {
    font-size: 16px;
    margin: 0 10px;
  }
  #index-body .init-4 .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  #index-body .init-5 .nav-list {
    display: none;
  }
  .product-list-content ul li {
    padding: 10px;
  }
  .product-list-content ul {
    margin: -10px;
  }
  #index-body .init-6 .box ul li {
    width: 50%;
  }
  #footer .footer-top .right {
    width: 100%;
    border-left: none;
    border-top: 2px #505050 dashed;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-bottom: 15px;
  }
  #footer .footer-center ul li {
    width: 50% !important;
  }
  #footer .footer-center ul li:before {
    display: none !important;
  }
  #footer .footer-center ul li:nth-child(3) {
    width: 100% !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-center ul li:nth-child(1),#footer .footer-center ul li:nth-child(2),#footer .footer-center ul li:nth-child(3),#footer .footer-center .link,.inner-page .inner-right .catList .catpageintro{
  display:none;
  }
  .inner-page .inner-right .catList .catpageintro.showit{
  display:block;
  }
  #index-body .init-2 .box ul li,
  #index-body .init-3 .box .right ul li,
  .product-list-content ul li,
  #index-body .init-7 .box ul li {
    padding: 5px;
  }
  #index-body .init-2 .box ul,
  #index-body .init-3 .box .right ul,
  .product-list-content ul,
  #index-body .init-7 .box ul {
    margin: -5px;
  }
  #index-body .init-6 .box ul li {
    padding: 10px 5px;
  }
  #index-body .init-6 .box ul {
    margin: -10px -5px;
  }
  .product-list-content ul li .padding-box {
    padding: 0 5px;
  }
  #index-body h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body h2 small {
    font-size: 14px;
  }
  #index-body h2:after {
    margin-right: 10px;
  }
  #index-body h2:before {
    margin-left: 10px;
  }
  #index-body .init-4 .right a {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  #index-body .btn {
    display: none !important;
  }
  #index-body .init-6 .box ul li {
    width: 100%;
  }
  #index-body .init-1 .left h3 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-1 .right .box2 .play h3 {
    font-size: 18px;
  }
  #index-body h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .init-3 .box .left h3 {
    font-size: 24px;
  }
  #index-body h2:after,
  #index-body h2:before {
    top: 3px;
  }
  #index-body .init-4 .left h3 {
    font-size: 22px;
  }
  #footer .footer-center ul {
    margin: 0;
  }
  #footer .footer-center ul li {
    width: 100% !important;
    padding: 20px 0 0 !important;
  }
  #footer .footer-center ul li:after {
    display: none !important;
  }
  #footer .footer-center ul li:first-child {
    padding-top: 0 !important;
  }
  #index-body .init-1 .right .box2 .play i {
    width: 60px;
    height: 60px;
  }
}
.inner-banner {
  height: 430px;
  padding-top: 130px;
  text-align: center;
}
.inner-banner h2,.inner-banner h1 {
  font-family: "Roboto-Condensed-Bold";
  color: white;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 42px;
}
.inner-banner .mbx {
	display:none;
}
.mbx {
  display: block;
  font-size: 18px;
  font-family: "Roboto-Condensed-Bold";
	max-width:1200px;
	margin:0 auto;
	padding:15px;
	background:#ededed;
	position:relative;
}
.mbx:after {
	content:'';
	width:300%;
	background:inherit;
	height:100%;
	position:absolute;
	top:0;
	left:-100%;
	z-index:-1;
}
.mbx.pdet {
	background:white;
}
.mbx.pdet:after {
	display:none;
}
.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.mbx a:hover {
  text-decoration: underline;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page p {
  font-size: 16px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 1.75;
}
.inner-page h2 {
  font-size: 32px;
  color: black;
  font-family: "Roboto-Condensed-Bold";
  text-transform: uppercase;
  line-height: 32px;
}
.inner-page h2 small {
  display: block;
  font-size: 18px;
  font-family: "Roboto-Light";
  line-height: normal;
  margin-top: 5px;
}
.inner-page .inner-left {
  width: 20%;
}
.inner-page .inner-left .pdf-link {
  padding: 10px;
  background: white;
  margin: 15px 0;
}
.inner-page .inner-left .pdf-link img {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .inner-left .pdf-link h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: "roboto-black";
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  line-height: 20px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .inner-left .pdf-link h3 small {
  display: block;
  font-size: 12px;
  line-height: normal;
  color: black;
}
.inner-page .inner-left .pdf-link:hover h3 {
  color: #f95a22;
}
.inner-page .inner-left .box {
  display: block;
}
.inner-page .inner-left .box h2 {
  display: block;
  padding: 20px 15px 10px;
  background: #252525;
  color: #f95a22;
  font-size: 20px;
  font-family: "roboto-black";
  line-height: 20px;
}
.inner-page .inner-left .box .nav-list {
  background: white;
  border-top: 1px solid white;
  padding-bottom: 10px;
}
.inner-page .inner-left .box .nav-list ul li {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 15px;
  color: black;
  font-family: "Roboto-Light";
	position:relative;
}
.inner-page .inner-left .box .nav-list ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	display:block;
}
.inner-page .inner-left .box .nav-list ul li:hover,
.inner-page .inner-left .box .nav-list ul li.active {
  color: white;
  background: #f95a22;
}
.inner-page .inner-left .box .nav-list ul li ul {
	position:absolute;
	top:0;
	left:100%;
	background:white;
	display:none;
	z-index:2;
}
.inner-page .inner-left .box .nav-list ul li:hover> ul {
	display:block;
}
.inner-page .inner-left .box .contact-list {
  padding: 20px 15px;
  background: white;
}
.inner-page .inner-left .box .contact-list ul li {
  font-size: 14px;
  font-family: "Roboto-Light";
  line-height: 30px;
}
.inner-page .inner-left .box .contact-list ul li:first-child {
  padding-bottom: 30px;
}
.inner-page .inner-right {
  width: 80%;
  padding-left: 20px;
}
.inner-page .inner-right .catList h1,.inner-page .inner-right .pro-list h1.cath1intro{
font-size:24px;
line-height:40px;
color:#f95a22;
margin-bottom:10px;
}

.inner-page .inner-right .catList .catpageintro{
margin-top:10px;
margin-bottom:10px;
}
.inner-page .inner-right{
font-size:24px;
}
.inner-page .inner-right .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .inner-right .m-page a,
.inner-page .inner-right .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.inner-page .inner-right .m-page span {
  cursor: not-allowed;
}
.inner-page .inner-right .m-page span:hover {
  background: #cfcfcf;
}
.inner-page .inner-right .m-page a:hover {
  color: white;
  background: #f95a22;
}
.inner-page .inner-right .catList ul li {
	margin-bottom:40px;
	background:white;
}
.inner-page .inner-right .catList ul li:last-child {
	margin-bottom:0;
}
.inner-page .inner-right .catList ul li .img-box {
	width:30%;
	vertical-align:middle;
}
.inner-page .inner-right .catList ul li .padding-box {
	width:70%;
	vertical-align:middle;
	padding:0 5%;
}
.inner-page .inner-right .catList ul li .padding-box h3 {
	font-size:24px;
	color:black;
	transition:.5s;
}
.inner-page .inner-right .catList ul li .padding-box h3:hover {
	color:#f95a22;
}
.inner-page .inner-right .catList ul li .padding-box p {
	font-size:16px;
	line-height:30px;
	margin:20px 0;
	color:#666;
}
.inner-page .inner-right .catList ul li .padding-box a.more {
	display:inline-block;
	line-height:40px;
	height:40px;
	padding:0 20px;
	background:#f95a22;
	color:white;
	transition:.5s;
}
.inner-page .inner-right .catList ul li .padding-box a.more:hover {
	background:#222;
}
.about-page {
  background: #ededed;
}
.about-page .about-1 {
  padding: 50px 0 70px;
}
.about-page .about-1 .inner-right {
  padding-left: 50px;
}
.about-page .about-1 .content {
  padding-top: 40px;
}
.about-page .about-1 .content p {
  padding: 5px 0;
}
.about-page .about-1 .content img {
  padding: 20px 0;
}
.about-page .about-1 .content>table:first-child {
	border:none;
}
.about-page .about-1 .content> table:first-child td {
	border:none;
	padding:0;
}
.about-page .about-1 .content >table:first-child tr:nth-child(even) {
	background:#f5f5f5;
}
.about-page .about-1 .content >table:first-child td img {
	padding:0;
}
.about-page .about-1 .content >table:first-child tr:nth-child(even) td:last-child,
.about-page .about-1 .content >table:first-child tr:nth-child(odd) td:first-child{
	padding:0 5%;
}
.about-page .about-2 ul{
	margin:-5px;
}
.about-page .about-2 ul li{
	padding:5px;
}
.about-page .about-2 a.img-box {
  display: block;
}
.about-page .about-2 img {
  width: 100%;
}
.about-page .about-3 {
  padding: 0px 0 190px;
  text-align: center;
}
.about-page .about-3 .content {
  margin-top: 60px;
  background: url("../images/about-3-bg.png") center center no-repeat;
  background-size: 100% auto;
  height: 440px;
  position: relative;
  text-align: left;
}
.about-page .about-3 .content ul li {
  position: absolute;
}
.about-page .about-3 .content ul li p {
  font-size: 12px;
  color: black;
  line-height: 16px;
  font-family: "roboto-regular";
}
.about-page .about-3 .content ul li h4 {
  font-size: 34px;
  color: #6f7070;
  line-height: 45px;
}
.about-page .about-3 .content ul li img {
  margin: 5px 0;
}
.about-page .about-3 .content ul li.ie1 {
  left: 6.5%;
  top: -5px;
}
.about-page .about-3 .content ul li.ie1 .top {
  max-width: 175px;
}
.about-page .about-3 .content ul li.ie1 .bottom {
  max-width: 160px;
  margin-top: 40px;
}
.about-page .about-3 .content ul li.ie2 {
  left: 27%;
  max-width: 230px;
  top: -5px;
}
.about-page .about-3 .content ul li.ie2 img {
  margin-left: 10px;
}
.about-page .about-3 .content ul li.ie2 p.year {
  padding-top: 118px;
  float: left;
}
.about-page .about-3 .content ul li.ie2 h4 {
  position: absolute;
  left: -50px;
  top: 107%;
}
.about-page .about-3 .content ul li.ie3 {
  left: 28%;
  bottom: 0;
  max-width: 280px;
}
.about-page .about-3 .content ul li.ie3 h4 {
  position: absolute;
  bottom: 115%;
  left: 38%;
}
.about-page .about-3 .content ul li.ie4 {
  left: 53%;
  top: -5px;
}
.about-page .about-3 .content ul li.ie4 .top {
  max-width: 260px;
}
.about-page .about-3 .content ul li.ie4 .bottom {
  max-width: 160px;
  padding-left: 25px;
}
.about-page .about-3 .content ul li.ie4 .bottom h4 {
  text-indent: -30px;
}
.about-page .about-3 .content ul li.ie4 .bottom p.year {
  float: left;
  padding-top: 22px;
}
.about-page .about-3 .content ul li.ie4 .bottom img {
  border-radius: 2px;
  margin-left: 10px;
}
.about-page .about-3 .content ul li.ie5 {
  left: 72.5%;
  bottom: 0;
  max-width: 260px;
}
.about-page .about-3 .content ul li.ie5 h4 {
  margin-bottom: 5px;
}
.product-page {
  padding: 50px 0 120px;
  background: #ededed;
}
.prodet-page {
  padding: 60px 0 130px;
  background: #ededed;
}
.prodet-page h3 {
  font-family: "roboto-black";
  font-size: 27px;
  color: black;
  line-height: 30px;
}
.prodet-page h4 {
  font-size: 20px;
  color: #020202;
  font-family: "roboto-bold";
  padding-bottom: 15px;
}
.prodet-page h5 {
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-1 {
  background: white;
  padding: 20px;
}
.prodet-page .prodet-1 .left {
  padding-right: 35px;
}
.prodet-page .prodet-1 .left h3,.prodet-page .prodet-1 .left h1 {
  padding-bottom: 25px;
  font-family: "roboto-black";
    font-size: 27px;
    color: black;
    line-height: 42px;
}
.prodet-page .prodet-1 .right img {
  width: 100%;
}
.prodet-page .prodet-2 {
  padding: 20px;
  background: white;
  margin-top: 20px;
}
.prodet-page .prodet-2 .content {
  padding-bottom: 30px;
}
.prodet-page .prodet-2 .list {
  text-align: center;
}
.prodet-page .prodet-2 .list ul {
  margin: -3px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 3px;
}
.prodet-page .prodet-2 .list ul li h5 {
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .prodet-3 {
  background: white;
  margin-top: 20px;
}
.prodet-page .prodet-3 .options {
  background: #252525;
  line-height: 40px;
  height: 40px;
}
.prodet-page .prodet-3 .options:after {
  content: '';
  display: block;
  clear: both;
}
.prodet-page .prodet-3 .options div {
  float: left;
  padding: 0 20px;
  font-size: 18px;
  font-family: "Roboto-Light";
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-width: 190px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .options div:hover,
.prodet-page .prodet-3 .options div.active {
  background: #f95a22;
}
.prodet-page .prodet-3 .rel {
  padding: 30px 20px 60px;
}
.prodet-page .prodet-3 .rel .left {
  width: 55%;
  padding-right: 20px;
  vertical-align: middle;
}
.prodet-page .prodet-3 .rel .right {
  width: 45%;
  vertical-align: top;
}
.prodet-page .prodet-4 {
  padding: 25px 20px 50px;
  background: white;
  margin-top: 20px;
}
.prodet-page .prodet-4 .flow {
  text-align: center;
}
.prodet-page .prodet-4 .flow h5 {
  margin-top: 10px;
}
.prodet-page .prodet-4 .flow .step-1 ul li {
  position: relative;
}
.prodet-page .prodet-4 .flow .step-1 ul li:first-child:after {
  content: '';
  height: 50px;
  width: 2px;
  background: #0f0e0c;
  position: absolute;
  left: 50%;
  top: 110%;
  margin-left: -1px;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd {
  padding: 0 30px;
  vertical-align: middle;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .top {
  position: relative;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .top:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #0f0e0c;
  position: absolute;
  left: 100%;
  top: 70%;
  margin-left: 1px;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .bottom {
  margin-top: 30px;
  position: relative;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .bottom:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #0f0e0c;
  position: absolute;
  left: 100%;
  top: 30%;
  margin-left: 1px;
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  -o-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd:last-child .top:after {
  left: auto;
  right: 100%;
  margin-right: 1px;
}
.prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd:last-child .bottom:after {
  left: auto;
  right: 100%;
  margin-right: 1px;
  -webkit-transform: rotateZ(30deg);
  -moz-transform: rotateZ(30deg);
  -ms-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
}
.prodet-page .prodet-4 .flow .step-2 {
  position: relative;
  text-align: center;
  max-width: 520px;
  display: block;
  margin: 50px auto 0;
}
.prodet-page .prodet-4 .flow .step-2:after {
  content: '';
  width: 2px;
  background: #0f0e0c;
  height: 130px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
}
.prodet-page .prodet-4 .flow .step-2 h4 {
  font-size: 14px;
  border-bottom: 2px solid #0f0e0c;
  width: 67.6666%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.prodet-page .prodet-4 .flow .step-2 ul {
  margin: -3px;
}
.prodet-page .prodet-4 .flow .step-2 ul li {
  padding: 3px;
  margin-top: 50px;
  position: relative;
}
.prodet-page .prodet-4 .flow .step-2 ul li:after {
  content: '';
  height: 20px;
  width: 2px;
  background: #0f0e0c;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -48px;
}
.prodet-page .prodet-4 .flow .step-2 ul li h5 {
  font-size: 14px;
}
.prodet-page .prodet-5 {
  background: white;
  padding: 50px 20px;
  margin-top: 20px;
}
.prodet-page .prodet-5 ul {
  margin: -7px -3px;
  font-size: 0;
}
.prodet-page .prodet-5 ul li {
  padding: 7px 3px;
  width: 16.666%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.prodet-page .prodet-5 ul li i,
.prodet-page .prodet-5 ul li span {
  display: none;
}
.prodet-page .prodet-5 ul li a:after {
  content: attr(title);
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: black;
}
.prodet-page .prodet-6 {
  background: white;
  padding: 20px 20px 40px;
  margin-top: 20px;
}
.prodet-page .prodet-6 .form {
  padding-top: 50px;
}
.prodet-page .prodet-6 .form ul {
  margin: -7px;
}
.prodet-page .prodet-6 .form ul li {
  padding: 7px;
}
.prodet-page .prodet-6 .form ul li input,
.prodet-page .prodet-6 .form ul li textarea {
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  color: black;
  background: #ededed;
  border: none;
}
.prodet-page .prodet-6 .form ul li input::-webkit-input-placeholder,
.prodet-page .prodet-6 .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.prodet-page .prodet-6 .form ul li input:-moz-placeholder,
.prodet-page .prodet-6 .form ul li textarea:-moz-placeholder {
  color: black;
}
.prodet-page .prodet-6 .form ul li input::-moz-placeholder,
.prodet-page .prodet-6 .form ul li textarea::-moz-placeholder {
  color: black;
}
.prodet-page .prodet-6 .form ul li input:-ms-input-placeholder,
.prodet-page .prodet-6 .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.prodet-page .prodet-6 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-6 .form ul li textarea {
  height: 160px;
  line-height: 20px;
  padding: 5px 10px;
  resize: vertical;
}
.prodet-page .prodet-6 .form ul li input[type="submit"] {
  width: 33.3333%;
  display: block;
  margin: 0 auto;
  background: #f95a22;
}
.prodet-page .prodet-7 {
  padding: 40px 20px;
  margin-top: 20px;
  background: white;
}
.prodet-page .prodet-7 .slick-arrow {
  position: absolute;
  right: 15px;
  bottom: 100%;
  color: transparent;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  z-index: 1;
  margin-bottom: -5px;
}
.prodet-page .prodet-7 .slick-arrow:after {
  font-family: "FontAwesome";
  color: black;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-7 .slick-arrow:after:hover {
  color: #f95a22;
}
.prodet-page .prodet-7 .slick-arrow.slick-prev {
  margin-right: 30px;
}
.prodet-page .prodet-7 .slick-arrow.slick-prev:after {
  content: "\f112";
}
.prodet-page .prodet-7 .slick-arrow.slick-next:after {
  content: "\f064";
}
.contact-page {
  background: #ededed;
}
.contact-page .contact-1 {
  padding: 120px 0 80px;
}
.contact-page .contact-1 .left {
  padding-right: 40px;
}
.contact-page .contact-1 .left h2 {
  font-size: 38px;
  font-family: "roboto-black";
}
.contact-page .contact-1 .left h4 {
  font-size: 22px;
  color: #0b0b0b;
}
.contact-page .contact-1 .left .list {
  padding-top: 50px;
}
.contact-page .contact-1 .left .list ul li {
  font-size: 18px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 28px;
}
.contact-page .contact-1 .left .list ul li:first-child {
  padding-bottom: 20px;
}
.contact-page .contact-1 .right {
  padding-left: 40px;
}
.contact-page .contact-1 .right ul {
  margin: -7px -9px;
}
.contact-page .contact-1 .right ul li {
  padding: 7px 9px;
}
.contact-page .contact-1 .right ul li input,
.contact-page .contact-1 .right ul li textarea {
  width: 100%;
  background: white;
  line-height: 50px;
  height: 50px;
  border: none;
  padding: 0 10px;
  color: black;
  font-size: 14px;
}
.contact-page .contact-1 .right ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .right ul li input:-moz-placeholder,
.contact-page .contact-1 .right ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .right ul li input::-moz-placeholder,
.contact-page .contact-1 .right ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .right ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .right ul li textarea {
  resize: vertical;
  height: 160px;
  line-height: 24px;
  padding: 13px 10px;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li input[type="submit"] {
  margin-top: 20px;
  background: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right ul li input[type="submit"]:hover {
  background: #f95a22;
}
.contact-page .map {
  position: relative;
}
.contact-page .map:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 105, 105, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .map:hover:after {
  z-index: -1;
  opacity: 0;
}
.contact-page .map .button-group .button {
  background: #2d2d2d !important;
}
.lg-page {
  padding: 50px 0 100px;
  background: #ededed;
}
.lg-page .lg-list ul {
  margin: -10px;
}
.lg-page .lg-list ul li {
  padding: 10px;
}
.lg-page .lg-list ul li a.img-box {
  display: block;
}
.lg-page .lg-list ul li h3 {
  font-family: "Roboto-Light";
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  background: white;
	padding:0 10px;
}
.lg-page .lg-list ul li p {
	padding: 10px;
	background:white;
	min-height:132px;
}
.faq-page {
  padding: 50px 0 100px;
  background: #ededed;
}
.faq-page .faq-list ul li {
  margin-bottom: 15px;
}
.faq-page .faq-list ul li .q {
  padding: 10px;
  font-size: 16px;
  color: black;
  background: #cdcdcd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-list ul li .q i {
  float: right;
  margin-top: 3px;
}
.faq-page .faq-list ul li .a {
  font-family: "Roboto-Light";
  background: #ddd;
  padding: 15px 10px;
  font-size: 17px;
}
.faq-page .faq-list ul li:hover .q {
  background: #f95a22;
  color: white;
}
.news-page {
  padding: 50px 0 100px;
  background: #ededed;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .content {
  background: white;
}
.news-page .news-list ul li .content a.img-box {
  display: block;
}
.news-page .news-list ul li .content h3 {
  padding: 10px 10px 0;
  font-size: 16px;
  line-height:30px;
}
.news-page .news-list ul li .content p {
  padding: 0 10px 10px;
}
.newdet-page {
  padding: 50px 0 100px;
  background: #ededed;
}
.newdet-page .inner-right .news-content {
  background: white;
  padding: 20px;
}
.newdet-page .inner-right .news-content h3,.newdet-page .inner-right .news-content h1 {
  font-size: 18px;
  color: black;
  text-align: center;
}
.newdet-page .inner-right .news-content time {
  display: block;
  text-align: center;
}
.newdet-page .inner-right .news-content .box {
  padding-top: 20px;
}
.newdet-page .inner-right .news-content .share {
  padding-top: 20px;
  text-align: center;
}
.newdet-page .inner-right .news-content .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  background: #eee;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .inner-right .news-content .share ul li:hover {
  color: white;
  background: #f95a22;
}
.newdet-page .inner-right .m-link {
  margin-top: 20px;
  background: white;
  padding: 10px;
  text-align: center;
}
.newdet-page .inner-right .m-link a {
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newdet-page .inner-right .m-link .prev {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  text-align: left;
  float: left;
}
.newdet-page .inner-right .m-link .prev i {
  margin-right: 10px;
}
.newdet-page .inner-right .m-link .back {
  width: 10%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.newdet-page .inner-right .m-link .next {
  width: 45%;
  float: right;
  text-align: right;
  margin-top: 5px;
}
.newdet-page .inner-right .m-link .next i {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .inner-page .inner-left {
    display: none !important;
  }
  .inner-page .inner-right {
    padding-left: 0 !important;
    width: 100%;
  }
  .about-page .about-1,
  .about-page .about-3,
  .lg-page,
  .faq-page,
  .product-page,
  .newdet-page,
  .news-page,
  .prodet-page,
  .contact-page .contact-1 {
    padding: 0px 0;
  }
  .lg-page,
  .faq-page,
  .product-page,
  .newdet-page,
  .news-page,
  .prodet-page {
	  padding-top:0;
	}
  .prodet-page .prodet-3 .rel {
    padding: 20px;
  }
  .prodet-page .prodet-6 .form {
    padding-top: 20px;
  }
  .contact-page .contact-1 .right ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .contact-1 .left .list {
    padding-top: 20px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .contact-1 .right ul li textarea {
    height: 120px;
    line-height: 24px;
    padding: 8px 10px;
  }
  .contact-page .contact-1 .left .list ul li {
    font-size: 16px;
  }
  #mapContainer {
    height: 260px !important;
  }
  .contact-page .contact-1 .left h4 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 34px;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 36px;
  }
	.prodet-page .prodet-3 .options div {
		min-width:auto;
	}
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .contact-page .contact-1 .left .list ul li:first-child {
    padding-bottom: 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .grid-box.six > .column {
    width: 25%;
  }
  .prodet-page .prodet-3 .options div {
    font-size: 16px;
  }
  .prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd {
    padding: 0 20px;
  }
  .prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .bottom {
    margin-top: 10px;
  }
  .prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .top:after {
    width: 30px;
  }
  .prodet-page .prodet-4 .flow .step-1 ul li:nth-child(2) dl dd .bottom:after {
    width: 30px;
  }
  .prodet-page .prodet-4 .flow .step-2 ul li {
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .flow .step-2 ul li:after {
    top: -28px;
  }
  .prodet-page .prodet-5 ul li {
    width: 25%;
  }
  .about-page .about-3 .content ul {
    margin: -20px;
  }
  .about-page .about-3 .content ul li {
    position: static;
    max-width: none !important;
    padding: 20px;
  }
  .about-page .about-3 .content {
    height: auto;
    background: none;
  }
  .about-page .about-3 .content ul li .top,
  .about-page .about-3 .content ul li .bottom {
    display: inline-block;
    vertical-align: top;
    max-width: 50% !important;
    margin-left: -5px;
  }
  .about-page .about-3 .content ul li {
    border-bottom: 1px solid #d9d9d9;
  }
  .about-page .about-3 .content ul li .top {
    padding-right: 20px;
    margin-left: 0px;
  }
  .about-page .about-3 .content ul li .bottom {
    padding-left: 20px;
  }
  .about-page .about-3 .content ul li.ie4 .bottom {
    padding-left: 0;
  }
  .about-page .about-3 .content ul li.ie4 .bottom h4 {
    text-indent: 0;
  }
  .about-page .about-3 .content ul li.ie1 .bottom {
    margin-top: 10px;
  }
  .inner-page h2 {
    font-size: 26px;
  }
  .inner-page h2 small {
    font-size: 16px;
  }
  .about-page .about-3 .content ul li.ie2 p.year {
    padding-top: 0;
    float: none;
  }
  .about-page .about-3 .content ul li.ie2 img {
    margin-left: 0;
  }
  .about-page .about-3 .content ul li h4 {
    position: static !important;
  }
  .about-page .about-3 .content {
    display: block;
    overflow: hidden;
  }
  .about-page .about-3 .content ul li h4 {
    font-size: 24px;
  }
  .about-page .about-1 .content {
    padding-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.six > .column,
  .prodet-page .prodet-5 ul li {
    width: 33.333%;
  }
  .prodet-page .prodet-3 .rel .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-3 .rel .right {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-4 {
    display: none !important;
  }
  .prodet-page .prodet-6 .form ul li {
    width: 100%;
  }
  .prodet-page .prodet-7 .slick-arrow {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .left h4 {
    font-size: 16px;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 32px;
  }
	.inner-banner {
		height:200px;
		padding-top:80px;
		background-size:cover;
		background-position:center center;
	}
	.inner-banner h2,.inner-banner h1{
		font-size:24px;
	}
	.inner-banner .mbx {
		font-size:14px;
	}
	.prodet-page .prodet-2 .list ul li {
		width:33.333%;
	}
	table {
		white-space:nowrap;
		display:block;
		overflow:auto;
		width:100%;
	}
	table tbody {
		display:table;
		min-width:100%;
	}
	.inner-page p {
		font-size:14px;
	}
	.prodet-page .prodet-3 .options {
		display:none;
	}
	.prodet-page .prodet-3 .rel>div {
		display:block;
	}
	.prodet-page .prodet-3 .rel video {
		width:100%;
	}
	.mbx {
		font-size:14px;
	}
	.about-page .about-1 .content table td,
	.about-page .about-1 .content table th {
		display:block;
		white-space: normal;
	}
	.History-tab table {
		padding-left:0 !important;
	}
	.History-tab table tr td:nth-child(2) {
		display:none !important;
	}
	.inner-page .inner-right .catList ul li .padding-box,
	.inner-page .inner-right .catList ul li .img-box{
		width:100%;
	}
	.inner-page .inner-right .catList ul li .padding-box {
		padding:15px;
	}
}
.prodet-page .prodet-3 .rel video {
	width:100%;
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left .list ul li {
    font-size: 14px;
  }
  .prodet-page h3 {
    font-size: 20px;
    padding-bottom: 15px !important;
  }
  .grid-box.six > .column,
  .prodet-page .prodet-5 ul li {
    width: 50%;
  }
}

.History-tab table td{border: 0px solid #eee;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;}
.History-tab table{
        width: 100%;
    border: 0px solid #eee;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;    
}
.contact-page .contact-1 .left .share2 {
	color:black;
}
.share2 {
	margin-top:20px;
	color:white;
	font-size:18px;
}
.share2 a {
	display:inline-block;
	margin-right:10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.share2 a:hover {
	color:#f95a22;
}

.catList .hyzs,
.njtr276jre .hh678{
	display:none!important;
}
#index-body .init-2 .box ul li .content .hyzs{
	display:none!important;
}