@font-face {
  font-family: 'butler';
  src: url('../fonts/Butler-Bold.eot');
  src: url('../fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler-Bold.woff') format('woff'), url('../fonts/Butler-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'butler';
  src: url('../fonts/Butler.eot');
  src: url('../fonts/Butler.eot?#iefix') format('embedded-opentype'), url('../fonts/Butler.woff2') format('woff2'), url('../fonts/Butler.woff') format('woff'), url('../fonts/Butler.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc 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_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 140px;
  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;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: 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;
  --color: #402268;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #242424;
  font-family: 'rany';
  background-repeat: repeat;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
  background-color: #fff;
}
#header > .nav > .menu .menu-box {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  position: relative;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
  color: #3b3b3b;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .right .h-search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  background-color: #4d4d4d;
  text-transform: uppercase;
  padding: 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  font-weight: 500;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  background-color: var(--color);
  padding: 8px 40px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--color);
}
#header > .nav > .menu .menu-box .right .open_btn .moreImg {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .open_btn: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;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .menu-box,
#header.inner_active > .nav > .menu .menu-box {
  padding: 10px 0;
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes rotAni {
  0% {
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@-o-keyframes rotAni {
  0% {
    transform: rotateY(-180deg);
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes rotAni2 {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
}
@-moz-keyframes rotAni2 {
  0% {
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    filter: blur(50px);
  }
}
@-o-keyframes rotAni2 {
  0% {
    transform: rotateY(0);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: rotateY(180deg);
    opacity: 0;
    filter: blur(50px);
  }
}
@keyframes rotAni2 {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
}
@-webkit-keyframes rotAni3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni3 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni3 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni3 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes index_init2_1 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-moz-keyframes index_init2_1 {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes index_init2_1 {
  0% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes index_init2_1 {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index_init2_1 {
  -webkit-animation: index_init2_1 0.5s linear forwards;
  -moz-animation: index_init2_1 0.5s linear forwards;
  -o-animation: index_init2_1 0.5s linear forwards;
  animation: index_init2_1 0.5s linear forwards;
}
.index_init2_2 {
  -webkit-animation: index_init2_2 0.5s linear forwards;
  -moz-animation: index_init2_2 0.5s linear forwards;
  -o-animation: index_init2_2 0.5s linear forwards;
  animation: index_init2_2 0.5s linear forwards;
}
@-webkit-keyframes index_init2_2 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes index_init2_2 {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes index_init2_2 {
  0% {
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes index_init2_2 {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1750px;
}
.font-60 {
  line-height: 1.2;
}
#index-body .init-1 {
  background-color: #f0efeb;
  overflow: hidden;
  margin-top: 108px;
  min-height: 860px;
}
#index-body .init-1 .bannerC {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#index-body .init-1 .bannerC video {
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-1 .bannerC .cont1 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'butler';
  font-weight: bold;
}
#index-body .init-1 .bannerC .cont1 em {
  color: #d1b358;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .bannerC .cont1 em .sub {
  position: absolute;
  top: -14px;
  left: 2px;
  z-index: -1;
  color: #fff;
}
#index-body .init-1 .bannerC .cont2 {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-1 .bannerC .cont2 .sub {
  font-family: 'butler';
  font-weight: bold;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
#index-body .init-1 .bannerC .cont2 .listC {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  padding: 0 10px;
}
#index-body .init-1 .bannerC .cont2 .listC .list {
  position: relative;
  margin: 0 15px;
  text-transform: uppercase;
  padding: 8px 20px;
}
#index-body .init-1 .bannerC .cont2 .listC .list .img {
  width: 18px;
  height: 20px;
  margin-left: 12px;
}
#index-body .init-1 .bannerC .cont2 .listC .list .line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
#index-body .init-1 .bannerC .cont2 .listC .list .line2 {
  left: unset;
  right: 0;
  width: 2px;
  height: 100%;
}
#index-body .init-1 .bannerC .cont2 .listC .list .line3 {
  top: unset;
  bottom: 0;
}
#index-body .init-1 .bannerC .cont2 .listC .list .line4 {
  height: 100%;
  width: 2px;
}
#index-body .init-1 .bannerC .cont2 .listC .list:hover .line {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .init-1.active .bannerC {
  -webkit-transform: translateX(58%);
  -moz-transform: translateX(58%);
  -ms-transform: translateX(58%);
  -o-transform: translateX(58%);
  transform: translateX(58%);
}
#index-body .init-1.active .bannerC video {
  -webkit-transform: translateX(-58%);
  -moz-transform: translateX(-58%);
  -ms-transform: translateX(-58%);
  -o-transform: translateX(-58%);
  transform: translateX(-58%);
}
#index-body .init-1.active .bannerC .cont1 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-1.active .bannerC .cont2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-1.active2 .bannerC {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
#index-body .init-1.active2 .bannerC video,
#index-body .init-1.active2 .bannerC .cont1,
#index-body .init-1.active2 .bannerC .cont2 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
#index-body .init-1 .proCont {
  width: 58%;
  position: relative;
  z-index: 0;
}
#index-body .init-1 .proCont .container {
  width: 100%;
  min-height: 860px;
}
#index-body .init-1 .proCont .container .content {
  width: 100%;
}
#index-body .init-1 .proCont .container .proList .swiper {
  overflow: unset;
}
#index-body .init-1 .proCont .container .proList ul li {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
#index-body .init-1 .proCont .container .proList ul li .box {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  opacity: 0;
  -webkit-animation: rotAni2 1s linear forwards;
  -moz-animation: rotAni2 1s linear forwards;
  -o-animation: rotAni2 1s linear forwards;
  animation: rotAni2 1s linear forwards;
}
#index-body .init-1 .proCont .container .proList ul li .box .img {
  display: block;
}
#index-body .init-1 .proCont .container .proList ul li .box .text {
  display: block;
  font-family: 'butler';
  font-weight: bold;
}
#index-body .init-1 .proCont .container .proList ul li.swiper-slide-active .box {
  opacity: 1;
  -webkit-animation: rotAni 1s linear forwards;
  -moz-animation: rotAni 1s linear forwards;
  -o-animation: rotAni 1s linear forwards;
  animation: rotAni 1s linear forwards;
}
#index-body .init-1 .proCont .container .titleList {
  color: #7c7c7c;
}
#index-body .init-1 .proCont .container .titleList ul li .box {
  cursor: pointer;
}
#index-body .init-1 .proCont .container .titleList ul li .box .line {
  background-color: #dfdedb;
  height: 1px;
  width: 70px;
  margin: 0 10px;
}
#index-body .init-1 .proCont .container .titleList ul li .box:hover,
#index-body .init-1 .proCont .container .titleList ul li .box.active {
  color: var(--color);
}
#index-body .init-1 .proCont .container .titleList ul li:first-child .box .line {
  display: none;
}
#index-body .init-2 {
  background-color: #f0efeb;
  overflow: hidden;
}
#index-body .init-2 .container {
  max-width: 1400px;
}
#index-body .init-2 .titleC .container .tipsTitle {
  font-family: 'butler';
  font-weight: bold;
}
#index-body .init-2 .titleC .container .tipsDes {
  font-family: 'butler';
  color: #d1b358;
  font-style:italic;
}
#index-body .init-2 .content {
  min-height: 700px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-2 .content .left .titleList {
  cursor: pointer;
  color: #808080;
  border-bottom: 1px solid #b7b7b7;
  font-family: 'butler';
  font-style:italic;
}
#index-body .init-2 .content .left .titleList .list {
  padding-bottom: 4px;
  position: relative;
}
#index-body .init-2 .content .left .titleList .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background: #cab64f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#index-body .init-2 .content .left .titleList .list:last-child {
  margin-right: 0;
}
#index-body .init-2 .content .left .titleList .list:hover,
#index-body .init-2 .content .left .titleList .list.active {
  color: #000;
}
#index-body .init-2 .content .left .titleList .list.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .init-2 .content .left .contentList .list {
  display: none;
  color: #666666;
  line-height: 2;
}
#index-body .init-2 .content .right {
  width: 410px;
  padding: 6px;
  position: relative;
  top: -130px;
}
#index-body .init-2 .content .right .line {
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
}
#index-body .init-2 .content .right .line1 {
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#index-body .init-2 .content .right .line2 {
  height: 100%;
  left: unset;
  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;
}
#index-body .init-2 .content .right .line3 {
  width: 100%;
  top: unset;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#index-body .init-2 .content .right .line4 {
  height: 100%;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
#index-body .init-2 .content .right .cont {
  background-color: #fff;
}
#index-body .init-2 .content .right .cont .img {
  width: 76px;
  height: 62px;
  position: absolute;
  top: -34px;
  left: 20px;
}
#index-body .init-2 .content .right .cont .text {
  color: #666666;
  padding: 50px 60px 40px;
}
#index-body .init-2 .content .right.active .line1 {
  -webkit-animation: index_init2_1 0.5s linear forwards;
  -moz-animation: index_init2_1 0.5s linear forwards;
  -o-animation: index_init2_1 0.5s linear forwards;
  animation: index_init2_1 0.5s linear forwards;
}
#index-body .init-2 .content .right.active .line2 {
  -webkit-animation: index_init2_2 0.5s linear forwards;
  -moz-animation: index_init2_2 0.5s linear forwards;
  -o-animation: index_init2_2 0.5s linear forwards;
  animation: index_init2_2 0.5s linear forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .init-2 .content .right.active .line3 {
  -webkit-animation: index_init2_1 0.5s linear forwards;
  -moz-animation: index_init2_1 0.5s linear forwards;
  -o-animation: index_init2_1 0.5s linear forwards;
  animation: index_init2_1 0.5s linear forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-2 .content .right.active .line4 {
  -webkit-animation: index_init2_2 0.5s linear forwards;
  -moz-animation: index_init2_2 0.5s linear forwards;
  -o-animation: index_init2_2 0.5s linear forwards;
  animation: index_init2_2 0.5s linear forwards;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#index-body .init-2 .content .more {
  position: absolute;
  bottom: 90px;
  right: 0;
  color: #fff;
  width: 650px;
  padding-bottom: 10px;
}
#index-body .init-2 .content .more .sub {
  height: 2px;
  background-color: #fff;
  position: absolute;
  width: 200%;
  bottom: 0;
  left: -20px;
}
#index-body .init-2 .content .more:hover {
  letter-spacing: 4px;
}
#index-body .init-2 .content .more:hover .sub {
  left: 0;
}
#index-body .init-3 {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .shadow {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-position: top center;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-3 .numShadow {
  position: absolute;
  width: 100%;
  height: 360px;
  top: -50px;
  left: -150px;
  z-index: -1;
}
#index-body .init-3 .container .left {
  width: 52%;
  padding-left: 170px;
}
#index-body .init-3 .container .left .tipsTitle {
  font-family: 'butler';
  font-weight: bold;
}
#index-body .init-3 .container .left .tipsDes {
  color: #666666;
  line-height: 30px;
}
#index-body .init-3 .container .left .tipsDes p .bor {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.shouye{
  color: var(--color);
  font-size: 16px;
  line-height: 30px;
}
.shouye h1{
  display: inline!important;
  border-bottom: 1px solid var(--color);
}
#index-body .init-3 .container .left .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #000;
  padding: 8px 20px;
}
#index-body .init-3 .container .left .more .img {
  width: 18px;
  height: 18px;
}
#index-body .init-3 .container .left .more:hover {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #fff;
}
#index-body .init-3 .container .left .more:hover .img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-3 .container .right {
  padding-right: 40px;
  width: 40%;
}
#index-body .init-3 .container .right .img1 {
  display: block;
  margin-left: auto;
}
#index-body .init-3 .container .right .imgC {
  max-width: 80%;
  z-index: 3;
  display: inline-block;
  margin-top: -170px;
  position: relative;
}
#index-body .init-3 .container .right .imgC .img2 {
  position: relative;
  z-index: 2;
  display: block;
}
#index-body .init-3 .container .right .imgC .play {
  z-index: 3;
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  cursor: pointer;
}
#index-body .init-3 .container .right .imgC .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#index-body .init-3 .container .right .imgC .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
#index-body .init-3 .container .right .imgC .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  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%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
#index-body .init-3 .container .right .imgC .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 8px;
}
#index-body .init-3 .container .listCont {
  width: 100%;
  padding-right: 100px;
}
#index-body .init-3 .container .listCont ul {
  padding-top: 20px;
}
#index-body .init-3 .container .listCont ul li {
  padding: 0 30px;
  margin-top: 20px;
}
#index-body .init-3 .container .listCont ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .listCont ul li .box .top {
  line-height: 1;
}
#index-body .init-3 .container .listCont ul li .box .top .num {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'butler';
  color: #cab64f;
  position: relative;
}
#index-body .init-3 .container .listCont ul li .box .top .num .sub2 {
  position: relative;
  z-index: 2;
}
#index-body .init-3 .container .listCont ul li .box .top .num .sub1 {
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 1;
  color: #fff;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #cab64f;
}
#index-body .init-3 .container .listCont ul li .box .top .sub3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -10px;
}
#index-body .init-3 .container .listCont ul li .box .bottom {
  color: #7c7c7c;
  margin-top: 10px;
  line-height: 2;
}
#index-body .init-3 .container .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4 .contentC {
  position: absolute;
  width: 100%;
  height: -webkit-calc(0%);
  height: -moz-calc(0%);
  height: calc(100% - 100px);
  top: 100px;
  left: 0;
  z-index: 1;
}
#index-body .init-4 .contentC .left {
  width: 50%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .contentC .right {
  width: 50%;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}
#index-body .init-4 .contentC .right .cont {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container {
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .left {
  width: 50%;
  padding: 80px 190px 80px 80px;
  color: #fff;
}
#index-body .init-4 .container .left .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
#index-body .init-4 .container .left .listCont .list .box .img {
  width: 60px;
  height: 60px;
}
#index-body .init-4 .container .left .listCont .list .box .text {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
}
#index-body .init-4 .container .left .listCont .list .box .text .tips {
  font-family: 'butler';
  font-style: italic;
  line-height: 1.6;
}
#index-body .init-4 .container .left .listCont .list .box:hover .img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .init-4 .container .right {
  width: 50%;
}
#index-body .init-4 .container .right a.more {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}
#index-body .init-4 .container .right a.more i {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1.2);
  -moz-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  -o-transform: scaleX(1.2);
  transform: scaleX(1.2);
}
#index-body .init-4 .container .right a.more:hover {
  letter-spacing: 4px;
}
#index-body .init-4 .container .right a.more:hover i {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init-5 {
  margin-top: -90px;
  min-height: 740px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}
#index-body .init-5 .container {
  width: 1400px;
}
#index-body .init-5 .container .btn {
  z-index: 2;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
}
#index-body .init-5 .container .btn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 .container .prev {
  left: 50px;
  right: unset;
}
#index-body .init-5 .container .content {
  max-width: 770px;
  margin: auto;
  width: 100%;
  position: relative;
}
#index-body .init-5 .container .content ul li .box {
  text-align: center;
}
#index-body .init-5 .container .content ul li .box .line {
  height: 100px;
  width: 1px;
  background-color: #e9e7d7;
  margin: auto;
}
#index-body .init-5 .container .content ul li .box .time {
  color: #cab64f;
  font-family: 'butler';
  font-style: italic;
  line-height: 2;
}
#index-body .init-5 .container .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-family: 'butler';
  /*overflow: hidden;*/
  -o-text-overflow: ellipsis;
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
#index-body .init-5 .container .content ul li .box .title:hover {
  color: #cab64f;
}
#index-body .init-5 .container .content ul li .box .des {
  color: #666666;
  /*overflow: hidden;*/
  -o-text-overflow: ellipsis;
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
#index-body .init-5 .container .content ul li .box .moreC .more {
  position: relative;
  text-transform: uppercase;
  padding: 6px 0;
}
#index-body .init-5 .container .content ul li .box .moreC .more .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1.4);
  -moz-transform: scaleX(1.4);
  -ms-transform: scaleX(1.4);
  -o-transform: scaleX(1.4);
  transform: scaleX(1.4);
}
#index-body .init-5 .container .content ul li .box .moreC .more:hover {
  letter-spacing: 4px;
}
#index-body .init-5 .container .content ul li .box .moreC .more:hover .sub {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
#footer {
  position: relative;
  background: #f0efeb;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 70px;
}
#footer .fCont .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  text-align: center;
}
#footer .fCont .container .tipsDes {
  color: #666666;
  text-align: center;
  line-height: 1.8;
}
#footer .fCont .container .content .swiper {
  padding-bottom: 50px;
}
#footer .fCont .container .content .swiper ul li .box a {
  display: block;
}
#footer .fCont .container .content .swiper ul li .box a img {
  width: 100%;
}
#footer .fCont .container .content .swiper ul li:nth-child(2n) .box {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
#footer .fCont .container .content .swiper:hover ul li .box {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
#footer .fCont .container .content .swiper:hover ul li:nth-child(2n) .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#footer .fTop .container .listCont {
  margin-top: 40px;
}
#footer .fTop .container .listCont .list {
  color: #666666;
  line-height: 1.8;
}
#footer .fTop .container .listCont .first {
  font-weight: bold;
  font-family: 'butler';
  margin-bottom: 20px;
}
#footer .fTop .container .listCont .list2 {
  margin-top: 16px;
}
#footer .fTop .container .listCont .list2 a {
  color: #666666;
  display: inline-block;
}
#footer .fTop .container .listCont .list2 a:hover {
  color: #cab64f;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fTop .container .listCont .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e1e0de;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .listCont .share ul li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .fTop .container .listCont1 {
  width: 280px;
}
#footer .fTop .container .listCont2 {
  width: 170px;
}
#footer .fTop .container .listCont3 {
  width: 150px;
}
#footer .fTop .container .listCont4 {
  width: 150px;
}
#footer .fTop .container .listCont5 {
  width: 190px;
}
#footer .fBottom .container .content {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#footer .fBottom .container .content .tipsTitle {
  font-family: 'butler';
  font-weight: bold;
  line-height: 1.6;
}
#footer .fBottom .container .content .tipsDes {
  color: #666666;
  line-height: 2;
}
#footer .fBottom .container .content form {
  position: relative;
}
#footer .fBottom .container .content form input {
  width: 70%;
  padding: 6px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  text-align: left;
}
#footer .fBottom .container .content form .email {
  width: 28%;
  line-height: 1.5;
}
#footer .fBottom .container .content form .content {
  padding-right: 100px;
}
#footer .fBottom .container .content form .btn {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  right: 0;
}
#footer .fBottom .container .content form .btn .moreImg {
  width: 24px;
  height: 24px;
}
#footer .fBottom .container .content form .btn:hover {
  color: #ceb25d;
}
#footer .fBottom .container .content form .btn:hover .moreImg {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  border-top: 1px solid #dedade;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #8e8d8d;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: #8e8d8d;
  width: 100%;
}
@media (max-width: 1700px) {
  #index-body .init-1 .bannerC .cont1 em .sub {
    top: -11px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .open_btn {
    padding: 8px 10px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 20px;
  }
  #index-body .init-4 .container .left {
    padding: 80px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 {
    min-height: auto;
    margin-top: 40px;
  }
  #index-body .init-1 .bannerC {
    position: relative;
    min-height: 50vw;
  }
  #index-body .init-1.active .bannerC {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-1.active .bannerC video {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-1.active .bannerC .cont2 {
    width: 100%;
  }
  #index-body .init-1 .bannerC .cont2 .listC {
    width: 100%;
  }
  #index-body .init-1 .bannerC .cont2 .sub {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #index-body .init-1 .bannerC .cont1 em .sub {
    top: -8px;
  }
  #index-body .init-1 .proCont {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-1 .proCont .container {
    min-height: auto;
  }
  #index-body .init-2 .content .right {
    top: 0;
    margin-top: 40px;
  }
  #index-body .init-3 .container .left {
    padding-left: 0;
  }
  #index-body .init-3 .container .right {
    padding-right: 0;
  }
  #index-body .init-3 .numShadow {
    left: 0;
  }
  #index-body .init-5 .container .btn {
    opacity: 0.3;
    right: 10px;
  }
  #index-body .init-5 .container:hover .btn {
    opacity: 1;
  }
  #index-body .init-5 .container .prev {
    left: 10px;
    right: unset;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .proCont .container .titleList ul li .box .line {
    width: 20px;
  }
  #index-body .init-3 .container .left {
    width: 100%;
    margin-top: 0;
  }
  #index-body .init-3 .container .right {
    width: 100%;
  }
  #index-body .init-4 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #index-body .init-4 .contentC .left {
    width: 100%;
  }
  #index-body .init-4 .contentC {
    height: 100%;
    top: 0;
  }
  #index-body .init-4 .container .left {
    width: 100%;
  }
  #index-body .init-4 .container .left {
    padding: 0;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .container .btn{
    top: 0;
    transform: translateY(20px);
  }
  #index-body .init-1 .bannerC .cont1 em .sub {
    top: -5px;
  }
  #footer .fBottom .container .content form input {
    width: 100%;
    padding: 10px 0;
  }
  #footer .fBottom .container .content form .email {
    width: 100%;
  }
  #footer .fBottom .container .content form .btn {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .bannerC {
    height: 260px;
  }
  #index-body .init-1 .bannerC .cont1 {
    font-size: 24px;
    padding: 10px;
  }
  #index-body .init-1 .bannerC .cont1 em .sub {
    top: -3px;
    left: 1px;
  }
  #index-body .init-1 .bannerC .cont2 .listC {
    bottom: 10px;
  }
  #index-body .init-1 .proCont .container .titleList ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .proCont .container .titleList ul li {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-1 .proCont .container .titleList ul li:first-child .box .line {
    display: block;
  }
  #index-body .init-1 .proCont .container .titleList {
    margin-top: 40px;
  }
  #index-body .init-2 .content .right .cont .img {
    width: 50px;
    height: 50px;
  }
  #index-body .init-2 .content .right .cont .text {
    padding: 30px 10px;
  }
  #index-body .init-2 .content .more {
    max-width: 96%;
  }
  #index-body .init-2 .content {
    min-height: 500px;
    padding-bottom: 60px;
  }
  #index-body .init-2 .content .more {
    bottom: 10px;
  }
  #index-body .init-2 .content .more:hover {
    letter-spacing: 2px;
  }
  #index-body .init-4 .container .left .listCont .list .box .text {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-4 .container .right a.more {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-4 .container .right a.more:hover {
    letter-spacing: 1px;
  }
  #index-body .init-5 {
    min-height: auto;
    padding-bottom: 40px;
  }
  #index-body .init-5 .container .content {
    margin-top: 30px;
  }
  #index-body .init-5 .container .content ul li .box .line {
    height: 50px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .fCont .container .content .swiper:hover ul li .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #footer .fCont .container .content .swiper ul li:nth-child(2n) .box {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  #footer .fCont .container .content .swiper:hover ul li:nth-child(2n) .box {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  #footer .fCont .container .content .swiper {
    padding-bottom: 10px;
  }
}
.inner-banner {
  margin-top: 108px;
  min-height: 400px;
  padding: 10px 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .container{
  max-width: 1400px;
}
.inner-banner .container .catNmae {
  font-weight: bold;
  font-family: 'butler';
  color: #424242;
  line-height: 1.6;
}
.inner-banner .container .mbx {
  color: #666666;
  line-height: 2;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
.wid-1400 {
  max-width: 1400px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.m-page .current {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.product-page .init-2 .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  margin-top: 10px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page .init-2 .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .fl-list ul li a {
  display: block;
}
.product-page .init-2 .fl-list ul li a:hover {
  color: var(--color);
}
.product-page .init-2 .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .product-search {
  margin-left: 70px;
}
.product-page .init-2 .product-search form {
  height: 64px;
  position: relative;
  font-weight: 700;
  margin-top: 10px;
}
.product-page .init-2 .product-search form .list {
  width: 360px;
  padding: 20px 40px 20px 28px;
  border: solid 1px #474747;
  position: relative;
}
.product-page .init-2 .product-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 24px;
  background-size: 24px;
}
.product-page .init-3 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  text-align: center;
}
.product-page .init-3 .container .content ul {
  margin: 0 -15px;
}
.product-page .init-3 .container .content ul li {
  margin-top: 20px;
  padding: 0 15px;
}
.product-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #e9e9e9;
  position: relative;
}
.product-page .init-3 .container .content ul li .box .img img {
  width: 100%;
  transition: all .5s;
}
.product-page .init-3 .container .content ul li .box .img .img2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .5s;
}
.product-page .init-3 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
  line-height: 1.8;
  min-height: 3.5rem;
}
.product-page .init-3 .container .content ul li .box:hover .img1{
  opacity: 0;
}
.product-page .init-3 .container .content ul li .box:hover .img2{
  opacity: 1;
}
.product-page .init-3 .container .content ul li .box .moreC .more {
  text-transform: uppercase;
  line-height: 1;
}
.product-page .init-3 .container .content ul li .box .moreC .more .moreText {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.product-page .init-3 .container .content ul li .box .moreC .more .moreImg {
  background-color: #e7ce77;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.product-page .init-3 .container .content ul li .box .moreC .more .moreImg .moreImg2 {
  width: 14px;
  height: 8px;
  display: block;
}
.product-page .init-3 .container .content ul li .box:hover .title {
  color: var(--color);
}
.product-page .init-3 .container .content ul li .box:hover .moreC .more .moreText {
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.product-page .init-3 .container .content ul li .box:hover .moreC .more .moreImg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--color);
}
.product-page .init-3 .container .catDes {
  color: #666666;
  max-height: 166px;
  overflow-y: auto;
  padding-right: 6px;
  line-height: 30px;
}
.publicPro .init-1 .container {
  width: 1510px;
}
.publicPro .init-1 .container .left {
  width: 58%;
}
.publicPro .init-1 .container .left .play {
  z-index: 3;
  width: 104px;
  height: 104px;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.publicPro .init-1 .container .left .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.publicPro .init-1 .container .left .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
.publicPro .init-1 .container .left .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  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%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.publicPro .init-1 .container .left .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 8px;
}
.publicPro .init-1 .container .left .img {
  width: 100%;
}
.publicPro .init-1 .container .left .cont {
  padding: 0 20px 0 50px;
}
.publicPro .init-1 .container .left .cont .title {
  font-weight: bold;
  font-family: 'butler';
  line-height: 1.6;
}
.publicPro .init-1 .container .left .cont .des {
  color: #666666;
  line-height: 1.8;
}
.publicPro .init-1 .container .right {
  margin-top: 190px;
  width: 38%;
}
.publicPro .init-1 .container .right .img {
  width: 100%;
}
.publicPro .init-2 {
  background-color: #f0efeb;
}
.publicPro .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  text-align: center;
}
.publicPro .init-2 .container .content ul li {
  width: 25%;
}
.publicPro .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  font-family: 'butler';
}
.publicPro .init-3 .container .content ul li .box .title .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e7ce77;
  margin-top: 6px;
}
.publicPro .init-3 .container .content ul li .box .title:hover{
  color: var(--color);
}
.publicPro .init-3 .container .content ul li .box .title .titleText {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  margin-left: auto;
  font-weight: 700;
  font-family: 'butler';
  line-height: 1.8;
}
.publicPro .init-3 .container .content ul li .box .des {
  color: #666666;
  /*overflow: hidden;*/
  -o-text-overflow: ellipsis;
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.publicPro .init-3 .container .content ul li .box .moreC {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.publicPro .init-3 .container .content ul li .box .moreC .more {
  text-transform: uppercase;
  margin-top: 10px;
  width: 190px;
  padding: 10px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.publicPro .init-3 .container .content ul li .box .moreC .more:hover {
  background-color: #000;
}
.publicPro .init-3 .container .content ul li .box .moreC .time {
  font-family: 'butler';
  color: #cab64f;
  line-height: 28px;
}
.publicPro .init-4 {
  background-color: #f0efeb;
}
.publicPro .init-4 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.publicPro .init-4 .container form input {
  padding: 10px 10px;
  border: 1px solid #f2f2f2;
  width: 49%;
  margin-top: 20px;
}
.publicPro .init-4 .container form textarea {
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-top: 20px;
  padding: 10px 10px;
}
.publicPro .init-4 .container form .btn {
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  margin-top: 20px;
}
.publicPro .init-4 .container form .btn:hover {
  background-color: #000;
}
.publicPro .init-5 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.publicPro .init-5 .container .text {
  color: #666;
}
@media (max-width: 1450px) {
  .publicPro .init-3 .container .content ul li .box .title .cir {
    margin-top: 4px;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    min-height: auto;
    padding: 40px 0;
  }
  .product-page .init-3 .container .content ul li {
    width: 33.33%;
  }
  .publicPro .init-1 .container .left {
    width: 100%;
  }
  .publicPro .init-1 .container .left .cont {
    padding: 0;
  }
  .publicPro .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .product-page .init-3 .container .content ul li {
    width: 50%;
  }
  .publicPro .init-4 .container form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .content ul li {
    width: 100%;
  }
}
.about-page .init-1 {
  overflow: hidden;
  position: relative;
}
.about-page .init-1 .sub {
  width: 1600px;
  height: 360px;
  position: absolute;
  top: 90px;
  right: -60px;
  background-position: right center;
}
.about-page .init-1 .container .content {
  position: relative;
  padding-right: 110px;
}
.about-page .init-1 .container .content .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-1 .container .content .des {
  color: #666666;
  line-height: 30px;
}
.about-page .init-1 .container .listCont {
  width: 100%;
}
.about-page .init-1 .container .listCont ul {
  padding-top: 30px;
}
.about-page .init-1 .container .listCont ul li {
  padding: 0 30px;
  margin-top: 20px;
}
.about-page .init-1 .container .listCont ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-1 .container .listCont ul li .box .top {
  line-height: 1;
}
.about-page .init-1 .container .listCont ul li .box .top .num {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'butler';
  color: #cab64f;
  position: relative;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub2 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub1 {
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 1;
  color: #fff;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #cab64f;
}
.about-page .init-1 .container .listCont ul li .box .top .sub3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -10px;
}
.about-page .init-1 .container .listCont ul li .box .bottom {
  color: #7c7c7c;
  margin-top: 10px;
  line-height: 28px;
}
.about-page .init-1 .container .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-2 .container {
  max-width: 1510px;
}
.about-page .init-2 .container .left {
  width: 58%;
}
.about-page .init-2 .container .left .play {
  z-index: 3;
  width: 104px;
  height: 104px;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.about-page .init-2 .container .left .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-page .init-2 .container .left .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
.about-page .init-2 .container .left .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  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%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.about-page .init-2 .container .left .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 8px;
}
.about-page .init-2 .container .left .img {
  width: 100%;
}
.about-page .init-2 .container .left .cont {
  padding: 0 20px 0 50px;
}
.about-page .init-2 .container .left .cont .title {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-2 .container .left .cont .des {
  color: #666666;
  line-height: 1.8;
}
.about-page .init-2 .container .right {
  margin-top: 190px;
  width: 38%;
}
.about-page .init-2 .container .right .img {
  width: 100%;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
}
.about-page .init-3 .shadow {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color);
}
.about-page .init-3 .container .left {
  width: 60%;
}
.about-page .init-3 .container .left img {
  max-width: 2000px;
  width: -webkit-calc(200%);
  width: -moz-calc(200%);
  width: calc(100% + 100px);
  position: relative;
  left: -100px;
}
.about-page .init-3 .container .right {
  width: 40%;
  padding: 40px 0 30px 60px;
  color: #fff;
}
.about-page .init-3 .container .right .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-4 .container .content {
  position: relative;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.about-page .init-4 .container .content img {
  display: block;
  margin: auto;
}
.about-page .init-4 .container .content .cont {
  max-width: 570px;
  margin: auto;
}
.about-page .init-4 .container .content .title {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-4 .container .content .title2 {
  font-weight: bold;
  color: var(--color);
}
.about-page .init-4 .container .content .des {
  color: #cab64f;
  text-transform:uppercase;
  font-family: 'butler';
  font-style:italic;
}
.about-page .init-4 .container .content .slickBtn div {
  position: absolute;
  width: 28px;
  height: 20px;
  bottom: 10px;
  right: 110px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}
.about-page .init-4 .container .content .slickBtn div:hover {
  opacity: 1;
}
.about-page .init-4 .container .content .slickBtn .prev {
  left: 110px;
  right: unset;
}
.about-page .init-5 .container .titleC .left {
  max-width: 870px;
}
.about-page .init-5 .container .titleC .left .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-5 .container .titleC .left .des {
  color: #666666;
  line-height: 1.8;
}
.about-page .init-5 .container .titleC .more {
  border: 2px solid #000;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 6px 20px;
}
.about-page .init-5 .container .titleC .more .moreImg {
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.about-page .init-5 .container .titleC .more:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-5 .container .titleC .more:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-6 {
  position: relative;
}
.about-page .init-6 .container {
  max-width: 1450px;
}
.about-page .init-6 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .container .content {
  padding: 120px 0;
}
.about-page .init-6 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-6 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  right: -60px;
  border: 2px solid #e7ce77;
  z-index: -1;
}
.about-page .init-6 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-6 .container .content .left .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-6 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
.about-page .init-6 .container .content .right .more {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.about-page .init-6 .container .content .right .more .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .init-6 .container .content .right .more:hover {
  letter-spacing: 4px;
}
.about-page .init-6 .container .content .right .more:hover .sub {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .content {
    padding: 0;
  }
  .about-page .init-2 .container .left {
    width: 100%;
  }
  .about-page .init-2 .container .left .cont {
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 {
    padding: 20px 0;
  }
  .about-page .init-3 .shadow {
    width: 100%;
  }
  .about-page .init-3 .container .left {
    width: 100%;
  }
  .about-page .init-3 .container .left img {
    width: 100%;
    left: 0;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content .slickBtn {
    height: 40px;
  }
  .about-page .init-4 .container .content .slickBtn div {
    right: 0;
  }
  .about-page .init-4 .container .content .slickBtn .prev {
    left: 0;
  }
  .about-page .init-6 .container .img1 {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-6 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-6 .container .content .left {
    width: 100%;
  }
  .about-page .init-6 .container .content .left .sub {
    display: none;
  }
  .about-page .init-6 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-6 .container .content .right {
    width: 100%;
  }
  .about-page .init-6 .container .content .right .more {
    color: #000;
  }
  .about-page .init-6 .container .content .right .more .sub {
    background: #000;
    margin-top: 10px;
  }
  .about-page .init-6 .container .content .right .more:hover {
    letter-spacing: 1px;
  }
}
.production-page .init-1 {
  position: relative;
  overflow: hidden;
}
.production-page .init-1 .subImg {
  position: absolute;
  width: 1250px;
  max-width: 100%;
  height: 190px;
  top: 60px;
  left: -50px;
}
.production-page .init-1 .container .content ul li .box .left {
  padding-right: 40px;
  width: 54%;
}
.production-page .init-1 .container .content ul li .box .left .title {
  font-weight: bold;
  font-family: 'butler';
}
.production-page .init-1 .container .content ul li .box .left .des {
  color: #666666;
  line-height: 30px;
}
.production-page .init-1 .container .content ul li .box .left .des strong {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  color: #242424;
  margin-bottom: 10px;
  font-family: 'butler';
}
.production-page .init-1 .container .content ul li .box .right {
  width: 46%;
}
.production-page .init-1 .container .content ul li .box .right img {
  width: 100%;
}
.production-page .init-1 .container .listCont {
  padding-top: 20px;
}
.production-page .init-1 .container .listCont .listC {
  width: 100%;
}
.production-page .init-1 .container .listCont .listC.listC2 {
  -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;
}
.production-page .init-1 .container .listCont .list {
  margin-top: 40px;
  font-weight: 500;
  position: relative;
}
.production-page .init-1 .container .listCont .list .listText {
  cursor: pointer;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.production-page .init-1 .container .listCont .list .listImg {
  display: none;
}
.production-page .init-1 .container .listCont .list.active .listText {
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.production-page .init-1 .container .listCont .listImg {
  width: 36px;
  height: 26px;
  margin: 40px 10px 0;
}
.production-page .init-1 .container .listCont .listImg.listImg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.production-page .init-1 .container .listCont .list3 .listImg {
  display: block;
  bottom: -34px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
@media (max-width: 1000px) {
  .production-page .init-1 .container .listCont .listImg {
    width: 20px;
    height: 10px;
    margin: 40px 2px 0;
  }
  .production-page .init-1 .container .listCont .list3 .listImg {
    bottom: -26px;
  }
  .production-page .init-1 .container .content ul li .box .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .production-page .init-1 .container .content ul li .box .left {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .production-page .init-1 .container .listCont .listImg {
    display: none;
  }
  .production-page .init-1 .container .listCont .list3 .listImg {
    display: none;
  }
  .production-page .init-1 .container .listCont .listC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .init-1 .container .listCont .list {
    width: 50%;
  }
  .production-page .init-1 .container .listCont .listC.listC2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .production-page .init-1 .container .listCont .list {
    width: 100%;
    margin-top: 10px;
    line-height: 2;
  }
  .production-page .init-1 .container .content ul li .box .left .des strong {
    font-size: 22px;
  }
}
.sustainability-page .init-1 .container {
  max-width: 1500px;
}
.sustainability-page .init-1 .container .left {
  width: 46%;
}
.sustainability-page .init-1 .container .left .img {
  width: 100%;
}
.sustainability-page .init-1 .container .right {
  width: 54%;
  padding-left: 50px;
}
.sustainability-page .init-1 .container .right .title {
  font-weight: bold;
  font-family: 'butler';
}
.sustainability-page .init-1 .container .right .title2 {
  font-weight: bold;
  font-family: 'butler';
  color: var(--color);
  line-height: 1.4;
}
.sustainability-page .init-1 .container .right .des {
  color: #666666;
  line-height: 1.8;
}
.sustainability-page .init-2 {
  background-color: #f0efeb;
}
.sustainability-page .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  text-align: center;
}
.sustainability-page .init-2 .container .content ul li .box {
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 40px 180px 40px 80px;
  overflow: hidden;
}
.sustainability-page .init-2 .container .content ul li .box .title {
  font-family: 'butler';
}
.sustainability-page .init-2 .container .content ul li .box .des {
  color: #666666;
}
.sustainability-page .init-2 .container .content ul li .box .num {
  font-size: 170px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-family: 'butler';
  font-style: italic;
  color: #e7ce77;
}
.sustainability-page .init-2 .container .content ul li .box:hover .num {
  color: var(--color);
}
.sustainability-page .init-3 .container {
  max-width: 1630px;
}
.sustainability-page .init-3 .container .left {
  padding-right: 90px;
  width: 50%;
}
.sustainability-page .init-3 .container .left .title {
  font-weight: bold;
  font-family: 'butler';
}
.sustainability-page .init-3 .container .left .des {
  color: var(--color);
  font-weight: bold;
  font-family: 'butler';
}
.sustainability-page .init-3 .container .left .listC .list .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  margin-top: 8px;
}
.sustainability-page .init-3 .container .left .listC .list .text {
  width: -webkit-calc(90%);
  width: -moz-calc(90%);
  width: calc(100% - 10px);
  color: #666666;
  padding-left: 16px;
  line-height: 1.8;
}
.sustainability-page .init-3 .container .right {
  width: 50%;
}
.sustainability-page .init-3 .container .right .img {
  display: block;
  position: relative;
  width: -webkit-calc(264%);
  width: -moz-calc(264%);
  width: calc(100% + 164px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sustainability-page .init-4 {
  background-color: #f0efeb;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sustainability-page .init-4 .shadow {
  background-color: var(--color);
  height: 420px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sustainability-page .init-4 .container {
  max-width: 1620px;
}
.sustainability-page .init-4 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  color: #fff;
}
.sustainability-page .init-4 .container .content {
  position: relative;
  max-width: 1368px;
  margin: 60px auto 0;
}
.sustainability-page .init-4 .container .content ul li {
  height: 100%;
}
.sustainability-page .init-4 .container .content ul li .box {
  height: 100%;
  background-color: #fff;
}
.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.sustainability-page .init-4 .container .content ul li .box .cont {
  padding: 40px 30px;
}
.sustainability-page .init-4 .container .content ul li .box .cont .title {
  font-family: 'butler';
  line-height: 40px;
}
.sustainability-page .init-4 .container .content ul li .box .cont .des {
  color: #666666;
  line-height: 30px;
}
.sustainability-page .init-4 .container .content .slickBtn div {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 120px;
  right: -120px;
}
.sustainability-page .init-4 .container .content .slickBtn div i {
  font-size: 30px;
}
.sustainability-page .init-4 .container .content .slickBtn div:hover {
  background-color: #e7ce77;
  color: #fff;
}
.sustainability-page .init-4 .container .content .slickBtn .prev {
  left: -120px;
}
.sustainability-page .init-5 .container .content1 {
  max-width: 1120px;
  margin: auto;
}
.sustainability-page .init-5 .container .content1 ul li {
  padding: 10px;
}
.sustainability-page .init-5 .container .content1 ul li .box {
  text-align: center;
}
.sustainability-page .init-5 .container .content1 ul li .box img {
  height: 80px;
}
.sustainability-page .init-5 .container .content1 ul li .box .text {
  font-family: 'butler';
}
.sustainability-page .init-5 .container .content2 {
  max-width: 1430px;
  margin: auto;
}
.sustainability-page .init-5 .container .content2 .img {
  position: relative;
  z-index: 1;
}
.sustainability-page .init-5 .container .content2 .cont {
  padding: 60px 80px;
  background-color: var(--color);
  max-width: 820px;
  margin: -160px 0 0 auto;
  position: relative;
  z-index: 2;
}
.sustainability-page .init-5 .container .content2 .cont .title {
  font-weight: bold;
  font-family: 'butler';
  color: #fff;
}
.sustainability-page .init-5 .container .content2 .cont .des {
  color: #fff;
  line-height: 30px;
}
.sustainability-page .init-5 .container .content2 .img2 {
  display: block;
  margin: -110px 240px 0 auto;
}
@media (max-width: 1250px) {
  .sustainability-page .init-2 .container .content ul li .box .num {
    font-size: 110px;
  }
  .sustainability-page .init-2 .container .content ul li .box {
    padding: 40px 80px 40px 20px;
  }
  .sustainability-page .init-5 .container .content2 .img2 {
    margin-right: 20px;
  }
  .sustainability-page .init-5 .container .content2 .img {
    width: 100%;
  }
  .sustainability-page .init-5 .container .content2 .cont {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
  }
  .sustainability-page .init-5 .container .content2 .img2 {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .container .left {
    width: 100%;
  }
  .sustainability-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainability-page .init-3 .container .left {
    width: 100%;
    padding: 0;
  }
  .sustainability-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainability-page .init-3 .container .right .img {
    width: 100%;
  }
  .sustainability-page .init-4 .container .content .slickBtn .prev {
    left: 10px;
  }
  .sustainability-page .init-4 .container .content .slickBtn .next {
    left: unset;
    right: 10px;
  }
  .sustainability-page .init-5 .container .content2 .cont {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .sustainability-page .init-2 .container .content ul li .box .num {
    font-size: 80px;
  }
  .sustainability-page .init-2 .container .content ul li .box {
    padding: 40px 10px;
  }
  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }
  .sustainability-page .init-5 .container .content1 ul{
    justify-content: center;
  }
  .sustainability-page .init-5 .container .content1 ul li{
    width: 100%;
  }
}
.oem-page .init-1 .container {
  max-width: 1420px;
}
.oem-page .init-1 .container .left {
  width: 44%;
}
.oem-page .init-1 .container .left img {
  width: 100%;
}
.oem-page .init-1 .container .right {
  width: 56%;
  padding-left: 60px;
}
.oem-page .init-1 .container .right .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.oem-page .init-1 .container .right .tipsDes {
  font-weight: bold;
  font-family: 'butler';
  color: var(--color);
}
.oem-page .init-1 .container .right .content ul li .box {
  position: relative;
}
.oem-page .init-1 .container .right .content ul li .box .title {
  padding: 16px 60px 16px 30px;
  position: relative;
  font-family: 'butler';
  cursor: pointer;
  line-height: 1.6;
}
.oem-page .init-1 .container .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.oem-page .init-1 .container .right .content ul li .box .des {
  border-top: 1px solid #dedade;
  color: #666666;
  padding: 20px 50px;
  background-color: #f0efeb;
  display: none;
  line-height: 30px;
}
.oem-page .init-1 .container .right .content ul li.active .box .title {
  background-color: #f0efeb;
}
.oem-page .init-1 .container .right .content ul li.active .box .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.oem-page .init-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.oem-page .init-2 .shadow {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.oem-page .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
  text-align: center;
}
.oem-page .init-2 .container .des {
  max-width: 850px;
  margin: 30px auto 0;
  line-height: 2;
}
@media (max-width: 1000px) {
  .oem-page .init-1 .container .left {
    width: 100%;
    max-width: 400px;
  }
  .oem-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 30px 16px 16px;
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    padding: 16px;
  }
}


/*inner-page*/

.product-page .pro_init_1 {
  padding-top: 90px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul .slick-track{
  display: block;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg img{
  width: 100%;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .shangxia{
  width: 100%;
  justify-content: space-between;
}

.product-page .pro_init_1 .container .shangxia a{
  display: block;
  padding-right: 10px;
  margin-top: 10px;
}



.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: bold;
  justify-content: space-between;
  font-family: 'butler';
}
.product-page .pro_init_1 .container .right .text_2 .text1{
  margin-top: 10px;
  /*width: calc(100% - 160px);*/
}
.product-page .pro_init_1 .container .right .text_2 .img2{
  width: 150px;
  margin-left: 10px;
  margin-top: 10px;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 510px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content table{
  width: 100% !important;
}
.product-page .pro_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar {
  background: var(--color);
  height: 2px;
  width: 2px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar-thumb{
  background: var(--color);
  height: 2px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
  height: 2px;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .btn{
  min-width: 210px;
  text-align: center;
  background: var(--color);
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  transition: all .5s;
}
.product-page .pro_init_1 .container .right .btn:hover{
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
.product-page .pro_init_1 .container .right .editCont{
  justify-content: space-between;
}
.product-page .pro_init_1 .container .right .editCont .list{
  margin-top: 20px;
  cursor: pointer;
}
.product-page .pro_init_1 .container .right .editCont .list .img{
  width: 30px;
  height: 30px;
  filter: grayscale(1);
  transition: all .5s;
}
.product-page .pro_init_1 .container .right .editCont .list .text{
  width: calc(100% - 30px);
  padding-left: 10px;
  font-size: 18px;
}
.product-page .pro_init_1 .container .right .editCont .list .text span{
  border-bottom: 1px solid rgba(235,99, 12, 0);
  transition: all .5s;
}
.product-page .pro_init_1 .container .right .editCont .list:hover .img{
  filter: grayscale(0);
}
.product-page .pro_init_1 .container .right .editCont .list:hover .text span{
  border-bottom: 1px solid rgba(235,99, 12, 1);
  color:  rgba(235,99, 12, 1);
}
.product-page .pro_init_1 .container .left .colorCont{
  text-align: left;
}
.product-page .pro_init_1 .container .left .colorCont .tips{
  font-weight: bold;
}
.product-page .pro_init_1 .container .left .colorCont ul{
  margin: 0 -8px;
}
.product-page .pro_init_1 .container .left .colorCont ul li{
  padding: 0 8px;
  margin-top: 10px;
}
.product-page .pro_init_1 .container .left .colorCont ul li .box .img{
  height: 60px;
  background-size: cover;
}
.product-page .pro_init_1 .container .left .colorCont ul li .box .text{
  text-align: center;
  margin-top: 10px;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}


.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

@media screen and (max-width: 1800px) {
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}
@media screen and (max-width: 1500px) {
  .product-page .pro_init_1 .container .right .share ul li {
      width: 35px;
      height: 35px;
      line-height: 36px;
  }
    .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }

    .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: left;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  
  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

    .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }

    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}


@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .colorCont ul li{
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .product-page .pro_init_1 .container .left .colorCont ul li{
    width: 50%;
  }
  .product-page .prodet-2 .ret {
        margin-top: 0;
    }
  .product-page .prodet-2 .ret .slide:first-child {
      margin-top: 0;
  }
  .product-page .form ul li{
    width: 100%;
  }
  .product-page .form ul li input, .product-page .form ul li textarea{
    width: 100%;
  }
}


.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3 sease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}


.news-page .news-1 .box {
  padding: 3% 5%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box form {
  height: 3.75em;
  border: 1px solid white;
}
.news-page .news-1 .box form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.8em;
}
.news-page .news-1 .box form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input::placeholder {
  color: white;
}
.news-page .news-1 .box form button {
  width: 5.625em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
}
.news-page .news-1 .box form button i {
  font-size: 2em;
}
.news-page .news-2 ul {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.news-page .news-2 ul li {
  padding: 6% 10%;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.news-page .news-2 ul li:hover {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  z-index: 1;
}


.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f0f0f0;
  padding: 15% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .box i img {
    max-height: 40px;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
}
.inner-page .moreCont2{
    padding: 8px 20px;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.inner-page .moreCont2:hover{
  background: #000;
}


.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li .h6{
  font-weight: bold;
  font-family: 'butler';
  line-height: 1.8;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  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);
}
.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}
.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-2 .form form button i {
  font-size: 2em;
}
.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-2 .form form ul li {
  width: 100%;
}
.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}
.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}


.service-page .service-1 .h2,
.service-page .service-3 .h2{
  font-weight: bold;
  font-family: 'butler';
}
.service-page .service-1 .text {
  max-width: 1330px;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.8;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.service-page .service-2 .box {
  height: 700px;
  position: relative;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  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;
  padding: 5%;
  flex-wrap: wrap;
}
.service-page .service-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .mask i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.service-page .service-2 .box .content span.tag {
  display: block;
  color: #e60012;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
  color:#666666;
  line-height: 30px;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-2 .box .content .slickBtn .btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  color: #565656;
  margin-left: 16px;
  cursor: pointer;
  justify-content: center;
}
.service-page .service-2 .box .content .slickBtn .btn:hover{
  background: var(--color);
  color: #fff;
}
.service-page .service-2 .box .sPage{
  width: 100%;
  z-index: 2;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet::before{
  background: #fff;
  content: '';
  position: relative;
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  padding: 0;
  
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid var(--color) !important;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 106px 3%;
  border-bottom-left-radius: 80px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.service-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.service-page .service-3 .list{
  margin-top: 50px;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.service-page .service-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.service-page .service-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.service-page .service-3 .sPage{
  margin-top: 60px;
}
.service-page .service-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.service-page .service-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
@media screen and (max-width: 1500px) {
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .service-page .service-2 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .service-page .service-3 .list{
    margin-top: 20px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-page .service-3 .sPage{
    margin-top: 20px;
  }
}


.download-page {
  overflow: unset;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #cab64f;
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-page .download-2 .slickBtn div {
    top: 40%;
    left: 0;
}
.download-page .download-2 .slickBtn .next {
    left: unset;
    right: 0;
}
.download-page span.h2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'butler';
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
}
.download-page .download-3 .left .more{
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}
.download-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}


.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

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


.releted-product .tipsTitle {
  text-align: center;
  font-family: 'butler';
  font-weight: bold;
}
.releted-product .content ul {
  margin: 0 -15px;
}
.releted-product .content ul li {
  padding: 0 15px;
}
.releted-product .content ul li .img a {
  border: 1px solid #dadada;
    height: 316px;
  background: #fff;
}
.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-product .content ul li .text {
  margin-top: 20px;
  color: #000;
  line-height: 1.8;
  min-height: 5rem;
}
.releted-product .content ul li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .releted-product .content ul li .img a{
    height: auto;
  }
}


.custom-page .init-1 ul li {
  cursor: pointer;
  width: 12%;
}
.custom-page .init-1 ul li .box {
  height: 280px;
  border: 2px solid #6e6a6b;
  width: 100%;
  padding: 50px 60px;
}
.custom-page .init-1 ul li .box .title1 {
  writing-mode: sideways-rl;
  color: #666666;
  height: 100%;
  padding: 26px 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'butler';
  transition: all 0.5s;
  opacity: 1;
}
.custom-page .init-1 ul li .box .cont {
  transform: translateX(50px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
}
.custom-page .init-1 ul li .box .cont .title {
  font-family: 'butler';
  font-weight: bold;
}
.custom-page .init-1 ul li .box .cont .des {
  color: #666666;
}
.custom-page .init-1 ul li .box .num {
  color: #666666;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  font-style: italic;
}
.custom-page .init-1 ul li.active {
  width: 64%;
}
.custom-page .init-1 ul li.active .box {
  border: 2px solid #e7ce77;
}
.custom-page .init-1 ul li.active .box .cont {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.custom-page .init-1 ul li.active .box .title1 {
  opacity: 0;
}
.custom-page .init-1 ul li.active .box .num {
  color: #402268;
}
.custom-page .init-2 .title {
  font-family: 'butler';
  font-weight: bold;
}
.custom-page .init-2 .contentC .titleC .tips {
  font-family: 'butler';
  font-weight: bold;
  margin-right: 20px;
}
.custom-page .init-2 .contentC .titleC .infoCont {
  padding: 5px 20px;
  border: 1px solid #d2d2d2;
  width: 260px;
}
.custom-page .init-2 .contentC2 .titleC .infoCont{
  width: 326px;
}
.custom-page .init-2 .contentC .titleC .infoCont .cirC {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #402268;
  margin-right: 16px;
}
.custom-page .init-2 .contentC .titleC .infoCont .cirC .cir {
  width: 6px;
  height: 6px;
  background-color: #402268;
  border-radius: 50%;
}
.custom-page .init-2 .contentC .titleC .infoCont .tips2 {
  line-height: 1;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 {
  flex: 1;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 .info {
  border: none;
  width: 100%;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 .info.read {
  cursor: auto;
}
.custom-page .init-2 .contentC .titleC .colorC {
  height: 38px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}
.custom-page .init-2 .contentC .titleC .colorC .bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-page .init-2 .contentC .titleC .colorC .color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.custom-page .init-2 .contentC .content {
  padding-top: 10px;
}
.custom-page .init-2 .contentC .content ul li {
  width: 20%;
  margin-top: 30px;
}
.custom-page .init-2 .contentC .content ul li .box {
  cursor: pointer;
}
.custom-page .init-2 .contentC .content ul li .box .img {
  border: 2px solid #cfcfcf;
}
.custom-page .init-2 .contentC .content ul li .box .img img {
  width: 100%;
}
.custom-page .init-2 .contentC .content ul li .box .text {
  margin-top: 10px;
  color: #666666;
  text-align: center;
}
.custom-page .init-2 .contentC .content ul li .box.active .img {
  border: 2px solid #e7ce77;
}
.custom-page .init-2 .contentC .content ul li .box.active .text {
  color: #402268;
}
.custom-page .init-2 .contentC .contentSize {
  padding-top: 10px;
}
.custom-page .init-2 .contentC .contentSize ul li {
  margin-top: 20px;
}
.custom-page .init-2 .contentC .contentSize ul li .box {
  border: 2px solid #dbdbdb;
  cursor: pointer;
  padding: 6px 30px;
  color: #666666;
}
.custom-page .init-2 .contentC .contentSize ul li .box.active {
  border: 2px solid #e7ce77;
  color: #402268;
}
.custom-page .init-3 .container .tips {
  color: #666666;
}
.custom-page .init-3 .container .content {
  height: 420px;
  overflow: hidden;
}
.custom-page .init-3 .container .btnC {
  background-color: #f0efeb;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.custom-page .init-3 .container .btnC:hover {
  background-color: #402268;
  color: #fff;
}
.custom-page .init-3 .container .btnC i {
  display: block;
  position: relative;
}
.custom-page .init-3 .container .btnC.active i {
  transform: rotate(180deg);
}
.custom-page .init-4 {
  padding-top: 40px;
}
.custom-page .init-4 .container form {
  max-width: 1000px;
  margin: auto;
}
.custom-page .init-4 .container form input {
  width: calc(50% - 15px);
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d1d1d2;
  margin-top: 30px;
}
.custom-page .init-4 .container form .mail {
  width: 100%;
}
.custom-page .init-4 .container form .contentC {
  width: 100%;
  margin-top: 40px;
}
.custom-page .init-4 .container form .contentC .tips {
  padding: 0 10px;
}
.custom-page .init-4 .container form .contentC .content {
  margin-top: 10px;
  width: 100%;
  padding: 16px 10px;
  border: 1px solid #d1d1d2;
}
.custom-page .init-4 .container form .btnC {
  width: 100%;
}
.custom-page .init-4 .container form .btnC .btn {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid var(--color);
}
.custom-page .init-4 .container form .btnC .btn:hover {
  background-color: #fff;
  color: var(--color);
}
@media (max-width: 1250px) {
  .custom-page .init-1 ul li .box {
    padding: 30px 20px;
  }
  .custom-page .init-2 .contentC .content ul li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .custom-page .init-2 .contentC .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .custom-page .init-1 ul li.active {
    width: 100%;
  }
  .custom-page .init-1 ul li .box .title1 {
    display: none;
  }
  .custom-page .init-1 ul li .box {
    height: auto;
  }
  .custom-page .init-1 ul li .box .cont {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .custom-page .init-1 ul li .box .num {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
  .custom-page .init-2 .contentC .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .custom-page .init-2 .contentC .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .custom-page .init-2 .contentC .titleC .tips {
    width: 100%;
  }
  .custom-page .init-2 .contentC .titleC .infoCont {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .custom-page .init-2 .contentC .titleC .colorC {
    margin-left: 0;
  }
  .custom-page .init-2 .contentC .contentSize ul li {
    margin-top: 10px;
  }
  .custom-page .init-2 .contentC .contentSize ul li .box {
    padding: 4px 20px;
  }
  .custom-page .init-4 .container form input {
    margin-top: 0;
  }
  .custom-page .init-4 .container form input {
    width: 100%;
  }
  .custom-page .init-4 .container form .contentC {
    margin-top: 20px;
  }
  .xwbt{
    font-size: 18px;
    line-height: 32px;
  }
  .xinwen{
    font-size: 22px;
    line-height: 1.8;
    padding-right: 0px;
  }
  .zhengwen{
    font-size: 16px;
    line-height: 30px;
  }
  #footer .fTop .container .listCont .list{
    line-height: 2;
  }
  .product-page .init-3 .container .content ul li .box .title{
    font-size: 16px;
  }
  .faq-page .faq-1 .list ul li .h6{
    font-size: 18px;
  }
  .custom-page .init-1 ul li .box .cont .title{
    font-size: 18px;
    line-height: 32px;
  }
  .custom-page .init-1 ul li .box .cont .des{
    line-height: 2;
  }
}
.miaoshu{
  font-size: 18px;
  line-height: 32px;
}