.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top {
  background: #e72028;
  height: 40px;
}
#header .h-top .h-tel p {
  line-height: 40px;
  color: #ffffff;
}
#header .h-top .language p {
  line-height: 40px;
  color: #ffffff;
  padding-left: 25px;
  background: url("../images/lanu-bg_03.jpg") no-repeat left center;
}
#header .h-top .language p a {
  padding: 0 10px;
  background: url("../images/shu_03.jpg") no-repeat right center;
}
#header .nav {
  background: url("../images/nav-bg.png") no-repeat center;
  position: relative;
  background-size: cover;
}
#header .nav .logo {
  margin-top: 25px;
}
#header .nav .search {
  float: right;
  width: 12%;
  background: url("../images/shu2_03.jpg") no-repeat left bottom;
  position: relative;
  padding-top: 36px;
  padding-left: 10px;
}
#header .nav .search input {
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  width: 80%;
  float: right;
}
#header .nav .search input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 36px;
  background: url("../images/search.png") no-repeat;
}
#header .nav .search ::-webkit-input-placeholder {
  color: #ffffff;
}
#header .nav .search :-moz-placeholder {
  color: #ffffff;
}
#header .nav .search ::-moz-placeholder {
  color: #ffffff;
}
#header .nav .search :-ms-input-placeholder {
  color: #ffffff;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 90px;
  height: 90px;
  position: relative;
}
#header .nav .menu-box .menu {
  float: right;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 35px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e72028;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a {
  color: #e72028;
}
#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: #e72028;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
.h-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.h-header .h-top {
  display: none;
}
#index-body h2.h2 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#index-body h2.h2 span {
  font-size: 32px;
}
#index-body p.p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
#index-body .i-strength {
  padding: 126px 0;
}
#index-body .i-strength .strength-detail {
  margin-top: 50px;
}
#index-body .i-strength .strength-details {
  position: relative;
  background-color: #fff;
}
#index-body .i-strength .strength-details .strength-details-tit {
  display: block;
  height: 68px;
}
#index-body .i-strength .strength-details .strength-details-tit h4 {
  position: relative;
  width: 50%;
  float: left;
  line-height: 65px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
  background: #d4d4d4;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-strength .strength-details .strength-details-tit h4 .fa {
  font-size: 20px;
  color: #000000;
  margin-right: 10px;
}
#index-body .i-strength .strength-details .strength-details-tit h4:hover,
#index-body .i-strength .strength-details .strength-details-tit h4.on {
  color: #ffffff;
  background: #e72028;
}
#index-body .i-strength .strength-details .strength-details-tit h4:hover .fa,
#index-body .i-strength .strength-details .strength-details-tit h4.on .fa {
  color: #ffffff;
}
#index-body .i-strength .strength-details .strength-details-information {
  padding: 45px 0 0;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy p {
  font-size: 16px;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list {
  margin-top: 30px;
  position: relative;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .slideBox .swiper-slide .img-box .text {
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 15px 20px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .slideBox .swiper-slide .img-box .text p {
  color: #000000;
  margin: 10px 0;
  text-align: center;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .slideBox .swiper-slide .img-box:hover .text {
  background: #ffffff;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .slideBox .swiper-slide .img-box:hover .text p {
  color: #000000;
  text-align: center;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .MyClass {
  bottom: -70px;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .MyClass .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy .factory-list .MyClass .swiper-pagination-bullet-active {
  background: #c6c6c6;
}
#index-body .i-partner {
  padding: 104px 0 156px;
  background: #f2f3f4;
  position: relative;
}
#index-body .i-partner .down {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  margin-left: -16px;
  width: 32px;
  height: 26px;
  background: url("../images/partner-down.jpg") no-repeat;
}
#index-body .i-partner .partner-list {
  margin-top: 30px;
  position: relative;
}
#index-body .i-partner .partner-list .MyClass {
  bottom: -70px;
}
#index-body .i-partner .partner-list .MyClass .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#index-body .i-partner .partner-list .MyClass .swiper-pagination-bullet-active {
  background: #959595;
}
#index-body .i-video {
  position: relative;
  background: url("../images/video-bg_06.jpg") no-repeat top center;
  background-size: cover;
  padding: 11% 0;
}
#index-body .i-video .down {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  margin-left: -16px;
  width: 32px;
  height: 26px;
  background: url("../images/video-down.png") no-repeat;
}
#index-body .i-video h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  background: url("../images/play.png") no-repeat center;
}
#index-body .i-video h3 span {
  font-size: 30px;
  display: inline-block;
  margin: 0 40px;
}
#index-body .i-video p {
  font-size: 16px;
  text-align: center;
  padding: 0 19%;
  color: #ffffff;
  line-height: 28px;
}
#index-body .line {
  width: 100%;
  height: 12px;
  background: url("../images/line.png") no-repeat center;
  margin: 20px 0;
}
#index-body p.text {
  line-height: 30px;
  padding: 30px 20px 10px;
  text-align: center;
  color: #666666;
}
#index-body .i-about {
  padding: 100px 0 142px;
}
#index-body .i-about .grid-box {
  margin-top: 25px;
}
#index-body .i-about .grid-box .column {
  padding: 2% 2% 10%;
  background: url("../images/about-img_03.jpg") no-repeat center;
}
#index-body .i-about .grid-box .column h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#index-body .i-about .grid-box .column p {
  font-size: 14px;
  line-height: 25px;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  background: url("../images/about-img_04.jpg") no-repeat center;
}
#index-body .i-about .grid-box .column:nth-child(3) {
  background: url("../images/about-img_05.jpg") no-repeat center;
}
#index-body .i-news {
  background: #f2f3f4;
  padding: 90px 0 127px;
  position: relative;
}
#index-body .i-news .down {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  margin-left: -16px;
  width: 32px;
  height: 26px;
  background: url("../images/news-down.jpg") no-repeat;
}
#index-body .i-news .new-list .swiper-slide .img-box .text {
  position: relative;
  z-index: 99;
  background: #e4e4e4;
  padding: 20px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news .new-list .swiper-slide .img-box .text h2 {
  font-weight: bold;
  font-size: 16px;
}
#index-body .i-news .new-list .swiper-slide .img-box .text h2 a {
  color: #494949;
}
#index-body .i-news .new-list .swiper-slide .img-box .text p {
  color: #494949;
  line-height: 22px;
  margin: 8px 0;
  font-size: 12px;
}
#index-body .i-news .new-list .swiper-slide .img-box .text time {
  color: #666666;
}
#index-body .i-news .new-list .swiper-slide .img-box:hover .text {
  background: #e72028;
}
#index-body .i-news .new-list .swiper-slide .img-box:hover .text h2 a {
  color: #ffffff;
}
#index-body .i-news .new-list .swiper-slide .img-box:hover .text p,
#index-body .i-news .new-list .swiper-slide .img-box:hover .text time {
  color: #ffffff;
}
.i-product {
  padding: 80px 0 132px;
  background: #f2f3f4;
}
.i-product .prodet-page2 .prodet-detail {
  margin-top: 30px;
  margin-bottom: 20px;
}
.i-product .prodet-page2 .prodet-details {
  position: relative;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit {
  display: block;
  height: 70px;
  margin: 0 auto;
  width: 100%;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4 {
  position: relative;
  width: 33.1%;
  float: left;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  background: #d4d4d4 url("../images/moto.png") no-repeat 31% center;
  margin-right: 0.2%;
  height: 70px;
  line-height: 70px;
  padding-left: 15%;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(2) {
  background: #d4d4d4 url("../images/car.png") no-repeat 31% center;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(3) {
  background: #d4d4d4 url("../images/b3.png") no-repeat 31% center;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:hover,
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4.on {
  color: #ffffff;
  background: #e72028 url("../images/moto-hover.png") no-repeat 31% center;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(2):hover,
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(2).on {
  background: #e72028 url("../images/car-hover.png") no-repeat 31% center;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(3):hover,
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4:nth-child(3).on {
  background: #e72028 url("../images/b3-hover.png") no-repeat 31% center;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information {
  padding: 45px 0;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .pdt {
  position: relative;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .pdt .icon {
  width: 31px;
  height: 31px;
  background: url("../images/left_05.jpg") no-repeat;
  position: absolute;
  left: -50px;
  top: 45%;
  cursor: pointer;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .pdt .right {
  background: url("../images/right_07.jpg") no-repeat;
  left: auto;
  right: -50px;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .swiper-slide .img-box img {
  width: 100%;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .swiper-slide .img-box p {
  position: relative;
  z-index: 99;
  line-height: 53px;
  height: 53px;
  text-align: center;
  background: #d4d4d4 ;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy .swiper-slide .img-box p a {
  color: #000000;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy img {
  width: auto;
  max-width: 100%;
}
.i-product .prodet-page2 .prodet-details .prodet-details-information .prodet-details-information-bdy p {
  line-height: 2em;
  font-size: 16px;
}
#footer a:hover {
  color: #e72028 !important;
}
#footer .footer-top {
  background: url("../images/nav-bg.png") repeat;
  padding: 66px 0 55px;
}
#footer .footer-top .column {
  width: 18%;
}
#footer .footer-top .i-company {
  padding-right: 3%;
  width: 24%;
  padding-top: 20px;
}
#footer .footer-top .i-company img {
  width: auto;
  margin-bottom: 10px;
}
#footer .footer-top .i-contact {
  width: 22%;
}
#footer .footer-top h2 {
  font-size: 18px;
  color: #c2c2c2;
  margin-bottom: 15px;
}
#footer .footer-top p {
  color: #909090;
  line-height: 25px;
}
#footer .footer-top ul li {
  line-height: 28px;
  color: #909090;
}
#footer .footer-top ul li a {
  color: #909090;
}
#footer .footer-top ul li a:hover {
  color: #e72028;
}
#footer .footer-bottom {
  background: #e72028;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #ffffff;
  margin-right: 10px;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
.menu-menu-container{ float: right; }


.inner-banner {
  padding-top: 86px;
  height: 223px;
  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: 22px;
  text-transform: capitalize;
  font-family: roboto-black;
}
.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: #db2b22;
}
.inner-page .sideBar {
  padding: 24px 0 25px;
  background: #f7f7f7;
}
.inner-page .sideBar.fix {
  position: fixed;
  width: 100%;
  top: 106px;
  left: 0;
  z-index: 999;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.inner-page .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: 24px;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
  display: none;
}
.inner-page .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: -2px;
  margin-top: 6px;
}
.inner-page .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);
}
.inner-page .sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.inner-page .sideBar .side-menu .cat-list {
  /*position: absolute;
  right: 0;
  top: 150%;*/
  /*background: #f7f7f7;
  display: none;*/
  z-index: 100;
}
.inner-page .sideBar .side-menu .cat-list li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
.inner-page .sideBar .side-menu .cat-list li .children{
  position: absolute;
  left: 0;
  background: #f7f7f7;
  top: 100%;
  display: none;
  width: 220px;
  padding: 30px 20px 10px;
  z-index: 99;
}
.inner-page .sideBar .side-menu .cat-list li .children li{
  margin-left: 0;
}
.inner-page .sideBar .side-menu .cat-list li:hover .children{
  display: block;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 35px;
  color: #101010;
  /*padding-left: 14px;
  width: 220px;*/
  font-size:16px; 
}
.inner-page .sideBar .side-menu .cat-list li a:hover,
.inner-page .sideBar .side-menu .cat-list li a.active {
  color: #db2b22;
}
.inner-page .inner-main-tit {
  color: #101010;
}
.inner-page .inner-main-tit span {
  font-size: 18px;
  font-family: roboto-light;
}
.inner-page .inner-main-tit h2 {
  font-size: 28px;
  margin-top: 0px;
  font-family: roboto-black;
}
.inner-page .inner-article {
  color: #101010;
  font-size: 18px;
  line-height: 30px;
  font-family: roboto-light;
}
.about-page .a-profile {
  padding: 81px 0 62px;
}
.about-page .a-profile .inner-article {
  margin-bottom: 41px;
}
.about-page .a-value {
  padding-bottom: 120px;
}
.about-page .a-value .value-con {
  margin: 128px 0 64px;
}
.about-page .a-value .value-con .inner-article {
  margin-bottom: 52px;
}
.about-page .a-value .value-con .inner-article:last-child {
  margin-bottom: 0;
}
.about-page .a-factory {
  background: #414141;
}
.about-page .a-factory .scroll-box {
  padding-top: 6px;
}
.about-page .a-factory .scroll-box a {
  position: relative;
  display: block;
}
.about-page .a-factory .scroll-box a img {
  width: 100%;
}
.about-page .a-factory .scroll-box a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(65, 65, 65, 0.55);
}
.about-page .a-factory .scroll-box a:hover:after {
  background: rgba(65, 65, 65, 0);
}
.about-page .a-factory .tab-box {
  height: 73px;
}
.about-page .a-factory .tab-box .zy-tab .fa {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  text-align: left;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.about-page .a-factory .tab-box .zy-tab .fa:hover {
  color: #db2b22;
}
.about-page .a-factory .tab-box .zy-tab .fa.right {
  margin-left: -2px;
}
.about-page .a-factory .tab-box .link-tab a {
  color: #414141;
  font-size: 16px;
  display: inline-block;
  width: 21px;
  text-align: center;
  line-height: 21px;
  height: 21px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.about-page .a-factory .tab-box .link-tab a:hover {
  background: #db2b22;
  color: #fff;
}
.about-page .a-advantage {
  padding: 104px 0 88px;
}
.about-page .a-advantage .tit {
  color: #414141;
  font-size: 28px;
  line-height: 26px;
  font-family: roboto-black;
}
.about-page .a-advantage .ad-list {
  margin-top: 53px;
}
.about-page .a-advantage .ad-list li {
  color: #101010;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-page .a-advantage .ad-list li i {
  float: left;
  width: 17%;
}
.about-page .a-advantage .ad-list li span {
  float: right;
  width: 78.4%;
  font-family: roboto-light;
  line-height: 40px;
  margin-top: -10px;
}
.product-yd-page .cat-main-box {
  padding-bottom: 43px;
}
.product-yd-page .cat-main-box .cat-banner {
  padding-top: 100px;
  height: 294px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.product-yd-page .cat-main-box .cat-banner .catTit {
  font-size: 26px;
  font-family: roboto-black;
}
.product-yd-page .cat-main-box .cat-banner .catTit a {
  color: #fff;
  font-size: 26px;
}
.product-yd-page .cat-main-box .cat-banner .catTit a:hover {
  color: #db2b22;
}
.product-yd-page .cat-main-box .cat-banner .sub-tit {
  color: #fff;
  font-size: 16px;
  font-family: roboto-light;
}
.product-yd-page .cat-main-box .cat-banner .sub-cat{
  margin-top: 170px;
  text-align: center;
}
.product-yd-page .cat-main-box .cat-banner .sub-cat li{
  display: inline-block;
  margin: 0 10px;
}
.product-yd-page .cat-main-box .cat-banner .sub-cat li a{
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.product-yd-page .cat-main-box .cat-body {
  padding: 76px 14.4% 0;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column {
  margin-right: 1.05%;
  width: 24.21%!important;
  margin-top: 9px;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column:nth-of-type(4n){
  margin-right: 0;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column:last-child {
  margin-right: 0;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column .img-box {
  background: #fafafa;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column .img-box img {
  width: 100%;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column .tit {
  text-align: center;
  font-family: roboto-light;
  font-size: 16px;
  height: 62px;
  overflow: hidden;
  line-height: 62px;
  background: #f1f1f1;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column .tit a {
  color: #1e1e1e;
  display: block;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column .tit a:hover {
  color: #fff;
  background: #db2b22;
}
.product-yd-page .cat-main-box .catMore {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 26px auto 0!important;
  width: 21px;
  text-align: center;
  height: 21px;
  line-height: 21px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #9e9e9e;
}
.product-yd-page .cat-main-box .catMore:hover {
  background: #db2b22;
}
.product-page .cat-main-box {
  padding-bottom: 0;
}
.product-page .cat-main-box .cat-body .grid.four > .column {
  margin-bottom: 40px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.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: 31px;
  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 .prodetTit {
  margin-bottom: 23px;
  color: #000000;
  font-family: roboto-light;
  font-size: 37px;
  text-transform: uppercase;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 6.3%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #1e1e1e;
  font-size: 28px;
  font-family: roboto-light;
  margin-bottom: 68px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .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 .grid.two.column .pro-det-one .proSocial a:hover {
  background: #db2b22;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 76px 0;
  background: #f2f2f2;
}
.prodet-page .prodet-det-two table {
  width: 100%;
  border-collapse: collapse;
}
/*.prodet-page .prodet-det-two table td {
  padding: 6px 10px;
}*/
.prodet-page .recommand-product {
  padding: 74px 0 66px;
}
.prodet-page .recommand-product li {
  margin-right: 8px;
}
.prodet-page .recommand-product li .img-box {
  background: #fafafa;
}
.prodet-page .recommand-product li .img-box img {
  width: 100%;
}
.prodet-page .recommand-product li .tit {
  text-align: center;
  font-family: roboto-light;
  font-size: 16px;
  height: 62px;
  overflow: hidden;
  line-height: 62px;
  background: #f1f1f1;
}
.prodet-page .recommand-product li .tit a {
  color: #1e1e1e;
  display: block;
}
.prodet-page .recommand-product li .tit a:hover {
  color: #fff;
  background: #db2b22;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #fbfbfb;
}
.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;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  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 #e72028;
}
.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 #e72028;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  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: 203px;
  height: 52px;
  border: none;
  background: #e72028 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: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic{
  width: 43.75%; 

}
.news-page .new-list li .new-con{
      width: 56.25%;
      padding-left:2%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #db2b22;
}
.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: #db2b22;
}
.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 .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;
}
.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 {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
}
.contact-page .c-list-box .c-name {
  color: #101010;
  font-size: 26px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 16px;
  color: #101010;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 14px;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
  background: #fff;
}
.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(189, 189, 189, 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: #fbfbfb;
  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: #da251c;
  color: #1c1c1c;
}
.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;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
.value-table table{
  width: 100%;
  border-collapse: collapse;
}
.value-table table td{
  background: #f5f5f5;
  padding: 14px 10px 14px 19px;
  border: 4px solid #fff;
}

.prodet-det-two table td{    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
    font-family: roboto-light;
      padding: 15px 0px 15px 0px;
    }


.prodet-det-two table{
    border: 1px solid #e0e0e0;
    margin-top: 61px;
    margin-bottom: 30px;
}      

.fix-side{
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 500;
}
.fix-side .mvBtn{
  width: 36px;
  height: 157px;
  cursor: pointer;
  background: url(../images/side-btn.png) no-repeat center;
  margin-top: 130px;
}
.fix-side .side-con{
  padding-bottom: 19px;
  width: 165px;
  background: #f0f0f0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}
.fix-side .side-con .c-btn{
  padding: 22px 0 0 22px;
}
.fix-side .side-con .c-btn a{
  display: flex;
  width: 127px;
  height: 37px;
  border: 2px solid #0094d9;
  border-radius: 8px;
  padding-left: 12px;
  margin-bottom: 14px;
  align-items: center;
}
.fix-side .side-con .c-btn a.bb{
  border-color: #2fc575;
}
.fix-side .side-con .c-btn a img{
  width: auto;
}
.fix-side .side-con .c-btn a i{
  display: inline-block;
  width: 52px;
  text-align: center;
  color: #010101;
  font-size: 12px;
  line-height: 10px;
  font-family: roboto-bold;
  margin-left: 12px;
}
.fix-side .side-con .phone-box{
  padding: 15px 0;
  background: #fff;
}
.fix-side .side-con .phone-box>span{
  border: 1px solid #0094d9;
  display: block;
  padding: 4px 0 10px 9px;
}


.contactList {    font-family: roboto-light;}
.contactList p{     line-height: 24px;
    font-size: 14pt;
    margin-bottom: 9px;}


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


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

.qq{
	position: fixed;
	width: 170px;
	height: 276px;
	right: 0;
	top:40%;
	background: url(../images/t1.png) no-repeat right center;
	padding: 5% 2%;
	padding-right: 0;
	right: -163px;
}
.qq .qq-left{
	width: 38px;
	height: 150px;
	position: absolute;
	right: 162px;
	top:63px;
	background: url(../images/contact.png) no-repeat left center;
	cursor: pointer;
}
.qq a{
	width: 123px;
	height: 34px;
	background: url(../images/qq_03.jpg) no-repeat 10px center;
	line-height: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 2px solid #0094d9;	
    display: block;
    padding-left: 40px;
}

@media screen and (max-width: 1230px){
    .container{
        width:970px;
    }
    #header .nav .menu-box .menu > li {
    margin: 0 10px;
}
}

@media screen and (max-width: 970px){
    .container{
        width:768px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -60px;
}
#index-body .i-about .grid-box .column {
    width:100%;
}

.product-yd-page .cat-main-box .cat-body .grid.four > .column {
    margin-right: 1.05%;
    width: 49.21%!important;
    margin-top: 9px;
}
.product-yd-page .cat-main-box .cat-body .grid.four > .column:nth-of-type(2n) {
    margin-right: 0;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
    width: 100%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
    padding-left: 0!important;
    width:  100%!important;
    margin-top:30px;
}
}

@media screen and (max-width: 768px){
    .container{
        width:100%;
    }
    #index-body .i-strength {
    padding: 26px 0;
}
#index-body h2.h2 span{
    font-size:20px;
}
#index-body .i-strength .strength-details .strength-details-information .prodet-details-information-bdy h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
#index-body .i-partner {
    padding: 34px 0 36px;
}
#index-body .i-video h3 span {
    display: none;
}
#index-body .i-video p {
    padding: 0 5%;
}
#index-body .i-about {
    padding: 30px 0 32px;
}
.i-product {
    padding: 30px 0 32px;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit h4 {
    width:100%;
    margin-right: 0%;
    padding-left: 45%;
    margin-bottom: 10px;
}
.i-product .prodet-page2 .prodet-details .prodet-details-tit {
    height: auto;
}
#index-body .i-news {
    padding: 30px 0 37px;
}
#footer .footer-top .column {
    width: 100%;
    margin-bottom:20px;
}
.mlztx,.qq{
    display:none;
}

.inner-page .inner-main-tit {
    color: #101010;
    width: 100%;
}
.inner-page .sideBar .side-menu {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
}
.inner-page .inner-main-tit h2 {
    font-size: 24px;
    margin-top: 0px;
    font-family: roboto-black;
    text-align: center;
}
.inner-page .inner-main-tit span {
    font-size: 18px;
    font-family: roboto-light;
    text-align: center;
    display: block;
}
.product-yd-page .cat-main-box .cat-banner .sub-cat li{
    margin-bottom:10px;
}
.product-yd-page .cat-main-box .cat-body {
    padding: 110px 4.4% 0;
}
.news-page .new-list li .new-pic{
   display:none; 
}
.news-page .new-list li .new-con {
    width: 100%;
    padding-left: 0%;
}
.news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height:auto;
}
.prodetFeedback .innerTit {
    font-size: 20px;
}
 .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
.prodet-page .prodet-det-two table{
    display: block;
    width: 100%;
    overflow-x: scroll;
}

}



