@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), 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: "Unbounded";
  src: url("../fonts/Unbounded-Medium.eot");
  src: url("../fonts/Unbounded-Medium.eot") format("eot"), url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff"), url("../fonts/Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0e4493;
  font-weight: 500;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.title,
.unb {
  font-family: "Unbounded";
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.container {
  padding: 0 15px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.more {
  height: 50px;
  background-color: #0e4493;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 25px;
  min-width: 210px;
  text-align: center;
  color: #ffffff;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
.more:hover {
  background: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
#header .nav {
  padding: 12px 0;
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span i {
  font-size: 20px;
}
#header .nav .ui.menu .h-language span img {
  width: 40px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header.active .nav {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
@keyframes ks2 {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.8);
    opacity: 0.3;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ban1 {
  0% {
    width: 0;
  }
  100% {
    width: 87px;
  }
}
@keyframes ban2 {
  0% {
    height: 0;
  }
  100% {
    height: 87px;
  }
}
@keyframes ban3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#banner {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  margin-top: 100px;
  border-radius: 20px;
}
#banner .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-51%);
}
#banner .text .box {
  max-width: 1100px;
  margin: 0 auto;
  color: #ffffff;
}
#banner .text .box .title {
  line-height: 1.1;
}
#banner .text .box .cont {
  max-width: 550px;
  margin: 0 auto;
}
#banner .text .box .m1 {
  background: #ed6d00;
}
#banner .text .box .m1:hover {
  background: #000000;
}
#banner .ig {
  position: absolute;
}
#banner .ig .dot {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
}
#banner .ig .dot:after,
#banner .ig .dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: -1;
  animation: ks2 2s linear infinite;
}
#banner .ig .dot:before {
  animation-delay: 0.6s;
}
#banner .ig .line {
  height: 87px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(30deg);
  transform-origin: center top;
}
#banner .ig .line::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#banner .ig .line2 {
  width: 87px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 63px;
  top: 94px;
}
#banner .ig .line2::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#banner .ig .txt {
  position: absolute;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  line-height: 50px;
  display: inline-block;
  padding: 0 42px;
  font-size: 18px;
  white-space: nowrap;
  color: #ffffff;
  right: 152px;
  top: 67px;
  opacity: 1;
}
/*
#banner .ig.active .line {
  animation: ban2 1s 0.5s 1 linear forwards;
}
#banner .ig.active .line::after {
  opacity: 1;
  transition: 0.5s;
}
#banner .ig.active .line2 {
  animation: ban1 1s 2s 1 linear forwards;
}
#banner .ig.active .line2::after {
  opacity: 1;
  transition: 0.5s 3s;
}
#banner .ig.active .txt {
  opacity: 1;
  transition: 0.5s 3.5s;
}*/
#banner .ig .item{
  opacity: 0;
  transition: .5s;
}
#banner .ig.active .item{
  opacity: 1;
}
#banner .ig.active .dot {
  opacity: 0;
}
#banner .ig1 {
  top: 53%;
  left: 23%;
}
#banner .ig2 {
  top: 10%;
  left: 63%;
}
#banner .ig2 .line2{
  top: 50%;
  right: -160%;
}
#banner .ig2 .line2::after{
  left: 100%
}
#banner .ig2.ig .line{
  height: 0;
}
#banner .ig2 .txt{
    right: -67px;
    top: 50%;
    transform: translate(100%,-50%);
}
#banner .ig3 {
  top: 22%;
  right: 4.5%;
}
#banner .ig4 {
  bottom: 11%;
  right: 39%;
}
#banner .ig4 .line{
      left: 370%;
    top: -136%;
}
#banner .ig4 .line2{
    right: -160%;
    top: 50%;
}
#banner .ig4 .txt{
      right: -247px;
    top: -83px;
    transform: translateY(-50%);
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.col {
  color: var(--color);
}
.tag {
  height: 30px;
  background-color: #131313;
  border-radius: 15px;
  color: #ffffff;
  padding: 0 20px;
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
}

#index-body .i-category .i-top .right {
  width: 70%;
  position: relative;
}
#index-body .i-category .i-top .right .title {
  line-height: 1.2;
}
#index-body .i-category .i-top .right .txt {
  max-width: 860px;
}
#index-body .i-category .wrap {
  position: relative;
  color: white;
  transition: 0.5s;
}
#index-body .i-category .wrap .txt {
  color: white;
}
#index-body .i-category .wrap .left {
  width: 50%;
}
#index-body .i-category .wrap .left .item .ig .icon {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 15px;
}
#index-body .i-category .wrap .left .item.hide{
  display: none;
}
#index-body .i-category .wrap .left .item .ig .t1 {
  opacity: 0.3;
  font-weight: 400;
}
#index-body .i-category .wrap .left ul li {
  height: 100vh;
}
#index-body .i-category .wrap .left ul li .more {
  background-color: black;
  border-color: black;
}
#index-body .i-category .wrap .left ul li .more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .i-category .wrap .right {
  position: sticky;
  top: 100px;
  width: 50%;
  height: calc(100vh - 100px);
}
#index-body .i-category .wrap .right ul li {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100vh - 100px);
  width: 100%;
}
#index-body .i-category .wrap .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-category .wrap .right ul li:nth-child(1) {
  z-index: 10;
}
#index-body .i-category .wrap .right ul li:nth-child(2) {
  z-index: 9;
}
#index-body .i-category .wrap .right ul li:nth-child(3) {
  z-index: 8;
}
#index-body .i-category .wrap .right ul li:nth-child(4) {
  z-index: 7;
}
#index-body .i-category .wrap .right ul li:nth-child(5) {
  z-index: 6;
}
#index-body .i-category .wrap .right ul li:nth-child(6) {
  z-index: 5;
}
#index-body .i-category .wrap .right ul li:nth-child(7) {
  z-index: 4;
}
#index-body .i-category .wrap .right ul li:nth-child(8) {
  z-index: 3;
}
#index-body .i-category .wrap .right ul li:nth-child(9) {
  z-index: 2;
}
#index-body .i-category .wrap .right ul li:nth-child(10) {
  z-index: 1;
}
strong {
  font-weight: bold;
}
#index-body .product {
  overflow: hidden;
}
#index-body .product .tip {
  max-width: 950px;
  margin: 0 auto;
}
#index-body .product .top ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product .top ul li {
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 18px;
  line-height: 60px;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.5s;
}
#index-body .product .top ul li:hover,
#index-body .product .top ul li.active {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .bottom .item {
  display: none;
}
#index-body .product .bottom .item .swiper{
  padding-top: 15px;
  overflow: visible;
}
#index-body .product .bottom .item.active {
  display: block;
}
#index-body .product .bottom .item .ig {
  padding-bottom: 55px;
  transition: 0.5s;
}
#index-body .product .bottom .item .ig .img {
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  display: block;
  padding: 70px 0;
  transition: 0.5s;
}
#index-body .product .bottom .item .ig .cont {
  opacity: 0;
  transition: 0.5s;
}
#index-body .product .bottom .item .ig:hover .img {
  padding: 0;
}
#index-body .product .bottom .item .ig:hover .cont {
  opacity: 1;
}
/*#index-body .product .bottom .item .swiper-slide {
  padding-top: 0;
  padding-bottom: 55px;
}
#index-body .product .bottom .item .swiper-slide-active .ig {
  padding-top: 55px;
  padding-bottom: 0;
}
#index-body .product .bottom .item .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .ig {
  padding-top: 55px;
  padding-bottom: 0;
}*/
#index-body .product .bottom .item .btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .product .bottom .item .btns .prev,
#index-body .product .bottom .item .btns .next {
  width: 65px;
  height: 65px;
  border: solid 1px #e8e8e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .product .bottom .item .btns .prev:hover,
#index-body .product .bottom .item .btns .next:hover {
  background: #e8e8e8;
}
#index-body .product .bottom .item .btns .pagination {
  width: 50%;
  height: 6px;
  position: relative;
  margin: 0 50px;
  background-color: #e8e8e8;
}
#index-body .product .bottom .item .btns .pagination .swiper-pagination-progressbar-fill {
  background: var(--color);
}
#index-body .about .top {
  background: url(../images/a1.jpg) no-repeat top center / cover;
}
#index-body .about .top .left {
  width: 16%;
}
#index-body .about .top .left .tag {
  background: #ffffff;
  color: #000000;
}
#index-body .about .top .right {
  width: 82%;
  color: #ffffff;
}
#index-body .about .top .right .text {
  line-height: 1.6;
}
#index-body .about .top .right .text p {
  margin-top: 2em;
}
#index-body .about .dates {
  background-color: #1b1b1b;
}
#index-body .about .dates ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .about .dates ul li {
  position: relative;
}
#index-body .about .dates ul .num {
  font-size: 80px;
  line-height: 1;
  color: #2e2e2e;
}
#index-body .about .dates ul .num span {
  font-size: 20px;
}
#index-body .about .dates ul .txt {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}



#index-body .production {
  overflow: hidden;
}
#index-body .production .box {
  padding: 60px 80px 80px;
  background-color: #0e4493;
  border-radius: 50px 0px 50px 0px;
  color: #ffffff;
}
#index-body .production .box .tip .left {
  width: 60%;
}
#index-body .production .box .tip .btn {
  margin: 0 0 0 auto;
}
#index-body .production .box .tip .btn div {
  width: 65px;
  height: 65px;
  border: solid 1px #e8e8e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
#index-body .production .box .tip .btn div img {
  filter: invert(1);
  transition: 0.5s;
}
#index-body .production .box .tip .btn div:hover {
  background: #ffffff;
}
#index-body .production .box .tip .btn div:hover img {
  filter: none;
}
#index-body .production .box .center {
  padding: 0 16%;
}
#index-body .production .box .center .slick-list {
  overflow: visible;
}
#index-body .production .box .center ul {
  margin: 0 -16px;
}
#index-body .production .box .center ul li {
  padding: 0 16px;
}
#index-body .production .box .center ul li img {
  width: 100%;
}
#index-body .advantage .tip {
  max-width: 1050px;
  margin: 0 auto;
}
#index-body .advantage .bottom {
  padding: 0 80px;
}
#index-body .advantage .bottom ul {
  margin: 0 -40px;
}
#index-body .advantage .bottom ul li {
  padding: 0 40px;
}
#index-body .advantage .bottom .icon {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: end;
}
#index-body .advantage .bottom .tit {
  line-height: 1.1;
}
#index-body .advantage .bottom .cont {
  line-height: 1.6;
  color: #4d4d4d;
}
#index-body .letter {
  background: url(../images/img.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#index-body .letter .box {
  max-width: 1320px;
  margin: 0 auto;
}
#index-body .letter .box .tag {
  background: var(--color);
}
#index-body .letter .box .title {
  max-width: 957px;
  margin: 0 auto;
}
#index-body .letter .box form input {
  width: 400px;
  height: 50px;
  border-radius: 10px;
  border: solid 2px #ffffff;
  background: none;
  text-align: center;
  font-size: 16px;
}
#index-body .letter .box form input::placeholder {
  color: #ffffff;
}
#index-body .letter .box form button {
  margin-top: 32px;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
}
#index-body .news {
  background-color: #f2f2f2;
}
#index-body .news .tip .title {
  width: 45%;
}
#index-body .news .tip .right {
  text-align: right;
}
#index-body .news .bottom ul {
  margin: -20px;
}
#index-body .news .bottom ul li {
  padding: 20px;
}
#index-body .news .bottom .ig {
  background: url(../images/new_dot.png) no-repeat right 38px bottom 27px;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 45px 36px 60px;
  transition: 0.5s;
}
#index-body .news .bottom .ig:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
#index-body .news .bottom .ig .tit {
  line-height: 1.4;
  height: 2.8em;
  transition: 0.5s;
}
#index-body .news .bottom .ig .tit:hover {
  color: var(--color);
}
#index-body .news .bottom .ig .cont {
  line-height: 1.6;
  height: 3.3em;
  color: #4d4d4d;
}
#index-body .form {
  background: url(../images/form.jpg) no-repeat center center / cover;
}
#index-body .form .box {
  max-width: 790px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
#index-body .form .box .more {
  background: #000000;
  cursor: pointer;
}
#index-body .form .box .more:hover {
  background: #ffffff;
  color: var(--color);
}
#footer {
  background-color: #1b1b1b;
  color: #fff;
}
#footer .f-box .left {
  width: 55%;
}
#footer .f-box .left .title {
  line-height: 1;
}
#footer .f-box .left .box {
  max-width: 530px;
  font-size: 16px;
  color: #7a7a7a;
}
#footer .f-box .left .box .tit {
  font-family: "Unbounded";
  line-height: 1;
  font-size: 20px;
  color: #ffffff;
}
#footer .f-box .left .box a {
  transition: 0.5s;
}
#footer .f-box .left .box a:hover {
  color: #ffffff;
}
#footer .f-box .left .box .f-nav li {
  margin-bottom: 0.4em;
}
#footer .f-box .left .box .f-nav li ul{
  display: none;
}
#footer .f-box .right {
  max-width: 390px;
  text-align: right;
}
#footer .f-box .right .ewm_img {
  width: 176px;
  margin: 0 0 0 auto;
  font-size: 16px;

}
#footer .f-box .right .share ul {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 18px;
}
#footer .f-box .right .share ul li {
  margin-right: 32px;
}
#footer .f-box .right .share ul li:last-child {
  margin-right: 0;
}
#footer .f-box .right .share ul .ewm {
  position: relative;
}
#footer .f-box .right .share ul .ewm #ewm {
  width: 100px;
  height: 100px;
  border: 5px solid #ffffff;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 120%;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
#footer .f-box .right .share ul .ewm:hover #ewm {
  opacity: 1;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #7a7a7a;
  text-align: right;
  position: relative;
}
#footer .f-copy .bq {
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 30px;
  fill: #7a7a7a;
  margin-top: 1px;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #7a7a7a;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
#footer .back_top {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background: var(--color);
  cursor: pointer;
}
#footer .back_top i {
  margin-left: 22px;
}
@media screen and (max-width: 1700px) {
  #index-body .advantage .bottom ul {
    margin: 0 -30px;
  }
  #index-body .advantage .bottom ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1450px) {
  @keyframes ban1 {
    0% {
      width: 0;
    }
    100% {
      width: 50px;
    }
  }
  @keyframes ban2 {
    0% {
      height: 0;
    }
    100% {
      height: 50px;
    }
  }
  #banner .ig .line{
     height: 50px;
  }
   #banner .ig .line2{
       width: 50px;
  }
  #banner .ig1 .line2,#banner .ig3 .line2  {
    right: 45px;
    top: 63px;
  }
  #banner .ig1 .txt,#banner .ig3 .txt {
    right: 97px;
    top: 40px;
  }
  #banner .ig2 .line2{
    right: -89%;
  }
  #banner .ig2 .txt {
    right: -36px;
  }
  #banner .ig4 .line2{
    width: 75px;
  }
  #banner .ig4 .line {
    left: 320%;
    top: -60%;
}
#banner .ig4 .txt {
    right: -256px;
    top: -39px;
}
  #index-body .about .dates ul .num {
    font-size: 70px;
  }
  #index-body .advantage .bottom ul {
    margin: 0 -15px;
  }
  #index-body .advantage .bottom ul li {
    padding: 0 15px;
  }
  #index-body .advantage .bottom {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-category .wrap .txt {
    margin-bottom: 20px;
  }
  #index-body .i-category .wrap .img {
    margin-bottom: 30px;
  }
  #banner {
    margin-top: 60px;
    padding: 20px;
  }
  #index-body .about .dates ul .num {
    font-size: 50px;
  }
  #index-body .news .tip .title {
    width: 55%;
  }
  #index-body .production .ig {
    padding: 0;
  }
  #index-body .production .box .center {
    padding: 0 6%;
  }
  #index-body .advantage .bottom .tit {
    font-size: 16px;
  }
  #index-body .product .bottom .item .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .ig {
    padding-bottom: 55px;
    padding-top: 0;
  }
  #index-body .product .bottom .item .swiper-slide-active + .swiper-slide + .swiper-slide .ig {
    padding-bottom: 0;
    padding-top: 55px;
  }
  @keyframes ban1 {
    0% {
      width: 0;
    }
    100% {
      width: 30px;
    }
  }
  @keyframes ban2 {
    0% {
      height: 0;
    }
    100% {
      height: 30px;
    }
  }
    #banner .ig .line{
     height: 30px;
  }
   #banner .ig .line2{
       width: 30px;
  }
  #banner .ig1 .line2,#banner .ig3 .line2 {
    right: 34px;
    top: 44px;
  }
  #banner .ig1 .txt,#banner .ig3 .txt {
    right: 79px;
    top: 30px;
    zoom: 0.8;
  }

  #banner .ig2 .line2{
    right: -36%;
  }
  #banner .ig2 .txt {
    right: -16px;
  }
  #banner .ig4 .line2{
    width: 80px
  }
  #banner .ig4 .line {
    height: 52px;
}
#banner .ig4 .txt {
    right: -256px;
    top: -39px;
}
  #banner .text .box .cont {
    max-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .ig {
    display: none;
  }
  #index-body .i-category .wrap .right {
    display: none;
  }
  #index-body .i-category .wrap .left {
    width: 100%;
  }
  #index-body .i-category .wrap .left ul li {
    height: auto;
  }
  #index-body .i-category {
    overflow: hidden;
  }
  #index-body .i-category .wrap .left ul li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-category .wrap .left {
    padding: 0;
  }
  #index-body .i-category .i-top .right {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
  #index-body .product .top ul li {
    font-size: 16px;
    padding: 0 20px;
    margin: 6px;
  }
  #index-body .product .top ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  #index-body .about .top .left {
    margin-bottom: 20px;
  }
  #index-body .production .box {
    padding: 40px 30px 50px;
  }
  #index-body .news .tip .right {
    margin-top: 30px;
  }
  #footer .f-box .left .box .f-nav {
    display: none;
  }
  #footer .f-box .right {
    min-width: 100%;
    order: -1;
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .f-box .right .ewm_img {
    margin: 0;
  }
  #footer .f-box .right .share ul {
    justify-content: start;
  }
  #footer .f-copy {
    text-align: left;
  }
  #index-body .production .box .tip .btn {
    zoom: 0.8;
  }
  #index-body .about .dates ul .txt {
    position: static;
    transform: translate(0);
  }
  #index-body .about .dates ul .num {
    font-size: 40px;
    color: #525252;
  }
  #index-body .about .dates ul {
    flex-wrap: wrap;
  }
  #index-body .about .dates ul li {
    width: 50%;
  }
  #index-body .news .bottom ul {
    margin: -10px;
  }
  #index-body .news .bottom ul li {
    padding: 10px;
  }
  #index-body .news .bottom .ig {
    padding: 30px 20px 40px;
    background-size: 40px;
  }
  .tag {
    font-size: 14px;
  }
  #banner .text .box {
    padding: 0 20px;
  }
  .font-35{
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 30%;
    zoom: 0.75;
  }
  #index-body .product .top ul li {
    font-size: 14px;
  }
  #index-body .product .bottom .item .btns .prev,
  #index-body .product .bottom .item .btns .next {
    zoom: 0.7;
  }
  #footer .f-box .right .logo {
    zoom: 0.8;
  }
  #banner > img {
    height: 350px;
    object-fit: cover;
  }
  #index-body .product .bottom .item .ig {
    padding: 0 !important;
  }
  #index-body .product .bottom .item .ig .img {
    padding: 0;
  }
  #index-body .product .bottom .item .ig .cont {
    opacity: 1;
  }
  #index-body .production .box .tip .btn {
    margin-top: 30px;
    zoom: 0.6;
  }
  #footer .f-box .right .ewm_img {
    width: 120px;
    font-size: 14px;
  }
  .font-45 {
    font-size: 24px;
  }
  .font-80 {
    font-size: 28px;
  }
  #index-body .about .dates ul .num {
    font-size: 30px;
  }
  #index-body .advantage .bottom {
    padding: 0;
  }
  #index-body .product .top ul li {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .letter .box form input {
    width: 100%;
  }
  #footer .back_top {
    height: 40px;
    font-size: 14px;
  }
  #index-body .production .box {
    padding: 40px 15px 50px;
  }
  #index-body .production .box .center ul {
    margin: 0 -10px;
  }
  #index-body .production .box .center ul li {
    padding: 0 10px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .letter .box form input {
    font-size: 14px;
  }
  .font-80 {
    font-size: 26px;
  }
  #index-body .about .dates ul li {
    width: 100%;
  }
  #index-body .about .dates ul .txt {
    font-size: 14px;
  }
}

/*inner*/

.product-yd-page .product-yd-1 {
  background-color: #f9f9f9;
}
.product-yd-page .product-yd-1 .top a.link {
  color: var(--color);
  text-decoration: underline;
}
.product-yd-page .product-yd-1 .navlink {
  border-bottom: 1px solid #dfdfdf;
}
.product-yd-page .product-yd-1 .navlink a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.2em;
  position: relative;
}
.product-yd-page .product-yd-1 .navlink a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .navlink a.active:before {
  opacity: 1;
}
.product-yd-page .product-yd-1 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.product-yd-page .product-yd-1 .list span {
  margin-top: 1em;
}
.product-yd-page .product-yd-1 .list .slickBtn div {
  background-color: #e6e6e6;
  color: white;
}
.product-yd-page .product-yd-1 .list .slickBtn div.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-yd-page .product-yd-1 .list .slickBtn div.next {
  right: 0;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.product-yd-page .product-yd-1 .list .slickBtn div:hover {
  background-color: var(--color);
}
.product-yd-page .product-yd-1 .list.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.product-yd-page .product-yd-2 span.tag {
  color: #9d9d9d;
}
.product-yd-page .product-yd-2 span.h2 em {
  color: var(--color);
}
.product-yd-page .product-yd-2 .text a {
  text-decoration: underline;
}
.product-yd-page .product-yd-3 .navlink {
  background-color: #f1f1f1;
}
.product-yd-page .product-yd-3 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-3 .list.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.product-yd-page .product-yd-3 .list .box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
}
.product-yd-page .product-yd-3 .list .box .img-box span {
  padding: .4em .8em;
  background-color: #f1f1f1;
  color: #757575;
  left: 1.8em;
  top: 1em;
}
.product-yd-page .product-yd-3 .list .box .content {
  padding: 5%;
}
.product-yd-page .product-yd-3 .list .box .content .text {
  line-height: 1.625;
}
.product-yd-page .product-yd-4 {
  background-color: #f8f8f8;
}
.product-yd-page .product-yd-4 .logo {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .product-yd-4 .logo img {
  max-height: 180px;
}
.product-yd-page .product-yd-4 span.h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide {
  height: auto;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide > div,
.product-yd-page .product-yd-4 .list .slick-track .slick-slide li {
  height: 100%;
}
.product-yd-page .product-yd-4 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.product-yd-page .product-yd-4 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.product-yd-page .product-yd-4 .list .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.product-yd-page .product-yd-5 .text {
  line-height: 2;
}
.product-yd-page .product-yd-5 .text p {
  margin-top: 2em;
}
.product-yd-page .product-yd-5 .text p:first-child {
  margin-top: 0;
}
.hr_ban{
  margin-top: 100px
}
.mbx {
  padding: 10px 0;
}
.inner-banner {
  height: 330px;
  background-size: cover;
  background-position: center;
  background-color: var(--color);
  color: white;
}
.inner-banner .h2{
  font-family: "Unbounded";
}
.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul ul {
  padding: 3% 0;
  border: none;
}
.inner-page .sidebarLeft .slide ul ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebarLeft .slide ul li a:not([href]) {
  font-size: 1.2em;
  color: #444;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active > a i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f1f2eb;
  padding: 12% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}


.inner-page .navlink .line {
  border-bottom: 1px solid #dfdfdf;
}
.inner-page .navlink a {
  padding: 0 1.5em 1.5em;
  position: relative;
}
.inner-page .navlink a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .navlink a.active:before {
  opacity: 1;
}

.inner-page .m-page2 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .7em;
}
.inner-page .m-page2 div a,
.inner-page .m-page2 div span {
  border: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page2 div a:hover,
.inner-page .m-page2 div span.current {
  background-color: #224391;
  border-color: #224391;
  color: white;
}


.oem-page .product-yd-page .product-yd-4 .list .box {
  background-color: #f7f7f7;
}
.mold-page .mold-1 .text {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.mold-page .mold-2 {
  background-color: #224391;
}
.mold-page .mold-4 {
  background-color: #f9f9f9;
}
.mold-page .mold-4 .big .slickBtn div {
  background-color: transparent;
  color: #333;
}
.mold-page .mold-4 .big .slickBtn div:hover {
  color: var(--color);
}
.mold-page .mold-4 .small {
  padding: 0 25%;
}
.mold-page .mold-4 .small a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.mold-page .mold-4 .small .slick-current a:before {
  opacity: 0;
}
.devel-page .devel-1 .text {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.devel-page .devel-1 .list ul li .box {
  position: relative;
  overflow: hidden;
}
.devel-page .devel-1 .list ul li .box .content {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  /*padding: 20% 5% 5%;*/
  /*color: white;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(35, 81, 158, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: -moz-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: linear-gradient(to bottom, transparent, rgba(35, 81, 158, 0.8));*/
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5%;
  /*-webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);*/
}
.devel-page .devel-1 .list ul li .box .content .text {
  line-height: 1.625;
}
/*.devel-page .devel-1 .list ul li .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}*/
.devel-page .devel-2 {
  background-color: var(--color);
  color: white;
}
.devel-page .devel-4:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.devel-page .devel-4 .slickDots {
  --color: #224391;
}
.devel-page .devel-4 .slickDots li {
  border: none;
  background-color: #bebebe;
}
.devel-page .devel-4 .slickDots li.slick-active {
  background-color: var(--color);
}
.global-page .global-1 .ui.container {
  max-width: 1180px;
}
.global-page .global-2 {
  background-color: #224391;
  color: white;
}
.global-page .global-2 .ui.container {
  max-width: 1150px;
}
.global-page .global-2 .more {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.global-page .global-3 .map {
  position: relative;
}
.global-page .global-3 .map .list li {
  position: absolute;
}
.global-page .global-3 .map .list li span {
  width: 4.5em;
  height: 4.5em;
  border-radius: 100%;
  background-color: #224391;
  color: white;
  position: relative;
  z-index: 1;
}
.global-page .global-3 .map .list li .content {
  width: 26.875em;
  padding: 2.5em 1.5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 50%;
  bottom: 50%;
  background-color: white;
  line-height: 2;
}
.global-page .global-3 .map .list li .content a {
  text-decoration: underline;
  color: #224391;
}
.global-page .global-3 .map .list li:nth-child(1) {
  right: 64%;
  bottom: 20%;
}
.global-page .global-3 .map .list li:nth-child(2) {
  right: 22%;
  bottom: 35%;
}
.global-page .global-3 .map .list li:nth-child(3) {
  right: 16%;
  bottom: 46%;
}
.global-page .global-3 .map .list li:nth-child(3) .content {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
.global-page .global-3 .map:hover .list li .content {
  display: none;
}
.global-page .global-3 .map .list li:hover .content {
  display: block;
}
.global-page .global-3 .map .list li span.full:after,
.global-page .global-3 .map .list li span.full:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
  -webkit-animation:ks 2s linear infinite;
  -o-animation:ks 2s linear infinite;
  -ms-animation:ks 2s linear infinite;
  -moz-animation:ks 2s linear infinite;
  animation:ks 2s linear infinite;
  zoom: .5;
}
.global-page .global-3 .map .list li span.full:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.global-page .global-4 {
  overflow: hidden;
}
.global-page .global-4 .text {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.global-page .global-4 .list {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.global-page .global-4 .list ul {
  margin: -20px;
  -webkit-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -moz-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}
.global-page .global-4 .list ul .slick-track {
  flex-wrap: wrap;
}
.global-page .global-4 .list ul .slick-track .slick-slide>div {
  height: auto;
}
.global-page .global-4 .list ul:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
}
.global-page .global-4 .list ul li {
  padding: 20px;
}
.global-page .global-4 .list a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 {
  padding: 5.5% 0 35%;
}
.about-page .about-1 .text {
  max-width: 660px;
  margin-left: auto;
  color: white;
}
.about-page .about-2 .left {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, transparent), color-stop(55%, #224391), color-stop(45%, #224391));
  background-image: -webkit-linear-gradient(bottom, transparent 15%, #224391 55%, #224391 45%);
  background-image: -moz-linear-gradient(bottom, transparent 15%, #224391 55%, #224391 45%);
  background-image: linear-gradient(to top, transparent 2%, #224391 55%, #224391 45%);
  padding: 5% 5% 35%;
  margin-top: -20%;
}
.about-page .about-2 .right .text {
  line-height: 2;
}
.about-page .about-3 .text {
  line-height: 2;
}
.about-page .about-4 {
  padding: 0 12%;
  overflow: hidden;
}
.about-page .about-4 .slick-list {
  overflow: unset;
}
.about-page .about-4 .box {
  position: relative;
  overflow: hidden;
}
.about-page .about-4 .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20% 5% 5%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 81, 158, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: linear-gradient(to top, rgba(35, 81, 158, 0.8), transparent);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-page .about-5 .left {
  margin-right: -14%;
  margin-left: -4%;
  position: relative;
  z-index: -1;
}
.about-page .about-6 {
  color: white;
}
.about-page .about-6 .flex {
  width: 100%;
}
.about-page .about-6 span.h2 {
  line-height: .7;
  font-weight: bold;
}
.about-page .about-6 .content {
  max-width: 380px;
  padding: 3% 2%;
  background-color: #224391;
  margin-bottom: -3%;
}
.about-page .about-6 .content span.h2 {
  line-height: 1.2;
  font-weight: normal;
}
.about-page .about-6 .content a.link {
  text-decoration: underline;
}
.about-page .about-7 .text {
  line-height: 2;
}
.about-page .about-7 a.more {
  min-width: auto;
}
.about-page .about-7 span.h2 {
  font-weight: bold;
  line-height: 1;
}

.about-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.about-page .manufacturing-1 .list {
  font-size: 0;
}
.about-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: var(--color);
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.about-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .manufacturing-1 .list li span.h6 {
  line-height: 1;
}
.about-page .manufacturing-1 .list li:hover {
  color: black;
}
.about-page .manufacturing-1 .list li:hover:before {
  opacity: 1;
}
.about-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: unset;
  filter: unset;
}

.about-page .about-33 .brands-list ul li .box .color-33{
  white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
}

.about-page .about-33 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}

.about-page .about-33 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    /*overflow-y: auto;*/
    line-height: 2!important;
    transition: all 0.5s;
}

.about-page .about-33 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.about-page .about-33 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-33 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-33 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}

.about-page .about-44 {
    background-color: #f4f5f9;
}

.about-page .about-44 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20% 2.5%;
}

.about-page .about-44 .list ul li {
    padding-top: 130px;
    transition: all 0.5s;
}

.about-page .about-44 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}

.about-page .about-44 .list ul li.swiper-slide {
    opacity: 0;
}

.about-page .about-44 .list ul li.swiper-slide-prev .box {
    transform: scale(1.2) translateX(-20px);
}

.about-page .about-44 .list ul li.swiper-slide-next {
    z-index: 9;
}

.about-page .about-44 .list ul li.swiper-slide-next .box {
    transform: scale(1.2) translateX(20px);
}

.about-page .about-44 .list ul li.swiper-slide-active {
    z-index: 10;
}

.about-page .about-44 .list ul li.swiper-slide-active .box {
    transform: scale(1.4);
}

.about-page .about-44 .list .zdy-switch>div {
    position: absolute;
    background-color: #ededed;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-44 .list .zdy-switch>div:hover {
    background-color: var(--color);
}

.about-page .about-44 .list .zdy-switch>div.swiper-button-prev {
    left: 13%;
}

.about-page .about-44 .list .zdy-switch>div.swiper-button-next {
    right: 13%;
}

@media (max-width: 1450px) {
    .about-page .about-44 .list {
        padding: 0 10% 2.5%;
    }

    .about-page .about-44 .list .zdy-switch>div.swiper-button-prev {
        left: 2%;
    }

    .about-page .about-44 .list .zdy-switch>div.swiper-button-next {
        right: 2%;
    }
}

@media (max-width: 1250px) {
    
    .about-page .about-33 .brands-list ul li .box {
        padding: 20px 15px;
    }

    .about-page .about-44 .list {
        padding: 0 0 2.5%;
    }

    .about-page .about-44 .list .zdy-switch>div.swiper-button-prev {
        left: -9%;
    }

    .about-page .about-44 .list .zdy-switch>div.swiper-button-next {
        right: -9%;
    }

    .about-page .about-44 .list ul li.swiper-slide-prev .box {
        transform: none;
    }

    .about-page .about-44 .list ul li.swiper-slide-next .box {
        transform: none;
    }

    .about-page .about-44 .list ul li.swiper-slide-active .box {
        transform: scale(1.2);
    }

    .about-page .about-44 .list ul li {
        padding-top: 70px;
    }
}
@media (max-width: 700px) {
  

    .about-page .about-44 .list {
        background-image: none !important;
    }

    .about-page .about-44 .list .zdy-switch {
        display: none;
    }

    .about-page .about-44 .list ul li.swiper-slide-active .box {
        transform: none;
    }

    .about-page .about-44 .list ul li {
        padding-top: 0;
    }
}

.history-page ul {
  border-left: 1px solid #d3d5d6;
}
.history-page ul li {
  border-bottom: 1px solid #d3d5d6;
}
.history-page ul li time {
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: #224391;
  color: white;
  position: relative;
  left: -1.875em;
}
.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #9bc476;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #224391;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 5% 4% 0;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f0f1f2;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.more {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.culture-page .culture-1 {
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
}
.culture-page .culture-1 span.h1 {
  line-height: .8;
}
.culture-page .culture-1 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.culture-page .culture-1 .text p {
  margin-top: 1.66666667em;
}
.culture-page .culture-1 .text p:first-child {
  margin-top: 0;
}
.culture-page .culture-2 .left .text span {
  color: #224391;
}
.culture-page .culture-2 .right .content {
  padding: 14% 10%;
  background-color: #f5f7f5;
}
.culture-page .culture-2 .right .content .text i {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 100%;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
}
.culture-page .culture-2 .right .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-page .news-1 .box {
  padding: 4%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box > i {
  margin-right: 0;
  margin-left: 0;
}
.news-page .news-1 .box .content {
  max-width: 600px;
  margin-left: 5%;
  margin-right: 2%;
}
.news-page .news-1 .box .search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.news-page .news-1 .box .search form {
 border: 1px solid white;
 border-bottom: none;
 position: relative;
}
.news-page .news-1 .box .search form input {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  background-color: transparent;
  border: none;
    border: 1px solid white;
  height: 3.625em;
}
.news-page .news-1 .box .search form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::placeholder {
  color: white;
}
.news-page .news-1 .box .search form input.cont_inp{
  padding-right:3.8em; 
}
.news-page .news-1 .box .search form button {
  width: 3.625em;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-page .news-1 .box .search form button i {
  font-size: 1.5em;
}
.news-page .news-2 .list {
  height: 600px;
  padding: 5% 8%;
  position: relative;
  color: white;
}
.news-page .news-2 .list:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#224391), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #224391, transparent);
  background-image: -moz-linear-gradient(bottom, #224391, transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  border-radius: inherit;
}
.news-page .news-2 .list time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
}
.news-page .news-2 .list hr {
  background-color: white;
}
.news-page .news-2 .list a.link {
  text-decoration: underline;
}
.news-page .news-2 .list .slickBtn div {
  background-color: transparent;
  color: #b2b2b2;
}
.news-page .news-2 .list .slickBtn div i {
  font-size: 1.5em;
}
.news-page .news-2 .list .slickBtn div:hover {
  color: var(--color);
}
.news-page .news-3 time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.news-page .news-3 time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page h1 {
  line-height: 1.3;
}
.newdet-page time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.newdet-page time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
.newdet-page .text strong {
  color: black;
}
.newdet-page .text p {
  margin-top: 1.5em;
}
.newdet-page .text p:first-child {
  margin-top: 0;
}
.newdet-page .m-link a {
  /*height: 2em;*/
  padding: 5px 15px;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: black;
}
.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form input::-webkit-input-placeholder, .newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}
.newdet-page .form input:-moz-placeholder, .newdet-page .form textarea:-moz-placeholder {
  color: black;
}
.newdet-page .form input::-moz-placeholder, .newdet-page .form textarea::-moz-placeholder {
  color: black;
}
.newdet-page .form input:-ms-input-placeholder, .newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}
.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}
.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}
.newdet-page .form textarea {
  height: 230px;
}
.newdet-page .form button {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: none;
  background-color: var(--color);
  color: white;
  position: absolute;
  right: .5em;
  bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form button:hover {
  background-color: black;
}
.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #224391;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}
.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .list ul li .text {
  line-height: 2;
}
.faq-page .list ul li.active{
  color: #ffffff;
  background: var(--color)
}
.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page #index-body .init-7 .form form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page #index-body .init-7 .form form button {
  color: #224391;
}
.faq-page #index-body .init-7 .text a {
  color: #224391;
}
.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
  font-family: "Unbounded";
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  width: auto;
}
.contact-page .contact-2 iframe {
  border: none;
  display: block;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
}
@media screen and (max-width: 1700px) {
  .news-page .news-2 .list .slickBtn div {
    color: white;
  }
  .news-page .news-2 .list .slickBtn div.prev {
    left: 0;
    right: auto;
  }
  .news-page .news-2 .list .slickBtn div.next {
    left: auto;
    right: 0;
  }
  .history-page ul {
    margin-left: 25px;
  }
  .global-page .global-3 .map .list li:nth-child(3) .content {
    left: auto;
    top: auto;
    right: 50%;
    bottom: 50%;
  }
  .global-page .global-3 .map .list li:nth-child(2) .content {
    left: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
  }
  .about-page .about-5 .left {
    width: 50%;
    margin-left: -2%;
    margin-right: 0;
  }
  .about-page .about-6 .content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page .news-2 .list {
    height: 480px;
  }
}
@media screen and (max-width: 1250px) {
  .mbx {
    margin-top: 40px;
  }
  .mbx ~ .inner-banner,
  .mbx ~ #banner {
    margin-top: 0;
  }
  .inner-banner ~ .mbx {
    margin-top: 0;
  }
  .inner-banner {
    height: 240px;
  }
  .global-page .global-3 .map {
    zoom: .8;
  }
  .global-page .global-4 .list ul li {
    padding: 10px;
  }
  .global-page .global-4 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 200px;
  }
  .contact-page .contact-1 .left {
    position: static;
  }
  .contact-page .contact-2 iframe {
    height: 360px;
  }
  .about-page .about-5 .left {
    margin-left: 0;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-1 {
    padding: 10% 0 20%;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.5em;
  }
  .font-25 {
    font-size: 16px;
  }
  .global-3 {
    display: none;
  }
  .global-page .global-4 {
    padding-top: 40px;
  }
  .history-page ul li .content {
    width: 60%;
  }
  .history-page ul li .img {
    margin: 0 10px;
    width: 28%;
  }
  .mold-page .mold-4 .small {
    display: none;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
  .newdet-page h1 {
    width: 100%;
    padding-right: 0;
  }
  .newdet-page .form button {
    font-size: 30px;
  }
  .news-page .news-2 .list {
    height: 400px;
  }
  .inner-page .navlink a {
    padding: 0 .5em 1em;
  }
  .font-30 {
    font-size: 20px;
  }
 
}
@media screen and (max-width: 700px) {
  .product-yd-page .product-yd-3 .list,
  .product-yd-page .product-yd-1 .list,
  .prodet-page .prodet-2 .ret .slide {
    position: relative;
    opacity: 1;
    z-index: 1;
    margin-top: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .product-yd-page .product-yd-3 .navlink,
  .product-yd-page .product-yd-1 .navlink,
  .prodet-page .prodet-2 .navlink {
    display: none;
  }
  .product-yd-page .product-yd-4 .logo img {
    max-height: 100px;
  }
  .news-page .news-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .news-1 .box > i {
    display: none;
  }
  .news-page .news-1 .box .content,
  .news-page .news-1 .box .search {
    width: 100%;
    margin: 10px 0;
  }
  .inner-banner {
    height: 160px;
  }
  .history-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page ul li .img {
    width: 80%;
  }
  .history-page ul li .content {
    width: 100%;
    margin-top: 30px;
    padding-left: 5%;
  }
  .faq-page #index-body .init-7 .form form {
    border-radius: 1em;
  }
  .culture-page .culture-2 .right .content {
    padding: 8%;
  }
  .about-page .about-6 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .about-page .about-6 .content {
    max-width: none;
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .slide .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 iframe {
    height: 280px;
  }
  .about-page .about-6 span.h2 em {
    font-size: 1.4em;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.2em;
  }
  .culture-page .culture-2 .right .content .text i {
    width: 1em;
    height: 1em;
    margin-top: .3em;
  }
  .devel-page .devel-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .devel-page .devel-2 ul li {
    width: 100%;
  }
  .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
  .history-page ul li .img {
    width: 70%;
  }
}
#index-body .init-8 {
  background-color: #f8f9f9;
  overflow: hidden;
}
#index-body .init-8 ul {
  padding: 0 10%;
}
#index-body .init-8 ul .slick-list {
  overflow: unset;
}
#index-body .init-8 ul li .content {
  padding: 5% 3%;
  background-color: white;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 ul li .content time {
  color: #d1d0d0;
}
#index-body .init-8 ul li .content .text {
  line-height: 1.625;
}
#index-body .init-8 ul li:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  #index-body .init-8 ul li .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    margin-top: 0;
  }
}
#index-body .init-0 .top {
    max-width: 780px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det img{
  /*max-width: 400px;*/
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
@media screen and (max-width: 700px) {
    #index-body .init-0 .navlink,
    #index-body .init-0 .det {
        display: none;
    }
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  height: auto;
}
.slick-track .slick-slide>div,
.slick-track .slick-slide li {
  height: 100%;
}
.history2-page .about-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.history2-page .about-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.history2-page .about-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.history2-page .about-4 .top .list ul .content span.h6 {
  line-height: 1.8;
}
.history2-page .about-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.history2-page .about-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.history2-page .about-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.history2-page .about-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.history2-page .about-4 .top .list ul .slick-current + div,
.history2-page .about-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.history2-page .about-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.history2-page .about-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history2-page .about-4 .bottom .list {
  color: #999;
}
.history2-page .about-4 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.history2-page .about-4 .bottom .list .slick-current {
  color: var(--color);
}

.gallery-page .img-box .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20% 5% 5%;
    color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(35,81,158,.8)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(35,81,158,.8),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(35,81,158,.8),transparent);
    background-image: linear-gradient(to top,rgba(35,81,158,.8),transparent);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.gallery-page .img-box:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
@media screen and (max-width: 1250px) {
  .hr_ban{
    display: none;
  }
  .mbx2{
    display: none;
  }
  .page-header01 {
    background: white;
  }
  .mobile-menu-wrap01 .mobile-menu {
    background: #f8f8f8;
    color: black;
  }
  #indexMobileBanner ul li .box {
    align-items: flex-start;
    padding-top: 10%;
  }
  #indexMobileBanner ul li .box .title {
    font-size: 19px;
  }
  #indexMobileBanner ul li .box .des {
    font-size: 14px;
  }
}



#index-body .init-5 .box span.h2 em {
  color: var(--color);
}
#index-body .init-5 .box .text {
  line-height: 2;
  max-width: 90%;
}
#index-body .init-5 .box .text p {
  margin-top: 2em;
}
#index-body .init-5 .box .text p:first-child {
  margin-top: 0;
}
#index-body .init-5 .box .list {
  max-width: 94%;
}
#index-body .init-5 .box .right {
  position: relative;
  z-index: -1;
}
#index-body .init-5 .box .right img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
 #index-body .init-5 .forms form {
  height: 4.375em;
  background-color: #f9f9fe;
  border-radius: 2.1875em;
}
 #index-body .init-5 .forms form .logo2 {
  height: 100%;
}
 #index-body .init-5 .forms form .logo2 a {
  height: 100%;
}
 #index-body .init-5 .forms form .logo2 a img {
  height: inherit;
}
 #index-body .init-5 .forms form .logo2,
 #index-body .init-5 .forms form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
 #index-body .init-5 .forms form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
 #index-body .init-5 .forms form button i {
  font-size: 2em;
}
 #index-body .init-5 .forms form ul {
  width: 100%;
  padding: 0 .5%;
}
 #index-body .init-5 .forms form ul li {
  width: 100%;
}
 #index-body .init-5 .forms form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
 #index-body .init-5 .forms form ul li:first-child input {
  border-left: none;
}
#index-body .init-5 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
    #index-body .init-5 .box .right img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  
   #index-body .init-5 .forms form .logo2 {
    display: none;
  }
   #index-body .init-5 .forms form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   #index-body .init-5 .forms form ul li {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
  }
   #index-body .init-5 .forms form ul li input {
    border-left: none;
    padding: 1em;
  }
   #index-body .init-5 .forms form {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
    border-radius: 1em;
  }
   #index-body .init-5 .forms form button {
    margin-left: auto;
  }
}



/*
    product-page
==============================================*/
.product-page .product-text .con {
    max-height: 300px;
    overflow-y: auto;
}

.product-page .sidebox .side-left {
    width: 22%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.product-page .sidebox .side-left .side-nav ul li{
    padding: 5px 0; 
}
.product-page .sidebox .side-left .side-nav ul li a {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
}
.product-page .sidebox .side-left .side-nav ul li .tt{
    position: relative;
    padding-right: 20px;
}
.product-page .sidebox .side-left .side-nav ul li .tt i{
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 1;
    cursor: pointer;
}
.product-page .sidebox .side-left .side-nav ul li a:hover,
.product-page .sidebox .side-left .side-nav ul li.active .tt a {
    color: var(--color);
}

.product-page .sidebox .side-left .side-nav ul li.active .tt i.iconfont-youjiantou{
    transform: rotate(90deg);
}
.product-page .sidebox .side-left .side-nav ul li.active .tt i.iconfont-xiajiantou1{
    transform: rotate(-90deg);
}

.product-page .sidebox .side-left .side-nav ul li.active dl{
    display: block;
}

.product-page .sidebox .side-left .side-nav ul li dl{
    display: none;
    padding-left: 15px;
}
.product-page .sidebox .side-left .side-nav ul li dl dd a{
    font-size: 15px;
    color: #a5a5a5;
}
.product-page .sidebox .side-left .side-nav ul li dl dd.active a{
    color: var(--color);
}

.product-page .sidebox .side-left .side-search form {
    width: 328px;max-width: 100%;
}

.product-page .sidebox .side-left .side-search form input[type="search"] {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    font-size: 16px;
    color: #cccccc;
    padding: 0 50px 0 11px;
}

.product-page .sidebox .side-left .side-search form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 44px;
    background: url(../images/in-ss.png) no-repeat center var(--color);
    border: 0;
}

.product-page .sidebox .side-left .side-recommend ul li .img-box {
    width: 22%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.product-page .sidebox .side-left .side-recommend ul li .tit {
    width: 78%;
    line-height: 1.3;
}

.product-page .sidebox .side-left .side-recommend ul li:last-child {
    margin-bottom: 0;
}

.product-page .sidebox .side-right {
    width: 75%;
}

.product-page .sidebox .side-right ul {
    margin: -24px -16px -24px;
}

.product-page .sidebox .side-right ul li {
    padding: 24px 16px 24px;
}

.product-page .sidebox .side-right ul li .ig .img-box {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.product-page .sidebox .side-right ul li .ig .link {
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 0;
    line-height: 1;
    text-align: center;
    padding: 24px 0 23px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .sidebox .side-right ul li .ig .text .tit {
    font-size: 18px;
    line-height: 1.4;
}

.product-page .sidebox .side-right ul li .ig .text p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-top: 5px;
}

.product-page .sidebox .side-right ul li .ig:hover .link {
    opacity: 1;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .product-page .sidebox .side-left {
        display: none;
    }

    .product-page .sidebox .side-right {
        width: 100%;
    }
}



/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .box .left{
    position: sticky;
    top: 120px;
}
.prodet-page .prodet-1 .left .small .slick-track {
    display: block;
}

.prodet-page .prodet-1 .left .small .arrows {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: black;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none!important;
}

.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
    height: auto;
    width: 100%;
}

.prodet-page .prodet-1 .left .small .arrows:hover {
    background-color: var(--color);
}

.prodet-page .prodet-1 .left .small ul {
    margin: -0.1em 0;
}

.prodet-page .prodet-1 .left .small ul li {
    padding: 0.1em 0;
}
.prodet-page .prodet-1 .left .small ul li .img-box{
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left .big ul li .img-box{
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.22);
}

.prodet-page .prodet-1 .right .text ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0!important;
    margin: -10px -70px -10px -18px;
}
.prodet-page .prodet-1 .right .text ul li{
    list-style-type:none!important;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 16px;
    padding: 5px 18px;
    border-radius: 20px;
	border: solid 1px #333333;
}

.prodet-page .prodet-1 .right .share li a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(40, 40, 40, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.prodet-page .prodet-1 .right .share #ewm2 {
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    bottom: 5px;
    z-index: 3;
    transition: 0.3s all;
    border: 3px solid #fff;
    opacity: 0;
}

.prodet-page .prodet-1 .right .share .ewm:hover #ewm2 {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.prodet-page .prodet-2 .top {

}

.prodet-page .prodet-2 .top span {
    position: relative;
    padding-bottom: 8px;
}
.prodet-page .prodet-2 .top span::after{
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prodet-page .prodet-2 .top i.plus {
    width: 1em;
    height: 1em;
    margin: 0 1em;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prodet-page .prodet-2 .top i.plus:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.prodet-page .prodet-2 .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.prodet-page .prodet-2 .content table {
    color: black;
}

.prodet-page .prodet-2 .content table tr td {
    padding: 1em;
    border-color: #dcdcdc;
    
}
.prodet-page .prodet-2 .content table tr td:nth-child(1){
    min-width: 272px;
}

.prodet-page .prodet-2 .content table tr td p {
    display: inline-block;
    text-align: left;
}

.prodet-page .prodet-2 .list {
    -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}

.prodet-page .prodet-2 .list li {
    height: 100%;
}

.prodet-page .prodet-2 .list .box {
    background-color: white;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    justify-content: flex-start;
}

.prodet-page .prodet-2 .list .box i {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.prodet-page .prodet-2 .list .box i img {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: var(--color);
    position: absolute;
    z-index: -1;
}

.prodet-page .prodet-2 .list .box i:before {
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.prodet-page .prodet-2 .list .box i:after {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%) scale(0.6);
    -moz-transform: translate(-50%, 50%) scale(0.6);
    -ms-transform: translate(-50%, 50%) scale(0.6);
    transform: translate(-50%, 50%) scale(0.6);
}

.prodet-page .prodet-2 .list .box:hover {
    background-color: var(--color);
    color: white;
}

.prodet-page .prodet-2 .list .box:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.prodet-page .prodet-2 .list .box:hover .text {
    color: inherit;
}

.prodet-page .prodet-3 {
    background-color: #f7f7f7;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
    width: 100%;
    padding: 1em 2em;
    background-color: white;
    border: none;
}

.prodet-page .prodet-3 .form ul li textarea {
    height: 14.44444444em;
}

.prodet-page .prodet-3 .form ul li button {
    height: 2.75em;
    width: 10em;
    padding: 0 1em;
    max-width: 100%;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
    border-radius: 35px;
    font-weight: normal;
}

.prodet-page .prodet-3 .form ul li button:hover {
    background-color: black;
}

.prodet-page .prodet-4 span.h2 em {
    color: var(--color);
}

.inner-page .relatedPro .box {
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .relatedPro .box a.img-box {
    border-radius: inherit;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}

.inner-page .relatedPro .box a.img-box .link {
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 0;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .relatedPro .box:hover a.img-box .link {
    opacity: 1;
    width: 100%;
}
.inner-page .relatedPro .box .btn {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.inner-page .relatedPro .box .btn a {
    height: 2.71428571em;
    min-width: 2.71428571em;
    padding: 0 1.42857143em;
    border-radius: 1.42857143em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .relatedPro .box .btn a:first-child {
    padding: 0;
    background-color: #ccc;
}

.inner-page .relatedPro .box .btn a:first-child i {
    font-size: 1.5em;
}

.inner-page .relatedPro .box .btn a:last-child {
    background-color: var(--color);
    color: white;
    margin-top: -2.71428571em;
    opacity: 0;
}

.inner-page .relatedPro .box .btn a:last-child:hover {
    background-color: black;
}

.inner-page .relatedPro .box:hover {
    border-color: var(--color);
}

.inner-page .relatedPro .box:hover .btn a:last-child {
    opacity: 1;
}

.inner-page .relatedPro .box .des{
    color: rgba(0, 0, 0, 1);
}


.inner-page .relatedPro .slick li {
    height: 100%;
    padding-bottom: 1.35714286em;
}

.inner-page .relatedPro .slickDots li {
    margin: 0 1.2em;
    background-color: #ccc;
    border: none;
}

.inner-page .relatedPro .slickDots li.slick-active {
    background-color: var(--color);
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
        position: static;
    }
.prodet-page .prodet-1 .right .text ul {
    margin: -10px -18px;
}
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .right h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .prodet-page .prodet-2 .top span {
        font-size: 18px;
        line-height: 32px;
    }
}



/*
    support-page
==============================================*/
.color-66 {
    color: #666;
}
.support-page .support-1 .text {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;color: #000;
}

.support-page .support-1 .list li {
    padding: 4% 7%;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0;
}

.support-page .support-1 .list li i {
    width: 1em;
    height: 1em;
    background-color: #f6f8fa;
}

.support-page .support-1 .list li:hover {
    top: -10px;
}

.support-page .support-2 .left {
    direction: rtl;
}

.support-page .support-2 .left .img {
    width: 134%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.support-page .support-2 .left .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.support-page .support-2 .right .content {
    padding-left: 10%;
    background-color: #f5f5f7;
    height: 94%;
    position: relative;
}
.support-page .support-2 .right .content .text{
    color: #000;
}

.support-page .support-2 .right .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-2 .right .content .list {
    margin-top: auto;
    font-weight: 500;
}

.support-page .support-2 .right .content .list span.num {
    width: 2.66666667em;
    height: 2.66666667em;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(330deg, #0c1937, #0c286c);
    background-image: -moz-linear-gradient(330deg, #0c1937, #0c286c);
    background-image: linear-gradient(120deg, #0e4493, #0e4493);
    color: white;
}

.support-page .support-2 .right .content .list .text {
    color: #000;
}

.support-page .support-4 .content {
    margin-left: auto;
    padding-left: 5%;
    background-color: var(--color);
    color: white;
    position: relative;
}

.support-page .support-4 .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-4 .content .check {
    font-weight: normal;
}

.support-page .support-4 .content .check p:before {
    background-color: white;
    color: var(--color);
}

/*.support-page .support-5 .right {
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
    transform: translateX(8%);
}*/

.support-page .support-5 .right .list span.h6 {
    cursor: pointer;
    cursor: hand;
    color: #333;
        /*-webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;*/
}

.support-page .support-5 .right .list span.h6 em {
    width: 1.7em;
}

.support-page .support-5 .right .list span.h6 i {
    margin-left: auto;
    font-weight: normal;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li.active {
    background-color: var(--color);
}
.support-page .support-5 .right .list li.active span.h6,.support-page .support-5 .right .list li.active .text {
   color: #ffffff;
}
.support-page .support-5 .right .list li.active span.h6 i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1450px) {
    .support-page .support-5 .right {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 1250px){
    .support-page .support-2 .right .content{
        height: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-2 .left {
        direction: ltr;
    }
    .support-page .support-2 .left .img{
        width: 100%;
    }
    .support-page .support-2 .right .content {
        padding: 5% !important;
        height: auto;
    }
    .support-page .support-2 .right .content:before{
        display: none;
    }

    .support-page .support-4 .content {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .support-page .support-2 .right .content .list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*==============================================
    support-page
*/

.seoPublic .Auxil-about .box .right .text{
  max-height: 330px;
  padding-right: 5px;
}


.m-page {
  text-align: center;
  margin-top: 60px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.m-page a:hover,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
@media (max-width: 500px) {
   .m-page {
    margin-top: 20px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
    height: 28px;
  }
}