<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url(../fonts/Montserrat-ExtraLight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url(../fonts/Rubik-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik-Light';
  src: url(../fonts/Rubik-Light.ttf) format('truetype');
}
@media screen and (max-width: 1000px){
  .benniaohide {                                      
    display: none !important;
  }
}

@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #e71f19;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #e71f19;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #e71f19;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #e71f19;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #f74641;
}

b,
strong {
  font-weight: bold;
}
body {
  position: relative;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
  background-size: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
 
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e71f19;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e71f19;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .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 {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  
}
#header.active {
  background-color: #fff;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header &gt; .nav {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#header &gt; .nav &gt; .menu {
  width: 100%;
  padding: 12px 100px;
}
#header &gt; .nav &gt; .menu .menu-box {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header &gt; .nav &gt; .menu .menu-box .logo {
  width: 80px;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container {
  margin-left: auto;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item {
  position: relative;
  margin-left: 60px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item:first-child {
  margin-left: 0;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item:hover &gt; a {
  color: #e71f19;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item:hover &gt; a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item:hover &gt; .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu .menu-item .sub-menu{
  top: 0;
  left: 100%;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu .menu-item:hover .sub-menu{
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item &gt; a {
    font-family: 'Montserrat-Regular';
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
  line-height: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 16px 0;
  text-align: center;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #e71f19;
  border-radius: 2px;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item.menu-item-98776 .sub-menu{
  width: 280px;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu .menu-item {
  color: #000;
  background-color: #fff8f8;
  position: relative;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header &gt; .nav &gt; .menu .menu-box .right {
  margin-left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header &gt; .nav &gt; .menu .menu-box .right .search {
  width: 18px;
  cursor: pointer;
}
#header &gt; .nav &gt; .menu .menu-box .right .subline {
  width: 1px;
  height: 20px;
  background-color: #000;
  margin-left: 15px;
}
#header &gt; .nav &gt; .menu .lang_cont {
  position: relative;
  cursor: pointer;
  z-index: 2;
  margin-left: 26px;
}
#header &gt; .nav &gt; .menu .lang_cont .c_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header &gt; .nav &gt; .menu .lang_cont .c_cont img {
  width: 25px;
}
#header &gt; .nav &gt; .menu .lang_cont .c_cont .text {
  margin-left: 8px;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}
#header &gt; .nav &gt; .menu .lang_cont .c_cont i {
  margin-left: 12px;
}
#header &gt; .nav &gt; .menu .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header &gt; .nav &gt; .menu .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #e71f19;
}
#header &gt; .nav &gt; .menu .lang_cont .lang li a {
  background: #fff8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header &gt; .nav &gt; .menu .lang_cont .lang li a:hover {
  background-color: #000;
}
#header &gt; .nav &gt; .menu .lang_cont .lang li a:hover em {
  color: #fff;
}
#header &gt; .nav &gt; .menu .lang_cont .lang li a img {
  width: 20%;
}
#header &gt; .nav &gt; .menu .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
.more_cont {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont .sub_div {
  z-index: 4;
  position: absolute;
  width: 50px;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #e71f19;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont .bor {
  border: 1px solid #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e71f19;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover {
  color: #fff;
}
.more_cont:hover .sub_div {
  left: calc(100% - 50px);
  opacity: 0;
}
.more_cont:hover .bor {
  border-color: #fff;
}
.more_cont:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#banner .container {
  width: 100%;
  position: relative;
  padding: 0;
}
#banner .container .sub_img_c {
  position: absolute;
  width: 95px;
  height: 95px;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
#banner .container .sub_1 {
  top: 108px;
  left: 50px;
}
#banner .container .sub_2 {
  top: 108px;
}
#banner .container .sub_3 {
  left: 50px;
}
#banner .container .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 4;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50px;
  padding-top: 20px;
}
#banner .container .share &gt; div a {
  color: #fff;
  display: block;
  margin: 15px 0;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .share &gt; div a:hover {
  color: #e71f19;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #b4b4b4;
  z-index: 2;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div {
    margin-left: auto;
    width: 730px;
    margin-right: -190px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .title {
  color: #333333;
  font-size: 50px;
  font-family: 'Montserrat-Bold';
}
#banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .des {
    font-size: 22px;
    font-family: 'Montserrat-Regular';
       color: #000;
    margin-top: 20px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .more {
margin-top: 50px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .right {
  width: 60%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .right &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#banner .container .swiper .swiper-wrapper .swiper-slide-active .left &gt; div {
  -webkit-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body {
  position: relative;
}
#index-body .tip_title_cont .title_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .tip_title_cont .title_1 .subline {
  width: 60px;
  height: 2px;
  background-color: #e71f19;
}
#index-body .tip_title_cont .title_1 span {
    font-size: 28px;
    font-family: 'Montserrat-Bold';
    margin-left: 15px;
    color: #e71f19;
    text-transform: uppercase;
}
#index-body .tip_title_cont .title_2 {
    font-family: 'Montserrat-Bold';
    color: #000;
    font-size: 48px;
    line-height: 1.8;
    margin-top: 20px;
}
#index-body .init-1 {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
#index-body .init-1 .img_sub_c {
  position: absolute;
  width: 560px;
  bottom: 10px;
  right: -150px;
}
#index-body .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .left {
      width: 55%;
    padding-right: 80px;
}
#index-body .init-1 .container .left .des {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Regular';
    margin-top: 20px;
    line-height: 2;
}
#index-body .init-1 .container .left .more {
  margin-top: 60px;
}
#index-body .init-1 .container .left .more .bor {
  border-color: #e71f19;
}
#index-body .init-1 .container .right {
  width: 45%;
  position: relative;
}
#index-body .init-1 .container .right img {
  display: block;
  margin-left: auto;
  width: 76%;
}
#index-body .init-1 .container .right .cont {
  position: absolute;
  bottom: 60px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .right .cont .list {
  width: 230px;
  background-color: #d80c09;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  margin-right: 30px;
}
#index-body .init-1 .container .right .cont .list .top {
  font-size: 56px;
  font-family: 'Montserrat-Medium';
  line-height: 2;
}
#index-body .init-1 .container .right .cont .list .top em {
  display: inline-block;
}
#index-body .init-1 .container .right .cont .list .bottom {
  font-size: 16px;
  margin-top: 5px;
}
#index-body .init-2 {
  overflow: hidden;
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .container .list {
  position: relative;
  padding-bottom: 0;
  width: calc(50% - 20px);
  background-image: url(../images/index_8_1_1.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 70px;
  height: 515px;
}
#index-body .init-2 .container .list a {
  display: block;
}
#index-body .init-2 .container .list .left {
  position: relative;
  z-index: 2;
  width: 60%;
}
#index-body .init-2 .container .list .left .title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Montserrat-Medium';
    line-height: 2;
}
#index-body .init-2 .container .list .left .des {
  font-size: 18px;
  line-height: 2;
  font-family: 'Montserrat-Light';
  margin-top: 20px;
}
#index-body .init-2 .container .list .left .more {
  display: inline-block;
  margin-top: 30px;
  text-transform: capitalize;
  color: #fff;
}
#index-body .init-2 .container .list .left .more .bor {
  border-color: #fff;
}
#index-body .init-2 .container .list .right {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 10px;
}
#index-body .init-2 .container .list .right img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
#index-body .init-2 .container .list:nth-child(2) {
  background-image: url(../images/index_8_2_1.jpg);
  color: #000;
}
#index-body .init-2 .container .list:nth-child(2) .left .more {
  color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(2) .left .more .bor {
  border-color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(2) .left .more:hover {
  color: #fff;
}
#index-body .init-2 .container .list:nth-child(2) .right {
  width: 40%;
  right: 4.5vw;
  bottom: 0;
}
#index-body .init-2 .container .list:nth-child(3) {
  background-image: url(../images/index_8_3_1.jpg);
}
#index-body .init-2 .container .list:nth-child(3) .left {
  width: 60%;
  margin-left: auto;
}
#index-body .init-2 .container .list:nth-child(3) .left .more {
  color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(3) .left .more .bor {
  border-color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(3) .left .more:hover {
  color: #fff;
}
#index-body .init-2 .container .list:nth-child(3) .right {
  width: 40%;
  left: 15px;
  bottom: 30px;
}
#index-body .init-2 .container .list:nth-child(4) {
  background-image: url(../images/index_8_4_1.jpg);
  color: #000;
}
#index-body .init-2 .container .list:nth-child(4) .left {
  width: 60%;
  margin-left: auto;
}
#index-body .init-2 .container .list:nth-child(4) .left .more {
  color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(4) .left .more .bor {
  border-color: #e71f19;
}
#index-body .init-2 .container .list:nth-child(4) .left .more:hover {
  color: #fff;
}
#index-body .init-2 .container .list:nth-child(4) .right {
  width: 40%;
  left: 15px;
  bottom: 0;
}
#index-body .init-3 {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
#index-body .init-3 .img_sub_c {
  left: -360px;
  position: absolute;
  width: 570px;
  top: 0;
  height: 420px;
}
#index-body .init-3 .img_sub_c_2 {
  width: 500px;
  height: 400px;
  position: absolute;
  bottom: 35px;
  right: 70px;
}
#index-body .init-3 .container .tip_title_cont .title_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-3 .container .tip_title_cont .title_2 {
  text-align: center;
  text-transform: uppercase;
}
#index-body .init-3 .container .content {
  position: relative;
}
#index-body .init-3 .container .content .prev,
#index-body .init-3 .container .content .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 46%;
  right: -140px;
  z-index: 2;
}
#index-body .init-3 .container .content .prev::before,
#index-body .init-3 .container .content .next::before {
  border-radius: 50%;
}
#index-body .init-3 .container .content .prev img,
#index-body .init-3 .container .content .next img {
  position: relative;
  z-index: 2;
  width: 50%;
}
#index-body .init-3 .container .content .prev {
  left: -140px;
}
#index-body .init-3 .container .content .swiper {
  margin-top: 50px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #e1e1e1;
  padding: 15px;
  background-color: #fff;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 88px;
    overflow-y: auto;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title .cir_c {
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  margin-top: 15px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title .cir_c .cir {
  width: 17px;
  height: 17px;
  border: 2px solid #d91d1d;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title .cir_c .cir:last-child {
  transform: translate(2px, 3px);
  -ms-transform: translate(2px, 3px);
  -moz-transform: translate(2px, 3px);
  -webkit-transform: translate(2px, 3px);
  -o-transform: translate(2px, 3px);
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title span {
    margin-left: 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    color: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title:hover .cir_c .cir {
  transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title:hover span {
  color: #e71f19;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  overflow: hidden;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .subline {
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background-color: #e71f19;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide:hover {
  border-color: #bababa;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide:hover .subline {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#index-body .init-3 .container .more {
  text-align: center;
  margin-top: 50px;
}
#index-body .init-3 .container .more .more_cont {
  color: #e71f19;
}
#index-body .init-3 .container .more .more_cont .bor {
  border: 1px solid #e71f19;
}
#index-body .init-3 .container .more .more_cont:hover {
  color: #fff;
}
#index-body .init-4 {
  margin-top: 90px;
  overflow: hidden;
}
#index-body .init-4 .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #150d0e;
}
#index-body .init-4 .container .left {
  width: 50%;
}
#index-body .init-4 .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  display: block;
  left: 0;
}
#index-body .init-4 .container .right {
  padding: 110px 260px 110px 130px;
  width: 50%;
  position: relative;
}
#index-body .init-4 .container .right &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#index-body .init-4 .container .right .cont {
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .right .cont .tip_title_cont .title_2 {
  color: #fff;
}
#index-body .init-4 .container .right .cont .des {
    color: #fff;
    margin-top: 30px;
    line-height: 1.8;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
}
#index-body .init-4 .container .right .cont .more_cont {
  color: #e71f19;
  margin-top: 50px;
}
#index-body .init-4 .container .right .cont .more_cont .bor {
  border-color: #e71f19;
}
#index-body .init-4 .container .right .cont .more_cont:hover {
  color: #fff;
}
#index-body .init-5 {
  overflow: hidden;
  padding: 100px 0;
  background-image: url(../images/index_18.jpg);
}
#index-body .init-5 .container .tip_title_cont {
  text-align: center;
}
#index-body .init-5 .container .tip_title_cont .title_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-5 .container .tip_title_cont .title_2 {
  text-transform: uppercase;
}
#index-body .init-5 .container .content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-5 .container .content .left {
  width: 80%;
}
#index-body .init-5 .container .content .left .swiper .swiper-wrapper .swiper-slide {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#index-body .init-5 .container .content .left .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0.7) rotateY(22deg);
  -ms-transform: scale(0.7) rotateY(22deg);
  -moz-transform: scale(0.7) rotateY(22deg);
  -webkit-transform: scale(0.7) rotateY(22deg);
  -o-transform: scale(0.7) rotateY(22deg);
}
#index-body .init-5 .container .content .left .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0.7) rotateY(22deg);
  -ms-transform: scale(0.7) rotateY(22deg);
  -moz-transform: scale(0.7) rotateY(22deg);
  -webkit-transform: scale(0.7) rotateY(22deg);
  -o-transform: scale(0.7) rotateY(22deg);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3));
}
#index-body .init-5 .container .content .left .swiper .swiper-wrapper .swiper-slide-active img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-5 .container .content .left .swiper .swiper-wrapper .swiper-slide-active .shadow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
#index-body .init-5 .container .content .right {
  position: relative;
  width: 20%;
  height: 400px;
  padding: 42px 10px;
}
#index-body .init-5 .container .content .right .prev,
#index-body .init-5 .container .content .right .next {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .content .right .prev:hover,
#index-body .init-5 .container .content .right .next:hover {
  color: #e71f19;
}
#index-body .init-5 .container .content .right .prev.swiper-button-disabled,
#index-body .init-5 .container .content .right .next.swiper-button-disabled {
  color: #ccc;
  cursor: auto;
}
#index-body .init-5 .container .content .right .prev {
  top: 0;
}
#index-body .init-5 .container .content .right .swiper {
  height: 100%;
}
#index-body .init-5 .container .content .right .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 18px 15px;
  text-align: center;
  height: auto;
  border-radius: 30px;
  font-size: 18px;
  color: #666666;
  font-family: 'Montserrat-Medium';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .content .right .swiper .swiper-wrapper .swiper-slide:hover,
#index-body .init-5 .container .content .right .swiper .swiper-wrapper .swiper-slide.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  color: #000;
}
#index-body .init-6 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
#index-body .init-6 .img_sub_cont {
  width: 580px;
  height: 336px;
  position: absolute;
  bottom: 66px;
  right: 125px;
}
#index-body .init-6 .container {
  position: relative;
}
#index-body .init-6 .container .title_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-6 .container .title_2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
#index-body .init-6 .container .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .container .content .left {
  background-color: #f5f5f5;
  width: 48%;
  height: 473px;
  overflow-y: auto;
  padding-right: 10px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#index-body .init-6 .container .content .left .list {
  height: auto;
  padding: 40px 0;
  border-bottom: 1px solid #e2e2e2;
}
#index-body .init-6 .container .content .left .list a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-6 .container .content .left .list.active .title{
  color: #e71f19;
}

#index-body .init-6 .container .content .left .list.active .cont{
  display: block;
  height: 120px;
  opacity: 1;
}

#index-body .init-6 .container .content .left .list a:hover {
  color: #e71f19;
}
#index-body .init-6 .container .content .left .list .title {
font-size: 24px;
    font-family: 'Montserrat-Medium';
}
#index-body .init-6 .container .content .left .list .des {
    margin-top: 26px;
    color: #666666;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
}
#index-body .init-6 .container .content .left .list .time {
  margin-top: 15px;
  font-size: 16px;
  color: #e71f19;
  font-family: 'Montserrat-Regular';
}
#index-body .init-6 .container .content .left .list .cont {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
#index-body .init-6 .container .content .left .list:hover .cont {
  height: 120px;
  opacity: 1;
}
#index-body .init-6 .container .content .right {
  width: 48%;
}
#index-body .init-6 .container .content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer {
  position: relative;
  color: #fff;
  background-color: #000;
}
#footer .f-top {
  padding: 50px 0;
  background-color: #242528;
}
#footer .f-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-top .container .list_cont .logo {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
#footer .f-top .container .list_cont .logo img {
  width: 80px;
  min-width: 80px;
}
#footer .f-top .container .list_cont .logo span {
  margin-left: 10px;
  font-size: 20px;
  font-family: 'Rubik-Medium';
}
#footer .f-top .container .list_cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 12px;
}
#footer .f-top .container .list_cont .list .img {
  width: 22px;
  min-width: 22px;
  margin-top: 4px;
}
#footer .f-top .container .list_cont .list .img img {
  max-width: 100%;
  width: auto;
}
#footer .f-top .container .list_cont .list .text {
  margin-left: 10px;
  font-family: 'Rubik-Light';
  font-size: 18px;
  max-width: 280px;
  line-height: 2;
}
#footer .f-top .container .list_cont .first {
  font-size: 22px;
  font-family: 'Rubik-Medium';
  margin-bottom: 22px;
  margin-top: 30px;
  text-transform: uppercase;
}
#footer .f-top .container .list_cont .list_2 {
  display: block;
  font-size: 18px;
  font-family: 'Rubik-Light';
  margin-top: 12px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-top .container .list_cont .list_2:hover {
  color: #e71f19;
}
#footer .f-top .container .list_cont form {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-top .container .list_cont form input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Rubik-Light';
  font-weight: bold;
}
#footer .f-top .container .list_cont form .submit_btn {
  margin-top: 25px;
  cursor: pointer;
  background-color: #e71f19;
  color: #fff;
  padding: 13px 40px;
}
#footer .copyright {
  width: 100%;
  line-height: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
#footer .copyright .container {
  padding: 20px 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .copyright .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .left img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#footer .copyright .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .right a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0 10px;
}
#footer .copyright .container .right a:hover {
  color: #e71f19;
  border-color: #e71f19;
}
#footer .copyright a {
  margin-left: 20px;
}
#footer .copyright a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
@media (max-width: 1500px) {
  #header &gt; .nav &gt; .menu {
    width: 1200px;
    padding: 12px 15px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div {
    width: 500px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .title {
    font-size: 2.5vw;
  }
  #banner .container .sub_img_c {
    width: 60px;
    height: 60px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .des {
    margin-top: 15px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .more {
    margin-top: 20px;
  }
  #index-body .init-2 .container .list .left .title {
    font-size: 32px;
  }
  #index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title span {
    font-size: 20px;
  }
  #index-body .init-4 .container .right {
    padding: 40px;
  }
}
@media (max-width: 1250px) {
  #header &gt; .nav &gt; .menu {
    width: 970px;
  }
  #header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item {
    margin-left: 40px;
  }
  #header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item &gt; a {
    font-size: 18px;
  }
  #header &gt; .nav &gt; .menu .menu-box .right {
    margin-left: 80px;
  }
  #index-body .init-1 .container .right .cont {
    bottom: 35px;
  }
  #index-body .init-1 .container .right .cont .list {
    margin-top: 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left .shiping{
    display: none;
  }
  #footer .f-top .container .list_cont .logo {
    width: 360px;
  }
  #footer .f-top .container .list_cont form {
    width: 260px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile{
    display: block;
  }
  #banner{
    margin-top: 40px;
  }
  #banner .container .sub_img_c {
    display: none;
  }
  #banner .container .share {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .right {
    width: 50%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left {
    width: 50%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div {
    width: 70vw;
  }
  #index-body .init-1 .container .left .tip_title_cont .title_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-1 .container .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    height: 280px;
  }
  #index-body .init-1 .container .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .init-1 .container .right .cont {
    width: 100%;
    bottom: 10px;
  }
  #index-body .init-2 .container .list {
    width: 100%;
  }
  #index-body .init-3 .container .content .prev,
  #index-body .init-3 .container .content .next {
    display: none;
  }
  #index-body .init-5 .container .content .right .swiper .swiper-wrapper .swiper-slide {
    padding: 8px 15px;
  }
  #footer .copyright .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .copyright .container .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .copyright .container .right {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div {
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .title {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .init-1 .container .right {
    display: none;
  }
  #index-body .init-1 .img_sub_c {
    display: none;
  }
  #index-body .init-2 .container {
    padding: 0 15px;
  }
  #index-body .init-2 .container .list{
    padding: 20px;
  }
  #index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-3 .img_sub_c {
    display: none;
  }
  #index-body .init-3 .img_sub_c_2 {
    display: none;
  }
  #index-body .init-4 .container {
    padding: 0;
  }
  #index-body .init-4 .container .left {
    display: none;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    text-align: center;
  }
  #index-body .init-4 .container .right .tip_title_cont .title_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-6 .img_sub_cont {
    display: none;
  }
  #index-body .init-6 .container .content .left {
    width: 100%;
  }
  #index-body .init-6 .container .content .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-6 .container .content .left .list {
    text-align: center;
  }
  #index-body .init-6 .container .content .left .list .cont {
    height: 120px;
    opacity: 1;
  }
  #footer .f-top .container .list_cont {
    width: 100%;
  }
  #footer .f-top .container .list_cont:nth-child(2),
  #footer .f-top .container .list_cont:nth-child(3) {
    display: none;
  }
  #footer .f-top .container .list_cont .logo {
    max-width: 420px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  #footer .f-top .container .list_cont .list {
    max-width: 420px;
    margin: auto;
    margin-top: 15px;
  }
  #footer .f-top .container .list_cont .list .text {
    width: auto;
    max-width: 100%;
  }
  #footer .f-top .container .list_cont .first {
    text-align: center;
  }
  #footer .f-top .container .list_cont form {
    width: 100%;
    max-width: 320px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-top .container .list_cont form .submit_btn {
    width: 100%;
    text-align: center;
  }
  #footer .copyright .container .right {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .left &gt; div .des {
    font-size: 16px;
    line-height: 2;
  }
  .more_cont {
    font-size: 16px;
    padding: 10px 20px;
  }
  #index-body .init-1 {
    padding: 40px 0;
  }
  #index-body .tip_title_cont .title_1 span {
    font-size: 18px;
  }
  #index-body .tip_title_cont .title_1 .subline {
    width: 30px;
  }
  #index-body .tip_title_cont .title_2 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 2;
  }
  #index-body .init-1 .container .left .des {
    font-size: 16px;
    margin-top: 10px;
  }
  #index-body .init-1 .container .left .more {
    margin-top: 30px;
  }
  #index-body .init-2 .container .list {
    height: auto;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #index-body .init-2 .container .list .left {
    width: 100%;
  }
  #index-body .init-2 .container .list:nth-child(3) .left {
    width: 100%;
  }
  #index-body .init-2 .container .list:nth-child(3) .right {
    left: unset;
    right: 15px;
    bottom: 10px;
  }
  #index-body .init-2 .container .list:nth-child(4) .left {
    width: 100%;
  }
  #index-body .init-2 .container .list:nth-child(4) .right {
    left: unset;
    right: 15px;
    bottom: 0;
  }
  #index-body .init-2 .container .list .left .title {
    text-align: center;
    font-size: 20px;
  }
  #index-body .init-3 {
    margin-top: 10px;
  }
  #index-body .init-3 .container .content .swiper {
    margin-top: 20px;
  }
  #index-body .init-3 .container .more {
    margin-top: 20px;
  }
  #index-body .init-4 {
    margin-top: 40px;
  }
  #index-body .init-4 .container .right {
    padding: 40px 15px;
  }
  #index-body .init-4 .container .right .cont .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  #index-body .init-4 .container .right .cont .more_cont {
    margin-top: 20px;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #index-body .init-6 .container .content {
    margin-top: 20px;
  }
  #index-body .init-6 .container .content .left {
    border: none;
  }
  #index-body .init-6 .container .content .left .list {
    padding: 20px 0;
  }
  #index-body .init-6 .container .content .left .list .title {
    font-size: 20px;
    line-height: 1.6;
  }
  #index-body .init-6 .container .content .left .list .des {
    margin-top: 15px;
  }
}















.contact-page .contact-2 .button-group .button{
  background: #e71f19;
}


.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    font-size: 20px;
    background: #eee;
    color: #838383;
    text-align: center;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span,
.inner-page .m-page a:hover {
  background: #e71f19;
  color: white;
  border-color: transparent;
}
.inner-page .form ul {
  margin: -10px -25px;
}
.inner-page .form ul li {
  padding: 10px 25px;
}
.inner-page .form ul li label {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: 1px solid #dedede;
  line-height: 24px;
  padding: 13px;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #e71f19;
}
.inner-page .form ul li textarea {
  height: 128px;
}
.inner-page .form ul li input[type="submit"] {
  width: 200px;
  max-width: 100%;
  background: #e71f19;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0;
  line-height: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: black;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .proList ul {
     margin: 0 -10px;
}

.inner-page .proList ul li a.img {
  display: block;
}
.inner-page .proList ul li a.img img {
  width: 100%;
      background: #f9f9f9;
}
.inner-page .proList ul li .content {
    display: flex;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .proList ul li .content a.more {
line-height: 30px;
    height: 30px;
    padding: 0 18px;
    background: #e71f19;
    color: white;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 5px;
}
.inner-page .proList ul li .content a.more:hover {
  background: black;
}
.inner-page .proList ul li .content h5 {
    font-size: 18px;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow-y: auto;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;

}

.inner-page .proList ul li .content .des{
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    max-height: 170px;
    overflow: overlay;
}
.inner-page .proList ul li .content .des:hover{
  color: #e71f19;
}
.inner-page .proList ul li .content .img_list{
  margin-top: 20px;
}
.inner-page .proList ul li .content .img_list img{
  cursor: pointer;
  width: 100%;
}
.inner-page .proList ul li .content h5:hover {
  color: #e71f19;
}
.inner-page .proList ul li:hover .content {
  border-color: #e71f19;
}
.about-page h3,.about-page h5 {
display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}
.about-page .about-1 {
  padding: 100px 0 120px;
}
.about-page .about-1 .slide {
  display: block;
  padding-bottom: 130px;
}
.about-page .about-1 .slide .text {
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}
.about-page .about-1 .slide .text .content {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 2;
}
.about-page .about-1 .slide .text .content em {
  font-weight: 400;
}
.about-page .about-1 .slide .text .content p {
  padding-top: 15px;
}
.about-page .about-1 .slide .text .content p:first-child {
  padding-top: 0;
}
.about-page .about-1 .slide .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .slide:nth-child(even) .img {
  left: -50%;
  padding-right: 35px;
}
.about-page .about-1 .slide:nth-child(even) .text {
  left: 50%;
  padding-right: 0;
}
.about-page .about-1 .slide:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .slide:last-child .text .content {
  line-height: 2;
}
.about-page .about-2 {
  background: #a90d22;
}
.about-page .about-2 .left {
  vertical-align: middle;
}
.about-page .about-2 .right {
  vertical-align: middle;
  padding: 20px 0;
}
.about-page .about-2 .right .box2 {
  max-width: 670px;
 padding-left: 50px;
}
.about-page .about-2 .right .box2 h3 {
  color: white;
}
.about-page .about-2 .right .box2 .content {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: 25px 0;
    color: white;
}
.about-page .about-2 .right .box2 .content p {
    padding: 5px 0;
    line-height: 2;
}
.about-page .about-2 .right .box2 a.more {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 60px;
  background: white;
  font-size: 18px;
  color: #e71f19;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right .box2 a.more:hover {
  color: white;
  background: #333;
}
.about-page .about-3 {
  padding: 80px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  text-transform: none;
}
.about-page .about-3 .text {
  margin: 20px auto 0;

  font-size: 18px;
  color: #545454;
  line-height: 2;
}
.about-page .about-3 .list {
  padding-top: 40px;
}
.about-page .about-3 .list ul {
  margin: 0 -15px;
  padding: 0 60px;
}
.about-page .about-3 .list ul li {
  padding: 0 15px;
}
.about-page .about-3 .list ul li a.img {
  display: block;
}
.about-page .about-3 .list ul li a.img img {
  width: 100%;
}
.about-page .about-3 .list ul li h5 {
  display: block;
  margin-top: 35px;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  display: none;
}
.about-page .about-3 .list ul .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #545454;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: white;
  font-size: 26px;
  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%);
}
.about-page .about-3 .list ul .slick-arrow.slick-prev {
  left: -30px;
}
.about-page .about-3 .list ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.about-page .about-3 .list ul .slick-arrow.slick-next {
  right: -30px;
}
.about-page .about-3 .list ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.about-page .about-3 .list ul .slick-arrow:hover {
  background-color: #e71f19;
}
/*honor*/

.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
}
.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
}
.about-page .honor .left h2 {
font-size: 30px;
    line-height: 2;
    font-weight: 700;
    font-family: 'MPR';
}
.about-page .honor .grid-box{
  width: 100%;
}
.about-page .honor .left p {
  margin-top: 1rem;
  line-height: 2;
}
.about-page .honor .left .img {
  margin: 1.5rem 0;
}
.about-page .honor .left .tab {
  font-size: 0;
}
.about-page .honor .left .tab span {
  display: inline-block;
  background-color: #c30d22;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.about-page .honor .left .tab span img {
  vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-page .honor .right {
  width: 70%;
  position: relative;
}
.about-page .honor .right ul {
  margin: -15px;
}
.about-page .honor .right ul li {
  padding: 15px;
}
.about-page .honor .right ul li img {
  width: 100%;
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
/*honor-end*/
.contact-page {
  padding: 80px 0 90px;
}
.contact-page .contact-1 .box .box2 {
  border-radius: 45px;
  overflow: hidden;
}
.contact-page .contact-1 .box .left {
  width: 42%;
}
.contact-page .contact-1 .box .left .box2 {
  padding: 90px 40px;
  display: block;
  background: url("../images/pro-01.jpg");
  background-size: 100% 100%;
  color: white;
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.contact-page .contact-1 .box .left .box2 .info ul li {
  margin-bottom: 40px;
  font-size: 20px;
  word-break: break-word;
  line-height: 2;
}
.contact-page .contact-1 .box .left .box2 .info ul li em {
  width: 66px;
  text-align: right;
  margin-right: 10px;
  /*display: inline-block;*/
  white-space: nowrap;
}
.contact-page .contact-1 .box .left .box2 .info ul li a:hover {
  text-decoration: underline;
}
.contact-page .contact-1 .box .left .box2 .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .left .box2 .info ul li #ewm{
  width: 100px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px;
}
.contact-page .contact-1 .box .left .box2 .share{
  margin-top: 40px;
}
.contact-page .contact-1 .box .left .box2 .share ul {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.contact-page .contact-1 .box .left .box2 .share ul li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .box2 .share ul li:hover {
  color: #e71f19;
}
.contact-page .contact-1 .box .right {
  width: 58%;
  padding-right: 3%;
}
.contact-page .contact-1 .box .right .box2 {
  padding: 45px;
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-1 .box .right .box2 h4 {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.contact-page .contact-1 .box .right .box2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  line-height: 2;
  margin: 13px 0;
}
.contact-page .contact-2 {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 #mapContainer .amap-copyright,
.contact-page .contact-2 #mapContainer .amap-logo {
  display: none !important;
}
.news-page {
  padding: 90px 0;
}

.news-page .list ul {
    margin: 0 -15px;
}
.news-page .list ul li .box {
    display: block;

}
.news-page .list ul li .box h3 {
    font-size: 20px;
    line-height: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff;
    margin-top: 8px;
    text-transform: capitalize;
        font-weight: bold;
              overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.news-page .list ul li .box h3:hover {
  color: #e71f19;
}
.news-page .list ul li .box time {
    display: block;
    margin: 10px 0;
    line-height: 1;
    color: #fff;
}
.news-page .list ul li .box a.more {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0 18px;
  background: #e71f19;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box a.more:hover {
  background: black;
}

.inner-page.news-page .ui.container {
    display: flex;
}
.inner-page.news-page .list.right {
    width: 75%;
    padding-left: 40px;
}

.inner-page.news-page .list.right li .text p{
      font-size: 14px;
    line-height: 2;
    margin-top: 0.5rem;
    color: #fff;
      overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.inner-page.news-page .list.right li .text {
    color: #2b2b2b;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 30px 30px;
        z-index: 99;
}
.inner-page.news-page .list.right li {
 position: relative;
    margin: 0px 15px 40px 15px;
    width: 47%;
}




.inner-page.news-page .list.right li:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}
.gallery-page .container{
  flex-wrap: wrap;
}
.gallery-page .proList{
  width: 100%;
}
.gallery-page .proList ul li .content h5{
  padding: 10px;
  margin: 0;
}
.product-page {
padding: 90px 0;
}
.prodet-page {
  padding: 0px 0 80px;
}
.prodet-page h3.title,.prodet-page h1.title {
font-weight: bold;
    font-size: 28px;
    line-height: 2;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .left {
  width: 45%;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-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 .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .prodet-1 .right {
     padding-left: 50px;
    width: 55%;
        padding-top: 20px;
}
.prodet-page .prodet-1 .right .text {
line-height: 2;
    color: #333;
    font-size: 16px;
    margin: 15px 0;
        max-height: 320px;
            overflow: overlay;
}
.prodet-page .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #e71f19;
}
.prodet-page .prodet-1 .right a.tel {
  font-size: 24px;
  font-weight: 400;
  color: #e71f19;
  display: block;
}
.prodet-page .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #e71f19;
  color: white;
  padding: 0 25px;
  font-size: 18px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.contact:hover {
  background: black;
}
.prodet-page .prodet-2 {
  padding: 30px 0;
}
.prodet-page .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .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: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: white;
  background: #e71f19;
}
.prodet-page .prodet-2 .ret {
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  line-height: 50px;
  height: 50px;
  font-size: 20px;
}
.prodet-page .prodet-3 {
 
}
.prodet-page .prodet-3 .proList {
  margin-top: 50px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .news-content h3.title,.newdet-page .news-content h1.title {
  font-size: 40px;
  font-weight: bold;
}
.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: #e71f19 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.newdet-page .news-content .tag {
  font-size: 16px;
  color: #828893;
  font-weight: 400;
}
.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: #e71f19;
  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;
  font-size: 18px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  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;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #e71f19;
}
.newdet-page .prodet-page{
  padding: 0;
}


.m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.m-link a {
  display: block;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #e71f19;
  text-decoration: underline;
}
.faq-page h3.title {
  font-size: 40px;
  font-weight: bold;
}
.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;
  font-size: 18px;
}
.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: #e71f19;
  font-size: 18px;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}
.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-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #e71f19;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
}
.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%;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"] {
  line-height: 46px;
  height: 46px;
  font-size: 20px;
}


/*nybanner*/

.inner-banner {
    display: block;
    height: 600px;
    padding-top: 240px;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.inner-banner .box {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.inner-banner.active .box .mbx {
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    z-index: 10;
    line-height: 2;
}

.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: -50px;
}
.inner-banner .box .content {
    max-width: 1230px;
    margin: 0 auto;
    text-align: left;
}

.inner-banner .box .content .mbx {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.inner-banner h2 {
    font-size: 30px;
    line-height: 2;
    color: #fff;
    font-family: 'ABM';
    position: relative;
    margin: 20px 0;
    text-transform: capitalize;
    z-index: 1;
}

.inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 120px;
    color: transparent;
    font-family: 'Oswald',sans-serif;
    text-stroke: 1px rgb(233 233 233/20%);
    -webkit-text-stroke: 1px rgb(233 233 233/20%);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
}

.inner-banner .btn {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: #e71f19;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: #e71f19;
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
}
.inner-banner.active:after {
    opacity: .3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
}


.inner-banner .box .content {
    max-width: 1230px;
    margin: 0 auto;
    text-align: left;
}

/*nybanner-end*/


.sidebar-left {
 width: 25%;
    border-right: 1px solid #e7e7e7;
    padding-right: 40px;
}

.sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #e71f19;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.sidebar-left .inner .inner-cat ul&gt;li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.sidebar-left .inner .inner-cat ul&gt;li ul{
  margin-top: 16px;
  /*display: none;*/
}
.sidebar-left .inner .inner-cat ul&gt;li i{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.sidebar-left .inner .inner-cat ul&gt;li a {
  padding-right: 20px;
}
.sidebar-left .inner .inner-cat ul&gt;li a span {
  color: #aaa;
}
.sidebar-left .inner .inner-cat ul&gt;li:hover {
  color: #c30d22;
}
.sidebar-left .inner .inner-cat ul&gt;li.active{
  color: #000;
}
.sidebar-left .inner .inner-cat ul&gt;li:first-child {
  padding-top: 0;
}
.sidebar-left .inner .inner-cat ul&gt;li:last-child {
  padding-bottom: 0;
}
.sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.sidebar-left .inner .inner-recent ul li a {
  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;
}
.sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #c30d22;
}
.sidebar-left .inner .inner-recent ul li a .r-text span {
     color: #c30d22;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.sidebar-left .inner .inner-contact {
  background: url(../images/pro-01.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: #c30d22;
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
 
}
.sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #c30d22;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}

.product-page .ui.container .list.proList.right {
    width: 75%;
        padding-left: 40px;
}




/*2023-2-27*/


#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item:hover &gt; a:after {
    width: 100%;
}

#header &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item &gt; a:after {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e40011;
}



.inner-page.newdet-page .news-content.right {
    width: 75%;
    padding-left: 40px;
}

.inner-page.newdet-page .ui.container {
    display: flex;
}

.newdet-page .news-content h3.title, .newdet-page .news-content h1.title{
  font-size: 28px;
  line-height: 2;
}

.newdet-page .news-content .content p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.8;
}
.newdet-page .news-content .content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.newdet-page .news-content .content p img{
  width: 50%;
    padding: 10px;
}












div#header.huanse &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item &gt; a {
    color: #fff;
}

div#header.huanse &gt; .nav &gt; .menu .lang_cont .c_cont .text{
    color: #fff;
}

div#header.huanse &gt; .nav &gt; .menu .lang_cont .c_cont i {
    color: #fff;
    margin-left: 12px;
}

div#header.huanse &gt; .nav &gt; .menu .menu-box .right .subline {
  background-color: #fff;
}

div#header.huanse &gt; .nav &gt; .menu .menu-box .right .search { 
    filter: brightness(5);
}
div#header.huanse.active &gt; .nav &gt; .menu .menu-box .right .search { 
    filter: brightness(1);
}
div#header.huanse.active &gt; .nav &gt; .menu .menu-box .right .subline{
  background: #000;
}


.product-page .ui.container {
    display: flex;
}


.inner-page .proList ul li {
     padding: 0px 10px 40px;
}

.inner-page .proList ul li .content{
      align-items: center;
}
.inner-page .proList ul li .content .img-left {
    width: 35%;
}
.inner-page .proList ul li .content .text-right {
    width: 65%;
    padding: 0px 30px 0px 35px;
}


.sidebar-left .inner .inner-cat ul&gt;li{
  text-transform: capitalize;
}

.product-page .ui.container .list.proList.right .top-page h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
        margin-bottom: 10px;
}

.product-page .ui.container .list.proList.right .top-page p {
     font-size: 16px;
    line-height: 2;
    padding: 5px 0;
}
.product-page .ui.container .list.proList.right .top-page {
    margin-bottom: 30px;
}


.small_img .slick-track{
  margin-left: 0;
}

.inner-page.prodet-page .prodet-1 {
    padding: 100px 0 50px;
}

.inner-page .proList ul li .content-pro{
  border: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
}
.inner-page .proList ul li .content-pro h5 {
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    padding: 0 50px;
    margin-bottom: 5px;
    min-height: 68px;
}


.inner-page.prodet-page .prodet-3 .box.proList .slick-track{
  margin-left: 0;
}


#header.huanse.active &gt; .nav &gt; .menu .menu-box .menu-menu-container &gt; .menu &gt; .menu-item &gt; a {
    color: #000;
}



#header.huanse.active &gt; .nav &gt; .menu .menu-box .right .search{

top: 0;
}


#header.huanse.active &gt; .nav &gt; .menu .lang_cont .c_cont .text{
 color: #000;
}


#header.huanse.active &gt; .nav &gt; .menu .lang_cont .c_cont i{
 color: #000;
}


.prodet-page .prodet-2 .ret .content .tupian-left {
    margin-bottom: 30px;
}

.prodet-page .prodet-2 .ret .content .tupian-left ul {
    display: flex;
    flex-wrap: wrap;
}

.prodet-page .prodet-2 .ret .content .tupian-left ul li {
    padding-right: 30px;
}

.prodet-page .prodet-2 .ret .content .tupian-left ul p {
    width: 80%;
    text-align: center;
    font-size: 14px;
}

.prodet-page .prodet-2 .ret .content .tupian-right p {
    margin-top: 15px;
    font-size: 16px;
}

.prodet-page .prodet-2 .ret .content .tupian-left h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.cp-xq .cp-xq01 {
    position: relative;
}

.cp-xq .cp-xq01 .cp-xq-text {
    position: absolute;
    color: #fff;
    top: 20%;
    left: 10%;
    width: 40%;
}
.cp-xq .cp-xq01 .cp-xq-text h1 {
    font-size: 18px;
    text-transform: capitalize;
}
.cp-xq .cp-xq01 .cp-xq-text h2 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 34px;
    margin: 20px 0;
}
.cp-xq .cp-xq01 .cp-xq-text h3 {
    font-size: 16px;
}





.cp-xq .cp-xq02 ul {
    display: flex;
}

.cp-xq .cp-xq02 ul li {
    width: 50%;
    margin: 10px;
}
.cp-xq .cp-xq02 ul li .top {
    height: 150px;
    text-align: center;
    padding-top: 30px;
    margin-top: 25px;
}
.cp-xq .cp-xq02 ul li .top h4 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bold;
}
.cp-xq .cp-xq02 ul li .top p {
    font-size: 16px;
}




.cp-xq .cp-xq03 ul {
    display: flex;
}

.cp-xq .cp-xq03 ul li {
    width: 50%;
    margin: 10px;
}
.cp-xq .cp-xq03 ul li .top {
    height: 150px;
    text-align: center;
    padding-top: 30px;
    margin-top: 25px;
}
.cp-xq .cp-xq03 ul li .top h4 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bold;
}
.cp-xq .cp-xq03 ul li .top p {
    font-size: 16px;
}


.cp-t {
    display: flex;
    align-items: center;
}

.cp-t .left {
    width: 35%;
}

.cp-t .right {
    width: 60%;
}
.cp-t .right .top h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}
.cp-t .right .top ul {
    display: flex;
}
.cp-t .right .top ul li {
    padding: 10px;
    width: 18%;
    text-align: center;
}
.cp-t .right .bottom ul {
    display: flex;
}
.cp-t .right .bottom li {
    text-align: center;
    width: 25%;
}



.cpdd {
    position: relative;
    overflow: hidden;
}
.cpdd ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px;
}
.cpdd ul li .top {
    background: #eee;
    padding-top: 30px;
    height: 120px;
}
.cpdd ul li .top h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.prodet-page .prodet-2 .ret p {
    padding: 5px 0;
}
.cpdd ul li .bottom {
    background: #eee;
    padding: 30px;
}

.cpdd ul li .top p {
    font-size: 15px;
}


.inner-page .proList ul li .content .img_list img {
    cursor: pointer;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.inner-page .proList ul li .content .text-right .swiper-slide {
    padding: 8px;
}


table{
  margin-bottom: 0;
}

table tbody td, table tbody th{
      word-break: initial;
}


.about-page .about-1 .slide .img video.pv-video {
    width: 100%;
}

.shiping {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.wenan p {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
}



.shiping .play i:before, .shiping .play i:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    -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;
}


.shiping .play i:before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.shiping .play {
    position: relative;
}


@media screen and (max-width: 1500px) {

  .faq-page h3.title,
  .newdet-page .news-content h3.title,
  .newdet-page .news-content h1.title,
  .prodet-page h3.title,.prodet-page h1.title {
    font-size: 36px;
  }
  .inner-page .form ul li input[type="submit"] {
    line-height: 46px;
    height: 46px;
    font-size: 22px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .about-page h3,.about-page h1 {
    font-size: 30px;
  }
  .about-page .about-3 .list {
    padding-top: 50px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-3 .list ul .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .about-page .about-3 .list ul .slick-arrow.slick-prev {
    left: 0;
  }
  .about-page .about-3 .list ul .slick-arrow.slick-next {
    right: 0;
  }
  .inner-page.news-page .list.right li{
    margin: 0 13px 40px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .right .box2 {
    padding-right: 15px;
  }
  .about-page .about-2 .right .box2 .content {
    font-size: 20px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .box2 a.more {
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
  }
  .about-page .about-2 .right .box2 {
    padding-left: 40px;
  }
  .about-page .about-1 .slide .text .content p {
    padding-top: 3px;
  }
  .about-page .about-1 .slide {
    padding-bottom: 40px;
  }
  .about-page .about-1 .slide .text .content {
    line-height: 1.6;
  }
  .about-page .about-3 .list ul li h5 {
    margin-top: 20px;
  }
  .news-page .list ul li,
  .inner-page .proList ul li {
    padding: 15px;
  }
  .news-page .list ul,
  .inner-page .proList ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1250px) {
  
  .faq-page h3.title,
  .newdet-page .news-content h3.title,
  .newdet-page .news-content h1.title,
  .prodet-page h3.title,.prodet-page h1.title {
    font-size: 32px;
  }
  .sidebar-left{
    display: none;
  }
  .inner-page.news-page .list.right{
    width: 100%;
    padding: 0;
  }
  .product-page .ui.container .list.proList.right{
    width: 100%;
    padding: 0;
  }
  .faq-page .faq-2 .left {
    width: 56%;
  }
  .faq-page .faq-2 .right {
    width: 44%;
  }
  .inner-page .form ul li {
    padding: 5px;
  }
  .inner-page .form ul {
    margin: -5px;
  }
  .inner-page .form ul li label {
    margin-bottom: 5px;
  }
  .inner-page .proList ul li .content {
    padding: 10px;
  }
  .inner-page .proList ul li .content h5 {
    margin-top: 10px;
  }
  .news-page .list ul li,
  .inner-page .proList ul li {
    padding: 5px;
  }
  .news-page .list ul,
  .inner-page .proList ul {
    margin: -5px;
  }
  .prodet-page,
  .product-page {
    padding: 120px 0 80px;
  }
  .news-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .box .left .box2 {
    padding: 40px 20px;
  }
  .about-page .about-2 .right .box2 .content {
    margin: 10px 0;
  }
  .about-page .about-1 .slide:nth-child(2) .img {
    display: none;
  }
  .about-page .about-1 .slide:nth-child(2) .text {
    left: 0 !important;
    width: 100%;
  }
  .about-page .honor .left{
    width: 34%;
  }
  .about-page .honor .right{
    width: 66%;
  }
  .inner-page.newdet-page .news-content.right{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .honor .left{
    width: 100%;
  }
  .about-page .honor .right{
    margin-top: 20px;
    width: 100%;
  }
  .about-page .about-1 .slide .text {
    width: 100%;
    padding: 0 !important;
  }
  .about-page .about-1 .slide .img {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-2 .right .box2 {
    padding: 0;
  }
  .about-page .about-3 .list {
    padding-top: 30px;
  }
  .about-page .about-3 .text {
    margin-top: 10px;
  }
  .contact-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .box .left {
    width: 100%;
  }
  .contact-page .contact-1 .box .box2 {
    height: auto;
  }
  .contact-page .contact-1 .box .left .box2 .info {
    padding: 50px 0;
  }
  .contact-page .contact-1 .box .left .box2 .share {
    display: none;
  }
  .contact-page .contact-1 .box .left .box2 .info ul li {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .box .left .box2 {
    background-size: cover;
  }
  .contact-page .contact-2 {
    margin-top: 40px;
  }
  .contact-page {
    padding: 50px 0;
  }
  #mapContainer {
    height: 340px !important;
  }
  .inner-page.news-page .list.right li{
     margin: 0 10px 40px;
  }
  .prodet-page,
  .product-page {
    padding: 60px 0;
  }
  .faq-page h3.title,
  .newdet-page .news-content h3.title,
  .newdet-page .news-content h1.title,
  .prodet-page h3.title,.prodet-page h1.title {
    font-size: 28px;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    display: none;
  }
  
}
@media screen and (max-width: 700px) {
  .inner-banner h2:after{
    font-size: 70px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 18px;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .newdet-page {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .news-page .list ul li {
    width: 100% !important;
  }
  .inner-page.news-page .list.right li{
    margin: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .box .right .box2 h4 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box .right .box2 .text {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li h5 {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li {
    padding: 0 5px;
  }
  .about-page .about-3 .list ul {
    margin: 0 -5px;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .ret table td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .about-page h3,.about-page h1 {
    font-size: 24px;
  }

  

  .about-page .about-3 .list ul {
    padding: 0;
  }
  .contact-page .contact-1 .box .left .box2 .info {
    padding: 20px 0;
  }
  .contact-page .contact-1 .box .left .box2 {
    padding: 0 5%;
  }
  .contact-page .contact-1 .box .left .box2 .info ul li {
    font-size: 18px;
  }
  .contact-page .contact-1 .box .right .box2 {
    padding: 20px 5%;
  }
  .contact-page .contact-1 .box .box2 {
    border-radius: 15px;
  }
  #mapContainer {
    height: 240px !important;
  }
  .faq-page h3.title,
  .newdet-page .news-content h3.title,
  .newdet-page .news-content h1.title,
  .prodet-page h3.title,.prodet-page h1.title {
    font-size: 26px;
  }
  .inner-banner .btn a.more{
    margin: 5px;
  }
  .inner-banner .btn a.more.contact{
    margin-left: 5px;
  }
  .inner-page .proList ul li .content{
    flex-wrap: wrap;
  }
  .inner-page .proList ul li .content .img-left{
    width: 100%;
  }
  .inner-page .proList ul li .content .text-right{
    padding: 20px 16px;
    width: 100%;
  }
  .inner-page .proList ul li .content .img_list{
    display: none;
  }
}
.fdsgfdgdregew{
    font-size: 18px;
    line-height: 2;
  }
  .fdsgfdgdregew h4{
    overflow:hidden;
        text-overflow:ellipsis; 
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
  }
  .fdsfsgfs{
    max-width: 100%;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
  }
  .gfhfhgfhgf{
    font-size: 16px;
    line-height: 2;
    margin-top:20px;
  }
  .des h1{
    display: inline;
  }
  .yjgjuigd{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:250px;
    display:inline-block;
  }
  .hyzstz{
    font-size: 16px;
    line-height: 2;
  }
  .hyzstz span{
    font-size: 18px;
    font-weight: bold;
  }
  .fdgdfgdgd{
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .singlebf{
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }</pre></body></html>