@font-face {
  font-family: 'RR';
  src: url('../fonts/Rubik-Regular.eot') format('embedded-opentype'), url('../fonts/Rubik-Regular.woff2') format('woff2'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/Rubik-Medium.eot') format('eot'), url('../fonts/Rubik-Medium.woff2') format('woff2'), url('../fonts/Rubik-Medium.woff') format('woff'), url('../fonts/Rubik-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Rubik-Light.eot') format('eot'), url('../fonts/Rubik-Light.woff2') format('woff2'), url('../fonts/Rubik-Light.woff') format('woff'), url('../fonts/Rubik-Light.ttf') format('truetype');
}
@font-face{
  font-family: 'Raleway-Medium';
  src: url(../fonts/Raleway-Medium.otf) format('truetype'),url(../fonts/Raleway-Medium.eot) format('eot'),url(../fonts/Raleway-Medium.woff) format('woff'),url(../fonts/Raleway-Medium.woff2) format('woff2');
}
@font-face{
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.otf) format('truetype'),url(../fonts/Montserrat-Light.eot) format('eot'),url(../fonts/Montserrat-Light.woff) format('woff'),url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face{
  font-family: 'Raleway-Light';
  src: url(../fonts/Raleway-Light.otf) format('truetype'),url(../fonts/Raleway-Light.eot) format('eot'),url(../fonts/Raleway-Light.woff) format('woff'),url(../fonts/Raleway-Light.woff2) format('woff2');
}
@font-face{
  font-family: 'corbel-Regular';
  src: url(../fonts/corbel-Regular.ttf) format('truetype'),url(../fonts/corbel-Regular.eot) format('eot'),url(../fonts/corbel-Regular.woff) format('woff'),url(../fonts/corbel-Regular.woff2) format('woff2');
}
@font-face{
  font-family: 'Raleway-Bold';
  src: url(../fonts/Raleway-Bold.ttf) format('truetype'),url(../fonts/Raleway-Bold.eot) format('eot'),url(../fonts/Raleway-Bold.woff) format('woff'),url(../fonts/Raleway-Bold.woff2) format('woff2');
}
@font-face{
  font-family: 'raleway-Regular';
  src: url(../fonts/raleway-Regular.ttf) format('truetype'),url(../fonts/raleway-Regular.eot) format('eot'),url(../fonts/raleway-Regular.woff) format('woff'),url(../fonts/raleway-Regular.woff2) format('woff2');
}
@font-face{
  font-family: 'Raleway-SemiBold';
  src: url(../fonts/Raleway-SemiBold.ttf) format('truetype'),url(../fonts/Raleway-SemiBold.eot) format('eot'),url(../fonts/Raleway-SemiBold.woff) format('woff'),url(../fonts/Raleway-SemiBold.woff2) format('woff2');
}

.video-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.video-wrapper .video{
	max-width: 656px;
	position: absolute;
	width: 100%;
	left: 12%;
	top: 25%;
	/*transform: translate(-50%,-50%);*/
}
.video-wrapper .close{
	position: absolute;
	right: 60px;
	top: 60px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

body{
  font-family: 'RR';
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  padding-right: 24px;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  padding-top: 24px;
}
#header .h-top .grid-box .left li {
  margin-right: 5.5rem;
}
#header .h-top .grid-box .left li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .right {
  text-align: right;
}
#header .h-top .grid-box .right li {
  margin-right: 15px;
}
#header .h-top .grid-box .right li:last-child {
  margin-right: 0;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  font-family: 'RR';
  color: #fff;
  display: inline-block;
  height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 11px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin-top: 36px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#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-right: 3.9rem;
  font-size: 18px;
  font-family: 'RM';
  -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.active {
  color: #90c31f;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #90c31f;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  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 #90c31f;
  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 .h-lang {
  font-size: 14px;
  font-family: 'RM';
  position: relative;
  padding: 14px 0 0 26px;
  margin-left: 76px;
}
#header .h-lang::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #000000;
}
#header .h-lang ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 10%;
  width: 140px;
  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 #90c31f;
  display: none \9;
}
#header .h-lang ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  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 .h-lang ul.sub-menu li a {
  display: block;
}
#header .h-lang ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .h-lang ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-lang: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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin: 14px 0 0 34px;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../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: #90c31f;
}
#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;
  left: 50%;
  bottom: 5%;
}
#banner ul.slick-dots li {
  width: 30px;
  height: 3px;
  display: inline-block;
  margin: 0 10px;
  background-color: #434343;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
}
#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;
}
#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: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  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: #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 .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
}
#banner .banner-list ul > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner .banner-text {
  position: absolute;
  top: 40%;
  left: 11%;
  width: 45%;
  color: #fff;
}
#banner .banner-text h3 {
  font-size: 3.6rem;
  font-family: 'RM';
  line-height: 1;
}
#banner .banner-text p {
  font-size: 18px;
  font-family: 'RR';
  line-height: 1.3;
  width: 80%;
  margin-top: 2rem;
}
#banner .banner-text .more {
  margin-top: 2.5rem;
}
#banner .banner-text .more a {
  display: inline-block;
  font-size: 14px;
  font-family: 'RR';
  width: 17.4%;
  text-align: center;
}
#banner .banner-text .more a:nth-child(1) {
  background-color: #90c31f;
  border: 1px solid #90c31f;
  padding: 10px 0 9px 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#banner .banner-text .more a:nth-child(1):hover {
  color: #90c31f;
  background-color: #fff;
}
#banner .banner-text .more a:nth-child(2) {
  border: 1px solid #fff;
  padding: 9px 0 8px 0;
  margin-left: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#banner .banner-text .more a:nth-child(2):hover {
  background-color: #90c31f;
  border: 1px solid #90c31f;
}
#banner .banner-img {
  position: absolute;
  top: 38%;
  right: 6%;
  z-index: 5;
  width: 40%;
}
#index-body .about {
  overflow: hidden;
  padding-bottom: 140px;
}
#index-body .about .about-all {
  padding-top: 6.5rem;
}
#index-body .about .about-all .left .img {
  position: relative;
  margin-left: 30px;
}
#index-body .about .about-all .left .img .plays {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}
#index-body .about .about-all .left .img .plays::before {
  position: absolute;
  width: 105px;
  height: 105px;
  z-index: 1;
  content: '';
  left: -20px;
  right: -20px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .about-all .left .img .plays::after {
  position: absolute;
  width: 105px;
  height: 105px;
  z-index: 1;
  content: '';
  left: -20px;
  right: -20px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .about-all .left .img .plays img {
  vertical-align: middle;
}
#index-body .about .about-all .left .img::after {
  content: '';
  position: absolute;
  top: -23px;
  left: -30px;
  width: 87.5%;
  height: 107.5%;
  background-color: #90c31f;
  z-index: -1;
}
#index-body .about .about-all .right {
  padding-top: 17px;
}
#index-body .about .about-all .right h3 {
  font-size: 2rem;
  font-family: 'RR';
  line-height: 1;
}
#index-body .about .about-all .right h4 {
  font-size: 2rem;
  color: #90c31f;
  position: relative;
  line-height: 1;
  margin-top: 22px;
  font-family: 'RM';
  padding-bottom: 33px;
}
#index-body .about .about-all .right h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #90c31f;
}
#index-body .about .about-all .right .desc {
  margin-top: 53px;
  font-size: 16px;
  font-family: 'PR';
  line-height: 1.5;
}
#index-body .about .about-all .right .desc p:first-child {
  margin-bottom: 1.2rem;
}
#index-body .about .about-all .right .more {
  margin-top: 56px;
}
#index-body .about .about-all .right .more a {
  display: block;
  width: 20%;
  background-color: #90c31f;
  border: 1px solid #90c31f;
  color: #fff;
  font-size: 14px;
  font-family: 'PR';
  text-align: center;
  padding: 10px 0 9px 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#index-body .about .about-all .right .more a:hover {
  background-color: #fff;
  color: #90c31f;
}
#index-body .product {
  background: url(../images/pbg.jpg) no-repeat;
  padding-bottom: 3.7rem;
  overflow: hidden;
}
#index-body .product .header {
  padding-top: 92px;
}
#index-body .product .header h3 {
  font-size: 2rem;
  font-family: 'RR';
  line-height: 1;
  color: #fff;
}
#index-body .product .header h4 {
  font-size: 2rem;
  color: #90c31f;
  font-family: 'RM';
  line-height: 1;
  margin-top: 21px;
  position: relative;
  padding-bottom: 43px;
}
#index-body .product .header h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #90c31f;
}
#index-body .product .content {
  margin-top: 50px;
}
#index-body .product .content .pro-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
}
#index-body .product .content .pro-list li {
  width: 20%;
  padding: 10px;
}
#index-body .product .content .pro-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .product .content .pro-list li a .img-text {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: 'RR';
  background-color: #fff;
  border-right: 2px solid #90c31f;
}
#index-body .product .content .pro-list li a .img-text .img-text-desc {
  padding: 19px 0 19px 27px;
}
#index-body .product .content .pro-list li a .img-text .img-text-desc h3 {
  font-size: 24px;
  font-family: 'RR';
  line-height: 1;
}
#index-body .product .content .pro-list li a .img-text .img-text-desc p {
  font-size: 16px;
  font-family: 'RR';
  line-height: 1;
  color: #90c31f;
  margin-top: 16px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#index-body .product .content .pro-list li a .img-text .img-text-desc p:hover {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}
#index-body .product .content .pro-list li:nth-child(1) {
  width: 40%;
}
#index-body .product .content .pro-list li:nth-child(3) {
  width: 40%;
}
#index-body .product .content .pro-list li:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 40%;
}
#index-body .product .content .pro-list li:nth-child(5) {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .product .content .pro-list li:nth-child(6) {
  position: absolute;
  bottom: 0;
  right: 0;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body .advantage {
  padding-top: 129px;
  overflow: hidden;
}
#index-body .advantage .advantage-header {
  text-align: center;
  position: relative;
  padding-bottom: 1.8rem;
}
#index-body .advantage .advantage-header h3 {
  font-family: 'RR';
  font-size: 1.8rem;
  line-height: 1;
}
#index-body .advantage .advantage-header h4 {
  font-family: 'RM';
  font-size: 1.8rem;
  line-height: 1;
  color: #90c31f;
  margin-top: 21px;
}
#index-body .advantage .advantage-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 49%;
  width: 45px;
  height: 1px;
  background-color: #90c31f;
}
#index-body .advantage .advantage-content {
  margin-top: 40px;
}
#index-body .advantage .advantage-content .column {
  background-color: #fff;
  text-align: center;
  min-height: 200px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#index-body .advantage .advantage-content .column .imgs {
  margin-top: 1rem;
  position: relative;
}
#index-body .advantage .advantage-content .column .imgs::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .advantage-content .column .imgs .hover-img {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .advantage-content .column .desc {
  font-size: 16px;
  font-family: 'RR';
  line-height: 1.5;
  margin: 25px auto 0;
  padding-bottom: 39px;
  width: 80%;
}
#index-body .advantage .advantage-content .column:hover {
  background-color: #90c31f;
  color: #fff;
}
#index-body .advantage .advantage-content .column:hover .imgs::after {
  opacity: 1;
}
#index-body .advantage .advantage-content .column:hover .imgs .hover-img {
  top: 50%;
  opacity: 1;
}
#index-body .news {
  width: 100%;
  background: url(../images/nbg.jpg) no-repeat;
  margin-top: 5.7rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
#index-body .news .news-header {
  text-align: center;
  padding: 3.5rem 0 1.8rem 0;
  position: relative;
}
#index-body .news .news-header h3 {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'RR';
  line-height: 1;
}
#index-body .news .news-header h4 {
  font-size: 1.8rem;
  font-family: 'PM';
  line-height: 1;
  color: #90c31f;
  margin-top: 21px;
}
#index-body .news .news-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 49%;
  width: 45px;
  height: 1px;
  background-color: #90c31f;
}
#index-body .news .news-content {
  margin-top: 38px;
}
#index-body .news .news-content .slick-slide {
  margin-right: 0.5%;
  padding: 7rem 0 2rem 0;
}
#index-body .news .news-content .column .img img {
  width: 100%;
}
#index-body .news .news-content .column .text {
  background-color: #fff;
  width: 92%;
  margin: -5rem auto 0;
  position: relative;
  z-index: 1;
  padding: 34px 26px 31px 27px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#index-body .news .news-content .column .text h3 {
  font-size: 28px;
  font-family: 'RR';
  line-height: 1;
}
#index-body .news .news-content .column .text span {
  font-size: 14px;
  font-family: 'RL';
  margin-top: 24px;
  line-height: 1;
  display: block;
}
#index-body .news .news-content .column .text p {
  font-size: 16px;
  font-family: 'RR';
  line-height: 1.5;
  margin-top: 23px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
}
#index-body .news .news-content .column .text:hover {
  background-color: #90c31f;
  color: #fff;
}
#index-body .news .news-content .column .text:hover p {
  border-bottom: 1px solid #fff;
}
@keyframes identifier {
  0% {
    width: 25%;
    border-bottom: 3px solid #f2612f;
  }
  25% {
    width: 50%;
    border-bottom: 3px solid #f2612f;
  }
  50% {
    width: 75%;
    border-bottom: 3px solid #f2612f;
  }
  100% {
    width: 100%;
    border-bottom: 3px solid #f2612f;
  }
}
#index-body .news .news-more {
  text-align: center;
  margin-top: 63px;
  font-size: 18px;
  color: #f2612f;
  font-weight: 400;
}
#index-body .contact {
  margin-top: 5.5rem;
  padding-bottom: 4.25rem;
  overflow: hidden;
}
#index-body .contact .contact-info .c-left {
  padding-top: 63px;
}
#index-body .contact .contact-info .c-left h3 {
  font-family: 'RR';
  font-size: 1.8rem;
  line-height: 1;
}
#index-body .contact .contact-info .c-left h4 {
  font-size: 1.8rem;
  font-family: 'RM';
  line-height: 1;
  color: #90c31f;
  margin-top: 15px;
  padding-bottom: 1.5rem;
  position: relative;
}
#index-body .contact .contact-info .c-left h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #90c31f;
}
#index-body .contact .contact-info .c-left form {
  margin-top: 52px;
}
#index-body .contact .contact-info .c-left form input {
  width: 40%;
  border: solid 1px #bfbfbf;
  padding: 4px 0 5px 21px;
  font-size: 16px;
  font-family: 'RR';
  color: #bfbfbf;
}
#index-body .contact .contact-info .c-left form input::placeholder {
  color: #bfbfbf;
}
#index-body .contact .contact-info .c-left form input:nth-child(3) {
  margin-right: 5%;
}
#index-body .contact .contact-info .c-left form input:nth-child(5) {
  width: 85.5%;
  margin-top: 35px;
}
#index-body .contact .contact-info .c-left form textarea {
  width: 85.5%;
  margin-top: 35px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  font-family: 'RR';
  padding: 14px 0 0 21px;
  color: #bfbfbf;
}
#index-body .contact .contact-info .c-left form textarea::placeholder {
  color: #bfbfbf;
}
#index-body .contact .contact-info .c-left form input[type="submit"] {
  width: 28.3%;
  background-color: #90c31f;
  border: 1px solid #90c31f;
  color: #fff;
  margin-top: 30px;
  padding: 20px 0 19px;
  text-align: center;
  font-size: 16px;
  font-family: 'RR';
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#index-body .contact .contact-info .c-left form input[type="submit"]:hover {
  background-color: #fff;
  color: #90c31f;
}
#index-body .contact .contact-info .c-right {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
#index-body .contact .contact-info .c-right .c-right-bg {
  background: url(../images/c1.png) no-repeat;
}
#index-body .contact .contact-info .c-right .c-right-bg ul {
  padding: 7.3rem 9rem 5.5rem 5.5rem;
}
#index-body .contact .contact-info .c-right .c-right-bg ul li {
  margin-bottom: 1rem;
}
#index-body .contact .contact-info .c-right .c-right-bg ul li:last-child {
  margin-bottom: 0;
}
#index-body .contact .contact-info .c-right .c-right-bg ul li p:nth-child(1) img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .contact .contact-info .c-right .c-right-bg ul li p:nth-child(1) span {
  display: inline-block;
  font-size: 28px;
  font-family: 'RR';
  color: #fff;
  vertical-align: middle;
  line-height: 1;
}
#index-body .contact .contact-info .c-right .c-right-bg ul li p:nth-child(2) {
  font-size: 16px;
  font-family: 'RR';
  color: #fff;
  line-height: 1;
  margin-top: 23px;
}
#index-body .contact .contact-info .c-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 104.3%;
  background-color: #90c31f;
  z-index: -1;
}
#footer {
  background-color: #434343;
}
#footer .footer-info {
  color: #fff;
  padding-top: 5rem;
}
#footer .footer-info .logos img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-info .logos span {
  display: inline-block;
  font-size: 2.4rem;
  font-family: 'RR';
  line-height: 1;
  margin-left: 31px;
  vertical-align: middle;
}
#footer .footer-info .share {
  margin-top: 56px;
}
#footer .footer-info .share li {
  display: inline-block;
  font-size: 18px;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#footer .footer-info .share li:last-child {
  margin-right: 0;
}
#footer .footer-info .share li:hover {
  color: #90c31f;
}
#footer .footer-info #ewm{
  margin-top: 1rem;
}
#footer .footer-info #ewm img{
  width: 5rem;
  height: 5rem;
  border: 3px solid #fff;
}
#footer .footer-info h3 {
  font-family: 'RR';
  font-size: 24px;
  line-height: 1;
  padding-bottom: 19px;
  position: relative;
}
#footer .footer-info h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #90c31f;
}
#footer .footer-info .sub-info {
  margin-top: 36px;
  font-size: 16px;
  font-family: 'RR';
  line-height: 1;
}
#footer .footer-info .sub-info p {
  margin-bottom: 35px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
#footer .footer-info .sub-info p:hover{
  color: #90c31f;
}
#footer .footer-info .sub-info p:last-child {
  margin-bottom: 0;
}
#footer .footer-info .column:nth-child(2) {
  padding-left: 16.5%;
}
#footer .footer-info .column:nth-child(3) {
  padding-left: 12%;
}
#footer .footer-info .desc {
  font-size: 16px;
  font-family: 'RR';
  margin-top: 3rem;
  line-height: 1.8;
  width: 90%;
  text-align: justify;
}
#footer .footer-copy {
  margin-top: 5rem;
  background-color: #000;
  text-align: center;
}
#footer .footer-copy p {
  font-size: 16px;
  font-family: 'RR';
  line-height: 1;
  color: #939393;
  padding: 27px 0;
}
#footer .footer-copy p img {
  width: 10%;
  margin: 0 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1800px) {
  #banner .banner-text {
    left: 9%;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1700px) {
  #banner .banner-text {
    left: 6%;
  }
}
@media screen and (max-width: 1600px) {
  #banner .banner-text {
    left: 3%;
  }
}
@media screen and (max-width: 1540px) {
  #banner .banner-text h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1440px) {
  #header .h-top .grid-box .left li {
    margin-right: 1.5rem;
  }
  #index-body .about .about-all .right {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1400px) {
  #banner .banner-text {
    left: 2%;
  }
  #banner .banner-text h3 {
    font-size: 3rem;
  }
  #index-body .news .news-content .column .text {
    margin: -8rem auto 0;
  }
}
@media screen and (max-width: 1250px) {
  #header .h-top .grid-box .left li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #banner .banner-text h3 {
    font-size: 2.4rem;
  }
  #index-body .about .about-all .right .desc {
    margin-top: 20px;
  }
  #index-body .about .about-all .right .more {
    margin-top: 20px;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc h3 {
    font-size: 16px;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .about .about-all .right .desc {
    font-size: 14px;
  }
  #banner .banner-text p {
    font-size: 16px;
    width: 100%;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc h3 {
    font-size: 13px;
  }
  #index-body .contact .contact-info .c-right .c-right-bg ul {
    padding: 7.3rem 2rem 5.5rem 2rem;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 70%;
  }
  #header .h-lang {
    display: none;
  }
  #banner .banner-text {
    top: 26%;
  }
  #banner .banner-text .more a {
    width: 30%;
  }
  #index-body .about .about-all .right .more a {
    width: 30%;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #index-body .product .content .pro-list li a .img-text .img-text-desc {
    padding: 19px 0 19px 6px;
  }
  #index-body .advantage .advantage-content .column {
    width: 50%;
  }
  #footer .footer-info h3 {
    font-size: 22px;
  }
  #footer .footer-info .desc{
    text-align: left;
  }
  #index-body .contact .contact-info .c-left{
    width: 100%;
  }
  #index-body .contact .contact-info .c-right{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-text h3 {
    font-size: 1.5rem;
  }
  #banner .banner-text {
    top: 56%;
  }
  #banner .banner-text .more {
    display: none;
  }
  #banner .banner-text p {
    display: none;
  }
  #index-body .about {
    padding-bottom: 0;
  }
  #index-body .about .about-all .left {
    display: none;
  }
  #index-body .about .about-all {
    padding-top: 0;
  }
  #index-body .product {
    background: none;
  }
  #index-body .product .header {
    padding-top: 20px;
    padding-left: 10px;
  }
  #index-body .product .header h3 {
    color: #000;
  }
  #index-body .product .header h4 {
    padding-bottom: 14px;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #index-body .product .content .pro-list li {
    width: 100%;
  }
  #index-body .product .content .pro-list li img {
    width: 100%;
  }
  #index-body .product .content .pro-list li:nth-child(1) {
    width: 100%;
  }
  #index-body .product .content .pro-list li:nth-child(3) {
    width: 100%;
  }
  #index-body .product .content .pro-list li:nth-child(4) {
    position: relative;
    right: 0;
  }
  #index-body .product .content .pro-list li:nth-child(5) {
    position: relative;
    right: 0;
    width: 100%;
  }
  #index-body .product .content .pro-list li:nth-child(6) {
    position: relative;
  }
  #index-body .news {
    margin-top: 0;
  }
  #index-body .news .news-header::after {
    left: 42%;
  }
  #index-body .news .news-content .column .text h3 {
    font-size: 20px;
  }
  #index-body .news .news-content .column .text {
    padding: 34px 14px 31px 14px;
  }
  #index-body .news .news-content .column .text span {
    margin-top: 16px;
  }
  #index-body .news .news-content .column .text p {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .contact {
    margin-top: 0;
  }
  #index-body .contact .contact-info .c-left {
    padding-top: 20px;
  }
  #index-body .contact .contact-info .c-right {
    display: none;
  }
  #index-body .contact .contact-info .c-left form input[type="submit"] {
    padding: 8px 0 7px 0;
  }
  #footer .footer-info .share {
    margin-top: 20px;
  }
  #footer .footer-info .column:nth-child(2) {
    display: none;
  }
  #footer .footer-info .column:nth-child(3) {
    display: none;
  }
  #footer .footer-copy p img {
    width: 60%;
  }
}

.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #da0e2b;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #da0e2b;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #7bc21f;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

@-webkit-keyframes mv {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes mv {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mv {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url(../fonts/Raleway-Medium.otf) format('truetype'), url(../fonts/Raleway-Medium.eot) format('eot'), url(../fonts/Raleway-Medium.woff) format('woff'), url(../fonts/Raleway-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.otf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-Light';
  src: url(../fonts/Raleway-Light.otf) format('truetype'), url(../fonts/Raleway-Light.eot) format('eot'), url(../fonts/Raleway-Light.woff) format('woff'), url(../fonts/Raleway-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'corbel-Regular';
  src: url(../fonts/corbel-Regular.ttf) format('truetype'), url(../fonts/corbel-Regular.eot) format('eot'), url(../fonts/corbel-Regular.woff) format('woff'), url(../fonts/corbel-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url(../fonts/Raleway-Bold.ttf) format('truetype'), url(../fonts/Raleway-Bold.eot) format('eot'), url(../fonts/Raleway-Bold.woff) format('woff'), url(../fonts/Raleway-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'raleway-Regular';
  src: url(../fonts/raleway-Regular.ttf) format('truetype'), url(../fonts/raleway-Regular.eot) format('eot'), url(../fonts/raleway-Regular.woff) format('woff'), url(../fonts/raleway-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url(../fonts/Raleway-SemiBold.ttf) format('truetype'), url(../fonts/Raleway-SemiBold.eot) format('eot'), url(../fonts/Raleway-SemiBold.woff) format('woff'), url(../fonts/Raleway-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'impact';
  src: url(../fonts/impact.ttf) format('truetype'), url(../fonts/impact.eot) format('eot'), url(../fonts/impact.woff) format('woff'), url(../fonts/impact.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
.inner-banner {
  position: relative;
}
.inner-banner .inner-img {
  width: 100%;
}
.inner-banner .mbx {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.inner-banner .mbx h2 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Raleway-Medium';
}
.inner-banner .mbx .mbx-box {
  margin-top: 3rem;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Light';
}
.inner-banner .mbx .mbx-box a,
.inner-banner .mbx .mbx-box span {
  margin: 0 5px;
}
.inner-banner .mbx .mbx-box a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #da0e2b none repeat scroll 0 0;
    color: #fff;
}
.inner-banner .mbx .mbx-box a:hover {
  color: #da0e2b;
}
.inner-banner .mbx .mbx-box a:first-child::before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #da0e2b;
  display: inline-block;
  vertical-align: inherit;
  margin-right: 10px;
  font-size: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-1 {
  padding: 8.5rem 0;
}
.about-page .about-1 .about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .about-box .left {
  width: 50%;
}
.about-page .about-1 .about-box .left img{
  width: 100%;
}
.about-page .about-1 .about-box .right {
  width: 50%;
  padding-left: 2rem;
}
.about-page .about-1 .about-box .right h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0d0d0d;
  font-family: 'Raleway-Bold';
  margin-bottom: 1rem;
  max-width: 450px;
}
.about-page .about-1 .about-box .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  font-family: 'raleway-Regular';
}
.about-page .about-1 .info {
  max-width: 1110px;
  margin: -1.5rem 0 0 auto;
  position: relative;
  z-index: 3;
  background: #f7f7f7;
  padding: 2.5rem 3.75rem 1.75rem 4.5rem;
}
.about-page .about-1 .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .info ul li {
  text-align: center;
}
.about-page .about-1 .info ul li:hover h5 {
  color: #da0e2b;
}
.about-page .about-1 .info ul li h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #0d0d0d;
  font-family: 'impact';
  margin-bottom: 1.5rem;
}
.about-page .about-1 .info ul li p {
  max-width: 180px;
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  font-family: 'raleway-Regular';
}
.about-page .about-2 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .item .left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  padding: 0 4% 0 15px;
}
.about-page .about-2 .item .left .content {
  max-width: 595px;
  margin: 0 0 0 auto;
}
.about-page .about-2 .item .left .content span {
  font-size: 1.9rem;
  line-height: 1;
  color: #e40020;
  font-family: 'Raleway-Bold';
}
.about-page .about-2 .item .left .content h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Raleway-Bold';
  margin: 1.5rem 0;
}
.about-page .about-2 .item .left .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  font-family: 'raleway-Regular';
}
.about-page .about-2 .item .right {
  width: 50%;
}
.about-page .about-2 .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 .item:nth-child(2) .left {
  padding: 0 15px 0 6%;
  background: #fff;
}
.about-page .about-2 .item:nth-child(2) .left .content {
  max-width: 549px;
  margin: 0 auto 0 0;
}
.about-page .about-2 .item:nth-child(2) .left .content h3 {
  color: #000;
}
.about-page .about-2 .item:nth-child(2) .left .content p {
  color: #000;
}
.about-page .about-3 {
  padding: 7rem 0 8rem;
}
.about-page .about-3 h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  font-family: 'raleway-Regular';
}
.about-page .about-3 h2 span {
  font-family: 'Raleway-Bold';
}
.about-page .about-3 .factoryBox {
  margin-top: 6rem;
}
.about-page .about-3 .factoryBox .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .factoryBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*.about-page .about-3 .factoryBox .swiper-slide a:hover p {
  opacity: 1;
}*/
.about-page .about-3 .factoryBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-3 .factoryBox .swiper-slide a p {
  position: absolute;
  width: 80%;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #f9f9f9;
  font-family: 'Raleway-SemiBold';
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page {
  background: #f9f9f9;
  padding-bottom: 20rem;
  margin-bottom: -100px;
}
.product-page .pro-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #eeeeee;
}
.product-page .pro-nav .item {
  width: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 1.5rem 1rem;
}
.product-page .pro-nav .item:hover {
  background: #d3d3d3;
}
.product-page .pro-nav .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #333333;
  font-family: 'raleway-Regular';
}
.product-page .pro-nav .item a img {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  height: 47px;
  vertical-align: middle;
}
/*.product-page .pro-nav .item:nth-child(1) a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}*/
.product-page .pro-nav .item.active {
  background: #d3d3d3;
}
.product-page .product-box .pro-list {
  padding: 3rem 0 2.25rem;
}
.product-page .product-box .pro-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .pro-list ul li a {
  display: block;
  padding: 0 1.25rem;
  border-right: 1px solid #999999;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-family: 'Raleway-Medium';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .pro-list ul li a:hover {
  color: #da0e2b;
}
.product-page .product-box .pro-list ul li:first-child a {
  padding: 0 1.25rem 0 0;
}
.product-page .product-box .pro-list ul li:last-child a {
  padding: 0 0 0 1.25rem;
  border-right: 0px solid #999999;
}
.product-page .product-box .product-list ul {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list ul li {
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 1.3rem;
}
.product-page .product-box .product-list ul li a {
  display: block;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
  background: #5f5f5f;
}
.product-page .product-box .product-list ul li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list ul li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list ul li a .pro-img {
  padding: 1rem 0;
}
/*.product-page .product-box .product-list ul li a .pro-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.product-page .product-box .product-list ul li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list ul li .content {
  padding: 0 10px 3.25em;
  text-align: center;
}
.product-page .product-box .product-list ul li .content h4 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  font-family: 'Raleway-Bold';
}
.product-page .product-box .product-list ul li .content p {
  font-size: 18px;
  line-height: 1;
  color: #666666;
  font-family: 'Poppins-Light';
  margin-top: 1rem;
}
.prodet-page .prodet-3 h3:first-letter,
.prodet-page .prodet-3 h4:first-letter,
.prodet-page .prodet-3 h5:first-letter {
  text-transform: capitalize;
}

.prodet-page .prodet-1 {
  background: white;
}
.prodet-page .prodet-2 {
  padding: 40px 0;
}
.prodet-page .prodet-2 .img {
  width: 34%;
}
.prodet-page .prodet-2 .img .big-img {
  display: block;
  border: 1px solid #f4f4f4;
}
.prodet-page .prodet-2 .img .big-img img {
  width: 100%;
}
.prodet-page .prodet-2 .img .gallery {
  padding-top: 15px;
}
.prodet-page .prodet-2 .img .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-2 .img .gallery ul {
  margin: 0 -4px;
}
.prodet-page .prodet-2 .img .gallery ul li {
  padding: 0 4px;
  border: 1px solid #f4f4f4;
}
.prodet-page .prodet-2 .img .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 .img .gallery ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-2 .img .gallery ul li img.cloudzoom-gallery-active {
  border-color: #7bc21f;
}
.prodet-page .prodet-2 .text {
  width: 66%;
  padding-left: 5%;
}
.prodet-page .prodet-2 .text a.back {
  float: right;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .text h3 {
  display: inline-block;
  max-width: 90%;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 40px;
  color: black;
  font-weight:700;
}
.prodet-page .prodet-2 .text h3 small {
  display: block;
  font-size: 20px;
  font-family: "ebrima";
  font-weight:400;
}
.prodet-page .prodet-2 .text .cat-list {
  margin: 30px 0 20px;
}
.prodet-page .prodet-2 .text .cat-list>div {
  display: inline-block;
  width: 300px;
  max-width: 48%; 
  position: relative;
  vertical-align: top;
}
.prodet-page .prodet-2 .text .cat-list>div span {
  line-height: 50px;
  height: 50px;
  text-align: center;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #7bc21f;
  font-size: 14px;
  display: block;
  color: #111;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prodet-page .prodet-2 .text .cat-list>div span.active {
  background: #7bc21f;
  border-color: #7bc21f;
  color: white;
}
.prodet-page .prodet-2 .text .cat-list>div:last-child {
  margin-left: 3%;
}
.prodet-page .prodet-2 .text .cat-list>div:last-child .list_ {
  display: none;
}
.prodet-page .prodet-2 .text .cat-list>div:last-child .list_.show {
  display: block;
}
.prodet-page .prodet-2 .text .cat-list>div i {
  float: right;
  color: #81b910;
  margin-top: 15px;
  position: absolute;
  right: 10px;
}
.prodet-page .prodet-2 .text .cat-list>div ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px;
  border: 1px solid #d7cfc9;
  z-index: 2;
  background: white;
  display: none;
  max-height: 400px;
  overflow: auto;
}
.prodet-page .prodet-2 .text .cat-list>div:hover ul {
  display: block;
}
.prodet-page .prodet-2 .text .cat-list>div ul li {
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #d7cfc9;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .text .cat-list>div ul li:last-child {
  border-bottom: none;
}
.prodet-page .prodet-2 .text .cat-list>div ul li:hover {
  color: #7bc21f;
}
.prodet-page .prodet-2 .text .cat-list>div.list {
  width: 200px;
}
.prodet-page .prodet-2 .text h5 {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.prodet-page .prodet-2 .text .content {
  font-size: 16px;
  color: #666;
  padding: 30px 0;
}
.prodet-page .prodet-2 .text .content ul{
  margin-left: 2%;
}
.prodet-page .prodet-2 .text .content li{
  list-style-type: disc;
}
.prodet-page .prodet-2 .text .content h4,
.prodet-page .prodet-2 .text .content h5 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif, Arial;
  color: black;
  margin: 10px 0;
  font-weight: 600;
}
.prodet-page .prodet-2 .text .content table {
  border: none;
}
.prodet-page .prodet-2 .text .content table tbody {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.prodet-page .prodet-2 .text .content table tr {
  border: 1px solid #d7cfc9;
  border-left: none;
  border-right: none;
  background: none !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .text .content table tr:hover {
  background: #eee !important;
}
.prodet-page .prodet-2 .text .content table td {
  border: none;
}
.prodet-page .prodet-2 .text .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  margin-right: 30px;
  width: 250px;
  text-align: center;
  font-family: 'Open Sans', sans-serif, Arial;
  color: black;
  border: 1px solid #dad1cb;
  font-size: 16px;
  border-radius: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
   font-weight:600;
}
.prodet-page .prodet-2 .text .btn a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.prodet-page .prodet-2 .text .btn a:first-child,
.prodet-page .prodet-2 .text .btn a:hover,
.prodet-page .prodet-2 .text .btn a.active {
  background: #7bc21f;
  border-color: #7bc21f;
  color: white;
}
.prodet-page .prodet-3 {
  padding: 80px 0 60px;
  background: #fbfbfb;
}
.prodet-page .prodet-3 h3,
.prodet-page .prodet-3 h4,
.prodet-page .prodet-3 h5 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif, Arial;
  color: black;
  margin-bottom: 30px;
      font-weight: 700;
}
.prodet-page .prodet-3 .content {
  font-size: 16px;
  line-height: 1.8;
}
.prodet-page .prodet-3 .content ul li {
  padding-left: 25px;
  position: relative;
}
.prodet-page .prodet-3 .content ul li:before {
  content: '';
  border: 3px solid black;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.prodet-page .prodet-3 table {
  border: none;
}
.prodet-page .prodet-3 table tbody {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.prodet-page .prodet-3 table tbody tr {
  background: none !important;
}
.prodet-page .prodet-3 table tbody tr td,
.prodet-page .prodet-3 table tbody tr th {
  border: none;
}
.prodet-page .prodet-3 table tbody tr img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.prodet-page .prodet-3 .content>table table {
  margin: 0;
}
.prodet-page .prodet-3 .content>table table td {
  padding: 0 5px;
}
.prodet-page .prodet-3 .content>table>tbody>tr>td {
  vertical-align: top;
}
.prodet-page .prodet-3 .content>table>tbody>tr:last-child>td:last-child {
  vertical-align: bottom;
}
.prodet-page .prodet-4,
.prodet-page .prodet-5 {
    padding-top: 120px;
    margin-bottom: 120px;
}
.prodet-page .prodet-4 h3,
.prodet-page .prodet-5 h3 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif, Arial;
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page .prodet-4 .box ul,
.prodet-page .prodet-5 .box ul {
  margin: 0 -13px;
}
.prodet-page .prodet-4 .box ul li,
.prodet-page .prodet-5 .box ul li {
  padding: 0 13px;
}
.prodet-page .prodet-4 .box ul li a.img-box,
.prodet-page .prodet-5 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-4 .box ul li a.img-box img,
.prodet-page .prodet-5 .box ul li a.img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .box ul li a.img-box h5,
.prodet-page .prodet-5 .box ul li a.img-box h5 {
  padding: 10px 0;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
/*  text-transform: uppercase;*/
  font-weight: 600;
}
/*.prodet-page .prodet-1 {
  padding: 4.25rem 0 5.25rem;
}
.prodet-page .prodet-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prodet-page .prodet-1 .container .left {
  width: 48%;
}
.prodet-page .prodet-1 .container .left .big-img {
  background: #ebebeb;
  display: block;
}
.prodet-page .prodet-1 .container .left .big-img img{
  width: 100%;
}
.prodet-page .prodet-1 .container .left .slick {
  margin-top: 1rem;
}
.prodet-page .prodet-1 .container .left .slick ul {
  margin: 0 -0.7rem;
}
.prodet-page .prodet-1 .container .left .slick ul li {
  padding: 0 0.7rem;
}
.prodet-page .prodet-1 .container .left .slick ul li a {
  display: block;
  background: #ebebeb;
}
.prodet-page .prodet-1 .container .right {
  width: 52%;
  padding-left: 4%;
  padding-top: 10px;
}
.prodet-page .prodet-1 .container .right h3 {
  font-size: 2.4rem;
  color: #333333;
  font-family: 'Raleway-Bold';
}
.prodet-page .prodet-1 .container .right h6 {
  font-size: 1.8rem;
  line-height: 1;
  color: #666666;
  font-family: 'Poppins-Light';
  margin-top: 1rem;
}
.prodet-page .prodet-1 .container .right .content {
  padding: 3rem 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #333333;
  font-family: 'Poppins-Regular';
}
.prodet-page .prodet-1 .container .right .content div{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .container .right .content p{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .container .right .inquiry {
  display: inline-block;
  cursor: pointer;
  padding: 12px 2.25rem;
  border-radius: 54px;
  background: #da0e2b;
  font-size: 16.67px;
  line-height: 1;
  color: #ffffff;
  font-family: 'raleway-Regular';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .container .right .inquiry:hover {
  background: #000;
}
.prodet-page .prodet-2 {
  padding: 5.5rem 0 12.1rem;
  margin-bottom: -100px;
  background: #f7f7f7;
}
.prodet-page .prodet-2 h2 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'raleway-Regular';
  text-align: center;
}
.prodet-page .prodet-2 h2 span {
  font-family: 'Raleway-Bold';
}
.prodet-page .prodet-2 .prodetBox {
  margin-top: 3.25rem;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide {
  background: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide:hover {
  background: #5f5f5f;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide:hover a .content h4 {
  color: #fff;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide:hover a .content p {
  color: #fff;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide a {
  display: block;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide a .pro-img {
  padding: 1rem 0;
}*/
/*.prodet-page .prodet-2 .prodetBox .swiper-slide a .pro-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
/*.prodet-page .prodet-2 .prodetBox .swiper-slide a .pro-img img {
  width: 100%;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide .content {
  padding: 0 10px 3.25rem;
  text-align: center;
}
.prodet-page .prodet-2 .prodetBox .swiper-slide .content h4 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  font-family: 'Raleway-Bold';
}
.prodet-page .prodet-2 .prodetBox .swiper-slide .content p {
  font-size: 18px;
  line-height: 1;
  color: #666666;
  font-family: 'Poppins-Light';
  margin-top: 1rem;
}*/
.news-page .news-nav {
  padding: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #eaeaea;
}
.news-page .news-nav .item {
  width: 50%;
}
.news-page .news-nav .item a {
  display: block;
  padding: 10px 3.25rem;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-family: 'raleway-Regular';
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-nav .item a:hover {
  color: #da0e2b;
}
.news-page .news-nav .item:nth-child(1) a {
  text-align: right;
  border-right: 1px solid #999999;
}
.news-page .news-nav .item.active a {
  color: #da0e2b;
}
.news-page .news-box {
  padding: 7.5rem 0 5rem;
}
.news-page .news-box .news-list {
  margin: 0 -0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-box .news-list li {
  width: 33.33333%;
  padding: 0 0.9rem;
  margin-bottom: 4rem;
}
.news-page .news-box .news-list li .news-img {
  display: block;
  overflow: hidden;
}
.news-page .news-box .news-list li .news-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-box .news-list li .news-img img {
  width: 100%;
}
.news-page .news-box .news-list li .content .time {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  font-family: 'Poppins-Light';
  margin: 1.25rem 0 0.75rem;
}
.news-page .news-box .news-list li .content h4 {
  font-size: 24px;
  color: #333333;
  font-family: 'Raleway-Bold';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .25rem;
}
.news-page .news-box .news-list li .content h4:hover {
  color: #da0e2b;
}
.news-page .news-box .news-list li .content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: 'Raleway-Light';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.contact-page .contact-1 {
  padding: 5rem 0 4rem;
}
.contact-page .contact-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .container .left {
  width: 50%;
  padding-right: 2rem;
}
.contact-page .contact-1 .container .left .map {
  max-width: 600px;
}
.contact-page .contact-1 .container .right {
  width: auto;
  margin: auto;
}
.contact-page .contact-1 .container .right ul li {
  padding-left: 3.25rem;
  font-size: 1.365rem;
  color: #333333;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 1rem;
}
.contact-page .contact-1 .container .right ul li:nth-child(1) {
  background: url(../images/c-1.png) no-repeat left center;
}
.contact-page .contact-1 .container .right ul li:nth-child(2) {
  background: url(../images/c-2.png) no-repeat left center;
}
.contact-page .contact-1 .container .right ul li:nth-child(3) {
  background: url(../images/c-3.png) no-repeat left center;
}
.contact-page .contact-1 .container .right ul li:nth-child(4) {
  background: url(../images/c-4.png) no-repeat left 12px;
}
.contact-page .contact-1 .container .right ul li.add {
  line-height: 2;
  margin-top: -8px;
}
.contact-page .contact-2 {
  padding: 4rem 0;
  background: #f7f7f7;
}
.contact-page .contact-2 h2 {
  text-align: center;
  font-size: 2.62rem;
  line-height: 1;
  color: #000000;
  font-family: 'raleway-Regular';
}
.contact-page .contact-2 h2 span {
  font-family: 'Raleway-Bold';
}
.contact-page .contact-2 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.contact-page .contact-2 form input[type="text"] {
  width: 32%;
  height: 84px;
  border: 1px solid #333333;
  background: none;
  font-size: 21.7px;
  line-height: 1;
  color: #333;
  font-family: 'raleway-Regular';
  padding: 0 20px;
  margin-bottom: 1.25rem;
}
.contact-page .contact-2 form input[type="text"]:focus {
  border: 1px solid #da0e2b;
}
.contact-page .contact-2 form textarea {
  width: 100%;
  height: 13.25rem;
  border: 1px solid #333333;
  background: none;
  font-size: 21.7px;
  line-height: 1;
  color: #333;
  font-family: 'raleway-Regular';
  padding: 20px;
  margin-bottom: 2rem;
}
.contact-page .contact-2 form textarea:focus {
  border: 1px solid #da0e2b;
}
.contact-page .contact-2 form button {
  border: none;
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-family: 'corbel-Regular';
  text-transform: uppercase;
  padding: 16px 28px 16px 48px;
  border-radius: 54px;
  background: #da0e2b;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-2 form button:hover {
  background: #000;
}
.contact-page .contact-2 form button img {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}
.faq-box {
  padding: 5.5rem 0 6rem;
}
.faq-box h2 {
  text-align: center;
  font-size:2.4rem;
  line-height: 1;
  color: #333333;
  font-family: 'Raleway-Bold';
}
.faq-box ul {
  margin-top: 3.5rem;
}
.faq-box ul li {
  border-left: 2px solid #bebebe;
  border-top: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  border-bottom: 2px solid #bebebe;
  margin-bottom: 20px;
}
.faq-box ul li:last-child {
  margin-bottom: 0;
}
.faq-box ul li h4 {
  font-size: 28px;
  color: #232323;
  font-weight: bold;
  font-family: 'Raleway-Bold';
  padding: 20px 50px 20px 20px;
  position: relative;
  cursor: pointer;
}
.faq-box ul li h4::after {
  content: "\f067";
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: 100;
}
.faq-box ul li h4 span {
  margin-right: 1.25rem;
}
.faq-box ul li .text {
  font-size: 24px;
  color: #232323;
  font-family: 'raleway-Regular';
  padding: 0 50px 25px 30px;
  display: none;
}
.faq-box ul li .text div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.faq-box ul li .text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.faq-box ul li.active h4::after {
  content: "\f068";
}
.faq-box .faq-link {
  text-align: center;
  margin-top: 3.75rem;
}
.faq-box .faq-link a {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 54px;
  background: #da0e2b;
  font-size: 16.67px;
  line-height: 1;
  color: #ffffff;
  font-family: 'raleway-Regular';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #da0e2b;
}
.faq-box .faq-link a:hover {
  color: #da0e2b;
  background: none;
}
.factory-page {
  padding: 5rem 0;
  position: relative;
}
.factory-page::after {
  width: 100%;
  height: 25rem;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background: #eaeaea;
}
.factory-page .top {
  text-align: center;
}
.factory-page .top h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  font-family: 'raleway-Regular';
  margin-bottom: 1.65rem;
}
.factory-page .top h2 span {
  font-family: 'Raleway-Bold';
}
.factory-page .top p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-family: 'raleway-Regular';
  max-width: 1060px;
  margin: 0 auto;
}
.factory-page .factory-list {
  margin: 5rem -1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-list li {
  width: 33.3333%;
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 2.25rem;
}
.factory-page .factory-list li a {
  display: block;
  overflow: hidden;
}
.factory-page .factory-list li a img {
  width: 100%;
}
.factory-page .factory-list li h4 {
  font-family: 'Raleway-SemiBold';
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
}
.honor-page .honor-box {
  padding: 5rem 0;
  position: relative;
}
.honor-page .honor-box::after {
  width: 100%;
  height: 35rem;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background: #eaeaea;
}
.honor-page .honor-box .top {
  text-align: center;
}
.honor-page .honor-box .top h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  font-family: 'raleway-Regular';
  margin-bottom: 1.65rem;
}
.honor-page .honor-box .top h2 span {
  font-family: 'Raleway-Bold';
}
.honor-page .honor-box .top p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-family: 'raleway-Regular';
  max-width: 1100px;
  margin: 0 auto;
}
.honor-page .honor-box .honor-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.25rem;
}
.honor-page .honor-box .honor-icon .item {
  padding-left: 95px;
}
.honor-page .honor-box .honor-icon .item h5 {
  font-size: 2.331rem;
  line-height: 1;
  color: #e2211c;
  font-family: 'impact';
}
.honor-page .honor-box .honor-icon .item h6 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}
.honor-page .honor-box .honor-icon .item:nth-child(1) {
  background: url(../images/honor-icon-1.png) no-repeat left center;
}
.honor-page .honor-box .honor-icon .item:nth-child(2) {
  background: url(../images/honor-icon-2.png) no-repeat left center;
}
.honor-page .honor-box .honor-icon .item:nth-child(3) {
  background: url(../images/honor-icon-3.png) no-repeat left center;
}
.honor-page .honor-box .honor-list {
  margin-top: 4.5rem;
  margin: 5rem -1.1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.honor-page .honor-box .honor-list li {
  width: 25%;
  padding: 0 1.1rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.honor-page .honor-box .honor-list li a {
  display: block;
  overflow: hidden;
}
.honor-page .honor-box .honor-list li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.honor-page .honor-box .honor-list li a img {
  width: 100%;
}
.honor-page .honor-box .honor-list li h4 {
  font-family: 'Raleway-SemiBold';
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-top: 1rem;
}
.honor-page .honor-2.honor-box::after {
  width: 100%;
  height: 21rem;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background: #eaeaea;
}
.advantage-page .advantage-1 .advantage-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.advantage-page .advantage-1 .advantage-list .item .left {
  width: 50%;
}
.advantage-page .advantage-1 .advantage-list .item .left img {
  width: 100%;
}
.advantage-page .advantage-1 .advantage-list .item .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 15px 2rem 3.5%;
}
.advantage-page .advantage-1 .advantage-list .item .right .content {
  max-width: 700px;
}
.advantage-page .advantage-1 .advantage-list .item .right .content h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  font-family: 'Raleway-Bold';
}
.advantage-page .advantage-1 .advantage-list .item .right .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-family: 'raleway-Regular';
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right h3 {
  margin-bottom: 2.25rem;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li {
  margin-bottom: 1.5rem;
  padding-left: 70px;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:last-child {
  margin-bottom: 0;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:nth-child(1) {
  background: url(../images/a-1.png) no-repeat left center;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:nth-child(2) {
  background: url(../images/a-2.png) no-repeat left center;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:nth-child(3) {
  background: url(../images/a-3.png) no-repeat left center;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:nth-child(4) {
  background: url(../images/a-4.png) no-repeat left center;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li:nth-child(5) {
  background: url(../images/a-5.png) no-repeat left center;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right {
  padding: 2rem 4% 2rem 15px;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right .content {
  margin: 0 0 0 auto;
  max-width: 680px;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right .content h3 {
  margin-bottom: 10px;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right .content li {
  margin-bottom: 2.5rem;
}
.advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right .content li:last-child {
  margin-bottom: 0;
}
#history {
  background: #f6f7f9;
  padding: 15.5rem 0 14.25rem;
  margin-bottom: -105px;
}
#history .historyBox {
  position: relative;
}
#history .historyBox::after {
  position: absolute;
  content: "";
  width: 107%;
  height: 1px;
  background: #666666;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#history .historyBox .swiper-container {
  padding: 0 1.5rem;
}
#history .historyBox .swiper-container .swiper-slide {
  position: relative;
}
#history .historyBox .swiper-container .swiper-slide::after {
  width: 1px;
  height: 47%;
  background: #666666;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#history .historyBox .swiper-container .swiper-slide .history-img {
  padding: 30px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#history .historyBox .swiper-container .swiper-slide .content {
  padding-top: 4.5rem;
  padding-left: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#history .historyBox .swiper-container .swiper-slide .content::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #666666;
  border-radius: 100%;
  left: -5px;
  top: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 10;
}
#history .historyBox .swiper-container .swiper-slide .content h4 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  font-family: 'Raleway-Bold';
  margin-bottom: 1rem;
}
#history .historyBox .swiper-container .swiper-slide .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: 'raleway-Regular';
}
#history .historyBox .swiper-container .swiper-slide-next::after {
  background: #da0e2b;
}
#history .historyBox .swiper-container .swiper-slide-next .history-img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
#history .historyBox .swiper-container .swiper-slide-next .content::after {
  background: #f6f7f9;
  width: 18px;
  height: 18px;
  left: -9px;
  top: -9px;
  border: 5px solid #da0e2b;
}
#history .historyBox .swiper-container .swiper-slide-next .content h4 {
  color: #da0e2b;
}
#history .swiper-button-prev,
#history .swiper-button-next {
  width: 49px;
  height: 48px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#history .swiper-button-prev {
  background: url(../images/p-left.png) no-repeat center center;
  left: -8%;
}
#history .swiper-button-prev:hover {
  background: url(../images/p-left-h.png) no-repeat center center;
}
#history .swiper-button-next {
  background: url(../images/p-right.png) no-repeat center center;
  right: -8%;
}
#history .swiper-button-next:hover {
  background: url(../images/p-right-h.png) no-repeat center center;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
  color: #111;
    text-transform: capitalize;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: 'Raleway-Bold';
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #de7b22 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: 'raleway-Regular';
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: 'raleway-Regular';
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #de7b22;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 25px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 18px;
  color: #000;
  font-family: 'raleway-Regular';
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'raleway-Regular';
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #de7b22;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  font-family: 'raleway-Regular';
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #de7b22;
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .advantage-page .advantage-1 .advantage-list .item .right .content p {
    font-size: 16px;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-2 .item .left .content h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .about-page .about-2 .item .left .content p {
    font-size: 16px;
  }
  .product-page .pro-nav{
    display: inline-block;
    width: 100%;
  }
  .product-page .pro-nav .item a{
    display: inline-block;
  }
  .product-page .pro-nav .item{
    display: inline-block;
    width: 19%;
    padding: 0;
  }
  .product-page .pro-nav .item a{
    font-size: 14px;
  }
  .product-page .pro-nav .item:nth-child(2) a {
    padding: 1.5rem 0 1.5rem 0rem;
  }
  .inner-banner .mbx {
    top: 64%;
}
  .advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right h3 {
    margin-bottom: 1.5rem;
  }
  .advantage-page .advantage-1 .advantage-list .item:nth-child(1) .right ul li {
    margin-bottom: 1rem;
  }
  .advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right .content li {
    margin-bottom: 1.5rem;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .about-box .right p {
    font-size: 16px;
  }
  .advantage-page .advantage-1 .advantage-list .item .right {
    padding: 25px 15px;
  }
  .advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right {
    padding: 25px 15px;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content p {
    line-height: 1.5;
  }
  #history .historyBox .swiper-container .swiper-slide .content {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-2 .item .left .content p {
    font-size: 14px;
  }
  .about-page .about-1 .about-box .right p {
    max-height: 295px;
    overflow: auto;
  }
  
  .product-page .pro-nav .item:nth-child(2) a img {
    height: 40px;
  }
  .product-page .pro-nav .item:nth-child(1) a img {
    height: 30px;
  }
  .factory-page .factory-list li h4 {
    font-size: 18px;
  }
  .honor-page .honor-box .top p {
    font-size: 16px;
  }
  .honor-page .honor-box .honor-icon .item h6 {
    font-size: 16px;
  }
  .honor-page .honor-box .honor-icon .item:nth-child(1) {
    background-size: auto 100%;
  }
  .honor-page .honor-box .honor-icon .item:nth-child(2) {
    background-size: auto 100%;
  }
  .honor-page .honor-box .honor-icon .item:nth-child(3) {
    background-size: auto 100%;
  }
  .faq-box ul li h4 {
    font-size: 20px;
  }
  .faq-box ul li .text {
    font-size: 18px;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content h3 {
    font-size: 24px;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content p {
    font-size: 12px;
  }
  #history .historyBox .swiper-container .swiper-slide .content {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 1183px) {
  .product-page .pro-nav .item {
    width: 33%;
}
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .info {
    margin: 0;
  }
  .about-page .about-1 .about-box .right p {
    max-height: 265px;
  }
  .about-page .about-1 .about-box .right p {
    font-size: 14px;
  }
  .about-page .about-1 .info ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .info ul li h5 {
    font-size: 1rem;
  }
  .about-page .about-2 .item .left .content p {
    max-height: 120px;
    overflow: auto;
  }
  .product-page .product-box .product-list ul li {
    width: 50%;
  }
  .prodet-page .prodet-2 {
    padding: 5.5rem 0 180px;
  }
  .news-page .news-box .news-list li {
    width: 50%;
  }
  .news-page .news-nav .item a {
    font-size: 20px;
  }
  .factory-page .factory-list li {
    width: 50%;
  }
  .factory-page .top p {
    font-size: 14px;
  }
  .honor-page .honor-box .honor-list li {
    width: 33.33333%;
  }
  .honor-page .honor-box .top p {
    font-size: 14px;
  }
  .honor-page .honor-box .honor-icon .item {
    padding-left: 60px;
  }
  .faq-box ul li h4 {
    font-size: 16px;
  }
  .faq-box ul li .text {
    font-size: 14px;
  }
  #history .historyBox .swiper-container .swiper-slide .content p {
    font-size: 12px;
  }
  #history .historyBox .swiper-container .swiper-slide .content h4 {
    font-size: 24px;
  }
  #history .historyBox .swiper-container .swiper-slide .content {
    padding-top: 4.5rem;
  }
  .advantage-page .advantage-1 .advantage-list .item .left {
    width: 100%;
  }
  .advantage-page .advantage-1 .advantage-list .item .right {
    width: 100%;
  }
  .advantage-page .advantage-1 .advantage-list .item .right {
    padding: 40px 15px;
  }
  .advantage-page .advantage-1 .advantage-list .item:nth-child(2) .right {
    padding: 40px 15px;
  }
  .contact-page .contact-1 .container .right ul li:nth-child(1) {
    background-size: auto 14px;
  }
  .contact-page .contact-1 .container .right ul li:nth-child(2) {
    background-size: auto 14px;
  }
  .contact-page .contact-1 .container .right ul li:nth-child(3) {
    background-size: auto 14px;
  }
  .contact-page .contact-1 .container .right ul li:nth-child(4) {
    background-size: auto 14px;
  }
  .contact-page .contact-2 form input[type="text"] {
    height: 50px;
  }
  .product-page .pro-nav{
    display: none;
  }
  .product-page .product-box .pro-list{
    display: none;
  }
  .inner-banner .mbx .mbx-box{
    font-size: 18px;
    margin-top: 1rem;
  }
  .prodet-page .prodet-2 .img{
    width: 100%;
  }
  .prodet-page .prodet-2 .text{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2{
    padding: 5.5rem 0 50px;
  }
  .prodet-page .prodet-3{
    padding: 40px 0 0 0;
  }
  .prodet-page .prodet-4, .prodet-page .prodet-5 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .about-box .left {
    width: 100%;
  }
  .about-page .about-1 .about-box .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .about-page .about-1 .about-box .right h4 {
    font-size: 28px;
  }
  .about-page .about-1 .info {
    margin: 30px 0 0;
  }
  .about-page .about-1 .info ul li p {
    font-size: 12px;
  }
  .about-page .about-2 .item .left {
    width: 100%;
    padding: 30px 15px;
  }
  .about-page .about-2 .item .right {
    width: 100%;
  }
  .about-page .about-2 .item:nth-child(2) .left {
    padding: 30px 15px;
    background: #fff;
  }
  .about-page .about-2 .item .left .content p {
    max-height: initial;
  }
  .product-page .product-box .pro-list {
    display: none;
  }
  .product-page .pro-nav {
    display: none;
  }
  .product-page .product-list {
    padding-top: 80px;
  }
  .product-page {
    padding-bottom: 150px;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    padding-left: 0;
    padding-top: 50px;
  }
  .news-page .news-nav {
    display: none;
  }
  .factory-page {
    padding: 25rem 0;
  }
  .honor-page .honor-box .honor-list li {
    width: 50%;
  }
  .honor-page .honor-box .honor-icon {
    display: none;
  }
  .honor-page .honor-box {
    padding: 10rem 0;
  }
  .faq-box {
    padding: 10rem 0;
  }
  #history .historyBox .swiper-container .swiper-slide .content h4 {
    font-size: 35px;
  }
  #history .historyBox .swiper-container .swiper-slide .content p {
    font-size: 16px;
  }
  #history .historyBox .swiper-container .swiper-slide .content {
    padding-top: 8rem;
  }
  .advantage-page .advantage-1 .advantage-list .item .right .content p {
    font-size: 14px;
  }
  #history {
    padding: 15.5rem 0 180px;
  }
  .advantage-page {
    padding-top: 40px;
  }
  .contact-page .contact-2 form input[type="text"] {
    font-size: 16px;
  }
  .contact-page .contact-2 form textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 9rem 0 5rem;
  }
  .inner-banner .mbx .mbx-box a, .inner-banner .mbx .mbx-box span{
    margin: 0 2px;
  }
  .inner-banner .mbx .mbx-box{
        font-size: 12px;
        margin-top: 0.5rem;
  }
  .inner-banner .mbx .mbx-box a:first-child:before{
        font-size: 16px;
  }
  #mobile #menu-on{
    top: 0;
  }
  #header .nav .ui.menu{
    padding-top: 0;
    height: auto !important;
  }
  .inner-banner .mbx h2{
    font-size: 1rem;
  }
  .prodet-page .prodet-2 .text h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .info {
    padding: 25px 15px;
  }
  #footer .init-6 .partnerBox .swiper-button-prev,
  #footer .init-6 .partnerBox .swiper-button-next {
    display: none;
  }
  .product-page .product-box .product-list ul li {
    width: 100%;
  }
  .news-page .news-box .news-list li {
    width: 100%;
  }
  .factory-page .factory-list li {
    width: 100%;
  }
  .honor-page .honor-box .honor-list li {
    width: 100%;
  }
  #history .swiper-button-prev {
    left: 0%;
  }
  #history .swiper-button-next {
    right: 0%;
  }
  .contact-page .contact-2 form input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .container .right ul li {
    font-size: 1.5rem;
  }
}
