@font-face {
  font-family: 'arial';
  src: url('../fonts/ArialMT.eot');
  src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('../fonts/ArialMT.woff2') format('woff2'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.ads span{
  display: inline-block;
}
#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: #3157c2;
  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: #eede8b;
  --white: #ffffff;
  --black: #000000;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: 'arial';
  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;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  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: 70px;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > .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: 46px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'mon';
  z-index: 2;
  color: var(--white);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 40px;
  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: var(--white);
  -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 .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  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 .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  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: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  /*width: 70%;
 
  border-right: 1px solid #ccc;*/
   position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 20%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  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: 70px;
}
#header > .nav > .menu .menu-box .right .h-search {
  width: 34px;
  height: 34px;
  cursor: pointer;
  margin-left: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;

}
#header > .nav > .menu .menu-box .right .h-search .img {
  width: 16px;
  height: 16px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  font-weight: 500;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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.home_active > .nav {
  /*background-color: rgba(0, 0, 0, 0.05);*/
}
#header.home_active > .nav::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, #000 50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, #000 50%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: var(--color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInRight2 {
  0% {
    transform: translateX(200px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0);
    opacity:1;
  }
}
.fadeInRight2{
  animation-name: fadeInRight2;
}
@-webkit-keyframes banner_ani {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes banner_ani {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes banner_ani {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes banner_ani {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#banner .btn{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 50px;
  z-index: 3;
  transform: translateY(-50%);
}
#banner .btn:hover{
  background: var(--color);
  color: #fff;
}
#banner .prev{
  left: 50px;
  right: unset;
}
#banner .imgListC2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .imgListC2 .listC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner .imgListC2 .listC .list {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#banner .imgListC2 .listC .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
#banner .imgListC2 .listC.active {
  opacity: 1;
  z-index: 2;
}
#banner .imgListC2 .listC.active .list .img {
  top: -100%;
  -webkit-animation: banner_ani 0.6s linear forwards;
  -moz-animation: banner_ani 0.6s linear forwards;
  -o-animation: banner_ani 0.6s linear forwards;
  animation: banner_ani 0.6s linear forwards;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
#banner .imgListC2 .listC.active .list2 .img {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#banner .imgListC2 .listC.active .list3 .img {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#banner .imgListC2 .listC.active .list4 .img {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#banner .sPage{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#banner .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 6px;
  height: 6px;
  background: #eede8b;
  border-radius: 50%;
  transition: all .5s;
  opacity: 0;
}
#banner .sPage .swiper-pagination-bullet-active::before{
  opacity: 1;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 50vw;
  max-height: 980px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
  width: 25%;
}
#banner .swiper .swiper-wrapper .swiper-slide .link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList {
  overflow: hidden;
  position: absolute;
  width: 25%;
  left: 0;
  top: 0;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList .imgListC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: 1920px 100%;
  background-size: 1920px 100%;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList2 {
  left: 25%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList2 .imgListC {
  background-position: 33.33% 0%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList3 {
  left: 49.99%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList3 .imgListC {
  background-position: 66.66% 0%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList4 {
  left: 75%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg .imgList4 .imgListC {
  background-position: 99.99% 0%;
}
#banner .swiper .swiper-wrapper .swiper-slide .mobile_img {
  background-color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  position: relative;
  width: 100%;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  max-width: 700px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-weight: bold;
  font-family: 'mon';
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
  margin-top: 30px;
  background-color: var(--color);
  color: var(--white);
  border-radius: 10px;
  padding: 16px 38px;
  font-family: 'mon';
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more .cir {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover {
  background-color: #fff;
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover .cir {
  background-color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg .imgList .imgListC {
  -webkit-animation: banner_ani 0.5s linear forwards;
  -moz-animation: banner_ani 0.5s linear forwards;
  -o-animation: banner_ani 0.5s linear forwards;
  animation: banner_ani 0.5s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg .imgList2 .imgListC {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg .imgList3 .imgListC {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg .imgList4 .imgListC {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des {
  -webkit-animation: fadeInUp 1s linear forwards;
  -moz-animation: fadeInUp 1s linear forwards;
  -o-animation: fadeInUp 1s linear forwards;
  animation: fadeInUp 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title2,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .more {
  -webkit-animation: fadeInLeft 1s linear forwards;
  -moz-animation: fadeInLeft 1s linear forwards;
  -o-animation: fadeInLeft 1s linear forwards;
  animation: fadeInLeft 1s linear forwards;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1530px;
}
#index-body .init-1 .container {
  padding: 0;
  width: 100%;
}
#index-body .init-1 .container .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
  text-align: center;
}
#index-body .init-1 .container .content .btn {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 16%;
  z-index: 2;
  cursor: pointer;
}
#index-body .init-1 .container .content .btn .img {
  width: 70px;
  height: 6px;
  margin-bottom: 4px;
}
#index-body .init-1 .container .content .prev:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
#index-body .init-1 .container .content .next {
  right: 16%;
  left: unset;
}
#index-body .init-1 .container .content .next:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-1 .container .content ul li .box {
  position: relative;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
#index-body .init-1 .container .content ul li .box .img {
  display: block;
  -webkit-transform: scaleY(1.2);
  -moz-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2);
  -o-transform: scaleY(1.2);
  transform: scaleY(1.2);
}
#index-body .init-1 .container .content ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 30px;
  z-index: 2;
}
#index-body .init-1 .container .content ul li .box .cont .textC {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
}
#index-body .init-1 .container .content ul li .box .cont .textC .title {
  text-transform: uppercase;
}
#index-body .init-1 .container .content ul li .box .cont .textC .des a {
  display: block;
}
#index-body .init-1 .container .content ul li .box .cont .textC .textC2{
  position: absolute;
  top: 10px;
  right: 30px;
  opacity: 0;
}
#index-body .init-1 .container .content ul li.swiper-slide-active .box {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .init-1 .container .content ul li.swiper-slide-active .box .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-1 .container .content ul li.swiper-slide-prev .box .cont .textC .textC1{
  opacity: 0;
}
#index-body .init-1 .container .content ul li.swiper-slide-prev .box .cont .textC .textC2{
  opacity: 1;
}
#index-body .init-2 .container {
  width: 100%;
}
#index-body .init-2 .container .titleC .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
#index-body .init-2 .container .titleC .tipsDes {
  max-width: 670px;
  margin: 10px auto 0;
  font-size: 17px;
}
#index-body .init-2 .container .titleC .tipsDes em {

}
#index-body .init-2 .container .content .swiper{
  height: 620px;
}
#index-body .init-2 .container .content ul li {
  height: calc(50% - 30px);
}
#index-body .init-2 .container .content ul li .box {
  min-height: 280px;
  background-color: #f8f6ed;
  height: 100%;
  border-radius: 10px;
}
#index-body .init-2 .container .content ul li .box .img {
     position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0px 0px 0px 80px;
    z-index: 2;
    width: 80%;
}
#index-body .init-2 .container .content ul li .box .sub {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-family: 'mon';
  padding: 0 10px;
}
#index-body .init-2 .container .content ul li .box .textC {
  position: relative;
  z-index: 3;
  padding: 40px 20px;
  font-family: 'mon';
}
#index-body .init-2 .container .content ul li .box .textC .title {
  max-width: 140px;
  font-weight: bold;
  display: block;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
#index-body .init-2 .container .content ul li .box .textC .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .content ul li .box .textC .more .moreText {
  border-bottom: 2px solid #9e9d97;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .content ul li .box .textC .more .cir {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: var(--black);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .content ul li .box .textC .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--color);
}
#index-body .init-2 .container .content ul li .box .textC .more:hover .moreText {
  border-bottom: 2px solid var(--color);
}
#index-body .init-2 .container .content ul li .box .textC .more:hover .cir {
  background-color: var(--color);
}
#index-body .init-2 .container .content ul li:nth-child(4n+2) .box,
#index-body .init-2 .container .content ul li:nth-child(4n+3) .box{
  /*background-color: #f0fdd9;*/
}
#index-body .init-3 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-3 .container .content {

}
#index-body .init-3 .container .content .titleC .left {
  max-width: 750px;
  font-weight: bold;
  color: var(--white);
  font-family: 'mon';
}
#index-body .init-3 .container .content .titleC .right .more {
  color: var(--white);
}
#index-body .init-3 .container .content .titleC .right .more .moreText {
  border-bottom: 2px solid var(--white);
  line-height: 1;
}
#index-body .init-3 .container .content .titleC .right .more .cir {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: var(--white);
}
#index-body .init-3 .container .content .titleC .right .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--color);
}
#index-body .init-3 .container .content .titleC .right .more:hover .moreText {
  border-bottom: 2px solid var(--color);
}
#index-body .init-3 .container .content .titleC .right .more:hover .cir {
  background-color: var(--color);
}
#index-body .init-3 .container .content .listCont {
  /*max-width: 1180px;*/
  color: #fff;
}
#index-body .init-3 .container .content .listCont ul li .box .top {
  font-weight: bold;
  font-family: 'mon';
  line-height: 1;
}
#index-body .init-3 .container .content .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-3 .container .bottomC .left {
  width: 50%;
  padding: 10px 50px 0 0px;
}
#index-body .init-3 .container .bottomC .left ul li .box a {
  display: block;
  border: 3px solid var(--white);
}
#index-body .init-3 .container .bottomC .left ul li .box a img {
  width: 100%;
}
#index-body .init-3 .container .bottomC .right {
  width: 50%;
  color: var(--white);
  line-height: 2;
  padding-left: 40px;
}
#index-body .init-4 .container .tipsTitle {
  font-family: 'mon';
  text-align: center;
  font-weight: bold;
}
#index-body .init-4 .container .tipsDes {
  color: #646464;
  text-align: center;
}
#index-body .init-4 .container .img .playC {
  max-width: 1300px;
  margin: auto;
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container .img .playC .play {
  width: 130px;
  height: 130px;
  cursor: pointer;
}
#index-body .init-4 .container .img .playC .play .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rotAni 10s linear infinite;
  -moz-animation: rotAni 10s linear infinite;
  -o-animation: rotAni 10s linear infinite;
  animation: rotAni 10s linear infinite;
}
#index-body .init-4 .container .img .playC .play .cont {
  width: 70px;
  height: 70px;
}
#index-body .init-5 .sub {
  z-index: -1;
  width: 100%;
  left: 0;
  font-weight: bold;
  font-family: 'mon';
  font-size: 126px;
  position: absolute;
  bottom: 0;
  color: #fafafa;
  line-height: 1;
}
#index-body .init-5 .content {
  background-position: left top;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#index-body .init-5 .content .container {
  z-index: 2;
}
#index-body .init-5 .content .container .cont {
  padding-left: 60px;
}
#index-body .init-5 .content .container .cont .tipsTitle {
  font-family: 'mon';
  font-weight: bold;
}
#index-body .init-5 .content .container .cont .tipsTitle p{
  display: inline-block;
}
#index-body .init-5 .content .container .cont .listCont ul li .box .img {
  width: 76px;
}
#index-body .init-5 .content .container .cont .listCont ul li .box .textC {
  max-width: -webkit-calc(24%);
  max-width: -moz-calc(24%);
  max-width: calc(100% - 76px);
  padding-left: 40px;
  color: #888888;
}
#index-body .init-5 .content .container .cont .listCont ul li .box .textC .top {
  font-family: 'mon';
  line-height: 1;
}
#index-body .init-5 .content .container .cont .listCont ul li .box .textC .top em {
  font-weight: bold;
  margin-right: 10px;
}
#index-body .init-5 .content .container .cont .listCont ul li .box .textC .bottom {
  background-color: #e6e6e6;
  height: 2px;
  width: 26px;
}
#index-body .init-5 .content .container .cont .listCont ul li:nth-child(2n) {
  margin-left: 110px;
}
#index-body .init-6 {
  background-color: #f8f6ed;
  z-index: 2;
}
#index-body .init-6 .subImg {
  width: 850px;
  height: 420px;
  z-index: -1;
  bottom: 80px;
  right: 0;
}
#index-body .init-6 .subText {
  font-size: 114px;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-family: 'mon';
  line-height: 1;
  text-transform: uppercase;
  color: #faf9f3;
}
#index-body .init-6 .container {
  z-index: 2;
}
#index-body .init-6 .container .left {
  width: 50%;
  padding-left: 50px;
}
#index-body .init-6 .container .left .btnC {
  bottom: 14px;
  right: 0;
  z-index: 2;
}
#index-body .init-6 .container .left .btnC .btn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  cursor: pointer;
  color: var(--white);
  font-size: 30px;
}
#index-body .init-6 .container .left .btnC .btn:hover {
  background-color: var(--black);
}
#index-body .init-6 .container .right {
  width: 50%;
  padding-left: 90px;
}
#index-body .init-6 .container .right .swiper{
  height: 650px;
  padding-top: 30px;
  padding-left: 30px;
}
#index-body .init-6 .container .right ul li {
  cursor: pointer;
  height: auto;
}
#index-body .init-6 .container .right ul li .box{
  padding-top: 20px
}
#index-body .init-6 .container .right ul li .box .tips {
  color: #b2b4bf;
  z-index: 2;
}
#index-body .init-6 .container .right ul li .box .tips .cir {
  z-index: -1;
  width: 34px;
  height: 34px;
  background-color: #e7eae7;
  border-radius: 50%;
  top: -6px;
  left: -10px;
}
#index-body .init-6 .container .right ul li .box .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
#index-body .init-6 .container .right ul li .box .tipsDes {
  color: #757575;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
#index-body .init-6 .container .right ul li .box .line {
  background-color: #e2e2e2;
  height: 2px;
}
#index-body .init-6 .container .right ul li .box .line .sub {
  top: -1px;
  height: 4px;
  width: 70%;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#index-body .init-6 .container .right ul li.active .tips .cir {
  width: 66px;
  height: 66px;
  top: -30px;
  left: -30px;
  background-color: var(--color);
}
#index-body .init-6 .container .right ul li.active .tips em {
  color: var(--color);
}
#index-body .init-6 .container .right ul li.active .box .line .sub {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .init-6 .container .right .more {
  color: var(--color);
  position: relative;
  left: 30px;
}
#index-body .init-6 .container .right .more .moreText {
  font-family: 'mon';
  border-bottom: 2px solid var(--color);
  line-height: 1;
}
#index-body .init-6 .container .right .more .cir {
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-6 .container .right .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-7 .container .tipsTitle {
  font-family: 'mon';
  color: var(--color);
}
#index-body .init-7 .container .tipsDes {
  font-weight: bold;
  font-family: 'mon';
}
#index-body .init-7 .container .content ul li .box {
  border-radius: 10px;
  overflow: hidden;
  height: 630px;
  z-index: 2;
  position: relative;
}
#index-body .init-7 .container .content ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  z-index: 2;
}
#index-body .init-7 .container .content ul li .box .img {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-7 .container .content ul li .box .cont {
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 30px;
  color: #fff;
}
#index-body .init-7 .container .content ul li .box .cont a {

font-family: 'mon';
    font-weight: bold;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#index-body .init-7 .container .content ul li .box .cont a:hover {
  color: var(--color);
}
#footer {
  position: relative;
  background: #f0efeb;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop {
  color: var(--white);
}
#footer .fTop .container .listCont {
  margin-top: 40px;
}
#footer .fTop .container .listCont .first {
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'mon';
}
#footer .fTop .container .listCont .subC {
  width: 180px;
  height: 1px;
  background-color: var(--white);
  margin: 20px 0 24px 0;
}
#footer .fTop .container .listCont .subC div {
  background-color: var(--white);
  width: 24px;
  height: 3px;
  top: -1px;
  left: 0;
}
#footer .fTop .container .listCont .list {
  line-height: 2;
}
#footer .fTop .container .listCont #ewm {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 4px;
}
#footer .fTop .container .listCont .list2 {
  margin-top: 10px;
}
#footer .fTop .container .listCont .list2 a {
  display: inline-block;
}
#footer .fTop .container .listCont .list2 a:hover {
  color: var(--color);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fTop .container .listCont .first2 {
  font-weight: bold;
  font-family: 'mon';
  line-height: 1.3;
}
#footer .fTop .container .listCont form input {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 20px;
  text-transform: uppercase;
}
#footer .fTop .container .listCont form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .fTop .container .listCont form .content {
  width: 100%;
  padding: 20px 80px 20px 20px;
}
#footer .fTop .container .listCont form .btn {
  cursor: pointer;
  width: 60px;
  height: 64px;
  background-color: var(--white);
  bottom: 0;
  right: 0;
}
#footer .fTop .container .listCont form .btn .img {
  width: 16px;
  height: 16px;
}
#footer .fTop .container .listCont form .btn:hover {
  background-color: var(--color);
}
#footer .fTop .container .listCont1 {
  width: 300px;
}
#footer .fTop .container .listCont2 {
  width: 190px;
  padding-bottom: 60px;
}
#footer .fTop .container .listCont3 {
  width: 190px;
  padding-bottom: 60px;
}
#footer .fTop .container .listCont4 {
  width: 500px;
}
#footer .fTop .container .share {
  bottom: 0;
  left: 27.5%;
}
#footer .fTop .container .share ul {
  padding-left: 30px;
}
#footer .fTop .container .share ul li {
  margin-left: 30px;
}
#footer .fTop .container .share ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: var(--white);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: var(--white);
  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: var(--white);
  width: 100%;
}
.rightNavC {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: 50px;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  color: var(--white);
}
.rightNavC .cont {
  width: 100%;
  background-color: rgba(238, 221, 139, 0.7);
  overflow: hidden;
  border-top-left-radius: 10px;
}
.rightNavC .cont ul li a {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.rightNavC .cont ul li a:hover {
  background-color: var(--color);
}
.rightNavC .btnC {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 50px;
  background-color: rgba(238, 221, 139, 0.7);
  cursor: pointer;
  border-bottom-left-radius: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.rightNavC .btnC:hover {
  background-color: var(--color);
}
.rightNavC .btnC .btn1 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rightNavC .btnC .btn2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 30px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rightNavC.active .cont {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rightNavC.active .btnC {
  border-top-left-radius: 10px;
}
.rightNavC.active .btnC .btn1 {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rightNavC.active .btnC .btn2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1700px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 47vw;
  }
  #banner .imgListC2 .listC .list .img {
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 0;
  }
  #banner .btn{
    right: 10px;
  }
  #banner .prev{
    right: unset;
    left: 10px;
  }
  #index-body .init-2 .container .content ul li .box .img {
    width: 70%;
  }
  #index-body .init-4 .container .img .playC {
    height: 530px;
  }
  #index-body .init-7 .container .content ul li .box {
    height: 480px;
  }
  #footer .fTop .container .listCont1 {
    width: 270px;
  }
  #footer .fTop .container .listCont4 {
    width: 400px;
  }
}
@media (max-width: 1250px) {
  #banner{
    margin-top: 40px;
  }
  #banner .btn{
    opacity: 0.1;
  }
  #banner:hover .btn{
    opacity: 1;
  }
  #index-body .init-1 .container {
    padding: 0 15px;
  }
  #index-body .init-1 .container .content ul li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-1 .container .content ul li .box .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-1 .container .content .btnC {
    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;
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .btn {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px;
  }
  #index-body .init-2 .container .content .swiper{
    height: auto
  }
  #index-body .init-3 .container .content {
    padding-left: 0;
  }
  #index-body .init-3 .container .content .titleC .left {
    width: 100%;
  }
  #index-body .init-3 .container .content .titleC .right {
    width: 100%;
  }
  #index-body .init-3 .container .bottomC .left {
    padding-left: 0;
  }
  #index-body .init-3 .container .bottomC .right {
    padding-left: 0;
  }
  #index-body .init-4 .container .img .playC {
    height: 430px;
  }
  #index-body .init-6 .container .right {
    padding-left: 60px;
  }
  #index-body .init-7 .container .content ul li .box {
    height: 380px;
  }
  #footer .fTop .container .listCont2 {
    padding-bottom: 0;
  }
  #footer .fTop .container .listCont3 {
    padding-bottom: 0;
  }
  #footer .fTop .container .share {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont4 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 44vw;
  }
  #index-body .init-1 .container .content ul li .box .cont {
    padding: 10px;
  }
  #index-body .init-1 .container .content ul li .box .cont .textC {
    padding: 10px;
  }
  #index-body .init-4 .container .img .playC {
    height: 330px;
  }
  #index-body .init-5 .content {
    background: none !important;
  }
  #index-body .init-6 .container .left {
    width: 100%;
    padding-left: 0;
    max-width: 500px;
  }
  #index-body .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .container .right .swiper{
    padding-left: 14px;
  }
  #index-body .init-6 .container .right ul li.active .tips .cir {
    width: 40px;
    height: 40px;
    top: -14px;
    left: -14px;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
  #footer .fTop .container .listCont4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .container .content ul li .box .img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
  }
  #index-body .init-3 .container .bottomC .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .container .bottomC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .container .img .playC {
    height: 44vw;
  }
  #index-body .init-7 .container .content ul li .box {
    height: 130vw;
  }
}
@media (max-width: 500px) {
  #banner .imgListC2 {
    display: none;
  }
  #banner .btn{
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    text-align: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .bg {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .mobile_img {
    display: block;
    position: relative;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .moreC {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-3 .container .content .listCont ul li {
    width: 50%;
    margin-top: 20px;
  }
  #index-body .init-5 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #index-body .init-5 .content {
    padding-bottom: 40px;
  }
  #index-body .init-5 .content .container .cont {
    padding-left: 0;
  }
  #index-body .init-5 .content .container .cont .listCont ul li:nth-child(2n) {
    margin-left: 0;
  }
  #index-body .init-5 .content .container .cont .listCont ul li .box .img {
    width: 50px;
  }
  #index-body .init-5 .content .container .cont .listCont ul li .box .textC {
    padding-left: 20px;
  }
  #index-body .init-6 .container .right .swiper{
    height: 480px;
  }
  #index-body .init-7 .container .content ul li .box .cont {
    padding: 10px;
  }
  #footer .fTop .container .listCont form input {
    width: 100%;
    padding: 10px;
  }
  #footer .fTop .container .listCont form .content {
    padding: 10px;
  }
  #footer .fTop .container .listCont form .btn {
    width: 50px;
    height: 50px;
    position: relative;
    left: 0;
    margin-top: 10px;
  }
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-banner1 .container {
  max-width: 1200px;
}
.inner-banner1 .bannerImg {
  width: 100%;
}
.inner-banner1 .textC {
  margin-top: -200px;
  text-align: center;
}
.inner-banner1 .textC .cat {
  display: inline-block;
  padding: 8px 10px;
  background-color: #f8f6ed;
  border-radius: 10px;
  min-width: 150px;
}
.inner-banner1 .textC .catDes {
  font-weight: bold;
  font-family: 'mon';
  line-height: 1.2;
}
.inner-banner1 .textC .catDes em {
  color: #989898;
}
.inner-banner2 {
  background-color: #f8f6ed;
  position: relative;
}
.inner-banner2 .bannerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-banner2 .textC {
  text-align: center;
  padding-top: 170px;
  color: var(--white);
}
.inner-banner2 .textC .catDes {
  font-weight: bold;
  font-family: 'mon';
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #cccccc;
  color: #fff;
  margin: 5px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  background-color: var(--color);
}
.product-page .init-1 .container {
  overflow: unset;
}
.product-page .init-1 .container .left {
  width: 74%;
  padding-right: 70px;
  margin-top: -20px;
}
.product-page .init-1 .container .left ul li {
  margin-top: 20px;
}
.product-page .init-1 .container .left ul li .box {
  border-radius: 10px;
  background-color: #f8f6ed;
  overflow: hidden;
  height: 100%;
}
.product-page .init-1 .container .left ul li .box .img {
  display: block;
}
.product-page .init-1 .container .left ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .container .left ul li .box .text {
  display: block;
  padding: 0 20px;
}
.product-page .init-1 .container .left ul li .box .text:hover {
  color: var(--color);
}
.product-page .init-1 .container .left .formC2 {
  padding: 0 30px 0 20px;
}
.product-page .init-1 .container .left .formC .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
.product-page .init-1 .container .left .formC .tipsDes em {
  color: #d7000f;
}
.product-page .init-1 .container .left .formC form {
  font-weight: bold;
}
.product-page .init-1 .container .left .formC form .content {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
}
.product-page .init-1 .container .left .formC form input {
  width: -webkit-calc(0.33%);
  width: -moz-calc(0.33%);
  width: calc(33.33% - 33px);
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
}
.product-page .init-1 .container .left .formC form .btnC {
  width: 100%;
}
.product-page .init-1 .container .left .formC form .btnC .btn {

  font-family: 'mon';
  text-transform: uppercase;
  background: #eede8b;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  min-width: 126px;
  text-align: center;
  border-radius: 10px;
}
.product-page .init-1 .container .left .formC form .btnC .btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: #fff;
  background-color: var(--black);
}
.product-page .init-1 .container .right {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .init-1 .container .right form {
  position: relative;
}
.product-page .init-1 .container .right form .text {
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  padding: 10px 50px 10px 10px;
}
.product-page .init-1 .container .right form .btn {
  position: absolute;
  width: 43px;
  height: 100%;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: rgba(255, 255, 255, 0);
}
.product-page .init-1 .container .right .catCont .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
  border-bottom: 1px solid #e7e7e7;
}
.product-page .init-1 .container .right .catCont .listCont1 ul li {
  margin-top: 10px;
}
.product-page .init-1 .container .right .catCont .listCont1 ul li .box a .text {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
.product-page .init-1 .container .right .catCont .listCont1 ul li .box a .num {
  color: #aaaaaa;
  width: 30px;
  text-align: center;
}
.product-page .init-1 .container .right .catCont .listCont1 ul li .box a:hover {
  color: var(--color);
}
.product-page .init-1 .container .right .catCont .listCont2 ul li {
  margin-top: 16px;
}
.product-page .init-1 .container .right .catCont .listCont2 ul li .box .img {
  display: block;
  background-color: #f8f6ed;
  border-radius: 10px;
  width: 110px;
  padding: 10px;
}
.product-page .init-1 .container .right .catCont .listCont2 ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .container .right .catCont .listCont2 ul li .box .textC {
  width: -webkit-calc(-10%);
  width: -moz-calc(-10%);
  width: calc(100% - 110px);
  padding-left: 20px;
}
.product-page .init-1 .container .right .catCont .listCont2 ul li .box .textC .title {
  font-weight: bold;
  font-family: 'mon';
  color: var(--color);
  display: block;
}
.product-page .init-1 .container .right .catCont .listCont2 ul li .box .textC .des {
  display: block;
}
.prodet-page .init-1 .container .content {
  background-color: #f8f6ed;
     padding: 0px 50px 0 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .init-1 .container .content .left {
  width: 55%;
      padding-left: 25px;
}
.prodet-page .init-1 .container .content .left .title {
  line-height: 2;
}
.prodet-page .init-1 .container .content .left .title2 {
  font-weight: bold;
  font-family: 'mon';
  color: var(--color);
}
.prodet-page .init-1 .container .content .left .des {
  line-height: 2;
  color: #4b4b4b;
  margin-top: 30px;
}
.prodet-page .init-1 .container .content .left .share .tips {
  font-weight: bold;
  font-family: 'mon';
}
.prodet-page .init-1 .container .content .left .share ul {
  padding-left: 20px;
}
.prodet-page .init-1 .container .content .left .share ul li {
  margin-left: 30px;
}
.prodet-page .init-1 .container .content .left .share ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.prodet-page .init-1 .container .content .left .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: var(--color);
}
.prodet-page .init-1 .container .content .left .btnC .btn {
  background-color: #e7d681;
  color: var(--white);
  text-transform: capitalize;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 10px;
}
.prodet-page .init-1 .container .content .left .btnC .btn:hover {
  background-color: var(--black);
}
.prodet-page .init-1 .container .content .right {
    width: 45%;
    padding-right: 80px;
}
.prodet-page .init-1 .container .content .right img {
  width: 100%;
}
.prodet-page .init-1 .container .content .bottom {
  width: 100%;
}
.prodet-page .init-1 .container .content .bottom ul li .box a {
  display: block;
  border-radius: 10px;
}
.prodet-page .init-1 .container .content .bottom ul li .box a img {
  width: 100%;
}
.prodet-page .init-2 .container .content {
  padding: 80px 80px 80px;
  background-color: #f8f6ed;
      margin-bottom: 100px;
}
.prodet-page .init-2 .container .content .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
  text-align: center;
}
.prodet-page .init-2 .container .content .tipsTitle em {
  color: #989898;
}
.prodet-page .init-2 .container .content .line {
  height: 6px;
}
.prodet-page .init-2 .container .content .imgList {
  padding-top: 30px;
}
.prodet-page .init-2 .container .content .imgList ul li {
  margin-top: 20px;
}
.prodet-page .init-2 .container .content .imgList ul li .box a {
  display: block;
}
.prodet-page .init-2 .container .content .imgList ul li .box a img {
  width: 100%;
}
@media (max-width: 1700px) {
  .inner-banner1 .textC {
    margin-top: -10vw;
  }
}
@media (max-width: 1250px) {
  .inner-banner{
    margin-top: 40px;
  }
  .inner-banner1.pro.cp .textC{
    margin-top: -14vw;
  }
  .product-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .product-page .init-1 .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {

  .product-page .init-1 .container .left .formC2 {
    padding: 0;
  }
  .prodet-page .init-1 .container .content .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .content {
    padding: 20px 10px;
  }
  .prodet-page .init-2 .container .content {
    padding: 20px 10px;
  }
  .prodet-page .init-1 .container .content .left .share ul {
    padding-left: 0;
  }
  .prodet-page .init-1 .container .content .left .share ul li {
    margin-left: 10px;
  }
  .prodet-page .init-2 .container .content .imgList {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .container .left ul li {
    width: 50%;
  }
  .product-page .init-1 .container .left .formC form input {
    width: 100%;
  }
}
@media (max-width: 500px) {

  .product-page .init-1 .container .left ul li {
    width: 100%;
  }
  .product-page .init-1 .container .left ul li .box .text {
    padding: 0 10px;
  }
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  .inner-banner1 .textC .catDes {
    line-height: 1.6;
  }
}
.about-page {
  background-color: #f8f6ed;
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.about-page .init-1 .sub1 {
  position: absolute;
  width: 44%;
  height: 470px;
  bottom: -100px;
  left: 0;
  background-position: left center;
  z-index: 1;
}
.about-page .init-1 .sub2 {
  position: absolute;
  width: 800px;
  height: 720px;
  bottom: 0;
  right: 0;
  background-position: right center;
  z-index: 1;
}
.about-page .init-1 .sub3 {
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .init-1 .container {
  z-index: 3;
  max-width: 1400px;
}
.about-page .init-1 .container .tipsTitle {
  color: var(--color);
  font-family: 'mon';
}
.about-page .init-1 .container .tipsTitle2 {
  font-weight: bold;
  font-family: 'mon';
}
.about-page .init-1 .container .des p {
  margin-top: 10px;
}
.about-page .init-1 .container .content {

    margin-bottom: 100px;
}
.about-page .init-1 .container .content .left {
  font-family: 'mon';


  font-weight: bold;
}
.about-page .init-1 .container .content .left .title {
  line-height: 1.3;
}
.about-page .init-1 .container .content .right {

}
.about-page .init-1 .container .content .right ul {
  width: 100%;
}
.about-page .init-1 .container .content .right ul li {
  width: 200px;
  margin-top: 40px;
}
.about-page .init-1 .container .content .right ul li .box .top {
  font-weight: bold;
  font-family: 'mon';
  color: var(--color);
}
.about-page .init-1 .container .content .right ul li .box .middle {
  line-height: 1;
  font-weight: bold;
  font-family: 'mon';
}
.about-page .init-2 .container .left {
  padding-right: 100px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  width: 38%;
  padding-bottom: 50px;
  top: 150px;
}
.about-page .init-2 .container .left .sub {
  position: absolute;
  width: 660px;
  height: 580px;
  bottom: -460px;
  left: -210px;
  z-index: -1;
  background-position: left bottom;
}
.about-page .init-2 .container .left .tipsTitle {
  font-weight: bold;
}
.about-page .init-2 .container .left .tipsTitle2 {
  font-weight: bold;
  font-family: 'mon';
}
.about-page .init-2 .container .right {
  position: relative;
  width: 62%;
  padding-bottom: 30px;
}
.about-page .init-2 .container .right ul li .box {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.about-page .init-2 .container .right ul li .box .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 34px;
  z-index: -1;
  background: #e5e5e5;
}
.about-page .init-2 .container .right ul li .box .line .line2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color);
  -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;
}
.about-page .init-2 .container .right ul li .box .num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #312e2b;
  border: 1px solid #e5e3da;
  font-weight: bold;
  font-family: 'mon';
  background-color: #f8f6ed;
}
.about-page .init-2 .container .right ul li .box .cont {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  background-color: var(--white);
}
.about-page .init-2 .container .right ul li .box .cont .textC {
  padding: 20px 60px 20px 30px;
  width: 52%;
}
.about-page .init-2 .container .right ul li .box .cont .textC .titleC {
  font-weight: bold;
}
.about-page .init-2 .container .right ul li .box .cont .textC .titleC .year {
  width: 100px;
}
.about-page .init-2 .container .right ul li .box .cont .textC .titleC .sub {
  position: relative;
  top: -6px;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
}
.about-page .init-2 .container .right ul li .box .cont .textC .des {
  max-height: 120px;
}
.about-page .init-2 .container .right ul li .box .cont .img {
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
}
.about-page .init-2 .container .right ul li:first-child .box {
  padding-top: 0;
}
.about-page .init-2 .container .right ul li.active .box .line .line2 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.about-page .init-2 .container .right ul li.active .box .num {
  background-color: var(--color);
  color: var(--white);
}
.about-page .init-2 .container .right .subImg1 {
  width: 10px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.about-page .init-3 {
  z-index: 3;
  position: relative;
}
.about-page .init-3 .container .left {
  width: 38%;
  padding-right: 100px;
}
.about-page .init-3 .container .left .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
.about-page .init-3 .container .left .btnC .btn {
  width: 60px;
  height: 60px;
  background-color: #7c7b76;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
}
.about-page .init-3 .container .left .btnC .btn:hover {
  background-color: var(--color);
}
.about-page .init-3 .container .right {
  width: 62%;
}
.about-page .init-3 .container .right .swiper {
  padding: 30px 30px 30px 0;
}
.about-page .init-3 .container .right ul li .box {
  opacity: 0;
}
.about-page .init-3 .container .right ul li .box a {
  display: block;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.about-page .init-3 .container .right ul li .box a img {
  width: 100%;
}
.about-page .init-3 .container .right ul li .box:hover {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.about-page .init-3 .container .right ul li.my-slide-visible .box {
  opacity: 1;
}
@media (max-width: 1250px) {
  .inner-banner2 .textC {
    padding-top: 60px;
    color: var(--black);
  }
  .about-page .init-2 .container .right ul li .box .cont .textC {
    padding: 10px;
  }
  .about-page .init-2 .container .right ul li .box .cont .textC .titleC .sub {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-2 .container .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container .right ul li .box .cont .img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about-page .init-2 .container .right ul li .box .cont .textC {
    width: 100%;
  }
  .about-page .init-1 .container .content {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .about-page .init-2 .container .right ul li .box {
    padding: 20px 0;
  }
  .about-page .init-2 .container .right ul li .box .num {
    width: 40px;
    height: 40px;
  }
  .about-page .init-2 .container .right ul li .box .line {
    left: 20px;
  }
  .about-page .init-2 .container .right .subImg1 {
    left: 16px;
  }
  .about-page .init-2 .container .right ul li .box .cont {
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(100% - 60px);
  }
  .about-page .init-3 .container .left .btnC .btn {
    width: 40px;
    height: 40px;
  }
  .about-page .init-3 .container .right ul li .box a {
    -webkit-box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
    box-sizing: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
  .about-page .init-3 .container .right .swiper {
    padding: 30px 20px;
  }
}
.service-page .init-1 .container ul li .box .left {
  width: 58%;
  position: relative;
}
.service-page .init-1 .container ul li .box .left img {
  border-radius: 10px;
  width: 100%;
}
.service-page .init-1 .container ul li .box .right {
  width: 42%;
}
.service-page .init-1 .container ul li .box .right .cont {
  padding: 20px 10px 20px 80px;
}
.service-page .init-1 .container ul li .box .right .cont .title {
  font-weight: bold;
  font-family: 'mon';
}
.service-page .init-1 .container ul li:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.service-page .init-1 .container ul li:nth-child(2n) .right .cont {
  padding: 20px 80px 20px 10px;
}
.service-page .init-2 {
  background-color: #f8f6ed;
  background-position: left center;
}
.service-page .init-2 .container .tipsTitleC {
  padding: 30px;
  background-color: #fff;
}
.service-page .init-2 .container .tipsTitleC .list {
  cursor: pointer;
  margin-right: 10px;
  padding: 10px 20px;
}
.service-page .init-2 .container .tipsTitleC .list .sub {
  background-color: var(--color);
  color: var(--white);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
.service-page .init-2 .container .tipsTitleC .list .text {
  margin-left: 20px;
  font-size: 16px;
}
.service-page .init-2 .container .tipsTitleC .list:hover,
.service-page .init-2 .container .tipsTitleC .list.active {
  background-color: var(--color);
  color: var(--white);
}
.service-page .init-2 .container .tipsTitleC .list:hover .sub,
.service-page .init-2 .container .tipsTitleC .list.active .sub {
  background-color: var(--white);
  color: var(--color);
}
.service-page .init-2 .contentC .listC {
  display: none;
}
.service-page .init-2 .contentC .listC1 {
  z-index: 2;
  position: relative;
}
.service-page .init-2 .contentC .listC1 .sub {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-weight: bold;
  font-family: 'mon';
  z-index: -1;
  font-size: 156px;
  line-height: 1;
  color: #f0eee5;
}
.service-page .init-2 .contentC .listC1 .cont .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
.service-page .init-2 .contentC .listC2 {
  z-index: 2;
  position: relative;
}
.service-page .init-2 .contentC .listC2 .sub {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-family: 'mon';
  z-index: -1;
  font-size: 156px;
  line-height: 1;
  color: #f0eee5;
}
.service-page .init-2 .contentC .listC2 .cont .tipsTitle {
  font-weight: bold;
  font-family: 'mon';

}
.service-page .init-2 .contentC .listC2 .cont .des {

  margin: 10px auto 0;
  color: #5f5f5f;
}
.service-page .init-2 .contentC .listC2 .cont .imgList ul li .box {
  text-align: center;
}
.service-page .init-2 .contentC .listC2 .cont .imgList ul li .box .img {
  border-radius: 50%;
  margin: auto;
}
.service-page .init-2 .contentC .listC2 .cont .imgList ul li .box .img img {
  width: 100%;
}
.service-page .init-2 .contentC .listC2 .cont .imgList ul li .box .title {
  font-weight: bold;
  font-family: 'mon';
}
.service-page .init-2 .contentC .listC3 {
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-2 .contentC .listC3 .init-5 {
  position: relative;
}
.service-page .init-2 .contentC .listC3 .init-5 .tipsTitle {
  font-weight: bold;
  font-family: 'mon';

}
.service-page .init-2 .contentC .listC3 .init-5 .tipsDes {

  margin: 10px auto 0;

  color: #5f5f5f;
}
.service-page .init-2 .contentC .listC3 .init-5 .subImg {
  position: absolute;
  width: 52%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-2 .contentC .listC3 .init-5 .container {
  z-index: 2;
}
/*.service-page .init-2 .contentC .listC3 .init-5 .container .tipsDes {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'TIEMPO';
}*/
.service-page .init-2 .contentC .listC3 .init-5 .container .content {

  margin-top: 40px;
  position: relative;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left {
  width: 50%;
  position: relative;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left .btnC {
  width: 58px;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left .btn {
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  cursor: pointer;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left .btn:hover {
  background-color: var(--color);
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left .next {
  margin-top: 10px;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .imgC {
  width: 43%;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .imgC a {
  display: block;
  width: 100%;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .imgC a img {
  width: 100%;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC {
  width: 57%;
  padding: 20px 100px 20px 140px;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC .sPage {
  font-size: 36px;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC .sPage .active {
  font-size: 24px;
  position: relative;
  top: -20px;
  left: -5px;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC .sPage .allNum {
  font-weight: 600;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC .title {
  display: block;
  margin-top: 30px;
  text-transform: capitalize;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .left ul li .box .textC .title:hover {
  color: var(--color);
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right {
  width: 50%;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box {
  position: relative;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .img {
  display: block;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .img img {
  min-height: 300px;
  width: 100%;
  -o-object-fit: contain;
    object-fit: cover;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .cont2 {
  width: 150px;
  position: absolute;
  height: -webkit-calc(0%);
  height: -moz-calc(0%);
  height: calc(100% - 100px);
  top: 50px;
  right: -220px;
  color: #fff;
  padding: 16px 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .cont2 .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  display: block;
  text-transform: capitalize;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li.swiper-slide-active {
  z-index: 2;
}
.service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li.swiper-slide-active .cont2 {
  opacity: 1;
}
@media (max-width: 1250px) {
  .service-page .init-1 .container ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .init-1 .container ul li .box .left {
    width: 100%;
  }
  .service-page .init-1 .container ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .service-page .init-1 .container ul li .box .right .cont {
    padding: 20px 0 0;
  }
}
@media (max-width: 1000px) {
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .left {
    display: none;
  }
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .right {
    width: 100%;
  }
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .cont2 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    width: 100%;
  }
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .img img {
    min-height: auto;
  }
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .cont2 .num {
    display: none;
  }
  .service-page .init-2 .contentC .listC3 .init-5 .container .content .right ul li .box .cont2 .title {
    position: relative;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .service-page .init-2 .container .tipsTitleC {
    padding: 20px 10px;
  }
  .service-page .init-2 .container .tipsTitleC .list {
    width: 100%;
  }
}
.contact-page {
  background-color: #f8f6ed;
}
.contact-page .init-1 {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .subImg {
  position: absolute;
  top: 200px;
  left: 0;
  width: 1220px;
  height: 820px;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 180px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: bold;
  font-family: 'mon';
  color: var(--color);
}
.contact-page .init-1 .container .left .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
  line-height: 1.2;
}
.contact-page .init-1 .container .left .share .tips2 {
  font-weight: bold;
  font-family: 'mon';
}
.contact-page .init-1 .container .left .share ul {
  padding-left: 30px;
}
.contact-page .init-1 .container .left .share ul li {
  margin-left: 30px;
}
.contact-page .init-1 .container .left .share ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-page .init-1 .container .left .share ul li a:hover {
  color: var(--color);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact-page .init-1 .container .right {
  width: 50%;
  background-color: var(--white);
  padding: 30px 70px 50px;
  border-radius: 10px;
}
.contact-page .init-1 .container .right form li {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
}
.contact-page .init-1 .container .right form li input,
.contact-page .init-1 .container .right form li textarea {
  background-color: #fff;
  border: 1px solid rgba(7, 24, 15, 0.1);
  border-radius: 30px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form li textarea {
  height: 150px;
  padding: 20px 22px;
}
.contact-page .init-1 .container .right form li .submit {
  width: auto;
  padding: 0 30px;
  background-color: var(--color);
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .init-1 .container .right form li .submit:hover {
  background-color: var(--black);
}
.contact-page .init-1 .container .right form li.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form li.wid-auto {
  width: auto;
}
.contact-page .init-1 .container .listCont {
  width: 100%;
  padding-top: 50px;
}
.contact-page .init-1 .container .listCont .list {
  margin-top: 50px;
  width: 33.33%;
}
.contact-page .init-1 .container .listCont .list .box {
  display: block;
  padding: 45px 25px 40px;
  position: relative;
  background-color: var(--white);
  border-radius: 24px;
  height: 100%;
}
.contact-page .init-1 .container .listCont .list .box .icon {
  display: block;
}
.contact-page .init-1 .container .listCont .list .box .content {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .listCont .list .box .line {
  width: 100%;
  height: 1px;
  background-color: #cdd5dd;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 0;
}
.contact-page .init-1 .container .listCont .list .box .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .init-1 .container .listCont .list .box .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c1cbd5;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contact-page .init-1 .container .listCont .list .box .h4 {
  font-weight: bold;
  font-family: 'mon';
}
.contact-page .init-1 .container .listCont .list .box .arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-page .init-1 .container .listCont .list .box .arrow-box .arrow {
  background-color: #f8f6ed;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}
.contact-page .init-1 .container .listCont .list .box .arrow-box .arrow .circle {
  background-color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.contact-page .init-1 .container .listCont .list .box .arrow-box .arrow .right-top {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed 100%, #f8f6ed);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed 100%, #f8f6ed);
  background-image: -o-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed 100%, #f8f6ed);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #f8f6ed 100%, #f8f6ed);
}
.contact-page .init-1 .container .listCont .list .box .arrow-box .arrow .left-bottom {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed);
  background-image: -o-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #f8f6ed);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #f8f6ed);
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.contact-page .init-1 .container .listCont .list .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-page .init-1 .container .listCont .list .box:hover .line::before {
  width: 100%;
}
.contact-page .init-1 .container .listCont .list .box:hover .line::after {
  background-color: var(--color);
}
.contact-page .init-1 .container .listCont .list .box:hover .arrow-box .arrow .circle {
  background-color: var(--color);
}
.contact-page .init-1 .container .listCont .list .box:hover .arrow-box .arrow .circle img {
  -webkit-filter: invert(1) brightness(5);
  filter: invert(1) brightness(5);
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 40px 20px;
  }
  .contact-page .init-1 .container .listCont .list {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form li {
    width: 100%;
  }
}
.news-page .init-1 .container ul li .box {
  -webkit-box-shadow: -2px 3px 16px 0px transparent;
  box-shadow: -2px 3px 16px 0px transparent;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px rgba(122, 122, 122, 0.21);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  /*background-color: #f8f6ed;*/
}
.news-page .init-1 .container ul li .box .time {
  width: 170px;
  padding-right: 26px;
}
.news-page .init-1 .container ul li .box .time .cont {
  height: 100%;
  z-index: 2;
  position: relative;
}
.news-page .init-1 .container ul li .box .time .cont i {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--color);
  z-index: 2;
  opacity: 0;
}
.news-page .init-1 .container ul li .box .time .cont .line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -26px;
  width: 26px;
  height: 2px;
  background: #6a6a6a;
  z-index: -1;
}
.news-page .init-1 .container ul li .box .time .cont .y {
  font-weight: bold;
  text-align: center;
  font-family: 'mon';
  line-height: 1;
}
.news-page .init-1 .container ul li .box .time .cont .m {
  text-align: center;
  line-height: 1;
}
.news-page .init-1 .container ul li .box .textC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 58%;
  padding: 20px 60px;
}
.news-page .init-1 .container ul li .box .textC .title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-family: 'mon';
}
.news-page .init-1 .container ul li .box .textC .des {
  color: #6a6a6a;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-page .init-1 .container ul li .box .rightC {
  width: -webkit-calc(-128%);
  width: -moz-calc(-128%);
  width: calc(42% - 170px);
  display: block;
}
.news-page .init-1 .container ul li .box .rightC img {
  width: 100%;
      object-fit: cover;
    max-height: 320px;
}
.news-page .init-1 .container ul li .box:hover {
  -webkit-box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  border: solid 1px transparent;
}
.news-page .init-1 .container ul li .box:hover .time .cont {
  background: var(--color);
  color: #fff;
}
.news-page .init-1 .container ul li .box:hover .time .cont i {
  opacity: 1;
}
.news-page .init-1 .container ul li .box:hover .time .cont .line {
  background-color: var(--color);
}
.news-page .init-1 .container ul li .box:hover .textC .title {
  color: var(--color);
}
.news-page .init-1 .container ul li:nth-child(2n) .time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 26px;
}
.news-page .init-1 .container ul li:nth-child(2n) .time .cont i {
  right: unset;
  left: -20px;
  -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: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.news-page .init-1 .container ul li:nth-child(2n) .time .cont .line {
  right: unset;
  left: -26px;
}
.news-page .init-1 .container ul li:nth-child(2n) .rightC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.newdet-page .init-1 .container .content {
  background-color: #f8f6ed;
  padding: 80px 120px;
}
.newdet-page .init-1 .container .content .title {
  font-weight: bold;
  font-family: 'mon';
  text-align: center;
}
.newdet-page .init-1 .container .content .time {
  text-align: center;
}
.newdet-page .init-1 .container .content .cat {
  text-align: center;
}
.newdet-page .init-1 .container .content .des {
  color: #6a6a6a;
}
.newdet-page .init-1 .container .content .m-link a span {
  color: #9f9d97;
  display: block;
}
.newdet-page .init-1 .container .content .m-link a .i {
  text-transform: uppercase;
}
.newdet-page .init-1 .container .content .m-link a .t {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-weight: 100;
}
.newdet-page .init-1 .container .content .m-link .right {
  text-align: right;
  margin-left: auto;
}
.newdet-page .init-1 .container .content .formC .tipsTitle {
  font-weight: bold;
  font-family: 'mon';
}
.newdet-page .init-1 .container .content .formC .tipsDes em {
  color: #d7000f;
}
.newdet-page .init-1 .container .content .formC form {
  font-weight: bold;
}
.newdet-page .init-1 .container .content .formC form .content {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
}
.newdet-page .init-1 .container .content .formC form input {
  width: -webkit-calc(0.33%);
  width: -moz-calc(0.33%);
  width: calc(33.33% - 33px);
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
  background-color: #f8f6ed;
}
.newdet-page .init-1 .container .content .formC form .btnC {
  width: 100%;
}
.newdet-page .init-1 .container .content .formC form .btnC .btn {
  font-weight: bold;
  font-family: 'mon';
  text-transform: uppercase;
  background: #eede8b;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  min-width: 126px;
  text-align: center;
  border-radius: 10px;
}
.newdet-page .init-1 .container .content .formC form .btnC .btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: #fff;
  background-color: var(--black);
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box .rightC {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 26px;
  }
  .news-page .init-1 .container ul li:nth-child(2n) .time {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .news-page .init-1 .container ul li .box .textC {
    width: 100%;
    padding: 20px 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .news-page .init-1 .container ul li .box .time .cont {
    padding: 10px;
  }
  .news-page .init-1 .container ul li .box .time .cont i {
    right: unset;
    left: -20px;
    -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: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .news-page .init-1 .container ul li .time .cont .line {
    right: unset;
    left: -26px;
  }
  .newdet-page .init-1 .container .content {
    padding: 40px 20px;
  }
}
@media (max-width: 700px) {
  .newdet-page .init-1 .container .content .formC form input {
    width: 100%;
  }
}


.newdet-page .init-1 .container .content .des p {
    padding: 8px 0;
    font-size: 17px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .content .des p img.wscnph {
    width: 49%;
    padding: 20px 15px;
}

.contact-page .init-1 .container .listCont .list .box .icon {
    overflow: hidden;
}

.contact-page .init-1 .container .listCont .list .box .icon img {
    filter: drop-shadow(0 -100px #eede8b);
    position: relative;
    top: 100px;
}

#index-body .init-1 .container .tipsTitle p {
    text-transform: uppercase;
}
.about-page .init-1 .container .content .left .tips p {
    font-weight: 300;
}

/*.inner-banner1.cp .textC .cat {
    padding: 10px 25px;
    font-weight: bold;
}

.inner-banner1.cp .catDes {
    line-height: 1.8;
}*/

.inner-banner1.cp .textC {
    margin-top: -300px;
}

.service-page .init-1 .container ul li.yddrq .box .left .dotbox{
	position: absolute;
	cursor: pointer;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox:before{
	content:'';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:#e1d999;
	position: relative;
	z-index: 4;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox:after{
	content:'';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: rgba(255,255,255,.4);
	animation: dotanmi 1.6s infinite;
	border-radius: 50%;
  transform: translate(-50%,-50%);
	z-index: 2;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox .conbox{
    position: absolute;
    left: -190px;
    width: 180px;
    z-index: 20;
    top: -65px;
    display: none;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.active .conbox{
	display: block;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox .conbox:before{
	content: '';
	position: absolute;
	right: -9px;
	top: 39.4%;
	width: 9px;
	height: 10px;
	background: url(../images/arr-sj.png) center no-repeat;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox .conbox p{
	background: #fff;
	text-align: center;
	padding: 10px 15px;

	font-size: 14px;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot1{

  	right:80%;
	top: 20%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot2{
    left: 31%;
    bottom: 34%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot3{
	left:55%;
	top: 29%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot4{
	left:51.5%;
	bottom: 40.5%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot5{
	left:23.5%;
	top: 30%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot6{
    right: 77%;
    top: 44%;
}
.service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot7{
    right: 67%;
    bottom: 19%;
}
@keyframes dotanmi
{
    from {
    	width:0;
    	height: 0;
    	margin: 0;
    }
    to {
		width:22px;
    	height: 22px;
    }
}

@media (max-width: 1000px) {
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot1 .conbox{
    right: -190px;
    left: unset;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot1 .conbox::before{
    left: -9px;
    right: unset;
    transform: rotateY(180deg);
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot2 .conbox{
    right: -190px;
    left: unset;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot2 .conbox::before{
    left: -9px;
    right: unset;
    transform: rotateY(180deg);
  }

  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot5 .conbox{
    left: 25px;
    right: unset;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot5 .conbox::before{
    left: -9px;
    right: unset;
    transform: rotateY(180deg);
  }

  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot6 .conbox{
    left: 25px;
    right: unset;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot6 .conbox::before{
    left: -9px;
    right: unset;
    transform: rotateY(180deg);
  }

  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot7 .conbox{
    left: 25px;
    right: unset;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot7 .conbox::before{
    left: -9px;
    right: unset;
    transform: rotateY(180deg);
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox .conbox{
    width: 150px;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot2 .conbox{
    right: -160px;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot3 .conbox{
    left: -160px;
  }
  .service-page .init-1 .container ul li.yddrq .box .left .dotbox.dot4 .conbox{
    left: -160px;
  }
}

.service-page .init-1 .container ul li.yddrq .box .left .dotbox.active .conbox img {
    border-radius: 0;
}