@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'METRO';
  src: url('../fonts/Metro.eot');
  src: url('../fonts/Metro.eot?#iefix') format('embedded-opentype'), url('../fonts/Metro.woff2') format('woff2'), url('../fonts/Metro.woff') format('woff'), url('../fonts/Metro.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.layui-layer-content{
  color: #000;
}
#Pop_UpsBtn {
  display: none !important;
}
#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%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-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;
  color: #000;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #e62129;
}
#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;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #e62129;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #e62129;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-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;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 10;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #e62129;
  border: 1px solid #e62129;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont::before {
  background-color: #fff;
}
.right_nav_list ul li:hover {
  background: #000;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-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);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  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;
}
.grid-box .column{
  font-size: 14px;
line-height: 28px;
}
.shouye h1{
    display: inline;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .product-page .main-box .productbox ul li .item h5{
    min-height: auto!important;
  }
  .product-page .main-box .top h1{
    font-size: 20px;
line-height: 36px;
  }
  .product-page .main-box .top .cat_des{
    display: none;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #e62129;
  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;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #e62129;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body {
  background: #141414;
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0 auto;
  color: #fff;

}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  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: #141414;
}
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;
  -o-transition: 0.5s;
  -moz-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;
  -o-transition: 0.5s;
  -moz-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;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#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%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 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;
  line-height: 36px;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list #menu-menu-1 > li > a{
  position: relative;

} 
#mobile .menu-content .menu-list #menu-menu-1 > li > a i{
  font-size: 18px;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 14px;
  text-align: center;
  transition: all .5s;
  z-index: 2;
}
#mobile .menu-content .menu-list #menu-menu-1 > li > a.active i{
  transform: rotate(-90deg);
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .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;
  line-height: 28px;
}
#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;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-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;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#header > .nav > .menu .menu-box {
  width: 100%;
  position: relative;
  padding-right: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  width: 38%;
  background-color: #e62129;
  padding-left: 100px;
  height: 100px;
}
#header > .nav > .menu .menu-box .left .logo {
  display: block;
  width: 150px;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .left .left_c {
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
  padding: 32px 0;
  padding-right: 36px;
}
#header > .nav > .menu .menu-box .left .left_c .text {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
#header > .nav > .menu .menu-box .left .left_c .sub_c {
  height: 14px;
  margin-left: 25px;
  width: 30px;
  position: relative;
}
#header > .nav > .menu .menu-box .left .left_c .sub_c .line {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
#header > .nav > .menu .menu-box .left .left_c .sub_c .line2 {
  top: 7px;
}
#header > .nav > .menu .menu-box .left .left_c .sub_c .line3 {
  top: 14px;
}
#header > .nav > .menu .menu-box .left .left_c .item_c {
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: 100%;
  right: 0;
  background-color: #e62129;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  min-width: 100%;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li {
  position: relative;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li a {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li ul {
  opacity: 0;
  left: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li ul li a {
  background-color: #ff343c;
  white-space: nowrap;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li:hover ul {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .left .left_c .item_c li:hover > a {
  background-color: #000;
}
#header > .nav > .menu .menu-box .left .left_c:hover .sub_c .line {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .left .left_c:hover .sub_c .line1 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#header > .nav > .menu .menu-box .left .left_c:hover .sub_c .line2 {
  opacity: 0;
}
#header > .nav > .menu .menu-box .left .left_c:hover .sub_c .line3 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#header > .nav > .menu .menu-box .left .left_c:hover .item_c {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  margin-left: 80px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  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-weight: 500;
}

#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: #e62129;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .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 > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 12px 0;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-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;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .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 > .nav > .menu .menu-box .right {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .right .search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .img {
  width: 22px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
  margin-left: 18px;
  width: 26px;
  height: 22px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  padding: 5px 0;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  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);
}
#header > .nav .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-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;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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 #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.active_inner > .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #00000087;
  height: 100px;
}
@-webkit-keyframes banner_bottom {
  0% {
    -webkit-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    transform: scale(0) translate(-100%, -100%) rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(0);
    transform: scale(1) translate(0, 0) rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes banner_bottom {
  0% {
    -moz-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    transform: scale(0) translate(-100%, -100%) rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1) translate(0, 0) rotate(0);
    transform: scale(1) translate(0, 0) rotate(0);
    opacity: 1;
  }
}
@-o-keyframes banner_bottom {
  0% {
    -o-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    transform: scale(0) translate(-100%, -100%) rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1) translate(0, 0) rotate(0);
    transform: scale(1) translate(0, 0) rotate(0);
    opacity: 1;
  }
}
@keyframes banner_bottom {
  0% {
    -webkit-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    -moz-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    -o-transform: scale(0) translate(-100%, -100%) rotate(90deg);
    transform: scale(0) translate(-100%, -100%) rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(0);
    -moz-transform: scale(1) translate(0, 0) rotate(0);
    -o-transform: scale(1) translate(0, 0) rotate(0);
    transform: scale(1) translate(0, 0) rotate(0);
    opacity: 1;
  }
}
#banner {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 940px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  color: #000;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
  margin: auto;
  width: 1720px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: block;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c {
  overflow: hidden;
  width: 1160px;
  display: block;
  margin: auto;
  text-align: center;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c .title {
  font-size: 72px;
  text-transform: uppercase;
  font-family: 'METRO';
  line-height: 1.2;
  display: block;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c .des {
  margin-top: 30px;
  font-weight: 300;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title {
  -webkit-animation: fadeInLeft 1s linear;
  -moz-animation: fadeInLeft 1s linear;
  -o-animation: fadeInLeft 1s linear;
  animation: fadeInLeft 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .des {
  -webkit-animation: fadeInRight 1s linear;
  -moz-animation: fadeInRight 1s linear;
  -o-animation: fadeInRight 1s linear;
  animation: fadeInRight 1s linear;
}
.pt-130 {
  padding-top: 130px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.font-72 {
  font-size: 72px;
  line-height: 1.2;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-61 {
  font-size: 60px;
font-family: 'Rany';
    font-weight: 700;
    -webkit-text-stroke-color: #e62129;
    -webkit-text-stroke-width: 0.5px;
    COLOR: #141414;
    line-height: 1.2;
}
.font-24 {
  font-size: 24px;

}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff99;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #141414;
  color: #fff;
}
#index-body .init-1 .container .left {
  width: 40%;
}
#index-body .init-1 .container .left img {
  width: 100%;
}
#index-body .init-1 .container .right {
  margin-left: auto;
  width: 55%;
}
#index-body .init-1 .container .right .tips {
  color: #e7202a;
}
#index-body .init-1 .container .right .tips_title {
  font-family: 'METRO';
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body .init-1 .container .right .des {
  margin-top: 30px;
}
#index-body .init-1 .container .right .list_cont ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .container .right .list_cont ul li {
  margin-top: 40px;
}
#index-body .init-1 .container .right .list_cont ul li .box .top {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-1 .container .right .list_cont ul li .box .top em {
  font-family: 'Rany';
}
#index-body .init-1 .container .right .list_cont ul li .box .bottom {
  margin-top: 10px;
}
#index-body .init-2 .container .tips {
  color: #e62129;
  text-transform: uppercase;
  text-align: center;
}
#index-body .init-2 .container .tips_title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'METRO';
  margin-top: 20px;
}
#index-body .init-2 .container .content {
  margin-top: 20px;
}
#index-body .init-2 .container .content ul li {
  width: 33.33%;
  margin-top: 30px;
}
#index-body .init-2 .container .content ul li .box {
  padding: 45px 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
#index-body .init-2 .container .content ul li .box .title_c {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-2 .container .content ul li .box .title_c .num {
  width: 70px;
  font-size: 110px;
  color: #e62129;
  font-weight: 500;
  font-family: 'Rany';
  position: relative;
  line-height: 1;
}
#index-body .init-2 .container .content ul li .box .title_c .num .img_c {
  width: 72px;
  height: 98px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#index-body .init-2 .container .content ul li .box .title_c .num .img_c .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
}
#index-body .init-2 .container .content ul li .box .title_c .num .img_c .img_2 {
  opacity: 0;
}
#index-body .init-2 .container .content ul li .box .title_c .text {
  margin-top: 24px;
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
  margin-left: auto;
}
#index-body .init-2 .container .content ul li .box .des {
  margin-top: 20px;
}
#index-body .init-2 .container .content ul li .box .sub_img {
  position: absolute;
  width: 78px;
  height: 76px;
  bottom: 0;
  right: 40px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
#index-body .init-2 .container .content ul li .box:hover {
  background-color: #fff;
  color: #000;
}
#index-body .init-2 .container .content ul li .box:hover .title_c .num .img_1 {
  opacity: 0;
}
#index-body .init-2 .container .content ul li .box:hover .title_c .num .img_2 {
  opacity: 1;
}
#index-body .init-2 .container .content ul li .box:hover .sub_img {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
#index-body .init-3 .container {
  position: relative;
  width: 100%;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 100px;
  min-height: 700px;
  padding-top: 120px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  padding: 20px 0;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .tips {
  color: #e62129;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .tips_title {
  max-width: 500px;
  font-family: 'METRO';
  text-transform: uppercase;
  margin-top: 16px;
}
#index-body .init-3 .container .sub_btn {
  position: absolute;
  bottom: 190px;
  left: 100px;
  z-index: 2;
}
#index-body .init-3 .container .sub_btn .btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
#index-body .init-3 .container .sub_btn .btn i {
  display: block;
  margin-top: -3px;
}
#index-body .init-3 .container .sub_btn .btn:hover {
  background-color: #e62129;
  border: 2px solid #e62129;
}
#index-body .init-3 .container .sub_btn .next {
  margin-left: 34px;
}
#index-body .init-4 .container {
  width: 100%;
}
#index-body .init-4 .container .tips {
  color: #e7202a;
  text-align: center;
  text-transform: uppercase;
}
#index-body .init-4 .container .tips_title {
  font-family: 'METRO';
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
#index-body .init-4 .container .content {
  padding: 0 90px;
  margin-top: 40px;
  position: relative;
}
#index-body .init-4 .container .content .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #da1f29;
  font-size: 30px;
  color: #da1f29;
  cursor: pointer;
}
#index-body .init-4 .container .content .btn i {
  margin-top: -2px;
  margin-left: 2px;
}
#index-body .init-4 .container .content .btn:hover {
  background-color: #e7202a;
  color: #fff;
}
#index-body .init-4 .container .content .prev {
  left: 26px;
}
#index-body .init-4 .container .content .prev i {
  margin-left: -2px;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  border: 1px solid #363636;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .title {
  display: block;
  margin-top: 30px;
  padding: 0 60px;
  text-align: center;
  min-height: 4em;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .sub {
  margin: 20px auto 0;
  width: 58px;
  height: 1px;
  background-color: #e7202a;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .sub div {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: -5px;
  background-color: #e7202a;
  position: absolute;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .more {
  text-align: center;
  display: block;
  margin-top: 14px;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide:hover .img {
  background-color: #fff;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide:hover .sub {
  width: 100%;
}
#index-body .init-5 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-5 .container {
  width: 100%;
}
#index-body .init-5 .container .left {
  top: -20px;
  position: relative;
  width: 33%;
  padding: 90px 20px 180px 170px;
  background-color: #e62129;
}
#index-body .init-5 .container .left .sub_2 {
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: -webkit-calc(99%);
  left: -moz-calc(99%);
  left: calc(100% - 1px);
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-5 .container .left .tips {
  text-transform: uppercase;
}
#index-body .init-5 .container .left .tips_title {
  font-family: 'METRO';
  margin-top: 20px;
}
#index-body .init-5 .container .left .tips_des {
  margin-top: 40px;
}
#index-body .init-5 .container .left .btn_c {
  margin-top: 50px;
  font-size: 30px;
}
#index-body .init-5 .container .left .btn_c .btn {
  color: #fff;
  cursor: pointer;
}
#index-body .init-5 .container .left .btn_c .btn:hover {
  color: #141414;
}
#index-body .init-5 .container .left .btn_c .next {
  margin-left: 30px;
}
#index-body .init-5 .container .right {
  width: 54%;
  margin-left: auto;
  padding: 20px 140px 20px 0;
}
#index-body .init-5 .container .right .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#index-body .init-5 .container .right .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-5 .container .right .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 20px;
  font-weight: 600;
  min-height: 3.4em;
}
#index-body .init-5 .container .right .swiper .swiper-wrapper .swiper-slide .title:hover {
  color: #e62129;
}
#index-body .init-5 .container .right .swiper .swiper-wrapper .swiper-slide .des {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #141414;
  background-position: bottom center;
}
#footer .f-top .container .tips {
  font-family: 'METRO';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#footer .f-top .container form {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
#footer .f-top .container form input {
  margin-top: 20px;
  width: 350px;
  background-color: #252525;
  border: none;
  padding: 14px 24px;
}
#footer .f-top .container form .content {
  width: 720px;
}
#footer .f-top .container form .btn {
  background-color: #e62129;
  width: 230px;
  text-align: center;
  padding: 14px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
#footer .f-top .container form .btn:hover {
  background-color: #000;
}
#footer .f-middle {
  padding-top: 50px;
  color: #fff;
}
#footer .f-middle .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-middle .container .list_cont {
  margin-top: 40px;
}
#footer .f-middle .container .list_cont .logo {
  display: block;
}
#footer .f-middle .container .list_cont .logo_des {
  width: 420px;
  margin-top: 40px;
  color: #a7a7a7;
}
#footer .f-middle .container .list_cont .first {
  font-family: 'METRO';
  margin-bottom: 20px;
}
#footer .f-middle .container .list_cont .list {
  margin-top: 12px;
}
#footer .f-middle .container .list_cont .list a {
  color: #a7a7a7;
}
#footer .f-middle .container .list_cont .list a:hover {
  color: #e62129;
}
#footer .f-middle .container .list_cont .list2 {
  color: #a7a7a7;
  line-height: 2.4;
}
#footer .f-middle .container .list_cont .list2:nth-child(2) {
  margin-top: -10px;
}
#footer .f-middle .container .list_cont #ewm {
  margin-top: 20px;
  width: 120px;
  background-color: #fff;
  padding: 4px;
  border-radius: 5px;
}
#footer .f-middle .container .list_cont .share {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-middle .container .list_cont .share a {
  font-size: 26px;
}
#footer .f-middle .container .list_cont .share a:hover {
  color: #e62129;
}
#footer .f-middle .container .list_cont2 {
  width: 140px;
}
#footer .f-middle .container .list_cont3 {
  width: 380px;
}
#footer .f-middle .container .list_cont4 {
  width: 210px;
}
#footer .copyright {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #929292;
  margin-top: 80px;
}
#footer .copyright .container {
  border-top: 1px solid #737473;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #929292;
  position: relative;
  top: 8px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container p{
  display: inline!important;
  margin-left: 10px;
}
@media (max-width: 1800px) {
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 1400px;
  }
  #footer .f-top .container form .content {
    width: 420px;
  }
}
@media (max-width: 1500px) {
  .font-72 {
    font-size: 60px;
  }
  #header > .nav > .menu .menu-box {
    padding-right: 16px;
  }
  #header > .nav > .menu .menu-box .left {
    padding-left: 16px;
    width: 400px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 1200px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c {
    width: 100%;
    padding: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c .title {
    font-size: 52px;
  }
}
@media (max-width: 1250px) {
  .font-72 {
    font-size: 40px;
  }
  .font-60 {
    font-size: 40px;
  }
  #header > .nav > .menu .menu-box .left {
    width: 300px;
  }
  #header > .nav > .menu .menu-box .left .logo {
    width: 100px;
  }
  #header > .nav > .menu .menu-box .left .left_c {
    padding-right: 10px;
  }
  #header > .nav > .menu .menu-box .left .left_c .text {
    font-size: 18px;
  }
  #header > .nav > .menu .menu-box .left .left_c .sub_c {
    margin-left: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c {
    margin-left: 40px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 970px;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    min-height: 460px;
    padding: 40px 100px;
  }
  #index-body .init-3 .container .sub_btn {
    bottom: 80px;
  }
  #index-body .init-5 .container .left {
    padding-left: 100px;
  }
  #index-body .init-5 .container .right {
    padding-right: 80px;
  }
  #footer .f-top .container form input {
    width: 480px;
  }
  #footer .f-top .container form .content {
    width: 730px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c .title {
    font-size: 40px;
  }
  #index-body .init-2 .container .content ul li {
    width: 50%;
  }
  #index-body .init-2 .container .content ul li .box {
    padding: 40px 20px;
  }
  #index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    padding: 0 5px;
  }
  #index-body .init-5 {
    background: #141414 !important;
  }
  #index-body .init-5 .container .left {
    width: 100%;
    padding: 30px 16px;
  }
  #index-body .init-5 .container .right {
    width: 100%;
    padding: 0 16px;
  }
  #index-body .init-5 .container .left .sub_2 {
    display: none;
  }
  #footer .f-top .container form input {
    width: 100%;
  }
  #footer .f-top .container form .content {
    width: 100%;
  }
  #footer .f-top .container form .btn {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c {
    padding: 16px 0;
  }
  #index-body .init-1 .container .right {
    margin-top: 0;
  }
  #index-body .init-4 .container .content .btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    right: 5px;
  }
  #index-body .init-4 .container .content .prev {
    left: 5px;
  }
  #index-body .init-4 .container .content {
    padding: 0 50px;
  }
  #index-body .init-5 .container .right {
    padding: 0;
  }
  #footer .f-middle .container .list_cont3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .pt-130 {
    padding-top: 40px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-80{
    padding-bottom: 40px;
  }
  .pt-80 {
      padding-top: 40px;
  }

  .font-72 {
    font-size: 24px;
    line-height: 1.8;
  }

  .font-60 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-38{
    font-size: 24px;
    line-height: 44px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .cont_c .title {
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body .init-1 .container .right .tips_title {
    margin-top: 0;
  }
  #index-body .init-1 .container .right .des {
    margin-top: 10px;
  }
  #index-body .init-4 .container .content {
    margin-top: 20px;
    padding: 0 20px;
  }
  #index-body .init-5 .container .left .tips_title {
    margin-top: 10px;
  }
  #index-body .init-5 .container .left .tips_des {
    margin-top: 20px;
  }
  #index-body .init-5 .container .left .btn_c {
    margin-top: 20px;
  }
  #footer .f-top .container form {
    padding-top: 0;
  }
  #footer .f-top .container form input {
    padding: 4px 10px;
  }
  #footer .f-top .container form .btn {
    padding: 4px 10px;
  }
  #footer .f-middle .container .list_cont .logo {
    width: 120px;
  }
  #footer .f-middle {
    padding-top: 20px;
  }
  #footer .f-middle .container .list_cont {
    margin-top: 20px;
  }
  #footer .f-middle .container .list_cont .first {
    margin-bottom: 10px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #footer .f-middle .container .list_cont #ewm {
    margin-top: 10px;
  }
  #footer .copyright .container p{
    display: none!important;
  }
}


/*inner-page*/

.inner-banner {
  margin-top: 105px;
    padding: 20px 0 20px;
    color: #fff;
    background: #141414;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}
.inner-banner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner a:hover {
  color: #e62129;
}
.inner-banner a:first-child {
  font-size: 0;
}
.inner-banner a:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .inner-banner{
    margin-top: 96px;
  }
}

@media (max-width: 1000px) {
  .inner-banner{
    margin-top: 40px;
  }
}



.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}
.about-page .init-2 .container .left .title {
  font-weight: bold;
  color: #e62129;
}
.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.about-page .init-2 .container .left .des {
  margin-top: 26px;
  text-align: justify;
  color: #444;
}
.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}
.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}
.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e62129;
  z-index: 2;
  position: relative;
}
.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}
.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about-page .init-3 .container .tip_title {
  text-align: center;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}
.about-page .init-3 .container .title_list {
  margin-top: 40px;
}
.about-page .init-3 .container .title_list .column {
  width: auto;
}
.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 2px solid #131313;
  font-size: 20px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #e62129;
}
.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}
.about-page .init-3 .container .title_list .list p {
  width: 100%;
}
.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}
.about-page .init-3 .container .content_list .list {
  display: none;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 170px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 800px;
  margin-left: auto;
  padding: 70px 70px 20px 60px;
  background-color: #fafafa;
}
.about-page .init-4 .container .cont .title {
  color: #e62129;
  text-transform: uppercase;
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: #e62129;
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-weight: bold;
  color: #000;
  /*font-style: italic;*/
}
.about-page .init-4 .container .cont .slick li .box .des {
  color: #444444;
  margin-top: 10px;
}
.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}
.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
  font-weight: bold;
}
.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid #e62129;
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: #e62129;
}
.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}
.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}
.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}
.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}
.about-page .init-5 .container .slick li {
  padding: 0 15px;
}
.about-page .init-5 .container .slick li .box .img {
  display: block;
}
.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container {
  position: relative;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left {
  width: 450px;
}
.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}
.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}
.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #e62129;
}
.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}
.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: #e62129;
}
.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}
.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-7 .container .tip_title {
  font-weight: bold;
  text-transform: capitalize;
}
.about-page .init-7 .container .tip_des {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  text-align: center;
  max-width: 1300px;
  margin: 10px auto 0;
  /*text-align: justify;*/
}
.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}
.about-page .init-7 .container .slick {
  margin: 40px -15px 0 -15px;
}
.about-page .init-7 .container .slick .slick-track{
  margin-left: 0;
}
.about-page .init-7 .container .slick li {
  padding: 0 15px;
}
.about-page .init-7 .container .slick li .box a {
  display: block;
}
.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
}
.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}
.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  /*font-style: italic;*/
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #e62129;
}
.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  margin-left: 30px;
}
.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover {
  color: #e62129;
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-8 .container video {
  display: block;
  width: 100%;
}
.about-page .init-8 .container .tips_title {
  margin-top: 30px;
  font-weight: bold;
  color: #e62129;
}
.about-page .init-8 .container .des {
  color: #fff;
  opacity: 0.8;
  margin-top: 20px;
  /*text-align: justify;*/
}
.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(230 33 41);
    width: 25%;
    height: 170px;
    color: #fff;
    border-right: 4px solid #131313;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 600;
  font-family: 'Rany'; 
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px; 
}

.about-page .init-9 .tip_title {
  font-weight: bold;
}
.about-page .init-9 .content{
  margin-top: 40px;
}
.about-page .init-9 .content ul{
  margin: -25px;
}
.about-page .init-9 .content ul li{
  padding: 25px;
}
.about-page .init-9 .content ul li .box{
  background: #fff;
  padding: 50px;
  height: 240px;
}
.about-page .init-9 .content ul li .box .text_c{
  width: calc(100% - 130px);
  color: #000;
}
.about-page .init-9 .content ul li .box .text_c .title{
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.about-page .init-9 .content ul li .box .text_c .des{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.about-page .init-9 .content ul li .box .img{
  width: 80px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.about-page .init-9 .content ul li .box .img img{
  width: auto;
  max-width: 100%;
}
.about-page .init-9 .content ul li .box:hover .img{
  transform: translateY(-10px);
}

.faq-page{
  color: #000;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}

.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #5e5c5c;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current {
  color: #fff;
  background-color: #e62129;
}
.m-page a:hover {
  color: #fff;
  background-color: #e62129;
}

.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  margin-top: 8px;
}
.m-link a:hover {
  color: #e62129;
}
@media (max-width: 1500px) {
  .about-page .init-9 .content ul li{
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }
  .about-page .init-4 {
    padding: 90px 0;
  }
  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }
  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-page .init-4 .container .cont .line {
    display: none;
  }
  .about-page .init-6 {
    background-image: none !important;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .left .index_line {
    display: none;
  }
  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
  .about-page .init-9 .content{
    margin-top: 20px;
  }
  .about-page .init-9 .content ul{
    margin: -10px;
  }
  .about-page .init-9 .content ul li{
    padding: 10px;
  }
  .about-page .init-9 .content ul li .box{
    padding: 20px 16px;
  }
  .about-page .init-9 .content ul li .box .img{
    width: 60px;
  }
  .about-page .init-9 .content ul li .box .text_c{
    width: calc(100% - 70px);
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }
  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }
  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-4 .container .cont {
    padding: 20px;
  }
  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }
  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }
  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }
  .about-page .init-6 {
    padding: 40px 0;
  }
  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }
  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }
  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }
  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }
  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }
  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}


.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: #e62129;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #d9d9d9;
}
.honor-page .init-1 .container .content .more::before {
  background-color: #000;
}
.honor-page .init-1 .container .content .more.active {
  background-color: #000;
}
.honor-page .init-2 {
  margin-top: 30px;
}
.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}
.honor-page .init-2 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.honor-page .init-2 .container .content ul li .box a {
  display: block;
}
.honor-page .init-2 .container .content ul li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-page .init-2 .container .content ul li .box .text {
  margin-top: 20px;
  /*text-align: center;*/
}
.honor-page .init-2 .container .content ul li .box .text:hover {
  color: #e62129;
}
@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: 40px;
  }
  .honor-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .honor-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .honor-page .init-2 .container .content ul li .box .text {
    margin-top: 10px;
  }
}

.honor2-page .init-1{
  padding: 90px 0 110px;
}
.honor2-page .init-1 .left{
  width: 40%;
  padding-right: 60px;
  vertical-align: middle;
}
.honor2-page .h3{
  font-size: 48px;
  font-weight: bold;
}
.honor2-page .init-1 .left .des{
  font-size: 21px;
  margin-top: 20px;
}
.honor2-page .init-1 .right{
  width: 60%;
  vertical-align: middle;
}
.honor2-page .init-1 .right ul{
  margin: -15px;
}
.honor2-page .init-1 .right ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.honor2-page .init-1 .right ul li{
  padding: 15px;
}
.honor2-page .init-2{
  background: url(../images/honor-bg2.jpg) no-repeat center;
  background-size: cover;
  padding-top: 90px;
}
.honor2-page .init-2 .h3{
  margin-bottom: 40px;
}
@media screen and (max-width:1250px){
  .honor2-page .init-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .honor2-page .init-1 .right{
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width:700px){
  .honor2-page .h3{
    font-size: 32px;
  }
}

@media screen and (max-width:500px){
  .honor2-page .init-2{
    padding-top: 40px;
  }
}

.manufacture-page .img {
  overflow: hidden;
}
.manufacture-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manufacture-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.manufacture-page .manufacture-1 .mbx {
  padding: 49px 0 89px;
  font-size: 14px; 
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px; 
  font-weight: 500;
  color: #e62129;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-1 .title .tit4 {
  font-size: 36px; 
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-top: 20px;
  max-width: 1200px;
}
.manufacture-page .manufacture-1 .top {
  margin-top: 80px;
}
.manufacture-page .manufacture-1 .top p {
  font-size: 24px; 
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-top: 30px;
}
.manufacture-page .manufacture-1 .top .left {
  width: 46.18%;
}
.manufacture-page .manufacture-1 .top .right {
  width: 53.82%;
  padding-left: 110px;
}
.manufacture-page .manufacture-2 {
  margin-top: 110px;
}
.manufacture-page .manufacture-2 .num {
  margin-top: 130px;
}
.manufacture-page .manufacture-2 .num ul li {
  text-align: center;
}
.manufacture-page .manufacture-2 .num ul li h2 {
  font-size: 60px; 
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px; 
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
}
.manufacture-page .manufacture-3 {
  padding: 100px 0 120px;
}
.manufacture-page .manufacture-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .manufacture-3 .title .acc span {
  display: inline-block;
  font-size: 16px; 
  font-weight: 500;
  color: #e62129;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-3 .title .acc .tit {
  font-size: 48px; 
  font-weight: 700;
  color: fff;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px; 
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  max-width: 770px;
}
.manufacture-page .manufacture-3 .top {
  margin-top: 60px;
}
.manufacture-page .manufacture-3 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
.manufacture-page .manufacture-3 .top ul li {
  padding: 0 6px;
}
.manufacture-page .manufacture-4 ul{
  margin: -15px;
}
.manufacture-page .manufacture-4 ul li{
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 1630px){
   .manufacture-page .manufacture-3 .title .acc .tit {
    font-size: 48px;
  }
   .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1320px){
   .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 80px;
  }
  .manufacture-page .manufacture-3{
    padding: 80px 0;
  }
  .manufacture-page .manufacture-3 .title .acc .tit{
    font-size: 36px;
  }
   .manufacture-page .manufacture-1 .mbx {
    padding: 40px 0;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 36px;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px){
   .manufacture-page .manufacture-1 .top .right {
    padding-left: 60px;
  }
  .manufacture-page .manufacture-1 .top p {
    margin-top: 20px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 25%;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .title .acc {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .title .acc .tit,
  .manufacture-page .manufacture-3 .title p {
    margin-top: 15px;
    max-width: 100%;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacture-page .manufacture-3{
    padding: 60px 0;
  }
   .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 60px;
  }
   .manufacture-page .manufacture-1 .top {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .top p {
    font-size: 18px;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 32px;
  }
  .manufacture-page .manufacture-3 .title p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px){
  .manufacture-page .manufacture-3 .title .acc .tit,
   .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 32px;
  }
  .manufacture-page .manufacture-1 .top .left {
    width: 100%;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 50%;
    margin: 15px 0;
  }
  .manufacture-page .manufacture-3 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .top ul li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 450px){
  .manufacture-page .manufacture-3 .title .acc .tit,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 26px;
    line-height: 2;
  }
  .manufacture-page .manufacture-3 {
    padding: 40px 0;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 100%;
  }
}


.news-page .container .cat_list_cont .list {
  background-color: #e62129;
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 18px;
  line-height: 32px;
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-right: 2px solid #131313;
}
.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.news-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container .content ul{
  margin: -15px;
}
.news-page .container .content ul li {
    padding: 15px;
}
.news-page .container .content ul li .box{
  padding: 15px 30px 40px;
    background-color: #1f1f1f;  
}
.news-page .container .content ul li .box a {
  display: inline-block;
}
.news-page .container .content ul li .box a:hover {
  color: #e62129;
}
.news-page .container .content ul li .box .img {
  height: 300px;
}
.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.news-page .container .content ul li .box .time {
  margin-top: 16px;
  line-height: 30px;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.6;
  margin-top: 10px;
  min-height: 5em;
}
.news-page .container .content ul li .box  .txt{
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 2;
  height: 140px;
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 28px;
}
.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.8;
}
.news-page .container .content ul li .box .more_c a:hover {
  color: #e62129;
  -webkit-text-decoration-color: #e62129;
  -moz-text-decoration-color: #e62129;
  text-decoration-color: #e62129;
}
.newdet-page {
  padding-bottom: 100px;
  padding-top: 80px
}
.newdet-page .container .title {
  font-weight: bold;
}
.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
  font-size: 20px;
  line-height: 36px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #ffffff2b;
  border-bottom: 1px solid #ffffff2b;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
}
.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}
.newdet-page .container .newdet_cont .right {
  width: 190px;
}
.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 40px;
}
.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}
.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}

.related-product .container .tips {
  font-weight: bold;
  color: white;
}
.related-product .container .content {
  margin-top: 40px;
}
.related-product .container .content .swiper {

}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide{
  height: auto;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
  background: white;
  height: 100%;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: #e62129;
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
  .news-page .container .content ul li .box .title{
    font-size: 24px;
    line-height: 44px;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
  }
  .news-page .container .content ul li .box{
    padding: 20px 10px;
  }
  .news-page .container .content ul li .box .img {
    height: 158px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container .time {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .news-page .container .content ul li .box .img {
    height: 34vw;
  }
  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }
  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
  }
  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
  .newdet-page {
    padding-bottom: 40px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
  .related-product .container .content {
    margin-top: 20px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}

.contact-page .init-1 {
  position: relative;
}
.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}
.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .column {
  vertical-align: middle;
}
.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px 50px 0px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: #e62129;
}
.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 10px;
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f80a;
  font-size: 18px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
  color: #fff;
}
.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}
.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}
.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #e62129;
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-top: 2px;
  margin-right: 10px;
}
.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}
.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}
.contact-page .init-1 .container .right .title {
  font-weight: bold;
}
.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}
.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}
.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}
.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-weight: bold;
  text-transform: capitalize;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}
.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #919191;
}
.contact-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #e62129;
}
.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}
.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}
.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: #e62129;
  padding: 8px 40px;
  color: #fff;
}
.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}
.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
  /*display: none;*/
}
.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}
.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}
.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-weight: bold;
  padding: 18px 66px 18px 30px;
}
.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}
.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}
.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-page .init-2 .container .list_cont.active {
  display: block;
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }
  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }
  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}




.service-page a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  color: #e62129;
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
  z-index: 3;
}
.service-page a.more:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  border: 1px solid #e62129;
  -webkit-transition: background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s;
  transition: background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s;
  -moz-transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s,  -moz-transform  0.3s 0.6s;
  transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s ;
  transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s,  -moz-transform  0.3s 0.6s;
  z-index: -1;
}
.service-page a.more img {
  margin-right: 41px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page a.more:hover {
  color: #fff;
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
}
.service-page a.more:hover:before {
  -webkit-transition: background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s;
  transition: background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s;
  -moz-transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ,  -moz-transform  0.3s;
  transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ;
  transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s ,  -moz-transform  0.3s;
  background: #e62129;
  width: 100%;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}
.service-page a.more:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(100) grayscale(1);
  filter: brightness(100) grayscale(1);
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .h3{
  font-weight: bold;
}
.service-page .service-1 .top .h3 em {
  color: #e62129;
  display: block;
}
.service-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.service-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #e62129;
}
.service-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid #e62129;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
.service-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.service-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li {
  padding: 0 50px;
  height: 470px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-1 ul.serlist li .text {
  margin-top: 180px;
}
.service-page .service-1 ul.serlist li .text .h4 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 25PX;
}
.service-page .service-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .ui.container .left {
  width: 60%;
}
.service-page .service-2 .ui.container .right {
  width: 35%;
}
.service-page .service-2 .ui.container .right .h3 {
  /*text-transform: uppercase;*/
  color: #fff;
  font-weight: 600;
}
.service-page .service-2 .ui.container .right .h3 em {
  color: #e62129;
  display: block;
}
.service-page .service-2 .ui.container .right p {
  max-width: 390px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.service-page .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .ui.container .h3 {
  color: #fff;
  width: 100%;
  margin-bottom: 40px;
  font-weight: bold;
}
.service-page .service-3 .ui.container .h3 em {
  color: #e62129;
}
.service-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 65px;
}
.service-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.service-page .service-3 .ui.container .right ul {
  width: 100%;
}
.service-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-3 .ui.container .right ul li .h4 {
  color: #FFF;
  font-weight: 400;
    text-transform: capitalize;
  margin-bottom: 20px;
}
.service-page .service-4 {
  padding-bottom: 70px;
  position: relative;
}
.service-page .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  /*background: url(../images/inner-about-22.png) right center no-repeat;*/
  bottom: 0;
  right: 0;
  z-index: 0;
}
.service-page .service-4 .ui.container .h3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  line-height: 1.4;
}
.service-page .service-4 .ui.container .h3 a {
  height: 77px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: #e62129;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  margin-top: 3px;
}
.service-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.service-page .service-4 .ui.container .h3 > img{
  margin-bottom: 4px;
}
.service-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
.pt-160{
  padding-top: 160px;
}


@media screen and (max-width: 1000px) {
  .service-page .service-3 .ui.container .left {
    display: none;
  }
  .service-page .service-3 .ui.container .right {
    width: 100%;
  }
  .service-page .service-4 .ui.container .h3 > img{
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .top{
    flex-wrap: wrap;
  }
  .service-page .service-1 .top .navbox{
    width: 100%;
    margin-top: 20px;
    justify-content: left;
  }
  .service-page .service-1 ul.serlist li{
    padding: 0 16px;
  }
  .service-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .service-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto 10px;
  }
  .service-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page .service-4 {
    padding-bottom: 100px;
  }
  .pt-160 {
    padding-top: 40px;
  }
  .service-page .service-4 .ui.container .h3 a {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .service-page .service-2 .ui.container .left {
    width: 100%;
  }
  .service-page .service-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 ul.serlist li .text {
    margin-top: 40px;
  }
}


.product-page{
  padding: 60px 0;
}
.product-page .sideLeft {
    width: 30%;
    padding-right: 30px;
    position: sticky;
}

.product-page .sideRight {
    width: 70%
}

.product-page .sideLeft .box {
    padding: 30px;
    background: #000000;
}

.product-page .sideLeft .box h3 {
    display: block;
    padding: 38px 25px;
    background: #e62129;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.product-page .sideLeft .box .list ul li {
    margin-top: 6px;
    padding: 10px 20px;
    border-left: 4px solid #e62129;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    background: #141414;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}
.product-page .sideLeft .box .list > ul > li.active{
  color: #e62129;
}

.product-page .sideLeft .box .list ul li.active ul {
    display: block
}

.product-page .sideLeft .box .list ul li i {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}

.product-page .sideLeft .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.product-page .sideLeft .box .list ul li ul li {
    border: none;
    background: #fff;
    color: #888;
}

.product-page .sideLeft .box .list ul li ul li:hover {
    background: #e62129;
    color: #fff
}

.product-page .sideLeft .box .list ul li ul li.active {
    background: #e62129;
    color: #fff
}

.product-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff
}

.product-page .sideLeft .img h4 {
    display: block;
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
}

.product-page .sideLeft .img p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 25px 0 45px
}

.product-page .sideLeft .img a.more {
    line-height: 45px;
    height: 45px;
    width: 150px;
    padding: 0 20px;
    background: #e62129;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid transparent
}

.product-page .sideLeft .img a.more:hover {
    background: 0 0;
    color: #e62129;
    border: 1px solid #e62129;
}
.product-page .sideRight{
  width: 70%;
}

.product-page .main-box .top {
    padding: 0px 25px 30px 25px;
    /*-webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);*/
    text-align: left;
    /*background: #fff;*/
    color: #fff;
}

.product-page .main-box .top h1{
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .main-box .top .cat_des{
  font-size: 16px;
  margin-top: 6px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  line-height: 30px;
}
.product-page .main-box .top .content{
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}

.product-page .main-box .top h3 {
    color: #111;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 10px
}

.product-page .main-box .top p {
    line-height: 1.6;
    color: #fff;
    font-size: 16px
}

.product-page .main-box .productbox {
    padding: 20px 0px 20px 25px;
    background: #141414;
    margin-top: 0px
}

.product-page .main-box .productbox ul {
    margin: 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-page .main-box .productbox ul > p{
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}

.product-page .main-box .productbox ul li {
    padding: 12px
}

.product-page .main-box .productbox ul.searchlist li .item {
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.product-page .main-box .productbox ul.searchlist li .item .content {
    display: inline-block
}

.product-page .main-box .productbox ul.searchlist li .item .content p.pp {
    opacity: 0
}

.product-page .main-box .productbox ul li .item.nav {
    background: #000
}

.product-page .main-box .productbox ul li .item.nav h3 {
    color: #fff
}

.product-page .main-box .productbox ul li .item a.more {
    font-size: 14px
}

.product-page .main-box .productbox ul li .item h5 {
    width: 100%;
    background: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8em;
}

.product-page .main-box .productbox ul li .item .cont{
  padding-bottom: 10px;
  background: #ffffff;
  margin-top: 10px;
}
.product-page .main-box .productbox ul li .item .des{
  display: block;
  text-align: center;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  min-height: 70px;
}

.product-page .main-box .productbox ul.search li .item h5 {
    width: auto
}

.product-page .main-box .productbox ul.search li .item .floatbox {
    position: relative !important;
    display: block !important;
    left: 0;
    transform: none
}

.product-page .main-box .productbox ul li .item:hover h5 {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #e62129
}

.product-page .main-box .productbox ul li .item:hover .des {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #e62129
}

.product-page .main-box .productbox ul.productlist2 li .item .floatbox a.more {
    font-size: 16px;
    width: 160px;
    height: 50px;
    background-color: #333;
    border-radius: 5px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-page .main-box .productbox ul.productlist2 li .item .floatbox a.more:hover {
    background-color: #e62129
}

.product-page .main-box .productbox ul.imglist {
    margin: 0
}

.product-page .main-box .productbox ul.imglist li {
    padding: 0
}

.product-page .main-box .productbox ul.imglist li a img {
    min-width: 306px;
    width: 100%
}

.product-page .main-box .productbox ul.productlist2 li:nth-child(3n) .item .floatbox {
    left: auto;
    right: 100%
}

.product-page .main-box .productbox ul.productlist2 li .item {
    position: relative;
    height: 100%;
    background: #ffffff;
    color: #000;
}

.product-page .main-box .productbox ul.productlist2 li .item .floatbox {
    position: absolute;
    width: 109%;
    top: 0;
    left: 100%;
    height: 100% !important;
    border: 1px solid #eee;
    background: #fff;
    padding: 25px;
    text-align: left;
    display: none;
    z-index: 99
}

.product-page .main-box .productbox ul.productlist2 li .item .floatbox .content {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 18px
}


.prodet-page .prodet-1 {
    padding: 90px 0 70px;
}
.prodet-page .prodet-1 .product-box .left{
    width: 50%;
    position: relative;
    display: inline-flex;
}
.prodet-page .prodet-1 .product-box .left .big {
    width: 74%;
}
.prodet-page .prodet-1 .product-box .left .big img {
    width: 100%;
    border: 1px solid #ccc;
}
.prodet-page .prodet-1 .product-box .left .img-scroll {
  order: -1;
    position: relative;
    width: 26%;
    left: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    padding-right: 17px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul {
    margin: 0 -8px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul li {
    margin-bottom: 13px;
    padding: 0 10px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul li a {
    border: 1px solid #ccc;
    display: block;
}
.prodet-page .prodet-1 .product-box .right {
    width: 50%;
    padding: 0 46px;
}
.prodet-page .prodet-1 .product-box .right.app {
    width: 70%;
}
.prodet-page .prodet-1 .product-box .right h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: bold;
}
.prodet-page .prodet-1 .product-box .right h3 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 26px;
}
.prodet-page .prodet-1 .product-box .right .content {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}
.prodet-page .prodet-1 .product-box .right .content tr td{
  min-width: 120px;
}
.prodet-page .prodet-1 .product-box .right .content .color .c_list{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  margin-right: 10px;
  margin-bottom: 10px;
} 
.prodet-page .prodet-1 .product-box .right .content .color .c_list.r{
  background: red;
}
.prodet-page .prodet-1 .product-box .right .more{
  display: inline-block;
  padding: 18px 36px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #e62129;
  margin-top: 40px;
  border: 1px solid #e62129;
}
.prodet-page .prodet-1 .product-box .right .more:hover{
  color: #e62129;
  background: #fff;
}
.prodet-page .prodet-1 .product-box .right .features {
  color: #000;
  margin: 30px 0 12px;
}
.product2-page {
    overflow: unset;
    position: relative;
    z-index: 1;
    padding: 70px 0 100px
}


.prodet-page .prodet-2 .options {
  background: #e62129;
}
.prodet-page .prodet-2 .options ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  padding: 30px 0 26px;
  cursor: pointer;
  position: relative;
  margin-right: 74px;
  font-weight: bold;
}
.prodet-page .prodet-2 .options ul li:hover::after {
  width: 100%;
}
.prodet-page .prodet-2 .options ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding: 60px 0 90px;
  font-size: 18px;
  color: #000;
  line-height: 32px;
}
.prodet-page .prodet-2 .ret ul li .content .contact_form form input,
.prodet-page .prodet-2 .ret ul li .content .contact_form form textarea{
    width: 100%;
    height: 58px;
    border: none;
    background: #000000;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 2.2px;
}
.prodet-page .prodet-2 .ret ul li .content .contact_form form input[type=submit]{
  width: 174px;
  min-width: 120px;
  height: 54px;
  background: #e62129;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 {
  padding-bottom: 60px;
  padding-top: 30px;
}
.prodet-page .prodet-3 h2 {
  text-align: center;
}
.prodet-page .prodet-3 .relatedBox {
  margin-top: 30px;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img:hover span {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img img {
  width: 100%;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background: #e62129;
  text-transform: uppercase;
  padding: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-weight: bold;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide p:hover{
  color: #e62129;
}
.prodet-page h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 60px;
    font-weight: 700;
}
.pro-link{
  padding: 40px 0;
  line-height: 32px;
}
.pro-link .container{
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-width: 1500px) {
  .prodet-page h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .sideLeft{
    display: none;
  }
  .product-page .sideRight{
    width: 100%;
  }

  .prodet-page .prodet-1 .product-box .right h1{
     font-size: 24px;
   }
   .prodet-page .prodet-1 .product-box .right h3{
      font-size: 16px;
      line-height: 30px;
  }
  .prodet-page .prodet-1 .product-box .right .content{
      font-size: 16px;
      line-height: 30px;
    }
    .prodet-page .prodet-3 .relatedBox .swiper-slide p{
      font-size: 16px;
      line-height: 30px;
    }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 .relatedBox .swiper-slide p{
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .product-box .left{
      width: 100%;
  }
  .prodet-page .prodet-1 .product-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .prodet-1 .product-box .right.app {
    width: 100%;
    margin-top: 30px;
    padding: 0;
}
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .options ul li{
     font-size: 18px;
   }
   
  .prodet-page .prodet-1 .product-box .left{
    padding-left: 0;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .product-box .left .big{
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul{
    margin: 0 -10px;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul li{
    padding: 0 10px;
  }
  
  .pro-link{
    padding: 20px 0;
  }
  .pro-link .left,
  .pro-link .right{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page{
    padding: 10px 0;
    padding-top: 10px;
  }
  .prodet-page .prodet-1{
    padding: 40px 0;
  }
  .product-page .main-box .top{
    padding: 16px;
  }
  .product-page .main-box .productbox{
    padding: 20px 10px;
  }
  .prodet-page .prodet-1 .product-box .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-2 .options ul li{
    margin-right: 20px;
  }
  .prodet-page .prodet-2 .ret ul li .content{
    padding-bottom: 0;
  }
  .prodet-page .prodet-3{
    padding-bottom: 40px;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul{
    margin: 0 -9px;
    margin-top: 20px;
  }
  .prodet-page h2 {
    font-size: 24px;
    line-height: 1.8;
  }
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic>div {
    padding: 70px 0;
}

.seoPublic>div:nth-child(odd) {
    background: #1a1a1a;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .left img {
    width: 100%;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #959595;
    /*max-height: 400px;
    overflow: auto;*/
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul .slick-track{
  margin-left: 0;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li a.img-box img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 40px;
    min-height: 4em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #e62129;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #9f9f9f;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #e62129;
    color: #e62129;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #e62129;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #e62129;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.seoPublic .seoIndustry .text h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
.seoPublic .seoIndustry .text h3{
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin: 5px 0;
  color: #e62129;
}
.seoPublic .text a {
    color: inherit;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #e62129;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #e62129;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #e62129;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #e62129;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #e62129;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 28px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
        color: #000;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: #e62129;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav>ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic>div {
        padding: 30px 0;
    }
    .Auxil-industry{
      display: none!important;
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
.xinwen h3{
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}