@charset "utf-8";
@font-face {
  font-family: 'Rubik-Regular';
  src: url(../fonts/Rubik-Regular.ttf) format('truetype'), url(../fonts/Rubik-Regular.eot) format('eot'), url(../fonts/Rubik-Regular.woff) format('woff'), url(../fonts/Rubik-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Light';
  src: url(../fonts/Rubik-Light.ttf) format('truetype'), url(../fonts/Rubik-Light.eot) format('eot'), url(../fonts/Rubik-Light.woff) format('woff'), url(../fonts/Rubik-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Bold';
  src: url(../fonts/Rubik-Bold.ttf) format('truetype'), url(../fonts/Rubik-Bold.eot) format('eot'), url(../fonts/Rubik-Bold.woff) format('woff'), url(../fonts/Rubik-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url(../fonts/Rubik-Medium.ttf) format('truetype'), url(../fonts/Rubik-Medium.eot) format('eot'), url(../fonts/Rubik-Medium.woff) format('woff'), url(../fonts/Rubik-Medium.woff2) format('woff2');
}
.container {
  width: 1430px;
}
.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;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #e6e7e7;
}
#header .nav {
  position: relative;
  padding: 0 5%;
}
#header .nav .logo {
  padding-top: 10px;
}
#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 {
  position: relative;
  line-height: 108px;
  height: 108px;
}
#header .nav .language span {
  height: 108px;
  display: block;
  cursor: pointer;
  color: #020202;
  font-size: 20px;
}
#header .nav .language .fa {
  margin-right: 10px;
}
#header .nav .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #ff5e14;
  text-align: left;
  z-index: 101;
}
#header .nav .language .sub-menu li {
  line-height: normal;
}
#header .nav .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 108px;
  height: 108px;
  position: relative;
  padding-left: 5%;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 28px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 20px;
  color: #020202;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background: #ff5e14;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ff5e14;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ff5e14;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li.menu-item-65735 .sub-menu{
width: 260px;
}
#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: 14px;
  color: #fff;
  display: block;
  padding: 7px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .h-search {
  height: 108px;
  position: relative;
  padding: 0 20px;
  padding-top: 40px;
}
#header .nav .h-search input {
  width: 250px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #cccccc;
  outline: none;
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
}
#header .nav .h-search input[type="submit"] {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  left: -28px;
  top: 43px;
}
#banner {
  margin-top: 108px;
  position:relative;
}


#banner img{ width:100%;}



#banner .fa{
    font-size:18px;
    position:absolute;
    left:30px;
    top:40%;
    z-index:8;
    color:#fff;
    cursor:pointer;
    width:60px;
    height:60px;
    text-align:center;
    line-height:60px;
    background:rgba(255,255,255,.3);
}
#banner .fa-chevron-right{
    left:auto;
    right:30px;
}
#banner .text{
    position:absolute;
    width:100%;
    top:18%;
    left:0;
    z-index:8;
    
}
#banner h2{
    text-align:center;
    font-size:66px;
    color:#fff;
    font-family: Rubik-Medium;
        text-shadow: 1px 1px 1px #00000054;
        text-transform: uppercase;
}
#banner h3{
    text-align:center;
    font-size:66px;
    color:#ff5e14;
    font-family: Rubik-Medium;
        text-shadow: 1px 1px 1px #00000054;
        text-transform: uppercase;
}
#banner .banner-list .swiper-slide h2 {
  transform: translateY(200px);
  opacity: 0;
  transition: all .2s;
}
#banner .banner-list .swiper-slide h3 {
  transform: translateY(200px);
  opacity: 0;
  transition: all .4s;
}
#banner .banner-list .swiper-slide .text img {
  transform: translateY(200px);
  opacity: 0;
  transition: all .6s;
}
#banner .banner-list .ani-slide h2,
#banner .banner-list .ani-slide h3,
#banner .banner-list .ani-slide .text img {
  transform: translateY(0);
  opacity: 1;
}
#index-body h2.h2 {
  color: #ffffff;
  font-family: poppins-bold;
  text-transform: capitalize;
}
#index-body h2.h2 span {
  /*color: #7fbc31;*/
}
#index-body p.p {
  color: #989898;
}
#index-body h2.h2 {
  font-size: 30px;
  text-align: center;
  color: #1f2b30;
  font-weight: 600;
}
#index-body .i-why {
  padding: 80px 0;
  background: #e6e7e7;
}
#index-body .i-why .grid-box {
  margin-top: 80px;
}
#index-body .i-why .grid-box .column {
  padding: 10px 5%;
  padding-left: 10%;
  border-right: 2px solid #ddd;
  background: url(../images/add.png) no-repeat 13% 3%;
}
#index-body .i-why .grid-box .column h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
}
#index-body .i-why .grid-box .column h3 {
  font-weight: bold;
  font-size: 26px;
}
#index-body .i-why .grid-box .column p {
  font-size: 26px;
}
#index-body .i-why .grid-box .column:nth-child(2) {
  background: url(../images/fa2.png) no-repeat 13% 3%;
}
#index-body .i-why .grid-box .column:nth-child(3) {
  border-right: none;
  background: url(../images/fa3.png) no-repeat 13% 3%;
}
#index-body .h-tit .tit {
  font-size: 75px;
  text-align: center;
  font-family: Rubik-Medium;
  text-transform: uppercase;
}
#index-body .h-tit .p {
  text-align: center;
  font-size: 20px;
  padding: 20px 18%;
  color: #1f2b30;
}
#index-body .h-tit .img img {
  display: block;
  margin: 0 auto;
}
#index-body .i-product {
  padding: 107px 0;
}
#index-body .i-product .prolist {
  margin-top: 120px;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .img-box {
  float: left;
  width: 50%;
      border: 2px solid #e8e8e8;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text {
  float: right;
  padding: 5%;
  width: 50%;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text h2 {
  color: #1f2b30;
  font-size: 29px;
  text-transform: capitalize;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text h2 a {
  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 .prolist .grid-box.two .column .inner-product .text h2 a:hover {
  color: #ff5e14;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text h3 {
  color: #1f2b30;
  font-size: 21px;
  text-transform: uppercase;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text h4 {
  color: #1f2b30;
  font-size: 20px;
  text-transform: uppercase;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text p {
  line-height: 30px;
  font-size: 16px;
}
#index-body .i-product .prolist .grid-box.two .column .inner-product .text a.more {
  text-decoration: underline;
  font-size: 15px;
  margin-top: 70px;
  color: #ff5e14;
  display: block;
  text-transform: capitalize;
}
#index-body .i-product .prolist .grid-box.two .column:nth-child(3) .img-box,
#index-body .i-product .prolist .grid-box.two .column:nth-child(4) .img-box {
  float: right;
}
#index-body .i-product .prolist .grid-box.two .column:nth-child(3) .text,
#index-body .i-product .prolist .grid-box.two .column:nth-child(4) .text {
  float: left;
}
#index-body .i-cat-product {
  padding: 100px 3% 0;
  background: url(../images/cat-bg.jpg) no-repeat top center;
  overflow: hidden;
}
#index-body .i-cat-product .cat-list {
  position: relative;
  margin-bottom: -100px;
}
#index-body .i-cat-product .cat-list .icon {
  width: 30px;
  height: 52px;
  background: url(../images/left.png) no-repeat center;
  position: absolute;
  left: -6%;
  top: 30%;
  z-index: 8;
  cursor: pointer;
}
#index-body .i-cat-product .cat-list .right {
  left: 44%;
  background: url(../images/right.png) no-repeat center;
}
#index-body .i-cat-product .cat-list .grid-box .column {
  width: 40%;
  padding: 4%;
}
#index-body .i-cat-product .cat-list .grid-box .column .img-box img {
  display: block;
  margin: 0 auto;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) {
  padding: 0;
  width: 60%;
  padding-left: 15%;
  padding-bottom: 5%;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h2 {
  font-size: 100px;
  color: #ff5e14;
  text-transform: uppercase;
  font-family: Rubik-Medium;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h3 {
  font-size: 50px;
  font-family: Rubik-Medium;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-right: 20%;
  font-family: Rubik-Light;
}
#index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 175px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  background: #ff5e14;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}
#index-body .i-about {
  padding: 107px 0;
}
#index-body .i-about .i-video {
  margin-top: 80px;
}
#index-body .i-about .i-video .container {
  position: relative;
}
#index-body .i-about .i-video .container .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 48%;
  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%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  cursor: pointer;
  cursor: hand;
}
#index-body .i-about .i-video .container .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
#index-body .i-about .i-video .container .play:after,
#index-body .i-about .i-video .container .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .i-about .i-video .container .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .i-about .i-video .content {
  width: 36%;
  position: absolute;
  right: 5%;
  top: 8%;
}
#index-body .i-about .i-video .content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  text-transform: uppercase;
}
#index-body .i-about .i-video .content h2 span {
  font-weight: bold;
}
#index-body .i-about .i-video .content p {
  line-height: 28px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-family: Rubik-Light;
}
#index-body .i-about .i-video .content a.more {
  display: block;
  width: 185px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  background: #1f2b30;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  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-about .i-video .content a.more:hover {
  background: #fff;
  color: #000000;
}
#index-body .i-about .grid-box {
  padding: 90px 5% 50px;
}
#index-body .i-about .grid-box .column {
  width: 22.33%;
  margin-right: 16.5%;
  cursor: pointer;
}
#index-body .i-about .grid-box .column .img {
  height: 98px;
  margin-bottom: 30px;
}
#index-body .i-about .grid-box .column .img img {
  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-about .grid-box .column h3 {
  font-size: 24px;
  font-family: Rubik-Bold;
}
#index-body .i-about .grid-box .column p {
  line-height: 28px;
  font-size: 18px;
  padding: 10px 0 0;
}
#index-body .i-about .grid-box .column:nth-child(3) {
  margin-right: 0;
}
#index-body .i-about .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-contact {
  padding: 5% 0 4%;
  background: url(../images/contact-bg_02.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-contact h3{
    font-size:28px;
    color:#fff;
}
#index-body .i-contact .column:nth-child(1){
    width:60%;
}
#index-body .i-contact .column:nth-child(2){
    width:40%;
}
#index-body .i-contact .responsibility {
  width: 51%;
  padding: 15px 30px;
  text-align: center;
  display: block;
  font-size: 21px;
  text-transform: capitalize;
  background: #fff;
  float: right;
  margin-right: 5%;
  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-contact .responsibility:hover {
  background: #ff5e14;
  color: #fff;
}
#index-body .i-news {
  padding: 110px 0;
}
#index-body .i-news .new-list {
  margin-top: 90px;
}
#index-body .i-news .new-list .swiper-slide {
  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-news .new-list .swiper-slide .text {
  padding: 20px 0 0;
}
#index-body .i-news .new-list .swiper-slide .text h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
#index-body .i-news .new-list .swiper-slide .text time {
  font-size: 16px;
  font-family: Rubik-Medium;
  text-transform: capitalize;
}
#index-body .i-news .new-list .swiper-slide .text p {
  padding-top: 10px;
  line-height: 28px;
  font-size: 16px;
  font-family: Rubik-Light;
}
#index-body .i-news .new-list .swiper-slide .text h2 a:hover {
  color: #ff5e14;
}
#footer {
  background: url(../images/footer.jpg) no-repeat top center;
  background-size: cover;
}
#footer .f-product ul li{
    display:none;
}
#footer .f-product ul li:nth-child(1),#footer .f-product ul li:nth-child(2),
#footer .f-product ul li:nth-child(3),
#footer .f-product ul li:nth-child(4),#footer .f-product ul li:last-child{
    display:block;
}
#footer a:hover {
  color: #ff5e14 !important;
}
#footer .footer-top {
  padding: 70px 0 10px;
  border-bottom: 1px solid #eeeff045;
}
#footer .footer-top .column {
  width: 20%;
}
#footer .footer-top .column:nth-child(3) {
  width: 40%;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: Rubik-Bold;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  /*text-transform: capitalize;*/
  font-size: 16px;
  color: #fefcfc;
}
#footer .footer-bottom p {
  color: #fefcfc;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 1660px) {
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
  #header .nav .h-search input {
    width: 100px;
  }
}
@media screen and (max-width: 1430px) {
  .container {
    width: 1230px;
  }
  #index-body .i-about .i-video .content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li > a,
  #header .nav .language span {
    font-size: 15px;
  }
  #banner h2,
  #banner h3{
    font-size: 30px;
  }
  #index-body .i-about .i-video .content h2 {
    font-size: 35px;
    line-height: 44px;
  }
  #index-body .i-about .i-video .content p {
    line-height: 26px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .i-video .content h2{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #banner {
    margin-top: 50px;
  }
  #index-body .i-why .grid-box .column h2 {
    font-size: 20px;
  }
  #index-body .h-tit .tit {
    font-size: 40px;
  }
  #index-body .i-why .grid-box .column h3 {
    font-size: 18px;
  }
  #index-body .i-why .grid-box .column p {
    font-size: 16px;
  }
  #index-body .i-about .grid-box .column h3 {
    font-size: 16px;
  }
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h2 {
    font-size: 40px;
  }
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #index-body .i-cat-product {
    padding: 40px 3%;
  }
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-right: 0;
  }
  #index-body .i-cat-product .cat-list {
    position: relative;
    margin-bottom: 0;
  }
  #index-body .i-about .i-video .content p {
    display: none;
  }
  #index-body .i-contact .responsibility {
    width: 48%;
  }
  #banner .swiper-container-horizontal>.swiper-pagination-bullets{
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
    #banner h2,
  #banner h3{
    font-size: 20px;
  }
  #index-body .i-contact h3{
    font-size: 16px;
  }
  #index-body .i-why,
  #index-body .i-product,
  #index-body .i-about,
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body .i-why .grid-box {
    margin-top: 10px;
  }
  #index-body .i-why .grid-box .column {
    width: 50%;
    padding-left: 21%;
    border: none;
  }
  #index-body .i-why .grid-box .column h3 {
    font-size: 16px;
  }
  #index-body .i-why .grid-box .column h2 {
    margin-bottom: 0;
  }
  #index-body .h-tit .tit,
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h2,
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) h3 {
    font-size: 20px;
  }
  #index-body .h-tit .p {
    font-size: 16px;
    padding: 10px 0%;
  }
  #index-body .i-product .prolist {
    margin-top: 10px;
  }
  #index-body .i-product .prolist .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-product .prolist .grid-box.two .column .inner-product .text h2 {
    font-size: 18px;
  }
  #index-body .i-product .prolist .grid-box.two .column .inner-product .text h3 {
    font-size: 16px;
  }
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) p {
    display: none;
  }
  #index-body .i-cat-product .cat-list .grid-box .column:nth-child(2) a.more {
    width: 135px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    font-size: 14px;
  }
  #index-body .i-cat-product .cat-list .right {
    left: 38%;
  }
  #index-body .i-about .grid-box {
    padding: 10px 0%;
  }
  #index-body .i-about .grid-box .column {
    width: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  #index-body .i-about .grid-box .column .img img {
    width: 14%;
  }
  #index-body .i-about .grid-box .column .img {
    height: auto;
    margin-bottom: 10px;
  }
  #index-body .i-contact .responsibility {
    width: 86%;
    font-size: 16px;
  }
  #index-body .i-news .new-list {
    margin-top: 10px;
  }
  #footer .footer-top .column {
    width: 50%;
  }
  .mlztx {
    display: none;
  }
  #footer {
    background: #454444;
  }
  #footer .footer-top {
    margin-bottom: 10px;
  }
  #footer .footer-top h2 {
    font-size: 17px;
  }
  #footer .footer-top .column {
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 30px 0 20px;
  }
  #footer .footer-top ul li {
    line-height: 28px;
    font-size: 14px;
  }
  #footer .footer-bottom p {
    line-height: 28px;
    padding: 0 0;
    text-align: center;
    float: auto;
    width: 100%;
  }
  #footer .footer-top .column,
  #index-body .i-about .grid-box,
  #index-body .i-contact .responsibility{
    display: none;
  }
  #footer .footer-top .column:nth-child(3) {
    width: 100%;
    display: block;
  }
  #index-body .i-product .prolist .grid-box.two .column .inner-product .img-box,
  #index-body .i-product .prolist .grid-box.two .column .inner-product .text,
  #index-body .i-contact .column,
  #index-body .i-contact .column:nth-child(1){
    width: 100%;
  }
  #index-body .i-about .i-video .content h2{
    font-size: 12px;
    line-height: 1.2;
  }
  #index-body .i-about .i-video .content a.more{
    width: 106px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .i-about .i-video .content{
    width: 30%;
  }
  #index-body .i-about .i-video{
    margin-top: 20px;
  }
  #index-body .i-product .prolist .grid-box.two .column .inner-product .text a.more{
    margin-top: 20px;
  }
}

.inner-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 260px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  /*font-family: "POPPINS-MEDIUM";*/
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #ff5e14;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #ff5e14;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
	position:relative;
	z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 15px;
}
.inner-page .text {
  color: #828893;
  font-size: 16px;
      padding-top: 14px;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #ff5e14;
  font-size: 18px;
  text-transform: uppercase;
  /*font-family: "POPPINS-MEDIUM";*/
}
.inner-page h3.title {
  color: #111;
  /*text-transform: capitalize;*/
  font-size: 33px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  /*font-family: "opensans-Regular";*/
	font-weight:bold;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #ff5e14;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .children{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .fa{
  font-size: 20px;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #ff5e14 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a.active{
  background: #ff5e14 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #ff5e14 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #ff5e14;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #ff5e14 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(252, 105, 47, 0.83) none repeat scroll 0 0;
  z-index: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  /*font-family: 'Ubuntu', sans-serif;*/
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ff5e14;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 66%;
  padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-right .shuaipro1 {
  font-size: 26px;
  color:#ff5e14;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-right .shuaipro2 {
  font-size: 15px;
  line-height: 28px;
  padding:2px 0 20px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #ff5e14 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  /*font-family: "POPPINS-MEDIUM";*/
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  text-shadow: 1px 1px 1px #00000054;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #ff5e14 none repeat scroll 0 0;
  border: 2px solid #ff5e14;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  /*text-transform: capitalize;*/
  font-size: 17px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  /*font-family: "POPPINS-MEDIUM";*/
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #ff5e14 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  /*font-family: "POPPINS-REGULAR";*/
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #ff5e14;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .right {
  padding-top: 25px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: none;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 16px;
}
.about-page .about-2 .right .content li i {
  color: #ff5e14;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #ff5e14;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ff5e14;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #ff5e14;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  /*font-family: "POPPINS-REGULAR";*/
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #ff5e14;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #ff5e14;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #ff5e14;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #ff5e14;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  font-size: 16px;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
	display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
	display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul li {
  padding:15px;
}
.news-page .news-list ul {
	margin:-15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #ff5e14 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  /*font-family: "POPPINS-MEDIUM";*/
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 23px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #ff5e14;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #ff5e14;
  border-left: 1px solid #ff5e14;
  font-size: 16px;
  /*font-family: "POPPINS-REGULAR";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}

.newdet-page {
    padding: 50px 0;
}
.newdet-page h3 {
    font-size: 26px;
    line-height: 1.6;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet-page .share h4 {
    font-size: 16px;
    line-height: 30px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #99cc33;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #ff5e14 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #ff6d34 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  /*font-family: "POPPINS-MEDIUM";*/
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*text-transform: capitalize;*/
}
.product-page .product-list ul li .box .content h3:hover {
  color: #ff5e14;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ff5e14;
  white-space: nowrap;
  text-overflow: ellipsis;
      padding-bottom: 10px;
  overflow: hidden;
  /*text-transform: capitalize;*/
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ff5e14;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ff5e14;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #ff5e14;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left .four ul .slick-current li a {
	border-color:#ff5e14;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right h1.title {
  font-size: 34px;
  text-transform: capitalize;
      line-height: 40px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /*font-family: "POPPINS-REGULAR";*/
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #ff5e14;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  /*font-family: "POPPINS-MEDIUM";*/
  color: #ff5e14;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #ff5e14;
  color: white;
  padding: 0 25px;
  font-size: 16px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #ff5e14;
  font-size: 18px;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
  word-break: break-word;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #ff5e14;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ff5e14;
  white-space: nowrap;
  text-overflow: ellipsis;
      padding-bottom: 10px;
  overflow: hidden;
  text-transform: capitalize;
  /*font-family: "POPPINS-REGULAR";*/
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ff5e14;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ff5e14;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #ff5e14;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box img {
  width: 100%;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  /*font-family: "POPPINS-MEDIUM";*/
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #ff5e14;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {  
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-list ul li{
    width: 100%!important;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li{
    width: 100% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  .gallery-page .gallery-list ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}

.swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullet-active{
  background: #ff5e14 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 38px !important;
}




/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:4px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:4px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#ff5e14;
	border:1px solid #ff5e14;
}
.pagination a.page-num-current {
	color:#fff;
	background:#ff5e14;
	border:1px solid #ff5e14;
}
/* ----- PB分页数字条效果 结束 ----- */