@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'syne';
  src: url('../fonts/Syne-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'syne';
  src: url('../fonts/Syne-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#mobile3 .m-search form input[type=submit]{
    background: url(../images/icon-search-white.png) center center no-repeat;
}
.seoPublic .Auxil-about .box{
  align-items: center;
}
.seoPublic .Auxil-about .box .right{
  padding-bottom: 0;
}

.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.container{
  width: 1390px;
}
.img-box img{
  transition: all .5s;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow_hc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
.pupsCont{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.pupsCont .cont1{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pupsCont .imgCont{
  position: relative;
  width: 40%;
  margin: 0;
  padding: 0;
}
.pupsCont .imgCont img{
  width: 100%;
}
#pups_from_hc2 {
  display: block;
  position: relative;
  max-height: 80%;
  width: 36%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_hc2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_hc2 form {
  margin-top: 40px;
}
#pups_from_hc2 form .strong{
  font-weight: bold;
  color: var(--color);
}
#pups_from_hc2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc2 i.close::after,
#pups_from_hc2 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_hc2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_hc2 i.close:hover {
  background: var(--color);
}
#pups_from_hc2 i.close:hover::before,
#pups_from_hc2 i.close:hover::after {
  background: white;
}
#pups_from_hc2 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_hc2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_hc2 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_hc2 ul li input,
#pups_from_hc2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_hc2 ul li input:focus,
#pups_from_hc2 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_hc2 ul li textarea {
  height: 80px;
}
#pups_from_hc2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_hc2 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: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  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 .phoneCont{
    width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.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;
}
.shouye h1{
  display: inline;
}
.Auxil-h1{
  text-align: center;
    font-weight: 700;
    
}


#pups_from_hc {
  position: fixed;
  max-height: 80%;
  -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;
  width: 98%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#pups_from_hc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_hc form {
  margin-top: 40px;
}
#pups_from_hc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc i.close::after,
#pups_from_hc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_hc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_hc i.close:hover {
  background: var(--color);
}
#pups_from_hc i.close:hover::before,
#pups_from_hc i.close:hover::after {
  background: white;
}
#pups_from_hc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_hc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_hc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_hc ul li input,
#pups_from_hc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_hc ul li input:focus,
#pups_from_hc ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_hc ul li textarea {
  height: 80px;
}
#pups_from_hc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_hc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_hc ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .pupsCont .imgCont{
    display: none;
  }
  #pups_from_hc2{
    width: 98%;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .yejiao{
    display: none;
  }
  .knowledge-page .list ul li .box .title{
    line-height:1.8!important;
  }
  .news-page .news-list ul li .box .content .title{
    min-height: auto!important;
  }
  .about-page .about-1 .top .text .title{
    font-size: 24px!important;
        line-height: 1.6!important;
  }
  .product-page .init-3 .container .content ul li .box .title{
    min-height: 0!important;
  }
  .cat_des{
    display: none!important;
  }
  .product-yd-page .init-1 .container ul li .box .right img{
    max-width: 400px !important;
  }
  .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: var(--color);
  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;*/
  --color: #bf0000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'mon';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  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.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  padding: 15px 0;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  padding: 0 80px 0 50px;
  position: unset;
  -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;
}
#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;
  margin-left: auto;
  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;
  position: relative;
  margin-left: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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{
  -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: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  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 .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;
  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;
  line-height: 30px;
  font-weight: 700;
  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: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  font-size: 26px;
  margin-left: 70px;
}
#header > .nav > .menu .menu-box .right .search .img{
  width: 25px;
  height: 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 22px;
  height: 22px;
  filter: brightness(0);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  margin-left: 30px;
  padding: 12px 24px;
  background-color: var(--color);
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
  top: -2px;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  transition: all .25s;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .open_btn:hover .img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#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,
#header.inner_active > .nav {
  background-color: #000;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #fff;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img,
#header.inner_active > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img{
  filter: brightness(1);
}
#header.active > .nav > .menu .menu-box .right .search,
#header.inner_active > .nav > .menu .menu-box .right .search {
  color: #fff;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont,
#header.inner_active > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: #fff;
}
#header.active>.nav>.menu .menu-box .right .search .img,
#header.inner_active>.nav>.menu .menu-box .right .search .img{
  filter: invert(1);
}

#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color) !important;
}
#header.active > .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: var(--color) !important;
}

@-webkit-keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes transAni {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes transAni {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-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 circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-o-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 4;
}

#banner .btn{
  opacity: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  z-index: 4;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
#banner .btn:hover{
  background: var(--color);
  color: #fff;
}
#banner:hover .btn{
  opacity: 1;
}
#banner .prev{
  right: unset;
  left: 20px;
}

#banner .videoC{
  position: relative;
    height: calc(100% - 72px);
    object-fit: cover;
    width: 100%;
    margin-top: 0;
    align-self: flex-start;
    overflow: hidden;
}
#banner .videoC .subCont{
  z-index: 3;
}
#banner .videoC .subCont .SpageC{
  bottom: 48px;
}
#banner .videoC .shadow{
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  z-index: 2;
}
#banner .videoC .title{
  color: #fff;
  font-weight: bold;
  
  font-size: 70px;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  max-width: 1200px;
  padding: 10px;
  width: 1200px;
}
#banner video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
#banner .subCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner ul li{
  position: relative;
  z-index: 1;
}
#banner ul li video{
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .subCont .textAniC{
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#banner .subCont .textAniC .text .c{
  font-size: 450px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a8a8a8;
  line-height: 1;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}
#banner .subCont .bg {
  position: absolute;
  width: 100%;
  height: -webkit-calc(-20%);
  height: -moz-calc(-20%);
  height: calc(100% - 120px);
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .subCont .SpageC {
  padding: 0 80px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#banner .subCont .SpageC .Spage {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
#banner .subCont .SpageC .Spage .left {
  width: auto;
}
#banner .subCont .SpageC .Spage .left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #d1d1d1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 6px;
}
#banner .subCont .SpageC .Spage .left .swiper-pagination-bullet-active {
  background-color: #fff;
}
#banner .subCont .SpageC .Spage .line {
  margin: 0 10px;
  background-color: #fff;
  width: 120px;
  height: 1px;
}
#banner .subCont .SpageC .Spage .right {
  margin-top: -4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#banner .subCont .SpageC .Spage .right .sub {
  font-size: 14px;
  margin-top: 4px;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 50vw;
  max-height: 800px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: -webkit-calc(-20%);
  height: -moz-calc(-20%);
  height: calc(100% - 120px);
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC {
  width: 100%;
  height: 100%;
  padding-left: 80px;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
  width: 44%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .des {
  font-size: 30px;
  font-family: 'mon';
  margin-top: 10px;
  line-height: 1.2;
  font-weight: bold;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .des span {
  display: inline-block;
  border-bottom: 3px solid #fff;
  margin-top: 10px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .des em span {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
  margin-top: 40px;
  padding: 12px 24px;
  font-weight: bold;
  background-color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more .imgSub {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
  background-color: #000;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more:hover .imgSub {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
  position: absolute;
  z-index: 1;
  width: 62%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: top right;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .des {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .more {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .imgC {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .contC1 .img2{
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .contC1 .cont2{
  -webkit-animation: fadeInLeft 1s linear;
  -moz-animation: fadeInLeft 1s linear;
  -o-animation: fadeInLeft 1s linear;
  animation: fadeInLeft 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .contC1 .img1{
  -webkit-animation: fadeInDown 1s linear;
  -moz-animation: fadeInDown 1s linear;
  -o-animation: fadeInDown 1s linear;
  animation: fadeInDown 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1{
  padding: 0 110px 0 280px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .img2{
  bottom: 0;
  right: 110px;
  width: 35%;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2{
  position: absolute;
  bottom: 70px;
  left: 280px;
  width: 45%;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title{
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  font-size: 70px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title2{
  font-size: 54px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.2;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title2 span{
  color: #fff;
  background: var(--color);
  display: inline-block;
  padding: 2px 10px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title3{
  color: #fff;
  font-weight: 300;
  margin-top: 60px;
  font-size: 44px;
}

.font-48 {
  line-height: 1.2;
}
.font-32 {
  line-height: 1.2;
}
.font-20 {
  line-height: 1.8;
}
.tipsTitleCont {
  font-weight: bold;
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 5px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
}
.moreCont {
  font-weight: bold;
  cursor: pointer;
  
}
.moreCont .moreImgC {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
}
.moreCont .moreImgC .moreImg {
  width: 14px;
  height: 14px;
}
.moreCont:hover {
  color: var(--color);
}
.moreCont:hover .moreImgC {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body {
  position: relative;
  z-index: 2;
  /*overflow: hidden;*/
}
#index-body .init-1 .container .titleC {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .titleC .tipsTitleCont {
  width: 600px;
}
#index-body .init-1 .container .titleC .more {
  margin-left: auto;
}
#index-body .init-1 .container .subLIne {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
  height: 1px;
  background-color: #d2d2d2;
  margin: 30px 0 0 auto;
}
#index-body .init-1 .container .content {
  
}

#index-body .init-1 .container .content div ul{
  flex-wrap: wrap;
  padding-top: 40px;
}
#index-body .init-1 .container .content div ul li{
  margin-top: 40px;
  padding: 0 8px;
  width: 24%;
}
#index-body .init-1 .container .content div ul li.active{
  width: 76%;
}
#index-body .init-1 .container .content div ul li .box {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 30px;
  min-height: 600px;
  background-size: cover;
  cursor: pointer;
}
#index-body .init-1 .container .content div ul li .box::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  transition: all .5s;
  opacity: 0.4;
}
#index-body .init-1 .container .content div ul li.active .box::before{
  opacity: 0;
}
#index-body .init-1 .container .content div ul li .box .cont {
  position: relative;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
#index-body .init-1 .container .content div ul li.active .box .cont{
  opacity: 1;
  pointer-events: all;
}
#index-body .init-1 .container .content div ul li .box .cont .title {
  display: block;
  min-height: 76px;
  font-weight: 700;
  max-width: 100%;
}
#index-body .init-1 .container .content div ul li .box .cont .more {
  width: 32px;
  height: 32px;
  background-color: var(--color);
  border-radius: 50%;
  margin-top: 50px;
}
#index-body .init-1 .container .content div ul li .box .cont .more .img2 {
  width: 14px;
  height: 14px;
  -webkit-filter: grayscale(1) brightness(8);
  filter: grayscale(1) brightness(8);
}
#index-body .init-1 .container .content div ul li .box .img {
  right: 20px;
  position: absolute;
  bottom: -110px;
  height: 330px;
  max-width: 90%;
}
#index-body .init-1 .container .content div ul li .box .img_ball-valve-stem{
  bottom: -30px;
}
#index-body .init-1 .container .content div ul li .box:hover {
  background-color: var(--color);
}
#index-body .init-1 .container .content div ul li .box:hover .more {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
#index-body .init-1 .container .content div ul li .box:hover .more .img2 {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
#index-body .init-1 .container .content2 ul li{
  width: 25%;
}
#index-body .init-1 .container .content2 ul li a{
  display: block;
}
#index-body .init-1 .container .content2 ul li .img{
  border: 1px solid #f2f2f2;
}
#index-body .init-1 .container .content2 ul li .img img{
  width: 100%;
}
#index-body .init-1 .container .content2 ul li .title{
  text-align: center;
  font-weight: bold;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
#index-body .init-1 .container .content2 ul li .title:hover{
  color: var(--color);
}
#index-body .init-2 {
  position: relative;
}
#index-body .init-2 .sub {
  overflow: hidden;
  height: 244px;
  
}
#index-body .init-2 .rightSub {
  width: 59%;
  position: absolute;
  right: 0;
  bottom: 70px;
  border-bottom: 1px solid #d2d2d2;
}
#index-body .init-2 .rightSub .img3 {
  background-position: right bottom;
  width: 50%;
  height: 370px;
  margin-left: auto;
}
#index-body .init-2 .container {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
#index-body .init-2 .container .left {
  width: 34%;
}
#index-body .init-2 .container .left .play{
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
#index-body .init-2 .container .left .play .cont{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: var(--color);
  z-index: 2;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}
#index-body .init-2 .container .left .play .cont i{
  margin-left: 4px;
}
#index-body .init-2 .container .left .play .ling{
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  left: 0;
  background: var(--color);
  position: absolute;
  animation: ks 3s linear infinite;
}
#index-body .init-2 .container .left .play .ling:last-child{
  animation-delay: -1.5s;
}
#index-body .init-2 .container .left img {
  width: 100%;
}
#index-body .init-2 .container .middle {
  width: -webkit-calc(-184%);
  width: -moz-calc(-184%);
  width: calc(66% - 250px);
  padding: 0 70px 0 40px;
}
#index-body .init-2 .container .middle .des {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
#index-body .init-2 .container .middle .des em {
  color: #000;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  line-height: 1.8;
}
#index-body .init-2 .container .middle .more {
  margin-top: 40px;
}
#index-body .init-2 .container .right {
  top: -160px;
  position: relative;
  width: 250px;
}
#index-body .init-2 .container .right .rightCont{
    position: sticky;
    top: 130px;
}
#index-body .init-2 .container .right .img {
  width: 100%;
}
#index-body .init-2 .container .right .cont {
  background-color: var(--color);
  padding: 30px;
  color: #fff;
}
#index-body .init-2 .container .right .cont .numC {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  
}
#index-body .init-2 .container .right .cont .numC .sub2 {
  line-height: 0.5;
}
#index-body .init-2 .container .right .cont .text {
  font-weight: 600;
  margin-top: 20px;
}
#index-body .init-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  
}
#index-body .init-3 .list {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: -webkit-calc(300%);
  width: -moz-calc(300%);
  width: calc(100% + 200px);
  position: relative;
  left: -100px;
}
#index-body .init-3 .list .cont {
  background-color: #000;
  color: #fff;
  padding: 28px 0;
  overflow: hidden;
}
#index-body .init-3 .list .cont .text {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 36px;
  font-weight: bold;
  width: 3000px;
  -webkit-animation: transAni2 50s linear infinite;
  -moz-animation: transAni2 50s linear infinite;
  -o-animation: transAni2 50s linear infinite;
  animation: transAni2 50s linear infinite;
}
#index-body .init-3 .list .cont .text:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .init-3 .subC{
  position: absolute;
  width: 100%;
  height: 110px;
  background: #f2cccc;
  top: 150px;
  left: 0;
  z-index: 1;
}
#index-body .init-3 .list2 {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-top: 0;
  transform-origin: center center;
}
#index-body .init-3 .list2 .cont {
  background-color: var(--color);
}
#index-body .init-3 .list2 .cont .text {
  -webkit-animation: transAni 50s linear infinite;
  -moz-animation: transAni 50s linear infinite;
  -o-animation: transAni 50s linear infinite;
  animation: transAni 50s linear infinite;
}
#index-body .init-4 .container .left {
  width: 50%;
  padding-right: 20px;
}
#index-body .init-4 .container .left .swiper {
  width: 100%;
}
#index-body .init-4 .container .left .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
#index-body .init-4 .container .right {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-left: 40px;
}
#index-body .init-4 .container .right .tipsDes {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
#index-body .init-4 .container .right .tipsDes em {
  color: var(--color);
  font-weight: 600;
}
#index-body .init-4 .container .right .tipsImg {
  margin-top: 30px;
}
#index-body .init-4 .container .right .content {
  position: relative;
  width: 980px;
  margin-top: 50px;
  margin: 50px 0 0 -60px;
  background-color: #f5f5f5;
}
#index-body .init-4 .container .right .content .swiper .swiper-wrapper .swiper-slide .box {
  padding: 80px 10px 100px 60px;
  font-weight: 500;
}
#index-body .init-4 .container .right .content .swiper .swiper-wrapper .swiper-slide .box .des {
  color: var(--color);
  margin-top: 30px;
  font-weight: bold;
}

#index-body .init-4 .container .right .content .sPage {
  padding-left: 74px;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
#index-body .init-4 .container .right .content .sPage .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f5f5f5;
  margin-right: 6px;
}
#index-body .init-4 .container .right .content .sPage .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .right .content .sPage .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
#index-body .init-4 .container .right .content .sPage .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-color: var(--color);
}
#index-body .init-5 .title{
  font-weight: 700;
}
#index-body .init-5 .title em{
  color: var(--color);
}
#index-body .init-5 .mapContC .mapCont .img1{
  width: 100%;
}
#index-body .init-5 .mapContC .mapCont .img2{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#index-body .init-5 .mapContC .mapCont .listCont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .init-5 .mapContC .mapCont .listCont .list{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  z-index: 1;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cirCont{
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  z-index: 2;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cirCont::before,
#index-body .init-5 .mapContC .mapCont .listCont .list .cirCont::after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background: var(--color);
  top: 0;
  left: 0;
  animation: ks linear 3s infinite;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cirCont::after{
  animation-delay: -1.5s;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cirCont .cir{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--color);
  border-radius: 50%;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont{
  top: 0;
  position: absolute;
  padding-top: 10px;
  width: 460px;
  left: -70px;
  pointer-events: none;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .title2C{
  padding-top: 20px;
  pointer-events: all;
  display: inline-block;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .title2{
  background: var(--color);
  color: #fff;
  border-radius: 16px;
  padding: 4px 12px;
  font-weight: 500;
  display: inline-flex;
  pointer-events: all;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText{
  padding-top: 10px;
  display: block;
  transition: all .3s;
  transform-origin: top;
  transform: scaleY(0);
  /*display: none;*/
  pointer-events: all;
  text-align: left;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText .cont2{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 18px 24px;
  border-radius: 6px;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText .cont2 .text em{
  font-weight: bold;
}
#index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText .cont2 .text .text2{
  flex: 1;
  padding-left: 10px;
}
#index-body .init-5 .mapContC .mapCont .listCont .list.active{
  z-index: 2;
}
#index-body .init-5 .mapContC .mapCont .listCont .list.active .cont .contText{
  transform: scaleY(1);
  display: block;
}
#index-body .init-5 .mapContC .mapCont .listCont .list1{
  left: 32%;
  top: 61%;
}
#index-body .init-5 .mapContC .mapCont .listCont .list2{
  left: 46.5%;
  top: 49.5%;
}
#index-body .init-5 .mapContC .mapCont .listCont .list3{
  left: 66.5%;
  top: 31%;
}
#index-body .init-5 .mapContC .mapCont .listCont .list4{
    left: 74.5%;
    top: 38%;
}
#index-body .init-5 .mapContC .mapCont .listCont .list5{
    left: 96%;
    top: 24%;
}


#index-body .init-5 .mapContC .mapCont .listCont .list3 .cont{
  left: unset;
  right: 0;
  top: 0;
  text-align: right;
  padding-top: 0;
  padding-right: 20px;
  margin-top: -20px;
}
#index-body .init-5 .mapContC .mapCont .listCont .list3 .cont .title2C{
  padding-top: 0;
}
#index-body .init-5 .mapContC .mapCont .listCont .list4 .cont{
  left: -100px;
}

#index-body .init-5 .mapContC .mapCont .listCont .list5 .cont{
  left: unset;
  text-align: right;
  right: 0;
}

#index-body .init-5 .container .content{
  position: absolute;
  top: 58%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
#index-body .init-5 .container .content ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
}
#index-body .init-5 .container .content ul li {
  width: 300px;
  margin: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 14px 20px;
}
#index-body .init-5 .container .content ul li .top {
  font-size: 74px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-family: 'syne';
}
#index-body .init-5 .container .content ul li .top .sub {
  font-size: 30px;
}
#index-body .init-5 .container .content ul li .bottom {
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'mon';
}
#index-body .init-6.shaBg {
  background-color: #f6f6f6;
}
#index-body .init-6 .container .titleC {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-6 .container .titleC .tipsTitleCont {
  width: 500px;
}
#index-body .init-6 .container .titleC .more {
  margin-left: auto;
}
#index-body .init-6 .container .titleLine {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  margin: 36px 0 0 auto;
  background-color: #d8d8d8;
  height: 1px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img .time {
  position: absolute;
  width: 84px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
  font-weight: 500;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img .time .date {
  color: var(--color);
  font-weight: bold;
  margin-bottom: 10px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .cat {
  color: rgba(0, 0, 0, 0.5);
  padding: 14px 0;
  
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  line-height: 30px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 30px;
}
#index-body .init-7 .contentC .box{
  background-size: cover;
  padding-top: 1px;
  height: 450px;
}
#index-body .init-7 .btn{
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}
#index-body .init-7 .btn:hover{
  color: #fff;
  background: var(--color);
}
#index-body .init-7 .contentC .box .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
#index-body .init-7 .sPage{
  margin-top: 20px;
  text-align: center;
}
#index-body .init-7 .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all .5s;
}
#index-body .init-7 .sPage .swiper-pagination-bullet-active{
  background: var(--color);
}
#index-body .init-7 .contentC .box .more{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 2;
  margin: 30px 30px 0 auto;
  opacity: 0
}
#index-body .init-7 .contentC .box .more .cir{
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
#index-body .init-7 .contentC .box .more .cir .cir_img{
  width: 14px;
  height: 14px;
}
#index-body .init-7 .contentC .box .more:hover .cir{
  transform: rotate(45deg);
}
#index-body .init-7 .contentC .box .title{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
}
#index-body .init-7 .contentC .box:hover .shadow{
  opacity: 0.7;
}
#index-body .init-7 .contentC .box:hover .title{
  opacity: 1;
}
#index-body .init-7 .contentC .box:hover .more{
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #1f1e1e;
  -o-background-size: cover;
  background-size: cover;
}
#footer .fTop {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
#footer .fTop .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .fTop .container .left {
  position: relative;
  width: 37%;
  background-color: #fff;
  padding: 60px 50px;
  top: 90px;
  margin-left: auto;
}
#footer .fTop .container .left .tips {
  font-weight: bold;
  
}
#footer .fTop .container .left .tipsDes {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  font-weight: 500;
  line-height: 32px;
}
#footer .fTop .container .left form input,
#footer .fTop .container .left form textarea {
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1f1e1e;
}
#footer .fTop .container .left form input.btn{
  padding: 0;
  width: auto;
  border: none;
  margin: 0;
  background: none;
}
#footer .fTop .container .left form .more {
  margin-top: 50px;
  cursor: pointer;
}
#footer .fTop .container .right {
  width: 53%;
  color: #fff;
}
#footer .fTop .container .right .tipsDes {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  line-height: 32px;
}
#footer .fTop .container .right .contactCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0 0 auto;
  border-top: 1px solid #d2d2d2;
  padding-top: 50px;
}
#footer .fTop .container .right .contactCont .img {
  width: 120px;
  margin-top: 6px;
}
#footer .fTop .container .right .contactCont .cont {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  padding-left: 24px;
  font-weight: 700;
}
#footer .fTop .container .right .contactCont .cont .list {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}
#footer .fTop .container .right .contactCont .cont .list .tips {
  color: #fff;
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
}
#footer .fTop .container .right .contactCont .cont .list:first-child {
  margin-top: 0;
  line-height: 32px;
}
#footer .fMiddle {
  position: relative;
  padding: 40px 0;
  background-color: var(--color);
}
#footer .fMiddle .subDiv {
  position: absolute;
  top: 0;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 190px solid #1f1e1e;
  border-left: 200px solid transparent;
}
#footer .fMiddle .container {
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .container .listCont {
  color: #fff;
  padding-top: 40px;
}
#footer .fMiddle .container .listCont .logoDes {
  padding-top: 60px;
  font-weight: 500;
  line-height: 32px;
}
#footer .fMiddle .container .listCont .share {
  padding-top: 40px;
  justify-content: flex-end;
}
#footer .fMiddle .container .listCont .share li {
  width: auto;
  margin-right: 26px;
}
#footer .fMiddle .container .listCont .share li a span {
  display: block;
  width: 30px;
  height: 30px;
}
#footer .fMiddle .container .listCont .share li a i{
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
}
#footer .fMiddle .container .listCont .share li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#footer .fMiddle .container .listCont .first {
  margin-bottom: 25px;
  font-weight: 600;
  
}
#footer .fMiddle .container .listCont .list {
  font-weight: 600;
  
  margin-top: 10px;
  line-height: 32px;
}
#footer .fMiddle .container .listCont .list a {
  display: inline-block;
}
#footer .fMiddle .container .listCont .list a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#footer .fMiddle .container .listCont1 {
  width: 590px;
}
#footer .fMiddle .container .listCont2 {
  width: 300px;
  padding-right: 20px;
  margin-left: 150px;
}
#footer .fMiddle .container .listCont3 {
  width: 320px;
  padding-right: 20px;
}
#footer .copyright {
  background-color: var(--color);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  text-align: center;
}
#footer .copyright .container {
  padding-top: 16px;
  padding-bottom: 20px;
  font-weight: 500;
  border-top: 1px solid #df8080;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.7);
  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(255, 255, 255, 0.7);
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box {
    width: 1400px;
    padding: 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-left: 30px;
  }
  #index-body .init-4 .container .right .content{
    width: 100%;
    margin: 50px 0 0 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 50px;
  }
}
@media (max-width: 1700px) {
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .img1{
    width: 10vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1{
    padding-left: 3vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2{
    left: 3vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title{
    font-size: 3vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title2{
    font-size: 2.62vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title3{
    margin-top: 30px;
    font-size: 2.8vw;
  }
}
@media (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box .right .open_btn {
    display: none;
  }
  #banner .videoC .title{
    font-size: 50px;
    width: auto;
  }
  #banner .subCont .textAniC .text .c{
    font-size: 370px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 40px;
  }
  #index-body .init-3 .list .cont {
    padding: 18px 0;
  }
  #index-body .init-3 .list2{
    margin-top: 80px;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list4 .cont{
    right: -100px;
    text-align: right;
    left: unset;
  }
  #footer .fMiddle .container .listCont1{
    width: 510px;
  }
  #footer .fMiddle .container .listCont2 {
    margin-left: 0;
  }
  #footer .fMiddle .subDiv {
    border-top: 100px solid #1f1e1e;
    border-left: 100px solid transparent;
  }
}
@media (max-width: 1250px) {
  #header>.nav>.menu .menu-box .left .logo{
    width: 180px;
  }
  #header > .nav > .menu .menu-box {
    width: 970px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 15px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 20px;
  }
  #banner .subCont .textAniC .text .c{
    font-size: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .des {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    width: 40%;
  }
  #index-body .init-1 .container .titleC .tipsTitleCont {
    width: 100%;
  }
  #index-body .init-1 .container .titleC .more {
    margin-top: 20px;
  }
  #index-body .init-2 .container .left {
    display: none;
  }
  #index-body .init-2 .container .middle {
    width: -webkit-calc(-150%);
    width: -moz-calc(-150%);
    width: calc(100% - 250px);
  }
  #index-body .init-3 .list .cont .text {
    font-size: 30px;
  }
  #index-body .init-5 .container .content{
    top: 62%;
  }
  #index-body .init-5 .container .content ul li{
    width: 250px;

  }
  #index-body .init-5 .container .content ul li .top{
    font-size: 50px;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list5 {
    left: 98%;
    top: 22%;
  }
  #index-body .init-6 .container .titleC .tipsTitleCont {
    width: 100%;
  }
  #index-body .init-6 .container .titleC .more {
    margin-top: 10px;
  }
  #footer .fTop .container .left {
    width: 100%;
    top: 0;
    margin-bottom: 40px;
  }
  #footer .fTop .container .right {
    width: 100%;
  }
  #footer .fMiddle .container .listCont .logoDes {
    padding-top: 0;
  }
  #footer .fTop .container .right .contactCont {
    width: 100%;
    padding-bottom: 40px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 370px;
  }
  #footer .fMiddle .container .listCont2 {
    width: 270px;
  }
  #footer .fMiddle .container .listCont3{
    width: 270px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner video{
    margin-top: 0;
  }
  #banner .videoC .shadow{
    margin-top: 0;
  }
  #banner .videoC .title{
    font-size: 30px;
    max-width: 100%;
    width: 100%;
  }
  
  #banner .subCont .textAniC .text .c{
    font-size: 160px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 50vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC {
    padding: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 40px 10px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    width: 80%;
    max-width: 500px;
    top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    margin-left: auto;
  }
  #banner .subCont .SpageC {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-2 .container {
    padding-top: 0;
  }
  #index-body .init-2 .container .middle {
    padding: 0;
    width: 100%;
  }
  #index-body .init-2 .container .right {
    top: 0;
    margin-top: 40px;
    display: none;
  }
  #index-body .init-2 .sub {
    display: none;
  }
  #index-body .init-2 .rightSub {
    display: none;
  }
  #index-body .init-4 .container .right .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 0;
    width: 100%;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-left: 0;
  }
  #index-body .init-4 .container .right .content {
    margin: 0;
    width: 100%;
    background: #fff;
  }
  #index-body .init-4 .container .left {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-right: 0;
  }
  #index-body .init-4 .container .right .content .sPage {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
  #index-body .init-5 .container .content{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 30px;
    width: 100%;
  }
  #index-body .init-5 .container .content ul li{
    width: 100%;
  }
  #index-body .init-5 .container .content ul li .top{
    width: 100%;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list5 {
      left: 93%;
      top: 27%;
  }
  #index-body .init-5 .title{
    text-align: left;
  }
  #index-body .init-5 .mapContC{
    overflow-x: auto;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list .cont{
    width: 300px;
  }
  #index-body .init-5 .mapContC .mapCont{
    width: 1250px;
    padding-bottom: 20px;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list{
    zoom: .8;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText .cont2{
    padding: 10px 16px;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list .cont .contText .cont2 .text .text2{
    width: 100%;
    padding-left: 0;
    flex: unset;
  }
  #index-body .init-7 .titleC .tipsTitleCont{
    width: 100%;
  }
  #index-body .init-7 .titleC .more{
    margin-top: 20px;
  }
  #index-body .init-7 .contentC{
    padding: 0 16px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 100%;
  }
  #footer .fMiddle .subDiv {
    display: none;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none !important;
  }
  #footer .copyright .container {
    border-top: none;
  }
}
@media (max-width: 500px) {
  .font-48 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-42{
    font-size: 24px;
    line-height: 1.6;
  }
  .font-36 {
    line-height: 1.6;
    font-size: 24px;
  }
  .font-34 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-30 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  .tipsTitleCont .tipsTitle2 {
    margin-top: 10px;
  }
  #banner .videoC{
    height: calc(100% - 120px);
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 50vh;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    position: relative;
    height: 80vw;
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
    margin-top: 20px;
  }

  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .img1{
    width: 80px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2{
    width: 70%;
    left: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title{
    font-size: 5vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title2{
    font-size: 4.5vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .cont2 .title3{
    font-size: 4vw;
    margin-top: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC1 .img2{
    right: 10px;
  }
  #index-body .init-1 .container .content div ul{
    padding-top: 0;
  }
  #index-body .init-1 .container .content div ul li{
    padding: 0 5px;
  }
  #index-body .init-1 .container .content div ul li .box{
    height: 280px;
    min-height: 1px;
    padding: 30px 10px;
  }
  #index-body .init-2 .container .middle .more {
    margin-top: 20px;
  }
  #index-body .init-5 .container .content ul{
    padding-top: 0;
  }
  #index-body .init-5 .container .content ul li .top{
    font-size: 30px;
  }
  #index-body .init-5 .container .content ul li{
    padding-top: 20px;
  }
  #index-body .init-5 .container .content ul li .top{
    padding-bottom: 10px;
  }
  #index-body .init-5 .mapContC .mapCont .listCont .list5 {
      left: 94%;
      top: 27%;
  }
  #footer .fTop .container .left {
    padding: 20px 10px;
  }
  #footer .fTop .container .left form input,
  #footer .fTop .container .left form textarea {
    padding: 10px 0;
    margin-top: 10px;
  }
  #footer .fTop .container .left form .more {
    margin-top: 20px;
  }
  #footer .fTop .container .right .contactCont {
    padding-top: 20px;
  }
  #footer .fTop .container .right .contactCont .img {
    display: none;
  }
  #footer .fTop .container .right .contactCont .cont {
    width: 100%;
    padding-left: 0;
  }
}
.inner_banner {
  position: relative;
  z-index: 0;
}


.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 450px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 180px 0 100px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  color: var(--color);
  text-decoration: underline;
}
.inner_banner .cont .mbx.pro span{
  color: var(--color);
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
.solution-page .init-1 {
  z-index: 2;
  position: relative;
}
.solution-page .init-1 .subImg {
  width: 36%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.solution-page .init-1 .container .right {
  width: 65%;
  margin-left: auto;
}
.solution-page .init-1 .container .right .cont {
  margin-top: 30px;
  max-width: 650px;
  padding: 30px 0 60px 80px;
  position: relative;
}
.solution-page .init-1 .container .right .cont .line {
  width: 2000px;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 80px;
}
.solution-page .init-1 .container .right .cont .title {
  font-weight: 600;
  max-width: 560px;
}
.solution-page .init-1 .container .right .cont .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  line-height: 32px;
}
.solution-page .init-1 .container .right .cont .more {
  margin-top: 30px;
}
.solution-page .init-2 {
  background-color: #f6f6f6;
}
.solution-page .init-2 .container .left {
  width: 35%;
  padding-right: 20px;
}
.solution-page .init-2 .container .left .img {
  margin-top: 180px;
  width: 140px;
  display: block;
}
.solution-page .init-2 .container .right {
  width: 65%;
  font-weight: bold;
}
.solution-page .init-2 .container .right .title{
  
}
.solution-page .init-2 .container .right .des {
  margin-top: 30px;
  font-weight: 500;
}
.solution-page .init-2 .container .right .des em {
  color: var(--color);
}
.solution-page .init-3 {
  position: relative;
}
.solution-page .init-3 .sub {
  position: absolute;
  top: -1px;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 170px solid #f6f6f6;
  border-right: 180px solid transparent;
  z-index: 2;
}
.solution-page .init-3 .container {
  width: 100%;
}
.solution-page .init-3 .img {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.solution-page .init-4 {
  position: relative;
}
.solution-page .init-4 .sub {
  position: absolute;
  width: 100%;
  height: 340px;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}
.solution-page .init-4 .container {
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .left {
  width: 50%;
}
.solution-page .init-4 .container .left ul li {
  display: none;
}
.solution-page .init-4 .container .left ul li .img {
  width: 100%;
}
.solution-page .init-4 .container .right {
  width: 50%;
  background-color: #fff;
  padding: 30px 50px 70px 50px;
}
.solution-page .init-4 .container .right .line {
  height: 1px;
  margin-top: 30px;
  background-color: #000000;
}
.solution-page .init-4 .container .right .content {
  margin-top: 20px;
}
.solution-page .init-4 .container .right .content ul li .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}
.solution-page .init-4 .container .right .content ul li .box .title {
  font-weight: 600;
  
}
.solution-page .init-4 .container .right .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.8;
}
.solution-page .init-4 .container .right .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -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);
}
.solution-page .init-4 .container .right .content ul li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.solution-page .init-5 {
  background-color: #f6f6f6;
}
.solution-page .init-5 .container .tipsTitleCont {
  max-width: 800px;
}
.solution-page .init-5 .container .content {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 30px 40px 30px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  display: block;
  margin: auto;
  max-width: 300px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 600;
  
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.8;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 20px;
}
.solution-page .init-5 .container .content .sPage {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet {
  margin: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(191, 0, 0, 0);
  opacity: 1;
  background-color: #f6f6f6;
  -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;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active::before {
  background-color: var(--color);
}
@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
  .solution-page .init-3 .sub {
    border-top: 100px solid #f6f6f6;
    border-right: 100px solid transparent;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
  .solution-page .init-3 .img {
    height: 400px;
  }
  .solution-page .init-4 .container .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .solution-page .init-4 .container .right {
    padding: 40px 0;
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
  }
  .solution-page .init-1 .container .right .cont {
    padding-left: 0;
  }
  .solution-page .init-1 .container .right .cont .line {
    width: 100%;
    left: 0;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .solution-page .init-2 .container .left .img {
    margin-top: 20px;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .sub {
    display: none;
  }
  .solution-page .init-3 .img {
    height: 300px;
    background-attachment: unset;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
  .solution-page .init-3 .img {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
  .solution-page .init-1 .container .right .cont {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .solution-page .init-2 .container .left .img {
    width: 80px;
  }
  .solution-page .init-3 .img {
    height: 48vw;
  }
  .solution-page .init-4 .container .right .line {
    margin-top: 10px;
  }
  .solution-page .init-4 .container .right .content ul li .box {
    padding: 10px 0;
  }
  .solution-page .init-5 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
  .solution-page .init-5 .container .content .sPage {
    margin-top: 20px;
  }
}
.product-yd-page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
  
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}
.product-yd-page .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.product-yd-page .init-1 .container ul li .box .left .more{
  margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
  width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
@media (max-width: 1000px) {
  .product-yd-page .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .init-1 .container ul li .box .right {
    margin-top: 20px;
    width: 100%;
  }
}
.product-page .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
  color: var(--color);
}
.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  opacity: 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;
}
.product-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
}
.product-page .init-2 .container .product-search form .btn:hover {
  background-color: var(--color);
}
.product-page .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  
}
.product-page .init-3 .container .des{
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.product-page .init-3 .container .des table{
  border: none;
}
.product-page .init-3 .container .des table tr{
  background: #fff;
}
.product-page .init-3 .container .des table tr td{
  border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
  background: #f6f6f6;
  min-width: 100px;
}
.product-page .init-3 .container .cat_des{
  /*max-height: 320px;*/
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 2;
  /*padding-right: 4px;*/
  /*overflow-y: auto;*/
  font-weight: 500;
}
.product-page .init-3 .container .content {
  margin-top: -40px;
}
.product-page .init-3 .container .content ul{
  margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.8;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.product-page .init-3 .container .content ul li .box .title:hover{
  color: var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  max-height: 172px;
  padding-right: 4px;
}
.product-page .init-3 .container .content ul li .box .slick-track{
  margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
  margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
  padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;
  
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;
  
  background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
  transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}

.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}
.seoPublic .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #f6f6f6;
}
.seoPublic > div.whiteBg {
  background: #fff;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .left img {
  width: 100%;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 0px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: 600;
  
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
  overflow: hidden;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-honor .list ul li a span{
  top: 50%;
  left: 50%;
  min-width: 100px;
  text-align: center;
  transform: translate(-50%,-50%);
  background: var(--color);
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  opacity: 0;
}
.seoPublic .Auxil-honor .list ul li a:hover span{
  opacity: 1;
}
.seoPublic .Auxil-honor .list ul li a span:hover{
  background: #000;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li a.img-box img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  padding: 8px 25px;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}
@media (max-width: 1500px) {
  .product-page .init-3 .container .des table tr td{
    min-width: 120px;
  }
  .product-page .init-3 .container .des table tbody>tr>td:first-child{
    min-width: 120px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }

  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}


@media (max-width: 1250px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--color);
    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;
    font-size: 14px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .seoPublic > div {
    padding: 20px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
  .seoPublic .Auxil-honor .list ul li a span{
    zoom: .8;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .content {
    margin-top: 0;
  }
  .product-page .init-3 .container .content ul{
    margin: 0;
  }
  .product-page .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}



.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;
  
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
  font-family: 'syne';
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #bf0000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  
  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.about-page .about-2 {
  margin-top: 120px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 7%;
  margin-top: -60px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
  height: 100%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  
  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}
.about-page .about-3 .content ul li .box:hover {
  background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box span{
  background: var(--color);
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  min-width: 100px;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
}
.about-page .about-5 .content ul li .img-box span:hover{
  background: #000;
}
.about-page .about-5 .content ul li:hover .img-box span{
  opacity: 1;
  top: 50%;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 1640px;
  margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC ul{
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
  width: auto;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background: var(--color);
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left{
  width: 48%;
  padding-right: 200px;
  padding-top: 110px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  font-weight: 600;
  font-size: 24px;
  
}
.about-page .about-6 .contentC .container .content .box .left .des{
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  overflow-y: auto;
  max-height: 260px;
  padding-right: 4px;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3{
    margin-top: -60px;
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC li{
    width: 100%;
    margin-top: 10px;
  }
  .about-page .about-6 .contentC .container .titleC .box{
    position: relative;
  }
  .about-page .about-6 .contentC .container .titleC .box::before{
      border: 1px solid #e2e0e0;
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 5px;
      left: 0;
      height: 1px;
      width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .num{
    text-align: left;
  }
  .about-page .about-6 .contentC .container .titleC .cir{
    margin: 10px 0 0 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-6 .contentC{
    margin-top: 30px;
  }
  .about-page .about-6 .contentC .container .content{
    margin-top: 20px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-top: 0;
  }
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -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);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.gallery-page .init-2 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  font-family: syne;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;
  font-family: syne;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-left: 10px;
  color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;
  font-family: syne;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-family: syne;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2{
  font-weight: 700;
  font-family: syne;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover{
  background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img{
  transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
  
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px;
  /*min-height: 96px;*/
}
.news-page .news-list ul li .box .content .title:hover {
  color: var(--color);
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color);
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}
.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  
  background: var(--color);
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
  
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0,0,0,.5);
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 0 auto;
}
.releted-product .tipsTitle {
  font-weight: 700;
  text-align: center;
  
}
.releted-product .content ul {
  margin: 0 -15px;
}
.releted-product .content ul li {
  padding: 0 15px;
}
.releted-product .content ul li .img a {
  border: 1px solid #dadada;
  background: #fff;
}
.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-product .content ul li .text {
  margin-top: 20px;
  font-weight: 600;
  color: #000;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.releted-product .content ul li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .releted-product .content ul li .img a{
    height: auto;
  }
}
@media (max-width: 1250px) {
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 40px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.service-page {
  padding: 40px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 .container .top .text {
  vertical-align: middle;
  padding-right: 73px;
}
.service-page .service-1 .container .top .text .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.service-page .service-1 .container .top .text .btn {
  margin-top: 36px;
}
.service-page .service-1 .container .top .text .btn .link {
  vertical-align: top;
  margin-left: 35px;
}
.service-page .service-1 .container .top .text .btn .link em {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color);
}
.service-page .service-1 .container .top .text .btn .link span {
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
}
.service-page .service-1 .container .top .img {
  text-align: right;
  padding: 60px 0 50px;
}
.service-page .service-1 .container .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .tipsTitleCont .tipsTitle1 span {
  width: auto;
}
.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 10px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 600;
  
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page .service-3 {
  padding: 60px 0;
  background-color: var(--color);
  color: #fff;
}
.service-page .service-3 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 h3 {
  /*margin-bottom: 20px;*/
  font-weight: 700;
  
  width: 57%;
}
.service-page .service-3 .more{
  font-weight: 700;
  font-family: syne;
  cursor: pointer;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #fff;
}
.service-page .service-3 .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
    filter: brightness(0);
}
.service-page .service-3 .more:hover .img {
  transform: rotate(45deg);
}
.service-page .service-4 .container .header .tipsTitle1 span {
  width: auto;
}
.service-page .service-4 .container .content {
  margin-top: 40px;
}
.service-page .service-4 .container .content ul {
  margin: 0 -15px;
}
.service-page .service-4 .container .content ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide {
  height: auto;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide > div {
  height: 100%;
}
.service-page .service-4 .container .content ul li {
  height: 100%;
  padding: 15px;
}
.service-page .service-4 .container .content ul li .box {
  height: 100%;
  /*background: #f6f6f6;*/
  padding: 0;
}
.service-page .service-4 .container .content ul li .box .text{
  padding-bottom: 10px;
}
.service-page .service-4 .container .content ul li .box .img-box{
  position: relative;
  display: block;
}
.service-page .service-4 .container .content ul li .box .img-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.service-page .service-4 .container .content ul li .box:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.service-page .service-4 .container .content ul li .box .title {
  display: block;
  font-weight: 700;
  
  margin-top: 15px;
}
.service-page .service-4 .container .content ul li .box .desc {
  margin-top: 20px;
  color: rgba(0,0,0,.5);
}
@media (max-width: 1500px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-1 .container .top .text .btn .link {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 h3 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-1 .container .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .container .top .img {
    display: none;
  }
}
@media (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .service-page .service-3 {
    padding: 40px 0;
  }
  .service-page .service-4 .container .content {
    margin-top: 10px;
  }
  .service-page .service-1 .container .top .text .btn {
    margin-top: 10px;
  }
}
.design-page .design-1 .ui.container {
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-1 .ui.container {
  width: 100%;
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title {
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img {
  text-align: right;
  margin-top: 80px;
}
.design-page .design-2 .right {
  padding-left: 90px;
}
.design-page .design-2 .right .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3 {
  padding-bottom: 120px;
}
.design-page .design-3 .tipsTitle1 span {
  width: auto;
}
.design-page .design-3 .tipsTitle2 {
  text-align: center;
}
.design-page .design-3 .container {
  width: 100%;
}
.design-page .design-3 .i-title {
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: 20px -40px 0;
}
.design-page .design-3 ul li {
  padding: 40px;
}
.design-page .design-3 ul .slick-list {
  padding: 0 28%;
}
.design-page .design-3 ul li .box {
  position: relative;
}
.design-page .design-3 ul li .box img {
  width: 100%;
}
.design-page .design-3 ul li .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p {
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content {
  opacity: 1;
}
.design-page .design-3 ul .slick-dots {
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.design-page .design-3 ul .slick-dots li button {
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active {
  background: var(--color);
}
.design-page .design-4 {
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title {
  line-height: 1.2;
}
.design-page .design-4 .right {
  padding-left: 90px;
}
.design-page .design-4 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}
.design-page .design-4 .right ul li h4 {
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des {
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container {
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5 {
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title {
  line-height: 1.2;
}
.design-page .design-5 .wrap {
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left {
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img {
  width: 100%;
}
.design-page .design-5 .wrap .right {
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width: 1600px) {
  .design-page .design-5 .ui.container {
    padding-left: 7%;
  }
  .design-page .design-5 .wrap {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1450px) {
  .design-page .design-4 .right {
    padding-left: 30px;
  }
  .design-page .design-5 .wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .design-page .design-2 .right {
    padding-left: 50px;
  }
  .design-page .design-3 ul li {
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: 20px -20px 0;
  }
  .design-page .design-3 ul li .content h4 {
    font-size: 21px;
  }
  .design-page .design-4 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }
  .design-page .design-5 .wrap .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 .ui.container {
    padding: 0 20px;
  }
  .design-page .design-2 {
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list {
    padding: 0 18%;
  }
  .design-page .design-4 .left {
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .design-page .design-5 {
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left {
    width: 100%;
  }
  .design-page .design-5 .wrap .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left {
    width: 100%;
  }
  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list {
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 {
    padding: 40px 0;
  }
  .design-page .design-2 .left .img {
    margin-top: 20px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 20px;
  }
  .design-page .design-3 ul li {
    padding: 0 0 20px 0;
  }
  .design-page .design-4 .right ul li {
    padding-left: 0;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 24px;
  }
  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }
  .design-page .design-5 .wrap {
    margin-top: 20px;
  }
  .design-page .design-5 .wrap .left .txt {
    margin-bottom: 20px;
  }
}
.knowledge-page .list ul li {
  margin-bottom: 35px;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px 15px 38px;
  position: relative;
}
.knowledge-page .list ul li .box {
  max-width: 1249px;
  margin: 0 auto;
}
.knowledge-page .list ul li .box .title{
  font-weight: 600;
  
}
.knowledge-page .list ul li .box .con {
  color: rgba(0,0,0,.5);
  margin-top: 18px;
  font-weight: 500;
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
 
.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.knowledge-page .list ul li .box .con table{
  width: fit-content !important;
  font-size: 15px;
}
.knowledge-page .list ul li .box .con table tr{
  background: #fff;
}
.knowledge-page .list ul li .box .con table tr td{
  min-width: 120px;
  padding: 4px;
}

.knowledge-page .list ul li .box time {
  display: inline-block;
  color: #b00000;
  font-size: 18px;
  line-height: 1;
  margin-top: 29px;
}
.knowledge-page .list ul li .box time em {
  font-size: 30px;
}
.knowledge-page .list ul li span.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  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;
  cursor: pointer;
}
.knowledge-page .list ul li span i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.knowledge-page .list ul li:last-child {
  margin-bottom: 0;
}
.knowledge-page .list ul li.active .box .con {
  height: 300px;
  overflow-y: auto;
  overflow-x: auto;
  line-height: 1.8;
}
.knowledge-page .list ul li.active span.icon {
  background: var(--color);
}
.knowledge-page .list ul li.active span.icon i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 700px) {
  .knowledge-page .list ul li .box {
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .knowledge-page .list ul li span {
    zoom: 0.6;
  }
  .knowledge-page .list ul li .box {
    padding-right: 20px;
  }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}

.case-page .init-1 ul{
  margin: 60px -15px 0;
}
.case-page .init-1 ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.case-page .init-1 ul li{
  padding: 0 15px;
  margin-top: 30px;
}
.case-page .init-1 ul li .box{
  position: relative;
}
.case-page .init-1 ul li .box .img{
  display: block;
  overflow: hidden;
  height: 100%;
}
.case-page .init-1 ul li .box .img img{
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
.case-page .init-1 ul li .box{
  position: relative;
  z-index: 2;
}
.case-page .init-1 ul li .box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}
.case-page .init-1 ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 50px 40px;
  width: 100%;
  color: #fff;
}
.case-page .init-1 ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.case-page .init-1 ul li .box .cont .cat{
  font-size: 16px;
  font-weight: 500;
}
.case-page .init-1 ul li .box .cont .title{
  font-weight: bold;
  
  font-size: 24px;
  margin-top: 6px;
  display: block;
  max-width: 400px;
}
.case-page .init-1 ul li .box .cont .moreC{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more{
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.case-page .init-1 ul li .box .cont .moreC .more i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all .5s;
  font-size: 36px;
}
.case-page .init-1 ul li .box .cont .moreC .more i.i1{
  left: -50px;
}
.case-page .init-1 ul li .box:hover .cont .sub{
  transform: scaleX(1);
}
.case-page .init-1 ul li .box:hover .cont .moreC .more i{
  transform: translateX(50px);
  color: var(--color);
}

.casedet-page .init-1 .cat_img img{
  width: 100%;
}
.casedet-page .init-1 .title{
  font-size: 46px;
  
  font-weight: bold;
  margin-top: 60px;
}
.casedet-page .init-1 .content{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}


@media (max-width: 1500px) {
  .casedet-page .init-1 .title{
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .case-page .init-1 ul li .box .cont{
    padding: 40px 10px;
  }
  .case-page .init-1 ul li .box .cont .moreC{
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 500px) {
  .case-page .init-1 ul{
    margin-top: 20px;
  }
  .casedet-page .init-1 .title{
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
  }
}


.doc-page table tbody {
  display: block;
}
.doc-page table tr {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #c5c5c5;
  background-color: transparent !important;
  font-weight: bold;
}
.doc-page table tr td {
  padding: 1.1em 20px;
  border: none;
}
.doc-page table tr td:nth-child(1) {
  width: 65% !important;
}
.doc-page table tr td:nth-child(2) {
  padding-left: 30px;
  border-left: 1px solid #c5c5c5;
  width: 20% !important;
  font-weight: normal;
  color: #333;
}
.doc-page table tr td:nth-child(3) {
  width: 15% !important;
  text-align: center;
}
.doc-page table tr:first-child {
  background-color: var(--color) !important;
  color: white;
  font-weight: normal;
  font-size: 1.33333333em;
  padding: 0;
}
.doc-page table tr:first-child td:nth-child(2) {
  border-left: none;
  color: inherit;
}
.doc-page table a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.doc-page table a:hover {
  color: var(--color);
}

@media screen and (max-width: 1000px) {
  .doc-page table tr td:nth-child(3) {
    width: 20% !important;
  }
  .doc-page table tr td {
    padding: .5em;
  }
  .doc-page table tr:first-child {
    font-size: 1em;
  }
}

@media screen and (max-width: 500px) {
  .doc-page table tr td:nth-child(2) {
    padding-left: 10px;
  }
  .doc-page table tr td:nth-child(3) {
    width: 33.33% !important;
  }
}


.video-page a.img-box .play {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 9%;
  bottom: 12%;
  left: auto;
  top: auto;
  zoom: .8;
  background-color: white;
}
.video-page a.img-box .play i {
  border-left-color: var(--color);
}



.prodet-page .init-1 .container .left {
  width: 36%;
}
.prodet-page .init-1 .container .left .bigImg{
  position: relative;
}
.prodet-page .init-1 .container .left .bigImg .btn{
  width: 38px;
  height: 38px;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.prodet-page .init-1 .container .left .bigImg .btn:hover{
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.prodet-page .init-1 .container .left .bigImg .prev{
  left: -16px;
  right: unset;
  
}
.prodet-page .init-1 .container .left .bigImg:hover .btn{
  opacity: 1;
}
.prodet-page .init-1 .container .left .bigImg .swiper {
  border: 2px solid #eeeeee;
}
.prodet-page .init-1 .container .left .smallImg ul li {
  width: 33%;
}
.prodet-page .init-1 .container .left .smallImg ul li a {
  border: 2px solid #eeeeee;
  display: block;
}
.prodet-page .init-1 .container .right {
  width: 58%;
}
.prodet-page .init-1 .container .right .link{
  font-weight: 500;
}
.prodet-page .init-1 .container .right .link a{
  text-decoration: underline;
  text-decoration-color: transparent;
}
.prodet-page .init-1 .container .right .link a:hover{
  text-decoration-color: var(--color);
}
.prodet-page .init-1 .container .right ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodet-page .init-1 .container .right ul li {
  margin: 5px;
  list-style-type: unset !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .right ul li img {
  width: 36px;
  margin-right: 10px;
}
.prodet-page .init-1 .container .right .open_btn {
  color: #fff;
  background-color: var(--color);
  cursor: pointer;
  padding: 8px 30px;
}
.prodet-page .init-1 .container .right .open_btn:hover {
  background-color: #000;
}
.prodet-page .init-2 .container .listCont {
  background-color: #fbfbfb;
  padding: 10px 40px 30px;
}
.prodet-page .init-2 .container .listCont table {
  border: none;
  margin-bottom: 0;
}
.prodet-page .init-2 .container .listCont table tbody {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .listCont table tbody tr {
  /*margin: 20px 20px 0;*/
  margin-top: 20px;
  background-color: #fbfbfb;
  width: 25% !important;
  display: flex;
  /*white-space: nowrap;*/
}
.prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-1){
    width: 14% !important;
    margin-left: 9%;
}

.prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n){
  width: 14% !important;
  margin-left: 9%;
}

.prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-2){
  margin-left: 4%;
}

.prodet-page .init-2 .container .listCont table tbody tr td {
  padding: 0;
  border: none;
  width: 100% !important;
}
.prodet-page .init-2 .container .listCont table tbody tr td ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
}
.prodet-page .init-2 .container .listCont table tbody tr td ul li {
  list-style-type: unset !important;
}
.prodet-page .init-2 .container .listCont table tbody tr td ul li:first-child {
  width: 30px;
}
.prodet-page .init-2 .container .listCont table tbody tr td ul li:last-child {
  width: calc(100% - 40px);
  /*margin-left: 10px;*/
  padding-right: 6px;
}
.prodet-page .init-2 .container .listCont table tbody tr td ul li strong {
  display: block;
  font-weight: bold;
}
.prodet-page .init-3 .container ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0 !important;
  /*min-height: 840px;*/
}
.prodet-page .init-3 .container ul.li_4{
  /*min-height: 650px;*/
}
.prodet-page .init-3 .container ul li {
  width: 34%;
  list-style-type: unset !important;
  text-align: center;
  margin-top: 200px;
  font-size: 16px;
}
.prodet-page .init-3 .container ul li:nth-child(-n+2){
  margin-top: 80px;
}
.prodet-page .init-3 .container ul li img {
  height: 60px;
  margin: auto;
  display: block;
}
.prodet-page .init-3 .container ul li > br {
  display: none;
}
.prodet-page .init-3 .container ul li strong {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prodet-page .init-3 .container ul li:nth-child(2n) {
  margin-left: auto;
}
.prodet-page .init-3 .container ul.li_5 li{
  margin-top: 170px;
}
.prodet-page .init-3 .container ul.li_5 li:nth-child(-n+2){
  margin-top: 90px;
}
.prodet-page .init-3 .container ul.li_6 li{
  margin-top: 80px;
}
.prodet-page .init-3 .container ul.li_6 li:nth-child(-n+2){
  margin-top: 50px;
}
/*.prodet-page .init-3 .container ul li:nth-child(3) {
  margin-top: 100px;
}
.prodet-page .init-3 .container ul li:nth-child(4) {
  margin-top: 100px;
}
.prodet-page .init-3 .container ul li:nth-child(5) {
  margin-top: 100px;
}*/
.prodet-page .init-3 .container .img2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}
.prodet-page .proContC .container .content ul li {
  width: 25%;
}
.prodet-page .proContC .container .content ul li .title{
  display: block;
  overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.prodet-page .proContC .container .content ul li .box .img {
  display: block;
  border: 1px solid #dadada;
}


@media (max-width: 1450px) {
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-1){
    width: 18% !important;
    margin-left: 5%;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n) {
    width: 18% !important;
    margin-left: 5%;
  }
  .prodet-page .init-3 .container ul li:nth-child(3){
    margin-top: 100px;
  }
  .prodet-page .init-3 .container ul li:nth-child(4){
    margin-top: 100px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-3 .container ul li:nth-child(3){
    margin-top: 60px;
  }
  .prodet-page .init-3 .container ul li:nth-child(4){
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .left {
    max-width: 500px;
  }
  .prodet-page .init-1 .container .right {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right ul li {
    width: 100%;
  }
  .prodet-page .init-2 .container .listCont {
    padding: 10px 16px 20px;
  }
  .prodet-page .init-2 .container .listCont table tbody {
    min-width: 1px;
    white-space: wrap;
  }
  .prodet-page .init-2 .container .listCont table tbody tr {
    width: 33.33% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-1) {
    width: 33.33% !important;
    margin-left: 0;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n){
    width: 33.33% !important;
    margin-left: 0;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-2){
    width: 33.33% !important;
    margin-left: 0;
  }
  .prodet-page .init-3 .container ul{
    justify-content: space-between;
  }
  .prodet-page .init-3 .container ul li{
    width: 100%;
    text-align: left;
    margin-top: 30px !important;
  }
  .prodet-page .init-3 .container ul li img{
    margin-left: 0;
  }
  .prodet-page .init-3 .container .img2{
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-2 .container .listCont table tbody tr {
    width: 50% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-1) {
    width: 50% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-2){
    width: 50% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n) {
      width: 50% !important;
  }
  
}
@media (max-width: 500px) {
  .prodet-page .init-2 .container .listCont table tbody tr {
    width: 100% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-1) {
    width: 100% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n-2){
    width: 100% !important;
  }
  .prodet-page .init-2 .container .listCont table tbody tr:nth-child(4n) {
      width: 100% !important;
  }
}
