@font-face {
  font-family: 'lato-regular';
  src: url(../fonts/lato-regular.ttf) format('truetype'), url(../fonts/lato-regular.eot) format('eot'), url(../fonts/lato-regular.woff) format('woff'), url(../fonts/lato-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'oswald-bold';
  src: url(../fonts/oswald-bold.ttf) format('truetype'), url(../fonts/oswald-bold.eot) format('eot'), url(../fonts/oswald-bold.woff) format('woff'), url(../fonts/oswald-bold.woff2) format('woff2');
}

#ewm {
  max-width: 160px;
  border: 5px solid #ffffff;
}

.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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #29292d;
}
#header .nav {
  position: relative;
}
#header .nav .h-search {
  margin-top: 30px;
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
  background: url(../images/line_03.jpg) no-repeat left center;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 18px;
}
#header .nav .logo {
  padding: 0 30px;
  background: #fff;
}
#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;
  line-height: 90px;
  height: 90px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  font-family: "oswald-bold";
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  padding: 0 36px;
}
#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: 20px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ffffff;
}
#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: #ffffff;
  background: #db0000;
}
#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: 30%;
  left: 35%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #db0000;
  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;
  position: relative;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box .menu > li .sub-menu .sub-menu{
	position:abosolute;
	left:100%;
	top:0;
	width:100%;
	/*display:none!important;*/
}
/*#header .nav .menu-box .menu > li .sub-menu li:hover .sub-menu{
	display:block!important;
}*/
#header .nav .h-others {
  padding-left: 50px;
}
#header .nav .h-others p.icon {
  padding-top: 35px;
}
#header .nav .h-others p.icon .fa {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
#header .nav .h-others .language {
  background: #232323;
  padding: 5px 12px;
  margin-top: 30px;
}
#header .nav .h-others .language img {
  width: auto;
  margin-right: 8px;
}
#header.h-header {
  position: fixed;
  top: 0;
  left: 0;
}
#banner {
  margin: 90px 0 0;
}
#index-body .i-cat-product .column .img-box {
  position: relative;
}
#index-body .i-cat-product .column .img-box .layer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 15% 0 0 10%;
  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-cat-product .column .img-box .layer h2 {
  font-family: oswald-bold;
  text-transform: uppercase;
}
#index-body .i-cat-product .column .img-box .layer h2 a {
  font-size: 48px;
  color: #fff;
}
#index-body .i-cat-product .column .img-box .layer a.more {
  font-family: "lato-regular";
  color: #fff;
  text-transform: capitalize;
}
#index-body .i-cat-product .column .img-box .layer a.more .fa {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #000;
  margin-right: 10px;
}
#index-body .i-cat-product .column .img-box .layer .line {
  width: 80px ;
  height: 3px;
  background: #db0000;
  margin-top: 20px;
}
#index-body .i-cat-product .column .img-box:hover .layer {
  background: rgba(0, 0, 0, 0);
}
#index-body .i-cat-product .column .img-box:hover .layer h2 a {
  color: #434451;
}
#index-body .i-cat-product .column .img-box:hover .layer a.more {
  color: #434451;
}
#index-body .i-cat-product .column .img-box:hover .layer a.more .fa {
  background: #434451;
  color: #eee;
}
#index-body .tit h2 {
  color: #0c0c0c;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: "oswald-bold";
  position: relative;
}
#index-body .tit h2:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #db0000;
  left: 37%;
  bottom: 14px;
}
#index-body .tit h2:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #db0000;
  right: 37%;
  bottom: 14px;
}
#index-body .tit p {
  font-size: 14px;
  color: #db0000;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  font-family: "oswald-bold";
}
#index-body .i-product {
  padding: 114px 0 60px;
  background: url(../images/pro-bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-product .pro-list {
  margin-top: 70px;
  position: relative;
}
#index-body .i-product .pro-list .icon {
  width: 48px;
  height: 48px;
  background: url(../images/left_03.jpg) no-repeat center;
  left: -8%;
  top: 40%;
  position: absolute;
  cursor: pointer;
}
#index-body .i-product .pro-list .right {
  left: auto;
  right: -8%;
  background: url(../images/right_03.jpg) no-repeat center;
}
#index-body .i-product .pro-list .swiper-slide {
  padding: 10px;
}
#index-body .i-product .pro-list .swiper-slide .img-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
#index-body .i-product .pro-list .swiper-slide .img-box .layer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -76px;
  background: #131313;
  height: 76px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-list .swiper-slide .img-box .layer p {
  font-family: oswald-bold;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
#index-body .i-product .pro-list .swiper-slide .img-box .layer p a {
  font-size: 18px;
  color: #fff;
}
#index-body .i-product .pro-list .swiper-slide .img-box:hover .layer {
  bottom: 0;
}
#index-body .more-all {
  padding: 50px 0;
  background: #212229;
}
#index-body .more-all .mores {
  color: #db0000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: oswald-bold;
  text-align: center;
  display: block;
}
#index-body .i-three-part {
  background: #000;
  padding: 1% 0;
}
#index-body .i-three-part .swiper-slide {
  background: #31323c;
  padding: 5%;
  width: 32.3%;
  cursor: pointer;
  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-three-part .swiper-slide img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .i-three-part .swiper-slide h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
  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-three-part .swiper-slide p {
  color: #fff;
  line-height:2;
  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-three-part .swiper-slide:hover {
  background: #fff;
}
#index-body .i-three-part .swiper-slide:hover h2,
#index-body .i-three-part .swiper-slide:hover p {
  color: #31323c;
}
#index-body .i-three-part .swiper-slide:hover p {
  color: #818080;
}
#index-body .i-three-part .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-about .i-fl {
  background: url(../images/left-banner_06.jpg) no-repeat center;
}
#index-body .i-about .column {
  background: #f3f3f3;
  padding: 6% 7%;
}


#index-body .i-about .column .inlh{
display:inline;
}
#index-body .i-about .column h2 {
  color: #0c0c0c;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: oswald-bold;
  margin-bottom: 30px;
}
#index-body .i-about .column p,#index-body .i-about .column .catnames {
  color: #848484;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
/*   text-align: center; */
}


#index-body .i-about .column a.more2 {
  width: 155px;
  height: 38px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #e6212a;
  display: block;
  font-family: oswald-bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #a2a2a2;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 40px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-about .column a.more2:hover {
  background: #e6212a;
  color: #fff;
}
#index-body .i-news {
  padding: 60px 2%;
}
#index-body .i-news .tit h2:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #db0000;
  left: 42%;
  bottom: 14px;
}
#index-body .i-news .tit h2:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #db0000;
  right: 42%;
  bottom: 14px;
}
#index-body .i-news .news-list {
  margin-top: 60px;
}
#index-body .i-news .news-list .swiper-slide {
  padding-top: 20px;
}
#index-body .i-news .news-list .swiper-slide .img-bg {
  padding: 30% 8% 7%;
  background: #f3f3f3;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#index-body .i-news .news-list .swiper-slide .img-bg .time {
  width: 112px;
  background: #2d2d2d;
  position: absolute;
  left: 10%;
  top: -10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 40px 10px;
}
#index-body .i-news .news-list .swiper-slide .img-bg .time p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
}
#index-body .i-news .news-list .swiper-slide .img-bg .time h2 {
  color: #bfbebe;
  font-size: 16px;
  float: right;
}
#index-body .i-news .news-list .swiper-slide .img-bg h3 {
  font-family: oswald-bold;
  margin-bottom: 10px;
}
#index-body .i-news .news-list .swiper-slide .img-bg h3 a {
  font-size: 16px;
  line-height:30px;
}
#index-body .i-news .news-list .swiper-slide .img-bg p {
  line-height: 30px;
  color: #a1a1a1;
  font-size: 16px;
}
#index-body .i-news .news-list .swiper-slide:hover .img-bg {
  background: #272727;
}
#index-body .i-news .news-list .swiper-slide:hover .img-bg .time {
  background: #db0000;
}
#index-body .i-news .news-list .swiper-slide:hover .img-bg h3 a {
  color: #fff;
}
#footer {
  background: #272727;
}
#footer a:hover {
  color: #f02119 !important;
}
#footer .footer-top {
  background: #272727;
  padding: 66px 0 30px;
}
#footer .footer-top .part1 .column {
  background: #1d1d1d;
  padding: 3% 40px;
}
#footer .footer-top .part1 .column h2 {
  color: #f02119;
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
}
#footer .footer-top .part1 .column p {
  color: #9b9b9b;
  line-height: 25px;
  text-align: center;
  margin-top: 8px;
}
#footer .footer-top .part1 .column:nth-child(2) {
  background: #080808;
}
#footer .footer-top ul li {
  line-height: 30px;
}
#footer .footer-top ul li a {
  color: #7f7f7f;
}
#footer .footer-top ul li a:hover {
  color: #fff !important;
}
#footer .footer-top .part2 {
  margin-top: 40px;
}
#footer .footer-top .part2 .column {
  width: 20%;
}
#footer .footer-top .part2 .column:nth-child(3) {
  width: 40%;
}
#footer .footer-top .part2 .column:nth-child(3) ul li {
  width: 100%;
  float: left;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: oswald-bold;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
  line-height:28px;
}
#footer .footer-bottom {
  border-top: 1px solid #3f3d3d;
}
#footer .footer-bottom p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
}
#footer .footer-bottom p a {
  color: #7f7f7f;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
.tit .tit-name {
  text-transform: uppercase;
  font-size: 25px;
  font-family: Calibri;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #888d93;
  background: #fff;
  padding: 5px 20px;
  width: 230px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.tit p.p {
  font-size: 32px;
  text-align: center;
  font-family: Calibri;
  padding: 10px 30%;
}
.tit p.text {
  color: #050302;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-family: Calibri;
}
.inner-banner {
  position: relative;
  padding-top: 180px;
  height: 451px;
  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: 30px;
  line-height:1.6;
  text-transform: uppercase;
}
.inner-banner .bread-crumbs {
  font-size: 20px;
}
.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a:hover {
  color: #0d73c5;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.inner-page .sidebar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
}
.inner-page .about-artical .container h1 {
	font-size: 28px;
	line-height: 2;
	font-family: 'lato-regular';
}
.inner-page .about-artical .container .catword {
	font-size: 16px;
	line-height: 2;
	font-family: 'lato-regular';
}
.inner-page .prolist .container h1{
font-size: 20px;
    line-height: 34px;
    color: #db0000;
	margin-bottom:10px;
}
.inner-page .prolist .container .catword{
font-size:14px;
line-height:28px;
margin-bottom:10px;
}
.inner-page .sidebar .side-top .side-menu li {
  float: left;
  position: relative;
}
.inner-page .sidebar .side-top .side-menu:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li{
	position:relative;
}
.inner-page .sidebar .side-top .side-menu li .children{
	position:absolute;
	top:100%;
	left:50%;
	width:100%;
	margin-left:-200px;
	z-index:200;
	background:#db0000;
	text-align:center;
	display:none;
}
.inner-page .sidebar .side-top .side-menu li .children li{
	float:none;
}
.inner-page .sidebar .side-top .side-menu li .children a{ 
	font-size:14px;
	color:#fff;
	height:50px;
	line-height:50px;
	transition:0.4s ease;
}
.inner-page .sidebar .side-top .side-menu li .children a:hover{
	background:#000;
	color:#fff;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  height: 72px;
  position: relative;
  line-height: 72px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span {
  position: relative;
  z-index: 11;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box {
  float: left;
  margin-top: 15px;
  padding-right: 25px;
}
.inner-page .sidebar .side-top .side-menu li a .grid-box.four{
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a span {
  color: #666666;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover span,
.inner-page .sidebar .side-top .side-menu li a.active span {
  color: #db0000;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  opacity: 1;
}
.about-artical {
  padding: 30px 0;
}
.about-artical .ico-box{
  display: none;
}
.about-artical .part1 {
  padding-bottom: 90px;
}
.about-artical .part1 .grid-box.two .column.pl {
  width: 55%;
  padding-right: 5%;
}
.about-artical .part1 .grid-box.two .column.pl .tit {
  text-align: left;
}
.about-artical .part1 .grid-box.two .column.pl .tit .tit-name {
  margin-left: 0;
}
.about-artical .part1 .grid-box.two .column.pl .tit p.p {
  text-align: left;
  padding: 10px 0;
}
.about-artical .part1 .grid-box.two .column.pl .text p {
  line-height: 25px;
}
.about-artical .part1 .grid-box.two .column.pl .grid-box.three {
  margin-top: 40px;
}
.about-artical .part1 .grid-box.two .column.pl .grid-box.three .column {
  width: 30%;
}
.about-artical .part1 .grid-box.two .column.pl .grid-box.three .column h2 {
  color: #000000;
}
.about-artical .part1 .grid-box.two .column.pl .grid-box.three .column h2 span {
  font-size: 36px;
  color: #d4d4d4;
  font-weight: bold;
  margin-right: 5px;
}
.about-artical .part1 .grid-box.two .column.pl .grid-box.three .column:nth-child(1) {
  width: 40%;
}
.about-artical .part1 .grid-box.two .column.pr {
  width: 45%;
  padding-right: 0;
}
.about-artical .about-bg {
  width: 100%;
  background: url(../images/about-bg_02.jpg) no-repeat center;
  min-height: 790px;
  background-attachment: fixed;
}
.about-artical .part2 {
  padding: 80px 0;
  background: #e9e9e9;
}
.about-artical .part2 .tit .tit-name {
  background: #e9e9e9;
}
.about-artical .part2 .honor-list {
  margin-top: 50px;
}
.about-artical .part3 {
  padding: 80px 0 50px;
}
.about-artical .part3 .tit .tit-name {
  width: 241px;
}
.about-artical .part3 .factory-list {
  margin-top: 57px;
  position: relative;
}
.about-artical .part3 .factory-list .icon {
  width: 80px;
  height: 80px;
  background: url(../images/left.png) no-repeat center;
  position: absolute;
  left: -7%;
  top: 34%;
  cursor: pointer;
}
.about-artical .part3 .factory-list .right {
  left: auto;
  right: -7%;
  background: url(../images/right.png) no-repeat center;
}
.product-page .about-artical .grid-box .column img {
  width: auto;
  margin: 0 0 40px;
  display: block;
  margin: 0 auto 30px;
}
.product-page .about-artical .grid-box .column h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 10px;
}
.product-page .about-artical .grid-box .column p {
  text-align: center;
  font-size: 18px;
}
.product-page a.more {
  color: #fff;
  width: 395px;
  height: 56px;
  text-transform: uppercase;
  text-align: center;
  line-height: 56px;
  display: block;
  background: linear-gradient(to right, #7dd9cd, #2f4b96);
  font-size: 24px;
  margin: 0 auto;
  margin-top: 100px;
}
.product-page .prolist ul li {
  background: #ededed;
  padding: 10px 0;
}
.product-page .prolist ul li .img {
  float: left;
  width: 40%;
}
.product-page .prolist ul li .img img {
  width: auto;
}
.product-page .prolist ul li .text {
  float: right;
  width: 60%;
  padding-left: 5%;
  padding-top: 5%;
}
.product-page .prolist ul li .text h2 a {
  font-size: 30px;
  font-weight: bold;
}
.product-page .prolist ul li .text h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 30px;
}
.product-page .prolist ul li .text p {
  font-size: 20px;
  line-height: 25px;
}
.product-page .prolist ul li .text a.more {
  width: 200px;
  margin-left: 0;
  margin-top: 60px;
}
.product-page .prolist ul li:nth-child(2n) {
  background: #fff;
}
.product-page .prolist ul li:nth-child(2n) .img {
  float: right;
}
.product-page .prolist ul li:nth-child(2n) .text {
  float: left;
  padding: 5% 5% 0 0;
}
.thanks {
  background: url(../images/thank-bg_02.jpg) repeat-y;
  padding: 80px 0 120px;
}
.thanks h2 {
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}
.thanks p {
  text-transform: uppercase;
  text-align: center;
}
.prodet-page .prodet-top {
  background: #ededed;
  padding: 20px 0;
}
.prodet-page .prodet-top .prodet-fl {
  width: 50%;
}
.prodet-page .prodet-top .prodet-fr {
  width: 50%;
  padding-left: 5%;
  padding-top: 6%;
}
.prodet-page .prodet-top .prodet-fr .con{
line-height:30px;
}

.prodet-page .prodet-top .prodet-fr h2,.prodet-page .prodet-top .prodet-fr h1 {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .prodet-top .prodet-fr h3 {
  margin: 25px 0 15px;
  font-size: 20px;
}
.prodet-page .prodet-top .prodet-fr .p {
  background: url(../images/dashe_03.jpg) repeat-x left bottom;
  padding-bottom: 30px;
  line-height:30px;
}
.prodet-page .prodet-top .prodet-fr p.icon {
  padding: 60px 0 10px;
}
.prodet-page .prodet-top .prodet-fr p.icon .fa {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background: #959595;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 8px;
}
.prodet-page .prodet-top .prodet-fr p.icon .fa:hover {
  background: #7fbc31;
}

.prodet-page .prodet-top .prodet-fr .form{

}
.prodet-page .prodet-top .prodet-fr .form ul{

}
.prodet-page .prodet-top .prodet-fr .form ul li{
  padding: 5px 0;
}
.prodet-page .prodet-top .prodet-fr .form ul li span{
  font-weight: bold; font-size: 16px; margin-right: 8px;
}
.prodet-page .prodet-top .prodet-fr .form ul li input{
  border: 1px solid #ccc; background:#ffffff; outline: none;
  padding: 0; width:146px; height: 30px; padding: 0 5px;
}
.prodet-page .prodet-top .prodet-fr .send {
  color: #ababab;
  width: 230px;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  display: block;
  padding-left: 30px;
  background: linear-gradient(to right, #aaaaaa, #626262);
  font-size: 18px;
  margin-right: 10px;
  float: left;
  margin-top: 20px;
  position: relative;
}
.prodet-page .prodet-top .prodet-fr .send:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  left: 14px;
  top: 7px;
  background: url(../images/mail.png) no-repeat center;
}
.prodet-page .prodet-top .prodet-fr .download {
  background: linear-gradient(to right, #7dd9cd, #2f4b96);
  color: #fff;
  position: relative;
}
.prodet-page .prodet-top .prodet-fr .download:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  left: 20px;
  top: 7px;
  background: url(../images/download.png) no-repeat center;
}
.prodet-page .prodet-details {
  padding: 30px 0;
}
.prodet-page .prodet-details .pro-name {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
}
.prodet-page .prodet-details .details {
  padding: 20px 0;
}
.prodet-page .prodet-details .recommend {
  margin-top: 60px;
}
.prodet-page .prodet-details .recommend .recommend-list {
  position: relative;
}
.prodet-page .prodet-details .recommend .recommend-list .icon {
  width: 27px;
  height: 119px;
  background: url(../images/recommend-left_03.jpg) no-repeat center;
  position: absolute;
  left: -4%;
  top: 30%;
  cursor: pointer;
}
.prodet-page .prodet-details .recommend .recommend-list .right {
  background: url(../images/recommend-right_05.jpg) no-repeat center;
  left: auto;
  right: -4%;
}
.prodet-page .prodet-details .recommend .recommend-list .swiper-slide {
  border: 1px solid #ccc;
}
.prodet-page .prodet-details .recommend .recommend-list .swiper-slide img {
  width: auto;
}
.prodet-page .prodet-details .recommend .recommend-list .swiper-slide .text {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.prodet-page .prodet-details .recommend .recommend-list .swiper-slide .text p {
  text-align: center;
}
.prodet-page .prodet-details .recommend .recommend-list .swiper-slide .text p a {
  font-size: 18px;
  line-height:32px;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-text {
  padding-top: 130px;
  background: #fafafa;
}
.contact-page .contact-text .grid-box.four {
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.contact-page .contact-text .grid-box.four .column {
  padding-right: 40px;
}
.contact-page .contact-text .grid-box.four .column img {
  width: auto;
  margin-bottom: 30px;
}
.contact-page .contact-text .grid-box.four .column h2 {
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
.contact-page .contact-text .grid-box.four .column h2 .fa {
  font-size: 18px;
  margin-right: 8px;
}
.contact-page .contact-text .grid-box.four .column p {
  line-height: 25px;
  font-size: 17px;
}
.contact-page .contact-text .grid-box.three {
  padding: 80px 0;
}
.contact-page .contact-text .grid-box.three .column {
  padding-right: 5%;
}
.contact-page .contact-text .grid-box.three .column p {
  line-height: 25px;
  font-size: 18px;
}


.faq-page .faq-list {
  padding: 100px 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 19px 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 0 0 0 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: block;
	margin-top:20px;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #6dad55;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}


.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin:30px 0;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #6dad55;
}
.m-page a:active {
  background: #6dad55;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #6dad55;
}


.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-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 23px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #008cd6;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 18px;
  line-height: 29px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #008cd6;
}
.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 .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;
}

.gallery-list .grid-box .column{
  padding: 0 20px;
}
.gallery-list .grid-box .column p{
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
.gallery-list{
  padding: 80px 0 0;
}
.gallery-list .grid-box{
  padding-bottom: 80px;
}


.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;
}

.con table{
  width:100%;
}
.con table tr td{
  padding:4px 5px;
}
.con table tr:nth-child(1){
  background-color: #db0000 !important;
    color: #ffffff;
}
.con table tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
}
.con table tr:nth-child(even) {
    background: #ffffff;
}


@media screen and (max-width: 1820px) {
  #header .nav .menu-box .menu > li > a {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .menu-box .menu > li > a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-news .news-list .swiper-slide .img-bg .time {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .i-fl {
    min-height: 300px;
  }
  .i-cat-product .grid-box.two > .column,
  .i-about .grid-box.two > .column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .i-cat-product .column .img-box .layer h2 a {
    font-size: 20px;
  }
  #index-body .tit h2 {
    color: #0c0c0c;
    font-size: 20px;
  }
  #index-body .i-three-part .swiper-slide {
    width: 100%;
    margin-bottom: 3px;
  }
  #index-body .i-three-part .swiper-slide h2 {
    color: #fff;
    font-size: 18px;
  }
  #index-body .i-about .column h2 {
    font-size: 20px;
  }
  #footer .footer-top .part1 .column {
    background: #1d1d1d;
    padding: 3% 40px;
    width: 100%;
  }
  #footer .footer-top .part2.grid-box.four > .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: oswald-bold;
  }
  #index-body .tit h2:before {
    left: 30% !important;
  }
  #index-body .tit h2:after {
    right: 30% !important;
  }
	#banner {
    margin: 50px 0 0;
}
/* 	.mlztx{
		display:none;
	} */
	#footer .footer-top .part2 .column.i-qr{
		display:none;
	}
}
.thumb-gallery{
	margin:20px 0;
}
.thumb-gallery li{
	width:25%; float:left;
}


@media screen and (max-width:768px) {
	.container-contact100{
		max-height:100%;
		overflow-y:scroll;
	}
	.inner-banner{
		padding-top: 50px;
    	height: 180px;
	}
	.inner-banner .inner-tit{
		font-size:20px;
	}
	.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span{
		font-size:14px;
	}
	.inner-page .sidebar,
	#footer .footer-top .part2,
	#footer .footer-bottom p.fr,
	.about-artical .part1 .grid-box.two .column.pl .grid-box.three{
		display:none;
	}
	.about-artical .part1 {
    padding-bottom: 0px;
	}
	.prodet-page .prodet-top .prodet-fl,
	.prodet-page .prodet-top .prodet-fr,
	.about-artical .part1 .grid-box.two .column.pl,
	.about-artical .part1 .grid-box.two .column.pr,
	.news-page .new-list li .new-pic,
	.news-page .new-list li .new-con,
	.contact-page .contact-text .grid-box.four .column,
	.contact-page .contact-text .grid-box.three .column{
		width:100%!important;
		padding:0!important;
	}
	.prodet-page .prodet-details .pro-name{
		font-size:20px;
	}
	.prodet-page .prodet-top .prodet-fr h2,.prodet-page .prodet-top .prodet-fr h1{
		font-size:20px;
	}
	.prodet-page .prodet-top .prodet-fr p.icon{
		padding-top:20px;
	}
	.prodet-page .prodet-details table{
		width:100%!important;
		display:block!important;
		overflow-x:scroll!important;
		height:auto!important;
	}
	.prodet-page .prodet-details img{
		width:100%!important;
		height:auto!important;
	}
	.thanks{
		padding: 50px 20px;
	}
	.thanks h2{
		font-size:40px;
	}
	.about-artical,
	.gallery-list{
    padding: 40px 0;
	}
	.about-artical .part1 .grid-box.two .column.pl .tit{
		margin-top:20px;
	}
	.gallery-list .grid-box .column{
		width:50%;
		padding: 0 10px;
	}
	.gallery-list .grid-box .column p{
		font-size:14px;
		padding-top:10px;
	}
	.gallery-list .grid-box,
	.gallery-list{
		padding-bottom:0;
	}
	.product-page .prolist .column{
		width:100%;
	}
	.news-page .new-list li .new-con{
		margin-top:20px;
	}
	.news-page .new-list li .new-con .abst{
		margin: 0px 0 15px;
	}
	.contact-page .contact-text{
		padding-top:40px;
	}
	.contact-page .contact-text .grid-box.four .column{
		text-align:center;
	}
	.contact-page .contact-text .grid-box.three{
		width:100%;
		display:block;
		padding: 40px 0;
	}
	.contact-page .contact-text .grid-box.three .column p {
    line-height: 30px;
    font-size: 16px;
	}
}

.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 #143c78;
}
.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 #143c78;
}
.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: 203px;
    height: 52px;
    border: none;
    background: #143c78;
    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;
}
.prodetFeedback .innerTit {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
