<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Oswald-Light';
  src: url(../fonts/Oswald-Light.ttf) format('truetype'), url(../fonts/Oswald-Light.eot) format('eot'), url(../fonts/Oswald-Light.woff) format('woff'), url(../fonts/Oswald-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-SEMIBOLD';
  src: url(../fonts/MONTSERRAT-SEMIBOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-SEMIBOLD.eot) format('eot'), url(../fonts/MONTSERRAT-SEMIBOLD.woff) format('woff'), url(../fonts/MONTSERRAT-SEMIBOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-REGULAR';
  src: url(../fonts/MONTSERRAT-REGULAR.ttf) format('truetype'), url(../fonts/MONTSERRAT-REGULAR.eot) format('eot'), url(../fonts/MONTSERRAT-REGULAR.woff) format('woff'), url(../fonts/MONTSERRAT-REGULAR.woff2) format('woff2');
}
body {
  font-family: "arial";
  max-width: 1920px;
  margin: 0 auto !important;
	position:relative !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1240px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: fantasy,"Oswald-Bold";
	letter-spacing:1px;
}
#header {
  z-index: 21;
  position: relative;
}
#header .nav {
  width: 100%;
  background: black;
  padding: 30px 0 20px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin: 0 14px;
  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;
  font-family: "Segoe UI";
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  color: #e6212a;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; 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 #e6212a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; 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 &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; 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 .outer {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}
#header .nav .ui.menu .outer:before {
  content: '';
  height: 56px;
  width: 1px;
  background: #909090;
  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%);
}
#header .nav .ui.menu .outer .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .outer .yuy li {
  display: inline-block;
  vertical-align: middle;
  font-family: "MONTSERRAT-REGULAR";
  text-transform: capitalize;
  font-size: 13px;
  color: #f5f5f5;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .outer .yuy li:hover {
  color: #e6212a;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #e6212a;
}
#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: #e6212a;
  -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: #e6212a;
  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: 3px 10px;
  border: 1px solid #999;
	word-break: initial;
	height:auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#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: #e6212a;
}
#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: #e6212a !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e6212a;
  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: #e6212a;
}
#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;
}
#sibel {
	position:fixed;
	right:0;
	top:50%;
	z-index:10;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	display:none;
}
#sibel:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#sibel:hover i:before {
	content:"\f105";
}
#sibel ul {
	display:block;
	background:black;
	position:relative;
	z-index:1;
}
#sibel li {
	font-size:16px;
	padding:10px 15px;
	color:white;
	font-family:"Oswald-Bold";
	display:block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	text-transform:uppercase;
	max-width:300px;
}
#sibel li:hover{
	background:#e6212a;
}
#sibel i:before {
	margin-left:-10px;
}
#sibel i {
	position:absolute;
	top:50%;
	right:100%;
	line-height:46px;
	width:46px;
	height:46px;
	margin-right:-15px;
	border-radius:100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	background:black;
	color:white;
	font-size:16px;
	text-align:center;
	z-index:-1;
	cursor:pointer;
	cursor:hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body {
  background: #f5f5f5;
  font-family: "Oswald-Light";
}
#index-body img#init-img {
  position: fixed;
  top: 185px;
  left: 62%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-height: 90%;
}
#index-body h2 {
  color: black;
  font-size: 58px;
  line-height: 80px;
  text-transform: uppercase;
}
#index-body h3 {
  font-size: 42px;
  color: black;
  line-height: 54px;
  text-transform: uppercase;
}
#index-body h4 {
  font-size: 24px;
  color: black;
  line-height: 30px;
  text-transform: uppercase;
	max-height:60px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#index-body h5 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  line-height: 24px;
}
#index-body .init-1 {
  padding: 150px 0 190px;
}
#index-body .init-1 .left {
  width: 65%;
  vertical-align: bottom;
  padding-right: 5%;
}
#index-body .init-1 .left h3 {
  color: #e6212a;
  font-size: 34px;
  margin: 50px 0 70px;
}
#index-body .init-1 .left h3 em {
  display: inline-block;
  padding: 30px 0 15px;
  width: 130px;
  text-align: center;
  margin-right: 10px;
  color: white;
  background: #e6212a;
  position: relative;
}
#index-body .init-1 .left h3 em:after {
  content: '';
  display: block;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 40px solid #e6212a;
  position: absolute;
  top: 100%;
  left: 0;
}
#index-body .init-1 .left p {
  font-size: 20px;
  color: black;
  line-height: 36px;
}
#index-body .init-1 .left a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-size: 22px;
  color: white;
  background: #0066cc;
  text-transform: uppercase;
  margin-top: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .left a.more:hover {
  background: #e6212a;
}
#index-body .init-1 .right {
  width: 35%;
  vertical-align: bottom;
  margin-bottom: -40px;
}
#index-body .init-1 .right span {
  height: 110px;
  padding: 12px 10px 0;
  background: #e6212a;
  color: white;
  font-size: 21px;
  line-height: 28px;
  width: 320px;
  display: block;
  position: relative;
  margin-left: 35%;
}
#index-body .init-1 .right span:after {
  content: '';
  display: block;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-right: 40px solid #e6212a;
  position: absolute;
  top: 0;
  right: 100%;
}
#index-body .init-2 {
  padding-bottom: 170px;
}
#index-body .init-2 .box {
  padding-top: 30px;
}
#index-body .init-2 .box ul li {
  font-size: 18px;
  color: #181818;
  line-height: 36px;
}
#index-body .init-2 .box ul li.ie1 {
  width: 44%;
  padding-right: 5%;
}
#index-body .init-2 .box ul li.ie2 {
  width: 20%;
  position: relative;
}
#index-body .init-2 .box ul li.ie2:before {
  content: '';
  width: 59px;
  height: 56px;
  display: block;
  background: url("../images/icon-2-1-1.png") no-repeat center center;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 20px;
}
#index-body .init-2 .box ul li.ie2:after {
  content: '';
  width: 47px;
  height: 44px;
  display: block;
  background: url("../images/icon-2-1-2.png") no-repeat center center;
  float: right;
  margin-right: -30px;
}
#index-body .init-2 .box ul li.ie3 {
  width: 20%;
  margin-left: 10%;
  position: relative;
}
#index-body .init-2 .box ul li.ie3:before {
  content: '';
  display: block;
  width: 55px;
  height: 45px;
  background: url("../images/icon-2-2-1.png") no-repeat center center;
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
  left: 0;
}
#index-body .init-2 .box ul li.ie3:after {
  content: '';
  width: 47px;
  height: 44px;
  display: block;
  background: url("../images/icon-2-2-2.png") no-repeat center center;
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-bottom: 70px;
}
#index-body .init-3 {
  padding: 60px 0 530px;
  background: url("../images/init-3-bg.png") no-repeat left bottom;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .init-3:after {
  content: '';
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 80%;
  margin-bottom: -20px;
  left: 0;
  background: #ff0000;
  z-index: -1;
}
#index-body .init-3 .left {
  width: 48%;
  vertical-align: bottom;
}
#index-body .init-3 .left h2 em {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 25px;
  width: 120px;
  text-align: center;
  margin-right: 10px;
  background: white;
  position: relative;
}
#index-body .init-3 .left h2 em img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#index-body .init-3 .left h2 em:after {
  content: '';
  display: block;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid white;
  position: absolute;
  top: 100%;
  left: 0;
}
#index-body .init-3 .left h3 {
  padding: 90px 0 30px;
  font-size: 36px;
  text-transform: capitalize;
}
#index-body .init-3 .left p {
  font-size: 18px;
  color: black;
  line-height: 36px;
}
#index-body .init-3 .right {
  width: 52%;
  vertical-align: bottom;
  margin-bottom: -110px;
}
#index-body .init-4 {
  z-index: 2;
  position: relative;
}
#index-body .init-4 .box .left {
  width: 50%;
  vertical-align: middle;
}
#index-body .init-4 .box .left .box2 {
  padding-top: 60px;
}
#index-body .init-4 .box .left ul {
  margin: -40px 0;
}
#index-body .init-4 .box .left ul li {
  display: block;
  padding: 40px 0;
}
#index-body .init-4 .box .left ul li i {
  width: 20%;
  float: left;
}
#index-body .init-4 .box .left ul li .content {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
#index-body .init-4 .box .left ul li .content h4 {
  margin-bottom: 8px;
}
#index-body .init-4 .box .left ul li .content p {
  font-size: 14px;
  color: #454444;
  line-height: 22px;
}
#index-body .init-4 .box .right {
  width: 50%;
  vertical-align: middle;
}
#index-body .init-4 .box .right span {
  width: 175px;
  height: 175px;
  display: block;
  border-radius: 100%;
  background: #e6212a;
  color: white;
  font-family: "Oswald-Bold";
  font-size: 40px;
  text-align: center;
  line-height: 175px;
  margin-left: 23%;
  position: relative;
  z-index: 1;
}
#index-body .init-5 {
  padding: 110px 0 200px;
  background: url("../images/init-5-bg.png") no-repeat center top 30%;
  background-size: 100% auto;
}
#index-body .init-5 p {
  font-size: 18px;
  line-height: 24px;
  padding: 25px 0 35px;
}
#index-body .init-5 a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-size: 22px;
  color: white;
  background: #0066cc;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 a.more:hover {
  background: #e6212a;
}
#index-body .init-5 .box {
  padding-top: 60px;
}
#index-body .init-5 .box ul li {
  width: 33.333%;
  vertical-align: middle;
}
#index-body .init-5 .box ul li i {
  width: 30%;
  vertical-align: middle;
}
#index-body .init-5 .box ul li i img.ie {
  display: none;
}
#index-body .init-5 .box ul li .content {
  max-width: 70%;
  vertical-align: middle;
  height: 130px;
  background: white;
  padding: 20px 10px;
  position: relative;
  width: 200px;
}
#index-body .init-5 .box ul li .content:after {
  content: '';
  display: block;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
  border-right: 40px solid white;
  position: absolute;
  right: 100%;
  top: 0;
}
#index-body .init-5 .box ul li .content h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-5 .box ul li .content p {
  padding: 10px 0 0;
}
#index-body .init-5 .form {
  padding: 90px 0;
  margin-top: 100px;
  width: 90%;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .form:before {
  content: '';
  background: url("../images/init-5-form-bg.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-5 .form:after {
  content: '';
  -webkit-box-shadow: 40px 130px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 40px 130px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 40px 130px 100px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 90%;
  z-index: -2;
  position: absolute;
  display: block;
  top: 3%;
  left: 0;
}
#index-body .init-5 .form .box {
  padding-top: 10px;
}
#index-body .init-5 .form .left {
  width: 62%;
  padding: 0 70px;
  vertical-align: middle;
}
#index-body .init-5 .form .left h4 {
  font-size: 28px;
  color: white;
}
#index-body .init-5 .form .left h4 em {
  color: #e6212a;
}
#index-body .init-5 .form .left h4 small {
  display: block;
  font-size: 21px;
  line-height: 36px;
}
#index-body .init-5 .form .left .box li {
  display: block;
  padding: 5px 0;
  width: 100%;
}
#index-body .init-5 .form .left .box li h5 {
  color: white;
  font-size: 18px;
  width: 30%;
  padding-top: 15px;
}
#index-body .init-5 .form .left .box li .txt {
  width: 70%;
}
#index-body .init-5 .form .left .box li .txt input,
#index-body .init-5 .form .left .box li .txt textarea {
  line-height: 30px;
  height: 50px;
  background: white;
  border: none;
  display: block;
  width: 100%;
  color: black;
  font-size: 18px;
  padding: 10px;
}
#index-body .init-5 .form .left .box li .txt input[type="submit"] {
  padding: 0 35px;
  display: inline-block;
  width: auto;
  background: #0066cc;
  font-family: "Oswald-Bold";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
}
#index-body .init-5 .form .left .box li .txt input[type="submit"]:hover {
  background: #e6212a;
}
#index-body .init-5 .form .left .box li .txt textarea {
  height: 160px;
  resize: vertical;
}
#index-body .init-5 .form .left .box li .txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  margin-left: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0;
}
#index-body .init-5 .form .right {
  width: 38%;
  vertical-align: middle;
}
#index-body .init-5 .form .right img {
  float: right;
  margin-right: 60px;
}
#index-body .init-6 {
  background: white;
  padding: 150px 0 70px;
}
#index-body .init-6 h2 small {
  display: block;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 40px;
  margin-top: 30px;
}
#index-body .init-6 h4 {
  position: absolute;
  right: 12%;
  top: -90px;
  z-index: 1;
}
#index-body .init-6 h4:after {
  content: '';
  width: 160px;
  height: 270px;
  background: #e6212a;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  right: -10px;
}
#index-body .init-6 h4:before {
  content: '';
  display: block;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 55px solid #e6212a;
  z-index: -1;
  right: -10px;
  position: absolute;
  top: 165px;
}
#footer {
  border-top: 1px solid #cfcfcf;
}
#footer .footer-top {
	line-height:90px;
	height:90px;
	color:white;
	text-align:center;
	background:#be1a1a;
}
#footer .footer-top .f-contact {
	float:left;
	font-size:24px;
}
#footer .footer-top .f-contact i {
	margin-right:10px;
}
#footer .footer-top .f-mail {
	display:inline-block;
	font-size:16px;
}
#footer .footer-top .f-mail li {
	padding:0 10px;
	position:relative;
	display:inline-block;
}
#footer .footer-top .f-mail li:after {
	content:'';
	border-radius:100%;
	border:2px solid white;
	position:absolute;
	top:48%;
	right:-1px;
}
#footer .footer-top .f-mail li:last-child:after {
	display:none;
}
#footer .footer-top .share {
	float:right;
}
#footer .footer-top .share ul {
	white-space:nowrap;
}
#footer .footer-top .share ul li {
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
	font-size:20px;
	width:auto;
}
#footer .footer-center {
	background:#333;
	padding:60px 0;
	text-align:center;
}
#footer .footer-center ul {
/* 	margin:0 -10px; */
	max-width:700px;
	text-align:left;
	display:inline-block;
	margin:0 auto;
}
#footer .footer-center ul li {
	width:37%;
	padding:0 10px;
}
#footer .footer-center ul li:last-child {
	width:26%;
}
#footer .footer-center ul li:last-child #ewm {
	border:3px solid white;
}
#footer .footer-center ul li dt {
	font-size:18px;
	color:white;
	text-transform:uppercase;
	font-family: "Oswald-Bold";
	line-height:24px;
	margin-bottom:15px;
}
#footer .footer-center ul li dd {
	font-size:14px;
	color:#aaa;
	line-height:24px;
}
#footer .footer-center ul li dd:hover {
	text-decoration:underline;
}
#footer .footer-bottom {
  text-align: center;
  font-size: 12px;
  font-family: "MONTSERRAT-REGULAR";
	line-height:50px;
	height:50px;
	color:#aaa;
	background:#000000;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: #e6212a;
}
@media screen and (max-width: 1600px) {
  #index-body .init-3:after {
    bottom: 60%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 {
    padding: 120px 0;
  }
  #index-body h2 {
    font-size: 44px;
    line-height: 50px;
  }
  #index-body .init-1 .left h3,
  #index-body .init-3 .left h3 {
    font-size: 28px;
    line-height: 40px;
  }
  #index-body .init-1 .right span {
    font-size: 18px;
    width: 280px;
  }
  #index-body .init-1 .left a.more,
  #index-body .init-5 a.more {
    font-size: 18px;
  }
  #index-body .init-1 .left p,
  #index-body .init-2 .box ul li,
  #index-body .init-3 .left p {
    font-size: 17px;
    line-height: 30px;
  }
  #index-body h3 {
    font-size: 34px;
    line-height: 40px;
  }
  #index-body h4 {
    font-size: 20px;
  }
  #index-body .init-5 .form .left h4 {
    font-size: 22px;
  }
  #index-body .init-5 .form .left h4 small {
    font-size: 18px;
    line-height: 30px;
  }
  #index-body .init-5 .form .left .box li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 40px;
  }
  #index-body .init-1 .left h3,
  #index-body .init-3 .left h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #index-body .init-1 .left h3 {
    margin: 30px 0 50px;
  }
  #index-body .init-1 .right span {
    font-size: 16px;
    width: 230px;
  }
  #index-body .init-1 .left p,
  #index-body .init-2 .box ul li,
  #index-body .init-3 .left p {
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .init-3 .left h3 {
    padding: 60px 0 20px;
  }
  #index-body .init-3 {
    padding: 60px 0 430px;
  }
  #index-body .init-4 .box .left ul li {
    padding: 25px 0;
  }
  #index-body .init-4 .box .left ul {
    margin: -25px 0;
  }
  #index-body .init-4 .box .right span {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 150px;
    margin-left: 21%;
  }
  #index-body .init-5 .box ul li .content {
    height: 110px;
    width: 180px;
    padding: 10px;
  }
  #index-body .init-5 .box ul li .content p {
    padding-top: 5px;
  }
  #index-body .init-5 .box ul li .content:after {
    border-top-width: 55px;
    border-bottom-width: 55px;
  }
  #index-body .init-5 .form {
    width: 100%;
  }
  #index-body .init-5 .form .right img {
    margin-right: 35%;
  }
  #index-body .init-5 .form .left {
    padding: 0 40px;
  }
  #index-body .init-5 .form {
    padding: 50px 0;
  }
  #index-body .init-5 .box ul li i img {
    max-height: 700px;
  }
  #footer .footer-top .right ul li dl dd.share a {
    font-size: 16px;
  }
  #footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
	#sibel {
		display:none !important;
	}
  #index-body h2 {
    font-size: 28px;
    line-height: 34px;
  }
  #index-body h3 {
    font-size: 22px;
    line-height: 28px;
  }
  #index-body .init-1 .left h3,
  #index-body .init-3 .left h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #index-body .init-1 .right span {
    width: 170px;
    font-size: 15px;
    line-height: 22px;
  }
  #index-body .init-1 .left p,
  #index-body .init-2 .box ul li,
  #index-body .init-3 .left p {
    font-size: 15px;
    line-height: 22px;
  }
  #index-body .init-2 {
    padding-bottom: 120px;
  }
  #index-body .init-3:after {
    height: 80%;
    bottom: 53%;
  }
  #index-body .init-3 .right {
    margin-bottom: 0;
  }
  #index-body .init-3 {
    padding: 60px 0 320px;
  }
  #index-body h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-4 .box .right span {
    margin-left: 16%;
  }
  #index-body .init-5 .box ul li .content p {
    font-size: 14px;
  }
  #index-body .init-5 .box ul li .content {
    height: 100px;
  }
  #index-body .init-5 .box ul li .content:after {
    border-top-width: 50px;
    border-bottom-width: 50px;
  }
  #index-body .init-5 .form .left h4 {
    font-size: 18px;
  }
  #index-body .init-5 .form .left h4 small {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-5 .form .left .box li h5 {
    font-size: 14px;
  }
  #index-body .init-5 .form .left .box li .txt input,
  #index-body .init-5 .form .left .box li .txt textarea {
    line-height: 24px;
    height: 40px;
    padding: 8px;
    font-size: 16px;
  }
  #index-body .init-5 .form .left .box li .txt textarea {
    height: 140px;
  }
  #index-body .init-5 .form .left .box li .txt input[type="submit"] {
    padding: 0 20px;
    font-size: 15px;
  }
  #index-body .init-5 .form .right img {
    margin-right: 20%;
  }
  #index-body .init-6 {
    padding: 100px 0 60px;
  }
  #index-body .init-6 h4:after {
    height: 150px;
    width: 100px;
  }
  #index-body .init-6 h4:before {
    top: 99px;
    border-left-width: 50px;
    border-right-width: 50px;
  }
  #footer .footer-top .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 40px;
  }
  #footer .footer-top .left h3 {
    font-size: 24px;
    padding: 15px 0;
  }
  #footer .footer-top .right ul li:last-child {
    display: none;
  }
  #footer .footer-top .right ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body img#init-img {
    display: none !important;
  }
  #index-body .init-5 .box ul li i img.ie {
    display: block;
  }
  #index-body .init-1 .right,
  #index-body .init-1 .left h3,
  #index-body .init-4 .box .right {
    display: none;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #index-body .init-1 .left p {
    margin-top: 20px;
  }
  #index-body .init-1 .left a.more,
  #index-body .init-5 a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-2 .box ul li {
    width: 100% !important;
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #index-body .init-2 .box ul li:after,
  #index-body .init-2 .box ul li:before {
    display: none !important;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  #index-body .init-2 {
    padding-bottom: 50px;
  }
  #index-body .init-3 .left,
  #index-body .init-3 .right,
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-3 .right {
    padding-top: 20px;
  }
  #index-body .init-3:after {
    height: 90%;
    bottom: 29%;
  }
  #index-body .init-3 {
    padding: 60px 0 150px;
  }
  #index-body .init-4 .box .left .box2 {
    padding-top: 40px;
  }
  #index-body .init-4 {
    padding-top: 30px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #index-body .init-5 .box ul li i img {
    max-height: 400px;
  }
  #index-body .init-5 .form .left {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-5 .form .right {
    display: none;
  }
  #index-body .init-5 .form {
    margin-top: 50px;
  }
  #index-body .init-6 h2 small {
    font-size: 14px;
    margin-top: 15px;
  }
  #index-body .init-5 .form .left .box li h5 {
    font-size: 12px;
  }
  #index-body .init-6 h4:after {
    height: 100px;
  }
  #index-body .init-6 h4:before {
    top: 74px;
  }
  #footer .footer-top .right ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .footer-top {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-3:after {
    bottom: 24%;
  }
}
.inner-banner {
  height: 350px;
  line-height: 350px;
  position: relative;
}
.inner-banner:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: white;
}
.inner-banner .box {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.inner-banner .box h2 {
  font-size: 45px;
  color: black;
}
.inner-banner .box p {
  font-size: 20px;
  color: #333;
}
.inner-banner .box p em {
  color: black;
  font-weight: bold;
  margin-right: 10px;
}
.mbx {
  line-height: 60px;
  height: 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0;
}
.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.mbx a:first-child {
  padding-right: 35px;
  border-right: 1px solid #eee;
}
.mbx a:hover {
  color: #e6212a;
}
.inner-page h1 {
  font-size: 70px;
  line-height: 60px;
	color:#e6212a;
}
.inner-page h2 {
  font-size: 26px;
  line-height: 34px;
}
.inner-page h2 p,
.product-page .box ul li a h5 p{
	font:inherit !important;
	color:inherit !important;
	margin:0 !important;
	text-transform:inherit !important;
	line-height:inherit !important;
}
.inner-page h3 {
  font-size: 40px;
  line-height: 40px;
	color:#e6222b;
}
.inner-page h4 {
  font-size: 30px;
  line-height: 30px;
}
.inner-page h5 {
  font-size: 18px;
  line-height: 24px;
	font-weight:bold;
}
.inner-page p {
  font-size: 16px;
  margin: 15px 0 20px;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border: 1px solid #eee;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #e6212a;
  color: white;
}
.inner-page .share {
  padding-top: 50px;
}
.inner-page .share ul {
  margin: 0 -5px;
}
.inner-page .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ccc;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.inner-page .share ul li:hover {
  color: white;
  background: #e6212a;
}
.inner-page .share ul li a {
  display: block;
}
.inner-page .m-link a {
  padding: 12px 0;
  background: #f5f5f5;
  font-size: 14px;
}
.inner-page .m-link a i {
	font-weight:bold;
	display:block;
}
.inner-page .m-link a {
  display: block;
  text-transform: capitalize;
}
.inner-page .sidebar {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.inner-page .sidebar &gt; ul {
  max-width: 100%;
}
.inner-page .sidebar &gt; ul &gt; li {
  text-transform: uppercase;
  color: black;
  background: transparent;
  opacity: 1;
  line-height: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  font-size: 0;
  display: block;
  padding: 0;
}
.inner-page .sidebar &gt; ul &gt; li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar &gt; ul &gt; li li {
  padding: 0 10px;
}
.inner-page .sidebar &gt; ul &gt; li li a {
  font-size: 20px;
}
.inner-page .sidebar &gt; ul &gt; li li:hover {
  text-decoration: underline;
}
.inner-page .sidebar &gt; ul &gt; li:hover &gt; a {
  background: #f5f5f5;
}
.news-page .news-1 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.news-page .news-1 ul li {
  position: relative;
  width: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  right: -15%;
  z-index: -1;
}
.news-page .news-1 ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: 0;
}
.news-page .news-1 ul li .img-box {
  display: block;
}
.news-page .news-1 ul li .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
  padding-left: 5%;
  color: white;
}
.news-page .news-1 ul li .box h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-1 ul li .box p {
  margin-bottom: 60px;
}
.news-page .news-1 ul li .box a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li .box a.more:hover {
  background: #e6212a;
  color: white;
}
.news-page .news-1 ul li .box .view {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.news-page .news-1 ul .slick-dots {
  position: absolute;
  right: 10%;
  bottom: 15px;
  font-size: 0;
  z-index: 3;
}
.news-page .news-1 ul .slick-dots li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  cursor: hand;
  right: 0;
  left: 0;
}
.news-page .news-1 ul .slick-dots li:after {
  display: none;
}
.news-page .news-1 ul .slick-dots li button {
  display: none;
}
.news-page .news-1 ul .slick-dots li.slick-active {
  background: #e6212a;
}
.news-page .news-1 ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  right: 0;
  left: 0;
  z-index: 1;
}
.news-page .news-1 ul .slick-current li:after {
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s 1.2s;
  -moz-transition: .5s 1.2s;
  -ms-transition: .5s 1.2s;
  -o-transition: .5s 1.2s;
  transition: .5s 1.2s;
}
.news-page .news-1 ul .slick-current + div li {
  right: auto;
  left: -15%;
}
.news-page .news-2 {
  padding-top:10px;
}
.news-page .news-2 h3 i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-2 .box {
  padding: 40px 0;
}
.news-page .news-2 .box ul {
  margin: -15px;
}
.news-page .news-2 .box ul li {
  padding: 15px;
  font-size: 0;
}
.news-page .news-2 .box ul li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-2 .box ul li .left a.img-box {
  display: block;
}
.news-page .news-2 .box ul li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.news-page .news-2 .box ul li .right h5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-2 .box ul li .right h5:hover {
  color: #e6212a;
}
.news-page .news-2 .box ul li .right a.more {
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-2 .box ul li .right a.more i {
  color: black;
}
.news-page .news-2 .box ul li .right a.more:hover {
  color: #e6212a;
}
.newdet-page {
  padding: 80px 0;
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 18px;
}
.newdet-page .content {
  padding: 50px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  margin-top: 50px;
  text-align: left;
}
.newdet-page .content .share {
  text-align: center;
}
.lg-page {
  padding: 80px 0;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  padding: 15px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li h4 {
  padding: 10px;
  background: #f5f5f5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	font-size:24px;
}
.lg-page ul li:hover h4 {
  background: #e6212a;
  color: white;
}
.product-page {
  padding: 40px 0;
}
.product-page .box {
  padding: 40px 0;
  display: block;
}
.product-page .box ul li {
  padding: 40px 15px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box ul li h3 a {
  text-align: left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.product-page .box ul li img {
  max-height: 280px;
  margin: 0 auto;
  display: inline-block;
	min-height:180px;
}
.product-page .box ul li a {
  text-align: center;
  display: block;
}
.product-page .box ul li a h5 {
  padding: 10px 15px;
	font-family:"Arial";
	letter-spacing:0;
}
.product-page .box ul li:hover,
.product-page .box ul li.active {
  border-color: #eee;
}
.prodet-page {
  padding: 80px 0;
	background:#f8f8f8;
	font-family: arial;
}
.prodet-page .prodet-1 {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.prodet-page .prodet-1 .thumbnails {
  width: 8%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.prodet-page .prodet-1 .thumbnails ul {
  position: relative;
  font-size: 0;
}
.prodet-page .prodet-1 .thumbnails ul .slick-list {
  margin: -5px 0;
}
.prodet-page .prodet-1 .thumbnails ul .slick-arrow {
  width: 100%;
  height: 30px;
  background: black;
  border: none;
  position: relative;
  font-size: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.prodet-page .prodet-1 .thumbnails ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: white;
  font-size: 16px;
  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%);
}
.prodet-page .prodet-1 .thumbnails ul .slick-arrow.slick-prev:after {
  content: "\f106";
}
.prodet-page .prodet-1 .thumbnails ul .slick-arrow.slick-next:after {
  content: "\f107";
}
.prodet-page .prodet-1 .thumbnails ul .slick-arrow:hover {
  background: #e6212a;
}
.prodet-page .prodet-1 .thumbnails li {
  text-align: center;
  border: 1px solid #eee;
  margin: 5px 0;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .thumbnails li img {
  max-height: 120px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .img {
  display: inline-block;
  width: 52%;
  vertical-align: top;
  text-align: center;
	padding-right:2%;
}
.prodet-page .prodet-1 .img img {
  max-height: 600px;
  display: inline-block;
	border:1px solid #e9e9e9;
}
.prodet-page .prodet-1 .text {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
	font-size:14px;
}
.prodet-page .prodet-1 .text table {
	height:auto !important;
	margin-top:20px;
}
.prodet-page .prodet-1 .text tr:first-child {
	background:#eee;
}
.prodet-page .prodet-1 .text p {
  font-size: 14px;
	margin:5px 0;
}
.prodet-page .prodet-1 .text .color ul {
  margin: -15px;
  padding-top: 15px;
}
.prodet-page .prodet-1 .text h2 {
	margin-bottom:15px;
}
.prodet-page .prodet-1 .text .color h5 {
	margin-bottom:20px;
}
.prodet-page .prodet-1 .text .color a {
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 35px;
	background:#eee;
	font-size:14px;
	color:#333;
	background:#eee;
	margin-right:10px;
	transition:.5s;
}
.prodet-page .prodet-1 .text .color a i {
	margin-right:10px;
}
.prodet-page .prodet-1 .text .color a:hover {
	background:#e6212a;
	color:white;
}
.prodet-page .prodet-1 .text .color ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  text-transform: capitalize;
  font-size: 16px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 15px;
}
.prodet-page .prodet-1 .text .color ul li span {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
.prodet-page .prodet-1 .text .color ul li span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .color ul li span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  background: inherit;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
.prodet-page .prodet-1 .text .color ul li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.prodet-page .prodet-1 .text .color ul li:hover,
.prodet-page .prodet-1 .text .color ul li.active {
  opacity: 1;
}
.prodet-page .prodet-1 .text .color ul li:hover span:after,
.prodet-page .prodet-1 .text .color ul li.active span:after {
  opacity: 1;
}
.prodet-page .prodet-1 .text .share {
  padding-top: 30px;
}
.prodet-page .prodet-1 .text .share h5 {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .text .share ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.prodet-page .prodet-1 .text a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  background: #f5f5f5;
  color: #666;
  font-size: 24px;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #e6212a;
/*  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);*/
  color: white;
}
.prodet-page .prodet-1 .text a.more i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .text a.more:hover {
  
}
.prodet-page .prodet-1 .text span.message {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  background: #f5f5f5;
  color: #666;
  font-size: 24px;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 15px;
  cursor: no-drop;
  opacity: .3;
}
.prodet-page .prodet-1 .text span.message i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .text span.message.active {
  cursor: pointer;
  cursor: hand;
  opacity: 1;
}
.prodet-page .prodet-1 .text span.message.active:hover {
  background: #e6212a;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: white;
}
.prodet-page .prodet-2 {
  padding-top: 80px;
}
.prodet-page .prodet-2 h3 {
  text-transform: capitalize;
  padding-bottom: 40px;
}
.prodet-page .prodet-2 p {
  font-size: 14px;
}
.prodet-page .prodet-2 table {
	width:100% !important;
	height:auto !important;
	background:white;
}
.prodet-page .prodet-2 table tr {
	width:auto !important;
	height:auto !important;
}
.prodet-page .prodet-2 table tr p {
	margin:0 !important;
}
.prodet-page .prodet-2 table td,
.prodet-page .prodet-2 table th {
	width:auto !important;
	height:auto !important;
	font-size:14px;
	border-color:#d0d0d0;
	line-height:24px;
}
.prodet-page .prodet-2 .table {
	position:relative;
	z-index:1;
}
.prodet-page .prodet-2 .table&gt;p {
	display:none;
}
.prodet-page .prodet-2 .table&gt;table:first-child {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
	display:block;
	border-right:11px solid #222;
	max-height:64px;
	overflow:hidden;
	border-bottom:1px solid #d0d0d0;
}
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(1),
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(2),
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(1) td,
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(2) td{
	background:white;
}
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(2) ~ tr {
	opacity:0;
}
.prodet-page .prodet-2 .table&gt;table:first-child tr:nth-child(2) ~ tr td{
	opacity:0;
	border-color:transparent;
}
.prodet-page .prodet-2 .table&gt;table:nth-child(2) {
	display:block;
	overflow:auto;
	max-height:400px;
	background:transparent;
}
.prodet-page .prodet-2 .table&gt;table:nth-child(2) tr:nth-child(1),
.prodet-page .prodet-2 .table&gt;table:nth-child(2) tr:nth-child(2) {
	opacity:0;
}
.prodet-page .prodet-2 .table table::-webkit-scrollbar {
	width:10px;
	height:10px;
	cursor:pointer;
	cursor:hand;
}
.prodet-page .prodet-2 .content&gt;table {
	display:block;
	width:100%;
	overflow:auto;
	white-space:nowrap;
}
.prodet-page .prodet-2 .content&gt;table td {
	white-space:nowrap;
}
.prodet-page .prodet-2 table tbody {
	display:table;
	width:100%;
}
.prodet-page .prodet-2 .content&gt;table td ol {
	white-space:normal;
}
.prodet-page .prodet-2 .content&gt;table td ol li {
	padding-left:10px;
	position:relative;
}
.prodet-page .prodet-2 .content&gt;table td ol li:after {
	content:'';
	border:2px solid red;
	border-radius:100%;
	position:absolute;
	left:0;
	top:10px;
}
.prodet-page .prodet-3 {
  padding-top: 80px;
}
.prodet-page .prodet-3 h3 {
  text-transform: capitalize;
  padding-bottom: 40px;
}
.prodet-page .prodet-3 li {
  padding: 40px 15px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 li h3 a {
  text-align: left;
}
.prodet-page .prodet-3 li img {
  max-height: 280px;
  margin: 0 auto;
  display: inline-block;
}
.prodet-page .prodet-3 li a {
  text-align: center;
  display: block;
}
.prodet-page .prodet-3 li a h5 {
  padding: 10px 15px;
	font-family:'Arial';
	letter-spacing:0;
}
.prodet-page .prodet-3 li:hover {
  border-color: #eee;
}
.faq-page {
  padding: 80px 0;
  font-size: 0;
}
.faq-page .right {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
}
.faq-page .right ul {
  display: inline-block;
  width: 100%;
  margin-top: -20px;
}
.faq-page .right ul li {
  padding: 30px 0;
	border-bottom:1px solid #eee;
}
.faq-page .right ul li h4 {
  font-weight: bold;
	font-family:'Arial';
	font-size:24px;
}
.faq-page .right ul li p {
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box {
  text-align: center;
  padding-top: 30px;
}
.about-page .about-1 h3 i {
	font-size:20px;
	color:white;
	width:60px;
	height:28px;
	line-height:28px;
	margin-left:10px;
	border-radius:5px;
	background:#333;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	cursor:hand;
}
.about-page .about-1 h3 span {
	font-size:14px;
	color:#333;
/* 	font-family:"Arial"; */
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
}
.about-page .about-1 .img {
	padding:20px 0;
	text-align:center;
}
.about-page .about-1 .img ul {
	margin:0 -10px;
}
.about-page .about-1 .img ul li {
	padding:0 10px;
}
.about-page .about-1 .img ul li img {
	margin:0 auto;
}
.about-page .about-1 .img ul .slick-dots {
	padding-top:20px;
	text-align:center;
}
.about-page .about-1 .img ul .slick-dots li {
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	border:1px solid #999;
	background:white;
	border-radius:100%;
	margin:0 5px;
	cursor:pointer;
	cursor:hand;
	padding:0;
}
.about-page .about-1 .img ul .slick-dots li button {
	display:none;
}
.about-page .about-1 .img ul .slick-dots li.slick-active {
	border-color:#e6222b;
	background:#e6222b;
}
.about-page .about-1 .box i {
  height: 60px;
  display: block;
}
.about-page .about-1 .box ul {
  margin: 0 -10px;
}
.about-page .about-1 .box ul li {
  padding: 0 10px;
}
.about-page .about-2 {
  padding: 120px 0;
  background: #f2f2f2;
  text-align: center;
}
.about-page .about-2 .box {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  margin-top: 50px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-2 .box:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.about-page .about-2 .box:before {
  content: '';
  border: 6px solid #e6212a;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -5px;
  z-index: 1;
  margin-left: -5px;
}
.about-page .about-2 .box ul li {
  display: inline-block;
  width: 51%;
  text-align: right;
  padding-right: 90px;
  position: relative;
  margin: 0;
}
.about-page .about-2 .box ul li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.about-page .about-2 .box ul li i {
  position: absolute;
  top: -10px;
  right: 30px;
}
.about-page .about-2 .box ul li:after {
  content: '';
  border: 6px solid #e6212a;
  border-radius: 100%;
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 1;
}
.about-page .about-2 .box ul li:nth-child(even) {
  text-align: left;
  padding-left: 90px;
  padding-right: 0;
  float: right;
}
.about-page .about-2 .box ul li:nth-child(even):after {
  left: 2px;
  right: auto;
}
.about-page .about-2 .box ul li:nth-child(even) i {
  right: auto;
  left: 30px;
}
.about-page .about-3 {
  padding: 80px 0;
}
/*.contact-page .contact-1 {
  padding-top: 80px;
}
.contact-page .contact-2 {
  margin: 80px 0;
  position: relative;
}
.contact-page .contact-2:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 45%;
  top: 0;
  background: black;
}
.contact-page .contact-2 .left {
  padding-right: 10%;
  vertical-align: middle;
}
.contact-page .contact-2 .right {
  vertical-align: middle;
}
.contact-page .contact-2 .right ul {
  margin: -10px 0;
}
.contact-page .contact-2 .right ul li {
  display: block;
  padding: 10px 0;
}
.contact-page .contact-2 .right ul li input,
.contact-page .contact-2 .right ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #999;
  font-size: 16px;
  padding: 0 10px;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  -ms-transition: .5s border;
  -o-transition: .5s border;
  transition: .5s border;
}
.contact-page .contact-2 .right ul li input:focus,
.contact-page .contact-2 .right ul li textarea:focus {
  border-color: #e6212a;
}
.contact-page .contact-2 .right ul li textarea {
  height: 180px;
  line-height: 30px;
  padding: 10px;
  resize: vertical;
}
.contact-page .contact-2 .right ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0 45px;
  background: #333;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right ul li input[type="submit"]:hover {
  background: #e6212a;
}*/
.contact-page .map {
    border-bottom: 20px solid #f5f7f7;
}
.contact-page .contact-1 {
    padding: 50px 0;
}
.contact-page .contact-1 ul li {
    padding-left: 60px;
    position: relative;
    font-family: arial;
}
.contact-page .contact-1 ul li p{
	margin: 0;
	height: 0;
	overflow: hidden;
}
.contact-page .contact-1 ul li i {
    font-size: 24px;
    color: #be1a1a;
    position: absolute;
    left: 26px;
    top:20px;
}
.contact-page .contact-1 ul li h4 small {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: arial;
    margin-top: 10px;
    line-height: 24px;
}
.contact-page .contact-2 {
    padding: 80px 0;
    background: #f5f7f7;
}
.contact-page .contact-2 .form {
    margin-top: 40px;
}
.contact-page .contact-2 .form ul {
    margin: -15px;
}
.contact-page .contact-2 .form ul li {
    padding: 15px;
}
.contact-page .contact-2 .form ul li input, .contact-page .contact-2 .form ul li textarea {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border: none;
    box-shadow: 0px 2px 3px #eaeded;
    padding: 0 20px;
    font-size: 16px;
    color: black;
    font-family:"opensans-Regular";
}
.contact-page .contact-2 .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
    height: 180px;
    line-height: 24px;
    padding: 18px 20px;
    resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
    background: #be1a1a;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 18px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
    background: #222;
}
.contact-page .button-group .button {
    background: #be1a1a !important;
}
.button-group .button {
  background: #e6212a !important;
}
@media screen and (max-width: 1250px) {
  .inner-banner .box p {
    font-size: 16px;
  }
  .inner-page p {
    font-size: 14px;
  }
  .inner-page h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .inner-page h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .inner-page h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .inner-page h4 {
    font-size: 22px;
    line-height: 22px;
  }
  .inner-page h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .prodet-page .prodet-1 .text a.more,
  .prodet-page .prodet-1 .text span.message {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box h2 {
    font-size: 34px;
  }
  .inner-page h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .inner-page h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .inner-page h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .inner-page h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-page h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .inner-page .sidebar &gt; ul &gt; li a {
    font-size: 14px;
  }
  .inner-page .sidebar &gt; ul &gt; li li a {
    font-size: 16px;
  }
  .mbx a,
  .mbx span {
    font-size: 14px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-top: 60px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .inner-banner:after {
    width: 70%;
    left: -15%;
  }
  .inner-banner {
    height: 260px;
    line-height: 260px;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .hide {
    display: none;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
	  padding-right:0;
  }
  .prodet-page .prodet-1 .thumbnails {
    width: 20%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 50px;
  }
  .cloudzoom-blank,
  .cloudzoom-zoom {
    display: none !important;
  }
  .prodet-page .prodet-1 .text .color ul li:hover span:after {
    opacity: 0;
  }
  .prodet-page .prodet-1 .text .color ul li:hover {
    opacity: .5;
  }
  .prodet-page .prodet-1 .text .color ul li.active span:after,
  .prodet-page .prodet-1 .text .color ul li.active {
    opacity: 1 !important;
  }
  .news-page .news-1 ul li .box a.more {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  .news-page .news-1 ul li .box .view {
    font-size: 14px;
  }
  .news-page .news-1 ul li .box p {
    margin-bottom: 30px;
  }
  .news-page .news-2 .box ul li .right {
    width: 100%;
    padding: 25px 10px;
  }
  .news-page .news-2 .box ul li .left {
    width: 100%;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  .inner-page .sidebar {
    display: none;
  }
  .faq-page .right {
    width: 100%;
    padding: 0;
  }
  .contact-page .contact-2 .right ul li {
    padding: 5px 0;
  }
  .contact-page .contact-2 .right ul {
    margin: -5px 0;
  }
  .contact-page .contact-2 .right ul li input,
  .contact-page .contact-2 .right ul li textarea {
    line-height: 24px;
    padding: 8px 10px;
    height: 40px;
    font-size: 14px;
  }
  .contact-page .contact-2 .right ul li textarea {
    height: 140px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .inner-page h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .inner-page h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .inner-page h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-page h5 {
    font-size: 16px;
    line-height: 16px;
  }
  .faq-page .right ul li {
    padding: 20px 0;
  }
  .inner-banner {
    height: 200px;
    line-height: 200px;
    background-size: auto 100%;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
  .inner-banner .box p {
    font-size: 14px;
  }
  .inner-banner:after {
    width: 85%;
  }
  .mbx a,
  .mbx span {
    max-width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
  }
  .mbx a:first-child {
    padding-right: 10px;
  }
  .mbx {
    line-height: 50px;
    height: 50px;
  }
  .news-page .news-1 {
    display: none !important;
  }
  .news-page .news-2 h3 {
    display: none;
  }
  .product-page .box ul li {
    width: 50% !important;
  }
  .prodet-page .prodet-1 .img img {
    max-height: 500px;
  }
  .inner-page .share ul li {
    margin: 0 2px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f4f1f1;
  }
  .prodet-page .prodet-1 .text .color ul li {
    font-size: 14px;
    padding: 5px;
  }
  .prodet-page .prodet-1 .text .color ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .text a.more,
  .prodet-page .prodet-1 .text span.message {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .contact-page .contact-2:after {
    display: none;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-2 {
    margin: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  .button-group {
    right: auto !important;
  }
  .news-page .news-2 {
    padding-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 15px;
  }
  .about-page .about-2 .box ul li {
    padding: 0 0 0 90px!important;
    width: 100%;
    text-align: left;
  }
  .about-page .about-2 .box ul li i {
    left: 20px !important;
  }
  .about-page .about-2 .box ul li:after {
    left: -5px !important;
    right: auto !important;
  }
  .about-page .about-2 .box:after {
    left: 0;
  }
  .about-page .about-2 .box:before {
    display: none;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .mbx a,
  .mbx span {
    font-size: 12px;
    padding: 0 5px;
  }
}


.l-nav--category {
  float: left;
  width: 21.5%;
}
.product-page .pro-list{
	float: right;
	width: 78.5%;
	padding-left: 40px;
}
.l-navCategoryBox {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
}

.l-navCategoryBox h2,
.l-navCategoryBox h3 {
  font-weight: bold;
  font-family:arial;
}

.l-navCategoryBox h2 {
  padding: 11px 10px 9px 13px;
  background: #999;
  font-size: 16px;
  color: #000;
}

.l-navCategoryBox h3 {
  font-size: 20px;
	text-transform:uppercase;
}

.l-navCategoryBox h3 &gt; a {
  display: block;
  padding: 12px 10px 9px 22px;
  background-color: #e6212a;
  text-decoration: none;
  color: #fff;
}

.l-navCategoryBox h3 &gt; a:hover {
  text-decoration: underline;
}

.l-navCategoryBox h3 &gt; a.on {
  background: #ffcd00;
  text-decoration: none;
  color: #000;
}

.l-navCategoryBox li {
  position: relative;
  border-top: 1px solid #bfbfbf;
  background-color: #333;
	color:white;
}

.l-navCategoryBox .lc-level3 &gt; li &gt; a.on,
.l-navCategoryBox .lc-level4 &gt; li &gt; a.on,
.l-navCategoryBox .lc-level5 &gt; li &gt; a.on,
.l-navCategoryBox .lc-level6 &gt; li &gt; a.on,
.l-navCategoryBox .lc-level7 &gt; li &gt; a.on {
  background: #0066cc;
  text-decoration: none;
  color: #fff!important;
}

.l-navCategoryBox .lc-level3 &gt; li &gt; a,
.l-navCategoryBox .lc-level4 &gt; li &gt; a {
  padding: 10px 10px 10px 23px;
}

.l-navCategoryBox .lc-level5 &gt; li &gt; a,
.l-navCategoryBox .lc-level6 &gt; li &gt; a,
.l-navCategoryBox .lc-level7 &gt; li &gt; a {
  padding: 2px 10px 1px 23px;
}

.l-navCategoryBox .lc-level3 &gt; li &gt; a {
  background-position: 14px 12px;
  font-weight: bold;
  display: block;
}
.l-navCategoryBox .lc-level3 &gt; li &gt; a:hover {
	color: #e6212a;
}
.l-navCategoryBox .lc-level4 &gt; li, 
.l-navCategoryBox .lc-level5 &gt; li:first-child, 
.l-navCategoryBox .lc-dropdown .lc-level4 &gt; li, 
.l-navfilterOption__btm {
    background-image: url(../images/x11sx.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#sidebar {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 22;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sidebar .list {
  position: relative;
  z-index: 2;
}
#sidebar .list ul li {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  font-size: 20px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
#sidebar .info-box {
  position: absolute;
  right: -230px;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 230px;
}
#sidebar .info-box .box {
  width: 100%;
  background: white;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  right: -20px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
}
#sidebar .info-box .box.QQ {
	padding: 20px 10px;
	width:130px;
}
#sidebar .info-box .box.QQ h3 {
	margin-bottom:0;
}
#sidebar .info-box .box.mail {
	width:160px;
}
#sidebar .info-box .box h3 {
  font-size: 20px;
  font-family: "microsoft yahei";
  margin-bottom: 20px;
}
#sidebar .info-box .box h3 small {
  font-size: 12px;
  display: block;
  font-family: "Microsoft YaHei";
  margin-top: 5px;
}
#sidebar .info-box .box p {
  margin-top: 20px;
  font-size: 12px;
}
#sidebar .info-box .box.wecat {
  width: 160px;
}
#sidebar .info-box .box.wecat img {
  width: 100%;
  border: 3px solid white;
}
#sidebar .info-box .box.active {
  right: 0;
  opacity: 1;
  display: block;
  z-index: 1;
}
#sidebar:hover .info-box {
  right: 100%;
}
@media screen and (max-width: 1000px) {
    .l-nav--category {
        display:none;
    }
    .product-page .pro-list,.prodet-page .pro-list {
        width:100% !important;
        padding-left:0 !important;
		float:none !important;
    }
    .product-page .box ul li,.prodet-page .prodet-3 li {
        padding:10px;
    }
    .product-page .box ul,.prodet-page .prodet-3 ul {
        margin:-10px;
    }
	#footer .footer-top {
		padding:20px 0 !important;
		height:auto;
		line-height:normal;
	}
	#footer .footer-top .share {
		display:none;
	}
	#footer .footer-bottom {
		line-height:normal;
		height:auto;
		padding:10px 0;
	}
	#footer .footer-center ul li {
		width:50% !important;
	}
	#footer .footer-center ul li:last-child {
			display:none !important;
		}
	#footer .footer-top .f-contact {
		float:none;
		margin-bottom:10px;
	} 
	#footer .footer-center ul {
		width:100%;
	}
}</pre></body></html>