@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');
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url(../fonts/POPPINS-SEMIBOLD.otf) format('truetype'), url(../fonts/POPPINS-SEMIBOLD.eot) format('eot'), url(../fonts/POPPINS-SEMIBOLD.woff) format('woff'), url(../fonts/POPPINS-SEMIBOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans.ttf) format('truetype'), url(../fonts/opensans.eot) format('eot'), url(../fonts/opensans.woff) format('woff'), url(../fonts/opensans.woff2) format('woff2');
}
.indusknow {
    padding: 0 15px;
    position: relative;
    width: 1430px;
    margin: 100px auto;
    line-height: 2.3;
    font-size: 14px;
    color: #666666;
    font-family: "opensans";
}
.indusknow h2 {
    display: block;
    font-size: 50px;
    color: black;
    font-family: "POPPINS-MEDIUM";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.indusknow h3 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin: 20px 0 5px;
}
.inner-page.product-page.catpropage h2 {
    display: block;
    font-size: 50px;
    color: black;
    font-family: "POPPINS-MEDIUM";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    line-height: 2;
}
body {
  font-family: "POPPINS-REGULAR", "opensans";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header {
  z-index: 21;
  position: relative;
}
#header .h-top {
  line-height: 60px;
  height: 60px;
  background: #282828;
}
#header .h-top .left ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  margin-right: 50px;
}
#header .h-top .left ul li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right {
  text-align: right;
}
#header .h-top .right ul li {
  color: white;
  font-size: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#header .nav {
  margin-top: 25px;
  line-height: 110px;
  height: 110px;
  background: #a91f0a;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .box {
  float: right;
}
#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 > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .ui.menu .yuy {
display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav#fixed {
  position: fixed;
  line-height: 60px;
  height: 60px;
  left: 0;
  width: 100%;
  top: -60px;
  margin-top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav#fixed .ui.menu .logo img {
  height: 50px;
}
#header .nav#fixed.active {
  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: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 20px  !important;
  height: 20px !important;
  background: transparent !important;
  border: 2px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 7px !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .theme-default .nivo-controlNav a.active {
  background: white !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: 20000;
}
#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; background:#a91f0a;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
	position:relative;
}
#banner .content {
	position:absolute;
	top:55%;
	left:0;
	width:100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	text-align:center;
}
#banner .content .box {
	display:inline-block;
	max-width:950px;
	margin:0 auto;
}
#banner .content h2 {
	font-size:60px;
	font-family:'POPPINS-SEMIBOLD';
	text-transform:uppercase;
	color:white;
	line-height:70px;
}
#banner .content p {
	font-size:16px;
	font-family:'POPPINS-REGULAR';
	line-height:30px;
	margin-top:20px;
	color:white;
}
#index-body .init-1 ul li {
  position: relative;
}
#index-body .init-1 ul li img {
  filter: grayscale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li:after {
  content: '';
  background: #a90904;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}
#index-body .init-1 ul li a h3 {
  display: block;
  font-size: 24px;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li a h3:hover {
  color: #d03323;
}
#index-body .init-1 ul li a p {
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin: 40px 0;
}
#index-body .init-1 ul li a em {
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  line-height: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li a em:hover {
  border-color: #d03323;
}
#index-body .init-1 ul li:hover img {
  filter: grayscale(100%);
}
#index-body .init-1 ul li:hover:after {
  background: black;
}
#index-body .init-2,.inner-page.prodet-page .init-2.ininitset {
  padding: 110px 0 130px;
}
#index-body .init-2 .left,.inner-page.prodet-page .init-2.ininitset .left {
  padding-right: 10px;
  vertical-align: middle;
}
#index-body .init-2 .right,.inner-page.prodet-page .init-2.ininitset .right {
  vertical-align: middle;
  padding-left: 20px;
}
#index-body .init-2 .right h2,.inner-page.prodet-page .init-2.ininitset .right h2 {
  font-size: 36px;
  color: black;
  font-family: "POPPINS-MEDIUM";
  line-height: 40px;
}
#index-body .init-2 .right h2 em,.inner-page.prodet-page .init-2.ininitset .right h2 em {
  font-size: 48px;
  color: #d03323;
  text-transform: uppercase;
}
#index-body .init-2 .right .content,.inner-page.prodet-page .init-2.ininitset .right .content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 36px;
  margin: 50px 0 40px;
}
#index-body .init-2 .right .content .siteintro h1,.inner-page.prodet-page .init-2.ininitset .right .content .siteintro h1{
display:inline;
}

#index-body .init-2 .right .content em,.inner-page.prodet-page .init-2.ininitset .right .content em {
  font-weight: bold;
}
#index-body .init-2 .right .list ul,.inner-page.prodet-page .init-2.ininitset .right .list ul {
  margin: 0 -35px;
}
#index-body .init-2 .right .list ul li,.inner-page.prodet-page .init-2.ininitset .right .list ul li {
  text-align: center;
  padding: 0 35px;
}
#index-body .init-2 .right .list ul li h3,.inner-page.prodet-page .init-2.ininitset .right .list ul li h3 {
  display: block;
  font-size: 24px;
  color: black;
  margin: 20px 0 5px;
  font-family: "POPPINS-MEDIUM";
  line-height: 24px;
}
#index-body .init-2 .right .list ul li p,.inner-page.prodet-page .init-2.ininitset .right .list ul li p {
  display: block;
  font-size: 16px;
}
#index-body .init-5 {
  background: url("../images/init-3-bg.jpg") center top;
  padding-top: 60px;
  position: relative;
}
#index-body .init-5:after {
  content: '';
  width: 100%;
  height: 55%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
}
#index-body .init-5 .ui {
  z-index: 1;
}
#index-body .init-5 .left {
  padding-right: 100px;
}
#index-body .init-5 .left .img {
  display: block;
  border: 15px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
#index-body .init-5 .left .img a {
	display: block;
	position: relative;
}
#index-body .init-5 .left .img a:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../images/icon-zoom.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}
#index-body .init-5 .right h2 {
  color: white;
  font-size: 50px;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  line-height: 50px;
}
#index-body .init-5 .right h4 {
  display: block;
  font-size: 18px;
  color: white;
  margin: 30px 0 10px;
}
#index-body .init-5 .right h4 i {
  margin-right: 10px;
}
#index-body .init-5 .right .content {
  display: block;
  font-size: 16px;
  color: #ffb6af;
}
#index-body .init-5 .right .pro-list {
  padding-top: 40px;
}
#index-body .init-5 .right .pro-list ul {
  margin: -12px -17px;
}
#index-body .init-5 .right .pro-list ul li {
  padding: 12px 17px;
}
#index-body .init-5 .right .pro-list ul li a {
  display: block;
  border: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .right .pro-list ul li a:hover,
#index-body .init-5 .right .pro-list ul li a.active {
  border-color: rgba(255, 120, 106, 0.3);
}
#index-body .init-3 {
  padding: 100px 0 90px;
  position: relative;
}
#index-body .init-3:before {
  content: '';
  width: 4px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -2px;
  background: #ddd;
}
#index-body .init-3 i.t {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height:30px;
}
#index-body .init-3 h2 {
  display: block;
  font-size: 50px;
  color: black;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  line-height: 50px;
}
#index-body .init-3 h2 em {
  color: #d03323;
}
#index-body .init-3 .box {
  padding-top: 80px;
}
#index-body .init-3 .box ul li {
  padding-left: 230px;
  position: relative;
}
#index-body .init-3 .box ul li time {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #b5b5b5;
  color: white;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding-top: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box ul li time em {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
#index-body .init-3 .box ul li .content {
  padding: 0 30px;
}
#index-body .init-3 .box ul li .content h3 {
  display: block;
}
#index-body .init-3 .box ul li .content h3 a {
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
}
#index-body .init-3 .box ul li .content h3 a:hover {
  color: #d03323;
}
#index-body .init-3 .box ul li .content h3 small {
  display: block;
  font-size: 13px;
  color: #666666;
}
#index-body .init-3 .box ul li .content p {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: "opensans";
  line-height: 26px;
  margin: 20px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 78px;
}
#index-body .init-3 .box ul li .content a.more {
  display: block;
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box ul li .content a.more i {
  color: #d03323;
  font-size: 15px;
  margin-right: 5px;
}
#index-body .init-3 .box ul li .content a.more:hover {
  color: #d03323;
}
#index-body .init-3 .box ul li:hover time {
  background: #d03323;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") center right;
}
#index-body .init-4 .left {
  width: 64%;
}
#index-body .init-4 .left ul li img {
  width: 100%;
}
#index-body .init-4 .left ul li a {
  position: relative;
  display: block;
}
#index-body .init-4 .left ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(203, 31, 4, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .left ul li a h3 {
  position: absolute;
  top: 60%;
  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%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
  font-family: "POPPINS-SEMIBOLD";
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  padding: 0 10px;
}
#index-body .init-4 .left ul li a h3:before {
  content: '';
  position: absolute;
  top: -25px;
  width: 45px;
  height: 4px;
  display: block;
  background: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-4 .left ul li a:hover:after {
  opacity: 1;
}
#index-body .init-4 .left ul li a:hover h3 {
  opacity: 1;
  top: 50%;
}
#index-body .init-4 .right {
  width: 36%;
  vertical-align: middle;
  max-width: 450px;
  padding-left: 60px;
  padding-top: 20px;
}
#index-body .init-4 .right h2 {
  display: block;
  color: white;
  font-size: 50px;
  font-family: "POPPINS-SEMIBOLD";
  text-transform: uppercase;
  line-height: 60px;
}
#index-body .init-4 .right h5 {
  display: block;
  color: white;
  font-size: 18px;
  font-family: "POPPINS-SEMIBOLD";
  margin: 15px 0 25px;
}
#index-body .init-4 .right ul {
  margin: -7px 0;
}
#index-body .init-4 .right ul li {
  font-size: 14px;
  color: white;
  font-family: "POPPINS-SEMIBOLD";
  padding: 7px 0;
  background: url("../images/icon-jt.png") center left no-repeat;
}
#index-body .init-4 .right ul li a {
  padding-left: 25px;
}
#index-body .init-4 .right ul li:hover {
  text-decoration: underline;
}
#footer {
  background: #393e44;
}
#footer .footer-top .container .nav-list ul{
margin-bottom:30px;
}


#footer .footer-top {
  padding: 80px 0 40px;
}
#footer .footer-top .contact {
  display: block;
  padding-bottom: 65px;
  border-bottom: 1px solid white;
  border-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.7) 50%, transparent) 30 30;
  border-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.7) 50%, transparent) 30 30;
  border-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.7) 50%, transparent) 30 30;
}
#footer .footer-top .contact ul {
  margin: 0 -15px;
}
#footer .footer-top .contact ul li {
  padding: 0 15px;
}
#footer .footer-top .contact ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .contact ul li p {
  padding-left: 70px;
  position: relative;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .contact ul li:nth-child(2) {
  text-align: center;
}
#footer .footer-top .contact ul li:nth-child(2) p {
  display: inline-block;
}
#footer .footer-top .contact ul li:nth-child(3) {
  text-align: right;
  text-transform: uppercase;
}
#footer .footer-top .contact ul li:nth-child(3) p {
  display: inline-block;
}
#footer .footer-top .nav-list {
  padding-top: 60px;
  text-align: center;
}
#footer .footer-top .nav-list ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 20px;
  line-height: 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav-list ul li:first-child {
  border-left: none;
}
#footer .footer-top .nav-list ul li:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom {
  padding: 20px 0;
  background: #282828;
}
#footer .footer-bottom .left {
  width: 20%;
  vertical-align: middle;
}
#footer .footer-bottom .left h3 {
  display: block;
  color: white;
  font-size: 26px;
  font-family: "POPPINS-SEMIBOLD";
  text-transform: uppercase;
}
#footer .footer-bottom .left .share {
  display: block;
}
#footer .footer-bottom .left .share ul li {
  margin-right: 20px;
  font-size: 24px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: auto;
}
#footer .footer-bottom .left .share ul li:hover {
  color: #d03323;
}
#footer .footer-bottom .center {
  width: 40%;
  position: relative;
  vertical-align: middle;
}
#footer .footer-bottom .center ul {
  margin: 0 -10px;
}
#footer .footer-bottom .center ul li {
  width: 50%;
  padding: 0 10px;
}
#footer .footer-bottom .center ul li.name {
  width: 40%;
}
#footer .footer-bottom .center ul li.mail {
  width: 60%;
}
#footer .footer-bottom .center ul li.mail input {
  padding-right: 60px;
}
#footer .footer-bottom .center ul li.sub input {
  border: none;
  background: url("../images/icon-mail2.png") no-repeat center center;
  width: 60px;
  position: absolute;
  right: 15px;
  top: 1px;
  color: transparent;
}
.swiper-slide {
	display: block !important;
}
#footer .footer-bottom .center ul li input {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid white;
  padding: 0 15px;
  font-size: 20px;
  color: white;
  background: none;
  width: 100%;
}
#footer .footer-bottom .center ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-bottom .center ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-bottom .center ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-bottom .center ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-bottom .right {
  width: 40%;
  vertical-align: middle;
  text-align: right;
  padding-left: 10px;
}
#footer .footer-bottom .right p {
  display: block;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-1 ul li a p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  #header .h-top {
    height: 40px;
    line-height: 40px;
  }
  #header .h-top .left ul li {
    font-size: 16px;
  }
  #header .h-top .right ul li {
    font-size: 20px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
    margin-top: 0;
  }
  #header .nav .ui.menu .logo img {
    height: 60px;
  }
  #index-body .init-1 ul li a {
    width: 90%;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-2 .right .content {
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
  }
  #index-body .init-2 .right h2 {
    font-size: 34px;
    line-height: 38px;
  }
  #index-body .init-2 .right h2 em {
    font-size: 40px;
  }
  #index-body .init-2 .right .list ul li {
    padding: 0 15px;
  }
  #index-body .init-2 .right .list ul {
    margin: 0 -15px;
  }
  #index-body .init-2 .right .list ul li h3 {
    margin: 10px 0 5px;
  }
  #index-body .init-5 .left {
    padding-right: 50px;
  }
  #index-body .init-5 .right h2,
  #index-body .init-3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-3 {
    padding: 60px 0 40px;
  }
  #index-body .init-3:before {
    top: 10px;
  }
  #index-body .init-3 .box {
    padding-top: 40px;
  }
  #index-body .init-3 .box ul li {
    padding-left: 160px;
  }
  #index-body .init-3 .box ul li time {
    width: 160px;
    height: 160px;
    padding-top: 40px;
  }
  #index-body .init-3 .box ul li .content p {
    margin: 10px 0;
  }
  #index-body .init-4 .right h2 {
    font-size: 34px;
    line-height: 40px;
  }
  #index-body .init-4 .right h5 {
    margin: 10px 0;
  }
  #index-body .init-4 .right {
    padding-left: 30px;
  }
  #footer .footer-top .contact ul li p {
    font-size: 20px;
    padding-left: 40px;
  }
  #footer .footer-top .contact ul li p i {
    width: 30px;
  }
  #footer .footer-top {
    padding: 40px 0 20px;
  }
  #footer .footer-top .contact {
    padding-bottom: 30px;
  }
  #footer .footer-top .nav-list {
    padding-top: 20px;
  }
  #footer .footer-bottom .center {
    display: none;
  }
  #footer .footer-bottom .left {
    width: 40%;
  }
  #footer .footer-bottom .right {
    width: 60%;
  }
  #footer .footer-bottom .left h3 {
    font-size: 20px;
	line-height:40px;
  }
  #footer .footer-bottom .left .share ul li {
    font-size: 20px;
  }
  #footer .footer-bottom .right p {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-bottom {
    padding: 10px 0;
  }
  #index-body .init-3 .box ul li .content {
    padding: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
        margin: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #index-body .init-1 ul li a p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-2 .right .content {
    font-size: 12px;
    line-height: 24px;
  }
  #index-body .init-2 .right .list ul li h3 {
    font-size: 20px;
  }
  #index-body .init-2 .right .list ul li p {
    font-size: 14px;
  }
  #index-body .init-2 .right .list ul li {
    padding: 0 5px;
  }
  #index-body .init-2 .right .list ul {
    margin: 0 -5px;
  }
  #index-body .init-2 .right h2 {
    font-size: 28px;
  }
  #index-body .init-2 .right h2 em {
    font-size: 34px;
  }
  #index-body .init-5 .right .pro-list ul li {
    padding: 7px;
  }
  #index-body .init-5 .right .pro-list ul {
    margin: -7px;
  }
  #index-body .init-5 .right h2,
  #index-body .init-3 h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body .init-3 .box ul li {
    padding-left: 100px;
  }
  #index-body .init-3 .box ul li time {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    font-size: 18px;
  }
  #index-body .init-3 .box ul li time em {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-5 .left .img {
    border-width: 10px;
  }
  #index-body .init-4 .right ul li {
    padding: 3px;
  }
  #index-body .init-4 .right ul {
    margin: -3px;
  }
  #index-body .init-4 .right h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #footer .footer-top .contact ul li p {
    font-size: 16px;
  }
  #index-body .init-4 .left ul li a h3 {
    font-size: 20px;
  }
  #index-body .init-4 .left ul li a h3:before {
    top: -15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
        font-size: 14px;
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
}
#header .nav .ui.menu .h-search{
      margin-left: 10px;
    margin-right: 10px;
}
#header .nav#fixed .ui.menu .logo img {
    height: 40px;
}
#banner .content h2{
      font-size: 40px;
      line-height: 1.2;
}
#banner{
   height: 600px;
}
#banner li{
      height: 600px;
}
#header .h-top .left ul li {
    font-size: 14px;
}
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-2 .right .list ul li {
    width: 25%;
  }
  #index-body .init-5 .left {
    padding-right: 20px;
    vertical-align: middle;
  }
  #index-body .init-5 .right {
    vertical-align: middle;
  }
  #index-body .init-3 .box ul li .content h3 a {
    font-size: 18px;
  }
  #index-body .init-3 .box ul li .content p {
    font-size: 12px;
    line-height: 24px;
    max-height: 100px;
  }
  #index-body .init-4 .right h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .init-4 .right h5 {
    font-size: 16px;
  }
  #footer .footer-top .contact ul li p {
    font-size: 12px;
	line-height:24px;
  }
  #footer .footer-top .nav-list ul li {
    font-size: 16px;
  }
  #footer .footer-bottom .right {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
    text-align: center;
  }
  #footer .footer-bottom .right a.footkey{
    display: none;
  }
  #footer .footer-bottom .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-4 .left ul li a h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-2 .right h2 {
    font-size: 24px;
  }
  .inner-page .container .pro-list .pageintro{
    display: none!important;
  }
  #index-body .init-2 .right h2 em {
    font-size: 28px;
  }
  #index-body .init-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  #index-body .init-5:after {
    display: none;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-5 .right h2,
  #index-body .init-3 h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body .init-5 .right h4 {
    font-size: 16px;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding: 20px 15px;
  }
  #index-body .init-4 .left {
    width: 100%;
  }
  #index-body .init-4 {
    background-position: center bottom;
  }
  #index-body .init-3 .box {
    padding-top: 20px;
  }
  #footer .footer-top .contact {
    display: none;
  }
  #footer .footer-top .nav-list {
    padding-top: 0;
  }
  #footer .footer-top .nav-list ul li {
    padding: 0 10px;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .contact {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  #index-body .init-2 .right h2 em {
    font-size: 26px;
  }
  #index-body .init-2 .right .list ul li p {
    font-size: 12px;
  }
  #footer .footer-top .nav-list ul li {
    display: block;
    padding: 10px;
    border-left: none;
  }
  #footer .footer-top .contact ul li {
    display: block;
    text-align: left !important;
    margin: 15px 0;
  }
  #footer .footer-top .contact ul li p i {
    width: 20px;
  }
  #footer .footer-top .nav-list {
    display: none;
  }
}

.inner-banner {
  position: relative;
  padding-top: 140px;
  height: 400px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #fff;
  font-size: 2.4rem;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs {
  font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #0d73c5;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sideBar {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background: #383838;
}
.sideBar .inner-main-tit {
  line-height: 61px;
  color: #fafafc;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.sideBar .side-menu span.line {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
  transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  margin-bottom: -1px;
  margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.sideBar .side-menu .cat-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f7f7f7;
  width: 184px;
  display: none;
  z-index: 103;
}
.sideBar .side-menu .cat-list li {
  font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 35px;
  color: #101010;
  padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
  color: #fff;
  background: #a91f0a;
}
.inner-page p {
   
    color: #3a3a3a;
  line-height: 30px;
  font-size: 0.9rem;
}
.inner-page .container .pro-list h1{
font-size:26px;
color:#a91f0a;
text-transform:capitalize;
}
.inner-page .container .pro-list .pageintro{
margin-bottom:10px;
line-height:28px;
font-size:14px;
}

.about-page .a-tit h3 {
  color: #363636;
  font-size: 2.857rem;
}
.about-page .a-tit p {
  color: #363636;
  margin-top: -6px;
}
.about-page .about-artical {
  padding: 51px 0 63px;
  background: #fafafc;
}
.about-page .about-artical .con-box {
  margin-top: 53px;
}
.about-page .about-artical .con-box img {
  margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
  margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
  position: relative;
  display: block;
}
.about-page .a-factory .swiper-slide > a img {
  width: 100%;
}
.about-page .a-factory .swiper-slide > a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-culture {
  padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
  margin-bottom: 95px;
}
.about-page .i-network {
  background-image: url("../images/a-network-bg.jpg");
  padding-top: 155px;
}
.about-page .i-network .con-box {
  margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
  color: #fff;
}
.about-page .i-network .tit {
  color: #389dee;
}
.about-page .i-network .add-sale {
  max-width: 630px;
  font-size: 1.1423rem;
  margin-top: 14px;
}
.about-page .a-whyUs {
  padding: 118px 0 50px;
  background: #fafafc;
}
.about-page .a-whyUs .why-list {
  margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
  margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 116px!important;
  height: 116px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
  width: 78.65%!important;
  padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
  color: #6a6a6a;
  font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
  font-size: 1.1428rem;
  margin-top: 12px;
  padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
  background-color: #0d73c5;
  border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
  background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
  background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
  background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
  background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
  background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
  background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
  background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
  background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
  background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
  background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
  background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
  background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
  padding: 20px 0 60px;
  background: #fafafc;
}
.product-page .pro-list {
  padding: 0;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .pro-main-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
  margin-bottom: 20px;
}
.prodet-page .det-head {
  padding: 56px 0 73px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 11.25%!important;
  width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 1.4286rem;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}

 

.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 1.2rem;
  display: block;
  position: relative;
  background: #fff;
  max-width: 456px;
  line-height: 38px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 1.5rem;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #a91f0a;
  color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .image-gallery li {
  padding: 10px;
}
.prodet-page .image-gallery {
	margin:-10px;
	padding-top:20px;
}
.prodet-page .image-gallery .slick-track {
	margin-left:0;
}
.prodet-page .det-body {
  padding: 85px 0 153px;
  background: #fff;
}
.prodet-page .det-fot {
  padding: 76px 0 90px;
  background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 50px;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 1.6rem;
  line-height: 2;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #a91f0a;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #a91f0a;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.news-page .new-list li .new-pic.five {
  width: 30%;
}
.news-page .new-list li .new-con.eleven {
  width: 70%;
  padding-left: 5%;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 28px;
  clear: both;
}
.newdet-page .news .news_contents .square img{
  width: 40%;
  margin-right: 10px;
}

.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-info {
  padding: 98px 0 110px;
  background: #fafafc;
}
.contact-page .c-info .c-info-box {
  width: 50%;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-size: 2.714rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -7px;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 36px;
  font-size: 1.4285rem;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #a91f0a;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.inner-page .pro-list {
  margin-top: 36px;
}
.inner-page .pro-list dl.grid-box {
	margin:0 0 50px;
}
.inner-page .pro-list dl.grid-box dd {
	line-height:50px;
	height:50px;
	background:#eee;
	color:#333;
	font-size:18px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	transition:.5s;
	padding:0;
	border-right:1px solid white;
}
.inner-page .pro-list dl.grid-box dd a {
	display:block;
}
.inner-page .pro-list dl.grid-box dd:hover,
.inner-page .pro-list dl.grid-box dd.active{
	background:#a91f0a;
	color:white;
}
.inner-page .pro-list .swiper-slide {
   text-align: center;
  border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
  text-align: center;
  padding: 20px 0;
  background: #fff;
  font-size: 1.1rem;
}
.inner-page .pro-list .swiper-slide .tit a {
  color: #2d2d2d;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.inner-page .pro-list .swiper-slide .tit a:before {
  left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
  .faq-page .faq-list dt i.icon {
    display: none;
  }
}

#index-body .a-more{
  background: rgba(224, 0, 0, 0.66);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 169px;
  line-height: 55px;
  text-align: center;
  margin-top: 40px;
}
#index-body .a-more:hover{
  background: #000;
}

.h-lan a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px!important;
  border-radius: 50%;
  color: #fff;
  background: #555;
}
.h-lan a:hover{
  background: #a91f0a;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
  width: 48%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #a91f0a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #a91f0a;
  box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 248px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #a91f0a;
  box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #a91f0a 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #004ca1;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #a91f0a;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #a91f0a url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
@media screen and (max-width: 1200px){
  .contact-page .c-info .c-info-box,
  .contact-page .cn-form{
    width: 100%;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .qr-box{
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
}

@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 25% !important;
    float: left;
    padding: 10px;
  }
}
.i-product {
  display: inline-block;
  width: 100%;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #a91f0a!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 15px 5px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
}

.spinner > div {
  background-color: #ebebeb;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
.inner-page .grid-box {
  margin: -10px;
}
.inner-page .grid-box .column {
  padding: 10px;
}
.button-group .button {
  background: #a91f0a !important;
}
.cn-form .m-form-r li.pcsb {
  display: none;
}
@media screen and (max-width: 1000px){
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .pro-main-tit {
    font-size: 2rem;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .inner-banner .inner-tit {
    font-size: 2.7rem;
  }
  .news-page .new-list li .new-con.eleven {
    width: 100%;
    padding-left: 0;
  }
  .news-page .new-list li .new-pic.five {
    display: none;
  }
  .contact-page .cn-form {
    margin-top: 40px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px){
  #mapContainer {
    height: 250px !important;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .c-info .c-tit h3 {
    font-size: 2rem;
  }
  .inner-page p {
    font-size: 15px;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r li.pcsb {
    display: block;
  }
  .cn-form .m-form-l li.pcsb {
    display: none;
  }
  .cn-form .m-form-r textarea {
    height: 120px;
  }
  .contact-page .cn-form {
    padding: 10px;
  }
  .inner-banner .inner-tit {
    font-size: 2rem;
  }
  .inner-banner .bread-crumbs {
    font-size: 1rem;
  }
  .sideBar .inner-main-tit {
    font-size: 1.2rem;
	line-height:2
  }
  .prodet-page .det-head .pro-det-one .pro-tit{
  font-size:32px;
  }
  #index-body .init-2 .right h2 em,.inner-page.prodet-page .init-2.ininitset .right h2 em {
  font-size: 32px;
  line-height:50px;

}
  .inner-page .container .pro-list h1{
  display:none;}
  .sideBar .side-menu {
    display: none;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
  }
  .grid-box {
    margin: 0;
  }
  .grid-box .column {
    padding: 0;
    margin-bottom: 15px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 1.2rem;
  }
  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: .8rem;
  }
  .prodet-page .pro-main-tit {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 1.5rem;
	line-height:1.87;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 1rem;
    line-height: 2;
    margin: 15px 0;
  }
  .news-page .new-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #cs td, #cs th {
    font-size: 12px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: .9rem;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }
}


#banner {
    position:relative;
    height:836px;
    overflow:hidden;
}
#banner .mouse-move {
    z-index:999;
    position:absolute;
    left:50%;
    bottom:40px;
    width:26px;
    height:40px;
    margin-left:-13px;
    border:2px solid #fff;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px
}
#banner .mouse-move:after {
    animation:1.5s mouse_move ease infinite;
    content:'';
    position:absolute;
    width:4px;
    height:10px;
    left:50%;
    margin-left:-2px;
    top:11px;
    background:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px
}
#banner .arr {
    transition:.5s ease;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:44%;
    z-index:10;
    width:91px;
    height:90px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer
}
#banner .arr.arr-l {
    left:0;
    background-image:url(/template/en/images/b-l-arr.png)
}
#banner .arr.arr-r {
    right:0;
    background-image:url(/template/en/images/b-r-arr.png)
}
#banner li {
    display:none;
    background-size:cover;
    position:absolute;
    width:100%;
    height:836px;
    background-position:center;
    background-repeat:no-repeat;
    left:0;
    top:0
}
#banner li .tit {
    text-align:left;
    float:right;
    color:#fff;
    margin-top:238px
}
#banner li .tit h2, #banner li .tit p {
    font-family:impact;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    font-weight:lighter
}
#banner li .tit p {
    margin-top:-5px
}
#banner li .tit span {
    font-size:16px;
    display:block
}
#banner li .tit.tit2 {
    margin-top:146px;
    text-align:center;
    float:none
}
#banner li .tit.tit2 h2, #banner li .tit.tit3 h2 {
    margin-bottom:9px
}
#banner li .tit.tit2 h2, #banner li .tit.tit2 span {
    text-transform:uppercase;
    font-family:'impact';
    font-size:46px;
    color:#fff
}
#banner li .tit.tit2 span {
    margin-top:-16px
}
#banner li .tit.tit2 p, #banner li .tit.tit3 p {
    display:none
}
#banner li .tit.tit3 {
    margin-top:84px;
    text-align:center;
    float:none
}
#banner li .tit.tit3 h2 {
    font-size:42px
}
#banner li .tit.tit3 span {
    display:none
}
#banner:hover .arr {
    opacity:1;
    filter:alpha(opacity=100)
}
#banner:hover .arr.arr-l {
    left:6.5%
}
#banner:hover .arr.arr-r {
    right:6.5%
}
@media screen and (max-width: 1200px){
  #banner{
    height: 600px;
  }
  #banner li{
    height: 600px;
  }
}
@media screen and (max-width: 1000px){
  #banner{
    height: 400px;
  }
  #banner li{
    height: 400px;
  }
  #banner .content h2 {
    font-size: 30px;
}
#banner .content p{
      font-size: 14px;
      line-height: 2;
}
}
@media screen and (max-width: 700px){
  #banner .content{
    top: 45%;
  }
}
@media screen and (max-width: 500px){
  #banner .content h2 {
    font-size: 18px;
}#banner .content p{
  font-size: 12px;
}#banner{
    height: 270px;
  }
  #banner li{
    height: 270px;
  }
  #banner .mouse-move{
    bottom: 10px;
  }
}

/*悬浮表单样式开始*/
.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
/*悬浮表单样式结束*/



/*新闻页面悬浮表单*/

.newdet-page .container .left {
    width: calc(100% - 500px);
    padding-right: 60px;
}
.newdet-page .container .right {
    width: 500px;
    position: sticky;
    top: 90px;
    z-index: 2;
    padding: 50px 0;
}

.newdet-page .grid-box {
    margin: 0 auto;
}

.newdet-page .container .right .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #a91f0a;
    border-radius: 16px;
    color: #fff;
}
.newdet-page .container .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.newdet-page .container .right .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.newdet-page .container .right .cont .form {
    margin-top: 30px;
}
.newdet-page .container .right .cont .form form {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.newdet-page .container .right .cont .form form input, .newdet-page .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newdet-page .container .right .cont .form form .submit_btn:hover {
    background: #a91f0a;
    color: #fff;
}
.newdet-page .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: #a91f0a;
    border: 1px solid #fff;
}