@font-face {
  font-family: 'AkzBq';
  src: url(../fonts/AkzidGroBQXBdCn.ttf) format('truetype'), url(../fonts/arial-narrow.eot) format('eot'), url(../fonts/arial-narrow.woff) format('woff'), url(../fonts/arial-narrow.woff2) format('woff2');
}
@font-face {
  font-family: 'Arial-Narrow';
  src: url(../fonts/arial-narrow.ttf) format('truetype'), url(../fonts/arial-narrow.eot) format('eot'), url(../fonts/arial-narrow.woff) format('woff'), url(../fonts/arial-narrow.woff2) format('woff2');
}
@font-face {
  font-family: 'Arial-Bld';
  src: url(../fonts/Arial-Bld.ttf) format('truetype'), url(../fonts/Arial-Bld.eot) format('eot'), url(../fonts/Arial-Bld.woff) format('woff'), url(../fonts/Arial-Bld.woff2) format('woff2');
}
body {
  font-family: 'Arial-Narrow';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1200px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #252525;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -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:hover {
  border-color: #fd2318;
  color: #fd2318;
  -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 > 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;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.news .slick-arrow {
  position: absolute;
  bottom: -5%;
  width: 3rem;
  height: 3rem;
  color: transparent;
  background-color: #69af07;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news .slick-arrow:hover {
  background-color: green;
}
.news .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #69af07;
  left: 45%;
}
.news .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #69af07;
  right: 45%;
}
#banner {
	position: relative;
	min-height: 300px;
  position: relative;
	overflow:hidden;
}
#banner img {
	min-height: 300px;
	max-height: 100vh;
	height: 100%;
}
.sec-banner {
	position: relative;
	overflow: hidden;
}
.sec-banner .box {
	position:absolute;
	top:50%;
	width:100%;
	left:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:2;
}
.sec-banner .img img {
  min-height: 400px;
}
.sec-banner .ui.container {
	padding-right: 4rem;
  color: #fff;
/*   padding-top: 15vw; */
}
.sec-banner .ui.containe .col-8 {
	padding-bottom: 0;
}
.sec-banner .ui.container h4 {
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px 20px;
  background-color: #69af07;
}
.sec-banner .ui.container h3 {
  font-size: 1.4rem;
/*   font-family: 'AkzBq'; */
  line-height: 1.2;
  text-shadow: 3.5px 6.062px 8px #000000;
  margin: 10px 0;
}
.sec-banner .ui.container h3 em {
	font-size:1.3em;
	font-family: 'AkzBq';
}
.sec-banner .ui.container p {
  width: 90%;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.25;
}
.sec-banner .ui.container > div > .link {
  display: inline-block;
  font-size: 1.1rem;
  font-family: 'AkzBq';
  text-transform: uppercase;
  background-color: #87c9d7;
  padding: 10px 30px;
  margin-top: 2rem;
  transition: 0.6s;
}
.sec-banner .ui.container > div > .link:hover {
  background-color: #000;
}
.sec-banner .ui.container .play {
	position: absolute;
	top: 25%;
	right: -2rem;
  display: inline-block;
	text-align: center;
  text-transform: uppercase;
	vertical-align: top;
/*   margin-top: 1.5rem;
  margin-left: 9rem; */
}
.sec-banner .ui.container .play a {
	position: relative;
	display: inline-block;
}
.sec-banner .ui.container .play a::after {
	content: '';
	position: absolute;
	top:100%;
	left: 50%;
	width: 1px;
	height: 1000px;
	background: #fff;
}
.sec-banner .ui.container .play a p {
	font-size: 1.2rem;
	width: 100%;
	color: #fff;
	padding: 10px 0;
}
.sec-banner .ui.container .play img {
  height: 4rem;
  vertical-align: top;
	transition: .5s;
}
.sec-banner .ui.container .play img:hover {
	transform: scale(1.1);
}
#header.active .nav-content {
  left: 0;
  opacity: 1;
}
#header.active #nav-btn h3 .close {
  display: block;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
}
#header .logo {
  float: left;
  padding-top: 1rem;
  padding-left: 1.5rem;
}
#header .logo a img {
  width: 4rem;
}
#header #nav-btn {
  font-size: 1.5rem;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 1.5rem;
  right: 0;
  margin-left: -80px;
	padding-right: 10px;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}
#header #nav-btn ul {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: vertical-lr;
  writing-mode: lr-tb;
  display: block;
  position: absolute;
	top: -3px;
  right: 100%;
  font-size: inherit;
}
#header #nav-btn ul li {
  display: inline-block;
  margin-right: 15px;
}
#header #nav-btn h3 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#header #nav-btn h3 .close {
  display: none;
  margin-left: 8px;
}
#header #nav-btn h3 .close i {
  font-size: 28px;
  margin-left: 10px;
}
#header .nav-content {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  color: #fff;
  background-color: #262626;
  -webkit-transition: 1s left;
  -moz-transition: 1s left;
  -ms-transition: 1s left;
  -o-transition: 1s left;
  transition: 1s left;
  opacity: .6;
}
#header .nav-content .top .back {
  float: left;
  font-size: 1.5rem;
	margin-top: 1.5rem;
  margin-left: 2rem;
}
#header .nav-content .top .language {
  float: right;
  font-size: 3rem;
}
#header .nav-content .top .language a {
  margin: 0 10px;
}
#header .nav-content .center {
  padding: 5rem 0;
}
#header .nav-content .center .left ul li {
  padding-top: 1.5rem;
}
#header .nav-content .center .left ul li h3 {
  font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
   font-family: 'AkzBq';
}
#header .nav-content .center .left ul li h3:hover {
	color: #69af07;
}
#header .nav-content .center .left ul li dl dd {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
	text-transform: uppercase;
}
#header .nav-content .center .left ul li dl dd:hover {
	color: #69af07;
}
#header .nav-content .center .right ul li {
  padding-top: 1.5rem;
}
#header .nav-content .center .right ul li h3 {
  font-size: 2rem;
	white-space:nowrap;
	font-weight: bold;
	text-transform: uppercase;
   font-family: 'AkzBq';
}
#header .nav-content .center .right ul li h3:hover {
	color: #69af07;
}
#header .nav-content .center .right ul li dl dd {
  font-size: 0.8rem;
  margin-right: 10px;
	text-transform: uppercase;
}
#header .nav-content .center .right ul li dl dd:hover {
	color: #69af07;
}
#header .nav-content .center .right form {
  position: relative;
  margin: 35px 0;
}
#header .nav-content .center .right form input {
  width: 100%;
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  padding-left: 45px;
  padding-right: 5px;
  border: none;
  background-color: #1b1b1b;
}
#header .nav-content .center .right form input[type='submit'] {
  width: 40px;
  background: url(//es.cnsuperpower.com/wp-content/themes/xuepaergongju-es/images/icon-search.png) no-repeat center center;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#header .nav-content .center .right .contact a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.56);
}
#header .nav-content .center .right .contact a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .nav-content .bottom {
  text-align: right;
  color: rgba(255, 255, 255, 0.56);
  line-height: 28px;
}
#header .nav-content .bottom ul li {
  display: inline-block;
  margin-right: 10px;
}
#header .back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#header .back-top ul li a {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #69af07;
  margin-bottom: 5px;
  transition: 0.6s;
}
#header .back-top ul li a:hover {
  background-color: green;
}
#header .back-top ul li a i {
	font-size: 1.5rem;
}
#index-body {
  position: relative;
}
#index-body .product {
  position: relative;
  background: url(../images/t_2.jpg) no-repeat;
  background-size: contain;
  background-position: center right;
  padding: 10rem 0;
}
#index-body .product .ui.container{
  max-width: 100%;
}
#index-body .product .ui.container .contC{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 300px;
}
#index-body .product .ui.container .contC .left{
  width: 32%;
  padding-right: 80px;
}
#index-body .product .ui.container .contC .right{
  width: 68%;
}
#index-body .product .ui.container .contC .right img{
  width: 100%;
}
#index-body .product .ui.container .left h3 {
  font-size: 3rem;
  font-family: 'AkzBq';
  text-transform: uppercase;
  line-height: 1;
  color: #69af07;
}
#index-body .product .ui.container .left span {
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'AkzBq';
}
#index-body .product .ui.container .left ul {
	font-size: 0;
  padding: 2.5rem 0;
  clear: both;
}
#index-body .product .ui.container .left ul li {
  display: inline-block;
	width: 25%;
	padding: 2px;
}
#index-body .product .ui.container .left ul li a {
  display: inline-block;
/*   width: 90px;
  height: 90px;
  line-height: 90px; */
  text-align: center;
  border: 5px solid #fff;
  border-radius: 20px;
  transition: 0.3s;
	position:relative;
	overflow:hidden;
}
#index-body .product .ui.container .left ul li a img {
  vertical-align: middle;
  transition: 0.3s;
	opacity:0;
}
#index-body .product .ui.container .left ul li a img:last-child {
	opacity:1;
	transition:.3s;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#index-body .product .ui.container .left ul li a:hover img:last-child {
	opacity:0;
}
#index-body .product .ui.container .left ul li a:hover img:first-child {
	opacity:1;
}
#index-body .product .ui.container .left ul li a:hover {
  background-color: #fff;
}
#index-body .product .ui.container .left ul li a:hover img {
  filter: brightness(100%);
}
#index-body .product .ui.container .left > a {
  font-size: 1.8rem;
  font-family: 'AkzBq';
  color: #69af07;
}
#index-body .product .ui.container .left > a i {
  font-size: 0.8em;
}
#index-body .product .ui.container .left p {
  font-size: 0.8rem;
  line-height: 1.1;
  /* color: rgba(255, 255, 255, 0.302); */
}
#index-body .about {
  position: relative;
  /* background: url(../images/aboutbgc.jpg) no-repeat center; */
  background-size: auto;
  height: auto;
}
#index-body .about .aboutC{
  padding: 20px 0 60px 0;
  background: url(../images/aboutbgc.jpg) no-repeat center;
  max-width: 1540px;
  margin: auto;
}
#index-body .about .row {
  color: #fff;
  margin: auto;
  text-align: center;
}
#index-body .about .row .title h3 {
  font-size: 3.5rem;
  font-family: 'AkzBq';
  line-height: 1;
  text-transform: uppercase;
}
#index-body .about .row .title p {
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
#index-body .about .row .title .sprinkler {
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
#index-body .about .row .title .sprinkler h1{
font-size: 0.9rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  display:inline
}
.sprinklers  {
 color:#777;
 line-height:28px;
 font-size:16px;


}
.sprinklers h1{
font-size:24px;

}
.sprinklers p{
padding:8px 0 1px;}
#index-body .about .row .left {
  padding-top: 0;
  padding-bottom: 0;
}
#index-body .about .row .left .text {
	display: block;
  padding: 1rem;
  margin-bottom: 3rem;
  transition: 0.6s;
}
#index-body .about .row .left .text img {
  width: 10%;
  margin: 10px 10px 0;
}
#index-body .about .row .left .text .r-text {
  display: inline-block;
  text-align: left;
  width: 75%;
}
#index-body .about .row .left .text .r-text h4 {
  font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
}
#index-body .about .row .left .text .r-text p {
  font-size: 0.7rem;
  color: #fff;
}
#index-body .about .row .left .text:hover {
  background-color: #69af07;
}
#index-body .about .row .right {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
#index-body .about .row .right .text {
	display: block;
  padding: 1rem;
  margin-bottom: 3rem;
  transition: 0.6s;
}
#index-body .about .row .right .text img {
  width: 10%;
  margin: 10px 10px 0;
}
#index-body .about .row .right .text .r-text {
  display: inline-block;
  text-align: left;
  width: 75%;
}
#index-body .about .row .right .text .r-text h4 {
  font-size: 0.9rem;
	font-weight: bold;
    text-transform: uppercase;
}
#index-body .about .row .right .text .r-text p {
  font-size: 0.7rem;
  color: #fff;
}
#index-body .about .row .right .text:hover {
  background-color: #69af07;
}
#index-body .about .bottom {
  max-width: 1200px;
}
#index-body .about .bottom .text {
	display: block;
  padding: 1rem;
  margin: auto;
  transition: 0.6s;
}
#index-body .about .bottom .text img {
  width: 10%;
  margin: 10px 10px 0;
}
#index-body .about .bottom .text .r-text {
  display: inline-block;
  text-align: left;
  width: 75%;
}
#index-body .about .bottom .text .r-text h4 {
  font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
}
#index-body .about .bottom .text .r-text p {
  font-size: 0.7rem;
  color: #fff;
}
#index-body .about .bottom .text:hover {
  background-color: #69af07;
}

@media screen and (max-width: 1500px) {
  #index-body .product .ui.container .contC{
    padding-left: 10%;
  }
  #index-body .product{
    padding: 5rem;
  }
  #index-body .product .ui.container .contC .left{
    width: 50%;
  }
  #index-body .product .ui.container .contC .right{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .product{
    background: none !important;
  }
  #index-body .product .ui.container .contC{
    padding-left: 0;
  }
  #index-body .product .ui.container .contC .left{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .product .ui.container .contC .right{
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #index-body .about .center {
    transform: translateY(10%);
  }
  #index-body .about .cost {
    transform: translateX(10%);
  }
  #index-body .about .shipment {
    transform: translateX(-10%);
  }
  #index-body .about .bottom .text {
    width: 80%;
  }

}
#index-body .section_case{
  background: #f4f4f4;
}
#index-body .cust {
  height: auto;
  position: relative;
  /* background: url(../images/custbgc.jpg) no-repeat; */
  background-color: #f4f4f4;
  background-size: cover;
  padding: 10rem 0;
}
#index-body .cust .ui.container {
}
#index-body .cust .ui.container .title {
  padding: 0 15px;
}
#index-body .cust .ui.container .title h3 {
  font-size: 3.5rem;
  font-family: 'AkzBq';
  line-height: 1;
  text-transform: uppercase;
}
#index-body .cust .ui.container .title p {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#index-body .cust .ui.container ul li {
  padding: 0 10px;
}
#index-body .cust .ui.container ul li .ig {
  text-align: center;
  /* background-color: #fff; */
  padding: 10px;
}
#index-body .cust .ui.container ul li .ig a {
  display: inline-block;
  width: 100%;
}
#index-body .cust .ui.container ul li .ig a img {
  width: 100%;
}
#index-body .cust .ui.container ul li .ig .text {
  padding: 10px;
  text-align: left;
}
#index-body .cust .ui.container ul li .ig .text p {
  font-size: 1.5rem;
  font-family: 'AkzBq';
  line-height: 1;
  color: #000;
}
#index-body .news {
  position: relative;
  overflow: hidden;
  /* background: url(../images/newsbgc.jpg) no-repeat; */
  background-size: cover;
  display: flex;
  align-items: center;
}
#index-body .news .sub1{
  background-color: #a5d456;
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
}
#index-body .news .sub2{
  background-color: #679e29;
  position: absolute;
  width: 100%;
  height: 54px;
  top: 0;
  left: 0;
}
#index-body .news .ui.container .title {
  /* color: #fff; */
}
#index-body .news .ui.container .title h3 {
  font-size: 3.5rem;
  font-family: 'AkzBq';
  line-height: 1;
  text-transform: uppercase;
}
#index-body .news .ui.container .title p {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#index-body .news .row.news-pic ul {
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin: 0 -20px;
  width: 100%;
  display: block;
}
#index-body .news .row.news-pic ul li{
  padding: 0 20px;
}
#index-body .news .row.news-pic ul li .ig .img-box {
  display: block;
}
#index-body .news .row.news-pic ul li .ig .img-box img {
  width: 100%;
}
#index-body .news .row.news-pic ul li .ig .img-box .burl {
  transition: 1s all cubic-bezier(0.46, 1, 0.23, 1.52);
  position: absolute;
  top: 0;
  width: 115%;
  height: 30%;
  overflow: hidden;
  transform: translate(-10px, -10px);
  filter: blur(5px);
}
#index-body .news .row.news-pic ul li .ig .img-box .burl-t {
  transition: 1s all cubic-bezier(0.46, 1, 0.23, 1.52);
  position: absolute;
  bottom: 0;
  width: 115%;
  height: 30%;
  overflow: hidden;
  transform: translate(-10px, 10px);
  filter: blur(5px);
}
#index-body .news .row.news-pic ul li .ig .img-box:hover .burl,
#index-body .news .row.news-pic ul li .ig .img-box:hover .burl-t {
  height: 0;
}
#index-body .news .row.news-pic ul li .ig .text {
  text-align: center;
  /* color: #fff; */
  padding: 0 1rem;
}
#index-body .news .row.news-pic ul li .ig .text h4 {
  font-size: 0.8rem;
  font-family: 'Arial-Bld';
  text-transform: uppercase;
  margin: 1rem 0;
}
#index-body .news .row.news-pic ul li .ig .text p {
  font-size: 0.7rem;
  /* color: rgba(255, 255, 255, 0.502); */
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #252525;
}
.footer ul {
  display: inline-block;
}
.footer ul li {
  display: inline-block;
  height: 4vh;
  line-height: 4vh;
  font-size: 0.8rem;
  color: #777;
  margin-right: 1.5rem;
}
.footer ul li a img {
	vertical-align: middle;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
/*   width: 50%; */
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .theme-default .nivo-controlNav a {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 6px !important;
	opacity:.3;
}
#banner .theme-default .nivo-controlNav a.active {
  opacity:.9;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.inner-page p.cateintrop{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list  .column .img-box {
  border: 1px solid #eee;
  text-align: center;
	cursor: pointer;
}

.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #004ca1!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #eee;
  padding: 5px 10px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  height:80px;
  text-transform:capitalize;

}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-product .pro-list .cust.con-box .tit {
	height: 60px;
	line-height: 60px;
}
.i-product .pro-list .cust.con-box .tit a {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	text-transform: none;
  white-space: normal;
  overflow: normal;
  text-overflow: normal;
}
.i-whyUs {
  text-align: center;
	padding-top: 64px;
}
.i-whyUs .why-list {
/*   margin-top: 64px; */
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #004ca1;
  border-color: #004ca1;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #004ca1;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 300px;
	text-align: center;
	color: #fff;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
	padding: 10rem 0;
}
.inner-banner h2 {
	    margin: 0 0 12px;
    font-size: 1.6rem;
    font-weight: bolder;
    text-transform: uppercase;
    position: relative;
}
.inner-banner h3 {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.inner-banner #bdt-header-animation {
	position:absolute;
	top: 0;
	left: 0;
	height: 600px;
	width: 100%;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #272727;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
	text-align: left;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 18px;
	font-weight: bold;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
	text-align: left;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
	font-size: 18px;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
	font-weight: bold;
  text-transform: capitalize;
  margin-left:20px;
}
.inner-page .inner-main-tit .back {
	margin-left: 1rem;
}
.inner-page .inner-main-tit .back a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: #777;
	background-color: #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .back{
	display:block;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: #777;
	background-color: #eee;
	width:120px;
	text-align:center;
	margin-bottom:20px;
}

.inner-page .inner-main-tit .back a:hover,.prodet-page .prodet-pics .grid.two.column .pro-det-one .back:hover {
	color: #000;
	background-color: #ddd;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box strong {
	font-weight: bold;
}
.about-page .inner-main-box p {
	    color: #636688;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: roboto-light;
}
.about-page .inner-main-box p img {
    float: right;
	width: 650px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .ui {
	margin: 2rem auto;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
	padding-bottom: 4rem;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #004ca1;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one>em {
	color:#666;
	font-size:16px;
	line-height:40px;
	height:40px;
	padding:0 15px;
	float:right;
	background:#eee;
	cursor:pointer;
	cursor:hand;
	transition:.5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one>em i {
	margin-left:10px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one>em:hover {
	color:white;
	background:#222;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform:capitalize;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one p{
  color: #777;
  font-size: 16px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #004ca1;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #004ca1;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #004ca1;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #004ca1;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #69af07 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.inner-page.choose-page {
/* 	height: 100vh; */
    text-align: center;
	    overflow-y: auto;
}
.inner-page.choose-page .inner-main-box {
	padding: 90px 0 51px;
}
.inner-page.choose-page .inner-main-box strong {
	font-weight: bold;
}
.inner-page.choose-page h2 {
	    font-size: 88px;
    font-family: "roboto-black";
    text-transform: uppercase;
    line-height: 80px;
	margin-bottom: 4rem;
    padding: 150px 0;
}
.inner-page.choose-page .content ul {
	font-size: 0;
	margin-bottom: 3rem;
}
.inner-page.choose-page .content ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
	margin: 1rem 0;
	padding: 0 2rem;
}
.inner-page.choose-page .content ul li h4 {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 6px;
}
.inner-page.choose-page .content ul li p {
	font-size: 1rem;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #004ca1;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #004ca1;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
margin-top:50px;
padding-top:-300px;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents.page {
  border-bottom: none;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
	font-size: 0;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .con-l {
	display: inline-block;
	width: 50%;
}
.contact-page .c-list-box .contactList .con-r {
	display: inline-block;
	width: 50%;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList #ewm img {
	max-width: 120px;
		border: 2px solid #fff;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 22px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #004ca1;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dd {
  font-size: 18px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.pro-cat-list {
	padding:30px 0;
}
.pro-cat-list ul {
	margin:-15px !important;
}
.pro-cat-list ul li {
	padding:15px !important;
}
.pro-cat-list ul li a.img {
	display:block;
	position:relative;
	background:#eee;
	transition:.5s;
	overflow:hidden;
}
.pro-cat-list ul li a.img img {
	opacity:0;
}
.pro-cat-list ul li a.img img:last-child {
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	width:100%;
	height:100%;
}
.pro-cat-list ul li a.img:hover img:last-child {
	opacity:0;
}
.pro-cat-list ul li a.img:hover img:first-child {
	opacity:1;
}
.pro-cat-list ul li a.img:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.2);
	transition:.5s;
	opacity:1;
}
.pro-cat-list ul li a.img:hover:after {
	opacity:0;
}
.pro-cat-list ul li h5 {
	font-size:18px;
	color:#999;
	margin-top:15px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pro-cat-list ul .slick-arrow {
	position:absolute;
	top:50%;
	width:30px;
	height:30px;
	border:none;
	margin-top:-15px;
	cursor:pointer;
	cursor:hand;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:10px;
	z-index:1;
	background-color:rgba(0,0,0,.7);
	transition:.5s;
}
.pro-cat-list ul .slick-arrow:hover {
	background-color:#69af07;
}
.pro-cat-list ul .slick-arrow.slick-prev {
	left:-30px;
	background-image:url('../images/banner-btn-l.png');
}
.pro-cat-list ul .slick-arrow.slick-next {
	right:-30px;
	background-image:url('../images/banner-btn-r.png');
}
.inner-page.pdf .ui .grid {
	font-size: 0;
	padding: 78px 0;
}
.inner-page.pdf .ui .grid li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
	padding: 0 20px;
}
.inner-page.pdf .ui .grid li img {
	border: 1px solid #eee;
}
.inner-page.pdf .ui .grid li a {
	display: inline-block;
	font-size: 0.9rem;
	color: #fff;
	background-color: #69af07;
	padding: 5px 15px;
	margin: 2rem 1rem;
	transition: .5s;
}
.inner-page.pdf .ui .grid li a:hover {
	background-color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
	.contact-page .c-list-box .contactList,
	.contact-page .c-list-box .contactList .con-l,
	.contact-page .c-list-box .contactList .con-r {
		text-align: center;
		width: 100%;
	}
	.contact-page .c-list-box .contactList .con-r img {
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
	.inner-page.pdf .ui .grid li {
		width: 100%;
	}
}
.button-group .button {
  background: #69af07 !important;
}

@media screen and (max-width: 1260px){
	.sec-banner .ui.container .play {
		right: 0;
	}
}
	
@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
	#index-body .product {
		margin-top: -5px;
	}
	.about-page .a-whyUs {
		display: none;
	}
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 768px){
	#banner .theme-default .nivo-controlNav {
		display: none;
	}
	.sec-banner .ui.container {
		padding: 0 4rem;
	}
}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }
	.sec-banner .ui.container p,
	.sec-banner .ui.container .play a::after{
		display: none;
	}

}

@media screen and (max-width: 600px){
	.sec-banner .ui.container {
		padding: 12px;
	}
	.sec-banner .ui.container h4 {
		display: none;
	}
	.sec-banner .ui.container .play {
		margin-left: 5rem;
	}
	.sec-banner .ui.container .play {
		display: none;
	}
}

#fp-nav ul li a span {
	background: #fff !important;
}
.flex-control-paging li a.flex-active {
	background: #fff !important;
}
.metaslider .flexslider {
	margin: 0 !important;
}
.metaslider .flex-control-nav {
	bottom: 20px !important;
}
.amap-logo {
	z-index: 1 !important;
}

 .invo-layer,

.invo-box {

  display: none;

  position: fixed;

}

.invo-layer {

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  z-index: 1002;

}

.invo-box {

  z-index: 1003;

  overflow: hidden;

  width: 417px;

  left: 50%;

  top: 30%;

  margin-left: -209px;

  background: #ececec;

  padding: 0 58px 30px;

  border-radius: 6px;

  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  -ms-border-radius: 6px;

  -o-border-radius: 6px;

}

.invo-box p {

  color: #353535;

  font-size: 16px;

  line-height: 24px;

  margin: 31px 0 30px;

}

.invo-box .invo-code {

  outline: none;

  color: #333333;

  font-size: 18px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  display: block;

  width: 270px;

  margin: 0 auto;

  height: 52px;

  line-height: 52px;

  text-align: center;

  background: #f2f2f2;

  border: 1px solid #cfcfcf;

}

.invo-box .sub-btn {

  cursor: pointer;

  display: block;

  color: #fff;

  font-size: 20px;

  width: 270px;

  height: 50px;

  line-height: 50px;

  margin: 23px auto 0;

  background:#668e95;

  text-align: center;

}

.invo-box .close {

  position: absolute;

  top: 14px;

  right: 16px;

  width: 10px;

  height: 10px;

  background: url(../images/invo-close.png) no-repeat;

  cursor: pointer;

}

@media screen and (max-width: 970px) {
	#banner img,
	#banner {
		min-height: auto;
	}
	.sec-banner .ui.container h3{
		font-size: 20px!important;
	}
	.sec-banner .ui.container > div > .link{
		display: none!important;
	}
	#index-body .product {
    	padding: 40px 0;
	}
}

@media screen and (min-width: 1921px){
	.metaslider{
		max-width: 100%!important;
	}
	#banner img{
		width: 100%;
	}
	#index-body .about{
		background-size: cover;
	}
}

@media screen and (max-width: 700px) {
	.sec-banner .ui.container h3{
		font-size: 16px!important;
	}
  #index-body .news{
    display: block;
    padding: 20px 0;
  }
}

@media screen and (max-width: 500px) {
	.sec-banner .ui.container h3{
		font-size: 14px!important;
	}
  .sec-banner .ui.container h3 br{
    display: none;
  }
   .sec-banner .ui.container h3 em{
    font-size: 14px;
   }

  }