@font-face {
    font-family: 'mon';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mon';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mon';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
:root{
  --color:#fc5220;
}
#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: 40px;
}
#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;
}
#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: #fc5220;
}
#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: #6076f1;
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #fc5220;
  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 {
  margin-top: 5px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #fc5220;
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.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;
  font-size: 24px;
}
.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 {
  background-color: #000;
}
.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;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  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;*/
  word-break: break-word;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'mon';
  font-weight: 400;
  margin: 0 auto;
  color: #2d2d2d;
}
#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 6px;
  border: 1px solid #666;
  min-width: 110px;
  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;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#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: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.moreCont {
  background-color: #000;
  position: relative;
  z-index: 2;
}
.moreCont::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fc5220;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.shadowBgCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.shadowBgCont .list {
  width: 20%;
  position: relative;
  left: 1px;
  border-right: 1px solid #e5e5e5;
}
.menuNavCont {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.menuNavCont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.menuNavCont .contC {
  margin-left: auto;
  width: 580px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 90px 80px 0;
  height: 100%;
}
.menuNavCont .contC .cont {
  padding-right: 4px;
  overflow-y: auto;
  max-height: -webkit-calc(100% - 100px);
  max-height: -moz-calc(100% - 100px);
  max-height: calc(100% - 100px);
}
.menuNavCont .contC .cont .tag {
  margin-top: 50px;
}
.menuNavCont .contC .cont .tag em {
  color: #fc5220;
}
.menuNavCont .contC .cont .title {
  margin-top: 10px;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.menuNavCont .contC .cont .des {
  margin-top: 40px;
}
.menuNavCont .contC .close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 30px;
}
.menuNavCont .contC .close:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fc5220;
}
.menuNavCont .contC .moreCont {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.menuNavCont .contC .moreCont i {
  font-size: 20px;
  margin-left: 4px;
}
.menuNavCont.active {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid #e5e5e5;
}
#header > .nav > .menu .menu-box {
  padding-left: 80px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  padding: 10px 0;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  margin-left: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: #fc5220;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu2{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .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: 50px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #2d2d2d;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 44px;
  left: 0;
  background-color: #fc5220;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 20px;
  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;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC {
  max-width: 1200px;
  margin: auto;
  min-height: 200px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .left {
  padding: 20px 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  width: 280px;
  padding-right: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: -webkit-calc(100% - 580px);
  width: -moz-calc(100% - 580px);
  width: calc(100% - 580px);
  border-left: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C {
  position: relative;
  width: 50%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C.menu1C_pro{
  width: 70%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 .menu1-item {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 .menu1-item a {
  padding: 0 20px;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 .menu1-item a:hover {
  color: #fc5220;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 .menu1-item .menu2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  border-left: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont .menu1C .munu1 .menu1-item:hover .menu2 {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuRight {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 300px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuRight img {
  width: 100%;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-left: 36px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 26px;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .navBtn {
  width: 120px;
  height: 120px;
  background-color: #fc5220;
  margin-left: 36px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .navBtn .img {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .navBtn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -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 {
  background-color: #fff;
}
@-webkit-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-o-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#banner {
  padding-top: calc(9.38vw + 20px) !important;
}
#banner .tipsTitleC {
  padding-left: 10px;
}
#banner .tipsTitleC .tipsTitle em {
  color: #fc5220;
}
#banner .tipsTitleC .tipsTitle2 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 10px;
}
#banner .content {
  margin-top: 80px;
  position: relative;
}
#banner .content img {
  width: 100%;
}
#banner .content .moreC {
  width: 40%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#banner .content .moreC .moreCont {
  width: 50%;
  background-color: #2d2d2d;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 26px 28px;
  text-transform: uppercase;
}
#banner .content .moreC .moreCont .moreImg {
  width: 16px;
  height: 14px;
}
#banner .content .imgC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .content .imgC .list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#banner .content .imgC .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-background-size: cover;
     background-size: cover;
  left: 0;
}
#banner .content .imgC .list.active {
  z-index: 2;
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
     -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
       -o-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
          animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#banner .swiper {
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  /*height: 40vw;
  max-height: 768px;*/
}
#banner .swiper .swiper-wrapper .swiper-slide video{
  width: 100%;
  object-fit: cover;
  display: block;
}
.pl-20-2 {
  padding-left: 20px;
}
.pr-20-2 {
  padding-right: 20px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .titleC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-body .init-1 .container .titleC .tipsTitle {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  width: 520px;
}
#index-body .init-1 .container .titleC .tipsTitle em {
  color: #fc5220;
}
#index-body .init-1 .container .titleC .imgC {
  padding-right: 10px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  overflow: hidden;
  padding-top: 36px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .sub {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fc5220;
  opacity: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cat {
  padding-left: 20px;
  padding-right: 20px;
  color: #2d2d2d;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cat em {
  color: #fc5220;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide  .title {
  margin-top: 20px;
  max-width: 280px;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  font-weight: 600;

}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 80px;
  max-width: 280px;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  font-weight: 600;
  position: absolute;
  bottom: 110px;
  line-height: 40px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
  position: relative;
  -webkit-transform: translate(0%);
     -moz-transform: translate(0%);
      -ms-transform: translate(0%);
       -o-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
  margin-top: 16px;
  margin-left: auto;
  text-align: right;
  padding: 0 calc(1.88vw + 14px);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .moreCont {
  padding: 24px 20px;
  display: inline-block;
  background-color: #fc5220;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .moreCont::before {
  background-color: #fff;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .moreCont .moreImg {
  width: 16px;
  height: 14px;
  margin-left: 40px;
  display: inline-block;
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .sub {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .cat {
  opacity: 1;
  color: #fff;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .cat em{
  color: #fff;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .img {
  opacity: 1;
  -webkit-transform: translate(16%);
     -moz-transform: translate(16%);
      -ms-transform: translate(16%);
       -o-transform: translate(16%);
          transform: translate(16%);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .title {
  color: #fff;
  opacity: 0;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .moreCont::before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .moreCont .moreImg {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
#index-body .init-2 .container .tipsTitle {
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px;
  line-height: 1.6;
}
#index-body .init-2 .container .tipsTitle em {
  color: #fc5220;
}
#index-body .init-2 .container .des {
  margin-top: 20px;
  padding-left: 20px;
}
#index-body .init-2 .container .des h1{
  display: inline;
}
#index-body .init-2 .container .cont {
  position: relative;
  margin-top: 40px;
  height: 500px;
  -o-background-size: cover;
     background-size: cover;
}
#index-body .init-2 .container .cont .more {
  position: absolute;
  width: 384px;
  top: 0;
  right: 0;
  background-color: #2d2d2d;
  padding: 24px 30px;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-body .init-2 .container .cont .more .moreImg {
  width: 16px;
  height: 14px;
}
#index-body .init-2 .container .cont .text2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #2d2d2d;
  padding: 12px 17px;
}
#index-body .init-2 .container .cont .text2 em {
  color: #fc5220;
}
#index-body .init-2 .container .content ul {
  padding-left: 20px;
  padding-right: 130px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-body .init-2 .container .content ul li {
  margin-top: 40px;
}
#index-body .init-2 .container .content ul .li2{
  padding-right: 85px;
}
#index-body .init-2 .container .content ul .li3{
  padding-right: 10px;
}
#index-body .init-2 .container .content ul li .box {
  text-align: center;
}
#index-body .init-2 .container .content ul li .box .top {
  line-height: 1;
  font-size: 94px;
  font-weight: bold;
  color: #eaeaea;
}
#index-body .init-2 .container .content ul li .box .bottom {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: translateY(-68px);
     -moz-transform: translateY(-68px);
      -ms-transform: translateY(-68px);
       -o-transform: translateY(-68px);
          transform: translateY(-68px);
}
#index-body .init-2 .container .content ul li .box:hover .top {
  color: #fc5220;
}
#index-body .init-2 .container .content ul li .box:hover .bottom {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#index-body .init-3 {
  background-color: #fc5220;
}
#index-body .init-3 .container .tipsTitle {
  padding-left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
#index-body .init-3 .container .tipsTitle.is-last-active {
  position: relative;
  top: 0;
}
#index-body .init-3 .container ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  margin-top: 300px;
  z-index: 1;
  background-color: #fff;
}
#index-body .init-3 .container ul li .box {
  /*min-height: 430px;
  padding: 20px 0;*/
}
#index-body .init-3 .container ul li .box .left {
  width: 53%;
  padding: 10px 40px;
}
#index-body .init-3 .container ul li .box .left .title {
  font-weight: 600;
  text-transform: uppercase;
}
#index-body .init-3 .container ul li .box .left .des {
  color: #2d2d2d;
  margin-top: 20px;
}
#index-body .init-3 .container ul li .box .left .more {
  margin-top: 20px;
  display: inline-block;
  padding: 4px 0;
  border-bottom: 1px solid #fc5220;
  font-weight: 500;
  font-size: 16px;
}
#index-body .init-3 .container ul li .box .left .more .img {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 20px;
}
#index-body .init-3 .container ul li .box .left .more:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}
#index-body .init-3 .container ul li .box .right {
  width: 47%;
}
#index-body .init-3 .container ul li .box .right img{
  width: 100%;
}
#index-body .init-3 .container ul li::before {
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: -40px;
  left: 25px;
}
#index-body .init-3 .container ul li:first-child {
  margin-top: 0;
}
#index-body .init-3 .container ul li:first-child::before {
  opacity: 1;
}
#index-body .init-4 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .titsTitle {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
#index-body .init-4 .container .titsTitle em {
  color: #fc5220;
}
#index-body .init-4 .container .content {
  /*max-width: 1060px;*/
  margin: auto;
  padding-bottom: 60px;
  padding-top: 60px;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide{
  padding-right: calc(1.88vw + 14px);
  padding-left: 1px;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .img {
  display: block;
  background: #fff;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .img img {
  width: 100%;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .moreC {
  background-color: #fff;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .moreC .moreCont {
  padding: 24px 20px 24px 60px;
  background-color: #f7f7f7;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .moreC .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .moreC .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .title {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  line-height: 32px;
  /*min-height: 5.5em;*/
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .title:hover {
  color: #fc5220;
}
#index-body .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .imgC .des {
  color: rgba(45, 45, 45, 0.7);
  margin-top: 10px;
}
#index-body .init-4 .container .content .sPage {
  margin-top: 60px;
  text-align: center;
}
#index-body .init-4 .container .content .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 6px;
  background-color: #f9c5b6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .content .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fc5220;
}
#index-body .init-5 .container .cont1 {
  height: 440px;
}
#index-body .init-5 .container .cont1 .play {
  width: 90px;
  height: 90px;
  position: relative;
}
#index-body .init-5 .container .cont1 .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#index-body .init-5 .container .cont1 .play .cont i {
  color: #fc5220;
  font-size: 40px;
  margin-left: 6px;
}
#index-body .init-5 .container .cont1 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
     -moz-animation: ks 3s linear infinite;
       -o-animation: ks 3s linear infinite;
          animation: ks 3s linear infinite;
}
#index-body .init-5 .container .cont1 .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

#index-body .init-6 .container .tipsTitle,#index-body .init-5 .container .tipsTitle {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
#index-body .init-6 .container .tipsTitle em,#index-body .init-5 .container .tipsTitle em {
  color: #fc5220;
}
#index-body .init-6 .container .content {
  padding: 0 20px;
  margin-top: 40px;
}
#index-body .init-6 .container .content .box .imgC {
  position: relative;
}
#index-body .init-6 .container .content .box .imgC .img {
  display: block;
}
#index-body .init-6 .container .content .box .imgC img {
  width: 100%;
}
#index-body .init-6 .container .content .box .imgC .moreCont {
  padding: 24px 24px 24px 60px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#index-body .init-6 .container .content .box .imgC .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
#index-body .init-6 .container .content .box .imgC .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
#index-body .init-6 .container .content .box .time {
  color: #2d2d2d;
  margin-top: 20px;
}
#index-body .init-6 .container .content .box .title {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  line-height: 32px;
  color: #999999;
  /*min-height: 5.5em;*/
}
#index-body .init-6 .container .content .box .title:hover {
  color: #000000;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000;
}
#footer .fTop .container .left {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
}
#footer .fTop .container .left em {
  color: #fc5220;
}
#footer .fTop .container .right {
  margin-left: auto;
}
#footer .fTop .container .right form {
  color: #fff;
  border: 1px solid #fff;
}
#footer .fTop .container .right form input {
  border: none;
  padding: 30px 14px;
  background-color: rgba(255, 255, 255, 0);
  width: 230px;
}
#footer .fTop .container .right form .content {
  border-left: 1px solid #fff;
  width: 310px;
}
#footer .fTop .container .right form .submitBtn {
  background-color: #fc5220;
  padding: 30px 40px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  border-left: 1px solid #fff;
}
#footer .fTop .container .right form .submitBtn:hover {
  background-color: #000;
}
#footer .fMiddle {
  margin-top: 70px;
}
#footer .fMiddle .container ul li {
  width: 28%;
  border: 1px solid #808080;
  padding: calc(0.315vw + 14px);
  font-size: calc(0.315vw + 14px);

  text-align: center;
  color: #fff;
  position: relative;
  margin-left: -1px;
  line-height: 1.67;
  align-items: flex-start;
}
#footer .fMiddle .container ul li img{
  margin-bottom: calc(0.415vw + 14px);
}
#footer .fMiddle .container ul .mail {
  position: relative;
  left: 0;
}
#footer .fMiddle .container ul .add {
  width: 44%;
}
#footer .fBottom {
  padding-top: 30px;
}
#footer .fBottom .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .fBottom .container .listCont .first {
  margin-top: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 36px;
}
#footer .fBottom .container .listCont .list {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  /*font-weight: 500;*/
  line-height: 1.8;
}
#footer .fBottom .container .listCont .list:hover {
  color: #fff;
}
#footer .fBottom .container .listCont1 {
  width: 150px;
}
#footer .fBottom .container .listCont2 {
  width: 230px;
}
#footer .fBottom .container .listCont3 {
  width: 160px;
}
#footer .fBottom .container .listCont4 {
  width: 170px;
}
#footer .copyright {
  margin-top: 40px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  border-top: 1px solid #808080;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(77, 77, 77, 1);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: rgba(77, 77, 77, 1);
  margin-right: 10px;
  justify-content: space-between;
}
#footer .copyright .container .right ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #2f5096;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .copyright .container .right ul li a:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
#footer .copyright .container .right ul li a .img {
  width: 13px;
  height: 15px;
}
#footer .copyright .container .right ul li a.a2 {
  background-color: #28a6df;
}
#footer .copyright .container .right ul li a.a3 {
  background-color: #3ab034;
}
#footer .copyright .container .right ul li a.a4 {
  background-color: #d5307c;
}
#footer .copyright .container .right ul li a.a5 {
  background-color: #fe2b54;
}
@media (max-width: 1800px) {
  .shadowBgCont {
    display: none;
  }
  #index-body .init-2 .container .content ul .li2{
    padding-right: 0;
  }
  #index-body .init-2 .container .content ul .li3{
    padding-right: 0;
  }
}
@media (max-width: 1500px) {
  .font-50 {
    font-size: 40px;
  }
  #header > .nav > .menu .menu-box {
    padding: 0 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 0;
  }
  #header > .nav > .menu .menu-box .right .navBtn {
    display: none;
  }
}
@media (max-width: 1250px) {
  .font-50 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 32px;
  }
  #header > .nav {
    padding-top: 10px;
  }
  #header > .nav > .menu .menu-box .left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header > .nav > .menu .menu-box .menu_c {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
       -moz-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
    padding: 10px 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
    bottom: 6px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: auto;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .left {
    font-size: 20px;
    width: 200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuRight {
    width: 200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu2 .contC .menuCont {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
  }
  .shadowBgCont {
    display: none;
  }
  #banner .content .moreC {
    width: 260px;
  }
  #banner .content .moreC .moreCont {
    width: 100%;
  }
  #index-body .init-1 .container .titleC .tipsTitle {
    padding: 0;
  }
  #index-body .init-2 .container .tipsTitle {
    padding-left: 0;
  }
  #index-body .init-2 .container .des {
    padding-left: 0;
  }
  #index-body .init-4 .container .titsTitle{
    padding: 0;
  }
  #index-body .init-6 .container .tipsTitle {
    padding: 0;
  }
  #index-body .init-6 .container .content {
    padding: 0;
    margin-top: 20px;
  }
  #footer .fTop .container .left {
    width: 100%;
  }
  #footer .fTop .container .right {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .fMiddle .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .tipsTitleC {
    padding-right: 10px;
  }
  #footer .fMiddle .container ul li {
    width: 100%;
  }
  #footer .fMiddle .container ul .add {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .tipsTitleC {
    padding: 0;
  }
  #banner .swiper {
    /*padding-bottom: 60px;*/
  }
  #banner .content .moreC {
    width: 100%;
  }
  #banner .content .moreC .moreCont {
    padding: 10px;
  }
  #banner .content .imgC {
    top: 40px;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
  }
  #footer .fTop .container .right {
    width: 100%;
  }
  #footer .fTop .container .right form {
    width: 100%;
  }
  #footer .fTop .container .right form input {
    width: 100%;
    padding: 16px 10px;
  }
  #footer .fTop .container .right form .content {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
  }
  #footer .fTop .container .right form .submitBtn {
    width: 100%;
    padding: 14px 10px;
    text-align: center;
    border: none;
    border-top: 1px solid #fff;
  }
  #footer .fMiddle {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .font-50 {
    font-size: 24px;
    line-height: 40px!important;
  }
  .font-36 {
    font-size: 24px;
    line-height: 40px;
  }
  .font-28 {
    font-size: 22px;
    line-height: 1.8;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.8!important;
  }
  .font-20 {
    font-size: 18px;
  }
  #banner .tipsTitleC .tipsTitle2 {
    line-height: 1.6;
  }
  #banner .content {
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
    display: block;
    margin: auto;
    opacity: 1;
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
    max-width: 100%;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .moreCont {
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .img {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  #index-body .init-4 .container .content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #index-body .init-4 .container .content .sPage {
    margin-top: 20px;
  }
  #footer .fMiddle .container ul li {
    font-size: 18px;
  }
}
.inner-banner2 {
  padding-top:calc(2.3955vw + 14px);
  margin-top: 120px;
}
.inner-banner2 .cont .mbx {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner2 .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner2 .cont .mbx a:hover {
  color: #fc5220;
}
.inner-banner2 .cont .cat {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
.inner-banner2 .imgC {
  position: relative;
  height: 500px;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 40px;
}
.inner-banner2 .imgC .more {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  background-color: #fff;
}
.inner-banner2 .imgC .more .moreCont {
  min-width: 385px;
  background-color: #fff;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 30px;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.inner-banner2 .imgC .more .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
.inner-banner2 .imgC .more .moreCont:hover {
  color: #fff;
}
.inner-banner2 .imgC .more .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fc5220;
  color: #fc5220;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin: 2px 6px;
}
.m-page a:hover,
.m-page span:hover,
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #fc5220;
}
.product-page .init-1 .container .contC .left {
  width: 31%;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-page .init-1 .container .contC .right {
  width: 67%;
  margin-left: auto;
  padding: 0 30px;
  max-height: 300px;
  overflow-y: auto;
}
.product-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-2 .container ul{
  display: flex;
  flex-wrap: wrap;
}
.product-page .init-2 .container ul li {
  margin-top: -1px;
}
.product-page .init-2 .container ul li .box {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 50px;
  padding-bottom: 80px;
}
.product-page .init-2 .container ul li .box .imgC {
  position: relative;
  /*background-color: #f7f7f7;*/
}
.product-page .init-2 .container ul li .box .imgC .img {
  display: block;
  margin-top: 30px;
}
.product-page .init-2 .container ul li .box .imgC .moreCont {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 22px 22px 22px 60px;
}
.product-page .init-2 .container ul li .box .imgC .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
.product-page .init-2 .container ul li .box .imgC .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.product-page .init-2 .container ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  /*min-height: 6.8rem;*/
}
.product-page .init-2 .container ul li .box .title:hover {
  color: #fc5220;
}
.product-page .init-2 .container ul li .box .des {
  margin-top: 10px;
  /*overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .pageC {
  padding: 40px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  margin-top: -1px;
}
.prodet-page .init-1 .contC {
  background-color: #f7f7f7;
}
.prodet-page .init-1 .contC .left {
  width: -webkit-calc(100% - 450px);
  width: -moz-calc(100% - 450px);
  width: calc(100% - 450px);
  padding: 100px 30px;
}
.prodet-page .init-1 .contC .left .moreCont{
  margin-top: 30px;
    padding: 18px 30px;
    color: #fff;
    text-transform: uppercase;
}
.prodet-page .init-1 .contC .left .moreCont .moreImg {
    margin-left: 20px;
    width: 18px;
    height: 14px;
}
.prodet-page .init-1 .contC .right {
  width: 450px;
  padding: 15px;
}
.prodet-page .init-1 .contC .right .bigImg ul {
  margin: 0 -10px;
}
.prodet-page .init-1 .contC .right .bigImg ul li {
  padding: 0 10px;
}
.prodet-page .init-1 .contC .right .bigImg ul li a {
  display: block;
}
.prodet-page .init-1 .contC .right .bigImg ul li a img {
  width: 100%;
}
.prodet-page .init-1 .contC .right .smallImg {
  margin-top: 10px;
}
.prodet-page .init-1 .contC .right .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .init-1 .contC .right .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .init-1 .contC .right .smallImg ul li .img {
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}
.prodet-page .init-1 .contC .right .smallImg ul li .img img {
  width: 100%;
}
.prodet-page .init-1 .contC .right .smallImg ul .slick-current .img {
  border: 1px solid #fc5220;
}
.prodet-page .init-2 .container {
  background-color: #fff;
}
.prodet-page .init-2 .container .tipsTitle {
  width: 34%;
  padding: 60px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .listC {
  position: relative;
  z-index: 2;
  width: 34%;
  padding-left: 30px;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .listC .list {
  position: relative;
  padding: 20px 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(229, 229, 229, 0);
}
.prodet-page .init-2 .container .content .listC .list::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -4px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-2 .container .content .listC .list.active {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-right: 1px solid rgba(229, 229, 229, 0);
  color: #fc5220;
}
.prodet-page .init-2 .container .content .listC .list.active::before {
  opacity: 1;
}
.m-link{
  padding: 40px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.m-link a{
  display: block;
  margin-top: 6px;
  transition: all .5s;
  font-size: 16px;
  line-height: 30px;
}
.m-link a:hover{
  color: #fc5220;
}
.prodet-page .init-2 .container .content .contentC {
  padding-right: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.prodet-page .init-2 .container .content .contentC .list {
  padding: 0 ;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.prodet-page .init-2 .container .content .contentC .list .listC2{
  padding:  0;
}
.prodet-page .init-2 .container .content .contentC .list table{
  width: 100% !important;
}
.prodet-page .init-2 .container .content .contentC .list strong {
  font-weight: 600;
  font-size: 18px;
}
.productPublic .init-1 .container {
  background-color: #fff;
}
.productPublic .init-1 .container .contC {
  background-color: #f7f7f7;
}
.productPublic .init-1 .container .contC .left {
  width: 50%;
}
.productPublic .init-1 .container .contC .left img {
  width: 100%;
}
.productPublic .init-1 .container .contC .right {
  width: 50%;
}
.productPublic .init-1 .container .contC .right .cont {
  padding: 90px 60px;
}
.productPublic .init-1 .container .contC .right .cont .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
}
.productPublic .init-1 .container .contC .right .cont .des {
  margin-top: 15px;
}
.productPublic .init-1 .container .contC .right .cont .moreCont {
  margin-top: 30px;
  padding: 18px 30px;
  color: #fff;
  text-transform: uppercase;
}
.productPublic .init-1 .container .contC .right .cont .moreCont .moreImg {
  margin-left: 20px;
  width: 18px;
  height: 14px;
}
.productPublic .init-2 {
  margin-top: 100px;
}
.productPublic .init-2 .container {
  border-bottom: 1px solid #e5e5e5;
}
.productPublic .init-2 .container .tipsTitle {
  width: 34%;
  font-weight: 600;
  text-transform: uppercase;
}
.productPublic .init-2 .container .content {
  padding-bottom: 40px;
  margin-top: 40px;
}
.productPublic .init-2 .container .content ul li {
  padding: 0 50px;
}
.productPublic .init-2 .container .content ul li a {
  display: block;
}
.productPublic .init-2 .container .content ul li a img {
  width: 100%;
}
.productPublic .init-2 .container .content ul li .imgC {
    position: relative;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 22px 22px 22px 60px;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont .moreImg {
    width: 18px;
    display: block;
    height: 14px;
}
.productPublic .init-2 .container .content ul li .imgC .moreCont:hover .moreImg{
  filter: grayscale(1) brightness(5);
}
.productPublic .init-2 .container .content ul li .text {
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
  line-height: 2;
  /*min-height: 7.2em;*/
}
.productPublic .init-3 .container {
  padding-top: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.productPublic .init-3 .container .contShadow{
  height: 100px;
  background: #fff;
}
.productPublic .init-3 .container ul li .box{
  background: #f7f7f7;
}
.productPublic .init-3 .container ul li .box .img {
  width: 50%;
  display: block;
}
.productPublic .init-3 .container ul li .box .img .img {
  width: 100%;
}
.productPublic .init-3 .container ul li .box .right {
  width: 50%;
  padding: 80px;
}
.productPublic .init-3 .container ul li .box .right .type em {
  color: #fc5220;
}
.productPublic .init-3 .container ul li .box .right .title {
  font-weight: 600;
  margin-top: 20px;
  display: block;
  line-height: 40px;
}
.productPublic .init-3 .container ul li .box .right .des {
  margin-top: 20px;
}
.productPublic .init-3 .container ul li .box .right .moreC {
  margin-top: 20px;
}
.productPublic .init-3 .container ul li .box .right .moreC .more {
  position: relative;
  color: #000;
  overflow: hidden;
}
.productPublic .init-3 .container ul li .box .right .moreC .more .moreImg {
  width: 18px;
  height: 14px;
          filter: grayscale(1);
  margin-left: 10px;
}
.productPublic .init-3 .container ul li .box .right .moreC .more::before,
.productPublic .init-3 .container ul li .box .right .moreC .more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fc5220;
}
.productPublic .init-3 .container ul li .box .right .moreC .more::after {
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover{
  color: #fc5220;
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover .moreImg{
  filter: grayscale(0);
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover::before {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.productPublic .init-3 .container ul li .box .right .moreC .more:hover::after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.productPublic .init-4 .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.productPublic .init-4 .container .title {
  font-weight: 600;
  text-transform: uppercase;
}
.productPublic .init-4 .container .text {
  margin-top: 20px;
}
.productPublic .init-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.productPublic .init-5 .tipsTitle {
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.productPublic .init-5 .container .swiper {
  width: 100%;
}
.productPublic .init-5 .container ul li .box {
  padding: 0 50px;
}
.productPublic .init-5 .container ul li .box .imgC {
  position: relative;
  background-color: #f7f7f7;
}
.productPublic .init-5 .container ul li .box .imgC .img {
  display: block;
}
.productPublic .init-5 .container ul li .box .imgC .moreCont {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 22px 22px 22px 60px;
}
.productPublic .init-5 .container ul li .box .imgC .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
.productPublic .init-5 .container ul li .box .imgC .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.productPublic .init-5 .container ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  line-height: 1.6;
  /*min-height: 6.6em;*/
}
.productPublic .init-5 .container ul li .box .title:hover {
  color: #fc5220;
}
.productPublic .init-5 .container ul li .box .des {
  margin-top: 10px;
  /*overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
}
.productPublic .init-5 .container .pageC {
  padding: 40px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
}
@media (max-width: 1800px) {
  .pr-20-2 {
    padding-right: 0;
  }
  .pl-20-2 {
    padding-left: 0;
  }
  .inner-banner2 .imgC .more .moreCont{
    border-right: none;
    min-width: 280px;
  }
  .prodet-page .init-2 .container .tipsTitle {
    width: 100%;
    border: none;
    padding: 40px 0;
  }
  .prodet-page .init-2 .container .content .listC {
    padding-left: 0;
  }
  .productPublic .init-2 .container .tipsTitle {
    width: 100%;
  }
  .prodet-page .init-2 .container .content .contentC .list{
    border-right: none;
  }
}
@media (max-width: 1500px) {
  .product-page .init-2 .container ul li .box {
    padding: 40px 20px;
  }
}
@media (max-width: 1250px) {
  .productPublic .init-2 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .m-link{
    padding: 0;
  }
  .inner-banner2 {
    margin-top: 0;
  }
  .product-page .init-1 .container .contC .left {
    width: 100%;
    padding: 0;
  }
  .product-page .init-1 .container .contC .right {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .prodet-page .init-1 .contC .left {
    width: 100%;
    padding: 20px;
  }
  .prodet-page .init-1 .contC .right {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .left {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .right {
    width: 100%;
  }
  .productPublic .init-1 .container .contC .right .cont {
    padding: 20px 16px;
  }
  .productPublic .init-3 .container ul li .box .img {
    width: 100%;
  }
  .productPublic .init-3 .container ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }

  
        #cp-Nav {
          margin-top: 20px;
            display: block;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #fc5220;
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #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;
        }
}
@media (max-width: 700px) {
  .inner-banner2 .imgC {
    margin-top: 80px;
    height: 32vw;
  }
  .inner-banner2 .imgC .more {
    left: 0;
    top: -44px;
  }
  .inner-banner2 .imgC .more .moreCont {
    padding: 10px 20px;
  }
  .productPublic .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .content .listC {
    width: 100%;
  }
  .prodet-page .init-2 .container .content .listC .list {
    border: 1px solid #e5e5e5;
  }
  .prodet-page .init-2 .container .content .listC .list.active {
    border: 1px solid #e5e5e5;
  }
  .prodet-page .init-2 .container .content .contentC {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .content .listC .list::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 .container ul li .box {
    padding: 40px 0;
  }
  .product-page .init-2 .container .pageC {
    padding: 20px 10px;
  }
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .productPublic .init-1 .container .contC .right .cont .des {
    margin-top: 20px;
  }
  .productPublic .init-2 {
    margin-top: 40px;
  }
  .productPublic .init-2 .container .content {
    margin-top: 20px;
  }
  .productPublic .init-3 .container {
    padding-top: 40px;
  }
  .productPublic .init-3 .container .contShadow{
    height: 40px;
  }
  .productPublic .init-4 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.solution-page .init-1 {
  padding: 100px 0;
}
.solution-page .init-1 .container .left {
  width: 33.33%;
  font-weight: 600;
  padding: 0 30px;
  font-size: 36px;
  text-transform: uppercase;
}
.solution-page .init-1 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-1 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-2 {
  padding-bottom: 100px;
  padding-top: 60px;
  background-color: #f7f7f7;
}
.solution-page .init-2 .container .tipsTitle {
  max-width: 520px;
  font-weight: 600;
  text-transform: uppercase;
}
.solution-page .init-2 .container .content ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
  margin-top: 80px;
  background-color: #fff;
  z-index: 2;
}
.solution-page .init-2 .container .content ul li::before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  top: -20px;
  left: 20px;
  background-color: #f7f8f9;
  z-index: -1;
}
.solution-page .init-2 .container .content ul li .box {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.solution-page .init-2 .container .content ul li .box .titleC {
  text-transform: uppercase;
  margin: 0 60px;
  padding-bottom: 20px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.solution-page .init-2 .container .content ul li .box .titleC .left {
  font-weight: 600;
  width: 520px;
  margin-right: 10px;
}
.solution-page .init-2 .container .content ul li .box .content {
  padding: 30px 60px 50px;
}
.solution-page .init-2 .container .content ul li:not(:first-child)::before {
  display: none;
}
.solution-page .init-3 .container {
  padding-top: 100px;
  background-color: #fff;
}
.solution-page .init-3 .container .cont {
  position: relative;
}
.solution-page .init-3 .container .cont .img {
  height: 600px;
  -o-background-size: cover;
     background-size: cover;
}
.solution-page .init-3 .container .cont .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.33%;
  background-color: #fff;
  padding: 30px 20px;
}
.solution-page .init-3 .container .cont .text em {
  color: #fc5220;
}
.solution-page .init-4 {
  padding-top: 80px;
}
.solution-page .init-4 .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.solution-page .init-4 .container .left {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .middle img {
  width: 100%;
}
.solution-page .init-4 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.solution-page .init-4 .container .right img {
  width: 100%;
  display: block;
  margin-top: 180px;
}
.solution-page .init-5 .container {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}
.solution-page .init-5 .container .cont {
  max-width: 830px;
  margin: auto;
}
.solution-page .init-5 .container .titleC em {
  margin-right: 5px;
  color: #fc5220;
}
.solution-page .init-5 .container .des {
  font-weight: 600;
  margin-top: 20px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 100px 50px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 80px;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 60px;
  line-height: 40px;
  min-height: 5.1rem;
}
.solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 20px;
}
.solution-page .init-7 {
  position: relative;
  z-index: 2;
}
.solution-page .init-7 .shadowC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-page .init-7 .shadowC .left {
  width: 57%;
  background-color: #191817;
}
.solution-page .init-7 .shadowC .right {
  width: 43%;
  background-color: #fc5220;
}
.solution-page .init-7 .container .left {
  padding: 100px 80px 100px 0;
  width: 62%;
}
.solution-page .init-7 .container .left .title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.solution-page .init-7 .container .left .des {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 40px;
  line-height: 32px;
}
.solution-page .init-7 .container .left .line {
  height: 1px;
  background-color: #565757;
  margin-top: 60px;
}
.solution-page .init-7 .container .left .imgList {
  padding-top: 20px;
}
.solution-page .init-7 .container .left .imgList img {
  margin-right: 30px;
  margin-top: 20px;
  max-width: 200px;
}
.solution-page .init-7 .container .right {
  width: 38%;
  padding: 100px 0 100px 40px;
}
.solution-page .init-7 .container .right .contC {
  width: 100%;
}
.solution-page .init-7 .container .right ul li .box {
  word-break: break-word;
  color: #fff;
}
.solution-page .init-7 .container .right ul li .box .title {
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
}
.solution-page .init-7 .container .right .sPage {
  margin-top: 50px;
}
.solution-page .init-7 .container .right .sPage .btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}
.solution-page .init-7 .container .right .sPage .btn .btnImg {
  width: 18px;
  height: 18px;
}
.solution-page .init-7 .container .right .sPage .btn:hover {
  background-color: #fc5220;
}
.solution-page .init-7 .container .right .sPage .btn:hover .btnImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.solution-page .init-7 .container .right .sPage .btn.prev .btnImg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .solution-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .init-1 .container .middle {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-2 .container .content ul li .box .titleC .left {
    margin-right: 0;
    width: 100%;
  }
  .solution-page .init-2 .container .content ul li .box .titleC .right {
    margin-top: 20px;
  }
  .solution-page .init-2 .container .content ul li {
    position: relative;
    top: 0;
  }
  .solution-page .init-3 .container .cont .text {
    position: relative;
    width: 100%;
  }
  .solution-page .init-4 .container .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .init-4 .container .middle {
    padding: 0;
    margin-top: 20px;
  }
  .solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 60px 0;
  }
  .solution-page .init-7 .shadowC {
    display: none;
  }
  .solution-page .init-7 .container .left {
    background-color: #000;
    width: 100%;
    padding: 60px 40px;
  }
  .solution-page .init-7 .container .right {
    width: 100%;
    padding: 60px 40px;
    background-color: #fc5220;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-2 .container .content ul li .box .titleC {
    margin: 0 16px;
  }
  .solution-page .init-2 .container .content ul li .box .content {
    padding: 20px 16px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 {
    padding: 40px 0;
  }
  .solution-page .init-2 {
    padding: 40px 0;
  }
  .solution-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .solution-page .init-3 .container {
    padding-top: 40px;
  }
  .solution-page .init-3 .container .cont .text {
    padding: 20px 16px;
  }
  .solution-page .init-4 {
    padding-top: 40px;
  }
  .solution-page .init-4 .container .middle {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .solution-page .init-4 .container .right img {
    margin-top: 0;
  }
  .solution-page .init-5 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .title {
    margin-top: 20px;
  }
  .solution-page .init-7 .container .left {
    padding: 40px 16px;
  }
  .solution-page .init-7 .container .left .des {
    margin-top: 20px;
  }
  .solution-page .init-7 .container .left .line {
    margin-top: 10px;
  }
  .solution-page .init-7 .container .left .imgList img {
    margin-right: 10px;
  }
  .solution-page .init-7 .container .right {
    padding: 40px 16px;
  }
}
.manufacturing-page .init-1 {
  margin-top: 100px;
}
.manufacturing-page .init-1 .container {
  background-color: #f7f7f7;
}
.manufacturing-page .init-1 .container .left {
  padding: 100px 80px;
  font-weight: 500;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
}
.manufacturing-page .init-1 .container .left .text {
  max-width: 600px;
  line-height: 1.8;
}
.manufacturing-page .init-1 .container .right {
  padding-right: 20px;
  width: 400px;
  position: relative;
  top: -20px;
}
.manufacturing-page .init-1 .container .right img {
  width: 100%;
}
.manufacturing-page .init-2 .container .content .listC {
  border-bottom: 1px solid #e5e5e5;
}
.manufacturing-page .init-2 .container .content .listC .list {
  padding-top: 100px;
}
.manufacturing-page .init-2 .container .content .listC .list .left {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding: 0 30px;
  width: 33.33%;
  padding-bottom: 60px;
}
.manufacturing-page .init-2 .container .content .listC .list .left .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(0.8345vw + 14px);
}
.manufacturing-page .init-2 .container .content .listC .list .left .des {
  margin-top: 50px;
}
.manufacturing-page .init-2 .container .content .listC .list .right {
  padding-bottom: 100px;
  width: 66.66%;
  padding-top: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.manufacturing-page .init-2 .container .content .listC .list .right .listImg {
  width: 100%;
  padding: 0 30px;
  margin-top: 70px;
}
.manufacturing-page .init-2 .container .content .listC .list .right .listImg:nth-child(2n) {
  position: relative;
  top: 70px;
}
.manufacturing-page .init-3 {
  background-color: #fff;
  height: 80px;
}
@media (max-width: 1000px) {
  .manufacturing-page .init-1 .container .left {
    width: 100%;
    padding: 60px 0;
  }
  .manufacturing-page .init-1 .container .right {
    width: 100%;
    top: 0;
    padding-right: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .manufacturing-page .init-1 {
    margin-top: 40px;
  }
  .manufacturing-page .init-1 .container .left {
    padding: 40px 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list {
    padding-top: 40px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg {
    width: 100%;
    padding: 0;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg:nth-child(2n) {
    top: 0;
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .left .des {
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right .listImg {
    margin-top: 20px;
  }
  .manufacturing-page .init-2 .container .content .listC .list .right {
    padding-bottom: 20px;
  }
  .manufacturing-page .init-3 {
    height: 40px;
  }
}
.technology-page .init-1 {
  padding: 100px 0;
}
.technology-page .init-1 .container .left {
  font-weight: 600;
  text-transform: uppercase;
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-1 .container .middle {
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-1 .container .right {
  width: 33.33%;
  padding: 0 30px;
}
.technology-page .init-2 .container .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  width: 33.33%;
  padding: 0 20px;
}
.technology-page .init-2 .container .content .left {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 20px;
}
.technology-page .init-2 .container .content .right {
  width: 66.66%;
}
.technology-page .init-2 .container .content .right .listImg {
  width: 50%;
  padding: 0 30px;
  padding-top: 30px;
}
.technology-page .init-2 .container .content .right .listImg:nth-child(2n) {
  margin-top: 200px;
}
.technology-page .init-3 {
  padding-top: 100px;
}
.technology-page .init-3 .container .left {
  width: 50%;
  min-height: 200px;
  -o-background-size: cover;
     background-size: cover;
}
.technology-page .init-3 .container .right {
  width: 50%;
  background-color: #191817;
}
.technology-page .init-3 .container .right .cont {
  padding: 100px 50px;
  color: #fff;
}
.technology-page .init-3 .container .right .cont .title {
  font-weight: 600;
  text-transform: uppercase;
}
.technology-page .init-3 .container .right .cont .des {
  margin-top: 30px;
}
.technology-page .init-4 {
  padding-top: 100px;
}
.technology-page .init-4 .container .titleC {
  width: 33.33%;
  padding: 0 20px;
}
.technology-page .init-4 .container .titleC .tipsTitle em {
  color: #fc5220;
  margin-right: 6px;
}
.technology-page .init-4 .container .titleC .tipsTitle2 {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.technology-page .init-4 .container .content {
  margin-top: 40px;
}
.technology-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.technology-page .init-4 .container .content ul li .box .title {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.technology-page .init-4 .container .content ul li .box .img {
  display: block;
}
.technology-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.technology-page .init-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.technology-page .init-5 .container .titleC .left {
  width: 33.33%;
  padding: 0 20px;
  font-weight: 600;
}
.technology-page .init-5 .container .titleC .right {
  width: 33.33%;
  margin-left: auto;
  padding: 0 20px;
}
.technology-page .init-5 .container .content {
  position: relative;
  margin-top: 30px;
}
.technology-page .init-5 .container .content .moreCont {
  width: 33.33%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 30px;
  background-color: #fc5220;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 260px;
}
.technology-page .init-5 .container .content .moreCont::before {
  background-color: #000;
}
.technology-page .init-5 .container .content .moreCont .moreImg {
  width: 18px;
  height: 14px;
}
@media (max-width: 1000px) {
  .technology-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-1 .container .middle {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .technology-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .content .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .content .right {
    width: 100%;
  }
  .technology-page .init-2 .container .content .right .listImg:nth-child(2n) {
    margin-top: 0;
  }
  .technology-page .init-3 .container .left {
    display: none;
  }
  .technology-page .init-3 .container .right {
    width: 100%;
  }
  .technology-page .init-4 {
    padding-top: 40px;
  }
  .technology-page .init-4 .container .titleC {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-4 .container .content ul li {
    padding: 0;
  }
  .technology-page .init-5 .container .titleC .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-5 .container .titleC .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .technology-page .init-5 .container .content .moreCont {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 500px) {
  .technology-page .init-1 {
    padding: 40px 0;
  }
  .technology-page .init-2 .container .content .right .listImg {
    width: 100%;
    padding: 20px 0 0;
  }
  .technology-page .init-3 {
    padding-top: 40px;
  }
  .technology-page .init-3 .container .right .cont {
    padding: 40px 16px;
  }
  .technology-page .init-5 {
    padding: 40px 0;
  }
  .technology-page .init-5 .container .content .moreCont {
    padding: 10px 6px;
  }
}
.download-page .init-1 {
  padding-top: 100px;
}
.download-page .init-1 .container .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .init-1 .container .content {
  padding-top: 40px;
}
.download-page .init-1 .container .content ul {
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .init-1 .container .content ul li {
  padding: 0 30px;
  margin-top: 40px;
}
.download-page .init-1 .container .content ul li .box .imgC {
  position: relative;
}
.download-page .init-1 .container .content ul li .box .imgC img {
  width: 100%;
}
.download-page .init-1 .container .content ul li .box .moreCont {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background-color: #fff;
}
.download-page .init-1 .container .content ul li .box .moreCont .moreImg {
  width: 30px;
  height: 30px;
}
.download-page .init-1 .container .content ul li .box .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.download-page .init-1 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
}
.download-page .init-1 .container .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .download-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .download-page .init-1 {
    padding-top: 40px;
  }
  .download-page .init-1 .container .content {
    padding-top: 10px;
  }
  .download-page .init-1 .container .content ul li {
    padding: 0;
  }
}
.project-page .init-1 {
  padding-top: 120px;
  padding-bottom: 80px;
}
.project-page .init-1 .container .left {
  font-weight: 600;
  text-transform: uppercase;
}
.project-page .init-1 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.project-page .init-2 .container .content ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.project-page .init-2 .container .content ul li {
  margin-bottom: -1px;
  border-bottom: 1px solid #e5e5e5;
}
.project-page .init-2 .container .content ul li .box {
  height: 100%;
}
.project-page .init-2 .container .content ul li .box .text {
  padding: 10px;
  font-weight: 600;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
.project-page .init-2 .container .content ul li .box .img {
  width: 110px;
}
.project-page .init-2 .container .content ul li .box:hover {
  background-color: #f7f7f7;
}
.project-page .init-2 .container .content ul li .box:hover .text {
  color: #fc5220;
}
.project-page .init-2 .container .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.projectdet-page .init-3 .tipsTitle{
  font-weight: 600;
  text-transform: uppercase;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 50px 50px 100px 50px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 80px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 30px;
  line-height: 40px;
}
.projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .project-page .init-1 .container .list {
    width: 100%;
    padding: 0;
  }
  .project-page .init-1 .container .middle {
    margin-top: 20px;
  }
  .project-page .init-1 .container .right {
    margin-top: 20px;
  }
  .project-page .init-2 .container .content ul li {
    width: 50%;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 80px 16px;
  }
  .project-page .init-2 .container .content ul li .box{
    text-align: center;
  }
}
@media (max-width: 700px) {
  .project-page .init-2 .container .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .project-page .init-1 {
    padding: 40px 0;
  }
  .project-page .init-2 .container .content ul li .box .text {
    width: 100%;
  }
  .project-page .init-2 .container .content ul li .box .img {
    padding: 10px;
    width: 200px;
    padding-top: 0;
    margin-left: 25%;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 40px 0;
  }
  .projectdet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.video-page .init-1 {
  padding-top: 60px;
}
.video-page .init-1 .container .tipsTitle {
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.video-page .init-1 .container .content ul {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.video-page .init-1 .container .content ul li {
  margin-bottom: -1px;
  padding: 40px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.video-page .init-1 .container .content ul li .imgC {
  position: relative;
}
.video-page .init-1 .container .content ul li .imgC img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
.video-page .init-1 .container .content ul li .imgC .play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: #fc5220;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
}
.video-page .init-1 .container .content ul li .imgC .play:hover {
  background-color: #fff;
  color: #fc5220;
}
.video-page .init-1 .container .content ul li .title {
  margin-top: 20px;
  font-weight: 600;
}
.video-page .init-1 .container .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .video-page .init-1 .container .content .tipsTitle {
    padding: 30px 0 0;
  }
  .video-page .init-1 .container .content ul li {
    width: 50%;
    padding: 30px 10px;
  }
}
@media (max-width: 500px) {
  .video-page .init-1 {
    padding-top: 40px;
  }
  .video-page .init-1 .container .content ul li {
    width: 100%;
    padding: 20px 0 20px;
    text-align: center;
  }
}
.news-page  .container{
  padding: 0;
}
.news-page .init-1 {
  padding-top: 80px;
}
.news-page .init-1 .container {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.news-page .init-1 .container .list {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 30px;
  width: 33.33%;
  line-height: 1.6;
}
.news-page .init-1 .container .list:hover,
.news-page .init-1 .container .list.active {
  background-color: #fc5220;
  color: #fff;
}
.news-page .init-2 .container .tipsTitle {
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 80px;
}
.news-page .init-2 .container .content {
  border-bottom: 1px solid #e5e5e5;
}
.news-page .init-2 .container .content ul{
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container .content ul li {
  padding: 40px 30px;
  margin-bottom: -1px;
  border-bottom: 1px solid #e5e5e5;
}
.news-page .init-2 .container .content ul li .box .img {
  display: block;
}
.news-page .init-2 .container .content ul li .box .cat {
  margin-top: 20px;
}
.xinwen{
  font-size: 18px;
  line-height: 32px;
  /*min-height: 6em;*/
}
.riqi{
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
}
.news-page .init-2 .container .content ul li .box .title {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box .title:hover {
  color: #fc5220;
}
.news-page .init-2 .container .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.newdet-page .init-1 {
  padding-top: 80px;
}
.newdet-page .init-1 .container .contC {
  padding: 0 30px;
  background: #fff;
}
.newdet-page .init-1 .container .contC .time {
  text-align: center;
}
.newdet-page .init-1 .container .contC .title {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.6;
}
.newdet-page .init-1 .container .contC .des {
  margin-top: 40px;
  line-height: 2;
}
.newdet-page .init-1 .container .contC .contentC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
.newdet-page .init-1 .container .contC .contentC .left {
  margin-top: 10px;
}
.newdet-page .init-1 .container .contC .contentC .left .btn {
  width: 80px;
  padding: 6px 10px;
  background-color: #e5e5e5;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.newdet-page .init-1 .container .contC .contentC .left .btn:hover {
  background-color: #fc5220;
  color: #fff;
}
.newdet-page .init-1 .container .contC .contentC .right {
  margin-top: 10px;
}
.newdet-page .init-1 .container .contC .contentC .right ul li {
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  font-size: 18px;
}
.newdet-page .init-1 .container .contC .contentC .right ul li:hover {
  color: #fc5220;
}
@media (max-width: 1000px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container .tipsTitle {
    padding: 80px 0 0;
  }
  .news-page .init-2 .container .content ul li {
    padding: 40px 10px;
  }
  .newdet-page .init-1 .container .contC {
    padding: 0;
  }
  .newdet-page .init-1 .container .contC .contentC .right {
    width: 100%;
    margin-top: 20px;
  }
  .productPublic .init-5 .tipsTitle {
    padding: 0;
  }
  .productPublic .init-5 .container ul li .box {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .news-page .init-2 .container .tipsTitle {
    padding-top: 40px;
  }
  .news-page .init-2 .container .content ul li {
    padding: 20px 0;
  }
  .newdet-page .init-1 {
    padding-top: 40px;
  }
  .newdet-page .init-1 .container .contC .des {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .contC .contentC {
    padding-top: 20px;
  }
  .productPublic .init-5 {
    margin: 40px 0;
  }
  .productPublic .init-5 .tipsTitle {
    margin-bottom: 20px;
  }
}
.faq-page .tipsTitle {
  padding-top: 60px;
  text-align: center;
  font-weight: 600;
}
.faq-page .list {
  margin-top: 60px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.faq-page .list ul li {
  padding: 35px 30px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.6;
}
.faq-page .list ul li h6 {
  font-weight: 600;
  padding-right: 80px;
  position: relative;
}
.faq-page .list ul li h6 i {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #c3c3c3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .list ul li h6 i:after,
.faq-page .list ul li h6 i:before {
  content: '';
  width: 20px;
  height: 3px;
  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%);
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .list ul li h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
     transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .list ul li h6 i.active {
  background: black;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
     transform: translateY(-50%) rotate(45deg);
}
.faq-page .list ul li .text {
  margin-top: 20px;
  color: #a5a5a5;
  display: none;
  line-height: 40px;
}
.faq-page .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.faq-page .list ul li h6 i.active:after,
.faq-page .list ul li h6 i.active:before {
  background: white;
}
@media (max-width: 500px) {
  .faq-page .list {
    margin-top: 30px;
  }
  .faq-page .list ul li {
    padding: 20px 0;
  }
  .faq-page .list ul li h6 {
    padding-right: 50px;
  }
  .faq-page .list ul li h6 i {
    width: 40px;
    height: 40px;
  }
}
.custom-page .init-1 .container .contC {
  padding: 0 20px;
}
.custom-page .init-1 .container .contC .tipsDes {
  max-width: 530px;
  padding-top: 40px;
}
.custom-page .init-1 .container .contC .tipsTitle {
  font-weight: 600;
  margin-top: 20px;
}
.custom-page .init-1 .container .contC .content {
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-page .init-1 .container .contC .content .list {
  margin-top: 20px;
  width: 22%;
}
.custom-page .init-1 .container .contC .content .list2{
  margin-right: 10px;
}
.custom-page .init-1 .container .contC .content .list3{
  margin-right: 100px;
}
.custom-page .init-1 .container .contC .content .list i {
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
  color: #fc5220;
  width: 26px;
}
.custom-page .init-1 .container .contC .content .list span {
  padding-left: 10px;
  width: -webkit-calc(100% - 26px);
  width: -moz-calc(100% - 26px);
  width: calc(100% - 26px);
  line-height: 2;
}
.custom-page .init-2 .container {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.custom-page .init-2 .container .left {
  padding-left: 30px;
  width: 50%;
}
.custom-page .init-2 .container .left form ul {
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-page .init-2 .container .left form ul li {
  margin-top: 20px;
  width: 48%;
}
.custom-page .init-2 .container .left form ul li input,
.custom-page .init-2 .container .left form ul li textarea {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #e6e9eb;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 30px;
}
@keyframes ks2_2 {
  0% {
    transform: rotate(15deg);
  }
  50%{
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.custom-page .init-2 .container .left form ul li .moreCont {
  color: #fff;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 230px;
  /*font-weight: 600;*/
  text-transform: uppercase;
  cursor: pointer;
}
.custom-page .init-2 .container .left form ul li .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 20px;
}
.custom-page .init-2 .container .left form ul li.wid-100 {
  width: 100%;
}
.custom-page .init-2 .container .right {
  width: 50%;
  padding: 30px 50px 30px 100px;
}
.custom-page .init-2 .container .right img{
  animation: ks2_2 5s linear infinite;
}
@media (max-width: 1800px) {
  .custom-page .init-1 .container .contC {
    width: 100%;
    padding: 0;
  }
  .custom-page .init-1 .container .contC .content .list{
    margin-right: 0;
  }
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .contC .content .list {
    width: 50%;
  }
  .custom-page .init-2 .container .left {
    width: 100%;
    padding-left: 0;
  }
  .custom-page .init-2 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 .container .contC .content .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .custom-page .init-2 .container .left form ul li {
    width: 100%;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
.about-page .init-1 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.about-page .init-1 .container .left {
  font-weight: 600;
}
.about-page .init-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -20px;
}
.about-page .init-2 .container {
  width: 100%;
}
.about-page .init-2 .container .imgC {
  width: 82.4%;
  position: relative;
  top: 0;
  left: 0;
}
.about-page .init-2 .container .imgC img {
  width: 100%;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
  margin-top: -216px;
}
.about-page .init-3 .container .list {
  width: 33.33%;
  padding: 40px 30px 80px;
  background-color: #fff;
}
.about-page .init-3 .container .list .tipsTitle {
  margin-bottom: 60px;
}
.about-page .init-3 .container .list .tipsTitle .em {
  color: #fc5220;
  margin-right: 6px;
}
.about-page .init-3 .container .list .numC {
  line-height: 1;
  font-weight: 700;
  font-size: 94px;
  margin-top: 20px;
}
.about-page .init-3 .container .list .numText {
  font-weight: 500;
  margin-top: 10px;
}
.about-page .init-3 .container .list2 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-top: 216px;
}
.about-page .init-3 .container .list3 {
  margin-top: 216px;
  padding-top: 200px;
}
.about-page .init-4 {
  padding: 100px 0;
  background-color: #191817;
}
.about-page .init-4 .container .titleC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.about-page .init-4 .container .titleC .left {
  width: 600px;
  text-transform: uppercase;
  font-weight: 600;
}
.about-page .init-4 .container .titleC .right {
  width: 360px;
  line-height: 2;
}
.about-page .init-4 .container .content {
  margin-top: 60px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper {
  margin: 0 -30px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
  padding: 0 32px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  text-align: center;
  color: #fff;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .line {
  height: 2px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .line .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fc5220;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 600;
  margin-top: 10px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
}
.about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .line .sub {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.about-page .init-5 {
    background-color: #191817;
  padding: 100px 0;
}
.about-page .init-5 .container .titleC {
  width: 33.33%;
  padding: 0 30px;
}
.about-page .init-5 .container .titleC .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.about-page .init-5 .container .titleC .tipsDes {
  margin-top: 10px;
    color: #fff;
}
.about-page .init-5 .container .content {
  margin-top: 60px;
    color: #fff;
}
.about-page .init-5 .container .content ul li {
  padding: 0 40px;
}
.about-page .init-5 .container .content ul li .box .img img {
  height: 80px;
}
.about-page .init-5 .container .content ul li .box .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.about-page .init-5 .container .content ul li .box .des {
  margin-top: 10px;
}
.about-page .init-6 .container {
  background-color: #f7f7f7;
}
.about-page .init-6 .container .left {
  width: 50%;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 50%;
}
.about-page .init-6 .container .right .cont {
  position: relative;
  padding: 80px 60px;
}
.about-page .init-6 .container .right .cont .tipsTitle em {
  color: #fc5220;
}
.about-page .init-6 .container .right .cont .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.about-page .init-6 .container .right .cont .des {
  margin-top: 20px;
}
.about-page .init-6 .container .right .cont .moreC {
  margin-top: 40px;
  color: #fff;
}
.about-page .init-6 .container .right .cont .moreC .moreCont {
  padding: 16px 26px;
}
.about-page .init-6 .container .right .cont .moreC .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 10px;
}
.about-page .init-7 .container {
  background-color: #fff;
}
.about-page .init-7 .container .cont {
  max-width: 1000px;
  font-weight: 600;
  margin: auto;
  padding: 80px 0;
}
.about-page .init-8 .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-page .init-8 .container .content ul li {
  padding: 0 30px;
}
.about-page .init-8 .container .content ul li .box .img {
  display: block;
}
.about-page .init-8 .container .content ul li .box .img img {
  width: 100%;
}
.about-page .init-8 .container .content ul li .box .text {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}
.about-page .init-9 {
  padding-bottom: 100px;
}
.about-page .init-9 .container .tipsTitle {
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .init-9 .container .content {
  margin-top: 40px;
}
.about-page .init-9 .container .content ul li {
  padding: 0 30px;
}
.about-page .init-9 .container .content ul li .box .img {
  display: block;
}
.about-page .init-9 .container .content ul li .box .img img {
  width: 100%;
}
.about-page .init-9 .container .content ul li .box .title {
  margin-top: 10px;
  font-weight: 600;
}
.about-page .init-9 .container .content ul li .box .des {
  margin-top: 10px;
}
.about-page .init-9 .container .content .sPage {
  margin-top: 40px;
  text-align: center;
}
.about-page .init-9 .container .content .sPage .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.3;
  background-color: #fc5220;
}
.about-page .init-9 .container .content .sPage .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1800px) {
  .about-page .init-5 .container .titleC {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1250px) {
  .about-page .init-2 {
    display: none;
  }
  .about-page .init-3 {
    margin-top: 0;
  }
  .about-page .init-3 .container .list {
    margin-top: 20px;
    padding: 30px 16px;
    border: none;
  }
  .about-page .init-3 .container .list .numC {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .list {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .middle,
  .about-page .init-1 .container .right {
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .numC {
    font-size: 60px;
  }
  .about-page .init-4 .container .titleC .left {
    width: 100%;
  }
  .about-page .init-4 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content ul li {
    padding: 0;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
  .about-page .init-8 .container .content ul li {
    padding: 0;
  }
  .about-page .init-9 .container .content ul li {
    padding: 0;
  }
  .about-page .init-9 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .list {
    width: 100%;
    padding: 10px 0;
  }
  .about-page .init-3 .container .list .tipsTitle {
    margin-bottom: 20px;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .content .swiper .swiper-wrapper {
    margin: 0;
  }
  .about-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 0 5px;
  }
  .about-page .init-6 .container .right .cont {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 {
    padding-top: 40px;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-7 .container .cont {
    padding: 40px 0;
  }
  .about-page .init-8 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .init-9 .container .content {
    margin-top: 20px;
  }
  .about-page .init-9 {
    padding-bottom: 40px;
  }
}
.contact-page .init-1 {
  padding-top: 100px;
}
.contact-page .init-1 .container .tipsTitle {
  width: 33.33%;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page .init-1 .container .content {
  margin-top: 40px;
}
.contact-page .init-1 .container .content .left {
  width: 66.66%;
  padding-right: 30px;
}
.contact-page .init-1 .container .content .left form {
  background-color: #f7f7f7;
  width: 100%;
  padding: 60px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-page .init-1 .container .content .left .list {
  margin-top: 20px;
  width: 48%;
}
.contact-page .init-1 .container .content .left .list input,
.contact-page .init-1 .container .content .left .list textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px 16px;
  border: 1px solid #e6e9eb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-page .init-1 .container .content .left .list input:hover,
.contact-page .init-1 .container .content .left .list textarea:hover,
.contact-page .init-1 .container .content .left .list input:focus,
.contact-page .init-1 .container .content .left .list textarea:focus {
  border: 1px solid #fc5220;
}
.contact-page .init-1 .container .content .left .list.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .content .left .list .moreCont {
  color: #fff;
  padding: 14px 20px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .content .left .list .moreCont .moreImg {
  width: 18px;
  height: 14px;
  margin-left: 20px;
}
.contact-page .init-1 .container .content .right {
  width: 33.33%;
  padding: 0 0;
}
.contact-page .init-1 .container .content .right iframe{
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.contact-page .init-1 .container .content .right .cont {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
}
.contact-page .init-2 {
  padding: 100px 0;
}
.contact-page .init-2 .container .list {
  width: 33.33%;
  padding: 0 30px;
}
.contact-page .init-2 .container .list .first {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-page .init-2 .container .list .des {
  margin-top: 10px;
}
@media (max-width: 1800px) {
  .contact-page .init-1 .container .tipsTitle {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .init-1 .container .content .right {
    display: block;
    width: 100%;
    margin-top: 20px;
    paddng: 0;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .content .left .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-top: 40px;
  }
  .contact-page .init-1 .container .content .left form {
    padding: 20px 16px;
  }
  .contact-page .init-2 {
    padding: 40px 0;
  }
}
.honor-page .init-1 {
  padding-top: 100px;
}
.honor-page .init-1 .container .titleC {
  width: 33.33%;
  padding: 0 20px;
}
.honor-page .init-1 .container .titleC .tipsTitle em {
  color: #fc5220;
  margin-right: 6px;
}
.honor-page .init-1 .container .titleC .tipsTitle2 {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.honor-page .init-1 .container .content {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
  padding: 60px 0;
  padding-top: 20px;
}
.honor-page .init-1 .container .content ul li {
  margin-top: 40px;
  padding: 0 30px;
}
.honor-page .init-1 .container .content ul li .box .title {
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.honor-page .init-1 .container .content ul li .box .img {
  display: block;
}
.honor-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .pageC {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 1800px) {
  .honor-page .init-1 .container .titleC {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 {
    padding-top: 40px;
  }
  .honor-page .init-1 .container .content {
    padding-bottom: 40px;
  }
  .honor-page .init-1 .container .content ul li {
    padding: 0;
    margin-top: 20px;
  }
}
.lc-btn{
  width: 365px;
height: 70px;
background: #F7F7F7;
padding-left: 14px;
padding-right: 19px;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 500;
font-size: calc(0.1055vw + 14px);
color: #333333;
text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.lc-btn::before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 0%;
  height: 100%;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
}
.lc-btn img,.lc-btn span{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
 }
.lc-btn:hover::before{
  /*background: #fc5220;
  color: #fff;*/
  width: 100%;
}
.lc-btn:hover{

  color: #fff;

}
.lc-btn:hover img{
  filter: brightness(0) invert(1);
}
#index-body .init-5{
  padding-top:  calc(2.6067vw + 20px) !important;
}
.wp-pagenavi{
  display: flex;

}
.m-page a, .m-page span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper88 {
  margin-top: calc(1.670vw + 14px);
  overflow: hidden;
  position: relative;
}
.swiper88 .btns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: calc(0.8345vw + 13px);
  background: #2D2D2D;
  z-index: 6;
  font-weight: 500;
  font-size: calc(0.1055vw + 14px);
  color: #FFFFFF;
}
.swiper88 .btns .bbn {
  margin-left: calc(6.25vw + 18px);
  display: flex;
  align-items: center;
}
.swiper88 .btns .bbn img {
  cursor: pointer;
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper88 .btns .bbn img:hover {
  filter: none;
}
.swiper88 .btns .bbn .s88l {
  margin-right: calc(0.8345vw + 13px);
}
.swiper88 .btns .ko1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper88 .btns .k1 {
  /*width: 20px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper88 .btns p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 10px;
  width: 70px;
  height: 1px;
  background: #999999;
}
.swiper88 .btns p span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.swiper88 .btns .all1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #999999;
}
.swiper88 .swiper-slide {
  position: relative;
}
.swiper88 .swiper-slide .s88-p {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  padding: 13px calc(2.1885vw + 14px) 13px calc(1.1465vw + 14px);
  background: #fc5220;
  text-transform: uppercase;
}
.swiper88 .swiper-slide .s88-p span {
  margin-right: 6px;
}
.swiper88 .swiper-slide > img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .swiper88 .swiper-slide .s88-p {
    font-size: 14px;
    line-height: 2;
    padding: 4px;
  }
}
#index-body .init-5 .container,#index-body .init-6 .container,
#index-body .init-4 .container,#index-body .init-3 .container,
#index-body .init-2 .container,
#index-body .init-1 .container{
  padding: 0;
}
@media screen and (max-width: 700px) {
  #index-body .init-5 .container,#index-body .init-6 .container,
#index-body .init-4 .container,#index-body .init-3 .container,
#index-body .init-2 .container,
#index-body .init-1 .container{
  padding: 0 15px;
}
}
@media screen and (max-width: 500px) {
  .solution-page .init-3 .container .cont .text {

  padding: 8px 15px 0;
}
}
#cp-Nav{
  padding: 0;
}
.product-page .init-1,.solution-page .init-2,.about-page .init-5,.about-page .init-7 .container .cont,.about-page .init-8 .container,
.honor-page .init-1 .container .pageC,
.faq-page .pageC,
.news-page .init-2 .container .pageC{
  padding: calc(3.1805vw + 14px) 0 !important;
}
.solution-page .init-4{
   padding-top: calc(3.1805vw + 14px)  !important;
}
.about-page .init-9{
   padding-bottom: calc(3.1805vw + 14px)  !important;
}
.product-page .init-2 .container ul li .box {

  padding: 0 calc(1.88vw + 14px) calc(2.6555vw + 14px)  !important;

}
.page-header02{
  background: #000;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 1250px){
.inner-banner2  .cont.pl-20-2.pr-20-2{
  display: none;
}
}
