@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #0570b7;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
}
.swiper-slide text{
    height: 92px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  padding: 17px 21px 15px 20px;
  border-radius: 10px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-left: 11px;
}
.more.white {
  background: #fff;
  color: var(--color);
}
.more.white:hover {
  background: var(--color);
  color: #fff;
}
.more:hover,
.more:focus {
  background: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 18px;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 3.28em;
  font-size: 18px;
  line-height: 1;
  height: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #0570b7;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  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 .menu-box ul.menu > li:nth-child(2) .sub-menu{
  display: none;
}
#header .nav .ui.menu .phone i {
  padding: 7px 8px;
  border-radius: 50%;
  background: var(--color);
}
#header .nav .ui.menu .phone span {
  font-size: 16px;
  padding: 9px 15px 1px 16px;
  background: var(--color);
  color: #fff;
  border-radius: 16px;
  line-height: 1;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .msg {
  padding: 20px 39px 19px;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
#header .product_down{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
  padding: 40px 0;
  display: none;
}
#header .product_down .left {
    width: 30%;
    padding-right: 100px;
}
#header .product_down .left ul li {
    margin-bottom: 20px;
}
#header .product_down .left ul li a {
    display: block;
    border-left: 3px solid transparent;
    border-radius: 0 24px 24px 0;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    padding: 12px 20px;
}
#header .product_down .left ul li.active a {
    border-left-color: var(--color);
    box-shadow: 0px 10px 20px 2px rgba(5, 28, 45, .08);
    color: var(--color);
}
#header .product_down .right {
    width: 70%;
}
#header .product_down .right .item.active {
    display: block;
}
#header .product_down .right .item ul {
    margin: -10px;
    max-height: 385px;
    overflow: auto;
}
#header .product_down .right .item ul li {
    padding: 10px;
    text-align: center;
}
#header .product_down .right .item ul li .box {
    display: block;
    transition: all .4s;
    padding-top: .64rem;
    overflow: hidden;
    border-radius: 20px;
    padding: .64rem .16rem 0;
}
#header .product_down .right .item ul li .img-box {
    padding: 20px;
}
#header .product_down .right .item ul li .img-box img {
    width: 90%;
    display: block;
    margin: auto;
}
#header .product_down .right .item ul li .name {
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 80px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
  height: 45vw;
  min-height: 200px;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .box {
  width: 56%;
}
#banner ul li .text .title {
  line-height: 1.3;
}
#banner ul li .text .con {
  width: 76%;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(0, 0, 0, 0.6)), color-stop(5%, rgba(0, 0, 0, 0.6)), to(rgba(252, 90, 10, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.6) 5%, rgba(252, 90, 10, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.6) 5%, rgba(252, 90, 10, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.6) 5%, rgba(252, 90, 10, 0) 100%);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.title,
.i-title {
  font-weight: 600;
}
.i-tag {
  font-size: 18px;
  display: block;
}
.i-title {
  font-size: 40px;
  line-height: 1.5;
}
.i-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  background: var(--color);
  margin-top: 5px;
}
.i-title.jz::after {
  margin-left: auto;
  margin-right: auto;
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .i-category {
  background-color: #064874;
  padding: 3.75% 0 6.25%;
}
#index-body .i-category .header {
  color: #fff;
}
#index-body .i-category .header .title {
  letter-spacing: 1px;
  line-height: 1;
}
#index-body .i-category .header .title::after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  background-color: var(--color);
  margin-top: 53px;
}
#index-body .i-category .content ul {
  margin: -20.5px;
  position: relative;
}
#index-body .i-category .content ul li {
  padding: 20.5px;
}
#index-body .i-category .content ul li .ig {
  height: 660px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
#index-body .i-category .content ul li .ig .title {
  width: 79%;
}
#index-body .i-category .content ul li .ig .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .i-category .content ul li .ig .bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  opacity: .75;
}
#index-body .i-category .content ul li .ig:hover .bg {
  opacity: 1;
}
#index-body .i-category .content ul li .ig:hover .title {
  color: #fff;
}
#index-body .i-category .content ul li .ig:hover .more {
  background: #fff;
  color: var(--color);
}
#index-body .i-category .content ul li:nth-child(3) .ig,
#index-body .i-category .content ul li:last-child .ig {
  height: 310px;
}
#index-body .i-category .content ul li:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .i-product {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: cover;
  padding: 2.96875% 0 4.53125%;
}
#index-body .i-product ul li .ig {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-product ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/product-tb.png) no-repeat center;
  background-size: cover;
}
#index-body .i-product ul li .ig .text{
  min-height: 93px;  
}
#index-body .i-product .page .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #999;
  font-size: 18px;
  font-weight: 600;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .page .arrow:hover {
  border-color: var(--color);
  color: var(--color);
}
#index-body .i-product .page .swiper-scrollbar {
  margin: 0 20px;
  position: initial;
  width: 18.75%;
  height: 5px;
  background-color: #d2d2d2;
  border-radius: 3px;
}
#index-body .i-product .page .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
#index-body .i-about {
  background: #064874;
  color: #fff;
  padding: 6.51042% 0 6.3542%;
}
#index-body .i-about .img {
  border-radius: 20px;
}
#index-body .i-about .left {
  width: 45.625%;
}
#index-body .i-about .left .num {
  line-height: 1;
}
#index-body .i-about .right {
  width: 49.125%;
}
#index-body .i-about .right h1 {
  display: inline;
}
#index-body .i-about .right .more:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-about .right .img {
  width: 92.8756%;
  margin-left: auto;
}
#index-body .i-application .box {
  height: 840px;
}
#index-body .i-application .box .top ul li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .top ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .box .top ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-application .box .bottom {
  top: 0;
  left: 0;
  width: 50.1042%;
  height: 100%;
  z-index: 4;
  color: #fff;
  padding: 4.84375% 4.95% 0 8.39%;
}
#index-body .i-application .box .bottom .i-title::after {
  display: none;
}
#index-body .i-application .box .bottom .content {
  width: 79%;
}
#index-body .i-application .box .bottom ul li .tit span {
  font-weight: 400;
}
#index-body .i-application .box .bottom ul li .more:hover {
  background: #000;
  color: #fff;
}
#index-body .i-application .box .icon {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: 4;
  width: 80px;
  padding: 80px 0;
}
#index-body .i-application .box .icon ul {
  margin: -20px;
}
#index-body .i-application .box .icon ul .slick-track {
  display: block;
}
#index-body .i-application .box .icon ul li {
  padding: 20px;
}
#index-body .i-application .box .icon ul li i {
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .i-application .box .icon ul .slick-current li i {
  background: var(--color);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.2);
}
#index-body .i-application .box .icon ul .slick-current li i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-application .box::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 50.1042%;
  height: 100%;
  background-color: var(--color);
  opacity: 0.95;
}
#index-body .i-strength {
  padding: 6.25% 0;
  background: #064874;
  color: #fff;
}
#index-body .i-strength .left {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .i-strength .left .more:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-strength .left .con {
  width: 76%;
}
#index-body .i-strength .right {
  width: 47.5%;
}
#index-body .i-strength .right ul li {
  height: 480px;
  border-radius: 20px;
  background-size: 100% 100%;
}
#index-body .i-strength .right ul li .text {
  right: 49px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51.6%;
  height: 58.75%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .i-strength .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-contact {
  padding: 6.98% 0 6.93%;
  z-index: 1;
}
#index-body .i-contact .left {
  color: #fff;
  width: 36.25%;
}
#index-body .i-contact .left .i-title::after {
  display: none;
}
#index-body .i-contact .right {
  width: 40.625%;
  background-color: #ffffff;
}
#index-body .i-contact .right .form ul {
  margin: -15px;
}
#index-body .i-contact .right .form ul li {
  padding: 15px;
}
#index-body .i-contact .right .form ul li input[type="text"],
#index-body .i-contact .right .form ul li textarea {
  width: 100%;
  height: 48px;
  background-color: #ebebeb;
  border: 0;
  font-size: 18px;
  color: #666666;
  padding: 0 19px;
}
#index-body .i-contact .right .form ul li textarea {
  height: 90px;
  padding-top: 9px;
}
#index-body .i-contact .right .form ul li input[type="submit"] {
  width: 100%;
  border: 0;
  text-align: center;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  padding: 11px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-contact .right .form ul li input[type="submit"]:hover {
  background: #000;
}
#index-body .i-contact::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#index-body .i-news {
  background: #064874;
  color: #fff;
  padding: 5.78125% 0 6.2%;
}
#index-body .i-news ul li {
  border: 1px solid #ccc;
  border-left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .con {
  width: 90%;
}
#index-body .i-news ul li:hover {
  border-color: var(--color);
}
#index-body .i-news ul li:hover .more {
  background: var(--color);
  color: #fff;
}
#index-body .i-news ul .swiper-slide-active {
  border-left: 1px solid #ccc;
}
#footer {
  background-color: #191919;
  color: #fff;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 4px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li i {
  width: 24px;
}
#footer .f-content ul li span {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer #ewm {
  width: 186px;
  border: 10px solid #fff;
}
#footer .f-contact {
  width: 21%;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  position: relative;
  padding: 18px 0 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 2.2em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 1em;
  }
  #index-body .i-category .content ul li .ig {
    height: 560px;
  }
  #index-body .i-category .content ul li:nth-child(3) .ig,
  #index-body .i-category .content ul li:last-child .ig {
    height: 260px;
  }
  #index-body .i-strength .right ul li {
    height: 400px;
  }
  .font-24 {
    font-size: 23px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-category .content ul {
    margin: -10px;
  }
  #index-body .i-category .content ul li {
    padding: 10px;
  }
  #index-body .i-category .content ul li .ig .title {
    width: 100%;
  }
  #index-body .i-application .box {
    height: 700px;
  }
  #index-body .i-application .box .bottom {
    padding: 2% 3.5% 0 4%;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-application .box .icon {
    padding: 20px 0;
  }
  #index-body .i-application .box .icon ul {
    margin: -15px;
  }
  #index-body .i-application .box .icon ul li {
    padding: 15px;
  }
  #index-body .i-strength .right ul li .text {
    width: 70%;
    right: 20px;
  }
  #index-body .i-contact .left {
    width: 42%;
  }
  #index-body .i-contact .right {
    width: 50%;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text .box {
    width: 100%;
  }
  #index-body .i-category .content ul li {
    width: 50%;
  }
  #index-body .i-category .content ul li .ig {
    height: 460px;
  }
  #index-body .i-category .content ul li:last-child {
    position: initial;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-application .box {
    height: 500px;
  }
  #index-body .i-application .box .i-title {
    font-size: 27px;
  }
  #index-body .i-application .box .header .con {
    display: none;
  }
  #index-body .i-strength .left {
    width: 100%;
    position: initial;
  }
  #index-body .i-strength .left .tb {
    display: none;
  }
  #index-body .i-strength .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-contact .left {
    width: 100%;
  }
  #index-body .i-contact .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 45%;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
    padding: 12px 20px;
  }
  #banner ul li .text .con {
    display: none;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  #index-body .i-category .header .left .title {
    font-size: 30px;
  }
  #index-body .i-category .content ul li .ig {
    height: 360px;
  }
  #index-body .i-category .content ul li .ig .img-box {
    zoom: .7;
  }
  #index-body .i-category .content ul li:nth-child(3) .ig,
  #index-body .i-category .content ul li:last-child .ig {
    height: 220px;
  }
  #index-body .i-application .box {
    zoom: .7;
  }
  #index-body .i-strength .right ul li {
    height: 360px;
  }
  #index-body .i-contact .right .form ul {
    margin: -7px;
  }
  #index-body .i-contact .right .form ul li {
    padding: 7px;
  }
  #index-body .i-contact .right .form ul li input[type="text"],
  #index-body .i-contact .right .form ul li textarea {
    font-size: 16px;
  }
  #index-body .i-news ul li .top {
    font-size: 14px;
  }
  #index-body .i-news ul li .top span {
    margin-left: 6px;
  }
  #index-body .i-news ul li .con {
    width: 100%;
  }
  #footer .f-content .f-ab .title,
  #footer .f-content .f-ab #ewm {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .i-tag {
    font-size: 14px;
    line-height: 2;
  }
  .i-title {
    font-size: 24px;
  }
  .font-18 {
    line-height: 1.8 !important;
  }
  #index-body .i-category .header .title::after {
    display: none;
  }
  #index-body .i-category .header .more {
    margin-top: 20px;
  }
  #index-body .i-category .content ul li {
    width: 100%;
  }
  #index-body .i-about .left {
    display: none;
  }
  #index-body .i-about .right .img {
    display: none;
  }
  #index-body .i-application .box {
    height: 400px;
  }
  #index-body .i-application .box .bottom .header .i-title {
    font-size: 20px;
  }
  #index-body .i-application .box .icon {
    left: 54%;
  }
  #index-body .i-application .box .icon ul li i {
    width: 60px;
    height: 60px;
  }
  #index-body .i-strength .left .con {
    width: 100%;
  }
  #index-body .i-strength .right ul li {
    height: 270px;
  }
  #index-body .i-strength .right ul li .text {
    width: 90%;
    height: 70%;
  }
  #index-body .i-contact .right .form ul li {
    width: 100%;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.grid-box {
    font-size: 0;
[;
    letter-spacing: -4px;
    font-size: 12px;
]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;
    letter-spacing: 0;
]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.font-bold{
  font-weight: 600;
}
.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #0570b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #0570b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #0570b7;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom: 10px;
    /*font-family: Unbounded;*/
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
.inner-page .m-page {
    text-align: center;
    margin-top: 97px
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next {
    margin-left: 20px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}
@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}
.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: 600;
    font-style:italic; 
    display: block;
    font-size: 50px;
    line-height: 1.2;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: #666;
    margin-top: 20px;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more {
    margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
    height: 300px;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1200px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 36px;
    }
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        width: 100%;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 32px;
    }
}
@media screen and (max-width:700px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 20px;
        line-height: 36px;
    }
    #cp-Nav .nav div.title{
        line-height: 32px;
    }
}

.product-page {
    padding: 100px 0 100px 0;
    min-height: 80vh;
}
.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-left: 35px;
    margin-left: auto;
}
.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
    transition: all 0.5s;
    font-weight: 600;
}
.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}
.seoPublic .Auxil-about .box .right div.h3{
    line-height: 44px!important;
}
@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .seoPublic .Auxil-about .box .right div.h3{
        line-height: 32px;
    }
}
@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
    .product-page {
        padding: 60px 0 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .product-page {
        padding: 30px 0 30px 0;
    }
}
.pro-box .pro-left {
    width: 420px;
    position: sticky;
    top: 150px;
    float: left;
}
.pro-box .pro-left .menus {
    margin-bottom: 50px;
}
.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}
.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}
.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: #fff;
    font-weight: 600;
    font-style:italic;
}
.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.pro-box .pro-left .menus>li .menu-a {
    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;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 18px;
    line-height: 32px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    color: #1d2122;
}
.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}
.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}
.pro-box .pro-left .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.pro-box .pro-left .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}
.pro-box .pro-left .catList form {
  background-color: #fff;
  padding: 30px;
}
.pro-box .pro-left .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.pro-box .pro-left .catList form input.name {
  margin-top: 0;
}
.pro-box .pro-left .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}
.prodet-page {
    padding: 50px 0 0;
}
.prodet-page .prodet-right {
    width: -webkit-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-left: 65px;
}
.prodet-page .prodet-right .box {
    width: 100%;
}
.prodet-page .prodet-right .box .left {
    width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}
.prodet-page .prodet-right .box .right h1 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    color: #1d2122;
    font-style:italic;
}
.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;
}
.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}
.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.prodet-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #ecf3f5;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even){
    background-color: #ecf3f5;
}
.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
}
.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li button {
    border: none;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }
    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }
    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
    .prodet-page .prodet-right .box .right{
        padding-left: 20px;
    }
    .prodet-page .prodet-right .box .right h1{
        font-size: 26px;
    }
    .prodet-page .prodet-right .prodet-title ul li{
        margin: 0 22px;
    }
}
@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
        line-height: 1.6;
    }
    .prodet-page .prodet-right .prodet-title ul li{
        margin: 0 20px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .prodet-page .prodet-right .box .right {
        width: 100%;
    }
    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 10px;
        font-size: 18px;
        padding: 10px 12px;
    }
    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-left: 0;
    }
    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }
    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }
    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }
}
@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px;
        line-height: 32px;
    }
    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }
    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }
    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }
    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2f5b79), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #2f5b79, var(--color));
    background-image: -moz-linear-gradient(bottom, #2f5b79, var(--color));
    background-image: linear-gradient(to top, #2f5b79, var(--color));
}
.about2-page .about-1 .right .i-title::after{
  margin-left: auto;
}
.about2-page .about-2 {
    background-color: #f4f4f4;
}
.about2-page .about-2 .slick-list {
    overflow: unset;
}
.about2-page .about-3 {
    color: white;
}
.about2-page .about-3 span.h2 {
    max-width: 50%;
}
.about2-page .about-3 .list {
    margin: 1em 0;
}
.about2-page .about-3 .list ul li {
    background-color: white;
    color: black;
    padding: 5% 3.5% 7%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6cb7ff), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #6cb7ff, var(--color));
    background-image: -moz-linear-gradient(bottom, #6cb7ff, var(--color));
    background-image: linear-gradient(to top, #6cb7ff, var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about2-page .about-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.about2-page .about-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    text-transform:uppercase;
}
.about2-page .about-3 .list ul li:hover {
    color: white;
}
.about2-page .about-3 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about2-page .about-3 .list ul li:hover .text {
    color: inherit;
}
.about2-page .about-3 .list ul li:hover:after {
    opacity: 1;
}
.about2-page .about-3 .list ul li:first-child:before {
    display: none;
}
.about2-page .about-4 {
    position: relative;
}
.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-3 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px) {
    .about2-page .about-3 .list ul li {
        width: 50%;
    }
    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .about2-page .about-3 .list ul li {
        width: 100%;
    }
    .about2-page .about-3 span.h2 {
        max-width: none;
    }
    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
    .wid-54,
    .wid-50{
      width: 100%;
    }
}
.gallery-page .init-2 {
    padding-top: 60px;
    background: #ecf3f5;
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: auto;
    border-radius: 10px;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}
.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}
@media (max-width: 1000px) {
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.faq-page {
    padding: 0 0 5.209% 0;
    background: #ecf3f5;
    overflow: hidden;
}
.faq-page .list {
    margin-top: 40px;
}
.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}
.faq-page .list ul li .tit {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 24px;
}
.faq-page .list ul li .tit i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}
.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }
    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }
    .faq-page .list ul li .tit i {
        right: 20px;
        top: 20px;
        font-size: 20px;
    }
    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .list {
        margin-top: 20px;
    }
    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .faq-page .list ul li .tit i {
        right: 20px;
        top: 10px;
        font-size: 16px;
    }
    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}
.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.recommended-product ul {
    margin: 60px -24px 0;
}
.recommended-product ul li {
    padding: 0 24px;
}
.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}
.recommended-product ul li .img_box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
}
.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}
.recommended-product ul li .img_box .icon a:hover .hover{
    opacity: 1;
}
.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recommended-product ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
}
@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}
.contact2-page {
    padding-top: 100px;
}
.contact2-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact2-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact2-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact2-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
    line-height: 36px;
}
.contact2-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact2-page .contact-1 .left form ul li .more {
    border: none;
}
.contact2-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact2-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact2-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact2-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact2-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact2-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact2-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact2-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact2-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact2-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #bf0000;
    font-size: 20px;
    width: 20px;
    text-align: center;
}
.contact2-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact2-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact2-page .contact-2 {
    padding-top: 120px;
}
.contact2-page .contact-2 #mapContainer {
    height: 520px;
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact2-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
.news-page .sidebar-box .sidebar-left {
    width: 28%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-right {
    width: 72%;
}
.news-page .news-list ul {
    margin: -30px -15px 0;
}
.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}
.news-page .news-list ul li {
    padding: 0 25px;
    margin-bottom: 30px;
}
.news-page .news-list ul li .box .img img {
    width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
    background-color: #b3b3b3;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    line-height: 2;
}
.news-page .news-list ul li .box .content .title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
    min-height: 5.6em;
}
.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}
.news-page .news-list ul li .box .content .time {
    font-size: 14px;
    line-height: 2;
    color: var(--color);
    display: inline-block;
}
.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
    line-height: 1.8;
}
.newdet-page {
    padding: 0 0 150px;
}
.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}
.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}
.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}
.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
}
.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}
.newdet-page .content {
    margin-top: 40px;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
}
.newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--color);
    color: #fff;
}
.newdet-page .share a:first-child {
    margin-left: 0;
}
.newdet-page .share a:hover {
    margin-top: -3px;
}
.newdet-page .m-link {
    margin: 40px auto 0;
}
.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}
.newdet-page .m-link a:last-child {
    text-align: right;
}
.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.newdet-page .m-link a:hover {
    color: #000;
}
.newdet-page .prodet-page {
    padding: 0;
}
.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}
.newdet-page .prodet-3 {
    margin: 0 auto;
}
.releted-product .tipsTitle {
    font-weight: 700;
    text-align: center;
}
.releted-product .content ul {
    margin: 0 -15px;
}
.releted-product .content ul li {
    padding: 0 15px;
}
.releted-product .content ul li .img a {
    border: 1px solid #dadada;
    height: 316px;
    background: #fff;
}
.releted-product .content ul li .img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.releted-product .content ul li .text {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}
.releted-product .content ul li .text:hover {
    color: var(--color);
}
@media (max-width: 1250px) {
    .releted-product .content ul li .img a {
        height: auto;
    }
}
@media (max-width: 1250px) {
    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }
}
@media (max-width: 1000px) {
    .newdet-page {
        padding: 60px 0;
    }
    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
    .font-45{
        line-height: 44px;
        font-size: 24px;
    }
}
@media (max-width: 700px) {
    .newdet-page {
        padding: 30px 0;
    }
    .newdet-page .header {
        padding: 30px 20px;
    }
    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }
    .newdet-page .content {
        margin-top: 20px;
    }
    .newdet-page .share {
        margin: 20px auto 0;
    }
    .newdet-page .m-lin {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
        line-height: 44px;
    }
    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }
    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }
    .news-page .news-list ul li .box .content .title {
        min-height: unset;
    }
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 130px;
    padding-right: 45px;
    margin-top: 60px;
}
.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/icon-search-black.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    /*max-height: 3300px;
    overflow-y: auto;*/
    padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 8px 0;
    font-size: 16px;
    /*font-weight: bold;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
    color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    float: right;
    position: relative;
    top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol{
    display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    /*list-style-type: disc;*/
    margin-left: 10px;
    color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    /*font-weight: bold;*/
    font-size: 16px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
    padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}
.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    margin-top: 60px;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}
@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
        padding: 90px 30px 30px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }
}
.chain-page .chain-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}
.chain-page .chain-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}
.chain-page .chain-2 .strength-list ul li {
    margin-top: 70px;
}
.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f6f7f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    padding-left: 10%;
    padding-right: 6%;
    margin-left: -40px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}
.big-little {
  font-weight: bold;
  font-size: 40px;
  color: #141414;
}
.cus-page .cus-2 .con {
  color: #666;
}
.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 20px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;
  color: #666;
}
.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: var(--color);
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.manufacture-page .manufacture-01{
  padding: 5.21% 0;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;  
}
.manufacture-page .manufacture-01 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    border-radius: 20px;
}
.manufacture-page .manufacture-01 .icenter2 .le::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1;
}
.manufacture-page .manufacture-01 .icenter2 .le:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.manufacture-page .manufacture-01 .icenter2 .le:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.manufacture-page .manufacture-01 .icenter2 .ri {
    width: 50%;
}
.manufacture-page .manufacture-03 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
    background: #f2f6f7;
}

.manufacture-page .manufacture-03 .bg_fix {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 690px;
}

.manufacture-page .manufacture-03 .bg_fix::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.manufacture-page .manufacture-03 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.manufacture-page .manufacture-03 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*margin-bottom: 47px;*/
    z-index: 1;
    position: relative;
}

.manufacture-page .manufacture-03 .top .hu_h3 {
    color: #fff;
}

.manufacture-page .manufacture-03 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.manufacture-page .manufacture-03 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 28px 0;
    position: relative;
}

.manufacture-page .manufacture-03 .top .line::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
    from {
        top: 0%;
    }

    to {
        top: 95%;
    }
}

.manufacture-page .manufacture-03 .top h4 {
    font-size: 30px;
    color: #fff;
}

.manufacture-page .manufacture-03 .botF {
    padding: 0 90px;
    position: relative;
}

.manufacture-page .manufacture-03 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none;
}

.manufacture-page .manufacture-03 .botF .fa:hover {
    color: var(--color);
    ;
}

.manufacture-page .manufacture-03 .bot {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.manufacture-page .manufacture-03 .bot .box {
    background-color: #fff;
    padding: 50px 0 90px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.manufacture-page .manufacture-03 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
}

.manufacture-page .manufacture-03 .bot .box:hover .icon::before {
    animation: img01anime 10s 0s linear infinite;
}

.manufacture-page .manufacture-03 .bot .box:hover .icon::after {
    animation: img02anime 10s 0s linear infinite;
}

.manufacture-page .manufacture-03 .bot .box .icon::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed #0345ad;
}

.manufacture-page .manufacture-03 .bot .box .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed #0345ad;
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.manufacture-page .manufacture-03 .bot .box .icon img {
    width: 56px;
    transition: 0s;
}

.manufacture-page .manufacture-03 .bot .box h4 {
    font-size: 16px;
    line-height: 32px;
    color: #ccc;
    margin-bottom: 5px;
    margin-top: 54px;
}

.manufacture-page .manufacture-03 .bot .box h5 {
    font-size: 24px;
    position: relative;
    color: #111;
    text-align: center;
    line-height: 40px;
    height: 52px;
}

.manufacture-page .manufacture-03 .bot .box h5::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.manufacture-page .manufacture-03 .bot .box p {
    padding: 30px 15px;
    font-size: 24px;
    line-height: 30px;
    /*height: 120px;*/
    text-align: center;
    font-weight: 300;
    color: #000;
    /*overflow-y: auto;*/
}

.manufacture-page .manufacture-03 .bot .box:hover h5::after {
    background-color: #fff;
}

.manufacture-page .manufacture-03 .bot .box:hover h4,
.manufacture-page .manufacture-03 .bot .box:hover h5,
.manufacture-page .manufacture-03 .bot .box:hover p {
    color: #fff;
}

.manufacture-page .manufacture-03 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10);
}

.manufacture-page .manufacture-03 .bot .box:hover .icon,
.manufacture-page .manufacture-03 .bot .box:hover .icon::before,
.manufacture-page .manufacture-03 .bot .box:hover .icon::after {
    border-color: #fff;
}

.manufacture-page .manufacture-03 .bot .box:hover {
    /*background-color: var(--color);*/
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper {
    width: 1200px;
    margin: auto;
}

.manufacture-page .manufacture-03 .bot {
    width: 1242px;
    margin: auto;
    padding: 22px 0;
}
.manufacture-page .manufacture-03 .bot .swiper-slide {
    width: 30%
}

.manufacture-page .manufacture-03 .bot,
.manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper {
    width: 100% !important;
}

.manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper {
    padding-bottom: 30px;
}

.manufacture-page .manufacture-03 .botF {
    padding: 0 !important;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  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;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}
.type-page {
  padding: 110px 0;
}
.type-page .typeList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.type-page .typeList ul li:last-child {
  margin-bottom: 0;
}
.type-page .typeList ul li .img {
  width: 40%;
  background-size: cover;
}
.type-page .typeList ul li .content {
  width: 60%;
  padding: 2% 4%;
}
.type-page .typeList ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.type-page .typeList ul li .content span.h6:hover {
  color: var(--color);
}
.type-page .typeList ul li .content .text {
  font-size: 17px;
  margin: .5em 0 1em;
}
.type-page .typeList ul li .content .text img {
  margin-top: 1em;
}
.type-page .typeList ul li .content a.link {
  --color2: var(--color);
}
.type-page .typeList ul li .content a.link span {
  font-size: 1.5em;
}
.type-page .typePictureList ul {
  margin: -15px;
}
.type-page .typePictureList ul li {
  padding: 15px;
}
.type-page .typePictureList ul li a.img {
  display: block;
}
.type-page .typePictureList ul li span {
  font-size: 18px;

  padding: .7em;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.type-page .typePictureList ul li .box {
  -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);
}
.type-page .typePictureList ul li .box:hover span {
  background-color: var(--color);
  color: white;
}
@media (max-width:1700px) {
    .manufacture-page .manufacture-03 .top p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 8px;
    }

    .manufacture-page .manufacture-03 .top {
        margin-bottom: 30px;
    }

    .manufacture-page .manufacture-03 .top h4 {
        font-size: 24px;
    }

    .manufacture-page .manufacture-03 .top .line {
        height: 55px;
        margin: 20px 0;
    }

    .manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper {
        width: 1000px;
    }

    .manufacture-page .manufacture-03 .bot {
        width: 1032px;
        padding: 22px 0;
    }

    .manufacture-page .manufacture-03 .botF {
        padding: 0 13px;
    }

    .manufacture-page .manufacture-03 .botF .fa {
        font-size: 65px;
    }

    .manufacture-page .manufacture-03 .bot .box {
        padding: 43px 0 105px;
        /*box-shadow: 0 0 11px #d8d8d8;*/
       background: #f3fcff;
    }

    .manufacture-page .manufacture-03 .bot .box .icon {
        height: 95px;
        width: 95px;
    }

    .manufacture-page .manufacture-03 .bot .box .icon img {
        width: 48px;
    }

    .manufacture-page .manufacture-03 .bot .box h4 {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 44px;
    }

    .manufacture-page .manufacture-03 .bot .box h5 {
        width: 220px;
        font-size: 16px;
        line-height: 30px;
        height: 48px;
    }

    .manufacture-page .manufacture-03 .bot .box h5::after {
        width: 17px;
        height: 3px;
  
    }

    .manufacture-page .manufacture-03 .botF .fa-angle-left {
        left: -18px;
    }

    .manufacture-page .manufacture-03 .botF .fa-angle-right {
        right: -18px;
    }

    .manufacture-page .manufacture-03 {
        padding: 115px 0 90px;
    }

    .manufacture-page .manufacture-03 .bg_fix {
        height: 555px;
    }
    .type-page{
      padding: 80px 0;  
    }
    .type-page .typeList ul li .content span.h6 {
    font-size: 20px;
  }
  .type-page .typePictureList ul li span{
      font-size: 18px;
  }
  .type-page .typeList ul li .content .text{
      font-size: 15px;
  }
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
      font-size: 16px;
  }
   .inner-page .sideBarBox .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2{
      font-size: 20px;
  }
}
@media (max-width: 1450px) {
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
}
@media (max-width: 1250px) {
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper,
    .manufacture-page .manufacture-03 .bot {
        max-width: 100%;
    }

    .manufacture-page .manufacture-03 .bot .box p {
        font-size: 14px;
        line-height: 28px;
        padding: 0 15px;
    }

    .manufacture-page .manufacture-03 .bot .box h5:after {
        display: none;
    }

    .manufacture-page .manufacture-03 .bot .box h5 {
        height: auto;
        width: 100%;
    }

    .manufacture-page .manufacture-03 .bot .box h4 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 36px;
    }

    .manufacture-page .manufacture-03 .bot .box {
        padding: 40px 0;
    }
    .type-page{
        padding: 60px 0;
    }
    .type-page .typePictureList ul li span{
        font-size: 16px;
    }
    .type-page .typePictureList ul li {
    padding: 10px;
  }
  .type-page .typePictureList ul {
    margin: -10px;
  }
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  .type-page .typeList ul li .content .text{
      font-size: 14px;
      line-height: 2;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
   .type-page .typeList ul li .content span.h6 {
    font-size: 18px;
  }
  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox{
      padding-left: 4%;
      padding-right: 6%;
  }
  .big-little{
      font-size: 30px;
  }
  .chain-page .chain-2 .strength-list ul li .box .txtbox{
      padding-left: 6%;
    padding-right: 4%;
  }
  .chain-page .chain-2 .strength-list ul li:first-child{
      margin-top: 0;
  }
}
@media (max-width: 1000px) {
   .big-little {
     font-size: 24px;
   }
    .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }
    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
    .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-03 .top h4 {
        font-size: 20px;
    }

    .manufacture-page .manufacture-03 .bg_fix {
        height: 620px;
    }

    .manufacture-page .manufacture-03 .bot .box .icon {
        zoom: .7;
    }
    .manufacture-page .manufacture-03 .bot .swiper-slide {
        width: 98%;
        margin-bottom: 20px;
    }
    .type-page .typeList ul li .content {
    width: 100%;
  }
  .type-page .typeList ul li .img {
    width: 100%;
    height: 200px;
    background-position: center;
  }
  .type-page .typeList ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .type-page .typeList ul li .content span.h6 {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .font-18{
      line-height: 1.8;
  }
}
@media (max-width: 700px) {
    .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
     .manufacture-page .manufacture-03 .top p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
    }

    .manufacture-page .manufacture-03 .top .line {
        height: 42px;
        margin: 14px 0;
        position: relative;
    }

    .manufacture-page .manufacture-03 .top h4 {
        font-size: 22px;
    }

    .manufacture-page .manufacture-03 .bot {
        width: 110%;
    }

    .manufacture-page .manufacture-03 .top {
        margin-bottom: 20px;
    }

    .manufacture-page .manufacture-03 .botF {
        padding: 0 0px;
    }

    @keyframes hua2 {
        from {
            top: 0%;
        }

        to {
            top: 95%;
        }
    }

    .manufacture-page .manufacture-03 .bot .manufacture-page .manufacture-03Swiper {
        width: 100%;
    }

    .manufacture-page .manufacture-03 .bot {
        width: 100%;
        padding: 0;
    }

    .manufacture-page .manufacture-03 .botF .fa-angle-left {
        left: -8px;
    }

    .manufacture-page .manufacture-03 .botF .fa-angle-right {
        right: -8px;
    }

    .manufacture-page .manufacture-03 {
        padding: 80px 0 40px;
    }

    .manufacture-page .manufacture-03 .bg_fix {
        height: 483px;
    }
    .manufacture-page .manufacture-01 .icenter2 .le{
        width: 100%;
    }
    .manufacture-page .manufacture-01 .icenter2 .ri{
        width: 100%;
        margin-top: 20px;
    }
    .manufacture-page .manufacture-03{
        padding: 30px 0;
    }
    .recommended-product ul li h4{
        font-size: 18px;
        padding: 0;
    }
    .recommended-product ul {
      margin: 30px -24px 0;
    }
}
@media (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;
  }
  .type-page .typePictureList ul li {
    width: 50% !important;
  }
  .type-page .typePictureList ul li span{
      font-size: 14px;
  }
}
.tech-page .minTitl {
  color: var(--color);
}
.tech-page .tech-6 .txt p {
  margin: auto;
  width: 94%;
}
@media screen and (max-width: 1700px) {
  .tech-page .tech-6 .txt p {
    width: 70%;
  }
}
@media screen and (max-width: 1450px) {
  .tech-page .tech-6 .txt p {
    width: 80%;
  }
}
@media screen and (max-width: 1250px) {
  .tech-page .tech-6 .txt p {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .tech-page .techRight {
    margin: 20px auto;
  }
  .tech-page .tech-6 .txt p {
    width: 100%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-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);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
