@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#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: var(--px18);
  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: 100px;
  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: 1000px) {
  .right_nav_list ul li {
    width: 43px;
    height: 43px;
  }
}
@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: 'Gilroy';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #ee712d;
}
.container {
  width: 1430px;
  padding: 0 15px;
}
.maxContainer {
  width: 1650px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#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;
}
@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;
  }
}
#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;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
.Hbtn {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid var(--color);
  padding: 15px 47px;
  z-index: 5;
}
.Hbtn:hover {
  background-color: var(--color);
}
.swiperBtn .btn {
  background-color: #6d6d6d;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperBtn .btn:hover {
  background-color: var(--color);
}
#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: #f6f6f6;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  color: #747474;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 58px;
}
#header > .nav .f-top .container {
  display: flex;
  height: 100%;
}
#header > .nav .f-top .left {
  color: #747474;
}
#header > .nav .f-top .left .phoneBox {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header > .nav .f-top .left .phoneBox img {
  width: 18px;
  height: 18px;
}
#header > .nav .f-top .left .phoneBox p span {
  color: var(--color);
}
#header > .nav .f-top .left .mailBox img {
  width: 29px;
  height: 19px;
}
#header > .nav .f-top .share {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header > .nav .f-top .share li {
  margin-left: 20px;
  color: #575959;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
}
#header > .nav .f-top .share li a:hover {
  color: var(--color);
  transform: translateY(-2px);
}
#header > .nav .f-top .lang_cont .c_cont {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header > .nav .f-top .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav .f-top .lang_cont .c_cont .textC .img {
  width: 28px;
  height: 28px;
}
#header > .nav .f-top .lang_cont .c_cont .textC .txt {
  color: #000;
  text-transform: uppercase;
}
#header > .nav .f-top .lang_cont .c_cont .textC .down {
  width: 11px;
  height: 6px;
}
#header > .nav .f-top .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu {
  padding: 24px 0;
}
#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: 65px;
  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.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#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;
  text-transform: uppercase;
  color: #000;
}
#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: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right .formBtn {
  background-color: var(--color);
  padding: 9px 31px;
}
#header > .nav > .menu .menu-box .right .formBtn::after,
#header > .nav > .menu .menu-box .right .formBtn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
}
#header > .nav > .menu .menu-box .right .formBtn::after {
  left: 0;
  bottom: 0;
}
#header > .nav > .menu .menu-box .right .formBtn::before {
  right: 0;
  top: 0;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  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 {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#header.active {
  top: -58px;
}
#banner {
  margin-top: 180px;
  color: #fff;
  position: relative;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
  z-index: 10;
}
#banner .swiper ul li .container .titl {
  line-height: 1.24;
  text-shadow: 0 6px 0 #000;
}
#banner .swiper ul li .container .txt {
  line-height: 1.5;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear forwards;
  -moz-animation: clipToRight 1s linear forwards;
  -o-animation: clipToRight 1s linear forwards;
  animation: clipToRight 1s linear forwards;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToLeft 1s linear forwards;
  -moz-animation: clipToLeft 1s linear forwards;
  -o-animation: clipToLeft 1s linear forwards;
  animation: clipToLeft 1s linear forwards;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .swiper-pagination {
  width: 18px;
  right: 7.8vw;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 1;
  border-radius: 0;
  margin: auto;
  margin-bottom: 40px;
  background-color: #fff;
}
#banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#banner .init-1 {
  margin-top: -134px;
  color: #000;
}
#banner .init-1 .right {
  z-index: 2;
  background-color: #ffffff;
  max-width: 1275px;
  width: 75vw;
}
#banner .init-1 .right .lists .list {
  border-right: 1px solid #d5d5d5;
}
#banner .init-1 .right .lists .list a {
  line-height: 1.7;
}
#banner .init-1 .right .lists .list a img {
  -webkit-filter: brightness(0) opacity(0.5);
  -moz-filter: brightness(0) opacity(0.5);
  -ms-filter: brightness(0) opacity(0.5);
  -o-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#banner .init-1 .right .lists .list a:hover {
  color: var(--color);
}
#banner .init-1 .right .lists .list a:hover img {
  -webkit-filter: brightness(1) opacity(1);
  -moz-filter: brightness(1) opacity(1);
  -ms-filter: brightness(1) opacity(1);
  -o-filter: brightness(1) opacity(1);
  filter: brightness(1) opacity(1);
}
#banner .init-1 .right .lists .list:last-child {
  padding-right: 0;
  border-right: none;
}
#banner .init-1 .right form {
  width: 100%;
  height: 70px;
}
#banner .init-1 .right form input {
  height: 100%;
  border: none;
}
#banner .init-1 .right form input.searchInput {
  background-color: #fff;
  padding-left: 24px;
  border: 1px solid #d5d5d5;
  width: calc(100% - 110px);
  border-right: none;
}
#banner .init-1 .right form input.searchInput::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#banner .init-1 .right form input.search {
  width: 110px;
  height: 100%;
  background-color: var(--color);
  background-image: url('../images/index_2.png');
  background-repeat: no-repeat;
  background-position: center;
}
#banner .init-1 .right form input.search:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .titleBox .txt {
  max-width: 1030px;
  color: #4d4d4d;
  line-height: 1.6;
}
#index-body .init-1 .init-1Con {
  width: 1780px;
  margin: 0;
  margin-left: auto;
}
#index-body .init-1 .init-1Con .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-1 .init-1Con .swiperBtn {
  margin-left: -18px;
}
#index-body .init-1 .init-1Con .swiperBtn .btn {
  width: 40px;
  height: 40px;
  top: 41%;
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .init-1 .init-1Con .swiperBtn .btn i {
  font-size: 20px;
}
#index-body .init-1 .init-1Con .swiperBtn .btn.prev {
  left: 0;
}
#index-body .init-1 .init-1Con .swiperBtn .btn.next {
  right: 20px;
}
#index-body .init-1 .swiper-pagination {
  position: static;
}
#index-body .init-1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 16px;
  height: 16px;
  background-color: #dcdcdc;
  margin: 0 16px;
  opacity: 1;
}
#index-body .init-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-2 .slickUl {
  width: 100%;
}
#index-body .init-2 .slickUl .slick-list {
  padding-right: 30%;
}
#index-body .init-2 .slickUl .slick-list li {
  border-right: 5px solid #fff;
  height: 770px;
}
#index-body .init-2 .slickUl .slick-list li .list {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .slickUl .slick-list li .list .bg {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .slickUl .slick-list li .list .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#index-body .init-2 .slickUl .slick-list li .list .bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .slickUl .slick-list li .list .textBox {
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 2;
  color: #fff;
}
#index-body .init-2 .slickUl .slick-list li .list .textBox .titl {
  color: #fefefe;
}
#index-body .init-2 .slickUl .slick-list li .list .textBox .titl a:hover {
  color: var(--color);
}
#index-body .init-2 .slickUl .slick-list li .list .textBox .txt {
  line-height: 1.5;
  width: 100%;
  max-width: 710px;
  opacity: 0;
  height: 0;
}
#index-body .init-2 .slickUl .slick-list li .list .textBox .Hbtn {
  opacity: 0;
  margin-bottom: -60px;
}
#index-body .init-2 .slickUl .slick-list .slick-active li .list .bg::after {
  opacity: 1;
}
#index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox {
  padding-left: 150px;
}
#index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox .txt {
  height: auto;
  opacity: 1;
}
#index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox .Hbtn {
  opacity: 1;
  margin-bottom: 0;
}
#index-body .init-2 .slickDots {
  bottom: 70px;
  z-index: 2;
  right: calc(30% + 50px);
}
#index-body .init-2 .slickDots ul li {
  width: 16px;
  height: 16px;
  background-color: #dcdcdc;
  border: none;
  border-radius: 0;
  margin: 0 17px;
}
#index-body .init-2 .slickDots ul li.slick-active {
  background-color: var(--color);
}
#index-body .init-2 .swiperBtn .btn {
  border-radius: 0;
  width: 62px;
  height: 62px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(30% - 30px);
}
#index-body .init-2 .swiperBtn .btn i {
  font-size: 28px;
}
#index-body .init-3 {
  overflow-x: hidden;
}
#index-body .init-3 .top .left {
  width: 47.5%;
}
#index-body .init-3 .top .left .titleBox .min {
  color: var(--color);
  line-height: 1;
}
#index-body .init-3 .top .left .imgBox {
  background-image: url('../images/init-3Bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 90% 90%;
  padding-top: 48px;
  padding-left: 43px;
}
#index-body .init-3 .top .left .imgBox .img {
  text-align: center;
}
#index-body .init-3 .top .left .imgBox .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-3 .top .right {
  color: #4d4d4d;
  padding-left: 35px;
  padding-top: 30px;
  width: 49%;
}
#index-body .init-3 .top .right .quotes {
  top: 0;
  left: 0;
}
#index-body .init-3 .top .right .txt {
  line-height: 1.375;
}
#index-body .init-3 .top .right .imgBox img {
  width: 47.4%;
}
#index-body .init-3 .top .right h1 {
  line-height: 1.65;
}
#index-body .init-3 .top .right .Hbtn {
  background-color: #fff;
  color: #787878;
}
#index-body .init-3 .top .right .Hbtn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 .top .right img.rz {
  margin-left: -15px;
}
#index-body .init-3 .bot ul li .icon {
  width: 52px;
  height: 45px;
}
#index-body .init-3 .bot ul li .textBox .numBox p {
  line-height: 1;
}
#index-body .init-3 .bot ul li .txt {
  line-height: 1.2;
}
#index-body .init-4 {
  background-image: url('../images/init-4bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#index-body .init-4 .lists {
  margin: -10px;
}
#index-body .init-4 .lists li {
  padding: 10px;
  height: 100%;
}
#index-body .init-4 .lists li .list {
  color: #000;
  height: 100%;
}
#index-body .init-4 .lists li .list .icon {
  width: 60px;
  height: 56px;
}
#index-body .init-4 .lists li .list .icon img {
  -webkit-filter: brightness(0) opacity(0.9);
  -moz-filter: brightness(0) opacity(0.9);
  -ms-filter: brightness(0) opacity(0.9);
  -o-filter: brightness(0) opacity(0.9);
  filter: brightness(0) opacity(0.9);
}
#index-body .init-4 .lists li .list .txt {
  margin-top: 10px;
}
#index-body .init-4 .lists li .list .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
#index-body .init-4 .lists li .list .por {
  z-index: 2;
}
#index-body .init-4 .lists li .list:hover {
  background-color: transparent;
  color: #fff;
}
#index-body .init-4 .lists li .list:hover .icon img {
  -webkit-filter: brightness(1) opacity(1);
  -moz-filter: brightness(1) opacity(1);
  -ms-filter: brightness(1) opacity(1);
  -o-filter: brightness(1) opacity(1);
  filter: brightness(1) opacity(1);
}
#index-body .init-4 .lists li .list:hover .txt {
  opacity: 1;
}
#index-body .init-4 .lists li .list:hover .bg {
  background-color: rgba(0, 0, 0, 0.3);
}
#index-body .init-5 .item2 .left .list {
  border-top: 1px solid #f0f0f0;
}
#index-body .init-5 .item2 .left .list:first-child {
  border-top: none;
}
#index-body .init-5 .item2 .left .list:last-child {
  padding-bottom: 0;
}
#index-body .init-5 .item2 .left .list .icon {
  width: 66px;
}
#index-body .init-5 .item2 .left .list .icon img {
  -webkit-filter: brightness(0) opacity(0.9);
  -moz-filter: brightness(0) opacity(0.9);
  -ms-filter: brightness(0) opacity(0.9);
  -o-filter: brightness(0) opacity(0.9);
  filter: brightness(0) opacity(0.9);
}
#index-body .init-5 .item2 .left .list .textBox {
  width: calc(100% - 66px);
}
#index-body .init-5 .item2 .left .list:hover .icon img,
#index-body .init-5 .item2 .left .list.active .icon img {
  -webkit-filter: brightness(1) opacity(1);
  -moz-filter: brightness(1) opacity(1);
  -ms-filter: brightness(1) opacity(1);
  -o-filter: brightness(1) opacity(1);
  filter: brightness(1) opacity(1);
}
/*#index-body .init-5 .item2 .right img {
  display: none;
}
#index-body .init-5 .item2 .right img:first-child {
  display: block;
}*/
#index-body .init-6 {
  background-image: url('../images/init-6Bg.jpg');
}
#index-body .init-6 .swiper ul li a.img {
  position: relative;
}
#index-body .init-6 .swiper ul li a.img span {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-6 .swiper ul li.swiper-slide-active a.img span {
  background-color: rgba(0, 0, 0, 0);
}
#index-body .init-6 .swiper ul li .title {
  opacity: 0;
  width: 55%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21);
  z-index: 2;
  margin: auto;
  margin-top: -22px;
  margin-bottom: 9px;
}
#index-body .init-6 .swiper ul li .title .titl:hover {
  color: var(--color);
}
#index-body .init-6 .swiper ul li .title .arrow {
  width: 48px;
  height: 48px;
  background-color: var(--color);
}
#index-body .init-6 .swiper ul li .title .arrow:hover {
  background-color: #000;
}
#index-body .init-6 .swiper ul li.swiper-slide-active .title {
  opacity: 1;
}
#index-body .init-6 .swiperBtn .btn {
  top: 47%;
  transform: translateY(-50%);
  z-index: 3;
  width: 45px;
  height: 72px;
}
#index-body .init-6 .swiperBtn .btn i {
  font-size: 28px;
}
#index-body .init-6 .swiperBtn .btn.prev {
  left: 18px;
}
#index-body .init-6 .swiperBtn .btn.next {
  right: 18px;
}
#index-body .init-7 .container .swiper ul li .list {
  border: 1px solid #f0f0f0;
}
#index-body .init-7 .container .swiper ul li .list .date img {
  -webkit-filter: brightness(0) opacity(0.5);
  -moz-filter: brightness(0) opacity(0.5);
  -ms-filter: brightness(0) opacity(0.5);
  -o-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#index-body .init-7 .container .swiper ul li .list .titl:hover {
  color: var(--color);
}
#index-body .init-7 .container .swiper ul li .list .btn:hover {
  color: var(--color);
  font-weight: bold;
}
#index-body .init-7 .container .swiper ul li .list:hover {
  border-color: var(--color);
}
#index-body .init-7 .container .swiper ul li .list:hover .date img {
  -webkit-filter: brightness(1) opacity(1);
  -moz-filter: brightness(1) opacity(1);
  -ms-filter: brightness(1) opacity(1);
  -o-filter: brightness(1) opacity(1);
  filter: brightness(1) opacity(1);
}
#index-body .init-7 .container .swiper-pagination {
  position: static;
}
#index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #dcdcdc;
  opacity: 1;
}
#index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1a1a1a;
}
#footer .line {
  width: 100%;
  height: 1px;
  background-color: #3c3c3c;
}
#footer .top .links .link a {
  text-transform: uppercase;
}
#footer .top .links .link a:hover {
  color: var(--color);
}
#footer .top .links .link:last-child {
  margin-right: 0;
}
#footer .bot .left .cont {
  min-height: 100px;
}
#footer .bot .left .cont p.num {
  color: #fff;
}
#footer .bot .left .cont .share li a i {
  font-size: 20px;
}
#footer .bot .left .cont .share li a:hover {
  color: var(--color);
}
#footer .bot .right form input,
#footer .bot .right form textarea,
#footer .bot .right form button {
  background-color: transparent;
  border: none;
  color: #fff;
}
#footer .bot .right form input,
#footer .bot .right form textarea {
  border-bottom: 1px solid #373737;
  margin-bottom: 25px;
}
#footer .bot .right form input::placeholder,
#footer .bot .right form textarea::placeholder {
  color: #fff;
}
#footer .bot .right form textarea {
  height: 80px;
}
#footer .bot .right form .inquery {
  background-color: var(--color);
  font-size: var(--px18);
  padding: 16px 43px;
}
#footer .bot .right form .inquery:hover {
  background-color: #000;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 30px;
  opacity: 0.8;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .left .cms {
  color: var(--color);
}
@media (max-width: 1800px) {
  #index-body .init-1 .init-1Con {
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 45px;
  }
  #index-body .init-1 .init-1Con {
    width: 1500px;
  }
  #index-body .init-2 .slickUl .slick-list li {
    height: 660px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-1 .init-1Con {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .swiper-pagination {
    right: 4.8vw;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-bottom: 25px;
  }
  #banner .init-1 {
    margin-top: -120px;
  }
  #banner .init-1 .right {
    width: 74vw;
    padding-left: 30px;
    padding-right: 30px;
  }
  #index-body .init-1 .init-1Con {
    width: 1200px;
    margin: auto;
  }
  #index-body .init-2 .slickUl .slick-list li {
    height: 580px;
  }
  #index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox {
    padding-left: 100px;
  }
  #index-body .init-2 .slickDots {
    bottom: 25px;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .init-1 {
    margin-top: -50px;
  }
  #banner .init-1 .right {
    width: 100vw;
  }
  #banner .init-1 .right .lists .list {
    border-right: none;
  }
  #banner .init-1 .right form {
    height: 50px;
  }
  #index-body .init-1 .init-1Con {
    width: 970px;
  }
  #index-body .init-1 .init-1Con .swiperBtn .btn.next {
    right: 12px;
  }
  #index-body .init-1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
  }
  #index-body .init-2 .slickUl .slick-list li {
    height: 400px;
  }
  #index-body .init-2 .slickDots ul li {
    margin: 0 8px;
    width: 10px;
    height: 10px;
  }
  #index-body .init-2 .swiperBtn .btn {
    width: 50px;
    height: 50px;
    right: calc(30% - 20px);
  }
  #index-body .init-6 .swiper ul li .title {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .Hbtn {
    padding: 10px 25px;
  }
  #banner .swiper ul li .bg {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
  #banner .swiper ul li .container .wid-50 {
    width: 100%;
  }
  #banner .swiper-pagination {
    right: 1.5vw;
  }
  #index-body .init-1 .init-1Con {
    width: 700px;
  }
  #index-body .init-1 .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px;
  }
  #index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox {
    padding-left: 50px;
  }
  #index-body .init-3 .top .right {
    padding-top: 30px !important;
  }
  #index-body .init-3 .bot ul li {
    width: 50%;
  }
  #index-body .init-6 .swiper ul li .title {
    width: 80%;
  }
  #index-body .init-6 .swiperBtn .btn {
    width: 30px;
    height: 45px;
  }
  #index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #footer .top .links {
    margin: 20px auto;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .init-1Con {
    width: 100%;
  }
  #index-body .init-2 .slickUl .slick-list {
    padding-right: 0;
  }
  #index-body .init-2 .slickUl .slick-list .slick-active li .list .textBox {
    padding-right: 20px;
    padding-left: 20px;
  }
  #index-body .init-3 .top .right img.rz {
    margin-left: 0;
  }
  #footer .bot .right form input {
    width: 100%;
  }
  #footer .top .links {
    display: none;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .top .left .imgBox {
    padding-top: 20px;
    padding-left: 20px;
  }
  #index-body .init-3 .top .right .imgBox img {
    width: 100%;
  }
  #index-body .init-3 .bot ul li {
    width: 100%;
  }
  #footer .bot .left .cont {
    width: 100%;
  }
}

.inner-banner {
  margin-top: 180px;
  padding-top: 0;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: var(--px18);
  color: #151515;
  line-height: 1.6;
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.inner-page .m-page {
    text-align: center;
    padding-top: 60px;
}

.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}

.about-page .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}
.about-page .about-1 .content .con {
    width: 62%;
    color: #282727;
    line-height: 1.8;
    max-height: 508px;
    overflow-y: scroll;
}
.about-page .about-1 .content .right {
    width: 38%;
}
.about-page .about-1 .content .right .ig {
    max-width: 480px;
    margin: 0 0 0 auto;
    text-align: center;
    font-weight: bold;
}
.about-page .about-1 .content .right span {
    font-size: 200px;
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 .content .right p {
    color: #0d0d0d;
    line-height: 1.3;
}
.about-page .about-1 #index-body {
    background: transparent;
}
.about-page .about-2 {
    padding-top: 5.99%;
    margin-bottom: 80px;
}
.about-page .about-2 .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 65px;
}
.about-page .about-2 .text {
    width: 48.552%;
}
.about-page .about-2 .text .title::before {
    display: none;
}
.about-page .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}
.about-page .about-2 .text .con {
    font-size: var(--px18);
    
    color: #282727;
    line-height: 1.7;
    margin-top: 20px;
}
.about-page .about-3 {
    padding-top: 5.782%;
}
.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page .about-3 .content {
    margin-top: 70px;
}
.about-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 1130px;
}
.about-page .about-3 .content ul li {
    width: 33.333%;
    height: 380px;
}
.about-page .about-3 .content ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-page .about-3 .content ul li .box {
    background: white;
    padding: 90px 75px 92px 59px;
    height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
    color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
    font-size: var(--px18);
    line-height: 1.8;
    color: #282727;
    margin-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
    position: absolute;
    bottom: 380px;
    left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-page .about-4 .Hbtn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 .box {
    background: var(--color);
}
.about-page .about-4 .box .left {
    vertical-align: middle;
    color: white;
    padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
}
.about-page .about-4 .box .left .con {
    font-size: var(--px18);
    line-height: 1.8;
    margin-top: 26px;
    width: 76%;
}
.about-page .about-4 .box .left .more {
    background: white;
    color: var(--color);
    margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
    background: black;
}
.about-page .about-4 .box .left .more:hover {
    color: white;
}
.about-page .about-4 .box .right {
    vertical-align: middle;
}
.about-page .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
    background-color: #bf611a;
}
.about-page .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .content .right span {
    font-size: 160px;
  }
}
@media screen and (max-width: 1250px) {
    .about-page .about-3 .content ul {
        height: 1000px;
    }
    .about-page .about-1 .content .right span {
        font-size: 130px;
    }
    .about-page .about-3 .content ul li {
        height: 350px;
    }
    .about-page .about-3 .content ul li .box {
        height: 350px;
        padding: 60px 50px 30px 40px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 34px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 700px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 350px;
    }
    .about-page .about-4 .box .left {
        padding-left: 50px;
    }
    .about-page .about-4 .box .left .con {
        width: 92%;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-2 .text {
        padding: 65px 0 0 40px;
    }
    .about-page .about-3 .content ul {
        height: 900px;
    }
    .about-page .about-3 .content ul li {
        height: 300px;
    }
    .about-page .about-3 .content ul li .box {
        height: 300px;
        padding: 40px 30px 30px 20px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 600px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 300px;
    }
}
@media screen and (max-width: 1000px){
  
    .about-page .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-page .about-1 .content .con {
        width: 100%;
    }
    .about-page .about-1 .content .right .ig {
      margin: auto;
    }
    .about-page .about-1 .content .right span {
      font-size: 110px;
    }
    .about-page .about-2 .img {
        width: 100%;
    }
    .about-page .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-3 .content {
        margin-top: 30px;
    }
    .about-page .about-3 .content ul {
        height: 800px;
    }
    .about-page .about-3 .content ul li {
        height: 260px;
    }
    .about-page .about-3 .content ul li .box {
        height: 260px;
        padding: 20px 15px 0 15px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 25px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 540px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 260px;
    }
    .about-page .about-4 .box .left {
        padding-left: 20px;
    }
}
@media screen and (max-width: 700px){
  
    .about-page .about-3 .content ul {
        height: auto;
    }
    .about-page .about-3 .content ul li {
        height: auto;
        width: 50%;
    }
    .about-page .about-3 .content ul li .box {
        height: auto;
        padding: 20px 15px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: auto;
    }
    .about-page .about-3 .content ul li:nth-child(4),
    .about-page .about-3 .content ul li:nth-child(5),
    .about-page .about-3 .content ul li:nth-child(6),
    .about-page .about-3 .content ul li:last-child {
        position: initial;
    }
    .about-page .about-4 .box .left {
        width: 100%;
        padding: 20px 15px;
    }
    .about-page .about-4 .box .right {
        width: 100%;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 #index-body {
        margin-top: 20px;
    }
    .about-page .about-2 .text .con {
        margin-top: 20px;
    }
    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-3 .header .more {
        margin-top: 15px;
    }
    .about-page .about-3 .content ul li {
        width: 100%;
    }
    .about-page .about-4 .box .left .tit {
        font-size: 32px;
    }
    .about-page .about-4 .box .left .con {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 20px;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 150px;
    }
}

.inner-page .title {
    position: relative;
}
.inner-page .title em {
    color: var(--color);
}
.inner-page .title::before {
    content: '';
    position: absolute;
    left: -200px;
    top: 38px;
    width: 140px;
    height: 2px;
    background-color: #c2c0c3;
}
@media screen and (max-width: 1680px) {
    .inner-page .title::before {
        left: -160px;
    }
}
#index-body .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#index-body .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .about .bottom .play::before,
#index-body .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

#index-body .about .data ul {
  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;
}
#index-body .about .data ul li {
  display: inline-block;
}
#index-body .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-weight: 700;
  color: var(--color);
}
#index-body .about .data ul li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}
#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}

.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: #ee751a;
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  left: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: #ee751a;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: #ee751a;
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}

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

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

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

.about-page .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

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

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

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

.about-page .init-50 .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-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

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

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

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

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

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

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

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

@media (max-width: 1800px) {

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 400px;
    }
}
@media screen and (max-width: 1700px) {
  .about-page .init-50 .container .content2 .btn {
    width: 50px;
    right: -50px;
  }
  .about-page .init-50 .container .content2 .prev {
    left: -50px;
  }
}
@media (max-width: 1500px) {
    .about-page .init-40 .container .content ul li .box .num {
        font-size: 300px;
    }
}

@media (max-width: 1250px) {
    .about-page .init-40 .container .content ul li .box .num {
        font-size: 200px;
    }
    .about-page .init-50 .container .content .left {
        width: 100%
    }

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

    .about-page .init-50 .container .content2 .btn {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .about-page .init-40 .container .content ul li .box .num {
        font-size: 160px;
    }

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

@media (max-width: 700px) {

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 130px;
    }
}

@media (max-width: 500px) {
    .about-page .init-40 .container .content {
        padding-top: 80px;
    }

    .about-page .init-40 .container .content .btn {
        width: 40px;
        height: 40px;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: 50%;
    }

    .about-page .init-40 .container .content .prev {
        left: -webkit-calc(0%);
        left: -moz-calc(0%);
        left: calc(50% - 50px);
    }

    .about-page .init-40 .container .content .next {
        left: -webkit-calc(60%);
        left: -moz-calc(60%);
        left: calc(50% + 10px);
    }

    .about-page .init-40 .container .content ul li {
        padding: 0 10px;
    }

    .about-page .init-40 .container .content ul li .box {
        padding: 0;
    }

    .about-page .init-40 .container .content ul li .box .num {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page .init-40 .container .content ul li .box .desC {
        height: auto;
    }

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 60px;
    }

    .about-page .init-40 .container .content ul li .box .desC {
        text-align: left;
        margin-top: 20px;
    }

    .about-page .init-40 .container .content ul li .box .desC .des {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .about-page .init-40 .container .content2 {
        width: 100%;
    }

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

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

    .about-page .init-50 .container .content .left .more {
        margin-top: 10px
    }
}

.about-page .i-global {
    background: url(../images/map-bg.jpg) no-repeat top 75% right 125%;
}

.about-page .i-global .baseTit {
    max-width: 700px;
}

.about-page .i-global .desc {
    width: 45%;
    opacity: .75;
}

.about-page .i-global .left {
    width: 70%;
}

.about-page .i-global .left>img {
    width: 100%;
}

.about-page .i-global .left li {
    z-index: 1;
}

.about-page .i-global .left li:nth-of-type(1) {
    left: 77%;
    top: 40%;
}

.about-page .i-global .left li:nth-of-type(2) {
    left: 79.7%;
    top: 45%;
}

.about-page .i-global .left li:nth-of-type(3) {
    left: 19%;
    top: 37%;
}

.about-page .i-global .left li:nth-of-type(4) {
    left: 52%;
    top: 34%;
}

.about-page .i-global .left li:nth-of-type(5) {
    left: 46%;
    top: 31%;
}

.about-page .i-global .left li:nth-of-type(6) {
    left: 76%;
    top: 56%;
}

.about-page .i-global .left li:nth-of-type(7) {
    left: 68%;
    top: 53%;
}

.about-page .i-global .left li:nth-of-type(8) {
    left: 49%;
    top: 32%;
}

.about-page .i-global .left li i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color);
}

.about-page .i-global .left li i::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(1, 64, 153, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}

.about-page .i-global .left li .text {
    font-size: 17.16px;
    width: 120px;
}

.about-page .i-global .left li .text.tc {
    bottom: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-page .i-global .left li .text.rb {
    top: 110%;
    left: 200%;
}

.about-page .i-global .right {
    width: 25%;
    margin-top: 40px;
}

.about-page .i-global .right li+li {
    margin-top: 25px;
}

.about-page .i-global .right li a {
    font-size: 30px;
    display: block;
    position: relative;
    padding-left: 50px;
    color: #6e6e6e;
}

.about-page .i-global .right li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    border-bottom: 2px solid var(--color);
    width: 40px;
    opacity: 0;
}

.about-page .i-global .right li.active a {
    font-weight: bold;
    color: var(--color);
}

.about-page .i-global .right li.active a::before {
    opacity: 1;
}

@media (max-width: 1480px) {
    .about-page .i-global .right li a {
        font-size: 24px;
    }
}

@media (max-width: 1230px) {
    .about-page .i-global .right li a {
        font-size: var(--px18);
    }
}

@media (max-width: 1000px) {
  .about-page .i-global .left li i {
    width: 10px;
    height: 10px;
  }
    .about-page .i-global .baseTit {
        max-width: 100%;
        float: none;
    }

    .about-page .i-global .desc {
        width: 100%;
        text-align: left;
        float: none;
    }

    .about-page .i-global .left {
        width: 100%;
        float: none;
    }

    .about-page .i-global .right {
        width: 100%;
        float: none;
    }

    .about-page .i-global .right ul {
        font-size: 0;
    }

    .about-page .i-global .right li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .about-page .i-global .right li+li {
        margin-top: 0;
    }

    .about-page .i-global .right li a {
        padding-left: 0;
    }

    .about-page .i-global .right li a::before {
        display: none;
    }
}

@media (max-width: 700px) {
    .about-page .i-global .left li .text {
        font-size: 14px;
        width: 100px;
    }

    .about-page .i-global .left li .text.rb {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.honor-page .options span {
    border-radius: 3px;
    background-color: #dbdbdb;
}

.honor-page .options span.active {
    background-color: var(--color);
    color: white;
}
.honor-page .container .tips_title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.honor-page .container .content ul li {
    text-align: center;
}

.honor-page .container .content ul li .box a {
    display: block;
}
@media screen and (max-width: 1000px) {
  .honor-page .container .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .container .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .container .content ul li {
    width: 100%;
  }
}

.mana-page .mana-1 .left {
    vertical-align: middle;
    padding-right: 7.5%;
}

.mana-page .mana-1 .left .title::before {
    display: none;
}

.mana-page .mana-1 .left .con {
    line-height: 1.8;
    color: #4e4e4e;
}

.mana-page .mana-1 .right {
    vertical-align: middle;
}

.mana-page .mana-2 {
    padding-top: 3.386%;
}

.mana-page .mana-2 .top .left {
    width: 44%;
    padding-right: 7%;
}

.mana-page .mana-2 .top .left .title::before {
    display: none;
}

.mana-page .mana-2 .top .right {
    width: 56%;
    line-height: 1.8;
    margin-top: 12px;
    color: #4e4e4e;
}

.mana-page .mana-2 .top .right p {
    margin-top: 25px;
}

.mana-page .mana-2 .top .right p:first-child {
    margin-top: 0;
}

.mana-page .mana-2 .bottom {
    /*background: url(../images/mana2.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: white;
    margin-top: 89px;
    padding: 4.672% 0 5.922% 0;*/
}
.mana-page .mana-2 .bottom .ces {
  margin-right: -30px;
}
.mana-page .mana-2 .bottom .ces .ce {
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: calc(25% - 30px);
}

.mana-page .mana-2 .bottom .ces .ce i {
  position: absolute;
  font-size: 22px;
  display: block;
}
.mana-page .mana-2 .bottom .ces .ce:nth-child(-n+4) i {
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.mana-page .mana-2 .bottom .ces .ce:nth-child(4) i {
  display: none;
}
.mana-page .mana-2 .bottom .ces .ce:nth-child(n+5) i {
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.mana-page .mana-2 .bottom .ces .ce .txt {
  height: 100px;
  overflow-y: auto;
}
.mana-page .mana-2 .bottom .title {
    color: white;
}

.mana-page .mana-2 .bottom .title::before {
    display: none;
}

.mana-page .mana-2 .bottom .ig {
    background: rgba(255, 255, 255, 0.04);
    max-width: 1122px;
    margin: 26px 0 0 10.593%;
    padding: 41px 105px 58px 70px;
}

.mana-page .mana-2 .bottom .ig ul li {
    position: relative;
    padding-top: 19px;
}

.mana-page .mana-2 .bottom .ig ul li i {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: var(--color);
}

.mana-page .mana-2 .bottom .ig ul li i img {
    display: inline-block;
    vertical-align: middle;
}

.mana-page .mana-2 .bottom .ig ul li .text {
    display: inline-block;
    width: 82%;
    padding-left: 38px;
}

.mana-page .mana-2 .bottom .ig ul li .text span {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}

.mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}

.mana-page .mana-2 .bottom .ig ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 31px;
    background: url(../images/mana-icon.png) no-repeat;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots {
    position: absolute;
    z-index: 2;
    right: -20%;
    top: 45%;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li {
    width: 18px;
    height: 18px;
    background: transparent;
    padding: 0;
    margin-bottom: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: var(--color);
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
    display: none;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
    margin-bottom: 0;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.77);
}

.mana-page .mana-3 {
    padding-top: 68px;
}

.mana-page .mana-3 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.mana-page .mana-3 ul li .img {
    background: url(../images/about-dots.png) no-repeat right top;
    width: 51.448%;
    padding-top: 45px;
    padding-right: 45px;
}

.mana-page .mana-3 ul li .text {
    width: 48.552%;
    padding-left: 41px;
}

.mana-page .mana-3 ul li .text .title::before {
    display: none;
}

.mana-page .mana-3 ul li .text .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    margin-top: 9px;
}

.mana-page .mana-3 ul li .text .con {
    line-height: 1.7;
    color: #2c2c2c;
}

.mana-page .mana-3 ul li .text dl {
    margin-top: 47px;
}

.mana-page .mana-3 ul li .text dl dd {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin-bottom: 11px;
}

.mana-page .mana-3 ul li .text dl dd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 32px;
    height: 26px;
    background: url(../images/mana-check.png) no-repeat;
}

.mana-page .mana-3 ul li .text dl dd:last-child {
    margin-bottom: 0;
}

.mana-page .mana-3 ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 100px 0 0;
}

.mana-page .mana-3 ul li:nth-child(even) .img {
    background: url(../images/about-dots1.png) no-repeat right bottom;
    padding-top: 0;
    padding-bottom: 45px;
}

.mana-page .mana-3 ul li:last-child {
    margin-bottom: 0;
}

.mana-page .mana-4 .header {
    background: var(--color);
    padding: 30px 0 28px;
}

.mana-page .mana-4 .header .title {
    color: white;
}

.mana-page .mana-4 .header .title::before {
    background: white;
    top: 38px;
}

.mana-page .mana-4 .content ul li .img-box img {
    width: 100%;
}

.mana-page .mana-4 .content .slick-track .slick-slide>div {
    height: auto;
}
@media screen and (max-width: 1450px) {
  .mana-page .mana-2 .bottom .ces .ce:nth-child(-n+3) i {
    right: -25px;
  }
  .mana-page .mana-2 .bottom .ces .ce:nth-child(n+5) i {
    left: -25px;
  }
}
@media screen and (max-width: 1440px) {
    .mana-page .mana-2 .top .left {
        padding-right: 2%;
    }

    .mana-page .mana-2 .bottom .ig {
        margin: 26px auto 0;
    }

    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        right: -11%;
    }

    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 50px 0 0;
    }

    .mana-page .mana-3 ul li .text dl dd {
        font-size: 21px;
    }
}
@media screen and (max-width: 1280px) {
    .mana-page .mana-1 .left {
        padding-right: 4%;
    }

    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 30px 0 0;
    }

    .mana-page .mana-3 ul li .text dl dd {
        font-size: 20px;
        padding-left: 45px;
    }

    .mana-page .mana-3 ul li .text dl dd::before {
        top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .mana-page .mana-1 .left {
        width: 100%;
        padding-right: 0;
    }

    .mana-page .mana-1 .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .mana-page .mana-2 .top .left {
        width: 100%;
        padding-right: 0;
    }

    .mana-page .mana-2 .top .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .mana-page .mana-2 .bottom {
        margin-top: 40px;
    }

    .mana-page .mana-2 .bottom .ig {
        padding: 20px 40px 40px 30px;
    }

    .mana-page .mana-2 .bottom .ig ul li .text {
        padding-left: 20px;
    }

    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        right: -5%;
    }
    .mana-page .mana-2 .bottom .ces {
      margin-right: 0;
    }
    .mana-page .mana-2 .bottom .ces .ce {
      width: calc(33.33% - 30px);
    }

    .mana-page .mana-3 ul li {
        margin-bottom: 30px;
    }

    .mana-page .mana-3 ul li .img {
        width: 100%;
    }

    .mana-page .mana-3 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .mana-page .mana-3 ul li .text .con,
    .mana-page .mana-3 ul li .text dl {
        margin-top: 20px;
    }

    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width: 700px) {

    .mana-page .mana-2 .top .right {
        padding: 10px 0 0 0;
        margin-top: 0;
    }

    .mana-page .mana-2 .bottom {
        margin-top: 20px;
    }

    /*.mana-page .mana-2 .bottom .ig ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .mana-page .mana-2 .bottom .ig ul li .text p {
        margin-top: 10px;
    }*/
    .mana-page .mana-2 .bottom .ces .ce {
      width: calc(50% - 30px);
    }
    .mana-page .mana-2 .bottom .ces .ce:nth-child(4) i {
      display: block;
    }
    .mana-page .mana-2 .bottom .ces .ce:last-child i {
      display: none;
    }
    .mana-page .mana-2 .bottom .ces .ce:nth-child(n+5) i {
      left: auto;
      right: -25px;
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .mana-page .mana-1 .left .con {
        font-size: 14px;
        line-height: 2;
    }

    .mana-page .mana-2 .top .right {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-2 .bottom .ces .ce {
      width: 100%;
      margin-right: 0;
    }
    .mana-page .mana-2 .bottom .ces .ce i,.mana-page .mana-2 .bottom .ces .ce:nth-child(4) i {
      display: none;
    }

    /*.mana-page .mana-2 .bottom .ig {
        padding: 20px 20px 30px 20px;
    }

    .mana-page .mana-2 .bottom .ig ul li .text p {
        font-size: 14px;
        line-height: 2;
    }*/

    .mana-page .mana-3 ul li .text .con {
        font-size: 14px;
        line-height: 2;
    }
}
.product-page {
  background-color: #fff8f2;
  position: relative;
}
.product-page:before {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: inherit;
  z-index: -1;
}
.product-page .product-1 .sideBarRight h1 {
  color: var(--color);
  margin-bottom: .7em;
  line-height: 1.2;
}
.product-page .product-1 .sideBarRight .text {
  line-height: 2;
  font-weight: 500;
  max-height: 300px;
  overflow-y: auto;
}
.product-page .product-1 .sideBarRight .list ul {
  row-gap: 50px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.product-page .product-1 .sideBarRight .list ul a.img {
  display: block;
  background-color: white;
  padding: 25px;
}
.product-page .product-1 .sideBarRight .list ul a.img span {
  position: absolute;
  color: #ccc;
}
.product-page .product-1 .sideBarRight .list ul a.img img {
  display: block;
  margin: 0 auto;
}
.product-page .product-1 .sideBarRight .list ul span.h6 {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-weight: 500;
}
.product-page .product-1 .sideBarRight .list ul span.h6 a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft {
  width: auto;
  margin-right: 4%;
}
.inner-page .sideBarBox .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  padding-bottom: .2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  margin-top: .8em;
  white-space: nowrap;
}
.inner-page .sideBarBox .sideBarLeft .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li a:hover,
.inner-page .sideBarBox .sideBarLeft .nav li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .form {
  width: 185px;
  min-width: 100%
}
.inner-page .sideBarBox .sideBarLeft .form label {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.inner-page .sideBarBox .sideBarLeft .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .form label button {
  border: none;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  background-color: transparent;
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .form label button i {
  margin-right: .5em;
}
.inner-page .sideBarBox .sideBarLeft .form label button:hover img {
  transform: rotate(45deg);
}
.inner-page .sideBarBox .sideBarLeft .form label:last-child {
  margin-top: .5em;
}
.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  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;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  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;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft .box {
    top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .scrollPage .page span.line {
    display: none;
  }
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 180px;
  float: left;
}

.pro-box .pro-left .menus {

  margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
  margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
  right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 50px 0 20px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li.active .sub-menu {
  display: block;
}

.pro-box .pro-left .menus>li .sub-menu li {
  padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
  border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
  color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
  color: var(--color);
}

.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}

.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .small ul li {
  padding: 10px;
}
.prodet-page .prodet-right .box .left .small ul li .img {
  border: 1px solid #ccc;
}
/*
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}*/

.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-right: 15px;
  font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;

}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 28px;

}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: 35px;
  height: 10px;
  background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  padding-bottom: 60px;
  color: #666;

}

.prodet-page .prodet-right .prodet-title ul {
  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: left;
}

.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
  position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
  font-size: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 20px;
}


@media screen and (max-width: 1450px) {
  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1250px) {
  
  .prodet-page .prodet-right .box .left {
    width: 100%;
    margin-bottom: 60px;
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
  }

  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prodet-page .prodet-right .box .right {
    padding-left: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .pro-box .pro-left {
    display: none;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }

  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  
  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.recommended-product {
  background-color: #f9f9f9;
}

.recommended-product ul {
  margin: 60px -24px 0;
}

.recommended-product ul li {
  padding: 0 24px;
}

.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}

.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-product ul li h4 {
  text-align: center;
  padding: 0 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommended-product ul li h4 a:hover {
  color: var(--color);
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

.oem-page .topp .left {
  width: 51.5%;
}

.oem-page .topp .left .tit {
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}

.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}

.oem-page .img {
  overflow: hidden;
}

.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.oem-page .oem-1 {
  text-align: center;
}
.oem-page .oem-2 .img img {
  display: block;
  margin: auto;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  color: #000000;
  line-height: 1;
}

.oem-page .oem-1 .tit {
  color: #1D1D1D;
  line-height: 1.2;
}

.oem-page .oem-1 p {
  color: #1D1D1D;
  line-height: 2;
  max-width: 953px;
  margin: 0 auto;
}

.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}

.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oem-page .oem-3 .title::before {
  display: none;
}

.oem-page .oem-3 .title .acc span {
  display: inline-block;
  color: var(--color);
  line-height: 2;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.oem-page .oem-3 .title .acc p {
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 738px;
}

.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.oem-page .oem-3 .title .btn a p {
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}

.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}

.oem-page .oem-3 .options ul li {
  padding: 0 5px;

}

.oem-page .oem-3 .options ul li .box {
  background: #F0F0F0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px;
  transition: 0.3s;
}

.oem-page .oem-3 .options ul li .box .desc {
  height: 140px;
  overflow-y: auto;
}

.oem-page .oem-3 .options ul li h4 {
  height: 44px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.oem-page .oem-3 .options ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}

.oem-page .oem-3 .options ul li .box:hover h4 {
  color: #fff;
}

.oem-page .oem-3 .options ul li .box:hover i img {
  filter: brightness(0) invert(1);
}


.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}

.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
  width: 25%;
}

.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 5px;
}

.oem-page .oem-5 .topp .left {
  vertical-align: middle;
}


.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}

.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
  width: 25%;
}

.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  line-height: 2;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}

.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}

.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}

.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}

.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}

.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
  width: 25%;
}

.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  line-height: 2;
  
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}

.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}

.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}

.oem-page .oem-7 .topp .left p {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 18px;
}

.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -10px;
}

.oem-page .oem-7 .topp .left .acc ul li {
  padding: 5px 10px;
  width: 33.33%;
}

.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}

.oem-page .oem-8 .topp .left p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}

.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}

.oem-page .oem-8 .topp .left .acc ul {
  margin: -10px;
}

.oem-page .oem-8 .topp .left .acc ul li {
  padding: 10px;
  width: 33.33%;
}

.oem-page .oem-9 ul li {
  padding: 30px 15px;
  text-transform: capitalize;
  width: 20%;
}

.oem-page .oem-9 ul li .item {
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.oem-page .title::before {
  display: none;
}

.oem-page .oem-10 .form {
  margin-top: 30px;
}

.oem-page .oem-10 .form ul {
  margin: -10px
}

.oem-page .oem-10 .form ul li {
  padding: 10px
}

.oem-page .oem-10 .form ul li.wid-100 {
  width: 100%
}

.oem-page .oem-10 .form ul li input,
.oem-page .oem-10 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.oem-page .oem-10 .form ul li input:focus,
.oem-page .oem-10 .form ul li textarea:focus {
  border-color: #000
}

.oem-page .oem-10 .form ul li textarea {
  height: 120px
}

.oem-page .oem-10 .form ul li input[type=submit] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: #fff
}

.oem-page .oem-10 .form ul li input[type=submit]:hover {
  opacity: .7
}
@media screen and (max-width: 1450px) {

  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }

  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }

  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }

}

@media screen and (max-width: 1250px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }

  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }

  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }

  .oem-page .oem-9 ul li {
    padding: 15px;
  }

}

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

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }

  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }

  .oem-page .oem-3 .options ul li {
    width: 50%;
  }

  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  .oem-page .oem-9 ul {
    margin: -10px;
  }
  .oem-page .oem-9 ul li {
    padding: 10px;
    width: 25%;
  }
  .oem-page .oem-9 ul li .item {
    padding: 10px;
  }
}

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

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }

  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }

  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }

  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }

  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
  .oem-page .oem-9 ul li {
    width: 50%;
  }
  .oem-page .oem-10 .form ul li {
    width: 100%;
  }
}

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

  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    line-height: 2;
  }
}

.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/tc-zoom.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: var(--px18);
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: var(--px18);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #df6b08;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}

.news-page .list.newsList ul li {
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc;
}

.news-page .list.newsList ul li .content .left.txt-center span {
  background-color: #df6b08;
  color: white;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 6px 0 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page .list.newsList ul li .content {
  display: flex;
}

.news-page .list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}



.news-page .list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}

.news-page .list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-page .list.newsList ul li .content .right a {
  color: #000;
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
  font-size: 24px;
}
.news-page .list.newsList ul li .content .right a:hover {
  color: var(--color);
}

.newdet-page .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.newdet-page .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #df6b08;
  border: 1px solid #df6b08;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .newdet-content .category a:hover {
  background: #df6b08;
  color: #fff;
}

.newdet-page .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.newdet-page .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.newdet-page .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}

.newdet-page .newdet-content h1.n-title {
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}

.newdet-page .newdet-content .content {
  color: #555;
  line-height: 2;
}

.newdet-page .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .newdet-content .content .icon a {
  font-size: 16px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .newdet-content .content .icon a:hover {
  color: #df6b08;
}

.newdet-page .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
}

.newdet-page .newdet-content .m-link a .r-img {
  margin-right: 20px;
}

.newdet-page .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.newdet-page .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
}

.newdet-page .newdet-content .m-link a .r-text p:hover {
  color: #df6b08;
}

.newdet-page .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.newdet-page .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.newdet-page .newdet-content .m-link a.right {
  padding-left: 30px;
}

.newdet-page .newdet-content .n-form {
  margin-top: 60px;
}

.newdet-page .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.newdet-page .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}

.newdet-page .newdet-content .n-form .text p span {
  color: #df6b08;
}

.newdet-page .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}

.newdet-page .newdet-content .n-form form textarea,
.newdet-page .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}

.newdet-page .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}

.newdet-page .newdet-content .n-form form .n-input {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}

.newdet-page .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}

.newdet-page .newdet-content .n-form form button:hover::after {
  width: 100%;
}

.newdet-page .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.newdet-page .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #df6b08;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .newdet-content .content p {
  padding: 15px 0;
  color: #000;
}

.newdet-page .newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
   .news-page .list.newsList ul li {
    padding: 15px;
  }

  .news-page .list.newsList ul li .content .right {
    margin-left: 20px;
    padding-left: 20px;
  }

  .news-page .list.newsList ul li .content .left.txt-center span {
    font-size: var(--px18);
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
   .newdet-page .newdet-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-content .m-link {
    display: block;
  }

  .newdet-page .newdet-content .m-link a {
    width: 100%;
    padding: 10px 0;
  }

  .newdet-page .newdet-content .m-link a.right {
    padding-left: 0;
  }

  .newdet-page .newdet-content .n-form form textarea,
  .newdet-page .newdet-content .n-form form input[type=text] {
    width: 100%;
  }
}

.contact-page {
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  text-transform: capitalize;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 25%;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  /*font-weight: bold;*/
}
.contact-page .init-1 ul li p {
  color: #414951;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  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;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-3 {
  background: #f0f0f0;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}

.contact-page #addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page #addForm2 h4 {
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
.contact-page #addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: var(--px18);
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
.contact-page #addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.contact-page #addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
.contact-page #addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page #addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page #addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
.contact-page #addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}

@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 1.8;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact-page .init-1 ul li i, .contact-page .init-1 ul li .img {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  .contact-page .init-1 ul li {
    width: 100%;
  }
}

.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: var(--px18);
}
.why-page .service-2 {
  text-align: center;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: var(--px50);
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: var(--px24);
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: var(--px18);
}
.why-page .service-3 {
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.why-page .service-3 a.more {
    color: #ffffff;
    font-size: var(--px18);
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}

.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: var(--px60);
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
  font-size: var(--px18);
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .i-tag {
  font-size: var(--px18);
  color: #898989;
  display: inline-block;
  position: relative;
}
.why-page .i-tag::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}

.service-page .service-1 .top {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: bold;
  font-size: var(--px28);
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li .des{
  font-size: var(--px20);
  color: black;
  font-weight: normal;
  padding-left: var(--px45);
  margin-top: 15px;
  display: none;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: var(--px35);
  margin-right: var(--px45);
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
}
@media screen and (max-width: 1450px){
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px){
   .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-1 .top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .service-4 ul li {
    width: 50%;
    border: none;
    margin-bottom: 10px;
  } 
}
@media screen and (max-width: 500px){
  .why-page .service-2 .list ul li {
    width: 100%;
  }

  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
  .why-page .service-4 ul li {
    width: 100%;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
}

#index-body .i-case .left {
  padding-right: 0%;
  text-align: center;
  width: 100%;
}
#index-body .i-case .left .i-title {
  margin-top: 20px;
  color: #332f2c;
}
#index-body .i-case .right {
  padding-top: 50px;
}
#index-body .i-case .txt {
  font-size:  var(--px18);
  line-height: 2;
  color: #626262;
  /*font-weight: 600;*/
}
#index-body .i-case ul {
  margin: -14px;
}
#index-body .i-case ul li {
  padding: 14px;
}
#index-body .i-case ul li .img-box {
  position: relative;
}
#index-body .i-case ul li .img-box p {
  font-size: var(--px24);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
}
#index-body .i-case ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  #index-body .i-case ul li .img-box p {
    bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-case .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-case .right {
    width: 100%;
  }
}