@font-face {
  font-family: 'Clash';
  src: url('../fonts/ClashDisplay-Bold.eot');
  src: url('../fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash';
  src: url('../fonts/ClashDisplay-Semibold.eot');
  src: url('../fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash';
  src: url('../fonts/ClashDisplay-Medium.eot');
  src: url('../fonts/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  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: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.clash {
  font-family: 'Clash';
}
.mont {
  font-family: 'Montserrat';
}
.bold {
  font-weight: bold;
}
.semiBold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #1f8f47;
  height: auto;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  padding: 13px 0 3px;
}
#header > .nav .f-top .container .txt {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0d0d0d;
  padding-top: 8px;
  padding-bottom: 8px;
}
#header > .nav .f-top .container .txt span {
  border-bottom: 1px solid #595e63;
}
#header > .nav .f-top .container .search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 2;
}
#header > .nav > .menu {
  padding-bottom: 20px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 38px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid transparent;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #111;
  text-transform: capitalize;
  padding: 8px 17px 8px 11px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  margin-right: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  color: #111;
  line-height: 1;
  margin-right: 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  display: inline-block;
  border-radius: 23px;
  background-color: var(--color);
  padding: 14px 32px;
  cursor: pointer;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.innerNav > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0);
  background-color: #fff;
}
#header.active > .nav .f-top .container .txt,
#header.innerNav > .nav .f-top .container .txt {
  background-color: #f9f7f4;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.innerNav > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont,
#header.innerNav > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-color: #d9d9d9;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.container {
  width: 1780px;
  padding: 0 15px;
}
.baseBtn {
  background-color: #ffffff;
  border-radius: 21px;
  color: #454545;
  padding: 10px 23px;
}
.baseBtn:hover {
  background-color: var(--color);
  color: #fff;
}
.baseBtn:hover img {
  filter: brightness(4);
}
.hide {
  display: none;
}
#banner {
  position: relative;
}
#banner ul li .container {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
#banner ul li .container .content .left {
  width: 39%;
}
#banner ul li .container .content .left .clash {
  line-height: 1.04;
}
#banner ul li .container .content .left .txt {
  width: 80%;
  line-height: 1.375;
}
#banner .cards {
  right: 2%;
  bottom: 8%;
  width: 438px;
  background-color: #fff;
  border-radius: 10px;
}
#banner .cards .backImg {
  width: 116px;
  height: 87px;
}
#banner .cards .text {
  color: #282828;
  line-height: 1.42;
}
#banner .cards .next {
  border-left: 1px solid #cccccc;
  cursor: pointer;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .baseBtn {
  background-color: #eaeaea;
}
#index-body .init-1 .container .baseBtn:hover {
  background-color: var(--color);
}
#index-body .init-1 .container .Tag {
  color: #9e9e9e;
}
#index-body .init-1 .container .top {
  border-bottom: 1px solid #e1e1e1;
}
#index-body .init-1 .container .bottom .left .text {
  color: #7f7f7f;
}
#index-body .init-1 .container .bottom .left h4.medium {
  color: #999;
}
#index-body .init-1 .container .bottom .left .number-Plus li {
  background-color: #f2f0f0;
  border-radius: 30px;
  transition: all 0.3s;
}
#index-body .init-1 .container .bottom .left .number-Plus li p.medium {
  color: #666;
  transition: all 0.3s;
}
#index-body .init-1 .container .bottom .left .number-Plus li:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-1 .container .bottom .left .number-Plus li:hover p.medium {
  color: #fff;
}
#index-body .init-1 .container .bottom .right {
  overflow: hidden;
}
#index-body .init-1 .container .bottom .right .imgs {
  padding-top: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init-1 .container .bottom .right .imgs > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
#index-body .init-1 .container .bottom .right .imgs > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f4f4f4;
  border-radius: inherit;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(2)::after {
  background-color: #e7e7e7;
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(3) {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  transform: scale(0.64);
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(3)::after {
  background-color: #ddd;
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(4) {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
#index-body .init-1 .container .bottom .right .imgs > div:nth-of-type(4)::after {
  background-color: #f4f4f4;
}
#index-body .init-1 .container .bottom .right .imgs > div > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index-body .init-1 .container .bottom .right .imgs > div:hover::after {
  opacity: 0;
}
#index-body .init-1 .container .bottom .right .imgs > div:hover > div {
  opacity: 1;
}
#index-body .init-1 .container .bottom .right .imgs i {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  pointer-events: none;
}
#index-body .init-1 .container .bottom .right .imgs i::after,
#index-body .init-1 .container .bottom .right .imgs i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(31, 143, 71, 0.35);
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: -1;
}
#index-body .init-1 .container .bottom .right .imgs i::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-1 .container .bottom .right .imgs i:nth-of-type(2) {
  bottom: 36%;
}
#index-body .init-1 .container .bottom .right .imgs i:nth-of-type(3) {
  bottom: 100%;
}
#index-body .init-2 ul.bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 ul.bg li {
  width: 100%;
  height: 100%;
}
#index-body .init-2 ul.bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .left {
  vertical-align: middle;
  color: #fff;
}
#index-body .init-2 .left .item p.txt {
  line-height: 1.375;
}
#index-body .init-2 .right ul li .box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
}
#index-body .init-2 .right ul li .box img {
  margin-left: auto;
  display: block;
}
#index-body .init-2 .right ul li.active .box {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-2 .right ul li.active .box img {
  filter: grayscale(2) brightness(3);
  -webkit-filter: grayscale(2) brightness(3);
}
#index-body .init-3 .top .tag {
  color: #7f7f7f;
}
#index-body .init-3 .top .baseBtn {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  padding: 9px 65px;
}
#index-body .init-3 .top .baseBtn:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init-3 .top .baseBtn:hover img {
  filter: invert(1) brightness(2);
  -webkit-filter: invert(1) brightness(2);
}
#index-body .init-3 .bottom li .box {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
#index-body .init-3 .bottom li .box .boxImg {
  display: block;
  margin: auto;
  width: 83%;
}
#index-body .init-3 .bottom li .box .txtBox i.line {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(193, 193, 193, 0.1) 5%, #c1c1c1 50%, rgba(193, 193, 193, 0.1) 95%);
}
#index-body .init-3 .bottom li .box .txtBox .titl:hover {
  color: var(--color);
}
#index-body .init-3 .bottom li .box .txtBox .txt {
  line-height: 1.7;
}
#index-body .init-3 .bottom li .box .txtBox .Hbtn {
  text-decoration: underline;
}
#index-body .init-3 .bottom li .box .txtBox .Hbtn:hover {
  color: var(--color);
}
#index-body .init-4 .titl {
  color: #191919;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .init-4 .tag {
  width: 36%;
  color: rgba(0, 0, 0, 0.78);
}
#index-body .init-4 .bottom .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  width: 100%;
  height: 823px;
}
#index-body .init-4 .bottom .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s linear;
  width: calc(10% - 30px);
  border-radius: 30px;
  background-size: auto 100%;
}
#index-body .init-4 .bottom .options .option.active {
  width: 65%;
  max-width: 1150px;
}
#index-body .init-4 .bottom .options .option.active .label {
  left: 50px;
}
#index-body .init-4 .bottom .options .option.active .label .info {
  width: calc(100% - 185px);
  opacity: 1;
  margin-left: 30px;
}
#index-body .init-4 .bottom .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
#index-body .init-4 .bottom .options .option:not(.active) .shadow {
  bottom: 0px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
#index-body .init-4 .bottom .options .option .label {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100px;
  transition: all 0.5s linear;
  bottom: 43px;
  left: 35px;
  width: calc(100% - 70px);
  z-index: 3;
}
#index-body .init-4 .bottom .options .option .label .icon {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
}
#index-body .init-4 .bottom .options .option .label .info {
  width: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
#index-body .init-4 .bottom .options .option .label .info .sub {
  transition-delay: 0.1s;
}
#index-body .init-4 .bottom .options .option a.bgA {
  display: block;
  width: 100%;
  height: 100%;
}
#index-body .init-5 {
  background-color: #fafafa;
}
#index-body .init-5 .left .img img {
  border-radius: 15px;
}
#index-body .init-5 .right {
  height: 800px;
}
#index-body .init-5 .right .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init-5 .right .swiper ul li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.38);
}
#index-body .init-5 .right .swiper ul li .swiperR .titl {
  line-height: 1.17;
}
#index-body .init-5 .right .swiper ul li .swiperR .titl:hover {
  color: var(--color);
}
#index-body .init-5 .right .swiper ul li .swiperR .txt {
  line-height: 1.375;
}
#index-body .init-5 .right .swiper ul li .swiperR .baseBtn {
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px 73px;
}
#index-body .init-5 .right .swiper ul li .swiperR .baseBtn:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init-5 .right .swiper ul li .swiperR .baseBtn:hover img {
  filter: invert(1) brightness(2);
  -webkit-filter: invert(1) brightness(2);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1b1b1b;
  color: #fff;
}
#footer .topF .left {
  width: 370px;
}
#footer .topF .left .form form input {
  background-color: transparent;
  padding-left: 11px;
  padding-bottom: 12px;
  padding-top: 20px;
  margin-bottom: 2px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
}
#footer .topF .left .form form input::placeholder { 
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
#footer .topF .left .form form input.inquery {
  margin-top: 37px;
  padding: 4px 0;
  border: solid 1px #b0b0b0;
}
#footer .topF .left .form form input.inquery:hover {
  background-color: var(--color);
  border: solid 1px var(--color);
}
#footer .topF .right .titl {
  line-height: 1.33;
}
#footer .topF .right ul.lists .list p.regular:last-child {
  margin-bottom: 0;
}
#footer .topF .right ul.lists .list p.regular a {
  transition: all 0.3s linear;
}
#footer .topF .right ul.lists .list p.regular a:hover {
  color: var(--color);
}
#footer .topF .right ul.lists .list3 {
  max-width: 485px;
}
#footer .topF .right ul.lists .list3 .regular span {
  line-height: 1.375;
  display: inline-block;
  width: calc(100% - 28px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  border-top: 1px solid #3d3d3d;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 22px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1680px;
  }
  #index-body .init-2 .right {
    width: 28%;
  }
  #index-body .init-4 .bottom .options .option {
    margin: 0 10px;
  }
  #index-body .init-4 .bottom .options .option .label .icon {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .left .item p.txt {
    width: 94%;
  }
  #index-body .init-4 .tag {
    width: 40%;
  }
  #index-body .init-4 .bottom .options .option.active {
    width: 58%;
  }
  #index-body .init-5 .right {
    height: 660px;
  }
  #index-body .init-5 .right .swiper ul li .swiperR {
    width: 85%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
    padding: 8px 10px;
  }
  #header > .nav > .menu .menu-box .right .formBtn {
    padding: 14px 22px;
  }
  #banner ul li .container .content .left {
    width: 50%;
  }
  #index-body .init-2 .left .item p.txt {
    width: 100%;
  }
  #index-body .init-2 .right {
    width: 33%;
  }
  #index-body .init-4 .tag {
    width: 47%;
  }
  #index-body .init-4 .bottom .options {
    height: 690px;
  }
  #index-body .init-4 .bottom .options .option.active {
    width: 50%;
  }
  #index-body .init-4 .bottom .options .option.active .label .info {
    width: calc(100% - 130px);
  }
  #index-body .init-5 .right {
    height: 615px;
  }
  #footer .topF .right {
    width: 65%;
  }
  #footer .topF .right ul.lists .list3 {
    width: 57%;
  }
}
@media (max-width: 1250px) {
  #banner ul li .container {
    bottom: 45px;
  }
  #banner ul li .container .content .left {
    width: 65%;
  }
  #index-body .init-2 .right {
    width: 40%;
  }
  #index-body .init-4 .tag {
    width: 59%;
  }
  #index-body .init-4 .bottom .options {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: normal;
  }
  #index-body .init-4 .bottom .options .option {
    width: calc(50% - 20px);
    margin: 10px;
  }
  #index-body .init-4 .bottom .options .option a.bgA {
    background-color: rgba(0, 0, 0, .5);
  }
  /*#index-body .init-4 .bottom .options .option::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    left: 0;
    top: 0;
    z-index: 2;
  }*/
  #index-body .init-4 .bottom .options .option.active {
    width: calc(50% - 20px);
  }
  #index-body .init-4 .bottom .options .option.active .label {
    left: 20px;
    bottom: 20px;
  }
  #index-body .init-4 .bottom .options .option.active .label .info {
    margin-left: 10px;
    width: calc(100% - 105px);
  }
  #index-body .init-4 .bottom .options .option:not(.active) {
    flex-grow: 0;
  }
  #index-body .init-4 .bottom .options .option:not(.active) .label {
    left: 20px;
    bottom: 20px;
  }
  #index-body .init-4 .bottom .options .option:not(.active) .label .info {
    margin-left: 10px;
    width: calc(100% - 105px);
    opacity: 1;
  }
  #index-body .init-5 .right {
    height: 480px;
  }
  #index-body .init-5 .right .swiper ul li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .topF .right {
    width: calc(100% - 380px);
  }
  #footer .topF .right ul.lists .list2 {
    display: none;
  }
  #footer .topF .right ul.lists .list3 {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  #banner .cards {
    bottom: 5%;
  }
  #banner ul li .container {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  #banner ul li .container .content .left {
    width: 100%;
  }
  #banner ul li .container .content .left .txt {
    width: 100%;
  }
  #index-body .init-1 .container .top .baseBtn {
    margin-top: 20px;
  }
  #index-body .init-2 .right {
    margin-top: 50px;
  }
  #index-body .init-3 .top .baseBtn {
    margin-top: 30px;
  }
  #index-body .init-4 .tag {
    width: 100%;
  }
  #index-body .init-4 .bottom .options {
    height: 1200px;
    min-width: 100%;
  }
  #index-body .init-4 .bottom .options .option {
    width: 100%;
  }
  #index-body .init-4 .bottom .options .option.active {
    width: 100%;
  }
  #index-body .init-4 .bottom .options .option .label {
    flex-wrap: wrap;
    height: auto;
    width: 90%;
  }
  #index-body .init-4 .bottom .options .option .label .icon {
    width: 80px;
    height: 80px;
  }
  #index-body .init-4 .bottom .options .option .label .info {
    width: 100% !important;
    margin-top: 10px;
  }
  #index-body .init-5 .right {
    margin-top: 40px;
    height: 455px;
  }
  #footer .topF .left {
    width: 50%;
  }
  #footer .topF .right {
    width: 49%;
  }
  #footer .topF .right ul.lists .list1 {
    display: none;
  }
  #footer .topF .right ul.lists .list3 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .cards {
    display: none;
  }
  .baseBtn {
    padding: 5px 15px;
  }
  #index-body .init-1 .container .bottom .left .number-Plus li .box {
    text-align: center;
  }
  #index-body .init-5 .right .swiper ul li {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #index-body .init-5 .right .swiper ul li .swiperR {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  #index-body .init-5 .right .swiper ul li .swiperR .baseBtn {
    padding: 8px 25px;
  }
  #footer .topF {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #footer .topF .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .topF .right {
    width: 100%;
  }
  #footer .topF .right ul.lists .list3 {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  #footer .topF .left .form form input {
    width: 100%;
  }
}

/*solution*/

.app-page .app-1 .appmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.app-page .app-1 .appmain .column {
  width: 50%;
}
.app-page .app-1 .appmain .column.right {
  width: 47%;
}
.app-page .app-1 .appmain .column .slickBtn div {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}
.app-page .app-1 .appmain .column .slickBtn div.prev {
  left: 10px;
}
.app-page .app-1 .appmain .column .slickBtn div.next {
  right: 10px;
}
.app-page .app-1 .appmain .column .slickBtn div:hover {
  background-color: #000;
}

.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
}

.app-page .app-1 .appmain .text h6 {
  text-transform: uppercase;
}

.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
}

.app-page .app-1 .appmain .text p {
  line-height: 2;
}
@media screen and (max-width: 1400px){
  .app-page .app-1 .appmain .text .content {
    max-height: 200px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 .appmain .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .app-page .app-1 .appmain .right .text {
    margin: 15px auto;
  }
}
@media screen and (max-width: 700px){
  
  .app-page .app-1 .appmain {
    margin-top: 20px;
  }

  .app-page .app-1 .appmain:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .app-page .app-1 .appmain .left {
    width: 100%;
    margin-top: 20px;
  }

  .app-page .app-1 .appmain .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .app-page .app-1 .appmain .right .text {
    padding: 0;
    margin-left: 0;
  }
}

.mbx {
  width: 100%;
  left: 0;
  top: 150px;
  padding: 9px 0;
}
.mbx i {
  color: var(--color);
}
.inner-banner {
  min-height: 146px;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 40%;
}
.inner-banner .down {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: auto;
  }
  .mbx {
    position: static;
  }
  .mbx.poa {
    display: none;
  }
}
@media (max-width: 1000px){
  .inner-banner .down {
    display: none;
  }
}
/*product*/

.m-page {
  text-align: center;
}

.m-page span,
.m-page a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.m-page span {
  color: #FFFFFF;
  background-color: var(--color);
}

.product-1 .box {
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 20px 20px 0 0;
}
.product-1 .text {
  line-height: 1.5;
  max-height: 70px;
  overflow-y: auto;
}

.product-2 .left {
  position: sticky;
  top: 150px;
}

.product-2 .search {
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.product-2 .search > input[type="text"] {
  background-color: transparent;
  border: none;
  line-height: 2;
  text-indent: 0;
  padding: 5px 0;
}
.product-2 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
}
.product-2 .catelist > ul > li a {
  border-radius: 5px;
}
.product-2 .catelist > ul > li.active > a {
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
  box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
}
.product-2 .catelist > ul > li.active ul {
  display: block;
}
.product-2 .catelist > ul > li ul {
  display: none;
}
.product-2 .catelist > ul > li li {
  border-bottom: 1px solid #ccc;
}
.product-2 .catelist > ul > li li.active {
  color: var(--color);
  border-color: var(--color);
}
.baseProBox {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
  box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
}
@media (max-width: 1000px) {
  .product-1 .left img {
    display: block;
  }
  .product-1 .text {
    min-height: auto;
  }
  .product-2 .left {
    display: none;
  }
}
.seoPublic .title {
  font-family: 'Clash';
}
.prodet-page .prodet-1 .container {
  max-width: 1300px;
}
.prodet-1 .left .big img {
  /*width: 55%;*/
}
.prodet-1 .left img {
  width: 100%;
  border: 1px solid #e3e3e3;
  display: block;
  margin: auto;
}
.prodet-1 .left .small {
  margin-top: 28px;
}
.prodet-1 .left .small ul {
  margin: -14px;
}
.prodet-1 .left .small li {
  padding: 14px;
}
.prodet-1 .left .small .img {
  position: relative;
}
.prodet-1 .left .small .img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 10px;
  background-color: var(--color);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
}
.prodet-1 .left .small .img::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--color);
  opacity: 0;
}
.prodet-1 .left .small .slick-current .img::before {
  opacity: 1;
}
.prodet-1 .left .small .slick-current .img::after {
  opacity: 1;
}
.prodet-1 .right h1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.prodet-1 .right .content {
  line-height: 1.5;
  max-height: 12em;
  overflow-y: auto;
}
.prodet-1 .right .btns a {
  border: 2px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-1 .right .btns a .icon {
  width: 67px;
  background-color: var(--color);
}
.prodet-1 .right .btns a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-1 .right .social-links a {
  color: var(--color);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.prodet-page .prodet-1 .det .titl {
  width: 100%;
  background-color: var(--color);
  color: #fff;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  border-radius: 10px;
}
.prodet-page .prodet-1 .det .titl.active {
  
  background-color: #ededed;
  color: #000;
}
.prodet-page .prodet-1 .det .content1 {
  /*display: none;*/
}
.prodet-page .prodet-1 .det .det4 p {
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.prodet-page .prodet-1 .det .det4 p img {
  width: 99%;
}

.prodet-2 .container {
  max-width: 1300px;
}
.prodet-2 .tit {
  background-color: rgba(231, 231, 231, 0.75);
  border-radius: 9px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-2 .tit.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-2 .tit.active i::before {
  content: "\e7b8";
}
.prodet-2 .tit i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
  font-family: iconfont;
}
.prodet-2 .tit i::before {
  content: "\e768";
}
.prodet-2 .txt {
  display: none;
}
.baseTag {
  color: var(--color);
  letter-spacing: .2em;
}
.prodet-3 .line {
  border-bottom: 1px solid #b2b2b2;
}
.prodet-3 .Tit span {
  color: var(--color);
}

.prodet-3 .left {
  position: sticky;
  top: 150px;
}

.prodet-3 .form ul {
  margin: -5px -15px;
}
.prodet-3 .form li {
  padding: 5px 15px;
}
.prodet-3 .form input,
.prodet-3 .form select,
.prodet-3 .form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  background-color: #eeeeee;
}
.prodet-3 .form select {
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
}
.prodet-3 .form label {
  color: #737373;
  margin: 5px 0;
}
.prodet-3 .form input[type="submit"] {
  width: auto;
  background-color: transparent;
  padding: 0;
  color: #737373;
}
.prodet-4 .line {
  height: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
}
.prodet-4 .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: var(--color);
}
.prodet-4 .list .slick-list {
  padding-right: 6%;
}
.prodet-4 .list li {
  margin: 15px 0;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}



@media (max-width: 1000px) {
  .prodet-3 .left {
    position: static;
  }
}

@media (max-width: 700px) {
  .prodet-4 .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*resource*/

.resource-1 .box {
  position: relative;
}
.resource-1 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.resource-1 .right {
  width: 360px;
}
.resource-1 .search {
  background-color: #f5f7fa;
  border-radius: 10px;
}
.resource-1 .search input {
  border: 0;
  background-color: transparent;
  width: 100%;
}
.resource-1 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.resource-1 .nav li {
  opacity: .75;
  border-bottom: 2px solid transparent;
}
.resource-1 .nav li.active {
  opacity: 1;
  border-color: var(--color);
}
.resource-1 .list .file {
  background-color: #f5f7fa;
  border-radius: 13px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .list .file .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file:hover {
  background-color: var(--color);
}
.resource-1 .list .file:hover .name {
  color: #FFFFFF;
}
.resource-1 .list .file:hover .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq li.active .faqbox {
  background-color: var(--color);
}
.resource-1 .faq li.active .faqbox .name {
  color: #FFFFFF;
}
.resource-1 .faq li.active .faqbox .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq .faqbox {
  background-color: #f5f7fa;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .faq .faqbox .name {
  color: #666666;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .faq .faqbox .text {
  color: #FFFFFF;
  display: none;
}
.resource-1 .faq .faqbox .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
/*about*/
.about_public_nav {
  background-color: #f9f9f9;
  padding: 25px 0;
  text-align: center;
  font-family: 'Clash';
}
.about_public_nav .container .list {
  padding: 5px 50px;
  width: auto;
}
.about_public_nav .container .list a {
  display: inline-block;
  position: relative;
  color: #838383;
}
.about_public_nav .container .list a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid #458b63;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.about_public_nav .container .list a:hover,
.about_public_nav .container .list a.active {
  color: #458b63;
}
.about_public_nav .container .list a:hover::before,
.about_public_nav .container .list a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
@media (max-width: 1250px){
  .about_public_nav {
    display: none;
  }
}
.max-1350 {
    max-width: 1350px;
}
.about-page .init-1 .container .tips {
  font-weight: 600;
  max-width: 860px;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
}
.about-page .init-1 .container .video {
  margin-top: 30px;
}
.about-page .init-1 .container .video video {
  display: block;
  max-height: 700px;
  margin: auto;
}
.about-page .init-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #9e9e9e;
}
.about-page .init-2 .container .left {
  width: 350px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
}
.about-page .init-2 .container .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
}
.about-page .init-3 {
  margin-top: 90px;
  padding: 80px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
  max-width: 940px;
}
.about-page .init-3 .container .list img {
  width: 56px;
  height: 56px;
}
.about-page .init-3 .container .list .cont {
  color: #fff;
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 35px;
}
.about-page .init-3 .container .list .cont .title {
  font-weight: 500;
}
.about-page .init-3 .container .list .cont .des {
  color: #c6c6c6;
  margin-top: 16px;
}
.about-page .init-3 .container .list:first-child {
  margin-top: 0;
}
.about-page .init-4 {
  text-align: center;
}
.about-page .init-4 .container .tips_des {
  max-width: 770px;
  color: #8e8e8e;
  margin: 10px auto 0;
}
.about-page .init-4 .container .list_cont {
  margin: 30px -50px 0;
  text-align: left;
}
.about-page .init-4 .container .list_cont .list {
  text-align: center;
  padding: 0 50px;
}
.about-page .init-4 .container .list_cont .list .box .img_c {
  position: relative;
  overflow: hidden;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(31, 143, 71, 0.8);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  padding: 6px 30px;
  border: 1px solid #fff;
}
.about-page .init-4 .more_cont:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.about-page .init-4 .more_cont span {
  position: relative;
  z-index: 2;
}
.about-page .init-4 .more_cont:hover:before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more::before {
  background-color: var(--color);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more:hover {
  color: #fff;
}
.about-page .init-4 .container .list_cont .list .box .num {
  color: var(--color);
  font-weight: 500;
  margin-top: 50px;
}
.about-page .init-4 .container .list_cont .list .box .line {
  margin: 8px auto 0;
  width: 24px;
  height: 1px;
  background-color: #dcdcdc;
}
.about-page .init-4 .container .list_cont .list .box .title {
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-page .init-4 .container .list_cont .list .box:hover .img_c .shadow {
  top: 0;
}
.about-page .init-5 {
  padding: 110px 0 150px 0;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}
.about-page .init-5 .container .sub_img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 910px;
}
.about-page .init-5 .container .tips {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .slickBtn{
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
} 
.about-page .init-5 .container .slickBtn .btn{
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: all .5s;
}
.about-page .init-5 .container .slickBtn .btn.slick-disabled{
  opacity: .4;
}
.about-page .init-5 .container .slickBtn .btn i{
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .slickBtn .btn:hover{
  color: var(--color);
  border-color: var(--color);
}
.about-page .init-5 .container .slickBtn .prev i{
  margin-left: -4px;
}
.about-page .init-5 .container .slickBtn .next i{
  margin-left: 4px;
}
.about-page .init-5 .container .slickBtn .next{
  margin-left: 10px;
}
.about-page .init-5 .container .list_cont {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-top: 80px;
}
.about-page .init-5 .container .list_cont .slick li .box {
  position: relative;
  padding: 0 40px 0 40px;
}
.about-page .init-5 .container .list_cont .slick li .box .year {
  font-weight: 500;
}
.about-page .init-5 .container .list_cont .slick li .box .img {
  position: absolute;
  height: 100%;
  top: 100px;
  left: 0;
  height: 310px;
}
.about-page .init-5 .container .list_cont .slick li .box .cont {
  position: relative;
}
.about-page .init-5 .container .list_cont .slick li .box .cont .title {
  font-weight: 500;
  margin-top: 10px;
}
.about-page .init-5 .container .list_cont .slick li .box .cont .des {
  margin-top: 40px;
  opacity: 0;
  padding-right: 2px;
  overflow-y: auto;
  height: 255px;
}
.about-page .init-5 .container .list_cont .slick li .box:hover .cont .des{
  opacity: 1;
}
.about-page .init-6 {
  text-align: center;
}
.about-page .init-6 .container .tips {
  font-weight: 500;
}
.about-page .init-6 .container .tips_des {
  margin: 10px auto 0;
  max-width: 800px;
}
.about-page .init-6 .container .list_cont {
  margin: 20px -70px 0;
}
.about-page .init-6 .container .list_cont .list {
  margin-top: 30px;
  padding: 0 70px;
}
.about-page .init-6 .container .list_cont .list .box {
  display: block;
}
.about-page .init-6 .container .list_cont .list .box img {
  width: 100%;
}
.about-page .init-7 {
  background-color: #f9f9f9;
}
.about-page .init-7 .container .title_c .left {
  font-weight: 500;
  width: 350px;
  padding-right: 10px;
}
.about-page .init-7 .container .title_c .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.about-page .init-7 .container .list_cont {
  margin: 40px -10px 0;
}
.about-page .init-7 .container .list_cont .list {
  padding: 10px;
}
.about-page .init-7 .container .list_cont .list a {
  display: block;
}
.about-page .init-7 .container .list_cont .list a img {
  width: 100%;
}
.about-page .init-7 .container .list_cont .list .des{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.about-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.about-page .init-8 .container .tips_des {
  color: #8e8e8e;
  max-width: 750px;
  text-align: center;
  margin: 10px auto 0;
}
.about-page .init-8 .container .list_cont .list {
  padding: 0 5px;
  margin-top: 40px;
}
.about-page .init-8 .container .list_cont .list a {
  display: block;
}
.about-page .init-8 .container .list_cont .list a img {
  width: 100%;
}
@media (max-width: 1250px){
  .about-page .init-6 .container .list_cont .list {
    padding: 0 20px;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    padding: 6px 20px;
  }
}
@media (max-width: 1000px){
   .about-page .init-4 .container .list_cont {
    margin: 30px -10px 0;
  }
  .about-page .init-4 .container .list_cont .list {
    padding: 0 10px;
  }
  .about-page .init-5 {
    text-align: center;
  }
  .about-page .init-5 .container .slickBtn{
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
  }
  .about-page .init-5 .container .sub_img {
    display: none;
  }
  .about-page .init-5 .container .list_cont .slick li .box {
    padding: 0 10px;
  }
  .about-page .init-5 .container .list_cont .slick li .box .cont {
    height: auto;
  }
  .about-page .init-5 .container .list_cont .slick li .box .cont .des{
    opacity: 1;
  }
  .about-page .init-5 .container .list_cont .slick li .box .img {
    display: none;
  }
  .about-page .init-6 .container .list_cont {
    margin: 20px -10px 0;
  }
  .about-page .init-6 .container .list_cont .list {
    padding: 0 10px;
  }
}
@media (max-width: 700px){
  .about-page .init-4 .container .list_cont .list {
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px){
  
  .about-page .init-2 .container {
    padding-bottom: 40px;
  }
  .about-page .init-3 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .about-page .init-3 .container .list {
    text-align: center;
  }
  .about-page .init-3 .container .list .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    min-width: 200px;
  }
  .about-page .init-4 .container .list_cont .list .box .num {
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .title {
    margin-top: 10px;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 20px;
    padding: 0;
  }
  .about-page .init-6 .container .list_cont {
    margin-top: 0;
  }
}
/*factory*/

.factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #328256;
}
.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slickBox li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul .slick-track {
  margin: auto;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px){
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px){
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 1000px){
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .factory-page .init-2 .container .list .big_img .slickBox li .box {
    width: 100vw;
    height: auto;
  }
}
@media (max-width: 700px){
   .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media (max-width: 500px) {
    .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img .slickBox li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.inner-page .baseBtn{
  background-color: #ccc;

}
.inner-page .baseBtn:hover {
  background-color: var(--color);
}

.culture-page .init-1 .container .left {
  vertical-align: middle;
}
.culture-page .init-1 .container .left img {
  width: 100%;
}
.culture-page .init-1 .container .right {
  padding-left: 60px;
  vertical-align: middle;
}
.culture-page .init-1 .container .right .tips {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.culture-page .init-1 .container .right .title {
  margin-top: 20px;
}
.culture-page .init-1 .container .right .des {
  color: #8e8e8e;
  margin-top: 30px;
  line-height: 2;
}
.culture-page .init-1 .container .right .line {
  border-bottom: 1px solid #e1e1e1;
}
.culture-page .init-2 {
  background-color: #f9f9f9;
}
.culture-page .init-2 .container .tips {
  font-weight: 500;
}
.culture-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.culture-page .init-2 .container .list_cont .list {
  width: 330px;
  padding: 0 10px;
  margin-top: 20px;
}
.culture-page .init-2 .container .list_cont .list .box {
  height: 100%;
  padding: 30px;
  border: 1px solid #000;
}
.culture-page .init-2 .container .list_cont .list .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  border-radius: 10px;
}
.culture-page .init-2 .container .list_cont .list .box .title {
  font-weight: 500;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list .box .des {
  margin-top: 20px;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list1 .box {
  border: none;
  padding-left: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .des {
  max-width: 460px;
  margin-top: 0;
  padding-top: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 44px;
  background-color: #328256;
  border: 1px solid #328256;
}
.culture-page .init-2 .container .list_cont .list1,
.culture-page .init-2 .container .list_cont .list4 {
  width: -webkit-calc(-560%);
  width: -moz-calc(-560%);
  width: calc(100% - 660px);
}
.culture-page .init-3 .container .tips {
  font-weight: 500;
  text-align: center;
}
.culture-page .init-3 .container .tips_des {
  max-width: 650px;
  margin: 10px auto 0;
  color: #8a8a8a;
  text-align: center;
}
.culture-page .init-3 .container .list_cont {
  margin-top: 60px;
}
.culture-page .init-3 .container .list_cont .list {
  background-color: #f9f9f9;
}
.culture-page .init-3 .container .list_cont .list .left {
  position: relative;
  vertical-align: middle;
}
.culture-page .init-3 .container .list_cont .list .left img {
  width: 100%;
}
.culture-page .init-3 .container .list_cont .list .right {
  position: relative;
  vertical-align: middle;
  padding: 40px 70px;
}
.culture-page .init-3 .container .list_cont .list .right .title {
  font-weight: 500;
}
.culture-page .init-3 .container .list_cont .list .right .des {
  color: #878787;
  margin-top: 20px;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
  left: 100%;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
  left: -100%;
}
@media (max-width: 1000px){
  
  .culture-page .init-1 {
    text-align: center;
  }
  .culture-page .init-1 .container .left {
    width: 100%;
  }
  .culture-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-1 .container .right .title {
    margin-top: 60px;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 50%;
  }
  .culture-page .init-3 .container .list_cont .list .left {
    width: 100%;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
    left: 0;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
    left: 0;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .culture-page .init-1 .container .left img {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
  .culture-page .init-2 .container .tips {
    text-align: center;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    padding: 20px 16px;
  }
}
@media (max-width: 500px) {
  
  .culture-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .culture-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .culture-page .init-2 .container .list_cont {
    margin-top: 0;
  }
  .culture-page .init-2 .container .list_cont .list {
    margin-top: 20px;
  }
  .culture-page .init-2 .container .list_cont .list .box {
    padding: 20px 16px;
  }
  .culture-page .init-2 .container .list_cont .list1 .box {
    padding-top: 0;
  }
  .culture-page .init-3 .container .list_cont {
    margin-top: 40px;
  }
}
/*support*/

.service-page .init-1 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-1 .container .tips_des {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  color: #8a8a8a;
  padding-bottom: 30px;
}
.service-page .init-1 .container .content {
  border-top: 1px solid #d9d9d9;
}
.service-page .init-1 .container .content .partner_title{
  margin-top: 40px;
}
.service-page .init-1 .container .content .partner_title .left{
  width: 340px;
}
.service-page .init-1 .container .content .partner_title .left .tips{
  text-align: left;
}
.service-page .init-1 .container .content .partner_title .left .num{
  color: #d6d6d6;
}
.service-page .init-1 .container .content .partner_title .right{
  width: calc(100% - 340px);
}
.service-page .init-1 .container .content .partner_list{
  margin-top: 10px;
  display: flex;
}
.service-page .init-1 .container .content .partner_list .list{
  width: 180px;
  margin-top: 20px;
  padding: 0 10px;
}

.service-page .init-1 .container .content .partner_list .list.active{
  width: 450px;
}
.service-page .init-1 .container .content .partner_list .list .box{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  height: 100%;
}
.service-page .init-1 .container .content .partner_list .list .box .left{
  text-align: center;
  vertical-align: middle;
  width: 120px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.service-page .init-1 .container .content .partner_list .list .box .left img{
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.service-page .init-1 .container .content .partner_list .list .box .left .text{
  margin-top: 20px;
  font-weight: 500;
}
.service-page .init-1 .container .content .partner_list .list .box .right{
  vertical-align: middle;
  padding-left: 20px;
  transition: opacity .5s;
  opacity: 0;
  transform: scale(0);
  width: 0;
  height: 0;
}
.service-page .init-1 .container .content .partner_list .list.active .box{
  border-bottom: 20px;
}
.service-page .init-1 .container .content .partner_list .list.active .left{
  border: 1px solid #eeeeee;
}
.service-page .init-1 .container .content .partner_list .list.active .box .right{
  display: inline-block;
  transform: scale(1);
  opacity: 1;
   width: calc(100% - 120px);
  height: auto;
}
.service-page .init-1 .container .list_cont {
  margin: 10px -45px 0;
}
.service-page .init-1 .container .list_cont .list {
  padding: 0 45px;
  margin-top: 30px;
  width: 33.33%;
  position: relative;
}
.service-page .init-1 .container .list_cont .list .num {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50px;
}
.service-page .init-1 .container .list_cont .list .cont {
  padding-left: 60px;
}
.service-page .init-1 .container .list_cont .list .cont .title {
  font-weight: 500;
}
.service-page .init-1 .container .list_cont .list .cont .des {
  color: #656565;
  margin-top: 16px;
}
.service-page .init-1 .container .list_cont .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-page .init-1 .container .list_cont .list:hover .num {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .init-2 .container {
  width: 100%;
}
.service-page .init-2 .container .list {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-page .init-2 .container .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-2 .container .list .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  z-index: 2;
}
.service-page .init-2 .container .list:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-page .init-3 .container .left {
  vertical-align: middle;
}
.service-page .init-3 .container .left img {
  width: 100%;
}
.service-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 70px;
}
.service-page .init-3 .container .right .title {
  font-weight: 500;
}
.service-page .init-3 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.service-page .init-3 .container .right .more {
  display: inline-block;
  margin-top: 30px;
  padding: 6px 32px;
  border: 1px solid #245e3e;
}
.service-page .init-4 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-4 .container .tips_des {
  color: #8a8a8a;
  max-width: 900px;
  margin: 16px auto 0;
  text-align: center;
}
.service-page .init-4 .container .content {
  margin: 20px -15px 0;
}
.service-page .init-4 .container .content .list {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .content .list .box {
  position: relative;
  height: 400px;
}
.service-page .init-4 .container .content .list .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-4 .container .content .list .box .shadow {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.74);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .content .list .box .cont {
  overflow-y: hidden;
  position: absolute;
  height: -webkit-calc(30%);
  height: -moz-calc(30%);
  height: calc(100% - 70px);
  top: 128%;
  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%);
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  color: #fff;
  padding-right: 4px;
}
.service-page .init-4 .container .content .list .box .cont .title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-page .init-4 .container .content .list .box .cont .des p {
  margin-top: 9px;
}
.service-page .init-4 .container .content .list .box .cont .des p:first-child {
  margin-top: 0;
}
.service-page .init-4 .container .content .list .box .cont .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 40px;
  border: 1px solid #245e3e;
}
.service-page .init-4 .container .content .list .box:hover .shadow {
  opacity: 1;
}
.service-page .init-4 .container .content .list .box:hover .cont {
  top: 50%;
  overflow-y: auto;
}
.service-page .init-5 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-5 .container .tips_des {
  -webkit-columns: #8a8a8a;
  -moz-columns: #8a8a8a;
  columns: #8a8a8a;
  text-align: center;
  margin-top: 10px;
}
.service-page .init-5 .container .content {
  margin-top: 25px;
}
.service-page .init-5 .container .content .list {
  margin-top: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
.service-page .init-5 .container .content .list .title {
  position: relative;
  padding: 15px 80px 15px 22px;
  font-weight: 500;
  cursor: pointer;
}
.service-page .init-5 .container .content .list .title i {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.service-page .init-5 .container .content .list .title:hover {
  background-color: rgba(50, 130, 86, 0.5);
  color: #fff;
}
.service-page .init-5 .container .content .list .title:hover i {
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active {
  background-color: #328256;
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active i {
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.service-page .init-5 .container .content .list .des {
  padding: 20px 22px;
  color: #828282;
  display: none;
}
.service-page .init-6 .container .cont{
  background: #f9f9f9;
  padding: 40px;
}
.service-page .init-6 .container .cont .left{
  width: 430px;
}
.service-page .init-6 .container .cont .left .play{
  margin-top: 340px;
  text-transform: uppercase;
  cursor: pointer;
}
.service-page .init-6 .container .cont .left .play i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #5c5c66;
  text-align: center;
  line-height: 36px;
  color: #5c5c66;
  margin-left: 18px;
  padding-left: 4px;
}
.service-page .init-6 .container .cont .right{
  width: calc(100% - 430px);
}



.service-page .init-7 .container{
  width: 100%;
}
.service-page .init-7 .container .max-1350{
  margin: auto;
}
.service-page .init-7 .container .list {
  padding: 40px 0 80px 0;
}
.service-page .init-7 .container .list .tips {
  text-align: center;
  font-weight: 500;
}
.service-page .init-7 .container .list img {
  width: 100%;
}
.service-page .init-7 .container .list .img-box {
  display: block;
}
.service-page .init-7 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.service-page .init-7 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.service-page .init-7 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 16px auto 0;
  position: relative;
  z-index: 2;
}
.service-page .init-7 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.service-page .init-7 .container .list .big_img .prev {
  left: 22%;
}
.service-page .init-7 .container .list .big_img .slick li {
  padding: 0 8px;
}
.service-page .init-7 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.service-page .init-7 .container .list .small_img ul li {
  padding: 0 2px;
}
.service-page .init-7 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.service-page .init-7 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.service-page .init-7 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.service-page .init-7 .container .list:nth-child(2n) {
  background-color: #f9f9f9;
}
.service-page .init-8 .container .content{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .init-8 .container .content .column{
  padding: 0 10px;
  margin-top: 10px;
}
.service-page .init-8 .container .content .column .box{
  padding: 40px 30px;
  height: 100%;
  background: #f9f9f9;
}
.service-page .init-8 .container .content .column .box .title{
  font-weight: 500;
}
.service-page .init-8 .container .content .column .box .num{
  color: #d6d6d6;
}
.service-page .init-8 .container .content .column .box .des{
  margin-top: 10px;
}

@media (max-width: 1500px){
   .service-page .init-7 .container .list .big_img .btn {
    right: 10%;
  }
  .service-page .init-7 .container .list .big_img .prev {
    left: 10%;
  }

}
@media (max-width: 1450px){
  .service-page .init-1 .container .content .partner_list .list .box {
    padding: 5px;
  }
  .service-page .init-1 .container .content .partner_list .list .box .left {
    width: 100px;
    padding: 5px;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}
@media (max-width: 1250px){

  .service-page .init-1 .container .list_cont {
    margin: 10px -10px 0;
  }
  .service-page .init-1 .container .list_cont .list {
    padding: 0 10px;
    width: 50%;
  }
  .service-page .init-1 .container .list_cont .list .num {
    left: 16px;
  }
  .service-page .init-2 .container .list {
    height: 400px;
  }
  .service-page .init-6 .container .cont .left .play{
    margin-top: 30px;
  }
  .service-page .init-1 .container .content .partner_list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .service-page .init-1 .container .content .partner_list .list,.service-page .init-1 .container .content .partner_list .list.active {
    width: 50%;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right {
    width: calc(100% - 100px);
    padding-left: 10px;
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    height: auto;
  }
}
@media (max-width: 1000px){
  .service-page .init-1 .container .content .partner_list .list{
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list.active{
    width: 100%;
  }
  
  .service-page .init-1 .container .content .partner_list .list .box{
    width: 100%;
    padding-bottom: 20px;
  }
  .service-page .init-1 .container .content .partner_list .list .box .left{
    border: 1px solid #eee;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    opacity: 1;
  }
  .service-page .init-3 .container {
    text-align: center;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .service-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    height: -webkit-calc(80%);
    height: -moz-calc(80%);
    height: calc(100% - 20px);
    top: 140%;
  }
  .service-page .init-4 .container .content .list .box .cont .title {
    font-size: 20px;
  }
  .service-page .init-6 .container .cont{
    padding: 40px 16px;
  }
  .service-page .init-6 .container .cont .left{
    width: 100%;
    text-align: center;
  }
  .service-page .init-6 .container .cont .right{
    width: 100%;
    margin-top: 40px;
  }
  .service-page .init-7 .container .list .small_img {
    display: none;
  }
  .service-page .init-7 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .service-page .init-1 .container .content .partner_title .left,.service-page .init-1 .container .content .partner_title .right {
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_title .left {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .service-page .init-4 .container .content .list {
    width: 100%;
  }
  .service-page .init-4 .container .content .list .box {
    height: auto;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    color: #000;
    margin-top: 20px;
    text-align: center;
    height: auto;
    padding: 0;
  }
  .service-page .init-4 .container .content .list .box .shadow {
    display: none;
  }
  .service-page .init-4 .container .content .list .box .img {
    position: relative;
    height: 50vw;
  }
  .service-page .init-7 .container .list {
    padding: 40px 10px;
  }
  .service-page .init-8 .container .content .column {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list .box{
    text-align: center;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .init-2 .container .list {
    height: 300px;
  }
  .service-page .init-4 .container .content .list .box {
    border: 1px solid #eee;
    padding-bottom: 20px;
  }

  .service-page .init-7 .container .list .big_img {
    margin-top: 20px;
  }
  .service-page .init-7 .container .list .big_img .slick li {
    padding: 0;
  }
  .service-page .init-7 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }

}
/*news*/

.news-page .init-1 .container ul {
  margin: -10px;
}
.news-page .init-1 .container ul li {
  padding: 10px;
}
.news-page .init-1 .container ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.news-page .init-1 .container ul li .box .img {
  display: block;
}
.news-page .init-1 .container ul li .box .img img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  padding: 30px 20px;
}
.news-page .init-1 .container ul li .box .cont .title {
  font-weight: 500;
  display: block;
  line-height: 2;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: #245e3e;
}
.news-page .init-1 .container ul li .box .cont .time {
  color: #9e9e9e;
  margin-top: 10px;
}
.newdet-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.news-page .init-1 .container .m-page {
  margin-top: 50px;
}
.newdet-page .init-1 .container .left{
  width: 100%;
}
.newdet-page .init-1 .container .right{
  width: 500px;
  position: sticky;
  top: 150px;
  z-index: 2;
}
.newdet-page .init-1 .container .right .btn_c{
  text-align: center;
  background: #245e3e;
  color: #fff;
  font-size: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
  display: none;
}
.newdet-page .init-1 .container .right .cont{
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  padding: 40px 20px;
  background: #f76e11;
  border-radius: 16px;
  color: #fff;
}
.newdet-page .init-1 .container .right .cont a{
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.newdet-page .init-1 .container .right .cont a img{
  width: 170px;
}
.newdet-page .init-1 .container .right .cont .des{
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  overflow-y: auto;
  padding-right: 8px;
  max-height: 300px;
}
.newdet-page .init-1 .container .right .cont .form form{
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-top: 30px;
}
.newdet-page .init-1 .container .right .cont .form form input,
.newdet-page .init-1 .container .right .cont .form form textarea{
  width: 100%;
  border: 1px solid #fff;
  padding: 6px 10px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 5px;
  color: #000;
}
.newdet-page .init-1 .container .right .cont .form form textarea{
  height: 100px;
}
.newdet-page .init-1 .container .right .cont .form form .submit_btn {
  text-align: center;
  cursor: pointer;
  transition: all .5s;
  color: #f76e11;
  border: 1px solid #fff;
}
.newdet-page .init-1 .container .right .cont .form form .submit_btn:hover{
  background: #f76e11;
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 500;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: -webkit-calc(-60%);
  width: -moz-calc(-60%);
  width: calc(100% - 200px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 200px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #3b5999;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media (max-width: 1700px){}
@media (max-width: 1500px){}
@media (max-width: 1250px){
  .newdet-page .init-1 .container .right{
    width: 300px;
  }
}
@media (max-width: 1000px){
   .news-page .init-1 .container ul li .box .cont {
    text-align: center;
    padding: 20px 10px;
  }
  
  .newdet-page .init-1 .container{
    position: unset;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }

  .newdet-page .init-1 .container .right{
    position: fixed;
    top: 50%;
    right: 25px;
    padding-right: 46px;
    width: 50px;
    height: 50px;
    bottom: 240px;
    top: unset;
  }
  .newdet-page .init-1 .container .right .cont{
    border-radius: 0;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    width: 300px;
    display: none;
  }
  
  .newdet-page .init-1 .container .right .btn_c{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 700px){}
@media (max-width: 500px){
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .newdet-page .init-1 .container .right{
    width: 26px;
    height: 26px;
    padding-right: 0;
    right: 6px;
  }
  .newdet-page .init-1 .container .right .cont{
    right: 30px;
  }
  
  .newdet-page .init-1 .container .right .btn_c{
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
.m-link a:hover span{
  color: var(--color);
}

.contact-page .init-1 .container .title_c .left {
  width: -webkit-calc(-520%);
  width: -moz-calc(-520%);
  width: calc(100% - 620px);
  font-weight: 500;
  text-transform: uppercase;
}
.contact-page .init-1 .container .title_c .left > div {
  max-width: 360px;
}
.contact-page .init-1 .container .title_c .right {
  width: 620px;
  color: #9e9e9e;
}
.contact-page .init-1 .container .content {
  margin-top: 70px;
  background-color: #f9f9f9;
}
.contact-page .init-1 .container .content .img {
  width: 480px;
}
.contact-page .init-1 .container .content .cont {
  width: -webkit-calc(-380%);
  width: -moz-calc(-380%);
  width: calc(100% - 480px);
  padding: 50px 60px 60px 80px;
}
.contact-page .init-1 .container .content .cont .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .content .cont .list .label {
  width: 190px;
  font-size: 14px;
  font-weight: 700;
}
.contact-page .init-1 .container .content .cont .list .input_c {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
  border: 1px solid #898989;
}
.contact-page .init-1 .container .content .cont .list .input_c input,
.contact-page .init-1 .container .content .cont .list .input_c textarea {
  width: 100%;
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont {
  position: relative;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c {
  padding: 10px 30px;
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 10px 10px 10px 34px;
  position: relative;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  top: 12px;
  left: 0;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 3px;
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover .cir,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid #328256;
  background-color: #328256;
}
.contact-page .init-1 .container .content .cont .more {
  margin: 30px 0 0 190px;
  cursor: pointer;
  display: inline-block;
  padding: 14px 36px;
  background-color: #1c9f3c;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.contact-page .init-1 .more_cont:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.contact-page .init-1 .container .content .cont .more::before {
  background-color: #245e3e;
}
.contact-page .init-1 .more_cont:hover:before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.contact-page .init-1 .container .content .cont .more img,
.contact-page .init-1 .container .content .cont .more span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.contact-page .init-1 .container .content .cont .more span {
  margin-left: 20px;
}
.contact-page .init-1 .container .content .cont .more:hover {
  color: #fff;
}
.contact-page .init-1 .container .content .cont .more:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-page .init-2 {
  padding-top: 40px;
}
.contact-page .init-2 .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
.contact-page .init-2 .container .content .list {
  padding: 0 15px;
  width: 33.33%;
}
.contact-page .init-2 .container .content .list .box {
  background-color: #f9f9f9;
  padding: 30px;
  height: 100%;
}
.contact-page .init-2 .container .content .list .box .img {
  height: 48px;
}
.contact-page .init-2 .container .content .list .box .img img {
  max-height: 100%;
}
.contact-page .init-2 .container .content .list .box .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-page .init-2 .container .content .list .box .des {
  margin-top: 14px;
  color: #838383;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
}
.contact-page .init-3 .container {
  width: 100%;
}
.contact-page .init-3 .container .map #mapContainer {
  height: 480px;
}
@media (max-width: 1250px){
  
  .contact-page .init-1 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .title_c .left > div {
    max-width: 100%;
  }
  .contact-page .init-1 .container .title_c .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .content .img {
    display: none;
  }
  .contact-page .init-1 .container .content .cont {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-2 .container .content .list {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 700px){
  
  .contact-page .init-1 .container .content .cont {
    padding: 16px;
  }
  .contact-page .init-1 .container .content .cont .list .label {
    width: 100%;
  }
  .contact-page .init-1 .container .content .cont .list .input_c {
    width: 100%;
    margin-top: 10px;
  }
  .contact-page .init-1 .container .content .cont .more {
    margin: 20px 0 0 0;
  }
  .contact-page .init-3 .container {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .content {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
    width: 100%;
  }
  .contact-page .init-2 .container .content .list .box .img {
    height: auto;
  }
  .contact-page .init-3 .container .map #mapContainer {
    height: 280px;
  }
}

.equi-page .equi-1 .box .img {
  position: relative;
}
.equi-page .equi-1 .box .img img {
  width: 100%;
}
.equi-page .equi-1 .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 50%, rgba(0,0,0,.5));
  opacity: 0;
  transition: opacity .5s ease;
}
.equi-page .equi-1 .box .text {
  width: 90%;
  left: 5%;
  bottom: 5%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.equi-page .equi-1 .box:hover .img::after {
  opacity: 1;
}
.equi-page .equi-1 .box:hover .text {
  opacity: 1;
}
.page-header02 .logo img {
  max-height: 55px;
}
.mobileForm {
  margin-bottom: 100px;
}
.right_nav_list {
  bottom: 100px;
}