@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'helvetica-bold';
  src: url(../fonts/helvetica-bold.ttf) format('truetype'), url(../fonts/helvetica-bold.eot) format('eot'), url(../fonts/helvetica-bold.woff) format('woff'), url(../fonts/helvetica-bold.woff2) format('woff2');
}
.container {
  width: 1550px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  left: 0;
  top: 0;
  z-index: 9;
}
#header .nav {
  position: relative;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 38px;
  z-index: 99;
  background: url("../images/shu_03.jpg") no-repeat right center;
  padding-right: 10px;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 15px;
}
#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;
}
#header .nav .logo {
  width: 15%;
  padding-top: 20px;
}
#header .nav .logo img {
  width: auto;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 106px;
  height: 106px;
  position: relative;
  width: 70%;
}
#header .nav .menu-box .menu {
  text-align: center;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  vertical-align: top;
  text-transform: uppercase; line-height:106px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a {
  color: #2cc31c;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #2cc31c;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .language {
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 15%;
  padding-left: 20px;
  margin-top: 27px;
}
#header .nav .language span {
  height: 50px;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
#header .nav .language span .fa {
  font-size: 16px;
  margin-right: 5px;
}
#header .nav .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 140px;
  background: #2cc31c;
  text-align: left;
  z-index: 101;
}
#header .nav .language .sub-menu li {
  line-height: normal;
}
#header .nav .language .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 8px 18px;
}
#header .nav .language .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  padding: 0;
}
#header.inner-header {
  position: relative;
  left: auto;
  top: auto;
  padding: 0;
}
#header.inner-header .nav .h-search .fa {
  color: #000000;
}
#header.inner-header .nav .menu-box .menu > li > a {
  color: #000000;
}
#header.inner-header .nav .language span {
  color: #000000;
}
.i-why {
  margin-top: -124px;
}
.i-why .grid-box .column {
  background: #f6f6f6;
  width: 24%;
  margin-right: 1.3%;
  padding: 3% 2%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.i-why .grid-box .column h2 {
  color: #202020;
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}
.i-why .grid-box .column p {
  color: #202020;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}
.i-why .grid-box .column:nth-child(4) {
  margin-right: 0;
}
.i-why .grid-box .column img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.i-why .grid-box .column img:nth-child(2) {
  display: none;
}
.i-why .grid-box .column:hover {
  background: #2da762;
}
.i-why .grid-box .column:hover h2,
.i-why .grid-box .column:hover p {
  color: #fff;
}
.i-why .grid-box .column:hover img:nth-child(1) {
  display: none;
}
.i-why .grid-box .column:hover img:nth-child(2) {
  display: block;
}
#index-body h2.h2 {
  color: #1b1b1b;
  text-transform: uppercase;
  font-family: helvetica-bold;
  text-align: center;
  font-size: 40px;
}
#index-body h2.h2 span {
  color: #2da762;
  font-size: 40px;
}
#index-body p.p {
  color: #585858;
  text-align: center;
  margin-top: 10px;
}
#index-body .i-about {
  padding: 100px 0;
}
#index-body .i-about .grid-box {
  margin-top: 60px;
}
#index-body .i-about .grid-box .column h3 {
  color: #2f2f2f;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#index-body .i-about .grid-box .column h3 span {
  font-size: 26px;
  text-decoration: underline;
}
#index-body .i-about .grid-box .column p {
  color: #2f2f2f;
  line-height: 30px;
  margin-bottom: 10px;
}
#index-body .i-about .grid-box .column p a {
  color: #009944;
}
#index-body .i-about .grid-box .column img {
  width: auto;
}
#index-body .i-about .grid-box .i-text {
  padding: 4% 0 0 5%;
}
#index-body .i-recommend {
  
  background-size: cover;
  padding: 215px 0 240px;
}
#index-body .i-recommend h2 {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
#index-body .i-recommend p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  margin: 30px 0;
  font-family: Calibri;
  padding-right: 15%;
}
#index-body .i-recommend a.more {
  width: 158px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #00cc5b;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #ffffff;
  text-transform: capitalize;
}
#index-body .i-product {
  padding: 90px 0;
}
#index-body .i-product .swiper-slide .img-box .new {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 30px;
  top: 30px;
  z-index: 8;
}
#index-body .i-product .swiper-slide .img-box .new p {
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background: #2da762;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 50px;
}
#index-body .i-product .swiper-slide .img-box .text {
  padding: 20px 20px 5px;
  position: relative;
  z-index: 8;
  background: #ffffff;
}
#index-body .i-product .swiper-slide .img-box .text h2 {
  text-align: center;
}
#index-body .i-product .swiper-slide .img-box .text h2 a {
  color: #1a1a1a;
  font-size: 16px;
}
#index-body .i-product .swiper-slide .img-box .text a.more {
  display: block;
  margin: 10px auto;
  text-align: center;
  text-decoration: underline;
  color: #2da762;
  font-size: 16px;
}
#index-body .i-application .application {
  margin-top: 48px;
}
#index-body .i-news {
  padding: 80px 0 137px;
}
#index-body .i-news .news-list {
  margin-top: 30px;
}
#index-body .i-news .news-list .swiper-slide {
  padding: 10px;
}
#index-body .i-news .news-list .swiper-slide .text {
  padding: 7%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .i-news .news-list .swiper-slide .text h3 {
  font-weight: bold;
  line-height: 30px;
  font-family: helvetica-bold;
  margin-bottom: 10px;
}
#index-body .i-news .news-list .swiper-slide .text h3 a {
  font-size: 24px;
}
#index-body .i-news .news-list .swiper-slide .text h3 a:hover {
  color: #2da762;
}
#index-body .i-news .news-list .swiper-slide .text time {
  color: #a1a1a1;
  font-size: 16px;
}
#index-body .i-news .news-list .swiper-slide .text p {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  padding: 15px 0;
}
#index-body .i-news .news-list .MyClass {
  bottom: -40px;
}
#index-body .i-news .news-list .MyClass .swiper-pagination-bullet {
  width: 14px;
  height: 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  opacity: 1;
  background: #d6d6d6;
}
#index-body .i-news .news-list .MyClass .swiper-pagination-bullet-active {
  background: #2da762;
  width: 29px;
  height: 7px;
}
#footer {
  background: url("../images/footer.jpg") no-repeat center;
  background-size: cover;
}
#footer a:hover {
  color: #ffffff !important;
}
#footer .footer-top {
  padding: 138px 0 38px;
}
#footer .footer-top .column {
  width: 15%;
}
#footer .footer-top .i-company {
  width: 35%;
  padding: 0 5%;
}
#footer .footer-top .i-company img {
  width: auto;
  margin-bottom: 20px;
}
#footer .footer-top .i-company p {
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-top .i-qr {
  width: 35%;
  padding-right: 8%;
}
#footer .footer-top .i-qr p {
  line-height: 30px;
  font-size: 14px;
}
#footer .footer-top .i-qr a.mail {
  width: 100%;
  display: block;
  height: 45px;
  margin: 20px 0;
  line-height: 45px;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #2da762;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#footer .footer-top .i-qr a.mail:hover {
  color: #2da762!important;
}
#footer .footer-top .i-qr .icon {
  margin-top: 15px;
}
#footer .footer-top .i-qr .icon .fa {
  color: #2da762;
  font-size: 16px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#footer .footer-top h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}
#footer .footer-top p {
  color: #ffffff;
  font-size: 16px;
}
#footer .footer-top ul li {
  line-height: 30px;
}
#footer .footer-top ul li a {
  color: #ffffff;
}
#footer .footer-bottom .container {
  padding: 0 5%;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
}
#footer .footer-bottom p a {
  color: #ffffff;
}
.inner-banner {
  padding-top: 160px;
  color: #fff;
  text-align: center;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner .inner-tit {
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-banner .bread-crumbs {
  font-family: etelkatextprobold;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  font-size: 15px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #4bd5df;
}
.inner-page {
  padding-top: 100px;
}
.inner-page .grid-box .sideBar {
  width: 20%;
}
.inner-page .grid-box .sideBar .sub-menu-out {
  width: 100%;
  margin-bottom: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.inner-page .grid-box .sideBar .sub-menu-out .side-tit {
  background: #2da762;
  color: #ffffff;
  font-family: helvetica-bold;
  font-size: 20px;
  padding: 20px;
  text-transform: uppercase;
}
.inner-page .grid-box .sideBar .sub-menu-out ul.side-menu {
  background: #ffffff;
}
.inner-page .grid-box .sideBar .sub-menu-out ul.side-menu li {
  font-size: 16px;
  padding: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #e9e9e9;
}
.inner-page .grid-box .sideBar .sub-menu-out ul.side-menu li a {
  font-size: 16px;
  color: #5c5c5c;
}
.inner-page .grid-box .sideBar .sub-menu-out ul.side-menu li a:hover,
.inner-page .grid-box .sideBar .sub-menu-out ul.side-menu li a.active {
  color: #2da762;
}
.inner-page .grid-box .sideBar .sub-menu-out .side-message {
  background: #ffffff;
  padding: 30px 10px 60px 20px;
}
.inner-page .grid-box .sideBar .sub-menu-out .side-message p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 30px;
}
.inner-page .grid-box .page-rightBar {
  width: 80%;
  padding-left: 5%;
}
.about-page {
  padding: 0;
}
.about-page .page-rightBar {
  background: #ffffff;
  margin-top: -120px;
  position: relative;
  z-index: 8;
  padding: 100px 50px;
}
.about-page .page-rightBar .fl p {
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1d;
  text-transform: uppercase;
}
.about-page .page-rightBar .side-menu {
  position: relative;
}
.about-page .page-rightBar .side-menu .nowCat {
  background: #2da762 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
}
.about-page .page-rightBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #2da762;
  left: 0;
  top: 100%;
}
.about-page .page-rightBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.about-page .page-rightBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.about-page .page-rightBar .content {
  padding-top: 40px;
}
.about-page .page-rightBar .content img {
  margin-bottom: 20px;
}
.about-page .page-rightBar .content p {
  line-height: 30px;
  color: #383838;
  font-size: 16px;
}
.about-page .page-rightBar .content p strong{
	color:#2da762 !important;
}
.about-page .i-four {
  padding: 100px 0;
}
.about-page .i-four .grid-box .column {
  min-height: 100px;
  width: 23%;
  background: #ffffff;
  margin-right: 2.66%;
  padding: 50px 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .i-four .grid-box .column:nth-child(4) {
  margin-right: 0;
}
.about-page .i-four .grid-box .column h2 {
  text-align: center;
  font-size: 51px;
  color: #2da762;
}
.about-page .i-four .grid-box .column p {
  color: #8c8c8c;
  font-size: 18px;
  text-align: center;
}
.about-page .i-four .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.product-page .page-rightBar .grid-box .column {
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.product-page .page-rightBar .grid-box .column .text {
  padding: 20px 10px 30px;
}
.product-page .page-rightBar .grid-box .column .text h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .page-rightBar .grid-box .column .text h2 a {
  font-size: 22px;
  text-transform:capitalize;
}
.product-page .page-rightBar .grid-box .column .text a.more {
  color: #2da762;
  text-decoration: underline;
}
.faq-page {
  padding-bottom: 100px;
}
.faq-page .ul {
  padding: 0 3%;
}
.faq-page .ul ul li {
  border-bottom: 1px dashed #bebebe;
  padding: 20px 0;
  margin-bottom: 30px;
}
.faq-page .ul ul li h2 {
  font-family: helvetica-bold;
  font-size: 20px;
  margin: 20px 0;
  color: #2da762;
  background: url("../images/a_03.jpg") no-repeat left 0px;
  padding-left: 60px;
  line-height: 41px;
}
.faq-page .ul ul li p {
  padding-left: 60px;
  font-size: 16px;
  color: #444444;
  line-height: 41px;
  background: url("../images/q_06.jpg") no-repeat left 0px;
}
.news-page .page-rightBar li {
  margin-bottom: 100px;
}
.news-page .news-list .column {
  width: 50%;
  border: 1px solid #dddddd;
}
.news-page .news-list .column .top {
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.news-page .news-list .column h2 {
  font-family: helvetica-bold;
  margin-bottom: 20px;
}
.news-page .news-list .column h2 a {
  color: #242424;
  font-size: 24px;
}
.news-page .news-list .column time {
  color: #a1a1a1;
  font-size: 16px;
}
.news-page .news-list .column .p {
  padding: 30px;
}
.news-page .news-list .column .p p {
  color: #575757;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 10px;
}
.news-page .news-list .column .p a.more {
  color: #2da762;
  text-decoration: underline;
  font-size: 16px;
  text-transform: capitalize;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: arial;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #ccc;
  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 dashed #ccc;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 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 .i-message {
  padding-bottom: 100px;
}
.contact-page .i-message .grid-box .column img {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.contact-page .i-message .grid-box .column h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.contact-page .i-message .grid-box .column p {
  text-align: center;
  color: #505050;
  padding: 0 25%;
}
.contact-page .i-message .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.contact-page .i-form {
  padding: 100px 0;
  background: #ededed;
}
.contact-page .i-form h2.h2 {
  color: #1b1b1b;
  text-transform: capitalize;
  font-family: helvetica-bold;
  text-align: center;
  font-size: 30px;
}
.contact-page .i-form p.p {
  color: #959595;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  padding: 0 15%;
}
.contact-page .i-form form {
  padding: 2% 8%;
}
.contact-page .i-form form ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.contact-page .i-form form ul li:nth-child(2n) {
  margin-right: 0;
}
.contact-page .i-form form input,
.contact-page .i-form form textarea {
  border: none;
  background: #ffffff;
  outline: none;
  padding: 15px 20px;
  width: 100%;
  color: #cbcbcb ;
	font-family:arial;
}
.contact-page .i-form form input[type="submit"] {
  background: #2da762;
  width: 175px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 20px auto 0;
  color: #ffffff;
  display: block;
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 0 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);*/
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 26px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .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 .pro-det-one .proSocial a:hover {
  background: #ffba00;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding:60px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 20px 0 60px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin: 38px 0px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #00944e;
}
.m-page a:active {
  background: #00944e;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #00944e;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #dadada;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  width: 32.3%;
  margin-right: 1%;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  /*margin-top: -26px;*/
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #ffba00!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 35px 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}
@media screen and (max-width: 1550px) {
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  .i-why .grid-box .column {
    width: 48%;
    margin-bottom: 10px;
  }
  #index-body .i-about .grid-box .column {
    width: 100%;
  }
  #index-body .i-application .application .grid-box .column {
    width: 50%;
  }
  .about-page .i-four .grid-box .column {
    width: 47%;
    margin-bottom: 10px;
  }
  .inner-page .grid-box .sideBar {
    width: 100%;
  }
  .inner-page .grid-box .page-rightBar {
    width: 100%;
    padding-left: 0%;
  }
  .news-page .news-list .column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .i-why {
    margin-top: 0;
  }
  .i-why .grid-box .column img {
    width: 50%;
  }
  .i-why .grid-box .column h2 {
    font-size: 18px;
  }
  .i-why .grid-box .column p {
    font-size: 14px;
  }
  #index-body h2.h2 {
    font-size: 25px;
  }
  #index-body h2.h2 span {
    font-size: 25px;
  }
  #index-body .i-recommend .grid-box .column {
    width: 100%;
  }
  #footer .footer-top .column {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footer-bottom p {
    text-align: center;
  }
  .inner-banner {
    padding-top: 100px;
    height: 240px;
  }
  .inner-banner .inner-tit {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-page .page-rightBar {
    background: #ffffff;
    margin-top: 0;
    position: relative;
    z-index: 8;
    padding: 50px 0;
  }
  .about-page .page-rightBar .side-menu {
    margin: 20px 0;
    float: left;
  }
  .about-page .i-four .grid-box .column h2 {
    font-size: 25px;
  }
  .about-page .i-four .grid-box .column p {
    font-size: 14px;
  }
  .inner-page .grid-box .sideBar .sub-menu-out:nth-child(2) {
    display: none;
  }
  .product-page .page-rightBar .grid-box .column {
    width: 49%;
  }
  .product-page .page-rightBar .grid-box .column:nth-child(2n) {
    margin-right: 0;
  }
  .product-page .page-rightBar .grid-box .column .text h2 a {
    font-size: 14px;
  }
  .news-page .news-list .column h2 a {
    font-size: 18px;
  }
  .contact-page .i-message .grid-box.three > .column {
    width: 50%;
  }
  .contact-page .i-message .grid-box .column h2 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  .contact-page .i-message .grid-box .column p {
    padding: 0 20px;
  }
  .contact-page .i-form p.p {
    padding: 0;
  }
  .contact-page .i-form form ul li {
    width: 100%;
  }
  .contact-page .i-form form {
    padding-top: 30px;
  }
  .faq-page .ul ul li h2,
  .faq-page .ul ul li p {
    line-height: 28px;
  }
  .faq-page .ul ul li {
    margin-bottom: 20px;
  }
.prodet-page .prodet-pics .pro-bPic{ width: 100% !important; margin-bottom:30px; }
.prodet-page .prodet-pics .pro-det-one{width: 100% !important;padding-left: 0!important;}
.prodet-page .prodetTit {
    font-size: 22px;
}
.prodet-page .prodet-det-two {
    background: none;
}
}


.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.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;
}
