@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  --color:rgba(21, 171, 233, 1);
  font-size: var(--ft16);

}
.container{
  width: 1470px;
  padding: 0 15px;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #15ABE9;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #15ABE9;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #15ABE9;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom:120px;
  right: 25px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #15ABE9;
  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;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .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: #15ABE9;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 1px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  min-width: 110px;
}
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;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#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: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .product_down{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
  padding: 40px 0;
  display: none;
}
#header .product_down .left {
    width: 30%;
    padding-right: 100px;
}
#header .product_down .left ul li {
    margin-bottom: 20px;
}
#header .product_down .left ul li a {
    display: block;
    border-left: 3px solid transparent;
    border-radius: 0 24px 24px 0;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    padding: 12px 20px;
}
#header .product_down .left ul li.active a {
    border-left-color: #15ABE9;
    box-shadow: 0px 10px 20px 2px rgba(5, 28, 45, .08);
    color: #15ABE9;
}
#header .product_down .right {
    width: 70%;
}
#header .product_down .right .item.active {
    display: block;
}
#header .product_down .right .item ul {
    margin: -10px;
    max-height: 385px;
    overflow: auto;
}
#header .product_down .right .item ul li {
    padding: 10px;
    text-align: center;
}
#header .product_down .right .item ul li .box {
    display: block;
    transition: all .4s;
    padding-top: .64rem;
    overflow: hidden;
    border-radius: 20px;
    padding: .64rem .16rem 0;
}
#header .product_down .right .item ul li .img-box {
    padding: 20px;
}
#header .product_down .right .item ul li .img-box img {
    width: 90%;
    display: block;
    margin: auto;
}
#header .product_down .right .item ul li .name {
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
#header {
  position: fixed;
  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;
  padding: 14px 0 7px;
  background: rgba(0, 0, 0, 0.3);
}
#header > .nav > .menu .menu-box {
  -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;
  transition: all .5s;
}
/*#header > .nav > .menu .menu-box .left .logo .img2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}*/
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft60);
  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:first-child > a::after {
  display: none;
}
#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 17px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:nth-child(2) .sub-menu{
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #15ABE9;
  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 {
  width: 44px;
  height: 44px;
  background-color: #15ABE9;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}
#header > .nav > .menu .menu-box .right .search .img {
  width: 20px;
  height: 20px;
    filter: brightness(0) invert(1);
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: #fff;
  background-color: #15ABE9;
  border-radius: 24px;
  border: none;
  padding: 5px 5px 5px 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text i {
  border-radius: 50%;
  margin-left: 18px;
  font-size: 26px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  display: block;
  color: #15ABE9;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  margin-left: 30px;
  width: 44px;
  height: 44px;
  background-color:  #15ABE9;
  border-radius: 50%;
  cursor: pointer;
  
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
#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.active1 > .nav,
#header.hover > .nav {
  border-bottom: none;
  background-color: #fff;
}
#header>.nav>.menu .menu-box .left{
  display: block;
}

#header.active1>.nav>.menu .menu-box .left .logo .img1{
  opacity: 0;
}
#header.hover>.nav>.menu .menu-box .left .logo .img1{
  opacity: 0;
}
#header.hover>.nav>.menu .menu-box .left .logo .img2{
  opacity: 1;
}
#header.active1>.nav>.menu .menu-box .left .logo .img2{
  opacity: 1;
}
#header.active1>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a,
#header.hover>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a{
  color: #000;
}
#header.active1>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a:before,
#header.hover>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a:before{
  background: #000;
}


@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes qodef-animate-image-in2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes qodef-animate-image-in2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes qodef-animate-image-in2 {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes qodef-animate-image-in2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
:root {
  --px210: calc(9.9vw + 20px);
  --px200: calc(9.38vw + 20px);
  --px100: calc(4.1667vw + 20px);
  --px150: calc(6.77vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);

}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft42: calc(1.46vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft19: calc(0.2585vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft15: calc(0.0525vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft25: calc(0.575vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft28: calc(0.729vw + 14px) !important;
  --ft20: calc(0.315vw + 14px);
  --ft22: calc(0.415vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
  --ft65: calc(2.6555vw + 14px);
  --ft90: calc(3.959vw + 14px);
  --ft92: calc(4.059vw + 14px);
  --ft100: calc(4.479vw + 14px);
  --ft120: calc(5.519vw + 14px);
  --ft163: calc(7.759vw + 14px);
  --ft182: calc(8.752vw + 14px);
  --ft80: calc(3.4405vw + 14px);
  --ft75: calc(3.1805vw + 14px);
  --ft74: calc(3.1215vw + 14px);
  --ft73: calc(3.0725vw + 14px);
  --ft72: calc(3.0225vw + 14px);
  --ft56: calc(2.1885vw + 14px) !important;
  --ft57: calc(2.2385vw + 14px);
  --ft54: calc(2.0835vw + 14px) !important;
}
.font-16 {
  line-height: 1.8;
}
.tipsTitleC {
  position: relative;
}
.tipsTitleC .tipsTitleImg {
  width: 166px;
  height: 64px;
  position: absolute;
  left: -60px;
}
.tipsTitleC .tipsTitle {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.tipsTitleC.white {
  color: #fff;
}
.tipsTitleC.white .tipsTitleImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.moreCont {
  background-color: #15ABE9;
  border: 1px solid #15ABE9;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}
.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont .moreText {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: #15ABE9;
}
.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#banner {
  overflow: hidden;
  position: relative;
  margin-top: var(--ft100);
}
#banner .moreCont {
  background-color: #fff;
  border: 1px solid #fff;
  color: #15ABE9;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}
#banner .moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    background-color: #15ABE9;
  border: 1px solid #15ABE9;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#banner .moreCont .moreText {
  position: relative;
  z-index: 2;
}
#banner .moreCont:hover {
  color: #fff;
}
#banner .moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#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;
  position: relative;
  width: 100%;
  height: 840px;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*padding-bottom: 110px;*/
}
#banner .swiper .swiper-wrapper .swiper-slide .contC {
  position: unset;
      height: 100%;
    align-items: center;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont {
  z-index: 3;
  overflow: hidden;
  color: #fff;
  position: relative;
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
  max-width: 808px;
 font-weight: 600;
font-size: var(--ft54);
color: #FFFFFF;
line-height: 1.333;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC {
  margin-top: 40px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC .more {
  background-color: #119ad4;
  padding: 10px 16px;
  border-radius: 10px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC .more .moreImg {
  width: 20px;
  height: 16px;
  margin-left: 12px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC .more:hover {
  background-color: #000;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .contC .imgC {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 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 .moreC {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont2 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.slick-list .slick-track {
  margin-left: 0;
}
@media (max-width: 1800px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 940px;}
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 119, 188, 0.3)), color-stop(70%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(2, 119, 188, 0.3), #ffffff 70%);
  background-image: -moz-linear-gradient(top, rgba(2, 119, 188, 0.3), #ffffff 70%);
  background-image: -o-linear-gradient(top, rgba(2, 119, 188, 0.3), #ffffff 70%);
  background-image: linear-gradient(to bottom, rgba(2, 119, 188, 0.3), #ffffff 70%);
}
#index-body .init-1 .container .left {
  padding-top: 160px;
  width: 430px;
}
#index-body .init-1 .container .left .content {
  margin-top: 60px;
}
#index-body .init-1 .container .left .content ul li .box .title {
  font-weight: 600;
  color: #15ABE9;
}
#index-body .init-1 .container .left .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
}
#index-body .init-1 .container .left .content ul li .box .more {
  margin-top: 30px;
}
#index-body .init-1 .container .right {
  width: -webkit-calc(-330%);
  width: -moz-calc(-330%);
  width: calc(100% - 430px);
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}
#index-body .init-1 .container .right .cont {
  z-index: 2;
  position: relative;
  height: 730px;
  width: 730px;
  margin-left: auto;
}
#index-body .init-1 .container .right .cont .bor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
#index-body .init-1 .container .right .cont .list {
  cursor: pointer;
  width: 230px;
  position: absolute;
  top: -28px;
  right: 36%;
  z-index: 2;
}
@keyframes rot_1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rot_2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

#index-body .init-1 .container .right .cont .list .imgC {
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #999999;
  border-radius: 50%;
}
#index-body .init-1 .container .right .cont .list .imgC .imgC2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #999999;
}
#index-body .init-1 .container .right .cont .list .imgC .imgC2 .imgC3 {
  width: 32px;
  height: 32px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-1 .container .right .cont .list .text {
  color: #999999;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: var(--ft18);
}
#index-body .init-1 .container .right .cont .list.active .imgC_C{
  transform: scale(1.2);
}
#index-body .init-1 .container .right .cont .list.active .imgC {
  border: 1px solid #15ABE9;
  animation: rot_1 10s linear infinite;
}
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2 {
  border: 1px dashed #15ABE9;
}
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2 .imgC3 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: rot_2 10s linear infinite;
}
#index-body .init-1 .container .right .cont .list.active .text {
  color: #15ABE9;
}
#index-body .init-1 .container .right .cont .list1 .imgC {
  background-color: #cfe5f2;
}
#index-body .init-1 .container .right .cont .list2 {
  right: -2%;
  top: 90px;
}
#index-body .init-1 .container .right .cont .list2 .imgC {
  background-color: #daebf5;
}
#index-body .init-1 .container .right .cont .list2 .text {
  background-color: #d2e7f3;
}
#index-body .init-1 .container .right .cont .list2 .text p{
  white-space: nowrap;
}
#index-body .init-1 .container .right .cont .list3 {
  right: -15%;
  top: 310px;
}
#index-body .init-1 .container .right .cont .list3 .imgC {
  background-color: #e5f1f8;
}
#index-body .init-1 .container .right .cont .list3 .text {
  background-color: #ecf5fb;
}
#index-body .init-1 .container .right .cont .list4 {
  right: -5%;
  top: 550px;
}
#index-body .init-1 .container .right .cont .list4 .imgC {
  background-color: #fff;
}
#index-body .init-1 .container .right .cont .list4 .text {
  background-color: #fff;
}
#index-body .init-1 .container .right .cont .list5 {
  right: 36%;
  top: 700px;
}
#index-body .init-1 .container .right .cont .list5 .imgC {
  background-color: #fff;
}
#index-body .init-1 .container .right .cont .list5 .text {
  background-color: #fff;
}
#index-body .init-1 .container .right .cont2 {
  width: 750px;
  height: 550px;
  position: absolute;
  top: 16%;
  left: 3.4%;
}
#index-body .init-1 .container .right .cont2 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 {
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 410px;
  background-position: center bottom;
}
#index-body .init-2 .container .left {
  width: 50%;
}
#index-body .init-2 .container .left .tipsTitle {
  max-width: 500px;
}
#index-body .init-2 .container .left .des {
  margin-top: 6px;
  color: #666;
}
#index-body .init-2 .container .left .more {
  margin-top: 30px;
}
#index-body .init-2 .container .right {
  width: 50%;
  padding-left: 90px;
  margin-top: 20px;
}
#index-body .init-2 .container .right .imgC {
  height: 350px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#index-body .init-2 .container .right .imgC .play {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: relative;
}
#index-body .init-2 .container .right .imgC .play .cont {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  color: #15ABE9;
  font-size: 22px;
}
#index-body .init-2 .container .right .imgC .play .cont i {
  margin-left: 2px;
}
#index-body .init-2 .container .right .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-2 .container .right .imgC .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-2 .container .right .imgC .play:hover .cont {
  background-color: #15ABE9;
  color: #fff;
}
#index-body .init-2 .container .right img {
  width: 100%;
}
#index-body .init-3 {
  position: relative;
  overflow: hidden;
}
#index-body .init-3 .shadow {
  background-color: #f4f4f4;
  height: 570px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .shadowImg {
  width: 900px;
  height: 360px;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .container .titleC .left {
  width: 50%;
}
#index-body .init-3 .container .titleC .left .tipsTitle {
  max-width: 540px;
}
#index-body .init-3 .container .titleC .right {
  width: 50%;
}
#index-body .init-3 .container .titleC .right .swiper {
  padding: 5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
}
#index-body .init-3 .container .titleC .right .swiper ul li {
  cursor: pointer;
}
#index-body .init-3 .container .titleC .right .swiper ul li .box {
  width: 130px;
  height: 130px;
}
#index-body .init-3 .container .titleC .right .swiper ul li .box .img img {
  display: block;
  margin: auto;
  height: 70px;
  filter: grayscale(1);
}
#index-body .init-3 .container .titleC .right .swiper ul li .box .text {
  text-align: center;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .titleC .right .swiper ul li.active .box,
#index-body .init-3 .container .titleC .right .swiper ul li:hover .box {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .init-3 .container .titleC .right .swiper ul li.active .box .img img,
#index-body .init-3 .container .titleC .right .swiper ul li:hover .box .img img{
  filter: grayscale(0);
}
#index-body .init-3 .container .titleC .right .swiper ul li.active .box .text,
#index-body .init-3 .container .titleC .right .swiper ul li:hover .box .text {
  color: #15ABE9;
}
#index-body .init-3 .container .contentC {
  margin-top: 70px;
}
#index-body .init-3 .container .contentC .listC {
  position: relative;
  /*display: none;*/
}
#index-body .init-3 .container .contentC .listC .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #999999;
  position: absolute;
  top: 220px;
  right: 23%;
  z-index: 2;
  cursor: pointer;
}
#index-body .init-3 .container .contentC .listC .btn .btnImg {
  width: 30px;
  height: 26px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-3 .container .contentC .listC .btn:hover {
  border: 5px solid #15ABE9;
}
#index-body .init-3 .container .contentC .listC .btn:hover .btnImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-3 .container .contentC .listC .prev {
  right: unset;
  left: 23%;
}
#index-body .init-3 .container .contentC .listC ul li {
  position: relative;
}
#index-body .init-3 .container .contentC .listC ul li .box {
  width: 260px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .container .contentC .listC ul li .box .img {
  display: block;
  overflow: unset;
}
#index-body .init-3 .container .contentC .listC ul li .box .img img {
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(6px 20px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(6px 20px 10px rgba(0, 0, 0, 0.2));
}
#index-body .init-3 .container .contentC .listC ul li .box .cont {
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#index-body .init-3 .container .contentC .listC ul li .box .cont .text {
  display: block;
  font-weight: 600;
  color: #15ABE9;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .contentC .listC ul li .box .cont .more {
  margin-top: 30px;
}
#index-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
  width: 550px;
}
#index-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box .cont {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-3 .container .contentC .listC ul li.swiper-slide-prev .box {
  left: 34%;
}
#index-body .init-3 .container .contentC .listC ul li.swiper-slide-next .box {
  left: 66%;
}
#index-body .init-4 {
  padding-bottom: 30px;
  padding-top: 90px;
  position: relative;
}
#index-body .init-4 .imgList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .imgList .list {
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#index-body .init-4 .imgList .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
#index-body .init-4 .container {
  z-index: 3;
}
#index-body .init-4 .container .tipsTitleC {
  max-width: 470px;
}
#index-body .init-4 .container .content1 {
  max-width: 570px;
  margin-top: 80px;
}
#index-body .init-4 .container .content1 ul li .box .title {
  font-weight: 600;
  color: #fff;
}
#index-body .init-4 .container .content1 ul li .box .des {
  margin-top: 20px;
  color: #fff;
}
#index-body .init-4 .container .content1 ul li .box .more {
  margin-top: 30px;
}
#index-body .init-4 .container .content2 {
  margin-top: 80px;
}
#index-body .init-4 .container .content2 ul li {
  cursor: pointer;
  height: auto;
}
#index-body .init-4 .container .content2 ul li .box {
  padding: 40px 10px;
  height: 100%;
}
#index-body .init-4 .container .content2 ul li .box .img {
  height: 50px;
}
#index-body .init-4 .container .content2 ul li .box .text {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
#index-body .init-4 .container .content2 ul li.active .box {
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-5 .container {
  position: unset;
  width: 100%;
}
#index-body .init-5 .container .content {
  margin-top: 70px;
}
#index-body .init-5 .container .content .list {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-top: 80px;
  padding: 0 20px;
  transition: all .5s;
  transform-origin: top;
}
#index-body .init-5 .container .content .list.active{
  transform: scale(0.9);
}
#index-body .init-5 .container .content .list .box {
  -webkit-box-shadow: 0 0 50px 30px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 50px 30px rgba(255, 255, 255, 0.7);
  height: 720px;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#index-body .init-5 .container .content .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#index-body .init-5 .container .content .list .box .cont2 {
  max-width: 690px;
  position: relative;
  z-index: 2;
  margin-top: 180px;
  margin-left: 180px;
  color: #fff;
}
#index-body .init-5 .container .content .list .box .cont2 .title {
  font-weight: 600;
}
#index-body .init-5 .container .content .list .box .cont2 .des {
  margin-top: 30px;
}
#index-body .init-5 .container .content .list .box .cont2 .more {
  margin-top: 30px;
}
#index-body .init-5 .container .content .list:first-child {
  margin-top: 0;
}
#index-body .init-6 .container .titleC {
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 30px;
}
#index-body .init-6 .container .titleC .left {
  width: 50%;
}
#index-body .init-6 .container .titleC .right {
  width: 50%;
  text-align: right;
}
#index-body .init-6 .container .titleC .right .list {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  margin-left: 30px;
  display: inline-block;
  margin-top: 10px;
}
#index-body .init-6 .container .titleC .right .list:hover {
  color: #000;
}
#index-body .init-6 .container .content .swiper {
  height: 500px;
}
#index-body .init-6 .container .content ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  position: relative;
}
#index-body .init-6 .container .content ul li .sub {
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #15ABE9;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#index-body .init-6 .container .content ul li .box .left {
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
}
#index-body .init-6 .container .content ul li .box .left .title {
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .content ul li .box .left .title:hover {
  color: #15ABE9;
}
#index-body .init-6 .container .content ul li .box .left .time {
  margin-top: 20px;
  color: #666666;
}
#index-body .init-6 .container .content ul li .box .right {
  position: relative;
  width: 50%;
  padding-left: 210px;
}
#index-body .init-6 .container .content ul li .box .right .des {
  color: #666666;
}
#index-body .init-6 .container .content ul li .box .right .more {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#index-body .init-6 .container .content ul li:hover .right .des {
  opacity: 0;
}
#index-body .init-6 .container .content ul li:hover .right .more {
  opacity: 1;
}
#index-body .init-6 .container .content ul li:hover .sub {
  opacity: 1;
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  transform: scaleX(100%);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 130px;
}
#footer .footerCont {
  -o-background-size: cover;
  background-size: cover;
  background-color: #272728;
}
#footer .footerCont .fTop .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footerCont .fTop .container .left {
  width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 60px;
  padding-left: 40px;
  margin-top: -130px;
}
#footer .footerCont .fTop .container .left .tipsTitleC {
  margin-left: 0px;
}
#footer .footerCont .fTop .container .left .tipsTitleC .tipsTitleImg {
  left: -46px;
}
#footer .footerCont .fTop .container .left .subImg {
  width: 100px;
  height: 120px;
  position: absolute;
  top: 14px;
  right: 20px;
  -webkit-animation: qodef-animate-image-in2 3s ease-in-out infinite;
  -moz-animation: qodef-animate-image-in2 3s ease-in-out infinite;
  -o-animation: qodef-animate-image-in2 3s ease-in-out infinite;
  animation: qodef-animate-image-in2 3s ease-in-out infinite;
}
#footer .footerCont .fTop .container .left form {
  padding-top: 20px;
  line-height: 1.6;
}
#footer .footerCont .fTop .container .left form input,
#footer .footerCont .fTop .container .left form textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  margin-top: 20px;
  padding: 12px 18px;
}
#footer .footerCont .fTop .container .left form .more {
  margin-top: 40px;
  cursor: pointer;
}
#footer .footerCont .fTop .container .right {

  width: calc(100% - 600px);
}
#footer .footerCont .fTop .container .right .infoCont {
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
#footer .footerCont .fTop .container .right .infoCont .list {
  margin-top: 30px;
  color: #fff;
}
#footer .footerCont .fTop .container .right .infoCont .list .imgC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
#footer .footerCont .fTop .container .right .infoCont .list .imgC .img {
  width: 20px;
  height: 20px;
}
#footer .footerCont .fTop .container .right .bottomInfo {
  padding-top: var(--ft50);
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .contList .item {
  padding-top: var(--ft36);
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .contList .item .tips {
  color: #fff;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .contList .item .des {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .first {
  font-weight: 600;
  color: #fff;
  padding-top: var(--ft36);
  margin-bottom: 30px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .list2 {
  color: #fff;
  margin-top: 10px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .list2 a:hover {
  color: #15ABE9;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont1 {
  width: 240px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont2 {
  width: 139px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont3 {
  width: 253px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  margin-top: 50px;
}
#footer .copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  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;
  width: 100%;
  top: 0;
  color: #ffffff;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box {
    width: 1400px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
}
#banner .swiper .swiper-wrapper .swiper-slide{
  background-size: auto;
  background-position: center right;
}
@media (max-width: 1500px) {
  #header > .nav {
    padding: 8px 0;
  }
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box .right {
    /*width: 100%;*/
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*margin-top: -10px;*/
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    font-size: var(--ft46);
    max-width: 45%
  }
  #index-body .init-1 .container .right {
    left: -60px;
  }
  #index-body .init-1 .container .right .cont2 {
    left: -6%;
  }
  #index-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
    width: 450px;
  }
  #index-body .init-6 .container .content ul li .box .left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1450px) {
  #footer .footerCont .fTop .container .left {
  width: 420px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 30px;
  padding-left: 40px;
  margin-top: -130px;
}
#footer .footerCont .fTop .container .left form input, #footer .footerCont .fTop .container .left form textarea,
#footer .footerCont .fTop .container .left form .more{
  margin-top: 14px;
}

#footer .footerCont .fTop .container .right {

  width: calc(100% - 420px);
}
}

@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box {
    width: 970px;
  }
  #header .product_down .left{
    width: 40%;
  }
  #header .product_down .right{
    width: 60%;
  }
  #header .product_down .right .item ul li{
    width: 50%;
  }
  /*#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    font-size: 50px;
  }*/
  #index-body .init-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5e0f0), color-stop(40%, #ffffff));
    background-image: -webkit-linear-gradient(top, #c5e0f0, #ffffff 40%);
    background-image: -moz-linear-gradient(top, #c5e0f0, #ffffff 40%);
    background-image: -o-linear-gradient(top, #c5e0f0, #ffffff 40%);
    background-image: linear-gradient(to bottom, #c5e0f0, #ffffff 40%);
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    margin-top: 20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #index-body .init-1 .container .right .cont .list1 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list2 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list2 .text {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list3 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list3 .text {
    background-color: #fff;
  }
  #index-body .init-1 .container .right {
    width: 100%;
  }
  #index-body .init-1 .container .right .cont {
    margin-left: 0;
  }
  #index-body .init-2 {
    background: #fff !important;
    padding-bottom: 80px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #index-body .init-2 .container .right .imgC {
    height: 480px;
  }
  #index-body .init-3 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .titleC .right .swiper {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-3 .container .contentC .listC .prev {
    left: 0;
  }
  #index-body .init-3 .container .contentC .listC .next {
    right: 0;
  }
  #index-body .init-3 .container .contentC .listC ul li .box {
    width: auto;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
    width: 100%;
  }
  #index-body .init-3 .container .contentC .listC ul li .box .img img {
    height: auto;
  }
  #index-body .init-3 .container .contentC .listC ul li.swiper-slide-next .box {
    left: 0;
  }
  #index-body .init-3 .container .contentC .listC ul li.swiper-slide-prev .box {
    left: 0;
  }
  #index-body .init-3 .container .contentC .listC ul li .box .cont {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  #index-body .init-3 .container .contentC .listC .btn {
    top: 46%;
  }
  #index-body .init-6 .container .content .swiper {
    height: auto;
  }
  #index-body .init-6 .container .content ul li .box .left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #index-body .init-6 .container .content ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .container .content ul li .box .right .more {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin-top: 10px;
    opacity: 1;
  }
  #index-body .init-6 .container .content ul li:hover .right .des {
    opacity: 1;
  }
  #footer {
    padding-top: 0;
  }
  #footer .footerCont .fTop .container .left {
    width: 100%;
    margin-top: 40px;
  }
  #footer .footerCont .fTop .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .font-40 {
    font-size: 30px;
  }
  #banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  /*#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    font-size: 40px;
  }*/
  .tipsTitleC .tipsTitleImg {
    display: none;
  }
  #index-body .init-6 .container .titleC .left {
    width: 100%;
  }
  #footer .footerCont {
    background: #000 !important;
  }
  #footer .footerCont .fTop .container .left .tipsTitleC {
    margin-left: 0;
  }
  #footer .footerCont .fTop .container .right .infoCont {
    padding-left: 0;
  }
  #footer .footerCont .fTop .container .right .bottomInfo {
    padding-left: 0;
  }
  #footer .footerCont .fTop .container .right .bottomInfo .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  /*#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    font-size: 30px;
  }*/
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC {
    margin-top: 10px;
  }
  #index-body .init-3 .container .contentC .listC .btn {
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
  }
  #index-body .init-3 .container .contentC .listC .btn:hover {
    border: 2px solid #15ABE9;
  }
  #index-body .init-3 .container .contentC .listC .btn .btnImg {
    width: 22px;
    height: 18px;
  }
}
@media (max-width: 500px) {
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-24 {
    font-size: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 260px;
  }
  /*#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    font-size: 24px;
  }*/
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .moreC {
    margin-top: 20px;
  }
  #index-body .init-2 {
    padding-bottom: 40px;
  }
  #index-body .init-2 .container .left .more {
    margin-top: 10px;
  }
  #index-body .init-6 {
    padding-top: 0;
  }
  #index-body .init-6 .container .content ul li {
    padding: 20px 0;
  }
  #footer .footerCont .fTop .container .left {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
  }
  #footer .footerCont .fTop .container .left .subImg {
    z-index: -1;
    width: 80px;
    height: 80px;
  }
  #footer .footerCont .fTop .container .left form input,
  #footer .footerCont .fTop .container .left form textarea {
    padding: 8px 18px;
    margin-top: 10px;
  }
  #footer .footerCont .fTop .container .left form .more {
    margin-top: 20px;
  }
  #footer .footerCont .fTop .container .right .infoCont .list {
    margin-top: 20px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}
.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: #15ABE9;
}
.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f8f7;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: #15ABE9;
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: #15ABE9;
  color: #fff;
}
.m-page a:hover {
  background-color: #15ABE9;
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: #15ABE9;
  padding: 24px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: #15ABE9;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: #15ABE9;
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #e8f4f2;
  color: #15ABE9;
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: #15ABE9;
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 10px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: #15ABE9;
}
.proPublic .tipsTitleC {
  margin-left: 0px;
  color: #15ABE9;
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: #15ABE9;
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: #15ABE9;
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: #15ABE9;
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 0px;
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #15ABE9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: #15ABE9;
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.support-page .init-1 .tipsTitleC {
  color: #15ABE9;
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: #15ABE9;
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: #15ABE9;
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: #15ABE9;
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}
.about-page .init-1 .container .left .tipsTitleC {
  color: #15ABE9;
}
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #15ABE9;
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: #15ABE9;
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  font-weight: 600;
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
}
.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}
.about-page .init-3 .container .tipsTitleC {
  color: #15ABE9;
}
.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}
.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}
.about-page .init-3 .container .content .right {
  width: 52%;
}
.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}
.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}
.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}
.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-4 .content {
  padding-top: 80px;
}
.about-page .init-4 .content .swiper {
  padding-left: 1px;
}
.about-page .init-4 .content ul li {
  height: auto;
}
.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.about-page .init-4 .content ul li .box .img{
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}
.about-page .init-4 .content ul li .box:hover .img{
  opacity: 1;
}
.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}
.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
  padding-top: 50px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide + .swiper-slide .box .year {
  padding-top: 0;
}
.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: var(--ft100);
}
.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}
.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}
.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.about-page .init-5 .container .tipsTitleC {
  color: #15ABE9;
}
.about-page .init-5 .container .content {
  margin-top: 80px;
}
.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
}
.about-page .init-5 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}
.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}
.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}
.about-page .init-5 .container .content .right img {
  width: 100%;
}
.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-page .init-5 .container .content2 .btn:hover {
  background-color: #15ABE9;
}
.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-5 .container .content .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }
  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }
  .about-page .init-4 .content ul li .box .year {
    font-size: 40px;
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }
  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }
  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }
  .about-page .init-4 .content {
    padding-top: 20px;
  }
  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }
  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }
  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: #15ABE9;
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {

  width: 100%;
  margin-top: 0px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: #15ABE9;
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: #15ABE9;
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: #15ABE9;
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.appdet-page .init-1 {
  padding: 30px 0;
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: #15ABE9;
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: #15ABE9;
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
  .appdet-page .init-1{
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: #15ABE9;
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}
.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container .tipsTitleC {
  color: #15ABE9;
}
.manufacture-page .init-1 .container .des {
  max-width: 1130px;
  margin: 30px auto 0;
  text-align: center;
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(30, 150, 130, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: #15ABE9;
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC {
  color: #15ABE9;
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: #15ABE9;
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}


@media screen and (max-width: 1000px) {
    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #15ABE9;
        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;
    }
}



/*SEO START*/
.proPublic .init-releted .content.sinewseo ul li .box .text {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    padding: 15px 0;
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
    font-size: 15px;
    line-height: 2;
}
.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
    font-size: 16px;
    margin-top: 15px;
}
.proPublic.pb-80 {
    padding-bottom: 200px;
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
.newdet-page .init-1 .container .content {
    line-height: 2;
}
.proSideCont .proSideRight .init-2 {
    line-height: 2;
}
.proPublic .init-about .des {
    line-height: 2;
    font-size: 16px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .list2 {
    line-height: 2;
    margin-top: 15px;
}
#footer .footerCont .fTop .container .right .bottomInfo .listCont .contList .item .des {
    line-height: 2;
}
.proPublic .init-news .content ul li .box .title {
    line-height: 1.8;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
    font-size: 17px;
    line-height: 2;
}
.product-page .init-1 .content ul li .box .text {
    font-weight: 600;
    line-height: 1.8;
}
.news-page .init-2 .container ul li .box .right .title {
    font-size: 20px;
    line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
    font-size: 15px;
}
.newdet-page .init-1 .container .content ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}
#footer .copyright .container a.foota {
    margin: 0 5px;
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}
#footer .copyright .container svg {
    top: 3px;
}
#index-body .init-2 .container .left .des h1 {
    display: inline;
    line-height: 2;
}
#footer {
    padding-top: 125px;
}


@media (max-width: 500px) {
  #footer {
    padding-top: 10px;
}
  .inner-banner .mbx {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}
.product-page .init-1 .title{
  font-size: 24px !important;
}
.font-40 {
    font-size: 20px;
}
.prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
}
.proPublic .init-about .des {
    max-height: 999px !important;
}
a.foota {
    display: none !important;
}
#mobile .menu-content .menu-list ul li a {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    line-height: 1.7;
}
#index-body .init-2 .container .left .more {
    margin-top: 25px;
}
#index-body .init-3 .container .contentC .listC ul li .box .img img {
    height: 450px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 18px;
}
.newdet-page .init-1 .container .title {
    font-size: 20px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .m-link {
    font-size: 15px;
    line-height: 2;
}
.proPublic.pb-80 {
    padding-bottom: 80px;
}
h1.proh1so {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

}
h1.proh1so {
    font-size: var(--ft40);
    font-weight: 600;
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: var(--ft100);
}
.proPublic.pb-80.catcataboso .tipsTitleC {
    margin-top: var(--ft120);
}
.proPublic.pb-80.catcataboso .init-about .img {
    margin-top: 40px;
    width: 1450px;
}
.proPublic.pb-80.catcataboso {
    padding-bottom: var(--ft100);
}
.product-page .init-1 .title {
    font-size: 35px;
}


/*SEO END*/

#index-body .init-5 .container .content .list{
  position: relative;
  top: 0;
}
ul.honorlist{
  margin: 0 -15px;
}
ul.honorlist li{
  padding: 15px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .i0 {
  position: relative;
}
#index-body .i0 .i0-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding-bottom: var(--ft32);
}
#index-body .i0 .i0-btns .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#index-body .i0 .i0-btns .container .i0-btn {
  cursor: pointer;
  padding: var(--ft50) var(--ft40);
}
#index-body .i0 .i0-btns .container .i0-btn.active {
  background: rgba(255, 255, 255, 0.3);
}
#index-body .i0 .i0-btns .container .i0-btn .img {
  display: flex;
  justify-content: center;
}
#index-body .i0 .i0-btns .container .i0-btn .i0-b1 {
  margin-top: var(--ft18);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.333;
  text-align: center;
}
#index-body .i0 .swiper-i0 .swiper-slide {
  position: relative;
}
#index-body .i0 .swiper-i0 .swiper-slide .i0-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .i0 .swiper-i0 .swiper-slide .i0-text .container .i0-h1 {
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding-top: var(--px90);
}
#index-body .i0 .swiper-i0 .swiper-slide .i0-text .container .i0-h2 {
  margin-top: calc(6.25vw + 10px);
  font-weight: 600;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1;
}
#index-body .i0 .swiper-i0 .swiper-slide .i0-text .container .i0-h3 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 573px;
  margin-top: var(--ft26);
  margin-bottom: var(--ft44);
}
@media (max-width: 1800px) {
  #index-body .i0 .swiper-i0 .swiper-slide>img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1450px) {
   #index-body .i0 .swiper-i0 .swiper-slide>img{
    height: 760px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  #index-body .i0 .i0-btns .container{
     grid-template-columns: 1fr 1fr 1fr;
  }
  #index-body .i0 .i0-btns .container .i0-btn {
  cursor: pointer;
  padding: var(--ft20) 14px;
}
}
@media (max-width: 500px) {
    #index-body .i0 .i0-btns .container .i0-btn {
  cursor: pointer;
  padding: 8px ;
}
    #index-body .i0 .i0-btns .container{
     grid-template-columns: 1fr 1fr;
  }
}
#index-body .init-c-4 {
  padding-top: var(--px145);
  overflow: unset;
}
.wz-hc4{
  margin-bottom: var(--ft80);
}
#index-body .init-c-4 .wz-p75 {
  margin-top: var(--ft20);
  padding-bottom: calc(2.2385vw + 14px);
}
#index-body .init-c-4 .i4-m {
  position: sticky;
  margin-bottom: 13px;
  top: 101px;
}
#index-body .init-c-4 .i4-m > img {
  display: block;
}
#index-body .init-c-4 .i4-m .i4-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: var(--ft46);
  padding-top: calc(9.38vw + 15px);
}
#index-body .init-c-4 .i4-m .i4-text .i4mh {
  font-weight: bold;
  font-size: var(--ft32);
  color: #FFFFFF;
  line-height: 1.1;

  /*margin-bottom: var(--ft24);*/
}
.font-600{
  font-weight: 600;
}
#index-body .init-c-4 .i4-m .i4-text .i4mp {
  margin-bottom: var(--ft38);
  margin-top: var(--ft36);
  font-weight: normal;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 609px;
}
#index-body .init-c-4 .i4-m .i4m-img img{
border-radius: 20px;

}
@media (max-width: 1250px) {
    #index-body .init-c-4 .i4-m {
    position: relative;
    top: unset;
  }
}
@media (max-width: 1000px) {
    #index-body .init-c-4 .i4-m > img {
    height: 390px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1250px) {
  #footer{
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  #index-body .init-6 .container .titleC .right{
    width: 100%;
    text-align: left;

  }
  #index-body .init-6 .container .titleC .right .list {
 
    margin-left: 0px;

    margin-top: 0px;
        margin-right: 30px;

    margin-bottom: 10px;
}
}
@media (max-width: 700px) {
  .i4m-img{
    padding: 0 !important;
  }
  .i4m-img>img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 .container .left{
    padding-top: var(--ft100);
  }
  #index-body .init-1 .container .right{
    zoom: 0.7;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .left{
    margin-bottom: var(--ft60);
  }
    #index-body .init-1 .container .right{
      /*margin-top: var(--ft60);*/
    zoom: 0.5;
  }
}
@media (max-width: 450px) {
    #index-body .init-1 .container .right{
  
    zoom: 0.4;
  }
}
@media (max-width: 360px) {
     #index-body .init-1 .container .right{
  
    zoom: 0.3;
  }

}
#mobile{
  display: none !important;
}
@media (max-width: 1250px) {
  #banner .swiper .swiper-wrapper .swiper-slide{
    height: 540px;
    background-size: cover;
  }
}
@media (max-width: 700px) {
  #banner .swiper .swiper-wrapper .swiper-slide{
    height: 290px;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title{
    line-height: 1.4;
    font-size: var(--ft20);
  }
}
@media (max-width: 420px) {
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title{
    max-width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide{
    position: relative
  }
  #banner .swiper .swiper-wrapper .swiper-slide::after{
    content:'';
    position: absolute;
    top:0;
    left: 0;

    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 .container .left .content {
  margin-top: var(--ft40);
}
}
.page-header02{
  position: fixed;
  width: 100%;
  display: none;
}
/*.page-header02 .logo img{
  filter: brightness(0) invert(1);
}*/
@media (max-width: 1250px){
.page-header02{
  display: flex;
}
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
.page-header02{display: none;}
@media (max-width: 1250px) {
.page-header02{display: flex;}
}
.faq1-page .ui.container ul li {
  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;
}
.faq1-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
@media (max-width: 500px){
  .faq1-page .ui.container ul li{
    flex-wrap: wrap;
  }
  .faq1-page .ui.container ul li .text{
    width: 100%;
  }
}
.down-page .down-1 .lists li .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.down-page .down-1 .lists li {
  padding: 1vw;
}
.down-page .down-1 .lists {
  margin: -1vw;
}
.down-page .down-1 .lists li .box::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1250px) {
  .down-page .down-1 .lists li .play {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .down-page .down-1 .lists li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .down-page .down-1 .lists li {
    width: 100%;
  }
}
 .down-page .down-1 .lists li video{
   width: 100%;
 }
.por {
    position: relative;
}
.play-btn i {
    border: none;
}
#header .product_down .right .item ul li .img-box{
  background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 700px){
  .product-yd-page .container .list .imgC{
    width: 100%;
  }
}