@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-display: swap;
}
@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-display: swap;
}
@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');
  font-display: swap;
}
@font-face {
  font-family: 'Gobold';
  src: url(../fonts/Gobold.ttf) format('truetype'), url(../fonts/Gobold.eot) format('eot'), url(../fonts/Gobold.woff) format('woff'), url(../fonts/Gobold.woff2) format('woff2');
  font-display: swap;
}
@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-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald.ttf) format('truetype'), url(../fonts/Oswald.eot) format('eot'), url(../fonts/Oswald.woff) format('woff'), url(../fonts/Oswald.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
  font-display: swap;
}
#ewm{
  width: 100px;
  margin-top: 15px;
}

body {
  font-family: "Montserrat-Regular";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1540px;
}
#header {
  z-index: 200;
  position: relative;
  font-size: 0;
}
#header .h-top {
  /*line-height: 50px;
  height: 50px;*/
  max-width: 1650px;
  padding: 20px 15px;
  margin: 0 auto;
}
#header .h-top .company-name {
  float: left;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
}
#header .h-top ul {
  /*float: right;*/
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 50px;
  font-size: 14px;
  display: inline-block;
  height: 50px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  color: #d72323;
}
#header .h-top ul li a {
  padding: 0 15px;
  border-left: 1px solid #000;
  font-weight: 500;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
  border-top: 6px solid #b50f18;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1650px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 16px;
  -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: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
  font-weight: 600;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 270px;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  font-weight: 600;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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: #d9dce4;
  color: #b50f18;
}
#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 {
  padding: 18px 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#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: 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;
  -ms-transition: .5s;
  -o-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;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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: #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;
  -moz-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;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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: #fff;
  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: #333;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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;
  line-height: 30px;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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%);
  -o-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);
  -o-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);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  #side,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner.online{
    display: block;
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.pro-cont {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.pro-cont a {
  display: inline-block;
  background-color: #d3d3d3;
  font-size: 14px;
  height: 50px;
  text-align: center;
  width: 160px;
  line-height: 50px;
  position: relative;
}
.pro-cont a.active{
  background-color: #d72323;
  color: #fff;
}
.pro-cont a.active img{
  margin-right: 15px;
}
.pro-cont a img{
  vertical-align: middle;
}
.pro-cont a em{
  position: absolute;
  top: 5px;
  left: 33px;
  line-height: normal;
  background-color: #91080f;
  width: 15px;
  border-radius: 5px;
  font-size: 12px;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#banner .content .box {
  max-width: 1400px;
  margin: 0 auto;
}
#banner .content h2 {
  font-size: 66px;
  line-height: 75px;
  font-weight: bold;
  font-family: 'Gobold';
}
#banner .content h2 small {
  font-size: 26px;
  line-height: 50px;
  display: block;
  font-weight: 600;
}
#banner .content h2 em {
  display: block;
}
#banner .content .more-btn {
  margin-top: 95px;
}
#banner .content .more-btn a {
  display: inline-block;
  font-size: 1.03125rem;
  font-weight: 900;
  background-color: #d72323;
  color: #fff;
  padding: 15px 55px;
}
.txt-upp {
  /*text-transform: uppercase;*/
}
.i-service {
  /*background: url(../images/adv-bg.jpg) no-repeat center;*/
  background-size: cover;
  padding: 70px 0 70px;
  background-color: #e5e5e5;
}
.i-service ul {
  margin: -15px;
}
.i-service ul li.column {
  width: 33.33%;
  padding: 15px;
}
.i-service .content {
  padding: 30px 30px 50px;
  background-color: #fff;
  transition: .5s ease;
}
.i-service .content:hover {
  transform: translateY(-17px);
}
.i-service .img {
  min-height: 91px;
  line-height: 91px;
}
.i-service .img img {
  vertical-align: middle;
}
.i-service .tit {
  font-family: 'Oswald';
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}
.i-service p {
  min-height: 72px;
  margin: 20px 0;
}
.i-service a {
  font-weight: 700;
  color: #d72323;
  padding-right: 35px;
  display: inline-block;
  position: relative;
}
.i-service a::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #d72323;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*.our-product {
  padding: 100px 0;
}*/
.our-product ul li{
  padding: 50px 0;
}
.our-product .grid-box {
  margin: 0 -35px;
}
.our-product .column {
  padding: 0 35px;
}
.our-product .left {
  width: 45%;
  vertical-align: middle;
}
.our-product .right {
  width: 55%;
  vertical-align: middle;
}
.our-product .left h3 {
  font-family: "Anton-Regular";
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
}
h3.ty-tit {
  font-family: 'Gobold';
  margin-top: 10px;
}
.our-product .left h3 span {
  display: block;
}
.our-product .left p {
  margin: 35px 0;
  line-height: 30px;
}
.our-product .left .warp {
  margin: -12px 0;
}
.our-product .left .warp .item {
  font-weight: 500;
  padding: 12px 0;
}
.our-product .left .warp .item > div.pr {
  padding-left: 65px;
}
.our-product .left .warp .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-product .left .more-btn {
  margin-top: 40px;
}
.our-product .left .more-btn a {
  display: inline-block;
  background-color: #d72323;
  color: #fff;
  padding: 15px 50px;
}
.our-product .left .more-btn a:hover{
  background-color: #ef2727;
}
.left-line {
  font-size: 15px;
  font-weight: 500;
  color: #d72323;
  padding-left: 48px;
  position: relative;
}
.left-line::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #d72323;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dob-line {
  font-size: 15px;
  font-weight: 500;
  color: #d72323;
  padding: 0 48px;
  position: relative;
  display: inline-block;
}
.dob-line::before,
.dob-line::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #d72323;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dob-line::before {
  left: 0;
}
.dob-line::after {
  right: 0;
}
.i-advantage {
  background: url(../images/i-adv-bg.jpg) no-repeat top;
  color: #fff;
  padding: 85px 0 75px;
}
.i-advantage .dob-line {
  color: #fff;
}
.i-advantage .list {
  margin-top: 100px;
}
.i-advantage .list ul {
  margin: -15px;
}
.i-advantage .list ul li {
  padding: 15px;
}
.i-advantage .list .adv-box {
  text-align: left;
  background-color: #fff;
  color: #000;
  padding: 50px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.i-advantage .list .adv-box i::after,
.i-advantage .list .adv-box i::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #cb2121;
  z-index: -1;
}
.i-advantage .list .adv-box i::before {
  left: -4px;
  bottom: -4px;
}
.i-advantage .list .adv-box i::after {
  right: -4px;
  bottom: -4px;
}
.i-advantage .list .adv-box .img {
  min-height: 75px;
  line-height: 75px;
}
.i-advantage .list .adv-box .img img {
  vertical-align: middle;
}
.i-advantage .list li.column {
  width: 33.33%;
}
.i-advantage a {
  font-weight: 700;
  color: #d72323;
  padding-right: 35px;
  display: inline-block;
  position: relative;
}
.i-advantage a::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #d72323;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.i-advantage .txt {
  color: #000;
  margin-top: 80px;
  margin-bottom: 50px;
}
.i-advantage .play {
  width: 66px;
  height: 66px;
  line-height: 66px;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.i-advantage .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #d72323;
  font-size: 20px;
  left: 2px;
}
.i-advantage .play:after,
.i-advantage .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(215, 35, 35, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-advantage .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-scooter {
  background: url(../images/scooter-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0 180px;
  display: none;
}
.our-scooter .tit-yy {
  position: relative;
  z-index: 1;
}
.our-scooter .tit-yy::after {
  content: attr(data-text);
  color: rgba(91, 91, 91, 0.1);
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 110px;
  font-family: 'Gobold';
  text-transform: uppercase;
  z-index: -1;
}
.our-scooter .list {
  margin-top: 120px;
}
.our-scooter .list img {
  margin: 0 auto;
}
.our-scooter .list .scooter-box {
  overflow: hidden;
}
.our-scooter .list .scooter-box::before,
.our-scooter .list .scooter-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 0;
  background-color: #d72323;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: .5s;
}
.our-scooter .list .scooter-box::before {
  left: 0;
}
.our-scooter .list .scooter-box::after {
  right: 0;
}
.our-scooter .list .slick-slide.slick-center .scooter-box::before,
.our-scooter .list .slick-slide.slick-center .scooter-box::after {
  height: calc(100% - 40px);
  transition-delay: 1s;
  transition-duration: .5s;
}
.our-scooter .list .scooter-box i.one::after,
.our-scooter .list .scooter-box i.one::before,
.our-scooter .list .scooter-box i.two::before {
  content: "";
  width: 0;
  height: 20px;
  position: absolute;
  background-color: #d72323;
  transition-duration: .5s;
}
.our-scooter .list .scooter-box i.one::before {
  left: 0;
  top: 0;
}
.our-scooter .list .scooter-box i.one::after {
  right: 0;
  top: 0;
}
.our-scooter .list .scooter-box i.two::before {
  left: 0;
  bottom: 0;
}
.our-scooter .list .slick-slide.slick-center .scooter-box i::before,
.our-scooter .list .slick-slide.slick-center .scooter-box i::after {
  width: 150px;
  transition-delay: 1s;
  transition-duration: .5s;
}
.our-scooter .list .content {
  right: 0;
  bottom: 20px;
  background-color: #fff;
  max-width: 250px;
  z-index: 10;
  text-align: left;
  padding: 30px;
  transform: translateX(100%);
  transition-duration: .5s;
}
.our-scooter .list .slick-slide.slick-center .content {
  transform: translateX(0);
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.our-scooter .list .content .name {
  font-family: 'Gobold';
}
.our-scooter .list .content .more-btn {
  color: #d72323;
}
.our-scooter .list .pro-tab {
  bottom: 0;
  right: 20px;
  transform: translateY(100%);
  z-index: 15;
  transition-duration: .5s;
}
.our-scooter .list .slick-slide.slick-center .pro-tab {
  transform: translateY(0);
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.our-scooter .list .pro-tab span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.our-customers .box {
  max-width: 1520px;
  margin-left: auto;
}
.our-customers {
  background-color: #d72323;
  color: #fff;
  padding: 80px 0;
}
.our-customers .left-line {
  color: #fff;
}
.our-customers .left-line::before {
  background-color: #fff;
}
.our-customers .cl {
  max-width: 1111px;
}
.our-customers .cl .fl {
  max-width: 320px;
}
.our-customers .cl .fr {
  max-width: 610px;
}
.our-customers .cl .fr p {
  margin-top: 10px;
}
.our-customers .list {
  margin-top: 35px;
}
#slider-nav1 {
  margin: 10px -15px;
  font-size: 15px;
}
#slider-nav1 em,
#slider-nav1 span {
  padding: 0 15px;
}
.our-customers .progress {
  max-width: 350px;
}
.our-customers .progress .line {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #EDEDED;
  border-radius: 15px;
}
.our-customers .progress .line em {
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 15px;
  background-color: #000;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.our-video {
  padding: 80px 0;
}

.our-video .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: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.our-video .slick-arrow:hover {
  background-color: #fd2318;
}
.our-video .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0;
}
.our-video .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}

.our-video .list .video-box {
  text-align: left;
  position: relative;
}
.our-video .list {
  margin-top: 60px;
}
.our-video .list ul {
  margin: -30px;
}
.our-video .list ul li {
  padding: 30px;
}
.our-video .video-box .img img {
  width: 100%;
}
.our-video .video-box .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-video .video-box:after {
  content: url(../images/video-after.png);
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
}
.our-video .video-box .content {
  padding: 30px 0;
}
.our-video .video-box .content .more-btn:hover{
  color: #d72323;
}
.our-news {
  background-color: #f7f7f7;
  padding: 90px 0;
  display: none;
}
.our-news .list {
  margin-top: 60px;
}
.our-news .list ul {
  margin: -15px;
}
.our-news .list ul li {
  padding: 15px;
}
.our-news .news-box {
  background-color: #fff;
  border: 8px solid #d6d6d6;
  padding: 50px 30px;
}
.our-news .news-box .time {
  font-size: 15px;
  font-weight: 500;
  color: #d72323;
}
.our-news .news-box .tit {
  font-size: 22px;
  line-height: 36px;
  font-weight: 800;
}
#footer .footer-top {
  background-color: #6d6c6a;
  color: #fff;
  padding: 30px 0;
}
#footer .footer-top .tit {
  font-family: 'Oswald';
  font-weight: 400;
  color: #f7f7f7;
}
#footer .footer-top .tit span {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}
#footer .footer-top .partner-list ul {
  margin: -5px;
}
#footer .footer-top .partner-list li {
  width: 8.33%;
  padding: 5px;
}
#footer .footer-top .partner-list .img {
  border: 1px solid #918e8c;
  border-radius: 5px;
  text-align: center;
}
#footer .footer-top .warp {
  margin-top: 30px;
}
#footer .footer-top .warp .item {
  width: 20%;
}
#footer .footer-top .warp .item:first-child {
  padding-right: 30px;
}
#footer .footer-top .warp .item p {
  padding-left: 30px;
  position: relative;
}
#footer .footer-top .warp .item p span {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .item ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
#footer .footer-top .other-link .li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
#footer .footer-bottom {
  padding: 20px 0;
  /*background-color: #272422;*/
  /*color: #c8c8c8;*/
}
#footer .footer-bottom .tab-box li {
  padding: 0 35px;
  display: inline-block;
  position: relative;
}
#footer .footer-bottom .tab-box li a:hover {
  color: #d72323;
}
#footer .footer-bottom .tab-box li::after {
  content: url(../images/red-jt.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-bottom .tab-box li:last-child::before {
  content: url(../images/red-jt.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-bottom .txt {
  margin: 35px 0 45px;
}
#footer .footer-bottom p {
  color: #636363;
}
@media screen and (max-width: 1520px) {
  .our-customers .box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  #banner .content .box {
    max-width: 1140px;
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 30px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: auto;
  }
}
@media screen and (max-width: 1140px) {
  .ui.container {
    width: 1000px;
  }
  #banner .content h2 {
    font-size: 45px;
    line-height: 50px;
  }
  #banner .content .more-btn {
    margin-top: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
  }
  .font-16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .our-news{
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .i-service ul li.column {
    width: 100%;
  }
  .i-service p {
    min-height: 40px;
    margin: 10px 0;
  }
  #banner .content h2 small {
    font-size: 16px;
    line-height: 40px;
  }
  .i-service {
    padding: 90px 0;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-product .grid-box {
    margin: -15px 0;
  }
  .our-product .column {
    padding: 15px 0;
  }
  .our-product ul {
    margin: -20px 0;
  }
  .our-product ul li {
    padding: 20px 0;
  }
  .i-advantage .list li.column {
    width: 100%;
  }
  #footer .footer-top .partner-list li {
    width: 16.66%;
  }
  #footer .footer-top .warp .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #video,#video2 {display: none!important}
  .i-service {
    display: none;
  }
  .font-38 {
    font-size: 25px;
  }
  #banner .content {
    text-align: center;
  }
  #banner .content .more-btn a {
    font-size: .7rem;
    padding: 10px 30px;
  }
  #banner .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #banner .content h2 em {
    display: inline-block;
  }
  .our-product .left p {
    margin: 20px 0;
  }
  .i-advantage {
    display: none;
  }
  .our-product {
    display: none;
  }
  .our-customers {
    display: none;
  }
  .our-video {
    display: none;
  }
  #banner .content .more-btn {
    margin-top: 20px;
  }
  .our-scooter {
    padding: 60px 0;
  }
  .our-scooter .tit-yy::after {
    display: none;
  }
  .our-scooter .list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .partner-title {
    display: none;
  }
  .partner-list {
    display: none;
  }
  #footer .footer-top .warp {
    margin-top: 0;
  }
  .font-14 {
    font-size: 12px;
  }
  .inner-banner.innersingleset{
    padding-top: 150px;
  }
  #footer .footer-top .warp .item:first-child {
    padding-right: 0;
  }
  #banner .content h2 small {
    font-size: 14px;
    line-height: 30px;
  }
  #banner .content .more-btn {
    margin-top: 10px;
  }
  .our-scooter .list .scooter-box i.one,
  .our-scooter .list .scooter-box i.two {
    display: none;
  }
  .our-scooter .list .slick-slide.slick-center .scooter-box::before,
  .our-scooter .list .slick-slide.slick-center .scooter-box::after {
    display: none;
  }
}




/* 内页样式 */
.inner-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 200px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  /*text-transform: uppercase;*/
  font-family: "Oswald";
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #da251c;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #da251c;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.product-page .ui.container {
  width: auto;
  max-width: 1650px;
}
.prodet-page .ui.container{
  width: auto;
  max-width: 1650px;
}
.inner-page p {
  line-height: 1.8;
  font-size: 14px;
}
.about-page .about-1 .right .text{
  max-height: 350px;
  overflow: auto;
}
.about-page .about-1 .right .text h1{
  display: inline;
}
.inner-page .text {
  color: #000;
  font-size: 15px;
  line-height:2;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  font-size: 17px;
  text-transform: uppercase;
}
.inner-page h3.title,.inner-page h1.title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  margin: 15px 0;
  position: relative;
  font-family: "Oswald";
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #da251c;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #ef2727;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  /*text-transform: uppercase;*/
  color: #072948;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 16px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li > a.active {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #da251c;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da251c;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  /*text-transform: capitalize;*/
  line-height: 30px;
  font-family: "Oswald";
  font-weight: 600;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0px 0;
  display: block;
  font-size: 1.3rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #da251c;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-right #footer .footer-top{
  background-color: #fff;
}
.inner-page .sidebar-box .sidebar-right #footer .footer-top .tit{
  color: #000;
}

.inner-page .sidebar-box .sidebar-right .prodesc{
  font-size: 14px;
  line-height: 30px;
}

.inner-page .sidebar-box .sidebar-right .proh1name{
   font-size: 22px;
   line-height: 36px;
    color: #da251c;
    margin-bottom: 10px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(218 37 28);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "Montserrat-Regular";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #da251c none repeat scroll 0 0;
  border: 2px solid #da251c;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Montserrat-Regular";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #da251c;
}
.about-page .about-2 {
  background: #da251c;
  color: #fff;
  padding: 70px 0;
}
.inner-page .about-2 h3.title{
  color: #fff;
}
.inner-page .about-2 .text{
  color: #fff;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #da251c;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #f8f9fc;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 1200px;
  display: block;
  margin: 30px auto;
  text-align: left;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #da251c;
  color: #da251c;
  background: #f8f9fc none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: #da251c;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #da251c;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #da251c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-family: "Montserrat-Regular";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #da251c;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #da251c;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  font-size: 15px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);*/
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  margin-bottom: 0px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 40px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #da251c;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #da251c;
  border-left: 1px solid #da251c;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #da251c;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  line-height:2;
}
h1.newtitle {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin: 15px 0;
    position: relative;
    font-family: "Oswald";
}
.newdet-page .news-content .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
    margin: 15px 0;
}
.newdet-page .news-content .content table {
    font-size: 16px!important;
}

.newdet-page .news-content .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .news-content .content h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  padding: 10px 5px;
}
.newdet-page .news-content .content h2 {
  font-size: 24px;
  line-height: 1.6;
  padding: 10px 5px 10px 0;
  font-weight: 600;
  color: #da251c;
}
.newdet-page .news-content .content ol li,.newdet-page .news-content .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #da251c;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #da251c !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "Montserrat-Regular";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  /*box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #111;
  font-family: "Oswald";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #da251c;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #da251c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 400;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  font-family: "Montserrat-Regular";
  margin: 5px 0 10px;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #da251c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #da251c;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #da251c;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #000;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 35px;
  width: 40%;
  font-size: 15px;
}
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 28px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #da251c;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat-Regular";
  color: #da251c;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #da251c;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #da251c;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}

.prodet-page .product-box .prodet-3 .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: 50px;
  height: 50px;
  border-radius: 100%;
  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;
}
.prodet-page .product-box .prodet-3 .slick-arrow:hover {
  background-color: #fd2318;
}
.prodet-page .product-box .prodet-3:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .product-box .prodet-3 .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(218 37 28);
  left: 0;
}
.prodet-page .product-box .prodet-3 .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}



.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  /*box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  font-family: "Oswald";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #da251c;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #da251c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #da251c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #da251c;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #da251c;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);*/
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
  border: 1px solid #e2e2e2;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 16px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
	line-height:2;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 40px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 36px;
	text-align:center;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .our-scooter{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right .prodesc,.inner-page .sidebar-box .sidebar-right .proh1name{
    display: none!important;
  }
  #footer .footer-bottom .box2 .right .bottom .fl .footerintro{
    display: none!important;
  }
  #seo_public_from {
    padding: 60px 0;
    padding-top: 0
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,.comment-2,.our-honor {display: none}
  .about-page .about-1 .right .text {max-height: 100%}
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .our-news .news-box .tit {
    height: 150px;
    overflow: auto;
    padding-right: 10px
  }
  .our-news {
    padding: 60px 0
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #footer .footer-top .tit{
  text-align:center;}
  #footer .footer-bottom .box2 .right .bottom{
  line-height:2;}
  .inner-page h3.title,.inner-page h1.title{
  font-size:24px;}
  .inner-banner h3.singephonehide,.inner-banner .mbx span{
    display: none!important;
      }
	  
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .inner-page{
    margin-top: 0;
  }
  .product-page{
   padding:0;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 2;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 120px;
  }
}





.down-page{
  padding: 70px 0;
}
.down-page .down-list ul{
  margin: -10px -15px;
}
.down-page .down-list ul li{
  padding: 10px 15px;
}
.down-page .down-list a{
  display: flex;
  background-color: #f8f8f8;
  color: #0570d1;
  align-items: center;
  font-size: 15px;
  padding: 10px 20px;
}

.down-page .down-list a .name{
  margin-left: 10%;
  font-weight: bold;
}

.down-page .down-list a .fa-download{
  margin-left: auto;
}

.down-page .down-list a:hover{
  display: flex;
  background-color: #0570d1;
  color: #fff;
}


/*.inner-page.about-page h3.title,
.inner-page.about-page p{
  color: #fff;
}*/
.inner-page.about-page .about-3 h3.title{
  color: #000;
}
.about-page .about-3 p{
  color: #111;
}
.nowtit{
  display: none!important;
}





/* 头部-改 */
#header .h-top .logo{
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box{
  display: inline-block;
  vertical-align: middle;
  margin-left: 90px;
}
#header .h-top .box h2{
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}
#header .h-top ul{
  margin: 0 -15px;
}
#header .h-top ul li p {
  padding: 0 15px;
  font-weight: 500;
}
#header .h-top ul li p img{
  vertical-align: baseline;
}
#header .h-top ul li:nth-child(3) a {
  font-weight: bold;
  color: #d72323;
}

#header .h-top .form{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
#header .h-top .form input{
  width: 260px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: white;
  background-color: #d72323;
  border: none;
  padding: 0 47px 0 20px;
}

#header .h-top .form input::-webkit-input-placeholder{
	color:#ffffff!important;
}

#header .h-top .form input:-moz-placeholderr{
	color:#ffffff!important;
}

#header .h-top .form input:-moz-placeholder{
	color:#ffffff!important;
}
#header .h-top .form input:-ms-input-placeholder{
	color:#ffffff!important;
}



#header .h-top .form button{
  width: 47px;
  height: 47px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d72323;
}


.language-box {
  margin-left: auto;
  font-size: 17px;
}
.language-box .zhuyu {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  /*width: 50px;*/
  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.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  font-weight: 600;
  line-height: 40px;
  font-size: 14px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #b50f18;
  color: white!important;
}
.language-box .hover-language: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;
}


#banner ul li .flex{
  display: flex;
}
#banner ul li .play{
  position: absolute;
  left: 31%;
  bottom: 26%;
}


.i-service h2{
  font-size: 42px;
  font-family: 'Gobold';
  text-align: center;
}
.i-service .top{
  margin: 50px 0;
}
.i-service .top .left{
  width: 50%;
  vertical-align: top;
  padding-right: 30px;
}
.i-service .top .right{
  width: 50%;
  vertical-align: top;
  padding-left: 30px;
}


.our-comment{
  padding: 30px 0;
}
.our-comment .box{
  padding: 0 60px;
}

.our-comment .left{
  width: 26%;
  margin: 0 5%;
  display: inline-block;
  vertical-align: middle;
}
.our-comment .right{
  width: 64%;
  display: inline-block;
  vertical-align: middle;
}
.our-comment .right .content{
  padding: 0 35px;
  position: relative;
}
.our-comment .right .content strong{
  font-size: 32px;
}
.our-comment .right .content em{
  font-style: italic;
}
.our-comment .right .content:before{
  content: url(/sweetrichmobility/2021/04/26/yh1.png);
  position: absolute;
  left: 0;
  top: 0;
}
.our-comment .right .content:after{
  content: url(/sweetrichmobility/2021/04/26/yh2.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.our-comment .box > span{
  display: inline-block;
  width: 54px;
  height: 82px;
  text-align: center;
  line-height: 82px;
  background-color: #e5e5e5;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-comment .box > span.left-btn{
  left: 0;
}
.our-comment .box > span.right-btn{
  right: 0;
}



#footer .footer-bottom .box2 .left{
  width: 20%;
  vertical-align: middle;
}
#footer .footer-bottom .box2 .right{
  width: 80%;
  vertical-align: middle;
}
#footer .footer-bottom .box2 .right .top ul{
  display: flex;
  justify-content: space-between;
}
#footer .footer-bottom .box2 .right .top ul li{
  text-transform: uppercase;
  font-weight: 500;
}
#footer .footer-bottom .box2 .right .bottom{
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  line-height:2;
}
.contact-page .contact-2 .right ul li p img{
  width: 3.9%;
}
.contact-page .contact-2 .right ul li p i{
  width: 96%;
  padding-left: 10px;
}


.ban-inner1 {
    padding-top: 45%;
}
.ban-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    position: relative;
}
.ban-inner:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ban-com-profile {
    overflow: hidden;
    position: relative;
}
#video{
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 0;
  -o-object-fit: fill;
  object-fit: fill;
	filter: blur(20px);
}
#video2 {
    display: block;
    position: absolute;
    left: 50%;
    width: auto!important;
    height: 100%;
    top: 0;
    -o-object-fit: fill;
    object-fit: fill;
    transform: translateX(-50%);
    z-index: 5;
}
/* end */



.inner-page .sidebar-box .sidebar-left .form{
    padding: 30px 10px;
    background-color: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .form ul li{
  width: 100%;
}









#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: .9rem;
    background: #fff;
    top: 0;
    left: 100%;
    width: 190px;
    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 .5s,opacity .3s;
    -webkit-transition: -webkit-transform .5s,opacity .3s;
    -moz-transition: -moz-transform .5s,opacity .3s;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    border-bottom: 3px solid #fd2318;
    display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-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;
}


.inner-banner.online .more a{
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-size: 16px;
  transition: .5s ease;
}

.inner-banner.online .more a:hover{
  background-color: #b50f18;
  border-color: #b50f18;
}


@media screen and (max-width: 1000px) {
  #footer .footer-bottom .box2 .right .top{
    display: none;
  }

  #footer .footer-bottom .box2 .left{
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .box2 .right{
    width: 100%;
    text-align: center;
  }

  #footer .footer-bottom .box2 .right .bottom .fl,
  #footer .footer-bottom .box2 .right .bottom .fr{
    float: none;
  }

  #floatAd{
    display: none;
  }
}


@media screen and (max-width: 700px) {
  #footer .footer-top .warp .item:first-child{
    padding-right: 0;
    width: 100%;
  }

  #footer .footer-top .warp .item:not(:first-child){
    display: none;
  }
}


.mob-form{
  display: none;
}

@media screen and (max-width: 1000px) {
  .mob-form{
    display: block;
  }
  .xingxingcheye {
    display: none !important;
  }
}
.xingxingcheye .wushenjiay {
  font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-family: "Oswald";
    text-align: center;
}
.xingxingcheye {
      margin-top: 20px;
      margin-bottom: 20px;
}
.xingxingcheye h3 {
  font-size: 22px;
    line-height: 36px;
    color: #da251c;
    margin-bottom: 10px;
}
.xingxingcheye p {
  font-size: 14px;
    line-height: 30px;
}


.product-list .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: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-list .slick-arrow:hover {
  background-color: #fd2318;
}
.product-list .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0;
}
.product-list .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}



.our-honor .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: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.our-honor .slick-arrow:hover {
  background-color: #fd2318;
}
.our-honor .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0;
}
.our-honor .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}