@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.html) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-light';
  src: url(../fonts/roboto-light.html) format('truetype'), url(../fonts/roboto-light.eot) format('eot'), url(../fonts/roboto-light.woff) format('woff'), url(../fonts/roboto-light.woff2) format('woff2');
}
.container {
  width: 1470px;
}
.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 {
  width: 100%;
  z-index: 99;
  background: #ffffff;
}
#header .nav .logo{
  padding-top: 20px;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  width: 15px;
  height: 15px;
  background: url("../images/search_03.jpg") no-repeat center;
}
#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 .language {
  padding-left: 30px;
}
#header .nav .language p {
  line-height: 100px;
}
#header .nav .language p a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background: url("../images/cn.png") no-repeat;
  margin-right: 10px;
  margin-top: 40px;
}
#header .nav .language p a:nth-child(2) {
  background: url("../images/en.png") no-repeat center;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 100px;
  height: 100px;
  position: relative;
  padding-right: 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #333333;
  display: block;
  position: relative;
  font-weight: bold;
}
#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: #e21a24;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #e21a24;
  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.h-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#banner {
  position: relative;
}
#banner .banner-list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 8;
}
#banner .banner-list .banner-tit {
  background: url("../images/tit-bg_03.jpg") repeat-x;
  border-radius: 8px 8px 0 0;
  opacity: 0.8;
  filter: alpha(opacity=100);
}
#banner .banner-list .banner-tit p {
  line-height: 41px;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
  font-weight: bold;
}
#banner .banner-list .grid-box {
  background: url("../images/banner-list-img_03.jpg") repeat;
  padding: 20px 0 30px;
}
#banner .banner-list .grid-box .column {
  min-height: 168px;
  cursor: pointer;
}
#banner .banner-list .grid-box .column img {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#banner .banner-list .grid-box .column h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  position: relative;
}
#banner .banner-list .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #000000;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
#banner .banner-list .grid-box .column h2 a {
  font-size: 30px;
}
#banner .banner-list .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body p.p {
  color: #333333;
  text-align: center;
  font-size: 18px;
  font-family: roboto-regular;
}
#index-body h2.h2 {
  color: #333333;
  text-align: center;
  font-size: 24px;
  font-family: roboto-light;
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
}
#index-body h2.h2:after {
  content: '';
  position: absolute;
  width: 66px;
  height: 4px;
  background: #e21a24;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
}
#index-body .i-why {
  background: #f9f9f9;
  padding: 78px 0 117px;
}
#index-body .i-why div.p {
  margin: 20px 5% 50px;
}
#index-body .i-why div.p p {
  line-height: 38px;
  color: #666666;
  font-size: 18px;
  text-align: left;
}
#index-body .i-why .grid-box .column {
  width: 31.5%;
  margin-right: 2%;
}
#index-body .i-why .grid-box .column .text {
    padding: 29px 10% 50px;
    background: #414141;
    position: relative;
    height: 160px;
}
#index-body .i-why .grid-box .column .text p {
  line-height: 25px;
  color: #ffffff;
  font-family: roboto-light;
  text-align: center;
}
#index-body .i-why .grid-box .column .text .tit {
  width: 60%;
  position: absolute;
  left: 20%;
  top: -45px;
  height: 45px;
}
#index-body .i-why .grid-box .column .text .tit h2 {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  background: #414141;
  color: #ffffff;
}
#index-body .i-why .grid-box .column .text .tit h2 a {
  font-size: 18px;
}
#index-body .i-why .grid-box .column .text .circle {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  z-index: 9;
  bottom: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: #616161;
  color: #ffffff;
  font-family: roboto-light;
  text-align: center;
}
#index-body .i-why .grid-box .column .text .circle:hover {
  background: #e21a24;
}
#index-body .i-why .grid-box .column:nth-child(3) {
  margin-right: 0;
}
#index-body .i-product {
  padding: 66px 0 0;
}
#index-body .i-product h2.h2 {
  font-size: 36px;
  text-transform: capitalize;
}
#index-body .i-product .grid-box {
  margin-top: 60px;
}
#index-body .i-product .grid-box .column {
  width: 24.625%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}
#index-body .i-product .grid-box .column .img-box {
  position: relative;
}
#index-body .i-product .grid-box .column .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 78%;
  z-index: 99;
  left: 0;
  top: 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;
}
#index-body .i-product .grid-box .column .img-box .layer h3 {
  text-align: center;
}
#index-body .i-product .grid-box .column .img-box .layer h3 a {
  font-size: 24px;
  color: #ffffff;
}
#index-body .i-product .grid-box .column .img-box .layer .fa {
  font-size: 20px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: block;
  margin: 20px auto;
}
#index-body .i-product .grid-box .column .img-box:hover .layer {
  padding-top: 30%;
  background: rgba(255, 255, 255, 0.5);
}
#index-body .i-product .grid-box .column .img-box:hover .layer h3 a {
  font-size: 24px;
  color: #333333;
}
#index-body .i-product .grid-box .column .img-box:hover .layer .fa {
  color: #333333;
  border: 1px solid #333333;
}
#index-body .i-product .grid-box .column:nth-child(4n) {
  margin-right: 0;
}
#index-body .i-news {
  background: #fafafa;
  padding: 113px 0;
}
#index-body .i-news .new-list {
  padding: 0 8%;
  position: relative;
}
#index-body .i-news .new-list .icon {
  position: absolute;
  cursor: pointer;
  width: 50px ;
  height: 50px;
  background: url("../images/left.png") no-repeat center;
  left: 0;
  top: 45%;
}
#index-body .i-news .new-list .right {
  background: url("../images/right.png") no-repeat center;
  left: auto;
  right: 0;
}
#index-body .i-news .new-list .column.i-img {
  width: 45%;
}
#index-body .i-news .new-list .i-text {
  width: 55%;
  padding: 3% 0 0 5%;
}
#index-body .i-news .new-list .i-text h2 {
  font-size: 36px;
  color: #012f5d;
  margin-bottom: 10px;
}
#index-body .i-news .new-list .i-text h3 {
  color: #333333;
  line-height: 35px;
}
#index-body .i-news .new-list .i-text h3 a {
  font-size: 30px;
}
#index-body .i-news .new-list .i-text p {
  color: #666666;
  font-size: 18px;
  padding: 20px 0 35px;
}
#index-body .i-news .new-list .i-text a.more {
  color: #666666;
  text-decoration: underline;
  padding-bottom: 10px;
  font-size: 19px;
  font-family: "Segoe UI";
}
#footer {
  background: url("../images/footer.jpg") no-repeat;
  background-size: cover;
}
#footer a:hover {
  color: #e21a24 !important;
}
#footer .footer-top {
  padding: 66px 0 30px;
}
#footer .footer-top .column {
  width: 19%;
}
#footer .footer-top .i-contact {
  width: 32%;
  padding-right: 3%;
}
#footer .footer-top .i-contact p {
  line-height: 25px;
  margin: 15px 0;
  font-size: 18px;
  color: #ffffff;
}
#footer .footer-top .i-contact p .fa {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
}
#footer .footer-top .i-form {
  width: 30%;
}
#footer .footer-top .i-form p {
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  margin: 10px 0;
}
#footer .footer-top .i-form ul li {
  float: left;
  width: 40%;
}
#footer .footer-top .i-form ul li:nth-child(2) {
  width: 60%;
  padding-left: 2%;
}
#footer .footer-top .i-form input {
  width: 100%;
  background: #ffffff;
  outline: none;
  padding: 13px;
  border: none;
  color: #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#footer .footer-top .i-form input[type="submit"] {
  width: 40%;
  background: #012f5d;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#footer .footer-top .i-form p.icon {
  padding-top: 20px;
}
#footer .footer-top .i-form p.icon .fa {
  font-size: 18px;
  color: #1f619e;
  margin-right: 20px;
}
#footer .footer-top .i-form p.icon .fa-linkedin {
  color: #1ea1f3;
}
#footer .footer-top .i-form p.icon .fa-twitter {
  color: #be7e1e;
}
#footer .footer-top .i-form p.icon .fa-instagram {
  color: #fedd6b;
}
#footer .footer-top h2 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .footer-top ul li {
  line-height: 28px;
  text-transform: uppercase;
}
#footer .footer-top ul li a {
  color: #ffffff;
}
#footer .footer-bottom {
  border-top: 1px solid #555555;
  padding: 10px 0 30px;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #ffffff;
  font-size: 14px;
}

.inner-banner {
    position: relative;
    font-family: poppins-regular;
    padding-top: 140px;
    height: 338px;
    background: url("../images/inner-banner.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.inner-banner .inner-tit {
    color: #fff;
    font-size: 3rem;
    text-transform: capitalize;
    font-family: poppins-regular;
}
.inner-banner .bread-crumbs {
    font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #0d73c5;
}
.inner-banner #bdt-header-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sideBar {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    background: #333333;
}
.sideBar .inner-main-tit {
    line-height: 61px;
    color: #fafafc;
    font-size: 1.6rem;
    text-transform: capitalize;
}
.sideBar .side-menu {
    position: relative;
    padding-top: 27px;
    cursor: pointer;
    height: 61px;
}
.sideBar .side-menu span.line {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    display: block;
    width: 14px;
    height: 1px;
    background: #fff;
    margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
    transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    margin-bottom: -1px;
    margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
    transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
    display: none;
}
.sideBar .side-menu .cat-list {
    position: absolute;
    right: 0;
    top: 100%;
    background: #f7f7f7;
    width: 184px;
    display: none;
    z-index: 103;
}
.sideBar .side-menu .cat-list li {
	font-size: 16px;
	position:relative;
}
.sideBar .side-menu .cat-list li .children{
	position:absolute;
	width:100%;
	right:100%;
	top:0;
	display:none;
	z-index:9999;
	background: #f7f7f7;
}
.sideBar .side-menu .cat-list li:hover .children{
	display:block;
}
.sideBar .side-menu .cat-list li a {
    display: block;
    line-height: 35px;
    color: #101010;
    padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
    color: #fff;
    background: #e51515;
}
.inner-page {
    font-family: poppins-regular;
}
.inner-page p {
    color: #3a3a3a;
    line-height: 30px;
}
.about-page .a-tit h3 {
    color: #363636;
    font-family: poppins-regular;
    font-size: 2.857rem;
}
.about-page .a-tit p {
    color: #363636;
    margin-top: -6px;
}
.about-page .about-artical {
    padding: 51px 0 63px;
    background: #fafafc;
}
.about-page .about-artical .con-box {
    margin-top: 53px;
}
.about-page .about-artical .con-box img {
    margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
    margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
    position: relative;
    display: block;
}
.about-page .a-factory .swiper-slide > a:after {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.about-page .a-culture {
    padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
    margin-bottom: 95px;
}
.about-page .i-network {
    background-image: url("../images/a-network-bg.jpg");
    padding-top: 155px;
}
.about-page .i-network .con-box {
    margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
    color: #fff;
}
.about-page .i-network .tit {
    color: #389dee;
}
.about-page .i-network .add-sale {
    max-width: 630px;
    font-size: 1.1423rem;
    margin-top: 14px;
}
.about-page .a-whyUs {
    padding: 118px 0 50px;
    background: #fafafc;
}
.about-page .a-whyUs .why-list {
    margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
    margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    width: 116px!important;
    height: 116px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #676767;
    background-repeat: no-repeat;
    background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
    width: 78.65%!important;
    padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
    color: #6a6a6a;
    font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
    font-size: 1.1428rem;
    margin-top: 12px;
    padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
    background-color: #0d73c5;
    border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
    background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
    background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
    background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
    background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
    background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
    background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
    background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
    background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
    background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
    background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
    background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
    background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
    padding: 20px 0 60px;
    background: #fafafc;
}
.product-page .pro-list {
    padding: 0;
}
.m-page {
    text-align: center;
    padding: 45px 0;
    font-size: 1rem;
    margin-top: 40px;
}
.m-page span, .m-page a {
    margin: 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-image: -moz-linear-gradient(top, #575e63, #404549);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #575e63, #404549);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
    /* IE*/
    color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
    /* IE*/
}
.prodet-page .pro-main-tit {
    color: #2d2d2d;
    font-family: poppins-regular;
    font-size: 2.357rem;
    margin-bottom: 57px;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: #fafafc;
}
.prodet-page .det-head .pro-pic {
    width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
    width: 100%;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 11.25%!important;
    width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 2.357rem;
    font-family: poppins-regular;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 1.4286rem;
    font-family: poppins-regular;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 70px 0 92px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 1.4286rem;
    display: block;
    position: relative;
    background: #fff;
    max-width: 456px;
    line-height: 38px;
    padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
    position: absolute;
    right: 9px;
    top: 1px;
    font-size: 1.5rem;
    color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #e51515;
    color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 8px;
    border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
    padding: 85px 0 153px;
    background: #fff;
}
.prodet-page .det-fot {
    padding: 76px 0 90px;
    background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
    margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
    padding: 0;
    margin-top: 50px;
}
.prodet-page .det-body .con img{
	width:auto;
}
.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 .new-pic{
 width: 35%;
 padding-right: 4%;
}
.news-page .new-list li .new-con{
  width: 65%;
}
.news-page .new-list li:last-child {
    margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
    height: 48px;
    overflow: hidden;
    display: block;
    line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
    color: #e51515;
}
.news-page .new-list li .new-con .abst {
    color: #777777;
    line-height: 27px;
    margin: 20px 0 25px;
}
.news-page .new-list li .new-con .abst a {
    color: #e51515;
}
.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 {
    font-family: lato-regular;
}
.newdet-page .news {
    padding: 50px 0 60px!important;
    color: #777777;
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #222;
}
.newdet-page .news .news_date {
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px solid #555;
    padding: 10px 0;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #555;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #555;
    padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #555;
    font-size: 14px;
    line-height: 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 .c-info {
    padding: 98px 0 110px;
    background: #fafafc;
}
.contact-page .c-info img{
  width: 150px;
  margin-top: 20px;
}
.contact-page .c-info .c-tit h3 strong{
    color: #2d2d2d;
    font-family: poppins-regular;
    font-size: 2.714rem;
}
.contact-page .c-info .c-tit p {
    margin-top: -7px;
}
.contact-page .c-info .clist {
    margin-top: 42px;
    color: #2d2d2d;
    line-height: 36px;
    font-size: 1.4285rem;
    position: relative;
}
.contact-page .c-info .clist i {
    display: block;
    margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
    position: absolute;
    right: 1rem;
    bottom: 0;
    width: 145px;
    padding: 5px;
    background: #e9e9e9;
}
.faq-page .faq-list {
    padding: 88px 0 115px;
}
.faq-page .faq-list dt {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding: 16px 30px 14px;
    background-color: #343434;
    font-size: 18px;
    cursor: pointer;
    color: #9e9e9e;
    margin-bottom: 12px;
    transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
    background: #e51515;
    color: #fff;
}
.faq-page .faq-list dd {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 12px;
    display: none;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.inner-page .pro-list {
    margin-top: 36px;
}
.inner-page .pro-list .column{
  width: 24.5%;
  margin-right: 0.6%;
  margin-bottom: 0.6%;
}
.inner-page .pro-list .column:nth-child(4n){ margin-right: 0; }
/*.inner-page .pro-list .column:last-child{ margin-right: 0; }*/
.inner-page .pro-list .swiper-slide {
    border: 1px solid #f3f3f3;background: #fff;
}
.inner-page .pro-list .swiper-slide .tit {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 1.4rem;
}
.inner-page .pro-list .swiper-slide .tit a {
    color: #2d2d2d;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
    content:'';
    position: absolute;
    top: 49.9%;
    height: 1px;
    width: 25px;
    background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
    left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
    right: 0;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
    width: 48%;
    padding: 25px 35px 15px;
    border: 1px solid #dddddd;
    background: #fff;
}
.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}
.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-family: poppins-regular;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #e00000;
    border: none;
    cursor: pointer;
    color: #fff;
}
.cn-form .btnTjly:hover {
    background: #000;
}
.cn-form .m-form-l {
    width: 49%;
}
.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}
.cn-form .m-form-r {
    width: 49%;
}
.cn-form .m-form-r textarea {
    height: 315px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    font-family: Arial;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cn-form .yzm img {
    width: 19.4%;
    display: inline-block;
}
.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}


.faq-page .faq-list {
  padding: 100px 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
	font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #008cd6;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: 1px solid #000;
  width: 50%;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}


.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;
}

div.wpcf7-mail-sent-ok {
     border: none;
}


.con table{
	width:100% !important;
	border:1px solid #fff;
}
.con table tr td{
	border:1px solid #fff;
	text-align:center !important;
}
.con table tr td p{
	text-align:center !important;
}
.con table tr:nth-child(odd){
	background:#a2d9f7;
}
.con table tr:nth-child(even){
	background:#d3edfa;
}
.con table tr:nth-child(1),.con table tr:nth-child(2),.con table tr:nth-child(3){
	background:#dddfde;
}

.inner-page .sideBar2 {
    color: #fff;
    width: 18%;
    float: left;margin-bottom:50px;
}
.inner-page .sideBar2.side-fixed {
    position: fixed;
    top:0;
    z-index: 99;
    width: 10%;
}
.inner-page .page-rightBar{
  width: 80.5% !important;
  padding-left: 2%;
  float: right;
}
.inner-page .sideBar2 .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: #e21a24;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.inner-page .sideBar2 .side-menu2 {
    border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -ms-border-top-left-radius: 1px;
    -o-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -ms-border-top-right-radius: 1px;
    -o-border-top-right-radius: 1px;
    background: #000;
    padding-bottom: 20px;
}
.inner-page .sideBar2 .side-menu2 li a {
    height: 46px;
    line-height: 46px;
    display: block;
    overflow: hidden;
    color: #fff;
    padding-left: 18px;
}
.inner-page .sideBar2 .side-menu2.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar2 .side-menu2.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 18px;
}
.inner-page .sideBar2 .side-menu2 li{
  position: relative;
}
.inner-page .sideBar2 .side-menu2 li .children{
  position: absolute;
  left: 100%;
  top:0;
  width: 100%;
  z-index: 10;
  background: #ccc;
  display: none;
}
.inner-page .sideBar2 .side-menu2 li:hover .children{
  display: block;
}
.inner-page .sideBar2 .side-menu2 li a:hover, .inner-page .sideBar2 .side-menu2 li a.active {
    background: #3c3c3c;
}
.inner-page .sideBar2 .side-social {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    background: #000;
    padding-left: 18px;
    padding-bottom: 13px;
}
.inner-page .sideBar2 .side-social a {
    margin-right: 2px;
    font-size: 18px;
    text-align: center;
    color: #415263;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #f5f5f5;
}
.inner-page .sideBar2 .side-social a i {
    margin-right: 0;
}
.inner-page .sideBar2 .side-dw {
    margin-top: 8px;
    background: #e21a24;
    line-height: 51px;
    padding-left: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inner-page .sideBar2 .side-dw a {
    color: #fff;
    font-size: 15px;
}
.inner-page .sideBar2 .side-dw i.icon {
    margin-left: 23%;
}

/* add */
#banner{
		position:relative;
	}
	#banner .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/video-layer.png) repeat;
		left:0;
		top:0;
		z-index:8;
}
#banner .text{
	position:absolute;
	left:10%;
	top:16%;
	z-index:9;
	width:50%;
	}
	#banner .text h2{
		font-size:48px; color:#fff; line-height:85px; text-transform:uppercase;
	}
#banner .text h2 span{
		font-size:55px;
	}
	#banner .text p{
		font-size:20px; color:#fff;
	}
	#banner .img{
	position:absolute;
	right:15%;
	top:5%;
	z-index:9;
	}
	#banner .img img{
		width:auto;
	}
.prodet-page .button a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    background: #f5f5f5;
    color: #666;
    font-size: 24px;
    margin-top: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .button a.more .fa{
	margin-right:5px;
}
.prodet-page .button a.more:hover{
	background: #0074c4;
	color: #ffffff;
}
span.message {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    background: #f5f5f5;
    color: #666;
    font-size: 24px;
    margin-top: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 15px;
    cursor: no-drop;
    opacity: .3;
}
span.message.active .fa{
	margin-right: 10px;
}
span.message.active {
    cursor: pointer;
    opacity: 1;
    background: #0074c4;
    color: #fff;
}

@media screen and (max-width: 1700px) {
#banner .img {
    width: 17%;    top: 10%;
}
	#banner .text h2 {
    font-size: 36px;
    line-height: 50px;
}
}
@media screen and (max-width: 1470px) {
  .container {
    width: 1230px;
  }
	#banner .banner-list {
    position: relative;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0px 20px;
  }
	
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  
  #banner .banner-list .grid-box .column h2 {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    position: relative;
  }
  #index-body .i-product .grid-box .column {
    width: 49.625%;
  }
  #index-body .i-product .grid-box .column:nth-child(2n) {
    margin-right: 0;
  }
  #index-body .i-news .new-list .column {
    width: 100% !important;
  }
  #index-body .i-news .new-list .i-text h3 a {
    font-size: 24px;
  }
  .prodet-page .det-head .pro-pic {
    width: 100%!important;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 0%!important;
    width: 100%!important;
}
	.inner-page .sideBar2 {
    width: 100%;
}
	.inner-page .page-rightBar {
    width: 100% !important;
    padding-left: 0%;
}
.inner-page .sideBar2 .side-menu2 li .children {
    display:none;
}
	#banner .text {
    top: 9%;
}
	#banner .img {
    width: 25%;
}
	#banner .text h2 {
    font-size: 18px;
    line-height: 25px;
}
	#banner .text p {
    font-size: 16px;
    color: #fff;
}
	#banner .text p {
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .banner-list .banner-tit p {
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    float: none;
  }
  #banner .banner-list .grid-box .column {
    width: 50%;
  }
  #banner .banner-list .grid-box {
    background: url(../images/banner-list-img_03.jpg) no-repeat;
    background-size: cover;
  }
	#banner .text {
    top: 7%;
}
	#banner .text p {
		display:none;
}
  #index-body .i-why {
    background: #f9f9f9;
    padding: 38px 0 37px;
  }
  #index-body .i-why div.p p {
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    text-align: center;
  }
  #index-body .i-product h2.h2 {
    font-size: 30px;
    text-transform: capitalize;
  }
  #index-body .i-why .grid-box .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #index-body .i-product .grid-box .column .img-box .layer h3 a {
    font-size: 16px;
  }
  #index-body .i-product .grid-box .column .img-box .layer {
    padding-top: 13%;
  }
  #index-body .i-product .grid-box .column .img-box .layer .fa {
    font-size: 14px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .i-news .new-list .i-text h2 {
    font-size: 25px;
  }
  #index-body .i-news .new-list .i-text h3 a {
    font-size: 16px;
  }
  #footer .footer-top .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .mlztx{
  display: none;
}

.i-product .i-product-list ul li {
    display: none;
    width: 48%;
  }
.i-product .i-product-list ul li:nth-child(2n) {
    margin-right: 0;
  }
.i-product .i-product-list ul li:nth-child(1),
.i-product .i-product-list ul li:nth-child(2),
.i-product .i-product-list ul li:nth-child(3),
.i-product .i-product-list ul li:nth-child(4) {
    display: block;
  }
  #index-body .i-product .ul ul li {
    margin: 0 10px;
  }
  #index-body .i-form .column ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  #index-body .i-product .i-product-list ul li .img-box2 .text h3 {
    font-size: 15px;
  }
  #index-body .i-form .column p {
    font-size: 20px;
  }
  .inner-banner .inner-tit {
    color: #fff;
    font-size: 2rem;
    text-transform: capitalize;
    font-family: poppins-regular;
}
.inner-banner {
    padding-top: 70px;
    height: 200px;}

    .inner-page .pro-list .column {
    width: 49.4%;
    margin-right: 0.6%;
    margin-bottom: 0.6%;
}
.inner-page .pro-list .column:nth-child(2n){
  margin-right: 0;
}
.inner-page .pro-list .column:nth-child(3n){
  margin-right: 0.6%;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    font-size: 1.357rem;
    margin: 10px 0;
}
.prodet-page .det-head .pro-det-one .cname {
    font-size: 1rem;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    font-size: 1rem;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 30px 0 32px;
}
.prodet-page .pro-main-tit {
    font-size: 1.357rem;
    margin-bottom: 30px;
}
.news-page .new-list li .new-pic{
  display: none;
}
.news-page .new-list li .new-con {
    width: 100%;
}
.contact-page .c-info .c-tit h3 strong {
    color: #2d2d2d;
    font-family: poppins-regular;
    font-size: 1.714rem;
}
.contact-page .c-info {
    padding: 38px 0 30px;
    background: #fafafc;
}
.contact-page .c-info img{
  display: none;
}
.contact-page .cn-form {
    width: 100%;
    margin-top: 30px;
}
.cn-form .m-form-l {
    width: 100%;
}
.cn-form .m-form-r {
    width: 100%;
}
.cn-form .m-form-r textarea {
    height: 115px;
    }
.con table {
    display: block !important;
    width: 100% !important;
    overflow-x: scroll;
}
	.side-contact{
		display:none;
	}
	#index-body .i-why .grid-box .column .text {
    height: 180px;
}
}

.quality-dynamics .hidxxx{
	display:none;
}

