@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-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-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
/*@font-face {
  font-family: 'Montserrat';
  src: url('../Montserrat-ExtraBold.eot');
  src: url('../Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../Montserrat-ExtraBold.woff2') format('woff2'), url('../Montserrat-ExtraBold.woff') format('woff'), url('../Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}*/
.regular,
.Regular {
  font-weight: 400;
}
.medium,
.Medium {
  font-weight: 500;
}
.semiBold,
.SemiBold {
  font-weight: 600;
}
.extraBold {
  font-weight: 800;
}
@keyframes clip1 {
  0% {
    clip-path: inset(60%);
  }

  100% {
    clip-path: inset(0);
  }
}

.clip1 {
  animation-name: clip1;
}
#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_froms {
  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_froms 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_froms form {
  margin-top: 40px;
}
#pups_froms 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_froms i.close::after,
#pups_froms 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_froms i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_froms i.close:hover {
  background: #6076f1;
}
#pups_froms i.close:hover::before,
#pups_froms i.close:hover::after {
  background: white;
}
#pups_froms ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_froms ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_froms ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_froms ul li input,
#pups_froms 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_froms ul li input:focus,
#pups_froms ul li textarea:focus {
  border-color: #6076f1;
}
#pups_froms ul li textarea {
  height: 80px;
}
#pups_froms ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_froms ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_froms 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: #6076f1;
  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: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #533010;
  background-color: #f3f0ea;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #f3f0ea;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 6px 0 9px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 65px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #333;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .nav-search {
  width: 250px;
  height: 23px;
}
#header > .nav > .menu .menu-box .right .nav-search form {
  position: relative;
}
#header > .nav > .menu .menu-box .right .nav-search form input {
  border: none;
  border-radius: 12px;
  background-color: #fff;
  font-size: 14px;
}
#header > .nav > .menu .menu-box .right .nav-search form input::placeholder {
  color: #333;
  opacity: 0.6;
  font-size: 14px;
}
#header > .nav > .menu .menu-box .right .nav-search form input[type="text"] {
  padding-right: 26px;
  padding-left: 15px;
  width: 100%;
}
#header > .nav > .menu .menu-box .right .nav-search form input[type="submit"] {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/navSearchIcon.png);
  background-repeat: no-repeat;
  z-index: 10;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #333;
  text-transform: capitalize;
  opacity: 0.6;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 22px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  display: inline-block;
  margin-left: 6px;
  margin-top: 8px;
  border-top: 7px solid #333;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  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;
}
@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: 1660px;
  padding: 0 15px;
}
.bannerBtn a {
  display: inline-block;
  background-color: #f3f0ea;
  border-radius: 27px;
  padding: 12px 51px;
  transition: all 0.3s ease;
}
.bannerBtn a:hover {
  background-color: var(--color);
  color: #fff;
}
@keyframes flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.HBtn {
  padding: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.HBtn a {
  background-color: #f3f0ea;
  display: inline-block;
  border-radius: 27px;
  padding: 12px 76px;
  transition: all 0.3s ease;
  color: #333333;
}
.HBtn a:hover {
  background-color: var(--color);
  color: #fff;
}
.HBtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed transparent;
  border-radius: 34px;
  z-index: -1;
  transition: all .3s linear;
}
.HBtn:hover::after {
  border-color: var(--color);
}
#banner {
  padding-top: 40px;
}
#banner .HBtnBanner a {
  padding: 12px 50px;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide {
  position: relative;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul.swiper-wrapper li.swiper-slide .container .left {
  width: 49%;
  color: #333;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide .container .left .semiBold {
  line-height: 1.57;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide .container .left2 {
  margin-left: auto;
  width: 45%;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide .container .left3 {
  margin-left: 12%;
}
#banner .swiper ul.swiper-wrapper li.swiper-slide-active .left {
  -webkit-animation: fadeInLeftSmall 1.2s linear;
  -moz-animation: fadeInLeftSmall 1.2s linear;
  -o-animation: fadeInLeftSmall 1.2s linear;
  animation: fadeInLeftSmall 1.2s linear;
}
#banner .swiper .swiper-pagination {
  text-align: right;
  color: #533010;
  font-weight: 400;
  bottom: 64px;
  left: auto;
  right: -20px;
  width: auto;
}
#banner .swiper .swiper-pagination .swiper-pagination-current {
  font-size: 60px;
  line-height: 1;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .top .medium {
  color: #533010;
  line-height: 1.5;
  max-width: 1000px;
}
#index-body .init-1 .container .top .swiperBtn {
  width: 100px;
  position: relative;
}
#index-body .init-1 .container .top .swiperBtn > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #666666;
  top: 50%;
  transition: all 0.3s;
}
#index-body .init-1 .container .top .swiperBtn > div::after {
  display: none;
}
#index-body .init-1 .container .top .swiperBtn > div:hover {
  background-color: #533010;
  color: #fff;
}
#index-body .init-1 .container .top .swiperBtn .swiper-button-prev {
  left: 0;
  right: auto;
}
#index-body .init-1 .container .top .swiperBtn .swiper-button-next {
  right: 0;
  left: auto;
}
#index-body .init-1 .container .bottom .menu .list {
  color: #999;
  transition: all 0.3s linear;
}
#index-body .init-1 .container .bottom .menu .list .img {
  position: relative;
}
#index-body .init-1 .container .bottom .menu .list .img img {
  filter: brightness(2) grayscale(3);
  display: block;
  transition: all 0.3s linear;
  margin: auto;
}
#index-body .init-1 .container .bottom .menu .list .img::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  background-color: var(--color);
  opacity: 0;
  border-radius: 50%;
  left: 35%;
  top: -8px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
#index-body .init-1 .container .bottom .menu .list:hover,
#index-body .init-1 .container .bottom .menu .list.active {
  color: var(--color);
}
#index-body .init-1 .container .bottom .menu .list:hover .img img,
#index-body .init-1 .container .bottom .menu .list.active .img img {
  filter: brightness(1) grayscale(0);
}
#index-body .init-1 .container .bottom .menu .list:hover .img::after,
#index-body .init-1 .container .bottom .menu .list.active .img::after {
  opacity: 0.4;
  z-index: -1;
}
#index-body .init-1 .container .rightBox {
  width: 76vw;
  margin-right: -7%;
  height: 550px;
  overflow: hidden;
}
#index-body .init-1 .container .rightBox .rgProduct {
  width: 100%;
  display: none;
  transform: translateX(-10px);
  transition: all .3s linear;
}
#index-body .init-1 .container .rightBox .rgProduct.active {
  transform: translateX(0);
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li {
  color: #333;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li .imgBox {
  padding: 10px;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li .imgBox a {
  position: relative;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li .imgBox a::after {
  /*content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  max-width: 320px;
  border: 1px dashed var(--color);
  border-radius: 150px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li .imgBox img {
  border-radius: 142px;
  display: block;
  margin: auto;
  border: 1px dashed var(--color);
  padding: 10px;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li p.regular i.iconfont {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  display: block;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li:hover p.regular i.iconfont {
  opacity: 1;
}
#index-body .init-1 .container .rightBox .rgProduct .swiper ul li:hover p.regular:hover i {
  transform: rotate(45deg);
}
#index-body .init-1 .container .rightBox .rgProduct:first-child {
  display: block;
}
#index-body .init-2 {
  background-image: url(../images/init-2LineBg.png);
  background-repeat: no-repeat;
  background-position: left 60% center;
  position: relative;
}
#index-body .init-2 .left {
  position: relative;
  width: 50.45%;
}
#index-body .init-2 .left .leftImg1 {
  border-radius: 20px;
}
#index-body .init-2 .left .leftImg2 {
  border-radius: 170px;
  border: 1px dashed var(--color);
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#index-body .init-2 .left .leftImg2 img {
  margin: auto;
  border-radius: 160px;
}
#index-body .init-2 .right {
  width: 43%;
}
#index-body .init-2 .right p.medium {
  color: var(--color);
}
#index-body .init-2 .right h1 {
  line-height: 1.9;
  color: #666;
}
#index-body .init-2 .right ul.slick li {
  height: 100%;
  display: flex !important;
}
#index-body .init-2 .right .HBtn {
  max-width: 290px;
}
#index-body .init-2 .right .HBtn a {
  padding: 12px 84px;
  text-align: center;
  display: inline-block;
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .right .HBtn::after {
  border-color: var(--color);
}
#index-body .init-2 .right .HBtn a:hover {
  background-color: #333;
}
#index-body .init-2 .right .HBtn a:hover::after {
  border-color: #333;
}
#index-body .init-2 .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .init-3 {
  height: 100vh;
  position: relative;
}
#index-body .init-3 .top1 {
  height: 230px;
  text-transform: uppercase;
}
#index-body .init-3 .o2-wrap {
  mask-size: 200px;
  background-position: 50% 0;
  background-size: 40%;
  bottom: 0;
  -webkit-clip-path: circle(50px at 55% 19%);
  clip-path: circle(50px at 55% 19%);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -70px;
  transform: translateZ(0);
  transform-origin: 100% 0;
  z-index: 10;
}
#index-body .init-3 .o2-wrap .cont-wrap[data-v-6b11053a] {
  bottom: 0;
  position: absolute;
  transform: translateZ(0);
  z-index: 3;
}
#index-body .init-3 .o2-wrap .cont-wrap {
  width: 100vw;
  height: 80vw;
}
#index-body .init-3 .o2-wrap .cont-wrap .etpo-1 {
  box-sizing: border-box;
  padding-top: 50vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .medium {
  width: 100%;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .regular {
  color: #eee;
  width: 100%;
  margin: auto;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .regular span {
  width: 67%;
  display: inline-block;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn {
  color: #333;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn a {
  background-color: #fff;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn a:hover {
  background-color: var(--color);
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn::after {
  border-color: #fff;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn:hover {
  color: #fff;
}
#index-body .init-3 .o2-wrap .cont-wrap .item-1 .HBtn:hover::after {
  border-color: var(--color);
}
#index-body .init-3 .o2-wrap .cont-wrap .title-wrap[data-v-6b11053a] {
  font-size: 1.3541vw;
  letter-spacing: 1px;
  line-height: 1.82291vw;
}
#index-body .init-3 .o2-wrap .cont-wrap .title-wrap .img-wrap[data-v-6b11053a] {
  border-radius: 0.7292vw;
  box-shadow: 0 3.125vw 4.1666vw 0.2604vw rgba(44, 55, 81, 0.22);
  height: 19.94792vw;
  margin-top: 8.333vw;
  overflow: hidden;
  width: 29.5833vw;
}
#index-body .init-3 .o2-wrap .cont-wrap .title-wrap .img-wrap img[data-v-6b11053a] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#index-body .init-3 .o2-wrap .cont-wrap .list-warp[data-v-6b11053a] {
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1.0417vw;
  display: flex;
  flex-direction: column;
  height: 48vw;
  justify-content: flex-end;
  padding: 5.2083vw 3.125vw;
  transform: translateZ(0);
  width: 33.59375vw;
}
#index-body .init-3 .o2-wrap .cont-wrap.show[data-v-6b11053a] {
  opacity: 1;
  transition: opacity 1.5s;
}
#index-body .init-3 .o2-wrap .cont-wrap.hidden[data-v-6b11053a] {
  opacity: 0;
}
#index-body .init-3 .o2-wrap.fullScreen[data-v-6b11053a] {
  background-position: 100% 0;
}
#index-body .init-4 {
  position: relative;
  background-image: url(../images/init-4Bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#index-body .init-4 .left {
  width: 47%;
}
#index-body .init-4 .left .img2Box {
  width: 40%;
}
#index-body .init-4 .left > img {
  display: block;
}
#index-body .init-4 .left .img3 {
  margin-left: auto;
  display: block;
}
#index-body .init-4 .right {
  width: 41%;
}
#index-body .init-4 .right .medium {
  color: var(--color);
}
#index-body .init-4 .right .regular {
  color: #666;
}
#index-body .init-4 .right .HBtn {
  max-width: 292px;
}
#index-body .init-4 .right .HBtn a {
  padding: 12px 35px;
  background-color: var(--color);
  color: #fff;
}
#index-body .init-4 .right .HBtn::after {
  border-color: var(--color);
}
#index-body .init-4 .right .HBtn a:hover {
  background-color: #333;
}
#index-body .init-4 .right .HBtn a:hover::after {
  border-color: #333;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--color);
}
#footer .footerTop form {
  width: 100%;
}
#footer .footerTop form input {
  width: 27%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 20px 19px;
}
#footer .footerTop form input::placeholder {
  font-size: 20px;
  color: #999;
}
#footer .footerTop form button {
  border: none;
  padding: 0;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s;
  font-size: 20px;
}
#footer .footerTop form button img {
  display: block;
  margin-left: 20px;
  transition: all 0.5s;
}
#footer .footerTop form button:hover img {
  transform: rotate(45deg);
}
#footer .footerTop .center .item1 {
  width: 27%;
}
#footer .footerTop .center .item1 .regular img {
  margin-right: 14px;
}
#footer .footerTop .center .item1 .regular span {
  display: inline-block;
}
#footer .footerTop .center .item1 .cont {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 5px;
}
#footer .footerTop .center .item2 .linkA a {
  display: block;
  line-height: 2.3;
  color: #999;
  transition: all 0.5s linear;
}
#footer .footerTop .center .item2 .linkA a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer .footerTop .center .item3 {
  width: 24%;
}
#footer .footerTop .center .item3 .newsBox .newsList {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #999;
  position: relative;
}
#footer .footerTop .center .item3 .newsBox .newsList a.title {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 40px);
  display: block;
  line-height: 2;
}
#footer .footerTop .center .item3 .newsBox .newsList a.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #fff;
  opacity: 0;
}
#footer .footerTop .center .item3 .newsBox .newsList a.arrow i {
  font-size: 18px;
}
#footer .footerTop .center .item3 .newsBox .newsList:hover {
  color: #fff;
  border-color: #fff;
}
#footer .footerTop .center .item3 .newsBox .newsList:hover a.arrow {
  opacity: 1;
}
#footer .footerTop .center .item3 .share li a {
  transition: all 0.5s linear;
  display: block;
}
#footer .footerTop .center .item3 .share li a:hover {
  transform: translateY(-5px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin-left: auto;
  display: block;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .left .cms_c p {
  width: auto;
  padding-right: 10px;
}
#footer .copyright .container .left .cms_c i {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #f2f2f4;
  opacity: 0.1;
}
.page-header02 {
  position: static;
}
@media screen and (max-width: 1860px) {
  #index-body .init-1 .container .rightBox {
    margin-right: -3%;
  }
}
@media screen and (max-width: 1750px) {
  #index-body .init-1 .container .rightBox {
    margin-right: 0;
  }
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 50px;
  }
  #banner .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 50px;
  }
  #index-body .init-1 .container .rightBox {
    margin-right: -3%;
  }
  #index-body .init-2 .rightImg {
    width: 18%;
  }
  #index-body .init-2 .left .leftImg1 {
    width: 80%;
  }
  #index-body .init-2 .left .leftImg2 {
    width: 50%;
  }
  #index-body .init-2 .right .HBtn a {
    display: block;
  }
  #index-body .init-3 .o2-wrap {
    -webkit-clip-path: circle(60px at 55% 15%);
    clip-path: circle(60px at 55% 15%);
  }
  #index-body .init-3 .top1 {
    height: auto;
  }
  #index-body .init-3 .top1 .rollTextBox img {
    width: 90%;
  }
  #index-body .init-4 .right .HBtn {
    max-width: 260px;
  }
  #footer .footerTop .center .item3 {
    width: 32%;
  }
}
@media screen and (max-width: 1500px) {
  #index-body .init-1 .container .rightBox {
    height: 560px;
  }
}
@media screen and (max-width: 1450px) {
  .HBtn a {
    padding: 12px 40px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left2 {
    width: 50%;
  }
  #index-body .init-1 .container .rightBox {
    width: 80%;
  }
  #index-body .init-3 .o2-wrap {
    -webkit-clip-path: circle(60px at 55% 14%);
    clip-path: circle(60px at 55% 14%);
  }
  #index-body .init-4 .right {
    width: 48%;
  }
  #footer .footerTop .center .item1 {
    width: 32%;
  }
}
@media (max-width: 1250px) {
  .font-52 {
    font-size: 30px;
  }
  
  .page-header02 {
    position: -webkit-fixed;
    position: fixed;
    width: 100vw;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .mt-50 {
    margin-top: 15px;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left {
    width: 55%;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left2 {
    width: 45%;
  }
  #banner .HBtnBanner a {
    padding: 12px 25px;
  }
  #banner .swiper .swiper-pagination {
    right: 0;
  }
  #index-body .init-1 .container .rightBox {
    height: auto;
  }
  #index-body .init-1 .container .top .medium {
    width: calc(100% - 120px);
  }
  #index-body .init-1 .container .bottom {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .menu li {
    text-align: center;
  }
  #index-body .init-1 .container .rightBox {
    margin-right: 0;
    margin: auto;
    width: 100%;
  }
  #index-body .init-2 .right .HBtn {
    max-width: 230px;
  }
  #index-body .init-2 .right .HBtn a {
    padding: 12px;
  }
  #index-body .init-4 .right .HBtn a {
    padding: 12px 50px;
  }
  #index-body .init-4 .left .img1Box {
    width: 60%;
  }
  
}
@media (max-width: 1000px) {
  .font-52 {
    font-size: 24px;
  }
  .HBtn a {
    padding: 8px 30px;
  }
  .bannerBtn a {
    padding: 8px 30px;
  }
  #banner .pt-50 {
    padding-top: 0px;
  }
  #banner .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #banner .HBtnBanner a {
    padding: 10px 10px;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left {
    width: 80%;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left {
    width: 50%;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left .semiBold {
    line-height: 1.1;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left ul li.det img {
    width: 10%;
  }
  #banner .swiper .swiper-pagination {
    bottom: 10px;
  }
  #banner .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
  #index-body .init-2 .container {
    flex-wrap: wrap;
  }
  #index-body .init-2 .left,
  #index-body .init-2 .right {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-3 .o2-wrap {
    -webkit-clip-path: circle(50px at 55% 11%);
    clip-path: circle(50px at 55% 11%);
  }
  #index-body .init-4 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .left,
  #index-body .init-4 .right {
    width: 100%;
  }
  #index-body .init-4 .left {
    margin-bottom: 40px;
  }
  #footer .footerTop form input {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footerTop .center {
    flex-wrap: wrap;
  }
  #footer .footerTop .center .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footerTop .center .item2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .font-52 {
    font-size: 20px;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left2 {
    margin-left: 0;
    color: #000;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left3 {
    margin-left: 0;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left {
    width: 100%;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left ul.grid-2 {
    display: none;
  }
  #banner .swiper-pagination {
    display: none;
  }
  .bannerBtn a,
  .HBtn a {
    padding: 8px 20px;
  }
  #index-body .init-1 .container .rightBox .rgProduct .swiper ul li .imgBox a::after {
    max-width: 320px;
  }
  #index-body .init-1 .container .top {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .top .medium {
    width: 100%;
    padding-bottom: 60px;
  }
  #index-body .init-1 .container .top .swiperBtn > div {
    top: auto;
    bottom: 0;
  }
  #index-body .init-3 .top1 .rollTextBox img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .bottom .menu .list {
    width: 50%;
    margin-bottom: 20px;
  }
  #banner .swiper ul.swiper-wrapper li.swiper-slide .container .left .HBtn {
    display: none;
  }
}
/*service*/
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 7px 10px 0 0;
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 70px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  font-family: 'syne';
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-family: 'syne';
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  font-family: 'syne';
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
/*faq*/

.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
/*projects*/

.industries-page .content {
  /*max-width: 1200px;*/
  margin: 0 auto;
}
.industries-page .list .img {
  position: relative;
  color: white;
}
.industries-page .list .img span {
  padding: 0 5%;
}
.industries-page .list .img:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f2f1;
}
.industries-page .list .text {
  margin-left: auto;
  padding: 6%;
  background-color: #f3f2f1;
}
@media screen and (max-width: 700px){
   .industries-page .list .img .img-box,
  .industries-page .list .text {
    width: 100%;
  }
}
/*about*/

.about-page .about-2 {
  padding-bottom: 20%;
}
.about-page .about-2 .box {
  max-width: 800px;
}
.about-page .about-2 .text {
  line-height: 1.8;
}
.about-page .about-3 {
  margin-top: -15%;
}
.about-page .about-3 .box {
  padding: 3%;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .box .text {
  line-height: 2;
}
.about-page .about-3 .box .text p {
  margin-top: 1em;
}
.about-page .about-3 .box .text p:first-child {
  margin-top: 0;
}
.about-page .about-4 li {
  max-width: 420px;
  margin: 0 auto;
}
.about-page .about-5 .left .text {
  line-height: 1.8;
  opacity: .7;
}
.about-page .about-5 .left .list {
  padding: 0 10%;
}
.about-page .about-5 .left .list .slickBtn {
  font-size: 20px;
}
.about-page .about-5 .left .list .slickBtn .prev {
  left: 0;
}
.about-page .about-5 .left .list .slickBtn .next {
  left: auto;
  right: 0;
}
.about-page .about-5 .right {
  padding: 0 13%;
}
.about-page .about-6 .box {
  padding: 3%;
  background-color: #f2f2f2;
}
.about-page .about-6 .box li {
  margin-top: 2%;
}
.about-page .about-6 .box li:first-child {
  margin-top: 0;
}
.about-page .about-6 .box li span.h6 em {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-right: .5em;
  background-color: white;
}

.inner-page .optionsNav a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  background-color: black;
  display: inline-block;
  margin-bottom: .1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .optionsNav a.active {
  color: var(--color);
}
.inner-page .optionsNav a:hover:before,
.inner-page .optionsNav a.active:before {
  background-color: var(--color);
}
@media (max-width: 1250px){
  .about-page .about-2 {
    background-image: none !important
  }
}
@media screen and (max-width: 1000px) {
    .about-page .about-5 .right {
    display: none;
  }
  .about-page .about-5 .left .text {
    margin: 2em 0;
  }
    .about-page .about-5 .left .list .slickBtn {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px){
    .optionsNav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-6 .box li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-6 .box li .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-6 .box li .right {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .about-page .about-6 .box {
    padding: 6% 3%;
  }
}
/*after sales*/

.support-page1 .support-1 .box {
  background-color: #e7e7e7;
}
.support-page1 .support-1 .box .options span {
  margin-bottom: .2em;
  cursor: pointer;
  cursor: hand;
}
.support-page1 .support-1 .box .options span.active {
  text-decoration: underline;
  line-height: 1.6;
}
.support-page1 .support-1 .box .text .slide {
  display: none;
}
.support-page1 .support-1 .box .text .slide.active {
  display: block;
}
.support-page1 .support-2 .list {
  padding-left: 5%;
  padding-right: 5%;
}
.support-page1 .support-2 .list li {
  border-bottom: 1px solid #3b3a3a;
  cursor: pointer;
  cursor: hand;
}
.support-page1 .support-2 .list li .num {
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
  margin-bottom: -3%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.support-page1 .support-2 .list li .content {
  margin-left: 5%;
}
.support-page1 .support-2 .list li .content .text {
  display: none;
}
.support-page1 .support-2 .list li.active .num {
  margin-bottom: 4%;
  color: #3b3a3a;
  line-height: 1;
}
.support-page1 .support-3 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #3b3a3a;
  color: white;
}
.support-page1 .support-3 .box .link {
  text-align: center;
  border: 1px solid white;
}
.support-page1 .support-3 .box .link a {
  padding: 1em;
  border-right: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page1 .support-3 .box .link a:last-child {
  border-right: none;
}
.support-page1 .support-3 .box .link a:hover {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  
  .support-page1 .support-3 .box .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    border: none;
  }
  .support-page1 .support-3 .box .link a {
    width: auto;
    border: 1px solid white !important;
    padding: .5em 1em;
  }
  .support-page1 .support-1 .box .right {
    padding: 3% !important;
  }
}
@media screen and (max-width: 700px) {
  
  .support-page1 .support-2 .list li .content {
    width: 80%;
  }
  .support-page1 .support-3 .left {
    display: none;
  }
  .support-page1 .support-3 .right {
    width: 100%;
  }
}
/*susyainability*/

.cus-page .tit {
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
  display: flex
;
    align-items: center;
    justify-content: space-between;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
      width: 50%;
}
.cus-page .cus-1 .content .right .text {
  padding: 0;
  padding-left: 40px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  color: #4B4B4B;
  margin-top: 24px;
}
.cus-page .cus-2 {
  padding-top: 6%;
}
.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 60px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 30px;
  line-height: 1.6;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: #f4f9ff;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 18px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding-top: 6%;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #f4f9ff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-top: 6%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .cus-5 .header .con {
  color: #4B4B4B;
  line-height: 1.6;
  max-width: 800px;
}
.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px;
}
.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1440px){
  
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    /*padding: 0 0 60px 40px;*/
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}
@media screen and (max-width: 1230px){
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px){
  
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    /*padding: 30px 0;*/
    padding-left: 0;
    margin-top: 40px;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
  
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px){
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
/*contact*/

.contact-page {
  padding-top: 6%;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  /*font-size: 38px;
  line-height: 60px;
  height: 60px;*/
  line-height: 1.7;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
      position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: 234px;
    height: 66px;
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 66px;
    text-align: center;
    margin: auto;
    display: block;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
  
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .box .form ul li label {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
    width: 100%;
  }
}
@media screen and (max-width: 500px){
    .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}

.product-page {
  padding: 6% 0;
}
.product-page .box {
  max-width: 1700px;
  padding-right: 15px;
}
.product-page .box .left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #f2f0ea;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: var(--color);
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 0;
  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;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #E5E7EB;
}
.product-page .box .right {
  width: 74%;
  padding-left: 62px;
}
.product-page .box .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .box .right ul {
  margin: -20px;
}
.product-page .box .right ul li {
  padding: 20px;
}
.product-page .box .right ul li .img-box {
  border-radius: 10px;
}
.product-page .box .right ul li .img-box img {
  width: 100%;
}
.product-page .box .right ul li .text {
  margin-top: 20px;
}
.product-page .box .right ul li .text .tit {
  font-weight: 600;
}
.product-page .box .right ul li .text .tit:hover {
  color: var(--color);
}
.product-page .box .right ul li .text span {
  font-size: 18px;
  line-height: 32px;
  color: #4B4B4B;
}
.product-page .box .right .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #4B4B4B;
}
.product-page .know .con {
  color: #4B4B4B;
  margin-top: 20px;
}
.prodet-page {
  padding-top: 6%;
}
.prodet-page .prodet-1 .left {
  width: 45%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  /*padding: 50px 4.271% 30px 0;*/
  padding-right: 4%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;

}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 720px;
  overflow: hidden;
  
}
.prodet-page .prodet-1 .left .box .small .swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {

  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big a.img-box {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 80%;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  line-height: 1.4;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  line-height: 2;
  color: #4B4B4B;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: auto;
  /*overflow: auto;
  height: 180px;*/
  max-height: 380px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .ig .btn .more {
  width: 160px;
  height: 49px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 50px;
  margin-right: 15px;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .ig .btn .more:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    padding: 6% 6%;
    background: #fff;
    margin: 3% 0;
    border-radius: 30px;
}
.prodet-page .prodet-2 .i-title{
  line-height: 1.8;
  font-weight: 500;
  background: var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  /*padding: 50px;*/
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  line-height: 1.8;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  line-height: 2;
  color: #4B4B4B;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@-webkit-keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes ks1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 595px;
  }
}
@media screen and (max-width: 1450px){
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 500px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    max-height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 60px;
  }
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-left: 30px;
  }
  .product-page .box .right ul li .text .tit {
    line-height: 1.8;
  }
  .product-page .box .right ul li .text span {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 1230px){
  
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
  .product-page .box .right ul {
    margin: -10px;
  }
  .product-page .box .right ul li {
    padding: 10px;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 390px;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1000px){
   
  .product-page .box {
    padding: 0 15px;
  }
  .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .product-page #index-body .about,
  .product-page #index-body .product,
  .product-page #index-body .news,
  .product-page #index-body .know {
    display: none;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 710px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  /*.prodet-page .prodet-1 .left .box .small .swiper {
    height: 320px;
  }*/
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
  .wid-50 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
   .product-page .box .right h1 {
    font-size: 22px;
    line-height: 40px;
  }
  
  .prodet-page .prodet-1 .left .box .small {
    width: 20%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 340px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 75%;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
}

.more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 234px;
  height: 66px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 66px;
  text-align: center;
}
.more::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.more:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-page {
  text-align: center;
  padding-top: 4%;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E5E7EB;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page span {
  background: var(--color);
  color: #fff;
}

.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #0b183e;
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: #0b183e;
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: #0b183e;
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: #0b183e;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: #0b183e;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: #0b183e;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1230px){
  
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  
  .news-page .news-list {
    margin-top: 30px;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px){
  
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
    .news-page .news-list ul li {
    width: 100% !important;
  }
  
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}

.inner-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}
.inner-banner .ui.container {
  max-width: 1736px;
}
.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner .text .i-title {
  margin-top: 10px;
}
.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
@media screen and (max-width: 1000px) {
    .inner-banner .text .mbx {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
    .inner-banner .text .mbx {
    font-size: 16px;
  }
  .inner-banner .text .i-titleyier {
    display: none;
  }
}
@media screen and (max-width: 500px){
   .inner-banner .text .mbx {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2 {
    padding-top: 70px;
    background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, .05));
    background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,.05));
    background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, .05));
  }
}
.pr {
  position: relative;
}
.prodet-page .prodet-5 {
  width: 100%;
}
.prodet-page .prodet-5 ul {
  width: 100%;
  padding-left: 0 !important;
}
.prodet-page .prodet-5 ul li {
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}
.prodet-page .prodet-5 ul li a {
  padding: 5px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-5 ul li a img {
  border-radius: 5px;
  transition: all .3s linear;
}
.prodet-page .prodet-5 ul li a img:hover {
  transform: scale(1.05);
}
.prodet-page .prodet-5 ul li p{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}