@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
.regular,
.Regular {
  font-weight: 400;
}
.semibold,
.semiBold,
.titl {
  font-weight: 600;
}
.lh1 {
  line-height: 1;
}
.lh2 {
  line-height: 2;
}
.Hbtn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px 31px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: all 0.5s linear;
}
.Hbtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s linear;
  width: 0%;
  height: 100%;
  z-index: 0;
}
.Hbtn span {
  position: relative;
  z-index: 1;
}
.Hbtn:hover {
  border-color: var(--color);
}
.Hbtn:hover::after {
  opacity: 1;
  width: 100%;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 110px;
  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: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #05133a;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  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: var(--color);
  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: var(--color);
}
#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;
}
.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;
}
#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;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 19px 0 21px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 49px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -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: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .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: #05133a;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 11px;
  height: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: transparent;
  padding: 9px 30px;
  border: solid 1px #ffffff;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: var(--color);
}
#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;
  color: #fff;
}
#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.actived > .nav {
  background-color: #05133a;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  width: 1530px;
  padding: 0 15px;
}
.navContainer {
  width: 1790px;
}
#banner {
  position: relative;
}
#banner .swiperBig {
  width: 100%;
  height: 100%;
}
#banner .swiperBig .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiperBig .swiper ul li {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#banner .swiperBig .swiper ul li .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiperBig .swiper ul li .titl {
  width: 50%;
  line-height: 1.3;
}
#banner .swiperBig .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiperBig .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiperMin {
  width: 350px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  z-index: 2;
}
#banner .swiperMin .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiperMin .swiper ul li img {
  width: 100%;
  height: 100%;
}
#banner .swiperMin .swiper ul li.swiper-slide-thumb-active {
  border: 1px solid #fff;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-image: url(../images/init-1Bg.jpg);
}
#index-body .init-1 .container .top .left {
  width: 28%;
}
#index-body .init-1 .container .top .right {
  width: 50%;
}
#index-body .init-1 .container .top .right h1 {
  color: #666;
  line-height: 1.75;
}
#index-body .init-1 .container .top .right .init-1Btn {
  text-decoration: underline;
}
#index-body .init-1 .container .top .right .init-1Btn img {
  transition: all 0.3s;
}
#index-body .init-1 .container .top .right .init-1Btn:hover img {
  transform: translateX(5px);
}
#index-body .init-1 .container .center .left {
  width: 70%;
  position: relative;
}
#index-body .init-1 .container .center .left .play-btn {
  background-color: #fff;
  width: 56px;
  height: 56px;
}
#index-body .init-1 .container .center .right {
  width: 28%;
  position: relative;
}
#index-body .init-1 .container .center .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
#index-body .init-1 .container .roll .list {
  color: #fff;
  text-align: center;
}
#index-body .init-2 {
  background-color: #f7f9ff;
}
#index-body .init-2 .maxHeight {
  max-height: 1040px;
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .maxHeight .shadow {
  z-index: 0;
  position: absolute;
  background: #f7f9ff;
  width: 100%;
  height: 100%;
  left: 0;
}
#index-body .init-2 .maxHeight .onelvBox {
  width: 1450px;
  height: 1450px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s linear;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv {
  z-index: 3;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list {
  width: 160px;
  height: 160px;
  color: #666;
  position: absolute;
  border: 10px solid transparent;
  z-index: 10;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img img {
  height: 50%;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img p.txt {
  position: absolute;
  width: 265px;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list.active {
  border: 10px solid #d7e1ff;
  border-radius: 50%;
}
#index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list.active .img p.txt {
  font-weight: 600;
  color: #000;
}
#index-body .init-2 .maxHeight .onelvBox ul.ul1 li.list1 {
  top: 10%;
  left: 7%;
}
#index-body .init-2 .maxHeight .onelvBox ul.ul1 li.list2 {
  top: -80px;
  left: 44%;
}
#index-body .init-2 .maxHeight .onelvBox ul.ul1 li.list3 {
  right: 8%;
  top: 10%;
}
#index-body .init-2 .maxHeight .onelvBox ul.ul1 li.list4 {
  right: -5%;
  top: 45%;
}
#index-body .init-2 .maxHeight .onelvBox .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  z-index: 1;
  top: 5px;
  left: 5px;
  z-index: 0;
  border-radius: 50%;
  -webkit-animation: rotate_ani 30s linear infinite;
  animation: rotate_ani 30s linear infinite;
  border: 1px solid var(--color);
}
#index-body .init-2 .maxHeight .onelvBox .circle .cir {
  width: 19px;
  height: 19px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
#index-body .init-2 .maxHeight .onelvBox .circle .cir1 {
  left: -10px;
}
#index-body .init-2 .maxHeight .onelvBox .circle .cir2 {
  right: -10px;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-0 {
  transform: rotate(0deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-0 ul.oneLv li.list {
  transform: rotate(0deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-0 .shadow {
  transform: rotate(0deg);
  top: 15%;
  left: 0;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 {
  transform: rotate(-45deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 ul.oneLv li.list {
  transform: rotate(45deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 ul.oneLv li.list2 {
  top: -85px;
  left: 43%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 ul.oneLv li.list3 {
  right: 9.5%;
  top: 8.5%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 ul.oneLv li.list4 {
  right: -5.5%;
  top: 45.5%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-1 .shadow {
  transform: rotate(45deg);
  top: 11%;
  left: -14%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-2 {
  transform: rotate(-90deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-2 ul.oneLv li.list {
  transform: rotate(90deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-2 ul.oneLv li.list1 {
  top: 81%;
  left: 79%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-2 ul.oneLv li.list3 {
  top: 7%;
  left: 79%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-2 .shadow {
  transform: rotate(90deg);
  top: 0%;
  left: -14%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 {
  transform: rotate(-135deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 ul.oneLv li.list {
  transform: rotate(135deg);
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 ul.oneLv li.list1 {
  top: 80%;
  left: 80%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 ul.oneLv li.list2 {
  top: 95%;
  left: 43%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 ul.oneLv li.list4 {
  right: -6%;
  top: 42.5%;
}
#index-body .init-2 .maxHeight .onelvBox.rotation-3 .shadow {
  transform: rotate(135deg);
  top: -10%;
  left: -10%;
}
#index-body .init-2 .maxHeight .btnBox {
  position: absolute;
  z-index: 6;
  top: 21.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 731px;
}
#index-body .init-2 .maxHeight .btnBox > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  background-color: #a3a3a3;
  border-radius: 50%;
  transition: all 0.3s linear;
}
#index-body .init-2 .maxHeight .btnBox > div:hover {
  background-color: var(--color);
}
#index-body .init-2 .maxHeight .btnBox > div.prev {
  transform: rotate(-30deg);
}
#index-body .init-2 .maxHeight .btnBox > div.next {
  transform: rotate(30deg);
}
#index-body .init-2 .maxHeight .btnBox i {
  color: #fff;
  font-size: 30px;
}
#index-body .init-2 .content {
  margin-top: -690px;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .content .menuImg {
  position: relative;
}
#index-body .init-2 .content .menuImg li {
  display: none;
  transition: all 0.5s linear;
}
#index-body .init-2 .content .menuImg li.active {
  display: block;
  transform: translateY(0);
}
#index-body .init-2 .content .bottom {
  position: relative;
  z-index: 5;
  background-color: #f7f9ff;
}
#index-body .init-2 .content .bottom .mentThumb {
  width: 48.76%;
}
#index-body .init-2 .content .bottom .mentThumb li {
  display: none;
  transition: all 0.5s linear;
}
#index-body .init-2 .content .bottom .mentThumb li.active {
  display: block;
  transform: translateY(0);
}
#index-body .init-2 .content .bottom .menuProBox {
  width: 62%;
  margin-left: -10.76%;
}
#index-body .init-2 .content .bottom .menuProBox .menuPro {
  width: 100%;
  transition: all 0.5s linear;
  display: none;
}
#index-body .init-2 .content .bottom .menuProBox .menuPro .swiper {
  width: 100%;
}
#index-body .init-2 .content .bottom .menuProBox .menuPro .swiper ul li {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
  padding: 12px;
  line-height: 1.5;
}
#index-body .init-2 .content .bottom .menuProBox .menuPro .swiper ul li .txt {
  /*max-width: 210px;*/
  margin: auto;
  height: 81px;
}
#index-body .init-2 .content .bottom .menuProBox .menuPro.active {
  display: block;
  transform: translateY(0);
}
#index-body .init-3 .titl {
  line-height: 1.5;
}
#index-body .init-3 ul.bot {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
#index-body .init-3 ul.bot li {
  position: relative;
  width: 12%;
  height: 100%;
  box-sizing: border-box;
}
#index-body .init-3 ul.bot li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  transition: all 0.3 linear;
}
#index-body .init-3 ul.bot li .listTxt {
  position: relative;
  z-index: 5;
  transition: all 0.2s linear;
  width: 100%;
  text-align: center;
}
#index-body .init-3 ul.bot li .listTxt .txt {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  z-index: -1;
  transition: all 0.1s linear;
  height: 60px;
  overflow: hidden;
}
#index-body .init-3 ul.bot li.active {
  width: 60%;
}
#index-body .init-3 ul.bot li.active .listTxt {
  width: 77%;
  padding-left: 100px;
  text-align: left;
}
#index-body .init-3 ul.bot li.active .listTxt .txt {
  opacity: 1;
  transform: translateY(0);
  z-index: 5;
  position: relative;
}
#index-body .init-3 ul.bot li.active .listTxt .semiBold {
  padding-bottom: 40px;
}
#index-body .init-3 ul.bot li.active::after {
  background-color: rgba(0, 0, 0, 0.3);
}

#index-body .init-4 {
  background-color: #f7f9ff;
}
#index-body .init-4 .top {
  line-height: 1.5;
}
#index-body .init-4 .top .left {
  width: 41%;
}
#index-body .init-4 .top .right {
  width: 50%;
}
#index-body .init-4 .bot ul.region li.list span {
  display: inline-block;
  background-color: #e70012;
  width: 0;
  height: 2px;
}
#index-body .init-4 .bot ul.region li.list.active {
  color: #e70012;
}
#index-body .init-4 .bot ul.region li.list.active span {
  width: 60px;
  margin-right: 10px;
}
#index-body .init-4 .bot .right {
  position: relative;
}
#index-body .init-4 .bot .right .roundBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-4 .bot .right .roundBox .countryBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round {
  position: absolute;
  width: 12px;
  height: 12px;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round .txt {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  white-space: nowrap;
  opacity: 0;
  z-index: 6;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round span {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  /*background-color: #e70012;*/
  background-color: rgba(231, 0, 18,.5);
  border-radius: 50%;
  position: relative;
  z-index: 7;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round span::after,
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round span::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country p.round span:hover ~ .txt {
  opacity: 1;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country.active {
  z-index: 1;
  opacity: 1;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country1 .round1 {
  right: 18%;
  top: 29%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round1 {
  left: 23%;
  top: 52%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round2 {
  left: 18%;
  top: 58%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round3 {
  left: 26%;
  top: 63%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round4 {
  left: 20%;
  top: 65%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round5 {
  left: 22%;
  top: 78%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country2 .round6 {
  left: 23%;
  top: 87%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round1 {
  left: 42.5%;
  top: 34%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round2 {
  left: 55.5%;
  top: 27%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round3 {
  left: 57%;
  top: 31%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round4 {
  left: 55%;
  top: 36%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round5 {
  left: 62%;
  top: 32%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round6 {
  left: 63%;
  top: 40%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country3 .round7 {
  left: 69%;
  top: 35%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country4 .round1 {
  left: 71%;
  top: 47%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round1 {
  left: 79%;
  top: 42%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round2 {
  left: 81%;
  top: 48%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round3 {
  left: 79%;
  top: 52%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round4 {
  left: 80%;
  top: 57%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round5 {
  left: 87%;
  top: 48%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country5 .round6 {
  left: 86%;
  top: 59%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country6 .round1 {
  left: 71%;
  top: 11%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country7 .round1 {
  left: 53%;
  top: 73%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country8 .round1 {
  left: 90%;
  top: 78%;
}
#index-body .init-4 .bot .right .roundBox .countryBox .country9 .round1 {
  left: 12%;
  top: 34%;
}
#index-body .init-5 {
  background-image: url(../images/init-5Bg.jpg);
}
#index-body .init-5 .container {
  overflow: hidden;
}
#index-body .init-5 .slick-list {
  overflow: visible;
}
#index-body .init-5 .item.rtl .slick-list {
  direction: rtl;
}
#index-body .init-5 .item.rtl .slick-slide {
  direction: ltr;
}
#index-body .init-6 .top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
#index-body .init-6 .top .lists .list {
  color: #666;
}
#index-body .init-6 .top .lists .list.active {
  color: #000;
  font-weight: 600;
}
#index-body .init-6 .top .lists .list:first-child {
  margin-left: 0;
}
#index-body .init-6 .bot .newsBox {
  display: none;
}
#index-body .init-6 .bot .newsBox ul.news .Hbtn {
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-6 .bot .newsBox ul.news .Hbtn:hover {
  color: #fff;
}
#index-body .init-6 .bot .newsBox ul.news li.list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}
#index-body .init-6 .bot .newsBox ul.news li.list .left {
  width: 31%;
}
#index-body .init-6 .bot .newsBox ul.news li.list .left .date {
  color: #666;
}
#index-body .init-6 .bot .newsBox ul.news li.list .right {
  width: 33%;
}
#index-body .init-6 .bot .newsBox ul.news li.list .right .cont1 {
  color: #666;
  transform: translateY(0);
}
#index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 {
  text-align: right;
  position: absolute;
  opacity: 0;
  z-index: -2;
  transform: translateY(-10px);
}
#index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 img {
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
}
#index-body .init-6 .bot .newsBox ul.news li.list:hover .right .cont1 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
}
#index-body .init-6 .bot .newsBox ul.news li.list:hover .right .cont2 {
  z-index: 1;
  opacity: 1;
  position: relative;
  transform: translateY(0);
}
#index-body .init-6 .bot .newsBox:first-child {
  display: block;
}
#index-body .init-7 {
  background-image: url(../images/init-7Bg.jpg);
}
#index-body .init-7 .titl {
  line-height: 1.5;
  color: #fff;
}
#index-body .init-7 form input {
  background-color: #fff;
  width: 18.7%;
  padding: 16px 0 16px 20px;
  border: none;
}
#index-body .init-7 form input::placeholder {
  font-size: 18px;
  color: #666;
}
#index-body .init-7 form input.cont {
  width: 38%;
}
#index-body .init-7 form input.inquery {
  padding: 15px 0;
  color: #05133a;
  font-size: 18px;
}
#index-body .init-7 form input.inquery:hover {
  background-color: var(--color);
  color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
}
#footer .top .item p.menu a:hover {
  color: #e70012;
}
#footer .top .item1 {
  width: 270px;
  line-height: 1.5;
}
#footer .top .item1 .share li {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .top .item1 .share li i {
  font-size: 18px;
  color: var(--color);
}
#footer .top .item1 .share li:hover {
  background-color: var(--color);
}
#footer .top .item1 .share li:hover i {
  color: #fff;
}
#footer .top .item2 .titl {
  line-height: 1.5;
}
#footer .top .item5 .cont {
  border: 13px solid #fff;
  box-sizing: border-box;
  width: 172px;
  height: 172px;
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: var(--color);
  transform: skew(-40deg, 0deg);
}
#footer .copyright .container svg {
  height: 31px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
  transform: skew(40deg, 0deg);
}
@media (max-width: 1800px) {
  .navContainer {
    width: 1690px;
  }
}
@media screen and (max-width: 1700px) {
  .navContainer {
    width: 1430px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .open_btn {
    padding: 5px 20px;
  }
  #index-body .init-2 .maxHeight {
    max-height: 900px;
  }
  #index-body .init-2 .content {
    margin-top: -560px;
  }
  #index-body .init-3 ul.bot {
    height: 720px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .left {
    width: 13%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 15px;
  }
  #header > .nav > .menu .menu-box .right .open_btn {
    padding: 5px 10px;
  }
  #index-body .init-1 .container .top .right {
    width: 55%;
  }
  #index-body .init-2 .maxHeight .onelvBox {
    width: 1200px;
    height: 1200px;
  }
  #index-body .init-2 .maxHeight .btnBox {
    top: 19%;
    left: 51.5%;
    width: 600px;
  }
  #index-body .init-2 .content {
    margin-top: -620px;
  }
  #index-body .init-3 ul.bot {
    height: 650px;
  }
  #index-body .init-3 ul.bot li.active .listTxt {
    padding-left: 62px;
  }
  #index-body .init-3 ul.bot li.active .listTxt .txt {
    height: 50px;
  }
  #index-body .init-4 .bot ul.region{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right {
    width: 38%;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 img {
    width: 73%;
  }
  #index-body .init-7 form input {
    padding: 12px 0 12px 10px;
    width: 19.5%;
  }
  #index-body .init-7 form input::placeholder {
    font-size: 16px;
  }
  #index-body .init-7 form input.inquery {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 .container .top .right {
    width: 60%;
  }
  #index-body .init-1 .container .center .txt {
    bottom: 10px;
  }
  #index-body .init-2 .maxHeight {
    max-height: 800px;
  }
  #index-body .init-2 .maxHeight .onelvBox {
    width: 900px;
    height: 900px;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list {
    width: 120px;
    height: 120px;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img p.txt {
    width: 240px;
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-1 .shadow {
    top: 10%;
    left: -9%;
  }
  #index-body .init-2 .maxHeight .btnBox {
    top: 17%;
    left: 51%;
    width: 450px;
  }
  #index-body .init-2 .maxHeight .btnBox > div {
    width: 40px;
    height: 40px;
  }
  #index-body .init-2 .maxHeight .btnBox > div i {
    font-size: 24px;
  }
  #index-body .init-2 .content {
    margin-top: -430px;
    background-color: #f7f9ff;
  }
  #index-body .init-2 .content .menuImg li img {
    width: 40%;
  }
  #index-body .init-2 .content .bottom .mentThumb {
    width: 55%;
  }
  #index-body .init-2 .content .bottom .menuProBox {
    width: 50%;
    margin-left: -5%;
  }
  #index-body .init-3 ul.bot {
    height: 500px;
  }
  #index-body .init-3 ul.bot li.active .listTxt {
    padding-left: 40px;
  }
  #index-body .init-3 ul.bot li.active .listTxt .txt {
    height: 45px;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right {
    width: 46%;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 img {
    width: 60%;
    left: -22%;
  }
  #index-body .init-7 form input {
    width: 49%;
    margin-bottom: 10px;
  }
  #index-body .init-7 form input.cont {
    width: 84%;
  }
  #index-body .init-7 form input.inquery {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .top .item4 {
    display: none;
  }
}
@media (max-width: 1000px) {
  #index-body .init-4{
    display: none;
  }
  #banner .swiperMin {
    bottom: 10px;
  }
  #index-body .init-2 .maxHeight {
    max-height: 100%;
  }
  #index-body .init-2 .maxHeight .onelvBox {
    width: 100%;
    height: 100%;
  }
  #index-body .init-2 .maxHeight .onelvBox .circle {
    display: none;
  }
  #index-body .init-2 .maxHeight .onelvBox .shadow {
    display: none;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list {
    position: static;
    margin-bottom: 80px;
    height: auto;
    width: 49%;
    border: none;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img {
    width: 120px;
    height: 120px;
    border: 10px solid transparent;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list.active {
    border: none;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list.active .img {
    border: 10px solid #d7e1ff;
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-1 {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-1 ul.oneLv li.list {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-2 {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-2 ul.oneLv li.list {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-3 {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .onelvBox.rotation-3 ul.oneLv li.list {
    transform: rotate(0);
  }
  #index-body .init-2 .maxHeight .btnBox {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
  #index-body .init-2 .maxHeight .btnBox > div.prev {
    transform: rotate(0deg);
  }
  #index-body .init-2 .maxHeight .btnBox > div.next {
    transform: rotate(0deg);
  }
  #index-body .init-2 .content {
    margin-top: 0;
  }
  #index-body .init-2 .content .bottom {
    flex-wrap: wrap;
  }
  #index-body .init-2 .content .bottom .mentThumb {
    width: 100%;
  }
  #index-body .init-2 .content .bottom .mentThumb li img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-2 .content .bottom .menuProBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  #index-body .init-3 ul.bot {
    height: auto;
  }
  #index-body .init-3 ul.bot li {
    width: 100%;
    height: 400px;
  }
  #index-body .init-3 ul.bot li .listTxt {
    padding-left: 20px;
    text-align: left;
  }
  #index-body .init-3 ul.bot li .listTxt .txt {
    position: relative;
    opacity: 1;
    z-index: 5;
  }
  #index-body .init-3 ul.bot li.active {
    width: 100%;
  }
  #index-body .init-3 ul.bot li.active .listTxt {
    padding-left: 20px;
    width: 100%;
  }
  #index-body .init-3 ul.bot li.active .listTxt .semiBold {
    padding-bottom: 20px;
  }
  #index-body .init-4 .bot .right .roundBox .countryBox .country p.round {
    width: 10px;
    height: 10px;
  }
  /*#index-body .init-4 .bot .right .roundBox .countryBox .country p.round .txt {
    bottom: 5px;
  }*/
  #index-body .init-5 {
    margin-left: 0;
    margin-right: 0;
  }
  #index-body .init-6 .top ul {
    margin-top: 20px;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .left {
    width: 43%;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right {
    width: 50%;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 img {
    width: 48%;
    left: -10%;
  }
  #footer .top .item3 {
    display: none;
  }
  #footer .copyright .container {
    transform: skew(0deg, 0deg);
  }
  #footer .copyright .container .left {
    transform: none;
  }
}
@media (max-width: 700px) {
  #banner .swiperBig .swiper ul li .titl {
    width: 100%;
  }
  #banner .swiperMin {
    display: none;
  }
  #index-body .init-1 .container .top .left {
    width: 100%;
  }
  #index-body .init-1 .container .top .left img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-1 .container .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .container .center {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .center .left,
  #index-body .init-1 .container .center .right {
    width: 100%;
  }
  #index-body .init-1 .container .center .right img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
  #index-body .init-1 .container .roll .list {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .init-2 .maxHeight .onelvBox ul.oneLv li.list .img {
    width: 100px;
    height: 100px;
  }
  #index-body .init-2 .content .menuImg li img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .left,
  #index-body .init-6 .bot .newsBox ul.news li.list .right {
    width: 100%;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right {
    margin-top: 20px;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 1;
    transform: translateY(0);
  }
  #index-body .init-6 .bot .newsBox ul.news li.list .right .cont2 img {
    display: none;
  }
  #index-body .init-6 .bot .newsBox ul.news li.list:hover .right .cont1 {
    opacity: 1;
    position: relative;
    transform: translateY(0);
  }
  #index-body .init-7 form input {
    width: 100%;
  }
  #index-body .init-7 form input.cont {
    width: 100%;
  }
  #index-body .init-7 form input.inquery {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .top .item1,
  #footer .top .item2,
  #footer .top .item5 {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .maxHeight .onelvBox.rotation-0 ul.oneLv li.list {
    width: 100%;
  }
  #footer .top .item1,
  #footer .top .item2,
  #footer .top .item5 {
    width: 100%;
  }
}
/*inner-page*/

.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
@media (max-width: 1250px) {
  #innerMobileBanner .banner2.colorWhite{
    padding-top: 65px;
  }
  #innerMobileBanner .banner2{
    background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, .05));
        background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,.05));
        background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, .05));
  }
}
/*product yd*/

.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #cfd9f6;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}

.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .Hbtn{
  border-color: var(--color);
  color: var(--color);
}
.proSideCont .proSideLeft .catList .Hbtn:hover{
  color:#fff;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 15px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li {
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item ul li i {
  top: 10px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  padding-right: 35px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li ul{
  padding-left: 5px;
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #cfd9f6;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 40px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}

.proPublic .tipsTitleC {
  margin-left: 58px;
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 60px;
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
  }

  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}

.moreCont {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}

.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.moreCont .moreText {
  position: relative;
  z-index: 2;
}

.moreCont:hover {
  color: var(--color);
}

.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/*about*/

.about-page .init-1 {
  position: relative;
  z-index: 2;
}

.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}

.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}

.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0px;
}

.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}

.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}

.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}

.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}

.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}

.about-page .init-1 .container .right .title {
  font-weight: 600;
}

.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
}

.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .init-2 .container ul li {
  margin-top: 40px;
}

.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}

.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  line-height: 1;
}

.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}

.about-page .init-3 .container .tipsTitleC {
  color: var(--color);
}

.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}

.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 0px;
  width: 100%;
}

.about-page .init-3 .container .content .right {
  width: 52%;
}

.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}

.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}

.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}

.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}

/*.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}*/

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.about-page .init-4 .content {
  padding-top: 80px;
}

.about-page .init-4 .content .swiper {
  padding-left: 1px;
}

.about-page .init-4 .content ul li {
  height: auto;
}

.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}

/*.about-page .init-4 .content ul li .box .img {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}*/

/*.about-page .init-4 .content ul li .box:hover .img {
  opacity: 1;
}*/

.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-weight: 600;
  line-height: 1;
}

.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}

.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}

.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
  padding-top: 50px;
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide+.swiper-slide .box .year {
  padding-top: 0;
}

.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: 100px;
}

.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}

.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}

.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.about-page .init-5 .container .tipsTitleC {
  color: var(--color);
}

.about-page .init-5 .container .content {
  margin-top: 80px;
}

.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
}

.about-page .init-5 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}

.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
}

.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}

.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}

.about-page .init-5 .container .content .right img {
  width: 100%;
}

.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}

.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}

.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}

.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}

.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}

.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}

.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}

.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}

@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }

  .about-page .init-5 .container .content .left {
    width: 100%;
  }

  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}

@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }

  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }

  .about-page .init-4 .content ul li .box .year {
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
    padding-top: 20px;
  }
}

@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}

@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }

  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }

  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .about-page .init-2 .container ul {
    padding-top: 0;
  }

  .about-page .init-2 .container ul li {
    width: 100%;
  }

  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }

  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }

  .about-page .init-4 .content {
    padding-top: 20px;
  }

  .about-page .init-4 .content .sPage {
    margin-top: 20px;
    display: none;
  }

  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }

  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }

  .about-page .init-5 .container .content {
    margin-top: 20px;
  }

  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }

  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }

  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
/*news*/

.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}

.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}

.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
  display: inline-block;
}

.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}

.news-page .init-2 {
  background-color: #f9f9f9;
}

.newdet-page .init-1 .container .content {
  line-height: 2;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
}

.news-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}

.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}

.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}

.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}

.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}

.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}

.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}

.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}

.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}

.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}

.newdet-page .init-1 .container .title {
  font-weight: 600;
}

.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}

.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}

.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}

.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}

.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}

.news-page .init-2 .container ul li .box .right .title {
  font-size: 20px;
  line-height: 1.7;
}

.news-page .init-2 .container ul li .box .right .des {
  font-size: 15px;
}

.newdet-page .init-1 .container .content ul>li:before {
  content: '•';
  margin-right: 0.5em;
  color: #8a8a8a;
  font-size: 1.2em;
}

@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }

  .news-page .init-2 .container ul li {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }

  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
/*contact*/
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}

.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}

.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}

.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}

.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}

.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}

.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}

.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}

.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}

.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}

.contact-page .init-1 .container .right form textarea {
  width: 100%;
}

.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}

.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}

.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}

.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}

.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}

@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }

  .contact-page .init-2 .container .list {
    width: 100%;
  }

  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}

@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }

  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }

  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }

  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }

  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }

  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }

  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }

  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }

  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }

  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}

.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}

.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}

.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}

.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}

.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}

.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}

.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }

  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 18px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}
/*custom-engineering*/

.test-page .test-1 .box {
  margin: 0 -45px;
  margin-bottom: 50px;
  align-items: center;
}

.test-page .test-1 .box .column {
  padding: 0 45px;
  vertical-align: middle;
}

.test-page .test-1 .box .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}

.custom-page .custom-1 {
  padding: 70px 0;
  text-align: center;
}

.custom-page .custom-1 .more {
  margin: 0 auto
}

.custom-page .custom-1 .ui.container {
  max-width: 1210px;
}

.custom-page .custom-1 .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}

.custom-page .custom-1 ul {
  margin: 60px -45px 0;
}

.custom-page .custom-1 ul li {
  padding: 0 45px;
  text-align: center;
}

.custom-page .custom-1 ul li .num {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}

.custom-page .custom-1 ul li .title {
  font-size: 18px;
  margin: 15px 0;
}

.custom-page .custom-1 ul li .txt {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}

.custom-page .custom-2 .box {
  background: #f4f4f4;
  padding: 60px;
}

.custom-page .custom-2 .box ul {
  margin: -35px;
}

.custom-page .custom-2 .box ul li {
  padding: 35px;
  text-align: center;
}

.custom-page .custom-2 .box ul li .title {
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}

.custom-form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-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;
}

.custom-form 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;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.custom-form i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.custom-form i.close:after,
.custom-form i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .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);
  transform: rotate(45deg);
}

.custom-form i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-form i.close:hover {
  background: var(--color);
}

.custom-form i.close:hover:after,
.custom-form i.close:hover:before {
  background: white;
}

.custom-form form {
  margin-top: 40px;
}

.custom-form form ul li {
  margin-bottom: 10px;
  position: relative;
}

.custom-form form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.custom-form form ul li label em {
  color: red;
  margin-right: 2px;
}

.custom-form form ul li input,
.custom-form form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}

.custom-form form ul li textarea {
  height: 80px;
}

.custom-form form ul li:last-child {
  margin-bottom: 0;
}

.custom-form form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.custom-form form ul li input[type="submit"]:hover {
  opacity: .7;
}

.custom-page .about-5 {
  padding: 8.5% 0 0%;
}

.custom-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.custom-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  font-family: "Delon";
  font-weight: normal;
}

.custom-page .about-5 .content {
  margin-top: 101px;
}

/*.custom-page .about-5 .content ul {
  margin-right: -78px;
}
.custom-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.custom-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}

.custom-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.custom-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.custom-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.custom-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

.test-page .solution-3 {
  background-color: #fff;
}

/*.test-page .solution-3 .box {
  padding-left: 5%;
  padding-right: 5%;

}*/
.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}

.test-page .solution-3 .box .list ul {
  margin-right: -1px;
}

.test-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}

.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;

}

.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}

.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

  height: 14em;
  overflow-y: auto;
  transition: .5s;
  left: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}

.test-page .solution-3 .box .list ul li:hover .text {
  opacity: 1
}

.test-page .solution-3 .box .list ul li .img {
  transition: .5s;
  padding-top: 0%;
}

.test-page .solution-3 .box .list ul li:hover .img {
  opacity: 0
}

.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div {
  height: 100%;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div li {
  height: 100%;
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}

.test-page .text-3 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list {
  margin-top: 50px;
}

.test-page .text-3 .list .swiper {
  overflow: hidden
}

.test-page .text-3 .swiper .swiper-slide i {
  display: block;
}

.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}

.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}

.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: black;
}

.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}

.test-page .text-3 .swiper .swiper-slide:hover .bg {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.test-page .text-3 .swiper .swiper-slide .center img{
  max-width: 50px;
}
.test-page .text-3 .swiper .swiper-slide .content img{
  max-width: 50px;
}

.test-page .text-3 .sPage {
  margin-top: 60px;
}

.test-page .text-3 .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.test-page .text-3 .sPage .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active {
  border: 1px solid #eb630c;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active::before {
  background: #eb630c;
}


@media screen and (max-width: 1250px) {

  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }

  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {

  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }

  .test-page .solution-3 .box .list ul li .text {
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }

  .test-page .text-3 .list {
    margin-top: 20px;
  }

  .test-page .text-3 .sPage {
    margin-top: 20px;
  }
}




@media screen and (max-width: 1440px){
  
 .custom-page .about-5 .content ul li .ig .text {
    height: 80%;
  }  
}
@media screen and (max-width: 1280px) {
   .custom-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px){
  
  .custom-page .about-5 .content ul {
    margin-right: -40px;
  }

  .custom-page .about-5 .content ul li {
    padding-right: 40px;
  }

}
@media screen and (max-width: 1000px){
  .custom-page .about-5 .title {
    font-size: 50px;
  }

  .custom-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px){
  
  .custom-page .about-5 .title {
    font-size: 40px;
  }

  .custom-page .about-5 .content {
    margin-top: 20px;
  }

  .custom-page .about-5 .content ul {
    margin-right: -20px;
  }

  .custom-page .about-5 .content ul li {
    padding-right: 20px;
  }

  .custom-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .custom-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .custom-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .custom-page .about-5 .title {
    font-size: 27px;
  }
}
.advantage .pr {
  position: relative;
}

.advantage .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage .top .btn .more {
  position: relative;
  
    width: 155px;
    height: 52px;
    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;
    font-size: 18px;
    cursor: pointer;
    background: url(../images/more1.png) no-repeat center center / 100% 100%;
    color: #666666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.advantage .header {
  text-align: left;
}

.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}

.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 16%
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}

.advantage .content ul li .ig i {
  display: block;
}

.advantage .content ul li .ig .tit {
  position: absolute;
  /*text-transform: uppercase;*/
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2
}

.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.advantage .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1440px){
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px){
   .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px){
   .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }

}
@media screen and (max-width: 700px){
  .advantage {
    display: none;
  }
}
@media screen and (max-width: 500px){
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}

.custom-22 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-22 .ui .top .left {
  padding-right: 65px;
}

.custom-22 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-22 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-22 .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-22 .ui .bottom .left {
  padding-right: 80px;
}

.custom-22 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-22 .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-22 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-22 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.custom-22 .ui .bottom .right ul.list3 li .top em {
  /*margin-left: 25px;*/
  font-family: "rom";
}

.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-22 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
.custom-22 .ui .bottom .right ul.list3 li:first-child .content {
  display: block;
}

@media screen and (max-width: 1250px) {

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
  }

}

@media screen and (max-width: 1000px) {

  .custom-22 .ui .bottom .right {
    padding-right: 0;
  }

  .custom-22 .ui .bottom {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 700px) {
.test-page .test-1 .box .column{
  padding: 0 15px;
}
.test-page .test-1 .box{
  margin:0 auto;
}
  .custom-22 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-22 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .top .right {
    width: 100%;
  }

  .custom-22 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .custom-22 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-22 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 100px) {
  .custom-22 .ui .bottom .right ul.list3 li .top {
    padding: 10px;
  }

  .custom-22 .ui .bottom {
    padding: 0;
  }
}

.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}

/*.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}*/

/*.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}*/

.aft03 .icenter2 .le img {
  height: 100%;
}

/*.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}*/

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

/*.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}*/

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px){
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width: 768px) {

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }

}

.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .Hbtn{
  color: var(--color);
  border-color: var(--color);
}
.sustainable-page .Hbtn:hover {
  color: #fff;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-3 ul li {
  width: 33%;
}
.sustainable-page .sustainable-3 ul li i img{
  width: 52px;
  height: 52px;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #9bc476;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #23519e;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 5% 4% 0;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f0f1f2;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.more {
  height: 2.77777778em;
  min-width: 11.11111111em;
}

.history2-page .about-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.history2-page .about-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.history2-page .about-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.history2-page .about-4 .top .list ul .content span.h6 {
  line-height: 1.8;
}
.history2-page .about-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.history2-page .about-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.history2-page .about-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.history2-page .about-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.history2-page .about-4 .top .list ul .slick-current + div,
.history2-page .about-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.history2-page .about-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.history2-page .about-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history2-page .about-4 .bottom .list {
  color: #999;
}
.history2-page .about-4 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.history2-page .about-4 .bottom .list .slick-current {
  color: var(--color);
}

.moreCont {
  /*background-color: #000;*/
  position: relative;
  z-index: 2;
}
.moreCont::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 1000px) {
  .history2-page .about-4 .top .list ul a.img-box{
    margin: auto;
  }
}

.download-page .init-1 {
  padding-top: 100px;
}
.download-page .init-1 .container .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .init-1 .container .content {
  padding-top: 40px;
}
.download-page .init-1 .container .content ul {
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .init-1 .container .content ul li {
  padding: 0 30px;
  margin-top: 40px;
}
.download-page .init-1 .container .content ul li .box .imgC {
  position: relative;
}
.download-page .init-1 .container .content ul li .box .imgC img {
  width: 100%;
}
.download-page .init-1 .container .content ul li .box .moreCont {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background-color: #fff;
}
.download-page .init-1 .container .content ul li .box .moreCont .moreImg {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.download-page .init-1 .container .content ul li .box .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.download-page .init-1 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
}
.download-page .init-1 .container .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .download-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .download-page .init-1 {
    padding-top: 40px;
  }
  .download-page .init-1 .container .content {
    padding-top: 10px;
  }
  .download-page .init-1 .container .content ul li {
    padding: 0;
  }
}

.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container .tipsTitleC {
  color: #05133a;
}
.manufacture-page .init-1 .container .des {
  max-width: 1130px;
  margin: 30px auto 0;
  text-align: center;
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(100% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(30, 150, 130, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: #05133a;
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC {
  color: #05133a;
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: #05133a;
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}
@media (max-width: 1250px) {
  .sustainable-page .sustainable-3 ul li {
    width: 50%;
  }
}
.fancybox-image {
  background-color: #fff;
}
@media (max-width: 1500px) {
  .history2-page .about-4 .top .slickBtn.pos div {
    top: auto;
    bottom: 0;
  }
  .history2-page .about-4 .top .slickBtn.pos div.prev {
    left: 45%;
  }
  .history2-page .about-4 .top .slickBtn.pos div.next {
    left: 55%;
  }
}
@media (max-width: 1000px) {
  .history2-page .about-4 .top .slickBtn.pos div{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: -35px;
  }
}