@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}

#ewm{
  width: 100px;
  border: 5px solid white;
  margin: 0 auto;
  margin-top: 20px;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1300px;
}
.hover-language {
  margin: 0 40px;
  position: relative;
}
.hover-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  /*width: 50px;*/
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
#header .h-top {
  text-align: right;
}
#header .h-top ul {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-size: 0;
  margin: 0 35px;
}
#header .h-top ul::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 47px solid transparent;
  border-right: 40px solid #c40001;
  position: absolute;
  top: 0;
  left: 0;
}
#header .h-top ul::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 47px solid transparent;
  border-left: 40px solid #c40001;
  position: absolute;
  top: 0;
  right: 0;
}
#header .h-top ul li {
  background: #c40001;
  line-height: 47px;
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: white;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top ul li a {
  padding: 0 30px;
}
#header .h-bottom {
  background-color: #1f1f1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  position: relative;
}
#header .h-bottom::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 79px solid transparent;
  border-right: 65px solid #1f1f1f;
  position: absolute;
  top: 0;
  left: -65px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 0 45px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 160px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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 .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search input[type="text"] {
  font-size: 16px;
  font-weight: 700;
  width: 255px;
  height: 55px;
  padding-left: 20px;
  padding-right: 65px;
  border: none;
  background-color: #383838;
}
#header .nav .ui.menu .h-search input[type="submit"] {
  width: 65px;
  height: 55px;
  background: url(../images/white-search.png) no-repeat center;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
#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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
.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;
  -webkit-filter: none;
  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: #fd2318;
}
#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;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #ewm{
    display: none;
  }

  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .jiudinpro,h1.jiudingh1,a.jiudin {
    display: none !important;
}
.inner-banner h2,.abt-5 ,.contact-box.txt-center{
    display: none !important;
}
  /*.inner-banner {
    display: none;
  }*/
  .inner-page {
    padding-top: 40px;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
  z-index: 1;
}
#banner ul li .content h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}
#banner ul li .content h4 span {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  border-left: 5px solid #c40001;
  display: inline-block;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#banner ul li .content h4 span em {
  display: inline-block;
  font-style: italic;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
#banner ul li .content h2 {
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-top: 20px;
}
#banner ul li .content .btn {
  margin-top: 60px;
}
#banner ul li .content .btn a {
  display: inline-block;
  background-color: #c40001;
  color: #fff;
  font-size: 20px;
  padding: 15px 60px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#banner ul li .content .btn a span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
#banner ul li .pro {
  position: absolute;
  width: 35%;
  right: 10%;
  bottom: 15%;
}
.Brake-pads {
  background: url(../images/brake-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
}
.Brake-pads .title {
  margin-top: 50px;
}
.Brake-pads .title h2 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}
.Brake-pads .title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.Brake-pads .box {
  margin-top: -55px;
}
.Brake-pads .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.Brake-pads .box ul li {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
  padding: 60px 100px 80px;
}
.Brake-pads .box ul li .content {
  position: relative;
  -webkit-transform: skewX(17deg);
  -moz-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.Brake-pads .box ul li .content h3 {
  font-size: 50px;
  font-weight: 700;
}
.Brake-pads .box ul li .content p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 28px;
}
.Brake-pads .box ul li .content a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.Brake-pads .box ul li .content a i {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.Brake-pads .box ul li .content a:hover i {
  margin: 0 15px;
}
.our-product {
  padding: 50px 0 90px;
  background: url(../images/pro-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-product h2 {
  font-size: 32px;
  font-weight: 700;
}
.our-product .tab {
  margin-top: 25px;
}
.our-product .tab ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
.our-product .tab ul li.active a {
  color: #c40001;
  border-color: #c40001;
}
.our-product .tab ul li a {
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .tab ul li a:hover {
  color: #c40001;
  border-color: #c40001;
}
.our-product .list {
  margin-top: 45px;
}
.our-product .list ul {
  margin: -10px;
}
.our-product .list ul li {
  padding: 10px;
}
.our-product .list ul li .content {
  background-color: #f5f5f5;
  position: relative;
}
.our-product .list ul li .content .name {
  font-size: 19px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #c40001;
  line-height: 30px;
}
.our-product .list ul li .content .cat {
  font-size: 15px;
  font-weight: 500;
  margin: 3px;
  line-height: 30px;
}
.our-product .list ul li .content a.more {
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  background-color: #c40001;
  color: #fff;
  line-height: 38px;
  padding: 0 20px;
  display: inline-block;
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
  margin-top: 10px;
  margin-bottom: 25px;
}
.our-product .list ul li .content a.more span {
  display: inline-block;
  -webkit-transform: skewX(17deg);
  -moz-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.our-product .list ul li .content .search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 6px solid #980f0f;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list ul li .content .search a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.our-product .list ul li .content:hover .search {
  opacity: 1;
}
.our-product .list .pro-tab span {
  display: inline-block;
  margin: 0 25px;
  margin-top: 55px;
  cursor: pointer;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
}
.i-advantage h2 {
  font-size: 40px;
  font-weight: bold;
}
.i-advantage h2 small {
  font-size: 25px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.i-advantage ul {
  margin-top: 30px;
}
.i-advantage ul li {
  display: inline-block;
  margin: 0 30px;
}
.i-advantage ul li h3 {
  font-size: 80px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #c40001;
}
.i-advantage ul li h3 small.year {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}
.i-advantage ul li h3 small.plus {
  display: inline-block;
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 50px;
  vertical-align: text-bottom;
  margin-left: 10px;
}
.i-advantage ul li p {
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 65px;
}
.our-about .left {
  width: 50%;
  padding-right: 50px;
  padding-top: 100px;
}
.our-about .left .content {
  max-width: 640px;
  margin-left: auto;
}
.our-about .left .content h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-about .left .content .company {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.our-about .left .content ul {
  margin-top: 40px;
}
.our-about .left .content ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
.our-about .left .content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.our-about .left .content ul li::before {
  content: url(../images/about-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.our-about .left .content .text {
  margin-top: 40px;
}
.our-about .left .content .text p {
  font-size: 16px;
  font-weight: 500;
}
.our-about .left .content .text p:not(:last-child) {
  margin-bottom: 30px;
}
.jiutext {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 28px;
}
.jiuding {
    font-size: 18px;
    font-weight: 500;
    Display: inline;
}
a.jiudin {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}
.jiudingh1 {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    padding: 20px 0;
   }
.jiudinpro {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
}
.jiudsing {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
  }
.our-about .right {
  width: 50%;
}
.our-about .right .video {
  height: 550px;
  background: url(../images/video-img.jpg) no-repeat center;
  background-size: cover;
}
.our-about .right .video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.our-about .right .video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.our-about .right .video .play::before,
.our-about .right .video .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .right .video .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-news {
  padding: 90px 0;
}
.our-news h2 {
  font-size: 40px;
  font-weight: bold;
}
.our-news .company {
  font-size: 15px;
  color: #5d5d5d;
}
.our-news .box {
  margin-top: 60px;
}
.our-news .box ul {
  margin: 0 -18px;
}
.our-news .box ul li {
  padding: 0 18px;
}
.our-news .box ul li .content {
  padding: 10px;
  background-color: #fff;
}
.our-news .box ul li .content hr {
  margin: 10px 0;
}
.our-news .box ul li .content .date {
  background-color: #c40001;
  color: #fff;
  display: inline-block;
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
.our-news .box ul li .content .date time {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  -webkit-transform: skewX(17deg);
  -moz-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
  padding: 0 10px;
}
.our-news .box ul li .content .date time img {
  vertical-align: baseline;
}
.our-news .box ul li p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 28px;
}
.our-news .box ul li a.more {
  font-size: 13px;
  font-weight: bold;
  color: #c40001;
}
.our-news .box ul li:nth-child(1) {
  width: 50%;
}
.our-news .box ul li:nth-child(1) .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 430px;
}
.our-news .box ul li:nth-child(2) {
  width: 25%;
}
.our-news .box ul li:nth-child(3) {
  width: 25%;
}
.contact-box {
  background-color: #c40001;
  color: #fff;
  padding: 30px 0;
}
.contact-box h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}
.contact-box a {
  font-size: 15px;
  font-weight: 500;
}
#footer {
  background-color: #050505;
  color: #fff;
}
#footer .footer-top {
  padding: 50px 0;
}
#footer .footer-top ul {
  margin: -25px -45px;
}
#footer .footer-top ul li {
  padding: 25px 45px;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}
#footer .footer-top ul li strong {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .footer-top ul li:not(:last-child) {
  display: inline-block;
}
#footer .footer-top .social-links {
  margin-top: 50px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}
#footer .footer-bottom {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #6c6c6c;
  line-height: 30px;
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  #header .nav .ui.menu .h-search input[type="text"] {
    width: 200px;
    height: 40px;
  }
  #header .nav .ui.menu .h-search input[type="submit"] {
    height: 40px;
  }
  #header .h-bottom::before {
    border-top: 65px solid transparent;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #banner ul li .content h4 {
    font-size: 18px;
  }
  #banner ul li .content h2 {
    font-size: 70px;
  }
  #banner ul li .content .btn a {
    font-size: 16px;
  }
  #header .nav {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 1200px;
  }
  .our-about .left {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .h-top ul li {
    font-size: 14px;
  }
  #header .nav .ui.menu .right {
    margin-left: 90px;
  }
  .hover-language {
    margin: 0 20px;
  }
  #header .nav .ui.menu .h-search input[type="text"] {
    height: 30px;
    width: 150px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
  }
  #header .nav .ui.menu .h-search input[type="submit"] {
    width: 30px;
    height: 30px;
  }
  #header .h-bottom {
    padding: 5px;
  }
  #header .h-bottom::before {
    border-top: 51px solid transparent;
  }
  #header .h-top ul li {
    line-height: 35px;
  }
  #banner ul li .content h4 {
    font-size: 16px;
  }
  #banner ul li .content h2 {
    font-size: 55px;
  }
  #banner ul li .content .btn {
    margin-top: 30px;
  }
  .Brake-pads .box ul li {
    padding: 60px 30px;
  }
  .Brake-pads .box ul li .content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content h4 {
    font-size: 14px;
  }
  #banner ul li .content h2 {
    font-size: 40px;
  }
  #banner ul li .content .btn a {
    padding: 10px 30px;
  }
  .Brake-pads .box {
    margin-top: 0;
  }
  .Brake-pads {
    padding-top: 50px;
  }
  .Brake-pads .box ul li {
    padding: 30px 15px;
  }
  .Brake-pads .box ul li .content h3 {
    font-size: 24px;
  }
  .Brake-pads .title h2 {
    font-size: 30px;
  }
  .i-advantage ul li h3 {
    font-size: 45px;
  }
  .i-advantage ul li h3 small.plus {
    line-height: 1;
    font-size: 30px;
  }
  .i-advantage ul li {
    margin: 0 20px;
  }
  .our-about .left {
    width: 100%;
    padding: 30px 15px;
  }
  .our-about .left .content {
    max-width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-news .box ul li:nth-child(1) {
    width: 33.33%;
  }
  .our-news .box ul li:nth-child(2) {
    width: 33.33%;
  }
  .our-news .box ul li:nth-child(3) {
    width: 33.33%;
  }
  .our-news .box ul li:nth-child(1) .content {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .our-news .box ul {
    margin: -5px;
  }
  .our-news .box ul li {
    padding: 5px;
  }
  .our-about .right .video {
    height: 400px;
  }
  .our-about {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .Brake-pads {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .tab ul li {
    font-size: 16px;
  }
  .i-advantage {
    display: none;
  }
  .our-about .left .content ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .our-about .left .content .text p {
    font-size: 14px;
  }
  .our-about .left .content .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .our-about .left .content ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .box {
    margin-top: 30px;
  }
  #banner ul li .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner ul li .content h4 {
    font-size: 12px;
    line-height: 30px;
  }
  #banner ul li .content h2 {
    font-size: 30px;
  }
  #banner ul li .content .btn a {
    font-size: 12px;
  }
  .our-product h2 {
    font-size: 24px;
  }
  .our-about .left .content h2 {
    font-size: 24px;
  }
  .our-news h2 {
    font-size: 24px;
  }
  .contact-box h2 {
    font-size: 24px;
  }
  #footer .footer-top ul li strong {
    font-size: 14px;
  }
  #footer .footer-top ul li {
    font-size: 18px;
  }
  #footer .footer-top ul {
    margin: -10px -20px;
  }
  #footer .footer-top ul li {
    padding: 10px 20px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
  .our-product .list ul li .content .cat {
    font-size: 16px;
  }
  .our-product .list ul li .content .cat {
    font-size: 14px;
  }
  .our-product .list ul li .content a.more {
    font-size: 12px;
  }
  .our-news .box ul li:nth-child(1),
  .our-news .box ul li:nth-child(2),
  .our-news .box ul li:nth-child(3) {
    width: 50%;
  }
  .our-product .list ul {
    margin: -5px;
  }
  .our-product .list ul li {
    padding: 5px;
  }
  .our-product .list {
    margin-top: 30px;
  }
  .our-product .list ul li .content a.more {
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content h2 {
    margin-top: 10px;
    font-size: 24px;
  }
  #banner ul li .content .btn {
    margin-top: 10px;
  }
  .our-product .tab ul li {
    margin: 0 10px;
    font-size: 14px;
  }
  .our-product .list .pro-tab span {
    margin-top: 30px;
  }
  .our-about .left .content .company {
    font-size: 14px;
  }
  .our-about .left .content ul {
    margin-top: 20px;
  }
  .our-about .left .content .text {
    margin-top: 20px;
  }
  .our-about .right .video {
    height: 250px;
  }
  .our-news .box ul li:nth-child(1),
  .our-news .box ul li:nth-child(2),
  .our-news .box ul li:nth-child(3) {
    width: 100%;
  }
  .our-news .box ul li p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer .footer-top ul li:not(:last-child) {
    display: block;
  }
  #footer .footer-top ul li {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
}
.inner-banner {
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
}
.inner-banner h2 {
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
}
.inner-banner .mbx {
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  margin-top: 20px;
}
.prodet-page .container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
.prodet-page .prodet-1 {
  background-color: #f6f6f6;
  padding: 70px 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  padding-right: 55px;
}
.prodet-page .prodet-1 .left img {
  background-color: #fff;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 55px;
}
.prodet-page .prodet-1 .right h2 {
  font-size: 35px;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .cat {
  font-size: 24px;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .image-gallery {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .image-gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .image-gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .image-gallery ul li img {
  background-color: #fff;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .share h4 {
  font-size: 16px;
}
.prodet-page .prodet-1 .right .share .link {
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .share .link a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #000;
}
.prodet-page .prodet-1 .right .share .link a:not(:last-child) {
  margin-right: 10px;
}
.prodet-page .prodet-1 .right a.contact {
  display: inline-block;
  font-size: 17px;
  background-color: #c40001;
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 20px;
}
.prodet-page .ty-tit {
  border-bottom: 1px solid #000;
}
.prodet-page .ty-tit h5 {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  padding: 0 45px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.prodet-page .ty-tit h5 span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.prodet-page .prodet-2 {
  padding-top: 85px;
  padding-bottom: 40px;
  background: white;
}
.prodet-page .prodet-2 .ty-tit h5 {
  background-color: #c40001;
}
.prodet-page .prodet-2 .box {
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
}
.prodet-page .prodet-2 .box strong{
  font-weight: bold;
}
.prodet-page .prodet-2 table tr:nth-child(even){
  background-color: #c40001;
  color: white;
}
.prodet-page .prodet-3 {
  padding-top: 85px;
  padding-bottom: 100px;
  background: white;
}
.prodet-page .prodet-3 .ty-tit h5 {
  background-color: #1f1f1f;
}
.prodet-page .prodet-3 .box {
  margin-top: 50px;
  position: relative;
}
.prodet-page .prodet-3 .box > span {
  position: absolute;
  top: 35%;
  font-size: 30px;
  z-index: 1;
  cursor: pointer;
}
.prodet-page .prodet-3 .box > span.left-btn {
  left: -60px;
}
.prodet-page .prodet-3 .box > span.right-btn {
  right: -60px;
}
.prodet-page .prodet-3 .box ul {
  margin: -5px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 5px;
}
.prodet-page .prodet-3 .box ul li img {
  border: 1px solid #000;
}
.prodet-page .prodet-3 .box ul li .name {
  font-size: 18px;
  color: #c40001;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-top: 15px;
}
.prodet-page .prodet-3 .box ul li .cat {
  font-size: 20px;
}
.prodetFeedback {
  padding: 70px 0;
  background: #f6f6f6;
}
.prodetFeedback .innerTit {
  font-size: 25px;
  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 {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  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: -30px -25px;
}
.prodetFeedback .ptForm .fbTop li {
  width: 50%;
  padding: 30px 25px;
}
.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 #ac1d2f;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 50px;
  margin-top: 60px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #ac1d2f;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background-color: #c40001;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding-top: 0;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 40px;
  }
  .prodet-page .prodet-3 .box > span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prodetFeedback {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 .box ul li .name {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .box ul li .cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .cat {
    font-size: 18px;
  }
  .prodet-page .ty-tit h5 {
    font-size: 18px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin: -20px 0;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    padding: 20px 0;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .prodetFeedback .ptForm {
    margin-top: 30px;
  }
}




/* 内页样式 */
.inner-page .ui.container {
  max-width: 1200px;
}
.inner-page .con {
  font-size: 18px;
    line-height: 28px;
}
.mpc-separator {
  position: absolute;
  left: 0;
  width: inherit;
  min-width: 100%;
  display: block;
  fill: transparent;
  z-index: 5;
}
.mpc-separator.mpc-separator--top {
  top: -1px;
}
.mpc-separator.mpc-separator--bottom {
  bottom: -1px;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 3rem;
}
.inner-page .m-page a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #717172;
  padding-bottom: 5px;
  margin: 0 1rem;
}
.inner-page .m-page a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #1c1c1c;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  color: #1c1c1e;
}
.inner-page .m-page a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.inner-page .m-page span {
  display: inline-block;
  font-size: 1.6rem;
  color: #1c1c1e;
  padding-bottom: 5px;
  margin: 0 1rem;
}
.inner-page {
  background-color: #f1f1f1;
}
.about-page {
  background-color: #f1f1f1;
  padding: 4rem 0 0;
}
.about-page .abt-1 {
    padding: 0 0 3rem;
}
.about-page .abt-1 .grid-box .left {
  width: 100%;
}
.about-page .abt-1 .grid-box .left > span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #666;
  margin: 0px 0px 5px 0px;
}
.about-page .abt-1 .grid-box .left h3 {
  font-size: 2.4rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  letter-spacing: -1px;
  color: #1c1c1c;
}
.about-page .abt-1 .grid-box .left h3 span {
  font-size: 2rem;
}
.about-page .abt-1 .grid-box .left h4 {
  position: relative;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 12px 0px 12px 0px;
  margin: 0px 34px 3px 0px;
}
.about-page .abt-1 .grid-box .left h4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(28, 28, 28, 0.1);
}
.about-page .abt-1 .grid-box .left h4 i {
  margin: 0px 10px 0px 0px;
  color: #000;
}
.about-page .abt-1 .grid-box .left .con {
  color: #080101;
  margin-top: 18px;
}
.about-page .abt-1 .grid-box .left .more {
  margin-top: 2rem;
}
.about-page .abt-1 .grid-box .left .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  line-height: 1;
  padding: 18px 32px;
  border: 2px solid #000;
  color: #1c1c1c;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.about-page .abt-1 .grid-box .left .more a:hover {
  color: #fff;
  background-color: #000;
}
.about-page .abt-1 .grid-box .right {
  width: 55%;
  padding-left: 2.5rem;
}
.about-page .abt-1 .grid-box .right .ig {
  position: relative;
}
.about-page .abt-1 .grid-box .right .ig::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  width: 80%;
  height: 100%;
}
.about-page .abt-2 {
  position: relative;
  background-color: #000;
    padding: 10rem 0 2rem;
}
.about-page .abt-2 .title {
  text-align: center;
  margin-bottom: 2rem;
}
.about-page .abt-2 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 5px 0px;
}
.about-page .abt-2 .title h3 {
  font-size: 2.4rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  color: #fff;
}
.about-page .abt-2 .grid-box {
  text-align: center;
}
.about-page .abt-2 .grid-box .column {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.about-page .abt-2 .grid-box .column::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 70%;
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.about-page .abt-2 .grid-box .column span {
  display: block;
  font-weight: 900;
  color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#bdbdbd), to(#f9f9f9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150px;
  line-height: 150px;
  font-family: "Roboto";
}
.about-page .abt-2 .grid-box .column .text {
  margin-bottom: 1.5rem;
}
.about-page .abt-2 .grid-box .column .text h4 {
  font-size: 1.5rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  color: #e6e4e5;
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
.about-page .abt-2 .grid-box .column .text .con {
  color: #e2dedf;
  margin-bottom: 0.75rem;
}
.about-page .abt-solution {
  position: relative;
  background-color: #E0E0E0;
}
.about-page .abt-solution .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-solution .grid-box .left .ig {
  position: relative;
}
.about-page .abt-solution .grid-box .left .ig a.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
}
.about-page .abt-solution .grid-box .right {
  vertical-align: middle;
}
.about-page .abt-solution .grid-box .right .text {
  padding: 0 12% 0;
}
.about-page .abt-solution .grid-box .right .text .txt {
  max-width: 470px;
}
.about-page .abt-solution .grid-box .right .text span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #000;
  margin: 0px 0px 5px 0px;
}
.about-page .abt-solution .grid-box .right .text h3 {
  font-size: 1.6rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  color: #000;
  margin-bottom: 1rem;
}
.about-page .abt-solution .grid-box .right .text .con {
  color: #000;
  margin-bottom: 1rem;
}
.about-page .abt-solution .grid-box .right .text ul li {
  margin-bottom: 1rem;
}
.about-page .abt-solution .grid-box .right .text ul li .progress {
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #000;
}
.about-page .abt-solution .grid-box .right .text ul li .line {
  display: inline-block;
  width: 100%;
}
.about-page .abt-solution .grid-box .right .text ul li .line .line-bgc {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background-color: #DCDCDC;
}
.about-page .abt-solution .grid-box .right .text ul li .line .line-bgc em {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  height: 4px;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-solution .grid-box .right .text ul li .line .line-bgc em::after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(50%) skewX(-20deg);
  -moz-transform: translateX(50%) skewX(-20deg);
  -ms-transform: translateX(50%) skewX(-20deg);
  -o-transform: translateX(50%) skewX(-20deg);
  transform: translateX(50%) skewX(-20deg);
  width: 2px;
  height: 12px;
  background-color: #000;
}
.about-page .abt-solution .grid-box .right .text ul li:nth-child(1) .line .line-bgc em {
  width: 70%;
}
.about-page .abt-solution .grid-box .right .text ul li:nth-child(2) .line .line-bgc em {
  width: 90%;
}
.about-page .abt-solution .grid-box .right .text ul li:nth-child(3) .line .line-bgc em {
  width: 60%;
}
.about-page .abt-3 {
  position: relative;
}
.about-page .abt-3 img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.about-page .abt-3 .text {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-page .abt-3 .text h3 {
    font-size: 4rem;
    font-family: 'Gotham-Black';
    text-transform: uppercase;
    line-height: 1.875;
    transform: skewX(-10deg);
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#7e7272), to(#f9f9f9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}
.about-page .abt-3 .text .con {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 1020px;
    margin: auto;
}
.about-page .abt-4 {
  position: relative;
  background-color: #fff;
    padding: 4rem 0 6rem;
}
.about-page .abt-4 .title .grid-box .left span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 5px 0px;
}
.about-page .abt-4 .title .grid-box .left h3 {
  font-size: 2.4rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
.about-page .abt-4 .title .grid-box .left .con {
  color: #616161;
}
.about-page .abt-4 .title .grid-box .right {
  text-align: right;
}
.about-page .abt-4 .title .grid-box .right .more {
  margin-top: 1rem;
}
.about-page .abt-4 .title .grid-box .right .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  line-height: 1;
  padding: 18px 32px;
  border: 2px solid #000;
  color: #1c1c1c;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.about-page .abt-4 .title .grid-box .right .more a:hover {
  color: #fff;
  background-color: #000;
}
.about-page .abt-4 .abt-4-box {
  margin-top: 2rem;
}
.about-page .abt-4 .abt-4-box ul {
  margin: 0 -10px;
}
.about-page .abt-4 .abt-4-box ul li {
    padding: 0 10px;
}
.about-page .abt-4 .abt-4-box ul li .ig {
  position: relative;
}
.about-page .abt-4 .abt-4-box ul li .ig .img {
  position: relative;
  overflow: hidden;
}
.about-page .abt-4 .abt-4-box ul li .ig .img img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .abt-4-box ul li .ig a {
  position: absolute;
  display: block;
  right: 0;
  bottom: 1rem;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .abt-4-box ul li .ig a h4 {
  font-size: 1.1rem;
  font-family: 'Gotham-Bold';
  color: #000;
}
.about-page .abt-4 .abt-4-box ul li .ig:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .abt-4 .abt-4-box ul li .ig:hover a {
  background-color: #fff;
}
.abt-5 {
  position: relative;
  background-color: #f1f1f1;
  padding: 10rem 0 10rem;
}
.abt-5 .grid-box .left {
  width: 55%;
  text-align: right;
  color: #282828;
  padding-right: 1.5rem;
}
.abt-5 .grid-box .left h3 {
  font-size: 2.2rem;
  font-family: 'Gotham-Black';
}
.abt-5 .grid-box .left p {
  font-size: 1.4rem;
  font-family: 'Gotham-Bold';
}
.abt-5 .grid-box .right {
  width: 45%;
}
.abt-5 .grid-box .right a {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #282828;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 50px;
  transition: ease-in-out all 0.3s;
  border: solid 2px #282828;
}
.abt-5 .grid-box .right a:hover {
  background-color: transparent;
  color: #282828;
}
@media screen and (max-width: 992px) {
  .mpc-separator {
    height: 2.5rem;
  }
  .about-page .abt-1 .grid-box .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .column {
    width: 50%;
  }
  .about-page .abt-solution .grid-box .left {
    width: 100%;
  }
  .about-page .abt-solution .grid-box .right {
    width: 100%;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-2 .grid-box .column {
    width: 100%;
  }
  .about-page .abt-3 .text {
    top: 50%;
  }
  .about-page .abt-3 .text h3 {
    font-size: 28px;
  }
  .about-page .abt-3 .text .con {
    font-size: 14px;
  }
  .about-page .abt-4 .title .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .title .grid-box .right {
    width: 100%;
  }
  .abt-5 .grid-box .left {
    width: 100%;
    text-align: center;
  }
  .abt-5 .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
.product-page {
  position: relative;
  padding: 3rem 0 5rem;
}
.product-page .title {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 1rem;
}
.product-page .title h3 {
  color: #4e4e4e;
  font-size: 2.5rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.product-page .title ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.product-page .title ul li a {
  display: inline-block;
  width: 100%;
  line-height: 1;
  border-right: 1px solid #000;
  padding: 0 1.5rem;
}
.product-page .title ul li a:hover {
  text-decoration: underline;
}
.product-page .title ul li:last-child a {
  border: none;
}
.product-page .pro-box ul li {
  padding: 1rem;
}
.product-page .pro-box ul li .ig {
  display: block;
}
.product-page .pro-box ul li .ig .img {
  position: relative;
  z-index: 1;
}
.product-page .pro-box ul li .ig .img::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 33%;
  left: -20%;
  height: 45%;
  width: 150%;
  transform: rotateZ(-15deg);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .pro-box ul li .ig .img::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 80%;
  left: -20%;
  height: 45%;
  width: 150%;
  transform: rotateZ(-15deg);
  background-color: #000;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .pro-box ul li .ig .img:hover::before {
  opacity: 0;
}
.product-page .pro-box ul li .ig .img:hover::after {
  opacity: 1;
  top: 33%;
}

.product-page .pro-box ul li .ig .text {
  color: #4e4e4e;
  padding: 2rem 1.5rem;
}
.product-page .pro-box ul li .ig .text h5 {
  font-size: 0.8rem;
}
.product-page .pro-box ul li .ig .text h4 {
  font-size: 16px;
  font-family: 'Gotham-Bold';
  line-height: 30px;
  margin-bottom: 1rem;
}
.product-page .pro-box ul li .ig .text .more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  color: #666;
  border: 1px solid #666;
  border-radius: 40px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.product-page .pro-box ul li .ig .text .more span::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .pro-box ul li .ig .text .more span:hover {
  color: #fff;
  border-color: #000;
}
.product-page .pro-box ul li .ig .text .more span:hover::after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .product-page .title ul li {
    font-size: 14px;
  }
  .product-page .pro-box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .title {
    display: none;
  }
  .product-page .title p {
    font-size: 14px;
  }
  .product-page .pro-box ul li {
    width: 100%;
  }
  .product-page .pro-box ul li .ig .text h5 {
    font-size: 16px;
  }
  .product-page .pro-box ul li .ig .text h4 {
    font-size: 20px;
  }
  .product-page .pro-box ul li .ig .text .con {
    font-size: 14px;
  }
}


.news-page {
  position: relative;
  padding: 4rem 0 0;
}
.news-page .news-box ul {
  margin: 0 -0.75rem 0 -1rem;
}
.news-page .news-box ul li {
  padding: 0 0.75rem 0 1rem;
  margin-bottom: 2rem;
}
.news-page .news-box ul li .ig .img {
  display: block;
  position: relative;
}
.news-page .news-box ul li .ig .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate {
  position: absolute;
  left: -1rem;
  top: 1.5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate:hover {
  background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover::before {
  opacity: 1;
}
.news-page .news-box ul li .ig .text {
  margin-top: 0.75rem;
}
.news-page .news-box ul li .ig .text .date {
  font-size: 16px;
  color: #616161;
  padding-bottom: 0.75rem;
}
.news-page .news-box ul li .ig .text h4 {
  font-size: 19px;
  font-family: 'Gotham-Bold';
  line-height: 30px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  transition: .5s;
}
/*.news-page .news-box ul li .ig .text h4:hover {
  color: #fff;
}*/
.news-page .news-box ul li .ig .text .more a {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  color: #666;
  border: 1px solid #666;
  border-radius: 40px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.news-page .news-box ul li .ig .text .more a::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .text .more a:hover {
  color: #fff;
  border-color: #000;
}
.news-page .news-box ul li .ig .text .more a:hover::after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .news-page .news-box ul li.column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-box ul li .ig .img a.news-cate {
    font-size: 12px;
  }
  .news-page .news-box ul li .ig .text .date {
    font-size: 14px;
  }
  .news-page .news-box ul li .ig .text h4 {
    font-size: 18px;
  }
  .news-page .news-box ul li .ig .text .more a {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .news-page .news-box ul li.column {
    width: 100%;
  }
}
.newdet-page {
  position: relative;
  padding: 2.5rem 0 8rem;
}
.newdet-page .grid-box .main {
  width: 75%;
  padding-right: 1rem;
}
.newdet-page .grid-box .main .text .con {
  color: #616161;
}
.newdet-page .grid-box .main .text .prev-next {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  line-height: 30px;
}
.newdet-page .grid-box .main .text .prev-next a {
  font-size: 18px;
  color: #616161;
}
.newdet-page .grid-box .main .text .share {
  font-size: 18px;
  text-align: center;
  color: #1c1c1c;
  padding: 1rem 0;
}
.newdet-page .grid-box .main .text .share span {
  margin-right: 6px;
}
.newdet-page .grid-box .main .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}
.newdet-page .grid-box .sidebar {
  width: 25%;
  padding-left: 1rem;
}
.newdet-page .grid-box .sidebar .list {
  color: #1c1c1c;
}
.newdet-page .grid-box .sidebar .list h3 {
  font-size: 24px;
  font-family: 'Gotham-Bold';
  margin-bottom: 1rem;
}
.newdet-page .grid-box .sidebar .list h3 span {
  color: #000;
}
.newdet-page .grid-box .sidebar .list ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .grid-box .sidebar .newdet-help {
  text-align: center;
  color: #fff;
  background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
  padding: 2rem 1rem 3rem;
  margin-top: 2.4rem;
}
.newdet-page .grid-box .sidebar .newdet-help h3 {
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Gotham-Bold';
  margin-bottom: 1.5rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 6px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .grid-box .sidebar .newdet-help a:hover {
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 992px) {
  .newdet-page .grid-box .main {
    width: 100%;
  }
  .newdet-page .grid-box .sidebar {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .grid-box .main .text .con {
    font-size: 16px;
  }
  .newdet-page .grid-box .main .text .prev-next a {
    font-size: 16px;
  }
}
.contact-page {
  padding: 4rem 0 0;
}
.contact-page .contact-1 {
  overflow: hidden;
}
.contact-page .contact-1 .grid-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  text-align: center;
}
.contact-page .contact-1 .grid-box .column {
  padding: 30px 0.75rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  color: #fff;
  background-color: #333;
  padding: 50px 1.5rem 28px;
  overflow: hidden;
  max-width: 350px;
  margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
  content: '01';
  z-index: -1;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: #666;
  font-size: 5rem;
  font-family: 'Gotham-Bold';
  line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
  font-size: 40px;
  color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
  font-size: 24px;
  font-family: 'Gotham-Bold';
  margin-top: 1.2rem;
}
.contact-page .contact-1 .grid-box .column .text p {
  font-size: 16px;
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
  color: #fff;
  background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
  content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
  color: #fff;
  background: url(../images/info-box.png) no-repeat center #000;
  background-size: cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
  content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
  color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
  color: #eee;
}
.contact-page .contact-1 {
  padding: 5rem 0;
}
.contact-page .contact-2 .title {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-page .contact-2 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #666;
  margin: 0px 0px 5px 0px;
}
.contact-page .contact-2 .title h3 {
  font-size: 2.4rem;
  font-family: 'Gotham-Bold';
  line-height: 1.2;
  color: #1c1c1c;
}
.contact-page .contact-2 .form ul {
  font-size: 0;
}
.contact-page .contact-2 .form ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
  height: 7.5rem;
  padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  width: auto;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 0 1.7rem;
  margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
  width: 50%;
  padding-left: 0.75rem;
}
.contact-page .contact-3 {
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li:nth-child(1),
  .contact-page .contact-2 .form ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.lg-page {
  padding: 2rem 0;
}
.lg-page .title {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1e;
  padding: 2rem 0;
}
.lg-page .title span {
  font-size: 18px;
}
.lg-page .title h3 {
  font-size: 3rem;
  font-family: 'Gotham-Bold';
  line-height: 1.1;
}
.lg-page ul.grid-box {
  padding: 0 3rem;
}
.lg-page ul.grid-box li.column {
  padding: 10px;
}
.lg-page ul.grid-box li.column .ig {
  display: block;
  position: relative;
  overflow: hidden;
}
.lg-page ul.grid-box li.column .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lg-page ul.honour-ig.grid-box li.column .ig::after {
  display: none;
}
.lg-page ul.grid-box li.column .ig img {
  width: 100%;
}
.lg-page ul.grid-box li.column .ig span {
  z-index: 2;
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
.lg-page ul.grid-box li.column .ig span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s, width ease 0.4s;
  -ms-transition: opacity ease 0.4s, width ease 0.4s;
  transition: opacity ease 0.4s, width ease 0.4s;
}
.lg-page ul.grid-box li.column .ig span:hover::after {
  opacity: 1;
  left: -1px;
  width: 100%;
}
.lg-page ul.grid-box li.column .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page ul.grid-box li.column .ig .text h4 {
  font-size: 2.6rem;
  font-family: 'Anton';
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-page ul.grid-box li.column .ig .text p {
  position: absolute;
  bottom: 0;
  font-size: 1.1rem;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  opacity: 0;
  margin-top: 1.5rem;
  -webkit-transition: transform ease .25s, opacity ease .25s;
  -ms-transition: transform ease .25s, opacity ease .25s;
  transition: transform ease .25s, opacity ease .25s;
  -webkit-transform: translateY(58px);
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -o-transform: translateY(58px);
  transform: translateY(58px);
}
.lg-page ul.grid-box li.column .ig:hover .text {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}
.lg-page ul.grid-box li.column .ig:hover .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .lg-page ul.grid-box li.column {
    width: 100%;
  }
  .lg-page ul.honour-ig.grid-box li.column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .lg-page ul.honour-ig.grid-box li.column {
    width: 50%;
  }
  .lg-page ul.grid-box li.column .ig span {
    font-size: 14px;
  }
  .lg-page ul.grid-box li.column .ig .text {
    position: relative;
    color: #000;
    background-color: #fff;
    padding: 10px;
  }
  .lg-page ul.grid-box li.column .ig .text h4 {
    font-size: 20px;
  }
  .lg-page ul.grid-box li.column .ig:hover .text p {
    display: none;
  }
  .lg-page ul.grid-box li.column .ig:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.faq-page {
  position: relative;
  background-color: #f1f1f1;
  padding: 4rem 0;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-family: 'Anton';
  color: #353535;
  padding: 0.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li .con {
  display: none;
  line-height: 1.7;
  color: #878787;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
}
.faq-page ul li.active h4 {
  color: #fff;
  background-color: #000;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}


.cloudzoom-zoom{
  background-color: white;
}

@media screen and (max-width: 1000px) {
  .inner-banner{
    height: 250px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 700px) {
  table {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .about-page .abt-3 img{
    min-height: 700px;
  }
}