@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-REGULAR';
  src: url(../fonts/MONTSERRAT-REGULAR.ttf) format('truetype'), url(../fonts/MONTSERRAT-REGULAR.eot) format('eot'), url(../fonts/MONTSERRAT-REGULAR.woff) format('woff'), url(../fonts/MONTSERRAT-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Russo-One-Regular';
  src: url(../fonts/Russo-One-Regular.ttf) format('truetype'), url(../fonts/Russo-One-Regular.eot) format('eot'), url(../fonts/Russo-One-Regular.woff) format('woff'), url(../fonts/Russo-One-Regular.woff2) format('woff2');
}
body {
  font-family: "roboto-regular";
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
}
.grid-box > .column {
  font-size: 14px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  line-height: 52px;
  height: 52px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 0;
  line-height: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after,
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  height: 1px;
  width: 0;
  background: white;
  display: block;
  position: absolute;
  -webkit-transition: .5s all,left .5s .3s,right .5s .3s;
  -moz-transition: .5s all,left .5s .3s,right .5s .3s;
  -ms-transition: .5s all,left .5s .3s,right .5s .3s;
  -o-transition: .5s all,left .5s .3s,right .5s .3s;
  transition: .5s all,left .5s .3s,right .5s .3s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  left: 0;
  bottom: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  right: 0;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  width: 15px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:after {
  left: -5px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  right: -5px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -5px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #d72323;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .box .yuy span {
  display: block;
}
#header .nav .ui.menu .box .yuy img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav .ui.menu .box .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 13px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #d72323;
  display: none \9;
}
#header .nav .ui.menu .box .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .nav .ui.menu .box .yuy ul li img {
  max-width: 30px;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .box .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header.active {
  background: #d72323;
  box-shadow: 0 0 15px rgba(215, 35, 35, 0.3);
}
#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;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/icon-aorrw-left.png") no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/icon-aorrw-right.png") no-repeat center center;
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 100% 100%;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background: white;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
/*   word-break: break-word; */
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.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;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #d72323;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #d72323 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #d72323;
  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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #d72323;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content.ie1 .left {
  max-width: 35%;
}
#banner li .content h2 {
  display: block;
  font-family: "Russo-One-Regular";
  font-size: 40px;
	text-shadow: 0 3px 0 rgba(115, 115, 115, 0.33);
  text-transform: uppercase;
  line-height: 54px;
}
#banner li .content p {
  display: block;
  font-size: 19px;
  font-family: "roboto-bold";
  line-height: 33px;
  margin: 40px 0;
}
#banner li .content .btn {
  display: block;
}
#banner li .content .btn a {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .btn a.about {
  background: #d72323;
  margin-right: 30px;
}
#banner li .content .btn a.about:hover {
  background: #272727;
}
#banner li .content .btn a.contact {
  background: #272727;
}
#banner li .content .btn a.contact:hover {
  background: #d72323;
}
@-webkit-keyframes jump-width {
  from {
    width: 20%;
  }
  15% {
    width: 25%;
  }
  25% {
    width: 15%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  to {
    width: 20%;
  }
}
@-o-keyframes jump-width {
  from {
    width: 20%;
  }
  15% {
    width: 25%;
  }
  25% {
    width: 15%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  to {
    width: 20%;
  }
}
@-moz-keyframes jump-width {
  from {
    width: 20%;
  }
  15% {
    width: 25%;
  }
  25% {
    width: 15%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  to {
    width: 20%;
  }
}
@keyframes jump-width {
  from {
    width: 20%;
  }
  15% {
    width: 25%;
  }
  25% {
    width: 15%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  to {
    width: 20%;
  }
}
#index-body h2 {
  text-align: center;
  font-family: "Russo-One-Regular";
  font-size: 50px;
  color: #2d2d2d;
  line-height: 50px;
}
#index-body h2 em {
  display: block;
}
#index-body h2 small {
  display: inline-block;
  margin-top: 30px;
  font-size: 13px;
  color: #878787;
  font-family: "Montserrat-Regular";
  line-height: normal;
}
#index-body h2 small:after,
#index-body h2 small:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #d72323;
  vertical-align: middle;
  margin: 0 8px;
}
#index-body p.t {
  display: block;
  margin: 20px auto 0;
  max-width: 600px;
  font-size: 14px;
  color: #575757;
  line-height: 22px;
  text-align: center;
  font-family: "MONTSERRAT-REGULAR";
}
#index-body .init-1 {
  padding: 130px 0 160px;
}
#index-body .init-1 .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 70px;
}
#index-body .init-1 .btn div {
  line-height: 37px;
  height: 40px;
  width: 40px;
  border: 2px solid #d72323;
  text-align: center;
  font-size: 18px;
  color: #d72323;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-left: 10px;
}
#index-body .init-1 .btn div:hover {
  background: #d72323;
  color: white;
}
#index-body .init-1 .box {
  padding-top: 45px;
}
#index-body .init-1 .box ul {
  padding: 0 15px;
}
#index-body .init-1 .box ul li {
  padding: 0 15px;
}
#index-body .init-1 .box ul li a.img-box {
  display: block;
}
#index-body .init-1 .box ul li .content {
  display: block;
  padding: 0 30px;
  margin-top: -51px;
}
#index-body .init-1 .box ul li .content .text {
  display: block;
  padding: 20px 30% 20px 15px;
  color: white;
  position: relative;
  background: #d72323;
}
#index-body .init-1 .box ul li .content .text h3 {
  display: block;
  font-size: 18px;
  font-family: "Russo-One-Regular";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-1 .box ul li .content .text h3:after {
  content: '';
  width: 30%;
  height: 1px;
  background: white;
  display: block;
  -webkit-animation: jump-width 1s linear infinite;
  -o-animation: jump-width 1s linear infinite;
  -ms-animation: jump-width 1s linear infinite;
  -moz-animation: jump-width 1s linear infinite;
  animation: jump-width 1s linear infinite;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li .content .text p {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 30px;
}
#index-body .init-1 .box ul li .content .text a.more {
  width: 26%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #262626;
}
#index-body .init-1 .box ul li .content .text a.more img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-1 .box ul li:hover .content h3:after {
  opacity: 1;
}
#index-body .init-2 {
  padding: 120px 0 200px;
  background: url("../images/init-2-bg.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-2 .left {
  padding-right: 15px;
  vertical-align: middle;
  width: 50%;
}
#index-body .init-2 .left i {
  display: block;
  font-size: 13px;
  color: #bebebe;
  font-family: "MONTSERRAT-REGULAR";
}
#index-body .init-2 .left h3 {
  display: block;
  font-size: 24px;
  color: white;
  font-family: "roboto-bold";
  line-height: 35px;
  margin-top: 15px;
}
#index-body .init-2 .left p {
  display: block;
  font-size: 14px;
  color: #bebebe;
  font-family: "MONTSERRAT-REGULAR";
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#index-body .init-2 .left a.more {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 160px;
  background: #d72323;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  font-family: "roboto-bold";
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left a.more:hover {
  background: #333;
}
#index-body .init-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 35px;
}
#index-body .init-2 .right .box2 {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .init-2 .right .box2 img {
  width: 100%;
}
#index-body .init-2 .right .box2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .right .box2 .play:after,
#index-body .init-2 .right .box2 .play:before {
  content: '';
  width: 76px;
  height: 76px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body .init-2 .right .box2 .play:after {
  background: #d72323;
}
#index-body .init-2 .right .box2 .play:before {
  border: 1px solid rgba(215, 35, 35, 0.4);
  z-index: 1;
}
#index-body .init-2 .right .box2 .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
}
#index-body .init-2 .right .box2 .play:hover:after {
  box-shadow: 0 0 70px rgba(215, 35, 35, 0.74);
}
#index-body .init-2 .right .box2 .play:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
#index-body .init-3 ul {
  padding: 60px 0;
  background: url("../images/init-3-bg.jpg") center center;
  background-size: cover;
  margin-top: -110px;
}
#index-body .init-3 ul li {
  text-align: center;
  color: white;
}
#index-body .init-3 ul li h3 {
  display: block;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
#index-body .init-3 ul li p {
  display: block;
  font-size: 12px;
}
#index-body .init-4 {
  padding: 100px 0 140px;
  text-align: center;
}
#index-body .init-4 .box {
  padding-top: 80px;
}
#index-body .init-4 .box ul {
  margin: -15px;
}
#index-body .init-4 .box ul li {
  padding: 15px;
}
#index-body .init-4 .box ul li a {
  display: block;
  background: white;
  box-shadow: 0 0 20px rgba(201, 201, 201, 0.16);
}
#index-body .init-4 .box ul li a h5 {
  display: block;
  position: relative;
  z-index: 1;
  padding: 5px 15px 25px;
  background: white;
  font-size: 14px;
  color: #6d6d6d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a:hover h5 {
  color: #d72323;
}
#index-body .init-5 {
  padding: 160px 0 180px;
  background: url("../images/init-5-bg.jpg") center center;
  background-attachment: fixed;
  position: relative;
}
#index-body .init-5 .left {
  width: 32%;
}
#index-body .init-5 .left h3 {
  display: block;
  color: white;
  font-size: 38px;
  text-transform: uppercase;
  position: relative;
}
#index-body .init-5 .left h3:before {
  content: '';
  width: 28px;
  height: 3px;
  background: #d72323;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
}
#index-body .init-5 .left p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-family: "MONTSERRAT-REGULAR";
  margin-top: 40px;
  color: white;
}
#index-body .init-5 .right {
  width: 68%;
  padding-left: 7%;
}
#index-body .init-5 .right ul {
  margin: -20px -25px;
}
#index-body .init-5 .right ul li {
  padding: 20px 25px;
}
#index-body .init-5 .right ul li i {
  display: block;
  height: 50px;
}
#index-body .init-5 .right ul li h4 {
  display: block;
  color: white;
  font-size: 22px;
  font-family: "Montserrat-Medium";
  line-height: 22px;
  margin: 15px 0;
}
#index-body .init-5 .right ul li p {
  display: block;
  font-size: 14px;
  color: #999;
  font-family: "Montserrat-Regular";
}
#index-body .init-5 .car {
  position: absolute;
  right: 60%;
  top: 50%;
}
#index-body .init-6 {
  padding: 150px 0;
  text-align: center;
}
#index-body .init-6 .box {
  padding-top: 60px;
}
#index-body .init-6 .box ul {
  margin: -15px;
}
#index-body .init-6 .box ul li {
  padding: 15px;
}
#index-body .init-6 .box ul li .box2 {
  display: block;
  box-shadow: 0 0 20px rgba(192, 192, 192, 0.22);
}
#index-body .init-6 .box ul li .box2 .img {
  width: 35%;
  vertical-align: middle;
}
#index-body .init-6 .box ul li .box2 .img a {
  display: block;
}
#index-body .init-6 .box ul li .box2 .content {
  width: 65%;
  vertical-align: middle;
  padding: 0 20px;
  text-align: left;
}
#index-body .init-6 .box ul li .box2 .content h4 {
  display: block;
  font-size: 18px;
  color: #313131;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-6 .box ul li .box2 .content time {
  display: block;
  font-size: 12px;
  color: #979797;
  margin: 20px 0;
}
#index-body .init-6 .box ul li .box2 .content time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#index-body .init-6 .box ul li .box2 .content a.more {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: white;
  font-family: "roboto-bold";
  text-transform: capitalize;
  background: #d72323;
  border-radius: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .box2 .content a.more:hover {
  background: #222;
}
.contact-link {
  padding: 65px 0;
  background: #d72323;
}
.contact-link .left {
  width: 60%;
  vertical-align: middle;
}
.contact-link .left h3 {
  font-size: 30px;
  color: white;
}
.contact-link .right {
  text-align: right;
  width: 40%;
  vertical-align: middle;
}
.contact-link .right a {
  display: inline-block;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-link .right a:hover {
  background: white;
  color: #d72323;
}
#footer {
  background: #272727;
}
#footer .footer-top {
  padding: 100px 0;
}
#footer .footer-top .left {
  width: 45%;
}
#footer .footer-top .left .f-logo a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left .f-logo h4 {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  color: white;
  margin-left: 15px;
  font-size: 16px;
}
#footer .footer-top .left .f-logo h4 em {
  color: #d72323;
}
#footer .footer-top .left .f-logo h4 small {
  font-size: 12px;
  color: #b1b1b1;
  display: block;
  text-transform: none;
}
#footer .footer-top .left .text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 30px 0 25px;
  max-width: 340px;
}
#footer .footer-top .left .contact {
  max-width: 260px;
}
#footer .footer-top .left .contact ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .left .contact ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .left .contact ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left .contact ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right {
  width: 55%;
}
#footer .footer-top .right ul {
  margin: 0 -15px;
}
#footer .footer-top .right ul li {
  padding: 0 15px;
  width: 37%;
}
#footer .footer-top .right ul li:last-child {
  width: 26%;
}
#footer .footer-top .right ul li:last-child #ewm {
  border: 6px solid white;
  margin-top: 10px;
}
#footer .footer-top .right ul li:last-child dl dd:hover {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top .right ul li:last-child dl dd .share {
  margin-top: 25px;
}
#footer .footer-top .right ul li:last-child dl dd .share ul {
  margin: 0;
}
#footer .footer-top .right ul li:last-child dl dd .share ul li {
  width: 20px !important;
  height: 20px;
  background: #4d6abb;
  padding: 0;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-right: 1px;
}
#footer .footer-top .right ul li:last-child dl dd .share ul li a {
  display: block;
}
#footer .footer-top .right ul li:last-child dl dd .share ul li:nth-child(4n+2) {
  background: #d2280f;
}
#footer .footer-top .right ul li:last-child dl dd .share ul li:nth-child(4n+3) {
  background: #4679ad;
}
#footer .footer-top .right ul li:last-child dl dd .share ul li:nth-child(4n) {
  background: #2891e3;
}
#footer .footer-top .right ul li dl dt {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#footer .footer-top .right ul li dl dd {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li dl dd:hover {
  color: #d72323;
}
#footer .footer-bottom {
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  color: #e1e1e1;
  font-family: "Montserrat-Regular";
  background: #222222;
}
#footer .footer-bottom p {
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 130px;
  }
  #header .nav .ui.menu .box .yuy {
    font-size: 16px;
  }
  #header .nav {
    line-height: 40px;
    height: 40px;
  }
  #banner li .content.ie1 .left {
    max-width: 45%;
  }
  #banner li .content.ie1 .left h2 {
    font-size: 44px;
  }
  #banner li .content.ie1 .left p {
    font-size: 16px;
    line-height: 26px;
  }
  #banner li .content.ie1 .left .btn a {
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
  }
  #index-body .init-1 {
    padding: 80px 0;
  }
  #index-body h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-1 .box ul li .content {
    padding: 0 15px;
  }
  #index-body .init-1 .box ul {
    padding: 0;
    margin: 0 -15px;
  }
  #index-body .init-2 .left h3 {
    font-size: 20px;
    line-height: 28px;
  }
  #index-body .init-2 .left p {
    margin: 30px 0;
  }
  #index-body .init-2 .left a.more {
    line-height: 44px;
    height: 44px;
  }
  #index-body .init-4 .box {
    padding-top: 40px;
  }
  #index-body .init-5 .car {
    right: 65%;
    top: 60%;
  }
  #index-body .init-5 .left h3 {
    font-size: 30px;
  }
  #index-body .init-5 {
    padding: 100px 0;
  }
  #index-body .init-5 .right ul li i {
    height: 30px;
  }
  #index-body .init-5 .right ul li i img {
    max-height: 100%;
  }
  #index-body .init-5 .right ul li h4 {
    font-size: 18px;
    line-height: 18px;
  }
  #index-body .init-6 {
    padding: 80px 0;
  }
  #footer .footer-top .right ul li {
    width: 35%;
  }
  #footer .footer-top .right ul li:last-child {
    width: 30%;
  }
  #footer .footer-top .right ul li dl dt {
    margin-bottom: 20px;
  }
  #footer .footer-top .left .f-logo img {
    max-width: 120px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li .content.ie1 .left h2 {
    font-size: 34px;
    line-height: 30px;
  }
  #banner li .content.ie1 .left p {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
  }
  #banner li .content.ie1 .left .btn a {
    line-height: 34px;
    height: 34px;
    width: 120px;
    padding: 0;
    font-size: 14px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body h2 small {
    margin-top: 20px;
  }
  #index-body .init-2 .left p {
    font-size: 12px;
    line-height: 22px;
    margin: 15px 0;
  }
  #index-body .init-2 .left h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #index-body .init-2 .right .box2 .play:after,
  #index-body .init-2 .right .box2 .play:before {
    width: 50px;
    height: 50px;
  }
  #index-body .init-2 .right .box2 .play i {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
  #index-body .init-3 ul li h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #index-body .init-3 ul li {
    width: 25%;
  }
  #index-body .init-3 ul {
    padding: 30px 0;
    margin-top: -70px;
  }
  #index-body .init-2 {
    padding: 80px 0 140px;
  }
  #index-body .init-4 {
    padding: 80px 0;
  }
  #index-body .init-5 .left h3 {
    font-size: 24px;
  }
  #index-body .init-5 .right ul li p {
    font-size: 12px;
  }
  #index-body .init-5 .right ul li {
    padding: 15px;
  }
  #index-body .init-5 .right ul {
    margin: -15px;
  }
  #index-body .init-6 .box {
    padding-top: 30px;
  }
  .contact-link .left h3 {
    font-size: 24px;
  }
  .contact-link {
    padding: 30px 0;
  }
  .contact-link .right a {
    font-size: 14px;
  }
  #footer .footer-top .right ul li {
    width: 50%;
  }
  #footer .footer-top .right ul li:last-child {
    display: none;
  }
  #footer .footer-top .left .text {
    margin: 15px 0;
  }
  #footer .footer-top .left .f-logo h4 {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer .footer-top .left .contact ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content.ie1 .left {
    width: 100%;
    max-width: 100%;
  }
  #banner li .content.ie1 .left h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  #banner li .content .btn {
    display: none;
  }
  #banner li .content.ie1 .left p {
    margin-bottom: 0;
    text-align: center;
  }
  #index-body h2 {
    font-size: 26px;
    line-height: 28px;
  }
  #index-body .init-1 .btn {
    display: none;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-3 ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-5 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .car {
    display: none;
  }
  #index-body .init-6 {
    padding: 50px 0;
  }
  #index-body .init-6 .box ul li .box2 .content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-6 .box ul li .box2 .content time {
    margin: 10px 0;
  }
  .contact-link .left h3 {
    font-size: 18px;
  }
  .contact-link .right a {
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 30px;
  }
  #footer .footer-bottom {
    line-height: 20px !important;
    height: auto;
    padding: 15px 0;
  }
}
.inner-page {
	position:relative;
	z-index:1;
}
.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list  .column .img-box {
  border: 1px solid #eee;
  text-align: center;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #d72323!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #eee;
  padding: 5px 10px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  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 .icon {
  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;
}
.i-whyUs .why-list > .column .tit {
  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 .icon {
  color: #d72323;
  border-color: #d72323;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #d72323;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #d72323;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
	line-height:2;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.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: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #d72323;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one table {
	background:#f9f9f9;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one table tr:nth-child(even) {
	background:#eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one table tr td {
	border:1px solid #e2e2e2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.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: #d72323;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #d72323;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.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: 122px 0 146px;
  background: #efefef;
}
.prodet-page .prodet-det-two table tr {
	height:auto !important;
}
.prodet-page .prodet-det-two table tr:nth-child(even) {
	background:#eaeaea;
}
.prodet-page .prodet-det-two table tr:nth-child(1) {
	background:#d72323;
	color:white;
}
.prodet-page .prodet-det-two table tr td {
	border:1px solid #dcdcdc;
	padding:10px;
}
.prodet-page .prodet-det-two table {
	display:block;
	border:none;
	overflow:auto;
}
.prodet-page .prodet-det-two table tbody {
	display:table;
	border:none;
}
.prodet-page .prodet-det-two table tbody td:first-child {
	min-width:250px;
}
.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;
}
.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 #d72323;
}
.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 #d72323;
}
.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: #d72323 url("../images/fb-send.png") no-repeat right 10px 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: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.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: #d72323;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #d72323;
}
.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: 30px;
  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.page {
  border-bottom: none;
}
.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;
  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 i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.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: 20px 0 40px;
}
.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;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #d72323;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.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;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
.button-group .button {
  background: #d72323 !important;
}

@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}