@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot") format("eot"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1420px;
  margin: auto;
  width: 100%;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-28 {
  font-size: 28px;
}
.f-60 {
  font-size: 60px;
}
.f-63 {
  font-size: 63px;
}
.f-70 {
  font-size: 73px;
}
.fw{
  font-weight: bold
}
.more {
  width: 248px;
  height: 79px;
  background-color: #2282c9;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 0 10px 0 43px;
}
.more:hover {
  background: #ddd;
}
.more.m1,
.more:hover {
  background: #fff;
  color: #2282c9;
}
.more.m1 p,
.more:hover p {
  background: #2282c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more.m1 p img,
.more:hover p img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more.m1:hover {
  background: #2282c9;
  color: #fff;
}
.more.m1:hover p {
  background: #fff;
}
.more.m1:hover p img {
  -webkit-filter: none;
  filter: none;
}
.more p {
  margin-left: 20px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more p img {
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header {
  z-index: 100;
  position: relative;
  width: 100%;
  left: 0;
  /*top: 30px;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .ui.container {
  max-width: 1710px;
}
#header .nav {
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2)
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 78px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #0774c3;
}
#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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -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 #0774c3;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li: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 .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  margin-left: 40px;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #ffffff;
  border: solid 1px #fafafa;
  border-radius: 50%;
  color: #0774c3;
}
#header .nav .ui.menu .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -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 #0774c3;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -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::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active,
#header.inner {
  top: 0;
  position: fixed;
}
#header.active .nav,
#header.inner .nav {
  padding: 20px;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .logo img{
  -webkit-filter:none;
  filter: none;
}
#header.inner .nav .ui.menu .logo img,
#header.active .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .h-search img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#header.active .nav .ui.menu .h-language span,
#header.inner .nav .ui.menu .h-language span {
  background: #0774c3;
  color: #fff;
}
#header.active .nav::after,
#header.inner .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.title {
  font-weight: bold;
  line-height: 0.9;
}
#banner .swiper-pagination-bullet-active{
  background: #ffffff
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .ui.container {
  max-width: 1614px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .swiper-slide .text .box {
  max-width: 1080px;
  margin: 0 auto;
}
#banner .swiper-slide .text .box .title {
  line-height: 1.1;
}
#banner .swiper-slide .text .box .cont {
  margin-top: 43px;
}
#banner .swiper-slide .text .box .more {
  margin: 0 auto;
  margin-top: 70px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
    color: #cacaca;
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
    color: #cacaca;
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
    color: #cacaca;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#index-body .title span {
  color: #2282c9;
}
#index-body .smt {
  margin-bottom: 20px;
  line-height: 1;
  color: #646464;
}
#index-body .init-1 {
  padding-top: 78px;
}
#index-body .init-1 .title1{
  position: sticky;
  top: 120px;
}
#index-body .init-1 .container {
  width: 100% !important;
  padding: 0;
}
#index-body .init-1 .top {
  position: relative;
  margin-top: 60px;
  transition: 0.5s;
  height: 860px;
}
#index-body .init-1 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
#index-body .init-1 .top ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  height: 100%
}
#index-body .init-1 .top ul li .img {
  position: relative;
  height: 100%;
  z-index: 11;
  display: block;
}
#index-body .init-1 .top ul li .img .box {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  padding: 20px;
}

#index-body .init-1 .top ul li .img .box .img1 {
  display: inline-block;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 500px;
  opacity: 0
}
#index-body .init-1 .top ul li .img .box .img1 img{
  height: 100%;
  width: auto;
  object-fit: cover
}
#index-body .init-1 .top ul li .img .box .img1:hover {
  /*transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);*/
  opacity: 1;
}
#index-body .init-1 .top ul li.active .img .box .img1 {
  opacity: 1;
}
#index-body .init-1 .top ul li .img .box .tit4 {
  font-family: Rany;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.59;
  margin-top: 20px;
}
#index-body .init-1 .top ul li .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#index-body .init-1 .top ul li.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
#index-body .init-1 .top.acc {
  transform: translateY(-70px);
  transition: 0.5s;
}
#index-body .init-1 .top.acc1 {
  transform: translateY(-120px);
  transition: 0.5s;
}
#index-body .init-2{
  position: relative;
}
#index-body .init-2 .bg{
  opacity: 0
}
#index-body .init-2 .top{

}
#index-body .init-2 .top .item{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: .5s
}
#index-body .init-2 .top .item.active{
  width: 100%;
}
#index-body .init-2.init-2-bottom{
  padding-bottom: 130px
}
#index-body .init-2 .bottom{
  /*position: absolute;*/
  left: 0;
  width: 100%;
  bottom: 0;
}
#index-body .init-2 .bottom .box{
  display: flex;
  flex-wrap: wrap;
 border-top: 1px solid #eee;


}
#index-body .init-2 .bottom .box .item{
   width: 33%;
   position: relative;
   padding-top: 50px;

}
#index-body .init-2 .bottom .box .item:before{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  margin-top: -1px;
  transition: .5s
}
#index-body .init-2 .bottom .box .item.active:before,#index-body .init-2 .bottom .box .item:hover:before{
  width: 100%;
}
#index-body .init-2 .bottom .box .item .t1{
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

#index-body .featured {
  padding-top: 123px;
}
#index-body .featured .top {
  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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .featured .top .cont {
  max-width: 500px;
  color: #838383;
  line-height: 1.4;
}
#index-body .featured .category-content {
  /*background: url("../images/bg1.jpg") no-repeat;*/
  background-size: cover;
  margin-top: 90px;
  position: relative
}
#index-body .featured .category-content .bg_img{
  position: absolute;
  top: 0;
  width: 100%
}
#index-body .featured .category-content .bg_img img{
  display: none;
}
#index-body .featured .category-content .bg_img img.active{
  display: block
}
#index-body .featured .category-content ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -100px;
  z-index: 6
}
#index-body .featured .category-content ul li {
  width: 570px;
  height: 825px;
  position: relative;
  color: white;
  -webkit-transform: skew(-13deg);
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .featured .category-content ul li .text_bg {
  height: 100%;
  width: 200px;
  position: absolute;
  bottom: 100px;
  opacity: 0;
  background: url(../images/text_bg.png) no-repeat left bottom;
}
#index-body .featured .category-content ul li:hover {
  background-color: #0774c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#0774c3), to(rgba(7, 116, 195, 0)));
  background: -webkit-linear-gradient(top, #0774c3, rgba(7, 116, 195, 0));
  background: -moz-linear-gradient(top, #0774c3, rgba(7, 116, 195, 0));
  background: linear-gradient(to bottom, #0774c3, rgba(7, 116, 195, 0));
}
#index-body .featured .category-content ul li:hover .text_bg {
  -webkit-transform: translateX(40%) skew(13deg) rotateY(0deg);
  -moz-transform: translateX(40%) skew(13deg) rotateY(0deg);
  transform: translateX(40%) skew(13deg) rotateY(0deg);
  opacity: 1;
}
#index-body .featured .category-content ul li:nth-of-type(2):hover .text_bg,#index-body .featured .category-content ul li:nth-of-type(3):hover .text_bg{
  -webkit-transform: translateX(40%) skew(0) rotateY(0deg);
  -moz-transform: translateX(40%) skew(0) rotateY(0deg);
  transform: translateX(40%) skew(0) rotateY(0deg);
}
#index-body .featured .category-content ul li:last-child:hover .text_bg{
 -webkit-transform: translateX(180%) skew(-13deg) rotateY(0deg);
  -moz-transform: translateX(180%) skew(-13deg) rotateY(0deg);
  transform: translateX(180%) skew(-13deg) rotateY(0deg);
  opacity: 1;
}
#index-body .featured .category-content ul li:hover .pro_box {
  opacity: 0;
}
#index-body .featured .category-content ul li:hover .img_box {
  -webkit-transform: translateX(35%) skew(13deg) rotateY(0deg);
  -moz-transform: translateX(35%) skew(13deg) rotateY(0deg);
  transform: translateX(35%) skew(13deg) rotateY(0deg);
}
#index-body .featured .category-content ul li:hover .box {
  opacity: 1;
}
#index-body .featured .category-content ul li .box {
  -webkit-transform: skew(13deg);
  -moz-transform: skew(13deg);
  -ms-transform: skew(13deg);
  transform: skew(13deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  bottom: 150px;
  left: 230px;
}
#index-body .featured .category-content ul li .box h4 {
  font-size: 73px;
  font-weight: bold;
  line-height: 0.9;
  text-transform: uppercase;
  /*background: url(../images/yy.png) no-repeat left 8px bottom 13px;*/
  background-size: 96%;
}
#index-body .featured .category-content ul li:last-child .box h4{
  transform: translateX(-100%)
}
#index-body .featured .category-content ul li .box p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#index-body .featured .category-content ul li .box .category-btn {
  width: 60px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  display: block;
  background-color: white;
  border: 1px solid transparent;
  -webkit-transform: skew(-13deg);
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .featured .category-content ul li .box .category-btn:hover {
  border: 1px solid white;
  background-color: transparent;
}
#index-body .featured .category-content ul li .box .category-btn:hover i {
  color: white;
}
#index-body .featured .category-content ul li .box .category-btn i {
  font-size: 22px;
  color: var(--color);
  -webkit-transform: skew(13deg);
  -moz-transform: skew(13deg);
  -ms-transform: skew(13deg);
  transform: skew(13deg);
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .featured .category-content ul li .img_box {
  position: absolute;
  bottom: 95px;
  right: 0;
  -webkit-transform: translateX(50%) skew(13deg) rotateY(-90deg);
  -moz-transform: translateX(50%) skew(13deg) rotateY(-90deg);
  transform: translateX(50%) skew(13deg) rotateY(-90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#index-body .featured .category-content ul li .pro_box {
  -webkit-transform: skew(13deg) translateX(-50%);
  -moz-transform: skew(13deg) translateX(-50%);
  -ms-transform: skew(13deg) translateX(-50%);
  transform: skew(13deg) translateX(-50%);
  bottom: 60px;
  position: absolute;
  left: 50%;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #2a7fda;
}
#index-body .featured .category-content ul li .pro_box span {
  display: block;
  margin: 10px 0 -5px;
  font-family: Poppins-Light;
}
#index-body .featured .category-content ul li .pro_box h4 {
  font-family: MicrogrammaD-BoldExte;
  text-transform: uppercase;
  font-weight: bold;
}

#index-body .featured .category-content ul li:last-child{
  -webkit-transform: skew(13deg);
  -moz-transform: skew(13deg);
  -ms-transform: skew(13deg);
  transform: skew(13deg);
}
#index-body .featured .category-content ul li:last-child .box{
  -webkit-transform: skew(-13deg);
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
}
#index-body .featured .category-content ul li:last-child .img_box {
    left: 0;
    right: unset;
    -webkit-transform: translateX(50%) skew(-13deg) rotateY(90deg);
    -moz-transform: translateX(50%) skew(-13deg) rotateY(90deg);
    transform: translateX(-50%) skew(-13deg) rotateY(-90deg);
    transform-origin: right;
}
#index-body .featured .category-content ul li:last-child:hover .img_box {
    -webkit-transform: translateX(50%) skew(-13deg) rotateY(0deg);
    -moz-transform: translateX(50%) skew(-13deg) rotateY(0deg);
    transform: translateX(-50%) skew(-13deg) rotateY(0deg);
}
#index-body .featured .category-content ul li:last-child .box{
  margin-left: auto;
  margin-right: 150px;
}
/*#index-body .featured .category-content ul li .box h4 {
  font-size: 48px;
  font-family: 'MicrogrammaD-BoldExte';
  line-height: 0.9;
  text-transform: uppercase;
}*/
#index-body .featured .category-content ul li:last-child .box h4,
#index-body .featured .category-content ul li:last-child .box p{
  text-align: right;
  margin-left: auto;
}
#index-body .featured .category-content ul li:last-child .box .category-btn{
  margin-left: auto;
}
#index-body .featured .category-content ul li:last-child .pro_box{
  -webkit-transform: skew(-13deg) translateX(50%);
  -moz-transform: skew(-13deg) translateX(50%);
  -ms-transform: skew(-13deg) translateX(50%);
  transform: skew(-13deg) translateX(50%);
  left:unset;
  right: 65%;
  width: 60%
}
#index-body .products {
  padding: 60px 0 90px;
  position: relative;
  padding-bottom: 280px;
}
#index-body .products .swiper-container {
  padding-bottom: 110px;
}
#index-body .products:after {
  right: 0;
  bottom: -7%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .products .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .products .top .left {
  width: auto;
  padding-right: 2%;
  vertical-align: bottom;
}
#index-body .products .top .left span.h2 em {
  font-size: 0.9em;
}
#index-body .products .top .right {
  width: auto;
  vertical-align: bottom;
}
#index-body .products .top .right .list {
  overflow: hidden;
}
#index-body .products .top .right .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .products .top .right .list li {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 6px 8px;
  border-left: 1px solid #dcdcdc;
  width: 25%;
  text-align: center
}
#index-body .products .top .right .list li:hover,
#index-body .products .top .right .list li.active {
  color: #2a7fda;
}
#index-body .products .top .right .list li:first-child {
  border: none;
}
#index-body .products .top .right .list .slick-list {
  padding-left: 1px;
  overflow: unset;
}
#index-body .products .top .right .list .slick-current li {
  color: #f3f3f3;
}
#index-body .products .bottom {
  margin-top: 100px;
}
#index-body .products .bottom .box .img-box {
  display: block;
  background: #f3f3f3;
}
#index-body .products .productList {
  padding-right: 30px;
}
#index-body .products .productList .swiper-container {
  margin: -20px;
}
#index-body .products .productList .swiper-container .box a {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
#index-body .products .productList .swiper-container .box a.img-box {
  display: block;
  padding: 70px 0;
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .productList .swiper-container .box a.img-box img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#index-body .products .productList .swiper-container .box .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .productList .swiper-container .box .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: 1em 0 0.7em;
  border-bottom: 1px solid #ececec;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .products .productList .swiper-container .box .content .text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.2em;
}
#index-body .products .productList .swiper-container .box:hover a.img-box {
  background-color: #2a7fda;
}
#index-body .products .productList .swiper-container .box:hover a.img-box img {
  -webkit-transform: translateY(70%);
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
}
#index-body .products .productList .swiper-container .box:hover .content {
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
}
#index-body .products .productList .swiper-container .box:hover .content span.h6 {
  color: white;
  border-bottom-color: white;
}
#index-body .products .productList .swiper-container .box:hover .content .text {
  color: white;
}
#index-body .about .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .top .tip {
  max-width: 50%;
}
#index-body .about .top .tip .text {
  color: #8d8d8d;
  line-height: 1.5;
  margin: 49px 0 34px;
}
#index-body .about .top .dates {
  max-width: 35%;
}
#index-body .about .top .dates ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
#index-body .about .top .dates ul li{
  width: 46%
}
#index-body .about .top .dates .con {
  line-height: 1;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(101, 101, 101, 0.2);
}
#index-body .about .top .dates .num {
  line-height: 1;
  margin-bottom: 56px;
}
#index-body .about .top .dates .num em {
  font-weight: bold;
}
#index-body .about .com {
  margin-top: -180px;
}
#index-body .network {
  text-align: center;
  padding: 110px 0 60px;
}
#index-body .network .network_info {
  margin-top: 160px;
  position: relative;
}
#index-body .network .network_info .net_add {
  width: 100%;
}
#index-body .network .network_info > a {
  position: absolute;
}
#index-body .network .network_info > a:hover::after {
  opacity: 0.13;
}
#index-body .network .network_info > a::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-color: #2282c9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .network .network_info .d1 {
  top: 49px;
  right: 30%;
}
#index-body .network .network_info .d2 {
  top: 123px;
  left: 42%;
}
#index-body .network .network_info .d3 {
  top: 240px;
  right: 24%;
}
#index-body .network .network_info .d4 {
  top: 280px;
  right: 26%;
}
#index-body .network .network_info .d5 {
  top: 324px;
  left: 22%;
}
#index-body .network .network_info .d6 {
  top: 480px;
  left: 36%;
}
#index-body .network .network_info .d7 {
  top: 380px;
  left: 66%;
}
#index-body .network .network_info .d8 {
  top: 124px;
  left: 25%;
}
#index-body .network .network_info .d9 {
  top: 224px;
  left: 35%;
}
#index-body .network .network_info .d10 {
  top: 184px;
  left: 50%;
}
#index-body .network .network_info .d11 {
  top: 204px;
  left: 29%;
}
#index-body .network .network_info .d12 {
  top: 124px;
  left: 60%;
}
#index-body .network .network_info .d13 {
  top: 243px;
  left: 20%;
}
#index-body .network .network_info .d14 {
  top: 251px;
  left: 40%;
}
#index-body .network .network_info .d15 {
  top: 289px;
  left: 70%;
}
#index-body .network .network_info a img{
  position: relative;
  z-index: 2
}
#index-body .network .network_info a::after{
content: '';
display: block;
width: 60px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
animation: ks 2s  infinite;
}

#index-body .network  .text{
/*position: absolute;
left: 0;
bottom: 30%;*/
width: 100%;
margin-top: -100px
}
#index-body .network .text ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#index-body .network .text ul li{
  width: 25%
}
#index-body .network .text ul .num{
  font-weight: bold
}
#index-body .solutions {
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  padding: 160px 0 210px;
  color: #fff;
}
#index-body .solutions .smt {
  color: #fff;
}
#index-body .solutions .top {
  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;
  width: 100%;
}
#index-body .solutions .top .tip {
  max-width: 580px;
}
#index-body .solutions .top .tip .text {
  margin-top: 10px;
}
#index-body .solutions .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
}
#index-body .solutions .bottom .item {
  width: 298px;
  height: 298px;
  border: solid 1px #fafafa;
  border-radius: 50%;
  margin-right: -30px;
  padding: 0 50px;
  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;
  position: relative;
animation:   float 4s 1.25s  infinite;
}
#index-body .solutions .bottom .item .num {
  width: 56px;
  height: 56px;
  background-color: #0774c3;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 15px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
}
#index-body .solutions .bottom .item .text {
  line-height: 1.5;
}
#index-body .news {
  padding: 200px 0 284px;
  background: #f7f7f7;
  position: relative;
  background: url(../images/new_bg.png) no-repeat top 200px right;
}
#index-body .news .top {
  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;
  width: 100%;
}
#index-body .news ul{
  margin: 0 -20px;
}
#index-body .news li{
  padding: 15px 20px;
}
#index-body .news .top .tip {
  max-width: 580px;
}
#index-body .news .top .tip .text {
  margin-top: 10px;
}
#index-body .news .news_content {
  position: relative;
}
#index-body .news .news_content .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -70px;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  right: 0;
}
#index-body .news .news_content .swiper-button > div {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  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;
  cursor: pointer;
}
#index-body .news .news_content .swiper-button > div:hover {
  background: #2282c9;
}
#index-body .news .news_content .swiper-button .prev {
  margin-right: 19px;
}
#index-body .news .news_content .news_sw {
  margin-top: 70px;
}
#index-body .news .news_content .news_sw .new_item {
  /*border-top: 2px solid #000;*/
  /*padding-top: 36px;*/
  padding: 20px
}
#index-body .news .news_content .box{
  transition: .5s
}
#index-body .news .news_content .box:hover {
  /*border-top: 2px solid #2282c9;*/
   box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
#index-body .news .news_content .news_sw .new_item .mark,
#index-body .news .news_content .news_sw .new_item .year {
  font-style: italic;
}
#index-body .news .news_content .news_sw .new_item .year {
  color: #2282c9;
  line-height: 2;
}
#index-body .news .news_content .news_sw .new_item .tit {
  font-family: "AktivGroteskExTrial";
  line-height: 1.25;
  font-weight: bold;
  margin: 22px 0 20px;
  display: block;
}
#index-body .news .news_content .news_sw .new_item .tit:hover {
  color: #2282c9;
}
#index-body .news .news_content .news_sw .new_item .cont {
  line-height: 1.4;
}
#index-body .news .waves {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 600px;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #000000;
  color: #fff;
  padding-top: 129px;
  font-family: ArialMT;
  position: relative;
}
#footer .form {
  color: #fff;
}
#footer .form .tit {
  font-weight: bold;
}
#footer .form ul {
  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;
  margin-top: 20px;
}
#footer .form ul li {
  width: 13%;
  border-radius: 15px;
  overflow: hidden;
}
#footer .form ul .massage {
  width: 40%;
}
#footer .form ul input {
  width: 100%;
  height: 68px;
  font-size: 18px;
  border: none;
  padding: 0 22px;
  background: rgba(166, 168, 172, 0.15);
}
#footer .form ul input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .form ul input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .form ul input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .form ul input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .form ul input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .form ul .submit {
  width: 212px;
  font-size: 22px;
  text-align: center;
}
#footer .ui.container{
  max-width: 1720px;
}
#footer .form ul .submit input {
  background-color: #0774c3;
  border-radius: 20px;
  -webkit-transform: 0.5s;
  -moz-transform: 0.5s;
  -ms-transform: 0.5s;
  transform: 0.5s;
  font-weight: bold;
}
#footer .form ul .submit:hover {
  opacity: 0.6;
}
#footer .f-box {
  padding: 76px 15px 51px 0;
}
#footer .f-box .tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 33px;
  position: relative;
  max-width: 250px;
  margin-bottom: 37px;
}
#footer .f-box .tit::after {
  content: "";
  width: 25px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#footer .f-box .tit::before {
  content: "";
  width: 186px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#footer .f-box ul {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 12px;
}
#footer .f-box ul li .sub-menu{
  display: none;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover {
  color: #fff;
}
#footer .f-box .f-new{
  max-width: 300px;
}
#footer .f-box .f-new li{
  display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#footer .f-box .f-contact {
  max-width: 400px;
}
#footer .f-box .f-contact .tit::before {
  width: 217px;
}
#footer .f-box .f-contact ul {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-box .f-contact .share {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .f-contact .share a {
  display: inline-block;
  width: 48px;
  height: 47px;
  border: solid 1px #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  margin-right: 10px;
}
#footer .f-box .f-contact .share a:hover {
  background: #0774c3;
  border-color: #0774c3;
  opacity: 1;
}
#footer .f-box .f-contact .share a:hover .iconfont {
  color: #fff;
}
#footer .f-box .f-contact .share .iconfont {
  font-size: 20px;
}
#footer .f-box .f-code .tit {
  margin-bottom: 55px;
}
#footer .f-box .f-code #ewm {
  width: 160px;
  border: solid 4px #ffffff;
}
#footer .f-box .f-code .share a{
  display: block;
  font-size: 18px;
  margin-bottom: 0.5em;
  opacity: 0.5;
  transition: .2s
}
#footer .f-box .f-code .share a:hover{
  opacity: 1
}
#footer .f-box .f-code .share a i{
  margin-right: 15px
}
#footer .f-copy {
  font-size: 16px;
  background-color: #000000;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
#footer .contants {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 211px;
  height: 57px;
  background-color: #0774c3;
  text-align: center;
  font-weight: bold;
  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;
}
#footer .contants img {
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  #header .ui.container,
  #banner .ui.container {
    max-width: 1400px;
  }
  #footer .f-nav{
    display: none
  }
  .ui.container {
    max-width: 1380px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1420px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  #index-body .featured .category-content ul {
    margin: 0;
  }
  #index-body .featured .category-content ul li{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
    #index-body .featured .category-content ul li:last-child{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .featured .category-content ul li .box, #index-body .featured .category-content ul li:last-child .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    padding: 0 50px;
  }
  #index-body .featured .category-content ul li {
    width: 33.33333333%;
  }
  #index-body .featured .category-content ul li .img_box ,  #index-body .featured .category-content ul li:last-child .img_box {
    right: 50%;
    -webkit-transform: translateX(50%) skew(0deg) rotateY(-90deg);
    -moz-transform: translateX(50%) skew(0deg) rotateY(-90deg);
    transform: translateX(50%) skew(0deg) rotateY(-90deg);
  }
  #index-body .featured .category-content ul li:hover .img_box {
    -webkit-transform: translateX(50%) skew(0deg) rotateY(0deg);
    -moz-transform: translateX(50%) skew(0deg) rotateY(0deg);
    transform: translateX(50%) skew(0deg) rotateY(0deg);
  }
  #index-body .featured .category-content ul li:last-child:hover .img_box {
  -webkit-transform: translateX(-50%) skew(0deg) rotateY(0deg);
    -moz-transform: translateX(-50%) skew(0deg) rotateY(0deg);
    transform: translateX(-50%) skew(0deg) rotateY(0deg);
  }
  #index-body .featured .category-content ul li .pro_box,#index-body .featured .category-content ul li:last-child .pro_box {
    -webkit-transform: skew(0deg) translateX(-50%);
    -moz-transform: skew(0deg) translateX(-50%);
    -ms-transform: skew(0deg) translateX(-50%);
    transform: skew(0deg) translateX(-50%);
  }
  #index-body .featured .category-content ul li:last-child .pro_box{
    right: -50%;
    width: 100%
  }
  #index-body .products .top .right .list li {
    font-size: 18px;
  }
  #index-body .products {
    padding: 60px 0;
  }
  #index-body .featured .category-content ul li:hover .text_bg,#index-body .featured .category-content ul li:last-child:hover .text_bg {
    -webkit-transform: translateX(0) skew(0deg) rotateY(0deg);
    -moz-transform: translateX(0) skew(0deg) rotateY(0deg);
    transform: translateX(0) skew(0deg) rotateY(0deg);
  }
  #index-body .featured .category-content ul li .img_box {
    width: 500px;
  }
  #index-body .featured .category-content ul li .box h4 {
    font-size: 55px;
  }
    #index-body .init-1 .top ul li .img .box .tit4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1240px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1270px;
  }
  #index-body .featured .category-content ul li .pro_box {
    width: 100%;
  }
  #index-body .featured .category-content ul li .box h4 {
    font-size: 40px;
  }
  #index-body .products .top .right .list li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  .f-70 {
    font-size: 60px;
  }
  .f-60 {
    font-size: 50px;
  }
  #index-body .solutions .bottom .item {
    width: 260px;
    height: 260px;
  }
    #index-body .init-1 .top ul li .img .box {
    padding: 15px;
  }
  #index-body .init-1 .top ul li .img .box .tit4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .network .text{
       margin-top: -50px;
  }
  .ui.container {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #index-body .products .top .right .list li {
    font-size: 14px;
  }
  #index-body .about .box .right .imgs {
    margin-right: -30px;
  }
  #index-body .about .box .right .imgs i {
    padding-right: 30px;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form ul li {
    width: 33%;
    margin-bottom: 20px;
  }
  #footer .form ul .massage {
    width: 74%;
  }
  #footer .form ul .submit {
    width: 25%;
  }
  #index-body .featured .category-content ul li {
    height: 550px;
  }
  #index-body .featured .category-content ul li .box h4 {
    font-size: 30px;
  }
  #index-body .featured .category-content ul li .box p {
    font-size: 18px;
    margin: 20px 0 55px;
  }
  #index-body .featured .category-content ul li .box {
    margin-top: 50px;
  }
  #index-body .featured .category-content ul li .img_box {
    bottom: 65px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #index-body .featured .category-content ul li .img_box {
    width: 350px;
  }
  #index-body .featured .category-content ul li .text_bg {
    bottom: 0;
  }
  #banner .swiper-slide .text .box {
    max-width: 720px;
  }
  .f-70 {
    font-size: 50px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-28 {
    font-size: 22px;
  }
  #index-body .products .productList .swiper-container .box:hover .content {
    -webkit-transform: translateY(-220%);
    -moz-transform: translateY(-220%);
    -ms-transform: translateY(-220%);
    transform: translateY(-220%);
  }
  #index-body .network .network_info a {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .network .text{
       margin-top: 0px;
  }
  .ui.container {
    max-width: 970px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1000px;
  }
  #index-body .news {
    padding-top: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #header .nav .ui.menu .h-search {
    display: none;
  }
  #index-body .i-product .content ul {
    margin-right: -40px;
  }
  #index-body .i-product .content ul li {
    padding-right: 40px;
  }
  #index-body .i-product .content ul li .img-box span {
    font-size: 30px;
  }
  .f-70 {
    font-size: 40px;
  }
  .f-60 {
    font-size: 30px;
  }
  .f-28 {
    font-size: 20px;
  }
  #banner .swiper-slide .text .box .cont {
    margin-top: 20px;
  }
  #banner .swiper-slide .text .box .more {
    margin-top: 30px;
  }
  #header .nav .ui.menu .logo img {
    width: 200px;
  }
  #footer .f-box .f-contact {
    max-width: 266px;
  }
  #footer .f-box .f-contact ul li {
    font-size: 16px;
  }
  #footer .f-box .f-contact ul li span {
    padding-left: 10px;
  }
  #footer .f-new {
    display: none;
  }
  #footer .contants {
    display: none;
  }
  #index-body .solutions .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .solutions .bottom .item {
    width: 320px;
    height: 320px;
    margin-top: -20px;
  }
   #index-body .init-1 .top {
    height: auto
  }
  #index-body .init-1 .top ul li .img {
    height: 541px
  }
}
@media screen and (max-width: 1000px) {
  #index-body .news ul{
  margin: 0 -10px;
}
#index-body .news li{
  padding: 15px 10px;
}
  #index-body .init-2.init-2-bottom{
  padding-bottom: 60px
}
#index-body .init-2 .bottom .box .item{
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
}
  #mobile .menu-content .menu-logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #header.active .nav,
  #header.inner .nav {
    padding: 0;
  }
  #header {
    position: fixed;
    top: 0;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav:after{
    width: 100%
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    padding-top: 60px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .products .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .products .top .right {
    width: 100%;
    margin-top: 15px;
  }
  #index-body .products .bottom {
    margin-top: 60px;
  }
  #index-body .news {
    padding-top: 80px;
  }
  #index-body .network,
  #index-body .solutions {
    display: none;
  }
  #index-body .news {
    background: none;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #footer .form {
    margin-bottom: 30px;
  }
  #index-body .products .swiper-container {
    padding-bottom: 65px;
  }
  #index-body .about {
    margin-top: 60px;
  }
  #index-body .featured .category-content ul li .text_bg,
  #index-body .featured .category-content ul li:hover .box {
    display: none;
  }
  #index-body .featured .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .featured .top .tip {
    max-width: 100%;
  }
  #index-body .featured .top .cont {
    max-width: 100%;
    margin-top: 30px;
  }
  #index-body .about .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .top .tip {
    max-width: 100%;
  }
  #index-body .about .top .dates {
    max-width: 100%;
    margin-top: 30px;
  }
  #index-body .news .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .top .tip {
    max-width: 100%;
  }
  #index-body .news .top .more {
    margin: 0 0 0 auto;
    margin-top: 20px;
  }
   #index-body .init-1 .top ul li .img .box .tit4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .more {
    zoom: 0.6;
  }
  #footer .form {
    margin-top: 30px;
  }
  #footer .form ul li,
  #footer .form ul .massage {
    width: 100%;
  }
  #footer .form ul .submit {
    width: 50%;
    margin: 0 auto;
  }
  #index-body .products .top,
  #index-body .products .top .right .list ul {
    display: block;
  }
  #index-body .products .top .right .list ul li {
    width: 100%;
    margin-top: 5px;
  }
  #index-body .products .top .left {
    width: 100%;
  }
  #index-body .products .top .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer .f-box .f-ab .search {
    width: 180px;
  }
  #footer .f-box .f-contact {
    padding-left: 10px;
  }
  #footer .f-box .f-contact .tit {
    margin-bottom: 30px;
  }
  #footer .f-box .f-contact .share {
    display: none;
  }
  #index-body .featured {
    display: none;
  }
  #index-body .products .top .right .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .f-70 {
    font-size: 30px;
  }
  #index-body .about .com {
    margin-top: -120px;
  }
  #footer {
    padding-top: 60px;
  }

   #index-body .init-1 {
    padding-top: 50px;
  }

  #index-body .init-1 .top {
    margin-top: 20px;
  }
  #index-body .init-1 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .title1{
    position: relative;
    top: 0;
  }
  #index-body .init-1 .top ul li {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    margin-top: 25px;
  }
  #index-body .init-1 .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .top .dates ul li{
    width: 100%
  }
  .f-70 {
    font-size: 22px;
  }
  #index-body .products .productList {
    padding: 0 15px;
  }
  #index-body .about .top .dates .num {
    margin-bottom: 30px;
  }
  #index-body .about .com {
    margin-top: -80px;
  }
  #index-body .news {
    padding: 50px 0;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-60 {
    font-size: 22px;
  }
  .more {
    zoom: 0.5;
  }
  #banner .swiper-slide .text .box .cont {
    display: none;
  }
  #index-body .products .productList .swiper-container .box .img-box img {
    display: block;
    margin: 0 auto;
  }
  #index-body .featured .category-content ul li .pro_box img {
    margin: 0 auto;
  }
  #footer .form ul input {
    font-size: 16px;
  }
  #footer .form ul input {
    height: 50px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-ab {
    width: 100%;
  }
  #footer .f-box .f-ab .search {
    width: 200px;
    margin: 20px auto 0;
  }
  #footer .f-box .f-contact ul li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}
#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: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -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: #0774c3;
}
#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: #0774c3;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #0774c3;
  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;
}

/*inner*/
.font-45 {
  font-size: 45px;
}
.i-title {
  line-height: 1.5;
}
#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}

#index-body .i-advantage .list {
  padding-left: 230px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #0774c3;
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#index-body .i-advantage .top {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  position: relative;
  margin-bottom: 184px;
  text-align: center
}
#index-body .i-advantage .top .i-title {
  width: 40%;
  margin-left: 55px;
  margin: 0 auto
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: #2282c9;
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: #2282c9;
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
  background: none;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more{
  background: none;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: #2282c9;
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .more_btn .arrow{
    zoom: 0.7
  }
}
@media screen and (max-width: 700px) {
  .more_btn .arrow{
    zoom: 0.6
  }
}
@media screen and (max-width: 500px) {
  .more_btn .arrow{
    zoom: 0.5
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .ui.container h2 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  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;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2282c9;
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: #2282c9;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  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;
  padding-left: 100px;
}
.about-page .about-1 .top .i-title {
  margin-left: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  background: #2282c9;
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 2;
  opacity: 0.73;
}
.about-page .about-2 {
  background: url(../images/factory-bg.jpg) center;
  background-size: cover;
  color: white;
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .i-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid #2282c9;
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
  /*background: url(../images/about-page-3-bg.png) no-repeat right top;*/
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.about-page .about-33 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-33:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-33 a.h {
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-33 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-33 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-33 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-33 .left .slick {
  width: 145%;
  margin-left: -45%;
}
.about-page .about-33 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-33 .right {
  vertical-align: middle;
  padding-right: 12%;
}
.about-page .about-33 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-33 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.about-page .about-33 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-33 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-33 .right .list ul .slick-current li:after {
  background-color: #1155a6;
}
.about-page .about-33 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-33 .right .list .btn  div {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #1155a6;
    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;
    -webkit-box-shadow: 0 0 45px rgba(0,0,0,.45);
    box-shadow: 0 0 45px rgba(0,0,0,.45);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-33 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-33 .right .textList ul li {
  position: relative;
}
.about-page .about-33 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-33 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-33 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-3 {
  padding-bottom: 130px;
}
.about-page .about-3 .left {
  width: 20%;
  padding-top: 30px;
}
.about-page .about-3 .right {
  width: 80%;
}
.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-right: 270px;
}
.about-page .about-3 .right ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li p {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
  font-size: 20px;
  background: #2282c9;
  color: white;
  height: 40px;
  line-height: 44px;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 50px;
}
.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2282c9;
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
@media screen and (max-width: 1450px){
   .about-page .about-33 span.h {
    max-width: 140px;
  }
  .about-page .about-33 .right .list {
    margin: 40px 0;
  }
  .about-page .about-33 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-33 .left .img {
    height: 560px;
  }
    .about-page .about-33 .right .list ul li{
    font-size: 20px;
  }
  .about-page .about-33 .right .textList ul li span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px){
    .about-page .about-33 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-33 .right .list:before {
    bottom: 4px;
  }
    .about-page .about-33 .right .list ul li {
    font-size: 20px;
  }
    .about-page .about-33 .right .textList ul li span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px){
    .about-page .about-33 .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
   .about-page .about-33 .left{
    display: none;
  }
.about-page .about-33 .right .list ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-33 .right .list ul li{
    font-size: 16px;
  }
  .about-page .about-33 .right .textList ul li span.h6{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-33:before {
    width: 80%;
  }
  .about-page .about-33 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
   .about-page .about-33 .right .list ul.no .slick-track{
   transform: translate(0) !important;
 }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.product-yd-page {
  padding: 150px 0 120px;
}
.product-yd-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.product-yd-page .item .content {
  width: 50%;
}
.product-yd-page .item .content .i-title {
  margin: 19px 0 13px;
}
.product-yd-page .item .content .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
  margin-bottom: 55px;
}
.product-yd-page .item .content ul {
  margin: -10px;
  margin-bottom: 70px;
}
.product-yd-page .item .content ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .item .content ul li .img-box {
  position: relative;
}
.product-yd-page .item .content ul li .img-box img {
  max-width: 150px;
  margin: 30px auto 0;
}
.product-yd-page .item .content ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  z-index: -1;
}
.product-yd-page .item .content ul li h6 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.product-yd-page .item .content .more_btn .more::after {
  color: black;
}
.product-yd-page .item .img {
  width: 50%;
  position: relative;
}
.product-yd-page .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-yd-page .item:last-child {
  margin-bottom: 0;
}
.product-yd-page .item:nth-child(2n-1) .content {
  padding: 0 40px 0 260px;
}
.product-yd-page .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
}
.product-yd-page .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.product-yd-page .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .item:nth-child(2n) .content {
  padding: 0 260px 0 40px;
}
.product-yd-page .item:nth-child(2n) .img .big-img img {
  display: block;
}
.product-yd-page .item:nth-child(2n) .img .small-img {
  right: 0;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: #2282c9;
}
.product-page {
  padding-top: 100px;
}
.product-page .sideLeft {
  width: 100% !important;
}
.product-page .sideLeft .top {
  /*background: #2282c9;*/
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page .sideLeft .top .form {
  padding: 0 15px;
}
.product-page .sideLeft .top .form form {
  position: relative;
  height: 80px;
  border-radius: 40px;
  /*border: 1px solid rgba(255, 255, 255, 0.4);*/
  padding: 5px;
    border: 1px solid #2282c9
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #2282c9;
  font-size: 18px;
  border: none;
  padding: 0 20px;

}
.product-page .sideLeft .top .form input::-moz-placeholder{
  color: #2282c9;
  opacity: 0.7
}
.product-page .sideLeft .top .form input::placeholder{
  color:#2282c9;
   opacity: 0.7
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 10px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center #2282c9;
  padding: 0;
}
.product-page .sideLeft .top .nav .font-30 {
  color: #000;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.product-page .sideLeft .top .nav ul li{
  width: 32%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  margin-bottom: 20px;
  transition: .5s
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  /*color: 000;*/
  font-size: 24px;
  width: 100%;
  height: 100%;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0s
}
.product-page .sideLeft .top .nav ul li>a img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
     -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: invert(100)
}
.product-page .sideLeft .top .nav ul li >a img.active,.product-page .sideLeft .top .nav ul li:hover >a img{
   -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #092b44;
  border-right: 9px solid #092b44;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: #1f5b9b;
  opacity: 0;
}*/
.product-page .sideLeft .top .nav ul li:hover ,
.product-page .sideLeft .top .nav ul li.active  {
  background: -webkit-gradient(linear, left top, right top, from(#1f5b9b), to(transparent));
  background: -webkit-linear-gradient(left, #1f5b9b, transparent);
  background: -moz-linear-gradient(left, #1f5b9b, transparent);
  background: linear-gradient(to right, #1f5b9b, transparent);
  color: #fff
}
/*.product-page .sideLeft .top .nav ul li:hover > a::before,
.product-page .sideLeft .top .nav ul li.active > a::before,
.product-page .sideLeft .top .nav ul li:hover > a::after,
.product-page .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}*/
.product-page .sideLeft .top .nav ul li ul li a{
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page .sideLeft .top .nav ul li ul li:nth-child(1) a::before{
  content: none;
}
.product-page .sideLeft .top .nav ul li.active > ul{
  display: block;
}
.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}
.product-page .sideRight {
  width: 100% !important;
  /*padding-left: 75px;*/
}
.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight ul {
  margin: 10px;
}
.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}
.product-page .sideRight ul li .img-box {
  border-radius: 10px;
  background: #f5f5f5;
   /*box-shadow: 0px 0px 10px 5px #f4f4f4;*/
  /*padding: 36px 50px;*/
}
.product-page .sideRight ul li p {
  font-size: 16px;
  line-height: 2;
  color: #6d6d6d;
  margin: 15px 0 30px;
}
.prodet-page .prodet-1 {
  padding: 130px 0 80px;
}
.prodet-page .prodet-1 .left {
  width: 35%;
}
.prodet-page .prodet-1 .left a {
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 77px 50px;
}
.prodet-page .prodet-1 .right {
  width: 65%;
  padding-left: 48px;
  position: relative;
}
.prodet-page .prodet-1 .right h1{
  padding-right: 290px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.51;
  margin: 25px 0 60px;
}
.prodet-page .prodet-1 .right .gallery {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .prodet-1 .right .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn{
  position: absolute;
  right: 0;
  top: 0;
  text-align: center
}
.prodet-page .prodet-1 .right .more_btn .more::after {
  color: black;
}
.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  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;
  border-radius: 0 0 50px 0;
  position: relative;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2282c9;
}
.prodet-page .prodet-2 ul.options li.active {
  background: #2282c9;
  color: white;
}
.prodet-page .prodet-2 ul.options li.active a::after {
  background: white;
}
.prodet-page .prodet-2 .box {
  padding: 10px 0;
}
.prodet-page .prodet-2 .box .content {
  font-size: 18px;
}
.prodet-page .prodet-2 .box .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodet-page .prodet-2 .box .content ul li{
  width: 47%;
  list-style-type:none !important;
  margin-bottom: 10px;
  padding-left: 75px;
  position: relative;
}
.prodet-page .prodet-2 .box .content ul li i{
  position: absolute;
  left: 0;
  top: 25px;
  width: 60px;
}
.prodet-page .prodet-2 .list {
  padding: 70px 0;
}
.prodet-page .prodet-2 .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
}
.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
  opacity: 0.51;
}
.w-100 {
  width: 100%;
}
.hose-page .hose-1 {
  padding-top: 160px;
}
.hose-page .hose-1 .left {
  width: 30%;
  padding-top: 20px;
}
.hose-page .hose-1 .right {
  width: 70%;
}
.hose-page .hose-1 .right .content {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-top: 45px;
}
.hose-page .hose-2 {
  padding-top: 90px;
}
.hose-page .hose-2 .h2 {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  left: 43px;
  bottom: -22px;
  z-index: 11;
}
.hose-page .hose-3 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-top: 10px;
}
.hose-page .hose-4 .left {
  vertical-align: middle;
}
.hose-page .hose-4 .right {
  padding: 0 260px 0 130px;
  vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
  margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
  font-size: 18px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 112px;
  padding-top: 60px;
  padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
  margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
  border-top: none;
}
.hose-page .hose-4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
  background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
  background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
  background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
  background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
  background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
  padding-top: 110px;
}
.hose-page .hose-5 .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
  padding-top: 20px;
  margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
  border-color: white;
  color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
  background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
  padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
  position: relative;
}
.hose-page .hose-5 ul li .content {
  position: absolute;
  left: 0;
  top: 53%;
  width: 35%;
  border-bottom: 3px solid #2282c9;
  background: white;
  padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
  color: black;
}
.hose-page .hose-5 ul .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
  width: 50%;
  margin: 0 10px;
  height: 1px;
  background: #acacac;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 5px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #2282c9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
  background: #2282c9;
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
  opacity: 1;
}
.hose-page .hose-6 {
  padding: 100px 0 330px;
  background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-right: 310px;
  position: relative;
}
.hose-page .hose-6 .form form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #2282c9;
  box-shadow: 0 0 0 1px #2282c9;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.8;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: #2282c9;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #2282c9;
  box-shadow: 0 0 0 1px #2282c9;
}
.contact-page .contact-2 ul {
  margin: 0 -70px;
  padding: 70px 0;
  border-radius: 0 0 50px 50px;
}
.contact-page .contact-2 ul li {
  padding: 0 70px;
  text-align: center;
}
.contact-page .contact-2 ul li .h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 2;
  padding-top: 26px;
}
.contact-page .contact-3 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px
}
.contact-page .contact-3 .box .left{
  width: 50%;
}
.contact-page .contact-3 .box .right{
  width: 50%;;
  font-size: 20px;
  padding-left: 50px;
  line-height: 2
}
.contact-page .contact-3 .box .right span{
  font-size: 40px
}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
  display: none;
}
.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 20px;
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 20px;
  min-height: 5.5em;
  line-height: 1.8;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.news-page ul li .box .more_btn .more::after {
  color: black;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newdet-1 {
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 45px;
  font-weight: bold;
}
.newdet-page .newdet-1 .time {
  font-size: 18px;
  opacity: 0.8;
  margin: 20px 0;
}
.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 2;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
.newdet-page .newdet-1 .m-link{
  text-align: left;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-left: 90px;
  }
  .product-yd-page .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .product-yd-page .item:nth-child(2n) .content {
    padding-right: 70px;
  }
  .hose-page .hose-4 .right{
    padding: 0 50px;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 31px;
  }
    .font-45 {
    font-size: 38px;
  }
    #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
    #index-body .i-advantage .list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container h2{
    font-size: 38px;
  }
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  }
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
  .prodet-page .prodet-1 .left a{
    padding: 0;
  }
  .prodet-page .prodet-1 .right .more_btn{
    position: relative;
    left: 0;
  }
  .prodet-page .prodet-1 .right h1{
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container h2 {
    font-size: 30px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }

  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }
  .news-page ul li{
    width: 50% !important;
  }
  .seoNews.news-page ul li{
    width: auto !important;
  }
    .font-45 {
    font-size: 30px;
  }
  .contact-page .contact-3 .box .right span{
  font-size: 20px
}
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-3 .box .left{
  width: 100%;
  margin-bottom: 40px
}
.contact-page .contact-3 .box .right{
  width: 100%;
  font-size: 18px
}
.contact-page .contact-3 .box .right span{
  font-size: 22px
}
    #index-body .i-advantage .top .more_btn {
    position: relative;
  }
   #index-body .i-advantage .list {
    padding: 0 15px;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    line-height: 1.8;
  }
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    line-height: 2;
  }
  .inner-banner .ui.container h2 {
    font-size: 26px;
  }
  .inner-banner .ui.container .box .mbx{
    font-size: 15px;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
  }
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }
  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }
  .product-yd-page .item .img {
    display: none;
  }
  .product-yd-page .item .content {
    width: 100%;
  }
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
  .elementor-widget-rebuilto-scroll-timeline .timeline-line{
    left: 30px;
  }
  .hose-page .hose-4 .left,
  .hose-page .hose-3 .left{
    width: 100%;
  }
  .hose-page .hose-3 .right{
    width: 100%;
  }
  .hose-page .hose-4 .right{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-5 .top .more_btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .hose-page .hose-5 ul li .content{
    width: 45%;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 24px;
    line-height: 1.2;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .hose-page .hose-6{
    background: white;
    padding-bottom: 50px;
  }
  .contact-page .contact-2 ul li{
    padding: 0 15px;
  }
  .contact-page .contact-2 ul {
    margin: 0 -15px;
  }
  .newdet-page .newdet-1 h1{
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .box .content ul li{
  width: 100%
}
    #index-body .i-advantage .top {
    margin-bottom: 66px;
  }

  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box .mbx {
    margin-bottom: 20px;
    line-height: 2;
  }
  .newdet-page{padding: 40px 0;}
  .newdet-page .newdet-1 h1{
    font-size: 26px;
    line-height: 1.3;
  }
  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-right: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
    margin-right: 25px;
  }
  .hose-page .hose-2 .h2{
    font-size: 30px;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hose-page .hose-5 ul li .content{
    position: relative;
    width: 100%;
  }
  .hose-page .hose-5 .top .more_btn{
    margin-top: 20px;
  }
  .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
  .faq-page .left,
  .faq-page .right{
    width: 100% !important;
  }
  .faq-page .right ul li .h4{
    font-size: 20px;
  }
  .faq-page .right ul li .content{
    font-size: 16px;
  }
   #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .ui.container h2 {
    font-size: 20px;
  }
  .product-yd-page .item .content {
    padding: 0 15px !important;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 74%;
  }
  .product-yd-page {
    padding: 70px 0;
  }
  .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
    .font-45 {
    font-size: 24px;
    line-height: 1.8;
  }
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #2282c9;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #2282c9;
    color: #2282c9;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #2282c9;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #2282c9;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}



.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #2282c9;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #2282c9;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #2282c9;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #2282c9;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #2282c9;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
        margin: 30px 0;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #2282c9;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
    .product-page {
  padding-top: 30px;
}
.font-30{
  font-size: 20px;
  line-height: 36px;
}
}


h1.zlfl {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

@media screen and (max-width: 1000px){
  .seoPublic {
    display: none !important;
  }
  a.longzhen,
  h2.nenegyuan {
    display: none !important;
  }
  a.longzhen {
    width: 375px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
 }
 h1.zlfl {
   font-size: 25px;
   line-height: 1.8;
 }
}
h1.zhejizh {
    display: inline;
}
.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.about-page .abo-1{
  padding-top: 180px
}
.about-page .abo-1 .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.about-page .abo-1 .box .left .smt{
font-size: 18px;
color: #2b2b2b;
}
.about-page .abo-1 .box .left{
  width: 25%;
}
.about-page .abo-1 .box .right{
  width: 55%;
  font-size: 18px;
  line-height: 1.4;
  color: #5a5a5a;
}
.about-page .abo-1 .comy{
  margin: 0 auto;
  margin-top: -180px;
}
.about-page .abo-2{
  position: relative
}
.about-page .abo-2 .text{
position: absolute;
left: 0;
top: 30%;
width: 100%;
}
.about-page .abo-2 .text ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.about-page .abo-2 .text ul .num{
  font-weight: bold
}
.about-page .abo-3 .ui{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-page .abo-3 .left{
  width: 40%
}
.about-page .abo-3 .left .box{
  /*width: 150%;
  margin-left: -50%*/
}
.about-page .abo-3 .left .box img{
margin-bottom: 30px;
width: 100%
}
.about-page .abo-3 .right{
  width: 55%
}
.about-page .abo-3 .right .t1{
  text-align: right;
  font-weight: bold;
  line-height: 1
}
.about-page .abo-3 .right .t1 span{
  color: #0774c3;
  display: block;
}
.about-page .abo-3 .right ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page .abo-3 .right .box1{
  margin-top: 80px
}
.about-page .abo-3 .right .box1 ul li{
  width: 33%;
  text-align: center;
  position: relative;
}
.about-page .abo-3 .right .box1 ul li::after{
  content: '';
  display: block;
  width: 1px;
	height: 52px;
	background-color: #5a5a5a;
	opacity: 0.32;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .abo-3 .right .box1 ul li:last-child::after{
  display: none
}
.about-page .abo-3 .right .box1 ul li .tit{
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0
}
.about-page .abo-3 .right .box1 ul li .tit span{
  font-size: 22px;
  
}
.about-page .abo-3 .right .box1 ul li .icon{
  height: 55px;
}
.about-page .abo-3 .right .box1 ul li .icon img{
  vertical-align: bottom
}
.about-page .abo-3 .right .box1 ul li .cont{
  font-size: 14px
}
.about-page .abo-3 .right .box2 ul li{
  width: 45%;
  text-align: center;
} 
.about-page .abo-3 .right .box2 ul li .tit{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px

}
.about-page .abo-3 .right .box2 {
  margin-top: 100px
}
.about-page .abo-3 .right .box2 ul li .text{
  color: #2b2b2b;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom:0.8em

}
.about-page .abo-3 .right .box2 ul li .text span{
  	width: 6px;
	height: 6px;
	background-color: #2282c9;
  display: none;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}
.about-page .abo-4{
  margin-top: 120px;
  padding-bottom: 100px
}
.about-page .abo-4 .tit{
  text-align: center;
  margin-bottom: 80px
}
.about-page .abo-4 .swiper{
  overflow: hidden
}
@media screen and (max-width: 1440px) {
  .about-page .abo-3 .right .box1 ul li .tit{
    font-size: 30px
  }
  .about-page .abo-3 .right .box1 ul li .tit span{
    font-size: 18px
  }
}
@media screen and (max-width: 1100px) {
  .about-page .abo-3 .right .box1 ul li{
    width: 50%;
    margin-bottom: 20px
  }
  .about-page .abo-3 .right .box1 ul li:after{
    display: none
  }
}
@media screen and (max-width: 1000px) {
  .about-page .abo-1 .box .left{
    width: 100%;
    margin-bottom: 30px
  }
    .about-page .abo-1 .box .right{
      width: 100%;
    }
    .about-page .abo-1 .comy{
      margin-top: -40px
    }
    .about-page .abo-3 .left{
      width: 100%
    }
    .about-page .abo-3 .right{
      width: 100%;
      margin-top: 40px
    }
    .about-page .abo-3 .left .box{
      width: 100%;
      margin: 0;
      
    }
    .about-page .abo-3 .right .box1 ul li{
      width: 33%
    }
    .about-page .abo-1{
      padding-top: 80px
    }
    .about-page .about-history .left{
      position: static
    }
  
}
@media screen and (max-width: 700px) {
  .about-page .about-history .left .public-title{
    display: none
  }
  .about-page .abo-3 .right .box1 ul li .tit{
    font-size: 25px
  }
  .about-page .abo-3 .right .box2 ul li .tit{
    font-size: 20px
  }
}
@media screen and (max-width: 500px) {
  .about-page .abo-3 .right .box1 ul li{
    width: 50%
  }
  .about-page .abo-3 .right .box2 ul li{
    width: 100%
  }
   .about-page .abo-3 .right .box1 ul li .tit{
    font-size: 20px
  }
  .about-page .abo-3 .right .box1 ul li .tit span{
    font-size: 16px
  }
  .about-page .abo-3 .right .box2 ul li .tit{
    font-size: 18px
  }
  .about-page .abo-2 .text ul li{
    width: 50%;
    margin-bottom: 20px
  }
  .about-page .abo-2>img{
    height: 350px
  }
  .about-page .abo-2 .text{
    top: 15%
  }
  .about-page .about-history .right .history-list li .text-right .intro{
    font-size: 16px;
    margin-top: 15px
  }
}
.about-page .about-history {
  position: relative;
}
.about-page .about-history .img{
    position: absolute;
  left: 0;
  bottom: 0;
  /*transform: translateY(350px)*/

}
.about-page .about-history .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-history .left {
  width: 50%;
  margin-top: 16.25vw;
  margin-bottom: 19.53125vw;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-history .left .left-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-history .left .left-box .public-title span.span2 {
  color: #000;
}
.about-page .about-history .left .left-box .intro {
  margin-top: 23px;
  color: var(--index-color2);
}
.about-page .about-history .left .left-box .public-btn {
  margin-top: 6.25vw;
}
.about-page .about-history .left .year-right {
  margin-top: 8.28125vw;
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: #0774c3;
  position: relative;
}
.about-page .about-history .left .year-right svg {
  position: absolute;
  right: -280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.about-page .about-history .right {
  margin-bottom: 19.53125vw;
  padding-bottom: 13px;
  width: 50%;
}
.about-page .about-history .right .history-list {
  margin-right: 3.9583333333333335vw;
  position: relative;
}
.about-page .about-history .right .history-list li {
   align-items: flex-start;
}
.about-page .about-history .right .history-list li.active .text-right:before,
.about-page .about-history .right .history-list li.active .text-right:after {
  background: -webkit-gradient(linear, left top, right top, from(#0774c3), to(transparent));
  background: -webkit-linear-gradient(left, #0774c3, transparent);
  background: -moz-linear-gradient(left, #0774c3, transparent);
  background: linear-gradient(to right, #0774c3, transparent);
  opacity: 1;
}
.about-page .about-history .right .history-list li.active .text-right .title {
  color: #000000;
}
.about-page .about-history .right .history-list li.active .text-right .intro {
  color: #000000;
}
.about-page .about-history .right .history-list li.active .year-left {
  background: unset;
  -webkit-background-clip: unset;
  color: #0774c3 !important;
}
.about-page .about-history .right .history-list li:first-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
  background: -webkit-linear-gradient(top, transparent, #f6f6f6);
  background: -moz-linear-gradient(top, transparent, #f6f6f6);
  background: linear-gradient(to bottom, transparent, #f6f6f6);
  -webkit-background-clip: text;
  color: transparent;
}
.about-page .about-history .right .history-list li:last-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f6, transparent);
  background: -moz-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
  -webkit-background-clip: text;
  color: transparent;
}
.about-page .about-history .right .history-list li .year-left {
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: sticky;
  width: 232px;
}
.about-page .about-history .right .history-list li .text-right {
  margin-left: 3.125vw;
  /*padding-top: 2.5vw;
  padding-bottom: 2.65625vw;*/
  padding-top: 6.5vw;
  padding-bottom: 6.65625vw;
  padding-right: 4.1145833vw;
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
}
.about-page .about-history .right .history-list li .text-right:before,
.about-page .about-history .right .history-list li .text-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(122, 122, 122, 0.15);
}
.about-page .about-history .right .history-list li .text-right:before {
  top: -2px;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2;
}
.about-page .about-history .right .history-list li .text-right:after {
  bottom: 0;
}
.about-page .about-history .right .history-list li .text-right .title {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.about-page .about-history .right .history-list li .text-right .intro {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.333;
}
@media screen and (min-width: 1921px){
  .about-page .about-history .left {
    margin-top: 312px; /* 原16.25vw → 312px */
    margin-bottom: 375px; /* 原19.53125vw → 375px */
}

.about-page .about-history .left .left-box .public-btn {
    margin-top: 120px; /* 原6.25vw → 120px */
}

.about-page .about-history .left .year-right {
    margin-top: 159px; /* 原8.28125vw → 159px */
    font-size: 184px; /* 原9.583333333vw → 184px */
}

.about-page .about-history .right {
    margin-bottom: 375px; /* 原19.53125vw → 375px */
}

.about-page .about-history .right .history-list {
    margin-right: 76px; /* 原3.9583333333333335vw → 76px */
}

.about-page .about-history .right .history-list li .year-left {
    font-size: 184px; /* 原9.583333333vw → 184px */
}

.about-page .about-history .right .history-list li .text-right {
    margin-left: 60px; /* 原3.125vw → 60px */
    padding-top: 48px; /* 原2.5vw → 48px */
    padding-bottom: 51px; /* 原2.65625vw → 51px */
    padding-right: 79px; /* 原4.1145833vw → 79px */
}
}
@media screen and (max-width: 1680px) {
  .font-73 {
    font-size: 65px;
  }
  .about-page .about-history .left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about-page .about-history .right {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1280px){
  .about-page .about-history .left .year-right svg {
    zoom: .7;
  }
  .about-page .about-history .right .history-list li .text-right {
    padding-right: 0;
  }
  .about-page .about-history .right .history-list {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {

  .about-page .about-history .left .year-right{
    margin-top:80px;
  }
}

@media screen and (max-width: 700px){
  .about-page .about-history {
    position: relative;
  }
  .about-page .about-history .ui.container{
    position: unset;
  }
  .about-page .about-history .left{
    width: 18%;
  }
    .about-page .about-history .left .left-box{
    position: absolute;
    left: 0;
    top: -40px;
  }
  .about-page .about-history .left .left-box .intro{
    margin-top: 10px;
    width: 135px;
  }
  .about-page .about-history .left .year-right svg{
    zoom:.5;
  }
  .about-page .about-history .left .year-right{
    margin-left: auto;
  }

  .about-page .about-history .right{
    width: 80%;
  }
  .about-page .about-history .right .history-list li .year-left{
    width: 50px;
  }
  .about-page .about-history .right .history-list li .text-right{
    margin-left: 0px;
    width: calc(100% - 50px);
  }


  .about-page .about-history .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-history .right .history-list li .text-right{
    padding-left: 30px
  }
}
.down-page{
  padding: 100px 0
}
.down-page .down-1 .title{
  text-align: center;
  color: #2282c9;
}
.down-page .down-1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  font-size: 20px;
  margin-top: 100px;
  padding:0 100px 100px;
  border-bottom: 1px solid #eeeeee;
  transition: .5s;
}
.down-page .down-1 ul img{
  filter: brightness(100) invert(100);
  margin-bottom: 15px;
/*transition: .5s;*/
}
.down-page .down-1 ul .box{
  display: block;
  opacity: 0.5;
  position: relative
}
.down-page .down-1 ul .box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%,100%);
    bottom: -100px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #E5E5E5;
    opacity: 0;
    transition: .5s;
}
.down-page .down-1 ul .box:hover,.down-page .down-1 ul .box.active{
opacity: 1;
color: #2282c9;

}
.down-page .down-1 ul .box:hover img,.down-page .down-1 ul .box.active img{
  filter: none
}
.down-page .down-1 ul .box:hover::after,.down-page .down-1 ul .box.active::after{
  opacity: 1
}
.down-page .down-1 .cont{
  font-size: 20px;
  line-height: 1.8;
  padding-top: 50px;
}
.down-page .down-1 .cont.hide{
  display: none
}
.down-page .about-11{
  margin-top: 100px;
}
.down-page .about-11 .top .right {
  border-bottom: none;

  width: 100%;
  padding-left: 0
}
.dev_con .about-11 .top .right {
  padding-left: 277px
}
.down-page .about-11 .top .right ul li {
  margin-bottom: 28px;
}
.down-page .about-11 .top .right ul li .box {
  display: flex;

}
.down-page .about-11 .top .right ul li .box .img {
  background: transparent;
  border-radius: 0;
  width: 132px;
  height: 132px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-page .about-11 .top .right ul li .box .img img {
  border-radius: 0;
}
.down-page .about-11 .top .right ul li .box .con {
  width: 90%;
  padding-left: 31px;
  display: flex;
  align-items: center;
}
.down-page .about-11 .top .right ul li .box .con .acc {
  padding: 46px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
}
.down-page .about-11 .top .right ul li .box .con .acc .text {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}
.down-page .about-11 .top .right ul li .box .con .acc .text .t2{
  font-size: 18px;
  font-weight: 400
}
.down-page .about-11 .top .right ul li .box .con .acc a {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  color: #0774c3;
  line-height: 40px;
  text-decoration: underline;
  text-transform: uppercase;
}
.down-page .about-11 .top .right ul li:last-child {
  margin-bottom: 0;
}

/*@media screen and (max-width: 1320px) {
  .down-page {
  padding: 20px 0
}
}*/
@media screen and (max-width: 1280px){
  .down-page .down-1 ul{
    padding: 0 50px 100px
  }
}
@media screen and (max-width: 1100px){
  .down-page .down-1 ul{
    padding: 0 20px 100px
  }
}

@media screen and (max-width: 1000px){
    .down-page .about-11 .top .right ul li .box .con .acc {
    padding: 20px;
  }
  .down-page .about-11 .top .right ul li .box .con .acc a,
  .down-page .about-11 .top .right ul li .box .con .acc .text {
    font-size: 20px
  }
  .down-page .about-11 .top .right ul li .box .con .acc .text .t2{
    font-size: 16px
  }

  .down-page .down-1 ul{
    padding: 0 0 50px
  }
  .down-page .down-1 ul li .box{
    zoom: 0.7
  }
  .down-page .down-1 ul .box:after{
    bottom: -70px
  }
  .down-page .about-11{
    margin-top: 50px
  }
}
@media screen and (max-width: 700px){
  .down-page .about-11 .top .right ul li .box .img {
  display: none
}
.down-page .about-11 .top .right ul li .box .con {
  width: 100%;
  padding-left: 0
}
.down-page .down-1 ul .box:after{
   display: none
  }
    .down-page .down-1 ul{
      align-items: flex-start
    }
  .down-page .down-1 ul li{
    width: 30%;
    margin-bottom:35px;

  }
.down-page .about-11 .top .right ul li .box .con .acc{
  flex-wrap: wrap;
}
.down-page .about-11 .top .right ul li .box .con .acc .text{
  width: 100%
}
}

@media screen and (max-width: 1000px) {
   .inner-banner{
     margin-top: 60px;
   }
  .inner-banner .ui.container{
    position: static;
    transform: translate(0);
  }
  .inner-banner .ui.container h2{
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-top: 30px
  }
  .inner-banner .ui.container .box .mbx{
    color: #000000;
  }
  .inner-banner .ui.container .box{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul.options li{
    padding:  0 20px 0 30px;
    font-size: 15px;
  }
  .prodet-page .prodet-2 ul.options{
    height: 80px;
  }
  
}

/*改2-3*/
#index-body .news .news_content .news_sw .new_item .tit{
  font-size: 18px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.prodet-page .prodet-1 .left a img{
filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));

}
.prodet-page .prodet-2 .box .content ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}
.prodet-page .prodet-2 .box .content ul li{
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.prodet-page .prodet-2 .box .content ul li i{
  position: static;
  display: block;
  margin: 0 auto
}
.prodet-page .prodet-2 .box .content ul li span{
  font-size: 20px;
  font-weight: 400;
}
.prodet-page .prodet-2 .box .content ul li{
  padding-top: 60px;
  position: relative;
}
.prodet-page .prodet-2 .box .content ul li img{
  position: absolute;
  top: 0;
  height: 60px;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}
.prodet-page .prodet-2 .box .content{
  padding: 40px 0;
}
/*.down-page .about-11 .top .right ul li .box .img{
  height: 50px;
}
.down-page .about-11 .top .right ul li .box .img img{
  height: 40px;
  width: auto;
}*/
.down-page .about-11 .top .right ul li .box .con .acc{
  padding: 6px 40px;
}
.product-page .sideLeft .top .nav ul li{
  width: 16%;
}

.product-page .sideLeft .top .nav ul li > a{
  font-size: 18px;
}
.down-page .about-11 .top .right ul li .box .con .acc a{
  font-size: 20px;
}

.product-page .sideRight ul li .img-box img{
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}
.prodet-page .prodet-2 .list ul li .img-box img{
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}
.prodet-page .prodet-1 .right .gallery ul li a img{
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1280px){
  .product-page .sideLeft .top .nav ul li > a{
    font-size: 16px
  }
}
@media screen and (max-width: 1100px){
  .product-page .sideLeft .top .nav ul li > a{
    font-size: 14px
  }

}
@media screen and (max-width: 1000px){

  .prodet-page .prodet-2 .box .content ul{
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}
  .prodet-page .prodet-2 .box .content ul li span{
    font-size: 16px;
  }
  .prodet-page .prodet-2 .box .content ul{
    padding-left: 0 !important;
  }
    .down-page .about-11 .top .right ul li .box .con .acc a{
  font-size: 18px;
}

}
@media screen and (max-width: 700px){
.down-page .about-11 .top .right ul li .box .con .acc{
  padding: 0;
}
 .down-page .about-11 .top .right ul li .box .con .acc a{
  font-size: 16px;
}
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-2 .box .content ul{
  grid-template-columns: repeat(1, 1fr);
  gap:10px;
}
}

.newdet-page .newdet-1 .content{
  max-width: 1000px;
  margin: 0 auto;
}

.inner-banner>img{
  margin: 0 auto;
  display: block;
}