@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Impact';
  src: url(../fonts/Impact.ttf) format('truetype'), url(../fonts/Impact.eot) format('eot'), url(../fonts/Impact.woff) format('woff'), url(../fonts/Impact.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'poppins-regular', Arial, 'microsoft yahei', SimSun, Sans-serif;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-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;
}
.container {
  width: 1400px;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 5000;
  padding: 40px 80px;
}
#header .h-top .menu-bott {
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
#header .h-top .menu-bott p {
  vertical-align: top;
  text-transform: uppercase;
  margin-top: -5px;
  color: #fff
}
#header .toggle-nav {
  position: fixed;
  right: -340px;
  top: 0;
  padding-top: 120px;
  padding-left: 20px;
  width: 340px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 300ms;
  z-index: 998;
}
#header .toggle-nav.open {
  right: 0;
}
#header .toggle-nav .menu > li {
  padding: 0px 15px;
}
#header .toggle-nav .menu > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  transition: 300ms;
  font-size: 18px;
  padding: 5px 0px;
  transition: 0.5s ease;
}
#header .toggle-nav .menu > li > a:hover {
  padding-left: 5px;
}
#header .toggle-nav .menu li{position: relative;}
#header .toggle-nav .menu li .sub-menu{display: none!important;}
#header .toggle-nav .menu li:hover .sub-menu{display: block!important;}
#header .toggle-nav .menu li .sub-menu li {position: relative;padding: 10px}
#header .toggle-nav .menu li .sub-menu li .sub-menu{display: none!important;width: 180px;position: absolute;top: 0;right: 100%;background: #fff}
#header .toggle-nav .menu li .sub-menu li a{transition: 0.5s ease;}
#header .toggle-nav .menu li .sub-menu li a:hover{transform: translateX(10px);}
#header .toggle-nav .menu li .sub-menu li .sub-menu li a{color: #000;}
#header .toggle-nav .menu li .sub-menu li:hover .sub-menu{display: block!important;}
#header .toggle-nav .menu > li .sub-menu > li > a {
  display: block;
  color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
#header .toggle-nav .search-box2 {
  padding: 15px;
}
#header .toggle-nav .search-box2 input {
  width: 80%;
  height: 40px;
  border: none;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  background-color: #ccc;
}
#header .toggle-nav .search-box2 button {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #333;
}
#header .toggle-nav .search-box2 button i {
  font-size: 18px;
  color: #fff;
}
#header .toggle-nav .h-lan2 {
  padding: 10px;
}
#header .toggle-nav .h-lan2 .title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
}
#header .toggle-nav .h-lan2 .link {
  display: flex;
  justify-content: space-around;
}
#header .toggle-nav .h-lan2 .link a {
  color: #fff;
  font-size: 16px;
}
#banner {
  position: relative;
}
#banner .banner-box {
  position: relative;
}
#banner .banner-box .ban-text {
  position: absolute;
  width: 50%;
  left: 0px;
  text-align: right;
  top: 40%;
  padding-right: 25px;
}
#banner .banner-box .ban-text h3 {
  font-family: 'Impact';
  font-size: 93px;
  color: #fff;
  text-transform: uppercase;
}
#banner .banner-box:after {
  content: '';
  width: 50%;
  height: 100%;
  background: url("../images/banner-aft-bg.png") no-repeat center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
  background-size: cover;
}
#banner .bott {
  position: absolute;
  top: 45%;
  margin-top: -20px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 28px;
  z-index: 10;
  box-shadow: 0 0 8px 0 #999999;
  -webkit-box-shadow: 0 0 8px 0 #999999;
  -moz-box-shadow: 0 0 8px 0 #999999;
  -ms-box-shadow: 0 0 8px 0 #999999;
  -o-box-shadow: 0 0 8px 0 #999999;
}
#banner .ban-button-prev {
  left: 40px;
}
#banner .ban-button-next {
  right: 40px;
}
#index-body .i-about {
  background: url("../images/about-bg.jpg") no-repeat center #24272e;
  padding: 150px 0px;
}
#index-body .i-about .about-text-box {
  padding-right: 45px;
}
#index-body .i-about .about-text-box .tit {
  margin-bottom: 45px;
}
#index-body .i-about .about-text-box .tit h4 {
  font-size: 48px;
  font-family: 'Impact';
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}
#index-body .i-about .about-text-box .tit h3 {
  font-family: 'Impact';
  font-size: 100px;
  color: #498eff;
  text-transform: uppercase;
  line-height: 1em;
}
#index-body .i-about .about-text-box .tit p {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Impact';
}
#index-body .i-about .about-text-box .text p {
  color: #929397;
  font-size: 16px;
  line-height: 1.8em;
}
#index-body .i-about .about-text-box .text .more {
  width: 240px;
  line-height: 80px;
  background-color: #498eff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin-top: 55px;
}
#index-body .i-about .about-text-box .text .more:hover {
  background-color: #000;
}
#index-body .i-about .about-tu-box {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#index-body .i-about .about-tu-box:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 20px solid #498eff;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: 1;
}
#index-body .i-about .about-tu-box .tu {
  position: relative;
  z-index: 2;
}
#index-body .i-application {
  position: relative;
  background-color: #498eff;
}
#index-body .i-application .tit-box {
  font-family: 'Impact';
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -67px;
}
#index-body .i-application .tit-box h3 {
  font-size: 85px;
  color: #498eff;
  line-height: 0.8em;
}
#index-body .i-application .tit-box h4 {
  font-size: 85px;
  color: #24272e;
  line-height: 0.75em;
}
#index-body .i-application .tit-bg {
  font-size: 235px;
  font-family: 'Impact';
  color: #649cff;
  text-align: center;
  line-height: 0.8em;
  margin-bottom: 48px;
}
#index-body .i-application .pro-t-bg {
  line-height: 1em;
  margin-bottom: 0px;
}
#index-body .i-application .app-list {
  margin-bottom: 40px;
}
#index-body .i-application .app-list .app-box {
  width: 30%;
  float: left;
  margin-right: 5%;
}
#index-body .i-application .app-list .app-box .tu img {
  width: 100%;
}
#index-body .i-application .app-list .app-box .tu img:nth-of-type(2) {
  display: none;
}
#index-body .i-application .app-list .app-box .tu:hover img:nth-of-type(1) {
  display: none;
}
#index-body .i-application .app-list .app-box .tu:hover img:nth-of-type(2) {
  display: block;
}
#index-body .i-application .app-list .app-box .text {
  background-color: #1d1f25;
  padding: 25px 45px;
  color: #fff;
}
#index-body .i-application .app-list .app-box .text span {
  font-size: 18px;
  font-family: 'Impact';
  color: #498eff;
}
#index-body .i-application .app-list .app-box .text h3 {
  font-family: 'Impact';
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  -webkit-line-clamp: 1;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-application .app-list .app-box .text p {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  color: #8c8d8f;
  font-family: 'Arial';
  
 -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-application .app-list .app-box .text .more {
  margin-top: 25px;
  display: inline-block;
  width: 190px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: url("../images/app-more.png") no-repeat 160px #498eff;
  transition: 0.5s ease;
}
#index-body .i-application .app-list .app-box .text .more:hover{
  background: url("../images/app-more.png") no-repeat 160px #383838;
}
#index-body .i-application .app-list .app-box:nth-of-type(3n) {
  margin-right: 0px;
}
#index-body .i-product {
  background-color: #24272e;
  position: relative;
}
#index-body .i-product .pro-swiper {
  overflow: initial;
}
#index-body .i-product .pro-swiper:after {
  content: '';
  width: 38%;
  height: 112%;
  position: absolute;
  top: -6%;
  bottom: -6%;
  z-index: 10;
  left: 31%;
  border: solid 30px #fff;
}
#index-body .i-product .swiper-container .swiper-slide-next{
  position: relative;
  z-index: 999;
}
#index-body .i-product .pro-swiper .pro-box {
  text-align: center;
  padding: 85px 0px 35px;
}
#index-body .i-product .pro-swiper .pro-box .pro-tu {
  margin-bottom: 60px;
}
#index-body .i-product .pro-swiper .pro-box h3 {
  display: none;
}
#index-body .i-product .pro-swiper .pro-box h3 a {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .pro-swiper .swiper-slide-next .pro-box h3 {
  display: inline-block;
}
#index-body .i-product .bott {
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding-top: 25px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
}
#index-body .i-product .pro-button-prev {
  left: 75px;
}
#index-body .i-product .pro-button-next {
  right: 75px;
}
#index-body .i-news {
  background-color: #1d1f25;
  padding: 100px 0px;
}
#index-body .i-news .tit {
  font-family: 'Impact';
  margin-bottom: 55px;
}
#index-body .i-news .tit h3 {
  font-size: 72px;
  color: #498eff;
  text-transform: uppercase;
  line-height: 1em;
}
#index-body .i-news .tit h4 {
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
}
#index-body .i-news .news-swiper .news-box .news-text {
  background-color: #1d1f25;
  margin: -25px 28px 0px;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 60px 10px 0px;
}
#index-body .i-news .news-swiper .news-box .news-text .date {
  padding: 7px 10px 7px 35px;
  background: url("../images/date.png") no-repeat 10px #498eff;
  position: absolute;
  left: 30px;
  top: -15px;
}
#index-body .i-news .news-swiper .news-box .news-text h3 {
  margin-bottom: 15px;
}
#index-body .i-news .news-swiper .news-box .news-text h3 a {
  font-size: 24px;
  font-family: 'Impact';
  color: #498eff;
}
#index-body .i-news .news-swiper .news-box .news-text p {
  color: #86888b;
  line-height: 1.7em;
}
#index-body .i-news .news-swiper .news-box .news-text .more {
  color: #498eff;
  border-bottom: solid 1px #498eff;
  margin-top: 15px;
  display: inline-block;
}
#footer .foo-top {
  background-color: #17191e;
  color: #fff;
  padding: 110px 0px 55px;
  position: relative;
}
#footer .foo-top .col-box .col {
  float: left;
}
#footer .foo-top .col-box .col h3 {
  font-size: 24px;
  font-family: 'Impact';
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .foo-top .col-box .col a:hover {
  color: #498eff;
}
#footer .foo-top .col-box .col1 {
  width: 40%;
}
#footer .foo-top .col-box .col1 .logo-box {
  margin-bottom: 25px;
}
#footer .foo-top .col-box .col1 p {
  padding-left: 22px;
  margin-bottom: 15px;
  font-size: 16px;
}
#footer .foo-top .col-box .col1 p:nth-of-type(1) {
  background: url("../images/foo1.png") no-repeat left;
}
#footer .foo-top .col-box .col1 p:nth-of-type(2) {
  background: url("../images/foo2.png") no-repeat left;
}
#footer .foo-top .col-box .col1 p:nth-of-type(3) {
  background: url("../images/foo3.png") no-repeat left;
}
#footer .foo-top .col-box .col1 p:nth-of-type(4) {
  background: url("../images/foo4.png") no-repeat left 5px;
}
#footer .foo-top .col-box .col2 {
  width: 30%;
  padding-right: 40px;
}
#footer .foo-top .col-box .col2 a {
  display: block;
  background: url("../images/foo5.png") no-repeat left;
  font-size: 16px;
  padding: 7px 0px 7px 28px;
  border-bottom: solid 1px #2f3035;
  transition: 0.5s ease;
}
#footer .foo-top .col-box .col3 {
  width: 30%;
  padding-right: 40px;
}
#footer .foo-top .col-box .col3 a {
  display: block;
  background: url("../images/foo5.png") no-repeat left;
  font-size: 16px;
  padding: 7px 0px 7px 28px;
  border-bottom: solid 1px #2f3035;
}
#footer .foo-top .col-box .col3 .lj-box {
  margin-top: 25px;
}
#footer .foo-top .col-box .col3 .lj-box a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: none;
  padding: 8px 0px 0px;
  margin-right: 5px;
}
#footer .foo-top .col-box .col3 .lj-box a:nth-of-type(1) {
  background-color: #3c5a9a;
}
#footer .foo-top .col-box .col3 .lj-box a:nth-of-type(2) {
  background-color: #009944;
}
#footer .foo-top .col-box .col3 .lj-box a:nth-of-type(3) {
  background-color: #0173b2;
}
#footer .foo-top .hover-top {
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 35px;
  background-color: #498eff;
  position: absolute;
  bottom: 0px;
  right: 75px;
  cursor: pointer;
}
#footer .foo-bottom {
  padding: 15px 0px;
  background-color: #498eff;
}
#footer .foo-bottom a {
  display: inline-block;
  margin: 0px 5px;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    width: 970px;
  }
  #index-body .i-about .about-text-box .tit {
    margin-bottom: 25px;
  }
  #index-body .i-about .about-text-box .tit h3 {
    font-size: 90px;
  }
  #index-body .i-about .about-text-box .tit p {
    font-size: 24px;
  }
  #index-body .i-application .tit-bg {
    font-size: 180px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #banner .banner-box .ban-text h3 {
    font-size: 64px;
  }
  #index-body .i-about {
    padding: 80px 0px;
  }
  #index-body .i-about .about-text-box .tit h4 {
    font-size: 40px;
  }
  #index-body .i-about .about-text-box .tit h3 {
    font-size: 66px;
  }
  #index-body .i-about .about-text-box .text p {
    font-size: 14px;
    line-height: 1.5em;
  }
  #index-body .i-about .about-text-box .text .more {
    width: 150px;
    line-height: 45px;
    margin-top: 20px;
    font-size: 14px;
  }
  #index-body .i-application .tit-box {
    top: -50px;
  }
  #index-body .i-application .tit-box h3 {
    font-size: 65px;
  }
  #index-body .i-application .tit-box h4 {
    font-size: 65px;
  }
  #index-body .i-application .tit-bg {
    font-size: 140px;
  }
  #index-body .i-application .app-list .app-box .text {
    padding: 10px 15px;
  }
  #index-body .i-application .app-list .app-box .text h3 {
    font-size: 24px;
  }
  #index-body .i-application .app-list .app-box .text .more {
    width: 160px;
    line-height: 45px;
    background: url(../images/app-more.png) no-repeat 130px #498eff;
  }
  #index-body .i-product .pro-swiper .pro-box {
    padding: 15% 15% 35px;
  }
  #index-body .i-product .pro-swiper .pro-box .pro-tu {
    margin-bottom: 30px;
  }
  #index-body .i-product .pro-swiper .pro-box h3 a {
    font-size: 14px;
  }
  #index-body .i-product .pro-swiper:after {
    border: solid 15px #fff;
  }
  #index-body .i-product .bott {
    width: 50px;
    height: 50px;
    padding-top: 15px;
  }
  #index-body .i-news {
    padding: 70px 0px;
  }
  #index-body .i-news .tit h3 {
    font-size: 60px;
  }
  #index-body .i-news .tit h4 {
    font-size: 60px;
  }
  #index-body .i-news .news-swiper .news-box .news-text {
    margin: 0px;
    padding: 25px 10px 0px;
  }
  #index-body .i-news .news-swiper .news-box .news-text .date {
    left: 0px;
  }
  #index-body .i-news .news-swiper .news-box .news-text h3 a {
    font-size: 16px;
  }
  #index-body .i-news .news-swiper .news-box .news-text p {
    line-height: 1.5em;
  }
  #footer .foo-top .hover-top {
    width: 60px;
    height: 60px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  #banner .banner-box .ban-text h3 {
    font-size: 24px;
  }
  #banner .bott {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  #banner .ban-button-prev {
    left: 10px;
  }
  #banner .ban-button-next {
    right: 10px;
  }
  #index-body .i-about .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-about .about-text-box {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  #index-body .i-about .about-text-box .tit h4 {
    font-size: 36px;
  }
  #index-body .i-about .about-text-box .tit h3 {
    font-size: 46px;
  }
  #index-body .i-about .about-text-box .tit p {
    font-size: 18px;
  }
  #index-body .i-about .about-tu-box .tu {
    padding-right: 50px;
  }
  #index-body .i-about .about-tu-box:after {
    width: 90%;
    right: 0px;
    border: 10px solid #498eff;
  }
  #index-body .i-application .tit-bg {
    font-size: 64px;
  }
  #index-body .i-application .tit-box {
    top: -33px;
  }
  #index-body .i-application .tit-box h3 {
    font-size: 44px;
  }
  #index-body .i-application .tit-box h4 {
    font-size: 44px;
  }
  #index-body .i-application .app-list .app-box {
    width: 49%;
    margin-right: 2%;
  }
  #index-body .i-application .app-list .app-box .text .more {
    width: 140px;
    background: url(../images/app-more.png) no-repeat 100px #498eff;
  }
  #index-body .i-application .app-list .app-box:nth-of-type(2) {
    margin-right: 0px;
  }
  #index-body .i-application .app-list .app-box:nth-of-type(3) {
    display: none;
  }
  #index-body .i-product .bott {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  #index-body .i-product .pro-button-next {
    right: 30px;
  }
  #index-body .i-product .pro-button-prev {
    left: 30px;
  }
  #index-body .i-product .pro-swiper:after {
    border: solid 5px #fff;
  }
  #index-body .i-product .pro-swiper .pro-box {
    padding: 5% 5% 15px;
  }
  #index-body .i-product .pro-swiper .pro-box .pro-tu {
    padding: 15px;
    margin-bottom: 0px;
  }
  #index-body .i-product .pro-swiper .pro-box h3 a {
    font-size: 12px;
  }
  #index-body .i-news {
    padding: 50px 0px;
  }
  #index-body .i-news .tit {
    margin-bottom: 20px;
  }
  #index-body .i-news .tit h3 {
    font-size: 40px;
  }
  #index-body .i-news .tit h4 {
    font-size: 40px;
  }
  #index-body .i-news .news-swiper .news-box .news-text h3 {
    margin-bottom: 5px;
  }
  #index-body .i-news .news-swiper .news-box .news-text h3 a {
    font-size: 14px;
  }
  #index-body .i-news .news-swiper .news-box .news-text p {
    font-size: 12px;
    line-height: 1.4em;
  }
  #footer .foo-top {
    padding: 50px 0px 55px;
  }
  #footer .foo-top .hover-top {
    width: 45px;
    height: 45px;
    padding-top: 15px;
  }
  #footer .foo-top .col-box .col {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .foo-top .col-box .col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #footer .foo-top .col-box .col1 p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer .foo-top .col-box .col2 a {
    font-size: 14px;
  }
  #footer .foo-top .col-box .col3 a {
    font-size: 14px;
  }
  #footer .foo-bottom a {
    font-size: 14px;
  }
}


.inner-banner {
    position: relative;
    padding-top: 130px;
    height: 300px;
    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: 28px;
    text-transform: capitalize;
}
.inner-banner .bread-crumbs {
    font-size: 14px;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #2b6ccd;
}
.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: #383838;
}
.sideBar .inner-main-tit {
    line-height: 61px;
    color: #fafafc;
    font-size: 18px;
    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 .m-tit{
  position: absolute;
  right: -45px;
    top: 22px;
  color: #fff;
}
.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: 204px;
    display: none;
    z-index: 103;
}

.sideBar .menuTitle{margin: 22px 10px;color: #ffffff}
.sideBar a, .bread-crumbs a {
    transition: 0.3s ease;
}
.sideBar .side-menu .cat-list li {
    font-size: 16px;
    position: relative;
}
.sideBar .side-menu .cat-list li .children{
  position: absolute;
  left: -140%;
  top: 0;
  width: 140%;
  z-index: 10;
  background: #f7f7f7;
  display: none;
}
.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: #2b6ccd;
}
.inner-banner {
	padding-top:80px;
}
.m-page {
	text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #0c5b9d;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #0c5b9d;
  color: white;
}
.inner-page div#nav {
  border-bottom: 1px solid #d7d7d7;
	background:none;
	padding:0;
}
.inner-page div#nav ul.ui {
  margin:0;
	position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 14px;
  color: #858586;
  line-height: 60px;
  width:25%;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  background: #2b6ccd;
  color: white;
}
.inner-page div#nav ul.ui li ul {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#f9f9f9;
	z-index:1;
	display:none;
	margin-top:0;
	border:1px solid #ccc;
	border-top:none;
}
.inner-page div#nav ul.ui li ul li {
	line-height:45px;
	font-size:12px;
	border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
	border-left:none;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.about-page .a-txt p i {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box h1 span{font-size: 24px;font-weight: 700;}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 50px 0 80px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
/*.product-page {
  background: #f6f7f9;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #0c5b9d;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #0c5b9d;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: Icons;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #ff1a2a;
}
.product-page .init-4 {
  padding: 40px 0;
}*/
.product-page {
  background: #f6f7f9;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}



.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #383838 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li:nth-child(1){display: block;}
.product-page .init-2 ul li{display: none;}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 a{
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  transition: 0.5s ease;
}
.product-page .init-2 ul li .right h2 a:hover {
  color: #0c5b9d;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 20px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  width: 23%;
  padding: 10px;
  margin:10px 2% 10px 0;
  border-radius: 5px;
  background: white;
  font-size: 14px;
  color: #000000;
  font-weight: bolder;
  text-align: center;
  transition: 0.5s ease;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #0c5b9d;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: Icons;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "<";font-size: 38px;left: 45%
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: ">";font-size: 38px;left:55%;
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
	margin: 0 auto;
	display:block;
	padding:15px;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #7b8393;
  text-align: center;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #2b6ccd;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: Icons;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #0c5b9d;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 50%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 15px;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
}
.prodet-page .init-2 .prodet-title {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
	line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #0c5b9d;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #0c5b9d;
  color: white;
  border-color: #0c5b9d;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #0c5b9d;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0c5b9d;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #0c5b9d;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: Icons;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #0c5b9d;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.m-page {
    text-align: center;
    margin: 45px 0;
    font-size: 1rem;
}
.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-size: 28px;
    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 a{
	 border:1px solid #999999;
	 display: inline-block;
	 width: 100%;
	 height: auto;
}
.prodet-page .det-head .pro-pic img {
    width: 50%;
    margin: 10% 25%;
   
}
.prodet-page .det-head .pro-det-one {
    padding-left: 7%!important;
    width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 24px;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 16px;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin-top: 30px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 16px;
    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 .fa {
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 20px;
    color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #1960ad;
    color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery{
	margin: 30px 0;
}
.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 #999999;
}
.prodet-page .det-body {
    padding: 60px 0 90px;
    background: #fff;
}
.prodet-page .det-body table td {
    padding: 5px 10px;
}
.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;
}
.news-page .new-list {
    padding-top: 78px!important;
}
.news-page .new-list li {
    padding-bottom: 52px;
    margin-bottom: 65px;
    border-bottom: 2px solid #777777;
}
.app-page .new-list li{
  border: none!important;
}
.app-page .new-list li .new-con{padding: 30px!important;}
.news-page .new-list li:last-child {
    margin-bottom: 0;
}
.news-page .new-list li .new-pic {
    width: 25%;
    padding-right: 2%;
}
.news-page .new-list li .new-pic a {display: inline-block;width: 100%}
.news-page .new-list li .new-pic a img:nth-child(2){
    display: none;
}
.news-page .new-list li .new-pic a:hover img:nth-child(1){
    display: none;
}
.news-page .new-list li .new-pic a:hover img:nth-child(2){
  display: block;
}
.news-page .new-list li .new-pic img {
    width: 100%;
}
.news-page .new-list li .new-con {
    width: 75%;
}

.news-page .new-list li .new-con .tit a {
    height: 48px;
    overflow: hidden;
    display: block;
    color: #777777;
    font-size: 19px;
    line-height: 24px;
    transition: 0.3s ease;
}
.news-page .new-list li .new-con .tit a:hover {
    color: #2b6ccd;
}
.news-page .new-list li .new-con .abst {
    color: #777777;
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 25px;
}
.news-page .new-list li .new-con .abst a {
    color: #1960ad;
}
.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 .c-tit h3 {
    color: #2d2d2d;
    font-size: 28px;
}
.contact-page .c-info .c-tit p {
    margin-top: -7px;
}
.contact-page .c-info .clist {
    margin-top: 42px;
    color: #2d2d2d;
    line-height: 26px;
    font-size: 16px;
    position: relative;
}
.contact-page .c-info .clist i {
    display: block;
    margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 145px;
    padding: 5px;
    background: #e9e9e9;
}
.contact-page .c-info p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.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: #2b6ccd;
    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;
}
.pro-list {
    margin-top: 36px;
}
.pro-list .swiper-slide {
    border: 1px solid #f3f3f3;
}
.pro-list .swiper-slide .tit {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 14px;
}
.pro-list .swiper-slide .tit a {
    color: #2d2d2d;
    display: inline-block;
    position: relative;
    padding: 0 42px;
    -webkit-line-clamp: 1;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pro-list .swiper-slide .tit a:before, .pro-list .swiper-slide .tit a:after {
    content:'';
    position: absolute;
    top: 49.9%;
    height: 1px;
    width: 25px;
    background: #000;
}
.image-gallery a img {
    height: auto;
}
.pro-list .swiper-slide .tit a:before {
    left: 0;
}
.pro-list .swiper-slide .tit a:after {
    right: 0;
}
.prodet-page .pro-list .column {
    margin:1%;
    width: 18%!important;
}
.prodet-page .pro-list .column:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .inner-banner {
        height: 200px;
        padding-top: 70px;
    }
    .about-page .a-culture {
        padding: 60px 0 50px;
    }
    .about-page .a-culture .a-tit {
        margin-bottom: 50px;
    }
    .about-page .i-network .add-sale {
        display: none;
    }
    .about-page .i-network .con-box {
        margin-right: 0;
        margin-top: 90%;
    }
    .about-page .a-whyUs {
        padding-top: 60px;
    }
    .about-page .a-whyUs .why-list {
        margin-top: 50px!important;
    }
    .about-page .a-whyUs .why-list > .column > .img {
        display: none;
    }
    .prodet-page .det-head .pro-det-one .pro-links {
        margin: 40px 0;
    }
    .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
        width: 25%;
    }
    .prodet-page .det-body {
        padding: 50px 0;
    }
    .contact-page .c-info .clist .qr-code {
        display: none;
    }
    .layer-form .contact100-form-title {
        min-height: 88px;
        font-size: 24px;
    }
    .layer-form input.input100 {
        height: 40px;
    }
    .layer-form textarea.input100 {
        min-height: 110px;
    }
    .faq-page .faq-list dt i.icon {
        display: none;
    }
    .sideBar .inner-main-tit {
        font-size: 16px;
    }
    .product-page .pro-list .column, .prodet-page .pro-list .column {
        width: 100%!important;
        margin: 0 0 20px 0!important;
    }
    .prodet-page .det-head .pro-pic, .prodet-page .det-head .pro-det-one, .news-page .new-list li .new-pic, .news-page .new-list li .new-con {
        width: 100%!important;
        padding-left: 0!important;
    }
    .prodet-page .det-head .pro-det-one, .news-page .new-list li .new-con {
        margin-top: 30px;
    }
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default, .newdet-page .wpulike.wpulike-default {
    display: block;
}
.post-views-box {
    position: relative;
    margin: 0;
}
.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;
}
.prodet-r-box {
    margin-top: 20px;
}

#hamburger-1 .line{
  width: 36px;
  height: 3px;
  margin: 5px auto;
  background:#fff;
  display: block;
}
.BMap_bubble_title{
  white-space: normal!important;
  margin-bottom: 20px;
}
.contact-page .c-map img{
  max-width: none;
}


@media screen and (max-width:768px) {
    .product-page .init-3 ul li{
        width:50%;
        padding: 5px;
    }
    .product-page .init-1,
    .product-page .init-2{
        display:none;
    }
    .product-page .init-3 ul li a h2 {
        height:90px;
    }
}
.wpcf7-form-control-wrap.product {display:block;width:100%; height:50px; overflow:hidden;color: #333333;
-moz-border-radius: 5px; /* Gecko browsers */ 
-webkit-border-radius: 5px; /* Webkit browsers */ 
border-radius:5px; 
} 
.wpcf7-form-control-wrap.product select { padding:5px 20px; background:transparent; width:100%; border:none; height:50px; 
-webkit-appearance: none; /*for Webkit browsers*/ 
} 

.product-page .init-2 ul li .left{
  position: relative;
}
.ssssplay{
  position: absolute;
  width: 80px;
  height: 80px;
  background:url(../images/play-ico.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}