@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');
}
body {
  overflow-x: hidden;
  font-family: Arial, 'microsoft yahei', SimSun, Sans-serif;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
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 .nav {
  text-align: center;
  padding: 15px 40px;
  background-color: #1f1f1f;
}
#header .nav .nav-logo {
  margin-right: 30px;
}
#header .nav .nbzhen{
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  display:inline-block;
    text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   width:420px;
				
  
  
}
#header .nav .h-search {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
#header .nav .nbzhen a{
  font-size: 16px; 
  line-height: 1em;
  vertical-align: top;
  color:#fff;}
#header .nav .h-search img {
  cursor: pointer;
  vertical-align: top;
}
#header .nav .h-search .sear-box {
  vertical-align: top;
  padding-right: 15px;
  border-right: solid 1px #fff;
  padding-left: 23px;
  background: url("../images/soso.png") no-repeat left;
}
#header .nav .h-search a {
  font-size: 16px;
  margin: 0px 5px;
  line-height: 1em;
  vertical-align: top;
  
}

#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 .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  float: left;
  line-height: 50px;
  margin: 0px 25px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #fff;
  display: block;
  position: relative;
  padding: 0px 5px;
}
#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: 2px;
  background: #db2323;
}

#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
  color: #db2323;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}



#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #db2323;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li .sub-menu{
  top: 0px;
  left: 100%;
  display: none;
}

#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 13px;
  color: #fff;
  line-height: 26px;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-about {
  padding: 20px 40px;
}
#index-body .i-about .tit {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#index-body .i-about .about-boxs .about-left {
  width: 66%;
  float: left;
}
#index-body .i-about .about-boxs .about-left .ab-box {
  position: relative;
}
#index-body .i-about .about-boxs .about-left .ab-box .about-text {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50%;
  color: #fff;
  padding-left: 40px;
  padding-top: 8%;
}
#index-body .i-about .about-boxs .about-left .ab-box .about-text h3 {
  font-size: 48px;
  font-weight: bolder;
}
#index-body .i-about .about-boxs .about-left .ab-box .about-text p,#index-body .i-about .about-boxs .about-left .ab-box .about-text .setindexh1 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
#index-body .i-about .about-boxs .about-left .ab-box .about-text .setindexh1 h1{
display:inline;
font-size:16px;
}

#index-body .i-about .about-boxs .about-left .ab-box .about-text .more {
  display: inline-block;
  width: 147px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #db2323;
  text-transform: uppercase;
}
#index-body .i-about .about-boxs .about-left .ab-box .about-text .more:hover {
  background-color: #333;
}
#index-body .i-about .about-boxs .about-right {
  width: 32.3%;
  float: right;
}
#index-body .i-about .about-boxs .about-right .why-box {
  position: relative;
}
#index-body .i-about .about-boxs .about-right .why-box .why-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  color: #fff;
  padding: 8% 10% 0px;
}
#index-body .i-about .about-boxs .about-right .why-box .why-text h3 {
  font-size: 48px;
  font-weight: bolder;
}
#index-body .i-about .about-boxs .about-right .why-box .why-text p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
#index-body .i-about .about-boxs .about-right .why-box .why-text .more {
  display: inline-block;
  width: 147px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #db2323;
  text-transform: uppercase;
}
#index-body .i-about .about-boxs .about-right .why-box .why-text .more:hover {
  background-color: #333;
}
#index-body .i-product {
  background-color: #f7f7f7;
  padding: 42px 0px;
}
#index-body .i-product .pro-lunbo-box {
  padding: 0px 40px;
  position: relative;
}
#index-body .i-product .pro-lunbo-box .pro-box {
  background-color: #fff;
  border: solid 1px #dedede;
}
#index-body .i-product .pro-lunbo-box .pro-box .text {
  padding: 30px 10px 20px;
}
#index-body .i-product .pro-lunbo-box .pro-box .text h3 {
  margin-bottom: 5px;
}
#index-body .i-product .pro-lunbo-box .pro-box .text h3 a {
  font-size: 20px;
  line-height: 34px;
}
#index-body .i-product .pro-lunbo-box .pro-box .text .more {
  color: #e41821;
  text-transform: capitalize;
}
#index-body .i-product .pro-lunbo-box .bott {
  position: absolute;
  background-color: #333333;
  display: inline-block;
  width: 40px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  top: 37%;
  z-index: 3;
}
#index-body .i-product .pro-lunbo-box .pro-swiper-button-prev {
  left: 10px;
}
#index-body .i-product .pro-lunbo-box .pro-swiper-button-next {
  right: 10px;
}
#index-body .i-news {
  padding: 40px 40px;
}
#index-body .i-news .tit {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#index-body .i-news .news-swiper .news-box {
  position: relative;
}
#index-body .i-news .news-swiper .news-box .text {
  position: absolute;
  left: 0px;
  line-height: 30px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 15px;
  color: #fff;
}
#index-body .i-partner {
  background-color: #f7f7f7;
  padding: 42px 0px;
}
#index-body .i-partner .tit {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: bolder;
  margin-bottom: 50px;
}
#index-body .i-partner .par-lunbo-box {
  padding: 0px 40px;
  position: relative;
}
#index-body .i-partner .par-lunbo-box .bott {
  position: absolute;
  background-color: #333333;
  display: inline-block;
  width: 40px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  top: 25px;
  z-index: 3;
}
#index-body .i-partner .par-lunbo-box .par-swiper-button-prev {
  left: 10px;
}
#index-body .i-partner .par-lunbo-box .par-swiper-button-next {
  right: 10px;
}
#footer {
  background-color: #262626;
}
#footer .foo-top {
  padding: 53px 0px;
  border-bottom: solid 1px #3b3b3b;
}
#footer .foo-top .col-boxs .col {
  float: left;
  color: #fff;
}
#footer .foo-top .col-boxs .col h3 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 30px;
}
#footer .foo-top .col-boxs .col .bor {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #fff;
}
#footer .foo-top .col-boxs .col a {
  color: #9c9c9d;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 8px;
  display: block;
}
#footer .foo-top .col-boxs .col a:hover {
  color: #fff;
}
#footer .foo-top .col-boxs .col1 {
  width: 18%;
}
#footer .foo-top .col-boxs .col2 {
  width: 18%;
}
#footer .foo-top .col-boxs .col3 {
  width: 18%;
}
#footer .foo-top .col-boxs .col4 {
  width: 31%;
  padding-right: 5%;
}
#footer .foo-top .col-boxs .col4 a {
  padding-left: 20px;
}
#footer .foo-top .col-boxs .col4 a:nth-of-type(1) {
  background: url("../images/foo1.png") no-repeat left 5px;
}
#footer .foo-top .col-boxs .col4 a:nth-of-type(2) {
  background: url("../images/foo2.png") no-repeat left;
}
#footer .foo-top .col-boxs .col4 a:nth-of-type(3) {
  background: url("../images/foo3.png") no-repeat left;
}
#footer .foo-top .col-boxs .col4 a:nth-of-type(4) {
  background: url("../images/foo4.png") no-repeat left 5px;
}
#footer .foo-top .col-boxs .col5 {
  width: 15%;
}
#footer .foo-bottom {
  padding: 12px 0px;
  color: #9c9c9d;
}
#footer .foo-bottom a {
  color: #9c9c9d;
  font-size: 14px;
  margin: 0px 5px;
  line-height: 28px;
  display: inline-block;
}
#footer .foo-bottom a img{
  display: inline-block;
          max-height: 14px;
          vertical-align: middle;
          max-width: 100%;
          height: auto;
          margin: 0 5px;
}
#footer .foo-bottom a:hover {
  color: #fff;
}
#footer .foo-bottom .lj-f a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #585858;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
#footer .foo-bottom .lj-f a:hover {
  background-color: #ce1c29;
}
@media screen and (max-width: 1580px) {
  #header .nav .menu-box .menu > li {
    margin: 0px 15px;
  }
  #header .nav .menu-box .menu > li a {
    font-size: 16px;
  }
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1350px) {
  #header .nav .menu-box .menu > li {
    margin: 0px 8px;
  }
  #header .nav .menu-box .menu > li a {
    font-size: 14px;
  }
  #header .nav .h-search a {
    font-size: 14px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text {
    width: 80%;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text h3 {
    font-size: 30px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text .more {
    width: 120px;
    line-height: 40px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text p {
    font-size: 15px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text {
    padding: 8% 5% 0px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text h3 {
    font-size: 30px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text .more {
    width: 120px;
    line-height: 40px;
  }
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text {
    width: 100%;
    padding-top: 2%;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text h3 {
    font-size: 20px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text .more {
    line-height: 35px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text {
    padding: 5% 3% 0px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text h3 {
    font-size: 20px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text .more {
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
  #footer .foo-bottom a.zhenfeifoota,.product-page .page-right-bar .i-product .catapin{
    display: none!important;
  }
  
}
@media screen and (max-width: 600px) {
  #index-body .i-about {
    padding: 20px 20px;
  }
  #index-body .i-about .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #index-body .i-about .about-boxs .about-left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text {
    padding-left: 10px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text h3 {
    font-size: 14px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text p {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text .more {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
  #index-body .i-about .about-boxs .about-right {
    width: 60%;
    float: left;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text {
    padding-left: 10px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text h3 {
    font-size: 14px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #index-body .i-about .about-boxs .about-right .why-box .why-text .more {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
  #index-body .i-news .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #index-body .i-partner .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #index-body .i-partner .par-lunbo-box .bott {
    top: 5px;
  }
  #footer .foo-top .col-boxs .col {
    width: 50%;
    height: 200px;
  }
  #footer .foo-top .col-boxs .col4 {
    width: 100%;
  }
  #footer .foo-top .col-boxs .col5 {
    display: none;
  }
  #footer .foo-bottom .bq-box {
    width: 100%;
    text-align: center;
  }
  #footer .foo-bottom .lj-f {
    width: 100%;
    text-align: center;
  }
  #footer .foo-top .col-boxs .col1{
    display: none;
  }
  #footer .foo-top .col-boxs .col2{
    display: none;
  }
  #footer .foo-top .col-boxs .col3{
    display: none;
  }
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 20000;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #006eb3;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #006eb3;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #mobile #menu-on {
    left: 100%;
  }
  #mobile {
    left: -280px;
  }
  #mobile:before {
    right: 100%;
    left: auto;
  }
  #mobile.active {
    left: 0;
  }
  #mobile.active:before {
    left: auto;
    right: 0;
  }
  #mobile .mobile-logo {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  .inner-banner {
    margin-top: 40px;
  }
}
.inner-page .pro-sidebar {
  width: 23.3%;
  padding-top: 30px;
}
.inner-page .pro-sidebar .side-top,
.inner-page .pro-sidebar .side-contact{
  padding: 26px 26px 32px 20px;
  background: #fff;
  border: 1px solid #dbe4eb;
}
.inner-page .con-box{
  padding-bottom: 50px;
}
.inner-page .pro-sidebar .side-tit {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: poppins-bold;
  margin-bottom: 8px;
}
.inner-page .pro-sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .pro-sidebar .side-top .side-menu li{
  margin-bottom: 3px;
}
.inner-page .pro-sidebar .side-top .side-menu li a {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  background: #004ea2;
  color: #fff;
  font-size: 14px;
  padding: 0 15px 0 36px;
  display: block;
}
.inner-page .pro-sidebar .side-top .side-menu li .children{
  padding-left: 20px;
}
.inner-page .pro-sidebar .side-top .side-menu li .children a{
  background-color: #fff;
  color: #000;
}
.inner-page .pro-sidebar .side-top .side-menu li a:hover,
.inner-page .pro-sidebar .side-top .side-menu li a.active {
  background: #db2323;
  color: #fff;
}
.inner-page .pro-sidebar .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .pro-sidebar .side-contact .side-tit{
  margin-bottom: 13px;
}
.inner-page .pro-sidebar .side-contact li:first-child{
  border-top: 1px dashed #d1d1d1;
}
.inner-page .pro-sidebar .side-contact li{
  padding: 20px 0 18px;
  border-bottom: 1px dashed #d1d1d1;
}
.inner-page .pro-sidebar .side-contact li i.icon{
  float: left;
  width: 8%;
  font-size: 16px;
}
.inner-page .pro-sidebar .side-contact li span{
  float: right;
  width: 88%;
  font-size: 14px;
  color: #000000;
}
.page-right-bar {
  width: 74%;
  padding-top: 30px;
}
.product-page .page-right-bar .i-product{
  padding: 0px 0 20px;
  line-height:28px;
}
.product-page .page-right-bar .i-product p{
padding-left: 15px;
margin-bottom:12px;
line-height:28px;
}
.product-page .page-right-bar .i-product .pro-list{
  margin-top: 0px;
}
.inner-banner {
  height: 550px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 210px;
}
.inner-banner .inner-tit {
    color: #fff;
    font-size: 40.8px;
    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: #ff0000;
}

.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
/*.inner-page {
  font-family: roboto-light;
}*/
.inner-page a,p{
  font-size: 14px;
}
.inner-page .page-right-bar .inner-main-box .product2h1set{
padding-left:15px;
}
.inner-page .page-right-bar .inner-main-box h1{
color:#004ea2;
font-size:24px;
}


.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #252525;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #3c3c3c url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 250px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #3c3c3c;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #3c3c3c;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #ffffff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
 /* padding-left: 50px;
  background: url('../images/in-t-bg.png') no-repeat left;*/
}
.about-page .inner-main-box table td{
  vertical-align: top;
  padding: 18px;

}
.about-page .inner-main-box table td p strong span{
  margin-bottom: 20px;
  display: inline-block;
}

.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #333;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 45px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box p{
  font-size: 16px;
  line-height: 2em;
  color: #333333;
}

.about-page .in-ner-hr p{
  line-height: 1.8em;
}

.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide a{
  display: inline-block;
  position: relative;
}
.about-page .a-factory .swiper-slide a:after{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
  transition: 1s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-factory .swiper-slide:hover a:after{
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-whyUs {
  padding: 80px 0 60px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 20px 0;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}

.about-page .a-honout{
  background: url('../images/a-hon-bg.jpg') no-repeat center top;
  padding: 60px 0px 60px;
}
.about-page .a-honout .tit {
  margin-bottom: 30px;
  text-align: center;
}
.about-page .a-honout .tit h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-page .a-honout .tit .bor {
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: #0099cd;
  margin-bottom: 10px;
}
.about-page .a-his{
  padding: 65px 0px 135px;
}
.about-page .a-his .tit {
  margin-bottom: 60px;
  text-align: center;
}
.about-page .a-his .tit h3 {
  font-size: 36px;
  color: #0099cd;
  margin-bottom: 10px;
  text-transform: uppercase;

}
.about-page .a-his .tit .bor {
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: #aaaaaa;
  margin-bottom: 10px;
}
.about-page .a-his .tit p {
  color: #9e9e9e;
  width: 60%;
  display: block;
  margin: 0 auto;
  line-height: 1.6em;
}
.about-page .a-his .his-p{
  color: #676767;
  font-size: 16px;
  margin-top: 60px;
  background-color: #fff;
}
.a-operator{

}
.a-operator .oper-left{
  width: 50%;
  background: url('../images/a-tu-bg.jpg') no-repeat center;
  height: 590px;
}

.a-operator .oper-left .tit {
  width: 60%;
  margin: 0 auto;
  padding-top: 10%;
}
.a-operator .oper-left .tit h3 {
  font-size: 36px;
  color: #0099cd;
  margin-bottom: 20px;
  text-transform: uppercase;

}
.a-operator .oper-left .tit .bor {
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: #0099cd;
  margin-bottom: 30px;
}
.a-operator .oper-left .tit p {
  color: #fff;
  font-size: 16px;
  display: block;
  
  line-height: 2em;
  margin-bottom: 20px;
}


.a-operator .oper-right{
  width: 50%;
  background: url('../images/a-tu1.jpg') no-repeat center;
  height: 590px;
}


.about-page .a-his .ahis-swiper{
  margin: 0px 10%;
}
.about-page .a-his .his-box{
  text-align: center;
}
.about-page .a-his .his-box .his-yuan{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border:solid 2px #949494;
  background-color: #f0f0f0;
}
.about-page .a-his .his-box p{
  font-size: 16px;
 font-family: 'raleway-regular';
 margin-bottom: 10px;
}
.about-page .a-his .his-box .his-yuan span{
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.about-page .a-his .his-box .his-yuan:hover span{
  background-color: #db2323;
}
.about-page .a-his .his-lunbo-box{
  position: relative;
}
.about-page .a-his .his-lunbo-box:after{
  content: '';
  width: 85%;
  height: 2px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 12px;
  left: 70px;
  right: 70px;
}
.about-page .a-his .swiper-slide-active .his-box .his-yuan span{
  background-color: #db2323;
}


.about-page .a-his .his-lunbo-box .bott{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  outline: none;
}
.about-page .a-his .his-lunbo-box .bott i{
  font-size: 30px;
  color: #676767;
}
.about-page .a-his .his-lunbo-box .his-swiper-button-prev{
  left: 0px;
  bottom: 0px;
}
.about-page .a-his .his-lunbo-box .his-swiper-button-next{
  right: 0px;
  bottom: 0px;
}


.about-page .i-parnter {
  background-color: #f4f4f4;
  padding: 60px 0px 150px;
}
.about-page .i-parnter .tit {
  margin-bottom: 50px;
}
.about-page .i-parnter .tit h3 {
  font-size: 36px;
  color: #0099cd;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-page .i-parnter .tit .bor {
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: #aaaaaa;
  margin-bottom: 10px;
}
.about-page .i-parnter .tit p {
  color: #9e9e9e;
  width: 60%;
  display: block;
  margin: 0 auto;
  line-height: 1.6em;
}
.about-page .i-parnter .par-boxs .par-box {
  position: relative;
  width: 23%;
  float: left;
  margin: 1%;
}
.about-page .i-parnter .par-boxs .par-box img {
  width: 100%;
}
.about-page .i-parnter .par-boxs .par-box: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: 0px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #db2323;
}
.about-page .i-parnter .par-boxs .par-box:hover:after {
  width: 100%;
  left: 0%;
}








.product-page .i-product {
  padding: 11px 0 20px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius:50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
   background-color: #ddd;
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-color: #db2323;
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic #pic-zoom{
 width: 100%;
 display: block;
  margin-bottom: 20px;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #ddd;
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size:30px;
  line-height: 45px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.prodet-page .prodet-pics .pro-det-one .prodetail{
  margin-bottom: 50px;
}
.prodet-page .prodet-pics .pro-det-one .prodetail p{
  font-size: 16px;
  line-height: 30px;
}


.prodet-page .prodet-pics .pro-det-one .prodet-thumb{
  margin: 10px 0px 20px;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb p{
  line-height: 1.8em;
  font-size: 14px;
}

.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #db2323;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
 .image-gallery li{
  width: 20%;
  display: inline-block;
}

.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 55px 0 50px;
  background: #efefef;
}
.prodet-page .prodet-det-two p{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #db2323;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #db2323;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 127px;
  height: 52px;
  border: none;
  background: #db2323 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 1px solid #dcdcdc;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #db2323;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #db2323;
}
.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: roboto-regular;
}
.newdet-page .inner-main-box .news_contents table tr td{
  padding: 10px;
}

.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  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;
  text-align: center;
}
.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;
}
.newdet-page .news .newsnav .news_contents p{
  text-indent: 2em;
}

.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa-mobile{
  font-size: 26px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 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: #db2323;
  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;
}

#footer .f-tool {
  padding-top: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #969799;
  left: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
}
.i-product .pro-list .img-box{    border: 1px solid #ddd;text-align: center;}
#footer .f-tool a {
  float: left;
  width: 25%;
}
#footer .f-tool a i,
#footer .f-tool a span {
  display: block;
  color: #dddddd;
  width: auto;
  height: auto;
}
#footer .f-tool a span {
  font-size: 12px;
}
/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  padding:15px;
}
.i-product .h4-tit{
  padding-left: 15px;
  font-size: 18px;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
     background-color: #eee;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #db2323!important;
}
.i-product .pro-list .con-box .inner-box {
 
  padding: 15px 0;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #333;
  font-size:16px;
  line-height: 30px;
  text-transform: capitalize;
  
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 14px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .why-tu {
  padding: 30px;
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
  margin: auto;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column .why-tu img:nth-of-type(2){
  display: none;
}

.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .why-tu img:nth-of-type(1){
  display: none;
}
.i-whyUs .why-list > .column:hover .why-tu img:nth-of-type(2){
  display: inline-block;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #db2323;
}
.i-whyUs .why-list > .column:hover .why-tu{
   border: 2px solid #db2323;
}
.slideBox {
    overflow: hidden;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    z-index: 99;
}

.ws-title{

}

.ws-title h2{
  font-family: montserrat-bold;

}
.ws-title p{
      font-family: montserrat-semibold;
  font-style: italic;
}
#wowslider-container1 .ws-title div{
  width: 100% !important;
}

.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .tu,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .tu {
  max-width: 119px;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
  padding-top: 35px;
  overflow: hidden;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .tu {
  color: #db2323;
  border-color: #db2323;
}
.i-whyUs .why-list > .column:hover .tu img{
  transform: scale(1,1) translateY(-130px);
  filter: drop-shadow(#db2323 0px 130px);
}

.i-whyUs .why-list > .column:hover .tit {
  color: #db2323;
}

@media screen and (max-width: 1500px){
  #header .nav .menu-box .menu > li > a{
    font-size: 15px;
  }
  #header .nav .menu-box .menu > li{
    margin: 0px 1.5%;
  }
	#header .nav .nbzhen {
		display:none;
	}
	#header .nav .menu-box {
		width:55%;
	}
}
@media screen and (max-width: 1380px){
  #header .nav .menu-box{
    width: 65%;
  }
}
@media screen and (max-width: 1200px){
  #header .nav .h-search form .submit{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 100%;
  }
  #header .nav .h-search form{
    width: 165px;
    height: 32px;
  }
  #header .nav .h-search form input{
    width: 110px;
  }
  #header .nav .menu-box .menu > li > a{
    font-size: 14px;
  }
}
::-webkit-scrollbar-thumb  
{  
  
    background-color: #db2323 !important;  /*滚动条的背景颜色*/
} 
.amap-marker{
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 10 !important;
}
.man-box{

}


.man-xinx1{
  position: absolute;
  bottom: 50px;
  left: -130px;
  z-index: 9;
  width: 280px;
  font-size: 13px;
  display: none;
  background-color: #fff;
  padding: 5px 10px;
}
.man-xinx1:after{
  content: '';
  width: 30px;
  height: 15px;
  background:url('../images/con-jt.png') no-repeat center;
  position: absolute;
  bottom: -10px;
  left: 130px;
}

.man-xinx2{
  position: absolute;
  bottom: 50px;
  left: -130px;
  z-index: 9;
  width: 280px;
  font-size: 13px;
  display: none;
  background-color: #fff;
  padding: 5px 10px;
}
.man-xinx2:after{
  content: '';
  width: 30px;
  height: 15px;
  background:url('../images/con-jt.png') no-repeat center;
  position: absolute;
  bottom: -10px;
  left: 130px;
}

@media screen and (max-width: 1350px){
  .container{
    width: 970px;
  }

  .contact-page .c-list-box .contactList .c-name{
    font-size: 24px;
  }

}

@media screen and (max-width: 970px){
  .container {
    width: 768px;
  }
  .inner-page .sideBar{
    padding: 15px 0;
  }
  .inner-page .sideBar .side-menu{
    display: none;
  }
  .inner-page .inner-main-tit .nowTit{
    font-size: 16px;
    display: none!important;
  }
  .about-page .inner-main-box p{
    font-size: 14px;
  }
  .about-page .inner-main-box p img{
    width: 100% !important;
  }
  .about-page .inner-main-box{
    padding: 30px 0px;
  }
  .grid-box.three>.column{
    width: 100% !important;
  }
  .a-honout{
    display: none;
  }
  .about-page .a-his .tit h3{
    font-size: 22px;
  }
  .about-page .a-his .tit p{
    width: 100%;
  }

}




@media screen and (max-width: 768px){
  .container{
    width: 100%;
    padding: 0px 20px;
  }
  #index-body .i-about .about-boxs .about-left .ab-box .about-text .setindexh1,#index-body .i-about .about-boxs .about-left .ab-box .about-text p{
    overflow: hidden;
  }
  .grid-box.three>.column {
    width: 100% !important;
  }
  .grid-box.two>.column {
    width: 100% !important;
  }
  .grid-box.five>.column{
    width: 33% !important;
  }
 .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
    padding-top: 50px;
  }
  .inner-banner .inner-tit{
    font-size: 22px;
  }
  .about-page .a-tit{
    font-size: 22px;
  }
  .wid-30{
    width: 70% !important;
  }
  .wid-60{
    width: 100% !important;
  }
  .news-page .new-list li{
    padding-bottom: 52px;
  }
  .news-page .new-list li .new-pic{
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst{
    margin: 0px 0 5px;
  }
  .contact-page .c-list-box .contactList{
    width: 100%;
    margin-bottom: 20px;
  }
  .i-product .pro-list .con-box .inner-box .abst{
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0px;
  }
  .i-product .pro-list .con-box .inner-box .more{
    font-size: 14px;
  }
  .i-product .pro-list .con-box .inner-box{
    padding: 5px 0px;
  }
  .prodet-page .prodet-pics .pro-det-one .proName{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-pics .pro-det-one{
    width: 100% !important;
    padding-left: 0px !important;
  }
  .prodetFeedback .ptForm .fbTop li{
    width: 100%;
    margin-bottom: 15px;
  }
  .prodetFeedback .ptForm .fbTop{
    margin-bottom: 5px;
  }
  .prodetFeedback .innerTit{
    font-size: 22px;
  }
  .i-whyUs .why-list > .column .tit{
    margin-bottom: 15px;
  }
  .a-operator .oper-left{
    width: 100%;
    height: 400px;
  }
  .a-operator .oper-right{
    width: 100%;
    height: 400px;
  }
  .a-operator .oper-left .tit{
    width: 90%;
  }
  .a-operator .oper-left .tit h3{
    font-size: 22px;
  }
  .a-operator .oper-left .tit p{
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .about-page .i-parnter .tit h3{
    font-size: 22px;
  }
  .prodet-page .prodet-pics .pro-bPic{
    width: 80% !important;
  }
  .prodet-page .prodetTit{
    font-size: 22px;
  }
  .about-page .a-whyUs .a-txt{
    margin: 20px 0 30px;
  }
  .about-page .a-whyUs{
    padding: 40px 0 60px;
  }
  .i-whyUs{
    display: none;
  }
  .about-page .a-his .his-lunbo-box:after{
    width: auto;
  }
  .about-page .a-his{
    padding: 25px 0px 45px;
  }
  .about-page .i-parnter .tit{
    margin-bottom: 20px;
  }
.about-page .i-parnter{
    padding: 20px 0px 40px;
}


  .map{
    width: 100%;
  }
  .prodetFeedback .feed-left{
    width: 100%;

  }
  .prodetFeedback .feed-right{
    width: 100%;
    margin-bottom: 20px;
  }
  .i-product .pro-list > .column{
    padding: 5px;
  }
  .inner-page .pro-sidebar{
    display: none;
  }
  .page-right-bar{
    width: 100%;
  }

}

.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
.wp_ulike_general_class a{
  margin-right: 20px;
}
.wp_ulike_general_class i{
  font-size: 20px;
  color: #4c4c4c;
}

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -100px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}

.prodet-page  #cs {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page  #cs td,
.prodet-page  #cs th{
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
.catapin {
 font-size: 16px;
  line-height: 2;
}
.rightheeee a{
  font-size: 22px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
width: 400px;
    display: inline-block;
}
.sinaimore p,
.sinaimore a {
  font-size: 16px !important;
    line-height: 2 !important;

}
