@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts//Mulish-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root{
  --fm:'Poppins';
  --color:rgba(221, 33, 28, 1);
}
.font-18{
  font-size: calc(0.2085vw + 14px) !important;
}
.font-16{
  font-size: calc(0.1055vw + 14px) !important;
}
#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_from1 {
  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_from1 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_from1 form {
  margin-top: calc(1.3555vw + 14px);
}
#pups_from1 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;
}
.foota {
        width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,5px);
}
#pups_from1 i.close::after,
#pups_from1 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_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: rgba(221, 33, 28, 1);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 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_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: rgba(221, 33, 28, 1);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: rgba(221, 33, 28, 1);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 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;
}
.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: #333;
}
.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;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .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: rgba(221, 33, 28, 1);
  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: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Mulish';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
}
#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: #eee;
}
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 !important;
  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;
}
#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;
  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: 2;

}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: rgba(221, 33, 28, 1);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -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;
}
#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: rgba(221, 33, 28, 1);
}
#mobile .menu-content #menu-off {
  margin-top: calc(1.3555vw + 14px);
  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 {
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(102, 102, 102, 0);
}
#header > .nav > .menu .menu-box {
  position: relative;
}
#header > .nav > .menu .menu-box .logo {
  /*width: 380px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header > .nav > .menu .menu-box .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .right_c {
  padding-top: 10px;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .right_c .top_c {
  position: relative;
  z-index: 4;
}
#header > .nav > .menu .menu-box .right_c .top_c .search {
  margin-left: auto;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right_c .top_c .line {
  width: 1px;
  height: 14px;
  margin: 0 16px;
  background-color: #7b7c7d;
}
#header > .nav > .menu .menu-box .right_c .top_c .lang_cont {
  font-size: 14px;
}
#header > .nav > .menu .menu-box .right_c .top_c .lang_cont .c_cont {
  font-weight: 400;
}
#header > .nav > .menu .menu-box .right_c .top_c .lang_cont .c_cont i {
  margin-left: 8px;
}
#header > .nav > .menu .menu-box .bottom_c {
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#header > .nav > .menu .menu-box .bottom_c .open_btn {
  background-color: rgba(221, 33, 28, 1);
  width: auto;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 40px;
  padding: 8px 12px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .bottom_c .open_btn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container:nth-child(2) {
  margin-left: 30px;
}
#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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  margin-left: 34px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#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::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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: 8px 0 8px 0;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  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: #ebebeb;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
  line-height: 2;
}
#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 .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;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.innder_active > .nav {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
#banner {
  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: 930px;
}
#banner .swiper .swiper-wrapper .swiper-slide video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  color: #000;
  position: relative;
  z-index: 2;
  left: 0;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
  max-width: 570px;
  padding-top: 5.519vw;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
  font-size: calc(2.0835vw + 14px) !important;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
  margin-bottom: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .tips_des {
  margin-top: 10px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  color: #000;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more .img_c {
  width: 64px;
  height: 64px;
  background-color: rgba(221, 33, 28, 1);
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more .img_c .img {
  width: 24px;
  height: 24px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more p {
  padding: 0 80px 0 50px;
  border-left: 1px solid #f2f2f2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
  background-color: rgba(221, 33, 28, 1);
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .tips_des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .more {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
.car_ani {
  -webkit-animation: car_ani linear;
  -moz-animation: car_ani linear;
  -o-animation: car_ani linear;
  animation: car_ani linear;
}
@-webkit-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-o-keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes car_ani {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.pb-140 {
  padding-bottom: calc(6.25vw + 20px) !important;
}
.pt-120{
  padding-top: calc(5.21vw + 20px) !important;
}
.pt-110 {
  padding-top: calc(4.65vw + 20px) !important;
}
.pb-100 {
  padding-bottom: calc(4.1667vw + 20px) !important;
}
.pt-100 {
  padding-top: calc(4.1667vw + 20px) !important;
}
.pt-90 {
  padding-top: calc(3.65vw + 20px) !important;
}
.pb-90 {
  padding-bottom: calc(3.65vw + 20px) !important;
}
.pb-80 {
  padding-bottom: calc(3.1267vw + 20px) !important;
}
.pt-80 {
  padding-top: calc(3.1267vw + 20px) !important;
}
.pt-50 {
  padding-top: calc(1.88vw + 14px) !important;
}
.pb-50 {
  padding-bottom: calc(1.88vw + 14px) !important;
}
.font-44 {
  font-size: calc(1.56vw + 14px) !important;
}
/*.max-1400 {
  max-width: 1400px;
  line-height: 2;
}*/
.more_cont {
  position: relative;
  background-color: rgba(221, 33, 28, 1);
  padding: 14px 20px;
  overflow: hidden;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: rgba(221, 33, 28, 1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont:hover {
  background-color: rgba(221, 33, 28, 1);
}
.more_cont:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .index-1 {
  -o-background-size: cover;
  background-size: cover;
  padding-top:  calc(5.21vw + 20px);
  padding-bottom: calc(2.0835vw + 14px);
}
#index-body .index-1 .container .title_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .index-1 .container .title_list .list {
  position: relative;
  width: 31%;
  font-weight: 500;
  background-color: #fff;
  color: #282828;
  padding: 14px;
  cursor: pointer;
}
#index-body .index-1 .container .title_list .list .img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
#index-body .index-1 .container .title_list .list::before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid rgba(221, 33, 28, 1);
  opacity: 0;
}
#index-body .index-1 .container .title_list .list.active {
  background-color: rgba(221, 33, 28, 1);
  color: #fff;
}
#index-body .index-1 .container .title_list .list.active .img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
#index-body .index-1 .container .title_list .list.active::before {
  opacity: 1;
}
#index-body .index-1 .container .content_list {
  margin-top: calc(2.0835vw + 14px) !important;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .title {
  font-weight: 500;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .des {
  color: #404040;
  margin-top: 10px;
  max-width: 674px;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more_list {
  margin-top: 20px;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more_list .list {
  margin: 5px 5px 0 0;
  display: inline-block;
  padding: 8px 50px;
  border-radius: 22px;
  border: 1px solid #b4b4b4;
  line-height: 2;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more_list .list:hover {
  background-color: rgba(221, 33, 28, 1);
  border: 1px solid rgba(221, 33, 28, 1);
  color: #fff;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more {
  margin-top: calc(2.3955vw + 14px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more .img_c {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: rgba(221, 33, 28, 1);
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more .img_c .img {
  width: 9px;
  height: 6px;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .right {
  width: 50%;
  padding-left: 80px;
}
#index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .right a img {
  max-width: 60%;
}
#index-body .index-2{
  padding-top: calc(5.21vw + 20px);
  padding-bottom: calc(6.5vw + 20px);
}
#index-body .index-2 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
#index-body .index-2 .container .tips_des {
  margin: 16px auto 0;
  max-width: 755px;
  text-align: center;
  color: rgba(32, 32, 32, 1);
  font-family: 'Poppins';
  /*text-align: justify;*/
  line-height: 2;
  font-size: 14px;
}
#index-body .index-2 .container .content {
  margin-top: calc(2.4955vw + 14px) !important;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  padding: 24px 30px;
  background-color: #f2f2f2;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  line-height: 2;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: rgba(221, 33, 28, 1);
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .jt {
  margin-top: 16px;
  width: 20px;
  height: 10px;
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  margin-top: calc(1.3555vw + 14px);
}
#index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
#index-body .index-3 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#index-body .index-3 .container .tips_title {
  text-transform: uppercase;
  padding-top: 200px;
}
#index-body .index-3 .container .tips_des {
  margin-top: 20px;
  max-width: 950px;
  text-align: justify;
  line-height: 2;
  font-family: var(--fm);
  font-size: calc(0.2085vw + 14px);
}
#index-body .index-3 .container .more {
  margin-top: calc(1.0455vw + 10px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .index-3 .container .more .img_c {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background-color: rgba(221, 33, 28, 1);
  border-radius: 50%;
}
#index-body .index-3 .container .more .img_c .img {
  width: 9px;
  height: 6px;
}
#index-body .index-3 .container .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .index-3 .list_cont {
  margin-top: calc(4.479vw + 14px);
}
#index-body .index-3 .list_cont li {
  background-color: rgba(221, 33, 28, 0.9);
  margin-right: 2px;
  width: 400px;
  height: 250px;
}
#index-body .index-3 .list_cont li .box .num {
  font-weight: 500;
}
#index-body .index-3 .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
  line-height: 1.4;
}
#index-body .index-3 .play {
  margin: calc(4.479vw + 14px) auto 0;
  cursor: pointer;
  position: relative;
}
#index-body .index-3 .play .top_cont {
  position: relative;
  width: 160px;
  height: 160px;
}
#index-body .index-3 .play .top_cont .cir_sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
#index-body .index-3 .play .top_cont .cir_sub div {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .index-3 .play .top_cont svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .index-3 .play .top_cont svg circle {
  width: 100%;
  height: 100%;
  stroke-dashoffset: 460;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .index-3 .play .top_cont .cont {
  width: 110px;
  height: 110px;
  background-color: rgba(221, 33, 28, 1);
  border-radius: 50%;
  font-size: 40px;
}
#index-body .index-3 .play .top_cont .cont i {
  margin-left: 8px;
}
#index-body .index-3 .play .bottom_c {
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins';
}
#index-body .index-3 .play:hover svg circle {
  stroke-dashoffset: 0;
}
#index-body .index-4 .container .left {
  width: 46%;
  padding-right: 60px;
}
#index-body .index-4 .container .left .title {
  font-weight: bold;
  margin-top: 25px;
  line-height: 2;
}
#index-body .index-4 .container .left .des {
  margin-top: 10px;
  color: rgba(64, 64, 64, 1);
  max-width: 420px;
  font-family: 'Poppins';
  line-height: 2;
  font-size: 14px;
}
#index-body .index-4 .container .right {
  width: 54%;
}
#index-body .index-4 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 250px;
  background-color: #f9f9f9;
}
#index-body .index-5{
  padding-bottom:  calc(5.21vw + 15px);
}
#index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
  height: 460px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
#index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
  margin-top: calc(1.0455vw + 10px);
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  display: none;
}
#index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play:hover {
  color: rgba(221, 33, 28, 1);
}
#index-body .index-5 .container .list_cont {
  margin-top: calc(1.3555vw + 14px);
}
#index-body .index-5 .container .list_cont .left {
  width: 41%;
  text-align: right;
}
#index-body .index-5 .container .list_cont .left .title {
  font-weight: bold;
}
#index-body .index-5 .container .list_cont .left .more {
  margin-top: calc(1.3555vw + 14px);
  border-bottom: 1px solid rgba(221, 33, 28, 1);
  color: rgba(221, 33, 28, 1);
  display: inline-block;
  text-transform: uppercase;
}
#index-body .index-5 .container .list_cont .right {
  width: 59%;
  padding-left: 36px;
}
#index-body .index-5 .container .list_cont .right .cont {
  max-width: 660px;
  text-align: justify;
  color: #333333;
  line-height: 2;
  font-family: var(--fm);
}
#index-body .index-6 {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: calc(2.0925vw + 20px);
  padding-bottom: calc(3.65vw + 20px);
}
#index-body .index-6 .container {
  width: 100%;
}
#index-body .index-6 .container .tips_title {
  font-weight: bold;
}
#index-body .index-6 .container .tips_des {
  margin-top: 4px;
  color:rgba(32, 32, 32, 1);
  font-family: 'Poppins';
  line-height: 2;
  font-size: 14px;
}
#index-body .index-6 .container .btn_c {
  margin-top: 16px;
}
#index-body .index-6 .container .btn_c .btn {
  width: 20px;
  height: 10px;
  cursor: pointer;
}
#index-body .index-6 .container .btn_c .prev:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
#index-body .index-6 .container .btn_c .next {
  margin-left: 34px;
}
#index-body .index-6 .container .btn_c .next:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .index-6 .container .content {
  margin-top: 20px;
}
#index-body .index-6 .container .content .swiper {
  padding-top: 16px;
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  background-color: rgba(221, 33, 28, 0);
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  -o-background-size: cover;
  background-size: cover;
  height: 340px;
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  padding: 30px 10px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  line-height: 2;
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover {
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
  transform: translateY(-16px);
  background-color: rgba(221, 33, 28, 1);
}
#index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .text {
  opacity: 1;
}
#index-body .index-7 .container .title_c .left {
  font-weight: bold;
}
#index-body .index-7 .container .title_c .right {
  margin-left: auto;
}
#index-body .index-7 .container .title_c .right .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7f7f7;
  cursor: pointer;
}
#index-body .index-7 .container .title_c .right .btn .img {
  width: 14px;
  height: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .index-7 .container .title_c .right .btn:hover .img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .index-7 .container .title_c .right .next {
  margin-left: 20px;
}
#index-body .index-7 .container .content {
  margin-top: calc(1.88vw + 14px);
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  padding: 30px 40px;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .time {
  font-family: 'Poppins';
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  display: block;
  font-weight: bold;
  margin-top: 24px;
  line-height: 2;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: rgba(221, 33, 28, 1);
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 25px;
  color: #444444;
  line-height: 2;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c {
  position: relative;
  margin-top: calc(1.88vw + 14px);
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more_1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more_1 .cir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(221, 33, 28, 1);
  margin-left: 20px;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more_1 .cir .img {
  width: 10px;
  height: 6px;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more_2 {
  font-size: 50px;
  line-height: 0.4;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  opacity: 0;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover {
  background-color: #f0f0f0;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .more_c .more_1 {
  opacity: 0;
}
#index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .more_c .more_2 {
  opacity: 1;
}
#index-body .index-8{
  padding-top:  calc(5.75vw + 16px);
  padding-bottom: calc(5.21vw + 20px);
}

#index-body .index-8 .container .cont{
  background: #f6f6f6;
  padding: 2.6067vw;
}
#index-body .index-8 .container .cont .left{
  width: 47%;
}
#index-body .index-8 .container .cont .left .img{
  width: 100%;
  background-size: cover;
  height: 430px;
}
#index-body .index-8 .container .cont .left .text{
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  max-height: 80px;
  padding-right: 10px;
  overflow-y: auto;
  line-height: 2;
}
#index-body .index-8 .container .cont .right{
  width: 45%;
  margin-top: calc(1.3555vw + 14px);
  margin-left: auto;
}
#index-body .index-8 .container .cont .right .tips_title{
  font-weight: bold;
  line-height: 2;
}
#index-body .index-8 .container .cont .right .s_btn{
  margin-top: 36px;
}
#index-body .index-8 .container .cont .right .s_btn .btn{
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
#index-body .index-8 .container .cont .right .s_btn .next{
  margin-left: 20px;
}
#index-body .index-8 .container .cont .right .s_btn .btn .img{
  filter: grayscale(1);
  width: 14px;
  height: 8px;
}
#index-body .index-8 .container .cont .right .s_btn .btn:hover .img{
  filter: grayscale(0);
}
#index-body .index-8 .container .cont .right .swiper{
  margin-top: calc(1.0455vw + 10px);
}
#index-body .index-8 .container .cont .right .swiper .img{
  height: 130px;
  background-size: cover;
}


#footer {
  position: relative;
  z-index: 1;
  background-color: #222222;
  color: #fff;
  -o-background-size: cover;
  background-size: cover;
}
#footer .f-top {
  padding-top: 60px;
}
#footer .f-top .container .logo {
  display: block;
  width: 330px;
}
#footer .f-top .container .line {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(100% - 400px);
  margin-left: auto;
  height: 1px;
  background-color: #5b5b5d;
}
#footer .f-middle {
  padding-top: 20px;
}
#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: calc(1.3555vw + 14px);
}
#footer .f-middle .container .list_cont .first {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer .f-middle .container .list_cont .list {
  font-family: 'Poppins';
  margin-top: 20px;
}
#footer .f-middle .container .list_cont .list .des {
  margin-top: 8px;
  color: #a6a2a2;
  line-height: 2;
}
#footer .f-middle .container .list_cont .list2 {
  font-family: 'Poppins';
  margin-top: 10px;
  line-height: 2;
}
#footer .f-middle .container .list_cont .list2 a:hover {
  color: rgba(221, 33, 28, 1);
}
#footer .f-middle .container .list_cont #ewm {
  width: 70px;
  height: 70px;
  background-color: #fff;
  padding: 3px;
}
#footer .f-middle .container .list_cont .share {
  width: 100%;
  margin-top: calc(1.3555vw + 14px);
  -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: 20px;
}
#footer .f-middle .container .list_cont .share a:hover {
  color: rgba(221, 33, 28, 1);
}
#footer .f-middle .container .list_cont1 {
  width: 340px;
}
#footer .f-middle .container .list_cont2 {
  width: 165px;
}
#footer .f-middle .container .list_cont3 {
  width: 140px;
}
#footer .f-middle .container .list_cont4 {
  width: 140px;
}
#footer .f-middle .container .list_cont5 {
  width: 180px;
}
#footer .copyright {
  font-size: 16px;
  font-weight: 400;
  margin-top:  calc(5.75vw + 20px);
  color: rgba(255, 255, 255, 0.3);
}
#footer .copyright .container {
  padding-bottom: 18px;
  padding-top: 14px;
  border-top: 1px solid #626262;
  text-align: right;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 8px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .logo {
    width: 260px;
  }
}
@media (max-width: 1500px) {
  .font-50 {
    font-size: 40px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container:nth-child(2) {
    margin-left: 16px;
  }
  #index-body .index-3 .list_cont li {
    width: 340px;
  }
}
@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box .logo {
    width: 200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container:nth-child(2) {
    margin-left: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .bottom_c .open_btn {
    margin-left: 10px;
    padding: 4px 6px;
  }
  #index-body .index-3 {
    padding-bottom: 40px;
  }
  #index-body .index-3 .list_cont {
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
  }
  #index-body .index-3 .list_cont li {
    width: 32%;
    margin-right: 0;
  }
  #index-body .index-3 .play {
    display: none;
  }
  #index-body .index-3 .container .tips_title {
    padding-top: 40px;
  }
  #index-body .index-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
    height: 270px;
  }
  #index-body .index-8 .container .cont .left .img{
    height: 270px;
  }
  #index-body .index-8 .container .cont .right .swiper .img{
    height: 80px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: calc(1.3555vw + 14px);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 40px;
  }
  #index-body .index-1 .container .title_list .list {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  #index-body .index-1 .container .title_list .list::before {
    display: none;
  }
  #index-body .index-1 .container .title_list .list .text {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  #index-body .index-1 .container .title_list .list .img {
    margin-right: 0;
  }
  #index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  #index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .right {
    display: none;
  }
  #index-body .index-4 .container .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .index-4 .container .left .title {
    margin-top: 0;
  }
  #index-body .index-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 260px;
  }
  #index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    bottom: 20px;
  }
  #index-body .index-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    margin-top: 20px;
  }
  #index-body .index-8 .container .cont .left{
    width: 100%;
  }
  #index-body .index-8 .container .cont .right{
    width: 100%;
    margin-top: calc(1.3555vw + 14px);
  }
  #index-body .index-8 .container .cont .right .swiper .img{
    height: 200px;
  }
  #footer .f-middle .container .list_cont2 {
    width: 240px;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }
  #index-body .index-7 .container .title_c .left {
    width: 100%;
  }
  #index-body .index-7 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  #index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 30px 16px;
  }
  #footer .copyright .container {
    text-align: left;
  }
  #footer .f-middle .container .list_cont1 {
    width: 100%;
  }
  #footer .f-top .container .line {
    display: none;
  }
}
@media (max-width: 500px) {
  .pb-140 {
    padding-bottom: 40px;
  }
  .pt-110 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-44 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-38 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-34 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-30 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-28 {
    font-size: 22px;
    line-height: 1.6;
  }
  .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 .title {
    font-size: 20px;
    line-height: 2;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more .img_c {
    width: 40px;
    height: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more p {
    padding: 0 30px;
  }
  #index-body .index-1 .container .content_list {
    margin-top: calc(1.3555vw + 14px);
  }
  #index-body .index-2 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
  #index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more_list .list {
    padding: 3px 10px;
  }
  #index-body .index-1 .container .content_list .swiper .swiper-wrapper .swiper-slide .left .more {
    margin-top: calc(1.0455vw + 10px);
  }
  #index-body .index-4 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    height: 40vw;
  }
  #index-body .index-7 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    background-color: #f0f0f0;
  }
  #footer .f-top {
    padding-top: 40px;
  }
  #footer .f-top .container .logo {
    width: 200px;
  }
  #footer .f-middle .container .list_cont {
    margin-top: 20px;
  }
  #footer .f-middle .container .list_cont .first {
    margin-bottom: 20px;
  }
}
.inner-banner {
  margin-top: 108px;
  padding: 40px 0;
  color: #a9a9a9;
}
.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: rgba(221, 33, 28, 1);
}
.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;
}
.m-page {
  text-align: center;
  margin-top: calc(1.88vw + 14px);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  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: rgba(221, 33, 28, 1);
}
.m-page a:hover {
  color: #fff;
  background-color: rgba(221, 33, 28, 1);
}
.m-link {
  line-height: 2;
  color: #666;
  margin-top: calc(4.479vw + 14px);
}
.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: 16px;
  margin-top: 8px;
}
.m-link a:hover {
  color: rgba(221, 33, 28, 1);
}
.product-page .container .title {
  font-weight: bold;
  line-height: 2;
  font-size: calc(.729vw + 14px) !important;
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list {
  margin-top: calc(1.88vw + 14px);
}
.product-page .container .cat_list a {
  width: 380px;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}
.product-page .container .cat_list a:hover {
  background-color: rgba(221, 33, 28, 1);
  color: #fff;
}
.product-page .container .content {
  margin-top: calc(1.3555vw + 14px);
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: calc(1.3555vw + 14px);
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
  line-height: 2;
  font-size: 
}
.product-page .container .content ul li .box .text:hover {
  color: rgba(221, 33, 28, 1);
}
.prodet-page .prodet-1 {
  background-color: #fafafa;
}
.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-1 .container .left {
  width: 44%;
}
.prodet-page .prodet-1 .container .left .title {
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: calc(2.3955vw + 14px);
}
.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 164px;
  text-align: center;
  color: #fff;
  background-color: rgba(221, 33, 28, 1);
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}
.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}
.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}
.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 45%;
  margin-left: auto;
}
.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
  opacity: 0;
}
.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}
.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}
.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: rgba(221, 33, 28, 1);
}
.prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 0px 142px;
}
.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}
.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}
.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(221, 33, 28, 0);
  cursor: pointer;
}
.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: rgba(221, 33, 28, 1);
  border-bottom: 3px solid rgba(221, 33, 28, 1);
}
.prodet-page .prodet-2 .container .content .list p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.prodet-page .prodet-2 .container .content .list ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.prodet-page .prodet-2 .container .content .list h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.prodet-page .prodet-2 .container .content .list h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: rgba(221, 33, 28, 1)!important;
}
.prodet-page .prodet-2 .container .content .list ol li,.prodet-page .prodet-2 .container .content .list ul li {
    list-style: disc;
    list-style-position: inside;
}
.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: calc(1.0455vw + 10px);
  color: #484747;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .container .content {
  margin-top: calc(1.88vw + 14px);
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}
.prodet-page .prodet-4 {
  background-color: #fafafa;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}
.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: calc(1.88vw + 14px);
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}
.related-product .container .tips {
  font-weight: bold;
}
.related-product .container .content {
  margin-top: calc(1.3555vw + 14px);
}
.related-product .container .content .swiper {
  padding: 20px;
  margin: 0 -20px;
}
.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;
}
.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: calc(2.3955vw + 14px);
  font-weight: 600;
  line-height: 2;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: rgba(221, 33, 28, 1);
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: calc(1.3555vw + 14px);
  }
  .product-page .container .cat_list {
    display: none;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: calc(1.3555vw + 14px);
  }
  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }
  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }
  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: calc(1.0455vw + 10px);
  }
  .prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }
  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }
  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }
  .related-product .container .content {
    margin-top: 10px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}
.download-page .cat_list .list {
  font-weight: bold;
  min-width: 210px;
  padding: 10px;
  background-color: rgba(221, 33, 28, 1);
  color: #fff;
  text-align: center;
  border-right: 1px solid rgba(221, 33, 28, 1);
}
.download-page .cat_list .list:hover,
.download-page .cat_list .list.active {
  background-color: #2a2a2a;
}
.download-page .content {
  padding-top: 20px;
}
.download-page .content ul {
  /*margin: 0 -20px;*/
}
.download-page .content ul li {
  margin-top: calc(1.88vw + 14px);
  padding: 0 20px;
}
.download-page .content ul li .box .img_c {
  position: relative;
}
.download-page .content ul li .box .img_c .img {
  display: block;
}
.download-page .content ul li .box .img_c .img img {
  width: 100%;
}
.download-page .content ul li .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(221, 33, 28, 0.9);
  opacity: 0;
}
.download-page .content ul li .box .img_c .shadow .cont .btn {
  color: #fff;
  margin: 10px 0;
  position: relative;
  top: -20px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn span {
  width: 110px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn img {
  width: 19px;
}
.download-page .content ul li .box .img_c .shadow .cont .view_btn {
  top: 20px;
}
.download-page .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
}
.download-page .content ul li .box:hover .img_c .shadow {
  opacity: 1;
}
.download-page .content ul li .box:hover .img_c .shadow .cont .btn {
  top: 0;
}
@media (max-width: 1000px) {
  .download-page .cat_list {
    display: none;
  }
  .download-page .content {
    padding-top: 0;
  }
  .download-page .content ul li .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px) {
  .download-page .content ul li {
    margin-top: calc(1.0455vw + 10px);
  }
}
.sustainability-page .init-0 {
  padding: 190px 0 250px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .container .title {
  font-weight: bold;
}
.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 986px;
  line-height: 2;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  text-align: justify;
}
.sustainability-page .init-1 {
  background-color: #f5f5f5;
}
.sustainability-page .init-1 .btn{
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.sustainability-page .init-1 .btn i{
  width: 10px;
  text-align: center;
  margin-left: -2px;
}
.sustainability-page .init-1 .btn:hover{
  background: #00aced;
  color: #fff;
  border: 1px solid #fff;
}
.sustainability-page .init-1 .prev{
  left: -50px;
}
.sustainability-page .init-1 .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;
}
.sustainability-page .init-1 .container .list {
  text-align: center;
  padding: 50px 30px;
  height: 100%;
}
.sustainability-page .init-1 .container .list img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
}
.sustainability-page .init-1 .container .list .title {
  font-weight: bold;
  margin-top: 16px;
}
.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
}
.sustainability-page .init-1 .container .list:hover {
  background-color: rgba(221, 33, 28, 1);
}
.sustainability-page .init-1 .container .list:hover img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.sustainability-page .init-1 .container .list:hover .title,
.sustainability-page .init-1 .container .list:hover .text {
  color: #fff;
}
.sustainability-page .init-2 .container .list {
  margin-top: calc(2.3955vw + 14px);
}
.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}
.sustainability-page .init-2 .container .list .left {
  width: 45%;
}
.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}
.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}
.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  max-width: 580px;
}
.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 4px;
  width: 80px;
  height: 3px;
  background-color: #000;
}
.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  max-width: 533px;
  text-align: justify;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}
@media (max-width: 1250px) {
  .sustainability-page .init-0 {
    padding: 120px 0;
  }
  .sustainability-page .init-1 .container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .sustainability-page .init-2 .container .list .right .title {
    max-width: 100%;
  }
  .sustainability-page .init-2 .container .list .right .des {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .btn{
    right: 5px;
  }
  .sustainability-page .init-1 .prev{
    left: 5px;
  }
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }
  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
  .sustainability-page .init-2 .container .list .right .index_line {
    display: none;
  }
}
@media (max-width: 700px) {

}
@media (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }
  .sustainability-page .init-1 {
    padding: 20px 0;
  }
  .sustainability-page .init-1 .container .list {
    width: 100%;
    padding: 20px 16px;
  }
  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }
  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }
}
.news-page .container .cat_list_cont .list {
  background-color: rgba(221, 33, 28, 1);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}
.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 li {
  margin-top: 70px;
  padding: 0 15px;
}
.news-page .container .content ul li .box a {
  display: block;
}
.news-page .container .content ul li .box a:hover {
  color: rgba(221, 33, 28, 1);
}
.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;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
  line-height: 2;
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
}
.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;
}
.news-page .container .content ul li .box .more_c a:hover {
  color: rgba(221, 33, 28, 1);
  -webkit-text-decoration-color: rgba(221, 33, 28, 1);
  -moz-text-decoration-color: rgba(221, 33, 28, 1);
  text-decoration-color: rgba(221, 33, 28, 1);
}
.newdet-page {
  padding-bottom: 110px;
}
.newdet-page .container .title {
  font-weight: bold;
  line-height: 2;
}

.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #444444;
}
.newdet-page .container .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .container .content h1 {
  font-size: 26px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .container .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .container .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .container .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: rgba(221, 33, 28, 1);
}
.newdet-page .container .content ol li,.newdet-page .container .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.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: 20px;
}
.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;
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
  }
  .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: calc(1.3555vw + 14px);
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .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;
  }
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: rgba(221, 33, 28, 1);
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: rgba(221, 33, 28, 1);
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(221, 33, 28, 1);
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: calc(1.3555vw + 14px);
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: calc(1.3555vw + 14px);
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: calc(1.0455vw + 10px);
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: rgba(221, 33, 28, 1);
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: calc(4.479vw + 14px) 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: calc(1.3555vw + 14px);
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: rgba(221, 33, 28, 1);
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: calc(1.3555vw + 14px);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: rgba(221, 33, 28, 1);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: calc(1.88vw + 14px);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(221, 33, 28, 1);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: calc(1.0455vw + 10px);
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: calc(1.3555vw + 14px);
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}
.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;
}
.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: rgba(221, 33, 28, 1);
  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: calc(1.3555vw + 14px);
}
.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: 1px solid #d9d9d9;
  font-size: 16px;
  background-color: rgba(221, 33, 28, 1);
  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: #2a2a2a;
}
.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: 220px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}
.about-page .init-4 .container .cont .title {
  color: rgba(221, 33, 28, 1);
  text-transform: uppercase;
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: rgba(221, 33, 28, 1);
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-weight: bold;
  /*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: calc(2.3955vw + 14px);
}
.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 rgba(221, 33, 28, 1);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: rgba(221, 33, 28, 1);
}
.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: calc(2.3955vw + 14px);
  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: calc(2.3955vw + 14px);
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid rgba(221, 33, 28, 1);
}
.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: rgba(221, 33, 28, 1);
}
.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;
  text-align: center;
}
.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  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 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: calc(1.88vw + 14px);
  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 rgba(221, 33, 28, 1);
}
.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: rgba(221, 33, 28, 1);
  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: calc(1.0455vw + 10px);
  font-weight: bold;
  color: rgba(221, 33, 28, 1);
}
.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;
  text-align: justify;
}
.about-page .init-8 .container .list_cont {
  margin-top: calc(1.88vw + 14px);
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(221, 33, 28, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 500;
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
}
@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: calc(1.88vw + 14px);
  }
  .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;
  }
}
@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: calc(1.0455vw + 10px);
  }
  .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;
  }
}
.history-page .init-1 .container {
  position: relative;
}
.history-page .init-1 .container .prev_btn,
.history-page .init-1 .container .next_btn {
  position: absolute;
  top: 76px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #f5f4f2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.history-page .init-1 .container .prev_btn img,
.history-page .init-1 .container .next_btn img {
  width: 14px;
  height: 8px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.history-page .init-1 .container .prev_btn:hover img,
.history-page .init-1 .container .next_btn:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.history-page .init-1 .container .prev_btn {
  left: 0;
}
.history-page .init-1 .container .prev_btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .init-1 .container .line {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.history-page .init-1 .container .slick .slick-track {
  margin-left: 0;
}
.history-page .init-1 .container .slick li .box .num {
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-top: 60px;
}
.history-page .init-1 .container .slick li .box .cir {
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px auto 0;
  width: 18px;
  height: 18px;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
}
.history-page .init-1 .container .slick li .box .cir div {
  border-radius: 50%;
  background-color: #39363d;
  width: 6px;
  height: 6px;
  margin: auto;
}
.history-page .init-1 .container .slick li .box .subline {
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin: 10px auto 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
  font-size: 80px;
  font-weight: bold;
  padding-top: 0;
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .subline {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.history-page .init-2 .container .list_cont {
  width: 1000px;
  margin: auto;
  position: relative;
  height: 350px;
}
.history-page .init-2 .container .list_cont .list {
  z-index: 1;
  position: absolute;
  width: 620px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 1;
  background-color: #4d84b5;
  color: #fff;
  font-weight: 500;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.history-page .init-2 .container .list_cont .list .cont {
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-page .init-2 .container .list_cont .list .cont .num {
  font-size: 80px;
  line-height: 1;
}
.history-page .init-2 .container .list_cont .list .cont .title {
  font-size: 40px;
  margin-top: 14px;
}
.history-page .init-2 .container .list_cont .list .cont .des {
  font-size: 16px;
  margin-top: 16px;
}
.history-page .init-2 .container .list_cont .prev {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 27%;
}
.history-page .init-2 .container .list_cont .active {
  z-index: 2;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background-color: rgba(221, 33, 28, 1);
}
.history-page .init-2 .container .list_cont .next {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 73%;
}
@media (max-width: 1250px) {
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .history-page .init-2 .container .list_cont {
    width: 100%;
  }
  .history-page .init-2 .container .list_cont .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .container .slick li .box .num {
    height: 60px;
  }
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 36px;
  }
  .history-page .init-1 .container .line {
    top: 78px;
  }
  .history-page .init-1 .container .prev_btn {
    top: 54px;
  }
  .history-page .init-1 .container .next_btn {
    top: 54px;
  }
  .history-page .init-2 .container .list_cont .list .cont {
    padding: 16px;
  }
  .history-page .init-2 .container .list_cont .list .cont .num {
    font-size: 26px;
  }
  .history-page .init-2 .container .list_cont .list .cont .title {
    font-size: 18px;
  }
}
.factory-page .init-1 .container .column {
  vertical-align: middle;
}
.factory-page .init-1 .container .left {
  width: 54%;
}
.factory-page .init-1 .container .right {
  width: 46%;
  padding-left: 60px;
}
.factory-page .init-1 .container .right .tips {
  color: #8a8a8a;
  font-weight: 300;
  font-style: italic;
}
.factory-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 6px;
}
.factory-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #767676;
  line-height: 2;
}
.factory-page .init-1 .container .right .s_page {
  margin-top: calc(1.0455vw + 10px);
}
.factory-page .init-1 .container .right .s_page li {
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  width: 10px;
  height: 10px;
  background-color: #e3d2cb;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.factory-page .init-1 .container .right .s_page li button {
  display: none;
}
.factory-page .init-1 .container .right .s_page li.slick-active {
  background-color: rgba(221, 33, 28, 1);
}
.factory-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.factory-page .init-2 .container .tip_des {
  color: #747474;
  font-weight: 300;
}
.factory-page .init-2 .container .tip_des {
  text-align: center;
  margin-top: 10px;
}
.factory-page .init-2 .container .index_line {
  height: 5px;
  margin: 20px auto 20px;
}
.factory-page .init-2 .container .content {
  margin-top: calc(2.3955vw + 14px);
  border-top: 1px solid #d9d9d9;
  padding: 36px 22px 0;
}
.factory-page .init-2 .container .content .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-2 .container .content .slick li {
  padding: 0 14px;
}
.factory-page .init-2 .container .content .slick li .box {
  position: relative;
  padding-left: 70px;
}
.factory-page .init-2 .container .content .slick li .box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .title {
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .subline {
  margin-top: 20px;
  width: 60px;
  height: 3px;
  background-color: #000000;
}
.factory-page .init-2 .container .content .slick li .box .right .des {
  color: #656565;
  margin-top: 20px;
}
.factory-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.factory-page .init-3 .container .left {
  width: 42%;
}
.factory-page .init-3 .container .right {
  width: 58%;
  padding-left: 30px;
}
.factory-page .init-3 .container .right .title {
  font-weight: bold;
}
.factory-page .init-3 .container .right .des {
  margin-top: 16px;
  text-align: justify;
  color: #444444;
}
.factory-page .init-3 .container .right .slick {
  margin: 50px -10px 0;
}
.factory-page .init-3 .container .right .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-3 .container .right .slick .slick-track li {
  padding: 0 10px;
}
.factory-page .init-3 .container .right .slick .slick-track li .img {
  display: block;
}
.factory-page .init-3 .container .right .slick .slick-track li .img img {
  display: block;
}
.factory-page .init-4 {
  text-align: center;
}
.factory-page .init-4 .container .title {
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.factory-page .init-4 .container .des {
  font-weight: 300;
  color: #444444;
  max-width: 630px;
  margin: 10px auto 0;
}
.factory-page .init-4 .container .index_line {
  margin: 20px auto 0;
  height: 5px;
  width: 124px;
  background-color: #000;
}
.factory-page .init-4 .container .slick {
  margin: 40px auto 0;
}
.factory-page .init-4 .container .slick li {
  padding: 0 14px;
}
.factory-page .init-4 .container .slick li a {
  display: block;
}
.factory-page .init-4 .container .slick li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.factory-page .init-5 .container .tips_title {
  font-weight: bold;
}
.factory-page .init-5 .container .des {
  color: #444444;
  margin-top: 24px;
  max-width: 945px;
  text-align: justify;
}
.factory-page .init-5 .container .video_list {
  margin-top: calc(1.3555vw + 14px);
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
  height: 460px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
  margin-top: calc(1.0455vw + 10px);
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play:hover {
  color: rgba(221, 33, 28, 1);
}
@media (max-width: 1000px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 260px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    bottom: 20px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    margin-top: 20px;
  }
  .factory-page .init-3 .container .left {
    display: none;
  }
  .factory-page .init-3 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .factory-page .init-4 .container .index_line {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 54vw;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    font-size: 20px;
    margin-top: 10px;
  }
}
.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: rgba(221, 33, 28, 1);
  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: calc(1.0455vw + 10px);
}
.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}
.honor-page .init-2 .container .content ul li {
  margin-top: calc(1.3555vw + 14px);
  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: rgba(221, 33, 28, 1);
}
@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: calc(1.3555vw + 14px);
  }
  .honor-page .init-2 .container .content ul li {
    margin-top: calc(1.0455vw + 10px);
  }
  .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;
  }
}
.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;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: rgba(221, 33, 28, 1);
}
.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}
.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;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  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: calc(1.0455vw + 10px);
}
.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;
  line-height: 1;
  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: #6c6c6c;
}
.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: #000;
}
.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: rgba(221, 33, 28, 1);
  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: calc(1.88vw + 14px);
  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: calc(1.3555vw + 14px);
    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 16px;
  }
  .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;
  }
  .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;
  }
}



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

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

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

    .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: 24px;
        font-weight: normal;
        line-height: 2;
        margin-bottom: 1em;
    }

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

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

    .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: 2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: rgba(221, 33, 28, 1);
    }

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

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

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -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: rgba(221, 33, 28, 1);
        color: rgba(221, 33, 28, 1);
    }

    .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: rgba(221, 33, 28, 1);
    }

    .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: rgba(221, 33, 28, 1);
        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: #666;
    }

    .seoPublic .text a {
        color: rgba(221, 33, 28, 1);
    }

    .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: rgba(221, 33, 28, 1);
        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: rgba(221, 33, 28, 1);
    }

    .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 rgba(221, 33, 28, 1);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: rgba(221, 33, 28, 1);
    }

    .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: rgba(221, 33, 28, 1);
    }

    @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;
        }

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

        .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;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: rgba(221, 33, 28, 1);
            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;
            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;
        }

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

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
            font-size: 15px;
        }
    }







.seoPublic .text a {
    color: #666;
}
.seoPublic .seoIndustry .text h3 {
    font-weight: 600;
    padding-top: 25px;
}
.news-page .container .content ul li .box .des a {
    display: inline;
}
@media (max-width: 500px) {
  #footer .copyright .container a.foota {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
}
.tips_des.font-16.wow.fadeInUp h2 {
    display: inline;
}
.tips_des.font-16.wow.fadeInUp h1 {
    display: inline;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a{
  font-size: calc(0.1055vw + 14px) !important;
}
#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item{
  margin-left: calc(1.0385vw + 14px) !important;
}

@media (max-width: 1500px){
 #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
    margin-left: 6px;
}
}
@media (max-width: 1250px){
  #header{
    display: none;
  }
  #mobile{
    display: block;
  }
}

.prodet-page .prodet-1 .container .left .navbox{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}
.prodet-page .prodet-1 .container .left .navbox a{
  margin: 10px 0;
  margin-right: 15px;
  padding: 0px 15px;
 height: 40px;
 line-height: 40px;
 display: inline-block;
 border-radius: 5px;
 background: rgba(221, 33, 28, 1);
 color: #fff;
 font-size: 18px;
 transition: 0.3s all; 
}
.prodet-page .prodet-1 .container .left .navbox a:hover{
  transition: 0.3s all;
  background: #000;
}
.font-40{
font-size: calc(1.3555vw + 14px) !important;
}
.font-34{
  font-size: calc(1.0385vw + 14px) !important;
}
.font-50{
    font-size: calc(1.88vw + 14px) !important;
}
.font-36{
    font-size: calc(1.1465vw + 14px) !important;
}
@media (max-width: 700px){
  #index-body .index-5 .container .list_cont .left .more{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #index-body .index-5 .container .list_cont{
    flex-wrap: wrap;
}
#index-body .index-5 .container .list_cont .left{
  width: 100%
}
#index-body .index-5 .container .list_cont .right{
  padding: 0;
    width: 100%
}
}
@media (max-width: 1250px){
  .design-page,.newdet-page{
    padding-top:  calc(2.3955vw + 14px) !important;
  }
}
@media (max-width: 500px){
  #index-body .index-8 .container .cont .right{
    /*display: none;*/
  }
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: calc(1.0455vw + 10px);
}
.seoPublic .title{
margin-bottom: calc(1.0455vw + 4px);
}
.pt-60{
  padding-top: calc(2.3955vw + 14px) !important;

}
.pb-60{
  padding-bottom: calc(2.3955vw + 14px) !important;

}
.video-page  .grid-box.three .img-box p{
  height: 100%;
}
.video-page  video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header02{
position: fixed;
width: 100%;

}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}