/*@font-face {
  font-family: 'Microsoft YaHei';
  src: url('../fonts/msyhl.ttc');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microsoft YaHei';
  src: url('../fonts/msyhbd.ttc');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microsoft YaHei';
  src: url('../fonts/msyh.ttc');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  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_fromHc 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_fromHc form {
  margin-top: 40px;
}
#pups_fromHc 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_fromHc i.close::after,
#pups_fromHc 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_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: #6076f1;
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc 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_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: #6076f1;
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #329991;
  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: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #0ba29a;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  margin: 0 auto;
  color: #333333;
  background-repeat: repeat;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;

  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  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_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;
}
#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: 10px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
  background-color: #fff;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 40px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  z-index: 2;
}
#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: 8px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .list {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  background-color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .list.active {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .h-search {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 14px;
}
#header > .nav > .menu .menu-box .right .h-search .img {
  width: 30px;
  height: 30px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .logoShadow,
#header.inner_active > .nav > .menu .logoShadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: #333;
}
@-webkit-keyframes bannerAni {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-moz-keyframes bannerAni {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes bannerAni {
  0% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bannerAni {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.moreCont {
  background-color: var(--color);
  color: #fff;
  min-width: 170px;
  padding: 10px 40px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.moreCont .moreText {
  font-weight: 500;
}
.moreCont .moreImg {
  width: 12px;
  height: 12px;
}
.moreCont .moreShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  -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;
}
.moreCont:hover .moreShadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#banner {
  margin-top: 110px;
  overflow: hidden;
  position: relative;
}
#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: 50vw;
  max-height: 840px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  position: relative;
  width: 100%;
  margin-top: 230px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .shadow {
  position: absolute;
  width: 100%;
  height: 220px;
  top: -100px;
  left: 0;
  background-position: left top;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  width: 100%;
  position: relative;
  max-width: 860px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-weight: 700;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .moreC {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .img {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .sPage {
  position: absolute;
  bottom: 180px;
  left: 140px;
  z-index: 2;
}
#banner .sPage .lineC {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 200px;
  position: relative;
}
#banner .sPage .lineC .line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
}
#banner .sPage .lineC .line.active {
  -webkit-animation: bannerAni 4s linear;
  -moz-animation: bannerAni 4s linear;
  -o-animation: bannerAni 4s linear;
  animation: bannerAni 4s linear;
  opacity: 1;
}
#banner .sPage .page {
  color: #fff;
}
#banner .sPage .btn {
  position: relative;
}
#banner .sPage .btn .more {
  width: 34px;
  height: 34px;
  min-width: auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  cursor: pointer;
}
#banner .sPage .btn .more .moreShadow {
  background-color: var(--color);
}
#banner .sPage .btn .more1 {
  opacity: 0;
  pointer-events: none;
}
#banner .sPage .btn .more2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#banner .sPage .btn.active .more1 {
  opacity: 1;
  pointer-events: all;
}
#banner .sPage .btn.active .more2 {
  opacity: 0;
  pointer-events: none;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1630px;
}
#index-body .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-color: #f3f3f3;
}
#index-body .init-1 .container .fTop ul .line {
  width: 2px;
  height: 80px;
  background-color: #d0d0d0;
}
#index-body .init-1 .container .fTop ul li .box {
  text-align: center;
}
#index-body .init-1 .container .fTop ul li .box .top {
  color: #333333;
  line-height: 1;
}
#index-body .init-1 .container .fTop ul li .box .top em {
  font-weight: bold;
}
#index-body .init-1 .container .fTop ul li .box .top .sub {
  margin-top: -20px;
}
#index-body .init-1 .container .fTop ul li .box .top .sub2 {
  color: #666666;
  margin-top: 20px;
  margin-left: 4px;
}
#index-body .init-1 .container .fTop ul li .box .bottom {
  color: #666666;
  margin-top: 10px;
}
#index-body .init-1 .container .fTop ul li .box:hover .top {
  color: var(--color);
}
#index-body .init-1 .container .fTop ul li .box:hover .top .sub2 {
  color: var(--color);
}
#index-body .init-1 .container .fBottom .left {
  width: 50%;
  padding-right: 30px;
}
#index-body .init-1 .container .fBottom .left .tips {
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-1 .container .fBottom .left .titleC .title {
  font-weight: bold;
  padding-right: 30px;
}
#index-body .init-1 .container .fBottom .left .titleC .titleImg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-1 .container .fBottom .left .titleC .titleImg img {
  display: block;
  margin-left: auto;
}
#index-body .init-1 .container .fBottom .left .des {
  color: #666666;
  line-height: 2;
}
#index-body .init-1 .container .fBottom .right {
  padding-left: 30px;
  width: 50%;
}
#index-body .init-1 .container .fBottom .right img {
  width: 100%;
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-2 .container .titleC .tips {
  color: var(--color);
  text-align: center;
  font-weight: bold;
}
#index-body .init-2 .container .titleC .tipsTitle {
  text-align: center;
  font-weight: bold;
}
#index-body .init-2 .container .content {
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .container .content .imgList {
  position: absolute;
  width: 100%;
  height: -webkit-calc(20%);
  height: -moz-calc(20%);
  height: calc(100% - 80px);
  top: 0;
  left: 0;
}
#index-body .init-2 .container .content .imgList ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 .container .content .imgList ul li {
  display: none;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 .container .content .swiper {
  height: 780px;
}
#index-body .init-2 .container .content .swiper ul li {
  border-right: 1px solid #fff;
}
#index-body .init-2 .container .content .swiper ul li .box {
  overflow: hidden;
  padding-top: 470px;
}
#index-body .init-2 .container .content .swiper ul li .box .cont1 {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
#index-body .init-2 .container .content .swiper ul li .box .cont1 .title {
  padding: 0 170px 160px 50px;
  color: #fff;
}
#index-body .init-2 .container .content .swiper ul li .box .cont1 .num {
  position: absolute;
  top: -60px;
  right: 70px;
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .top {
  background-color: #131c22;
  padding: 40px;
  color: #fff;
  padding: 40px 70px 40px 70px;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .top .num {
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px var(--color);
  line-height: 1;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .top .title {
  overflow: hidden;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .top .des {
  line-height: 2;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .moreC .moreCont {
  width: 100%;
  border-radius: 0;
  padding: 26px 0;
}
#index-body .init-2 .container .content .swiper ul li .box .cont2 .moreC .moreCont .moreText {
  font-size: 18px;
}
#index-body .init-2 .container .content .swiper ul li:hover .box .cont1,
#index-body .init-2 .container .content .swiper ul li.active .box .cont1 {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .init-2 .container .content .swiper ul li:hover .box .cont2,
#index-body .init-2 .container .content .swiper ul li.active .box .cont2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-3 .container .tips {
  font-weight: 700;
  color: var(--color);
  text-align: center;
}
#index-body .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: 700;
}
#index-body .init-3 .container .content ul li .box .img img {
  display: block;
  width: 100%;
}
#index-body .init-3 .container .content ul li .box .text{
  display: block;
}
#index-body .init-4 {
  overflow: hidden;
  background-color: #242424;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .subImg1 {
  position: absolute;
  width: 360px;
  height: 400px;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-4 .subImg2 {
  position: absolute;
  width: 120px;
  height: 350px;
  top: 0;
  right: 0;
  z-index: -1;
}
#index-body .init-4 .subImg3 {
  position: absolute;
  width: 720px;
  height: 170px;
  top: 505px;
  right: 0;
  z-index: -1;
}
#index-body .init-4 .container .left {
  width: 40%;
  padding: 170px 40px 170px 0;
  color: #fff;
}
#index-body .init-4 .container .left .tips {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color);
}
#index-body .init-4 .container .left .tipsTitle {
  font-weight: bold;
}
#index-body .init-4 .container .left .content ul li .box .moreC .moreCont {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
#index-body .init-4 .container .left .content ul li .box .moreC .moreCont .moreShadow {
  background-color: var(--color);
}
#index-body .init-4 .container .left .sPage {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 2;
}
#index-body .init-4 .container .left .sPage .lineC {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 200px;
  position: relative;
}
#index-body .init-4 .container .left .sPage .lineC .line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
}
#index-body .init-4 .container .left .sPage .lineC .line.active {
  -webkit-animation: bannerAni 4s linear;
  -moz-animation: bannerAni 4s linear;
  -o-animation: bannerAni 4s linear;
  animation: bannerAni 4s linear;
  opacity: 1;
}
#index-body .init-4 .container .left .sPage .page {
  color: #fff;
}
#index-body .init-4 .container .left .sPage .btn {
  position: relative;
}
#index-body .init-4 .container .left .sPage .btn .more {
  width: 34px;
  height: 34px;
  min-width: auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  cursor: pointer;
}
#index-body .init-4 .container .left .sPage .btn .more .moreShadow {
  background-color: var(--color);
}
#index-body .init-4 .container .left .sPage .btn .more1 {
  opacity: 0;
  pointer-events: none;
}
#index-body .init-4 .container .left .sPage .btn .more2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#index-body .init-4 .container .left .sPage .btn.active .more1 {
  opacity: 1;
  pointer-events: all;
}
#index-body .init-4 .container .left .sPage .btn.active .more2 {
  opacity: 0;
  pointer-events: none;
}
#index-body .init-4 .container .right {
  width: 40%;
}
#index-body .init-4 .container .right .swiper {
  height: 890px;
}
#index-body .init-4 .container .right ul li .box {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .init-4 .container .right ul li .box .img {
  height: 400px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container .right ul li .box .cont {
  opacity: 0;
}
#index-body .init-4 .container .right ul li .box .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
#index-body .init-4 .container .right ul li .box .des {
  color: #fff;
}
#index-body .init-4 .container .right ul li.swiper-slide-active .box {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init-4 .container .right ul li.swiper-slide-active .box .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-4 .container .right ul li.swiper-slide-active .box .cont {
  opacity: 1;
}
#index-body .init-5 .container .tips {
  font-weight: bold;
  color: var(--color);
}
#index-body .init-5 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-5 .container .content ul li {
  height: auto;
}
#index-body .init-5 .container .content ul li .box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-5 .container .content ul li .box a {
  display: inline-block;
}
#index-body .init-5 .container .content ul li .box a img {
  width: 100%;
}
#index-body .init-6 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#index-body .init-6 .subImg {
  position: absolute;
  width: 630px;
  height: 166px;
  top: 80px;
  right: 0;
}
#index-body .init-6 .container .left {
  color: #fff;
  width: 550px;
}
#index-body .init-6 .container .left .tips {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-6 .container .left .tipsTitle {
  font-weight: bold;
}
#index-body .init-6 .container .left .cont {
  border-top: 1px solid #9e9e9e;
}
#index-body .init-6 .container .left .cont .swiper {
  height: 250px;
}
#index-body .init-6 .container .left .cont ul li .box {
  border-bottom: 1px solid #9e9e9e;
  padding: 16px 0;
}
#index-body .init-6 .container .left .cont ul li .box .title {
  padding-right: 20px;
  max-width: -webkit-calc(20%);
  max-width: -moz-calc(20%);
  max-width: calc(100% - 80px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .left .cont ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .left .moreC .moreCont {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
#index-body .init-6 .container .left .moreC .moreCont .moreShadow {
  background-color: var(--color);
}
#index-body .init-6 .container .right {
  width: 650px;
  height: 400px;
  margin-left: 100px;
  position: relative;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-6 .container .right .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-6 .container .right .play {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
#index-body .init-6 .container .right .play .cont {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  font-size: 26px;
  color: var(--color);
}
#index-body .init-6 .container .right .play .cont i {
  margin-left: 4px;
}
#index-body .init-6 .container .right .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  border-radius: 50%;
}
#index-body .init-6 .container .right .play .ling:last-child {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-color: #f4f4f4;
}
#footer .shadowCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#footer .shadowCont .line {
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #edecec;
}
#footer .shadowCont .line1 {
  left: 4%;
}
#footer .shadowCont .line2 {
  left: 6%;
}
#footer .shadowCont .line3 {
  left: 20%;
}
#footer .shadowCont .line4 {
  left: 22%;
}
#footer .shadowCont .line5 {
  left: 40%;
}
#footer .shadowCont .line6 {
  left: 42%;
}
#footer .shadowCont .line7 {
  left: 60%;
}
#footer .shadowCont .line8 {
  left: 62%;
}
#footer .shadowCont .line9 {
  left: 76%;
}
#footer .shadowCont .line10 {
  left: 78%;
}
#footer .shadowCont .line11 {
  left: 92%;
}
#footer .shadowCont .line12 {
  left: 94%;
}
#footer .fTop .container .listCont {
  margin-top: 40px;
}
#footer .fTop .container .listCont .tips {
  color: rgba(76, 76, 76, 0.4);
  font-weight: bold;
}
#footer .fTop .container .listCont .list {
  font-weight: bold;
}
#footer .fTop .container .listCont .share ul li a {
  display: block;
  margin-right: 20px;
  font-size: 20px;
  color: #828282;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .listCont .share ul li a:hover {
  color: var(--color);
}
#footer .fTop .container .listCont .contactBtn {
  border-bottom: 4px solid #333333;
  padding: 8px 70px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
#footer .fTop .container .listCont .contactBtn .sub {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 26px;
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#footer .fTop .container .listCont .contactBtn:hover .sub {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer .fTop .container .listCont #ewm {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 4px;
  margin: 50px 0 0 auto;
}
#footer .fTop .container .listCont1 {
  width: 580px;
  padding-right: 20px;
}
#footer .fTop .container .listCont2{
  margin-left: 66px;
  width: 360px;
}
#footer .fTop .container .listCont3 {
  margin-left: auto;
}
#footer .fTop .container .listCont4{
  margin-left: 80px;
  width: 170px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #8e8e8e;
  z-index: 2;
}
#footer .copyright .container {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #979797;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #979797;
  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 {
  max-width: 50%;
}
#footer .copyright .container .right {
  margin-top: 10px;
  max-width: 50%;
}
#footer .copyright .container .right ul{
  justify-content: right;
}
#footer .copyright .container .right ul li {
  padding: 0 20px;
}
#footer .copyright .container .right ul li a {
  font-weight: bold;
  color: #666666;
  position: relative;
  padding-bottom: 4px;
}
#footer .copyright .container .right ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all .5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  transform: scaleX(0);
}
#footer .copyright .container .right ul li a:hover {
  color: #000;
}
#footer .copyright .container .right ul li a:hover::before{
  transform: scaleX(1);
}


@media (max-width: 1700px) {
  #footer .fTop .container .listCont2{
    margin-left: 10px;
  }
  #footer .fTop .container .listCont4{
    margin-left: 20px;
  }
}
@media (max-width: 1450px) {
  #banner .sPage {
    bottom: 20px;
  }
  #index-body .init-6 .container .right {
    width: 580px;
    margin-left: 40px;
  }
  #footer .copyright .container .left {
    width: 100%;
    max-width: 100%;
  }
  #footer .copyright .container .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    margin-top: 160px;
  }
  #index-body .init-4 .container .right {
    width: 60%;
  }
  #index-body .init-6 .container .left {
    width: 100%;
  }
  #index-body .init-6 .container .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont2{
    width: 280px;
  }
  #footer .fTop .container .listCont1 {
    width: 410px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    padding-top: 0;
    margin-top: 0;
  }
  #index-body .init-1 .container .fBottom {
    margin-top: 0;
  }
  #index-body .init-1 .container .fBottom .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .container .fBottom .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-4 .container .left {
    width: 100%;
    padding: 40px 0;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    padding-bottom: 40px;
  }
  #index-body .init-4 .container .right .swiper {
    height: auto;
  }
  #index-body .init-4 .container .right ul li .box {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  #index-body .init-4 .container .right ul li .box .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 220px;
  }
  #index-body .init-4 .container .right ul li .box .cont {
    opacity: 1;
    margin-top: 10px;
  }
  #index-body .init-4 .container .right ul li .box .title {
    -webkit-line-clamp: 10;
  }
  #footer .fTop .container .listCont{
    width: 100%;
    margin-left: 0;
  }
  #footer .fTop .container .listCont1 {
    padding: 0;
    width: 100%;
  }
  #footer .fTop .container .listCont {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont #ewm {
    margin: 0;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #index-body .init-4 .container .right ul li .box .img {
    height: 52vw;
  }
  #index-body .init-6 .container .left .cont .swiper {
    height: auto;
  }
  #index-body .init-6 .container .left .cont ul li .box .title {
    width: 100%;
    padding: 0;
    max-width: 100%;
    -webkit-line-clamp: 10;
  }
  #index-body .init-6 .container .left .cont ul li .box .time {
    margin-top: 10px;
  }
}
.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 750px;
  padding: 80px;
}
.inner-banner .container {
  color: #fff;
}
.inner-banner .container .imgC .img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.inner-banner .container .imgC .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.inner-banner .container .catName {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-banner .container .catName span {
  display: inline-block;
  position: relative;
}
.inner-banner .container .catDes {
  margin-top: 30px;
  max-width: 570px;
}
.inner-banner .container .mbx {
  margin-top: 10px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1700px) {
  .inner-banner .container .catName {
    font-size: 80px;
  }
  .inner-banner .container .imgC .img{
    margin-top: 2px;
  }

}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: 550px;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .inner-banner .container .imgC .img{
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    /*background: #000 !important;*/
    min-height: auto;
    padding: 40px 0;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .inner-banner .container .imgC .text{
    padding-top: 6px;
  }
}
@media (max-width: 700px) {
  .inner-banner .container .imgC .text{
    padding-top: 14px
  }
}
@media (max-width: 500px) {
  .inner-banner .container .imgC .img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }
  .inner-banner .container .imgC .text {
    padding-left: 8px;
    padding-top: 8px;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
}
.production-page .init-1 .container .titleC {
  padding-top: 80px;
  font-weight: bold;
  position: relative;
}
.production-page .init-1 .container .titleC .tips {
  line-height: 1;
  font-size: 256px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.production-page .init-1 .container .titleC .tipsTitle {
  text-align: center;
  margin-top: 30px;
}
.production-page .init-1 .container .des {
  color: #666666;
  max-width: 800px;
  margin: 90px auto 0;
  text-align: center;
  line-height: 2;
}
.production-page .init-1 .container .content ul li {
  width: 33.33%;
}
.production-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.production-page .init-1 .container .content ul li .box .title {
  font-weight: 700;
  text-align: center;
}
.production-page .init-2 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.production-page .init-2 .container .content ul li .box {
  background-color: #f2f2f2;
}
.production-page .init-2 .container .content ul li .box .left {
  width: 50%;
}
.production-page .init-2 .container .content ul li .box .left img {
  width: 100%;
}
.production-page .init-2 .container .content ul li .box .right {
  width: 50%;
  background-color: #f2f2f2;
}
.production-page .init-2 .container .content ul li .box .right .cont {
  padding: 70px;
}
.production-page .init-2 .container .content ul li .box .right .cont .title {
  font-weight: bold;
}
.production-page .init-2 .container .content ul li .box .right .cont .des {
  line-height: 2;
}
.production-page .init-2 .container .content ul li:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.production-page .init-3 .tipsTitle {
  font-weight: bold;
  text-align: center;
}
.production-page .init-3 .content {
  -o-background-size: cover;
  background-size: cover;
}
.production-page .init-3 .content .container .left {
  padding: 20px 100px 20px 0;
  width: 50%;
}
.production-page .init-3 .content .container .left .des {
  line-height: 2;
}
.production-page .init-3 .content .container .left .cont .text {
  color: #757575;
  padding-top: 30px;
}
.production-page .init-3 .content .container .left .cont .text ul li {
  margin-top: 40px;
}
.production-page .init-3 .content .container .left .cont .text ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.production-page .init-3 .content .container .left .cont .text ul li .box .num {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
}
.production-page .init-3 .content .container .left .cont .text ul li .box:hover {
  color: var(--color);
}
.production-page .init-3 .content .container .left .cont .img {
  width: auto;
  max-width: -webkit-calc(20%);
  max-width: -moz-calc(20%);
  max-width: calc(100% - 80px);
  display: block;
  margin-left: auto;
}
.production-page .init-3 .content .container .right {
  width: 50%;
}
.production-page .init-3 .content .container .right img {
  width: 100%;
}
@media (max-width: 1700px) {
  .production-page .init-1 .container .titleC .tips {
    font-size: 15vw;
  }
  .production-page .init-1 .container .titleC {
    padding-top: 5vw;
  }
}
@media (max-width: 1000px) {
  .production-page .init-1 .container .titleC {
    padding-top: 0;
  }
  .production-page .init-1 .container .titleC .tipsTitle {
    margin-top: 0;
  }
  .production-page .init-1 .container .des {
    margin-top: 20px;
  }
  .production-page .init-2 .container .content ul li {
    margin-top: 20px;
  }
  .production-page .init-2 .container .content ul li .box .left {
    width: 100%;
  }
  .production-page .init-2 .container .content ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .production-page .init-2 .container .content ul li .box .right .cont {
    padding: 20px 10px;
  }
  .production-page .init-3 .content .container .left {
    width: 100%;
    padding: 0;
  }
  .production-page .init-3 .content .container .left .cont .text {
    width: 100%;
  }
  .production-page .init-3 .content .container .left .cont .text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .production-page .init-3 .content .container .left .cont .img {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .production-page .init-3 .content .container .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .production-page .init-3 .content .container .left .cont .text {
    padding-top: 0;
  }
  .production-page .init-3 .content .container .left .cont .text ul li {
    width: 50%;
    text-align: center;
  }
}
.quantity-page .init-1 .container .titleC {
  padding-top: 80px;
  font-weight: bold;
  position: relative;
}
.quantity-page .init-1 .container .titleC .tips {
  line-height: 1;
  font-size: 256px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.quantity-page .init-1 .container .titleC .tipsTitle {
  text-align: center;
  margin-top: 50px;
}
.quantity-page .init-1 .container .des {
  text-align: center;
  margin: 90px auto 0;
  line-height: 2;
  max-width: 980px;
  color: #666666;
}
.quantity-page .init-1 .container .imgC .left {
  margin-right: 20px;
}
.quantity-page .init-1 .container .des2 {
  text-align: center;
  margin: 60px auto 0;
  line-height: 2;
  max-width: 980px;
  color: #666666;
}
@media (max-width: 1700px) {
  .quantity-page .init-1 .container .titleC .tips {
    font-size: 15vw;
  }
  .quantity-page .init-1 .container .titleC {
    padding-top: 5vw;
  }
  .quantity-page .init-1 .container .titleC .tipsTitle {
    margin-top: 5vw;
  }
  .quantity-page .init-1 .container .imgC .left {
    width: 63%;
    padding-right: 20px;
    margin-right: 0;
  }
  .quantity-page .init-1 .container .imgC .right {
    width: 37%;
  }
}
@media (max-width: 1000px) {
  .quantity-page .init-1 .container .titleC {
    padding-top: 0;
  }
  .quantity-page .init-1 .container .titleC .tipsTitle {
    margin-top: 0;
  }
  .quantity-page .init-1 .container .des {
    margin-top: 20px;
  }
  .quantity-page .init-1 .container .des2 {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .quantity-page .init-1 .container .imgC .left {
    width: 100%;
    padding-right: 0;
  }
  .quantity-page .init-1 .container .imgC .right {
    width: 100%;
    margin-top: 20px;
  }
}



.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #449890;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}


.newsTab {
  padding-top: 50px;
}
.newsTab .container {
  padding-bottom: 20px;
  border-bottom: 1px solid #767676;
}
.newsTab .container .list {
  margin-top: 10px;
  color: #767676;
  position: relative;
  width: 290px;
  text-align: center;
  padding: 0 10px;
}
.newsTab .container .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
  color: var(--color);
  font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
  color: #767676;
}
.newsTab .container .list:last-child::before {
  display: none;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}

.moreCont2 .moreCir {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 20px;
}
.moreCont2 .moreCir .moreImg {
  width: 13px;
  height: 13px;
}
.moreCont2:hover .moreCir {
  background-color: #000;
}
.moreCont2:hover .moreCir .moreImg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
  .moreCont2 .moreCir {
    margin-right: 10px;
    width: 48px;
    height: 48px;
  }
}

.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color);
}


.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 50%;
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: var(--color);
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color);
}

.about-page .init-1 .container .left .title3 .playTips{
  font-size: 32px;
  margin-left: 20px;
  margin-top: 6px;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  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;
}
.about-page .init-1 .container .left .title3 .play .ling:first-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 .right {
  padding-left: 40px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  color: var(--color);
  padding-left: 36px;
}
.about-page .init-1 .container .right .des {
  color: #666666;
  text-indent: 36px;
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box .top {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: var(--color);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color);
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(11, 162, 154, 0.5);
  box-shadow: 0 0 20px rgba(11, 162, 154, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: var(--color);
}
.about-page .init-5 .container .content ul {
  margin: -6px -6px -6px 0;
}
.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 16.66%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color);
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  text-indent: 36px;
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}

@media (max-width: 1700px) {
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1450px) {
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .right .des {
    text-indent: 32px;
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .tipsDes {
    text-indent: 32px;
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
}


.product-page {
    background: #f7f7f8;
}
.product-page .container {
    max-width: 1400px;
}
.product-page .title h2 {
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 3rem;
}
.product-page .title p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    /*max-width: 600px;*/
}

.product-page .product-box .sidebar-box .sidebar-right {
    padding-left: 0;
    padding-right: 5rem;
    width: 20%;
}
.product-page .product-box .sidebar-box .sidebar-left {
    width: 80%;
}
.product-page .product-box .product-list ul {
    margin: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .product-box .product-list ul li {
    width: 33.33%;
    padding: 15px;
}
.product-page .product-box .product-list ul li a {
    padding: 0 0 10px 0;
    background: #fff;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    margin: 10px 0;
}
.product-page .product-box .product-list ul li a img {
    transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.product-page .product-box .product-list ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product-page .product-box .product-list ul li a .p-img {
    overflow: hidden;
    position: relative;
}
.product-page .product-box .product-list ul li a .p-img img{
  width: 100%;
}
.product-page .product-box .product-list ul li a .content {
    padding: 20px;
}
.product-page .product-box .product-list ul li a h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.product-page .product-box .product-list ul li a h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
    margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin-top: 1em;
}
.product-page .product-box .product-list .m-page {
    margin-top: 6rem;
}

.inner-page .sidebar-box {
    max-width: 1390px;
    margin: 0 auto;
    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;
    align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
    width: 69%;
}
.inner-page .sidebar-box .sidebar-right {
    width: 31%;
    padding-left: 6rem;
    position: sticky;
    top: 120px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
    padding: 2.8rem 5rem 4rem;
    background: var(--color);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    padding-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
    position: absolute;
    content: "";
    width: 6.8rem;
    height: 2px;
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
    margin-top: 2.5rem;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 2.2rem;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
    width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 1px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 0;
    bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
    margin-top: 3.6rem;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
    font-size: 16px;
    line-height: 1;
    color: #141414;
    font-weight: bold;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
    margin-top: 1.5rem;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
    padding-left: 2.1rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
    position: absolute;
    content: "";
    width: 1.3rem;
    height: 1px;
    background: #000;
    left: 0;
    top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
    font-size: 14px;
    line-height: 1;
    color: rgba(20, 20, 20, 0.5);
    margin-top: 1.2rem;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li a.active{
  color: #329991;
}
.inner-page .about-link {
    padding: 7rem 0;
    background: #999999;
}
.inner-page .about-link .a-box {
    max-width: 1390px;
    margin: 0 auto;
    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;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-page .about-link .a-box h3 {
    font-size: 24px;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
}
a.more2 {
  margin-top: 10px;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 1.5em;
    display: inline-block;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
a.more2:hover {
    background-color: #000;
}

.prodet-page .prodet-box .container {
    max-width: 1240px;
}
.prodet-page .prodet-box .prodet-1 {
        background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-1 .container {
    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;
}
.prodet-page .prodet-box .prodet-1 .container .left {
    width: 50%;
    padding-right: 9rem;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-big img{
  width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
    padding: 2rem 5rem;
    position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-container{
  overflow: hidden;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    width: 16px;
    height: 29px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
    background: url(../images/ped-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    background: url(../images/ped-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
    width: 50%;
    padding-left: 2.5rem;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
    line-height: 1;
    color: #121212;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h4 {
    line-height: 1;
    color: #121212;
    font-weight: 600;
    text-transform: uppercase;
    margin: 2.5rem 0;
    margin-top: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 16px;
    line-height: 2;
    color: #000000;
       padding-bottom: 2rem;
    border-bottom: 1px solid #8a8a8a;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color{
    margin-top: 3rem;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span{
    font-size: 14px;
    line-height: 1;
    color: #444444;
    display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox{
    margin-top: 2rem;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide{
    transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover{
    background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
    margin-top: 3.5rem;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 1;
    color: #121212;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
    border: 1px solid var(--color);
    color: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
    width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 16px 60px;
    border: 1px solid #000000;
    margin-left: 1.8rem;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    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;
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
    font-size: 14px;
    font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
    padding: 0 1.8rem;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
    color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
    border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding: 12px 25px;
    background: #1f1f1f;
    position: relative;
}
.prodet-page .prodet-box .prodet-2 h3 span::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #1f1f1f;
}
.prodet-page .prodet-box .prodet-2 .content {
    padding: 6rem 0 5rem;
    font-size: 18px;
}
.prodet-page .prodet-box .prodet-2 .content table:nth-child(1){
    text-align: center;
}
.prodet-page .prodet-box .prodet-2 .content table:nth-child(1) tr{
    border-bottom: none;
}
.prodet-page .prodet-box .prodet-2 .content strong{
    font-weight: bold;
    display: block;
}
.prodet-page .prodet-box .prodet-2 .content table{
    border: none;
}
.prodet-page .prodet-box .prodet-2 .content table tr{
    border-bottom: 1px solid #ccc;
}
.prodet-page .prodet-box .prodet-2 .content table tr td{
    border: none;
    padding: 15px 10px;
}
.prodet-page .prodet-box .prodet-2 .content table tr th{
    border: none;
    padding: 15px 10px;
}
.prodet-page .prodet-box .prodet-3 {
    padding: 4rem 0 4.5rem;
    background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
    margin: 4.5rem -1rem 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
    padding: 1rem;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
    padding: 11rem 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
    font-size: 35px;
    line-height: 1;
    color: #080808;
    font-weight: 600;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
    margin-top: 4rem;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover .p-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
    overflow: hidden;
    height: 195px;
    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;
    margin-bottom: 2rem;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
    font-size: 20px;
    line-height: 1;
    color: #121212;
    text-transform: uppercase;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
    font-size: 14px;
    line-height: 1;
    color: #121212;
    margin-top: 1rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid #121212;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-2 .ret .form ul li input[type=submit],
  .product-page .product-1 .box .left .nav {
      font-size: 18px
  }
}
@media screen and (max-width: 1250px) {
    .product-page .product-box .product-list ul li a h4 {
        font-size: 20px;
    }
    .product-page .product-box .product-list ul li a h5 {
        font-size: 16px;
    }
    .inner-page .sidebar-box .sidebar-right {
        display: none;
    }
    .prodet-page .prodet-box .prodet-1 .container .left{
      padding-right: 50px;
    }
    .product-page .product-box .sidebar-box .sidebar-left{
      width: 100%;
    }
    .inner-page .sidebar-box .sidebar-left {
        width: 100%;
    }
    .inner-page .about-link .a-box h3 {
        font-size: 18px;
    }
    .prodet-page .prodet-box .prodet-1 .container .left .img-scroll{
      padding: 10px 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .product-box .product-list ul li {
        width: 50%;
    }
    .product-page .title p {
        font-size: 14px;
    }
    .product-page .title h2{
        font-size: 28px;
    }
    .product-page .product-box .product-list {
        margin-top: 2rem;
    }
    .inner-page .about-link .a-box a {
        padding: 12px 25px;
    }
    .inner-page .about-link .a-box h3 {
        font-size: 16px;
    }

    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
        padding: 12px 20px;
        font-size: 14px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
        padding: 12px 20px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 24px;
    }
 
}
@media screen and (max-width: 700px) {
  .product-page .title h2{
        font-size: 22px;
  }
  .inner-page .about-link .a-box a {
      display: none;
  }
    .prodet-page .prodet-box .prodet-1 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 20px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right {
        width: 100%;
        padding-left: 0rem;
        margin-top: 30px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
  .product-page .product-box .product-list ul li {
        width: 100%;
    }
}



.prodet-page .prodet-2 .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 3em;
    height: 3em;
    border-bottom: 1px solid #e2e2e2
}

.prodet-page .prodet-2 .options span {
    color: #3d3d3d;
    min-width: 12.5em;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-2 .options span:after {
    content: '';
    border-top: .5em solid var(--color);
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-2 .options span.active {
    background-color: var(--color);
    color: #fff
}

.prodet-page .prodet-2 .options span.active:after {
    opacity: 1
}

.prodet-page .prodet-2 .ret {
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.8
}
.prodet-page .prodet-2 .ret table td{
  border: none;
  padding: 0;
}
.prodet-page .prodet-2 .ret .form ul {
    margin: -.5em 0
}

.prodet-page .prodet-2 .ret .form ul li {
    padding: .5em 0
}

.prodet-page .prodet-2 .ret .form ul li input,.prodet-page .prodet-2 .ret .form ul li textarea {
    display: block;
    background-color: #fff;
    padding: 1em 1.5em;
    width: 100%;
    line-height: 1.5;
    border: 1px solid #eee;
}

.prodet-page .prodet-2 .ret .form ul li input::-webkit-input-placeholder,.prodet-page .prodet-2 .ret .form ul li textarea::-webkit-input-placeholder {
    color: #bebebe
}

.prodet-page .prodet-2 .ret .form ul li input:-moz-placeholder,.prodet-page .prodet-2 .ret .form ul li textarea:-moz-placeholder {
    color: #bebebe
}

.prodet-page .prodet-2 .ret .form ul li input::-moz-placeholder,.prodet-page .prodet-2 .ret .form ul li textarea::-moz-placeholder {
    color: #bebebe
}

.prodet-page .prodet-2 .ret .form ul li input:-ms-input-placeholder,.prodet-page .prodet-2 .ret .form ul li textarea:-ms-input-placeholder {
    color: #bebebe
}

.prodet-page .prodet-2 .ret .form ul li input::placeholder,.prodet-page .prodet-2 .ret .form ul li textarea::placeholder {
    color: #bebebe
}

.prodet-page .prodet-2 .ret .form ul li textarea {
    height: 100px
}

.prodet-page .prodet-2 .ret .form ul li p {
    color: #bebebe;
    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;
    line-height: 1;
    margin: .5em 0;
    cursor: pointer;
    cursor: hand
}

.prodet-page .prodet-2 .ret .form ul li p i.fa {
    width: 1em;
    height: 1em;
    border: 1px solid var(--color);
    margin-right: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prodet-page .prodet-2 .ret .form ul li p i.fa:before {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-2 .ret .form ul li p i.fa.active:before {
    opacity: 1
}

.prodet-page .prodet-2 .ret .form ul li input[type=submit] {
    background-color: var(--color);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options {
        font-size: 14px
    }

    .prodet-page .prodet-2 .ret {
        margin-top: 40px
    }

    
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry{
    display: none;
  }
    .prodet-page .prodet-2 .options {
        display: none
    }

    .prodet-page .prodet-2 .ret {
        margin-top: 0
    }

    .prodet-page .prodet-2 .ret .slide {
        display: block;
        margin-bottom: 20px
    }

}


.factory-page{
  padding: 70px 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  height: 100%;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}

.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .factory-page .gallery-list ul li{
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .gallery-list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page{
    padding: 40px 0;
  }
  .factory-page .gallery-list ul li{
    width: 100%;
  }
}