@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #1c488b;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1710px;
  margin: auto;
  width: 100%;
}
.font-50{
  font-size: 35px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.white{
  color: #ffffff;
}
.more {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(2deg, rgba(240, 133, 26, 0) 0%, rgba(21, 87, 185, 0) 100%);
  background: -moz-linear-gradient(2deg, rgba(240, 133, 26, 0) 0%, rgba(21, 87, 185, 0) 100%);
  background: linear-gradient(88deg, rgba(240, 133, 26, 0) 0%, rgba(21, 87, 185, 0) 100%);
}
.more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(2deg, #f0851a 0%, #1557b9 100%);
  background: -moz-linear-gradient(2deg, #f0851a 0%, #1557b9 100%);
  background: linear-gradient(88deg, #f0851a 0%, #1557b9 100%);
  top: -webkit-calc(-1px);
  top: -moz-calc(-1px);
  top: calc(-1px);
  left: -webkit-calc(-1px);
  left: -moz-calc(-1px);
  left: calc(-1px);
  right: -webkit-calc(-1px);
  right: -moz-calc(-1px);
  right: calc(-1px);
  bottom: -webkit-calc(-1px);
  bottom: -moz-calc(-1px);
  bottom: calc(-1px);
  padding: 1px;
  border-radius: 25px;
  z-index: 1;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(2deg, #f0851a 0%, #1557b9 100%);
  background: -moz-linear-gradient(2deg, #f0851a 0%, #1557b9 100%);
  background: linear-gradient(88deg, #f0851a 0%, #1557b9 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  border-radius: 25px;
}
.more div {
  display: block;
  height: 50px;
  line-height: 51px;
  width: 100%;
  border-radius: 25px;
  padding: 0 30px 0 58px;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.more div::before {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  line-height: 1;
}
.more div::after {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  line-height: 1;
}
.col{
  color: var(--color)
}
.col_w{
  color: #ffffff;
}
.more.m1 {
  color: #ffffff;
}
.more:hover {
  color: #fff;
}
.more:hover div {
  padding: 0 58px 0 30px;
}
.more:hover div::after {
  opacity: 1;
}
.more:hover div::before {
  opacity: 0;
}
.more:hover::before {
  opacity: 1;
}
.lh-1 {
  line-height: 1;
}
table{
  text-align: center;
}
 #innerMobileBanner {
   padding-top: 90px;
 }
  #innerMobileBanner .title{
    font-size: 20px;
  }
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 20px 0 20px;
  width: 100%;
}
#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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 10px;
  color: #ffffff;
  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;
  font-size: 16px;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 50px;
  left: 0;
  top: 100%;
  display: none;
}
#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;
  padding: 0 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#header .nav .ui.menu .menu-box ul.menu > li > a .nav_t1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a .nav_t2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #ffffff;
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover .nav_t2 {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover .nav_t1 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  border-radius: 10px;
  /*overflow: hidden;*/
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  top: 150%;
  left: 0;
  min-width: 220px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  background: #ffffff;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:last-child {
  border-radius: 0 0 10px 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 102%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu::after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: -1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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;
  pointer-events: all;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  display: block \9;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 18px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language {
  margin-left: 18px;
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -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: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -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 .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.h-nav{
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 101;
  background: #ffffff;
  max-height: 700px;
  overflow-y: auto;
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
    pointer-events: none;
   -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: .5s;
  z-index: -3
}
.h-nav .pro_box{
  display: flex;
  justify-content: space-between;

}
.h-nav .pro_box .left{
  width: 25%;
  max-height: 650px;
  overflow-y: auto;
}
.h-nav .pro_box .left::-webkit-scrollbar{
  width: 0;
}
.h-nav .pro_box .left li{
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  transition: .5s;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 15px;
}
.h-nav .pro_box .left li .icon{
 width: 60px;
 height: 60px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.h-nav .pro_box .left li span{
  font-size: 18px;
  flex: 1;
  margin-left: 15px;
}
.h-nav .pro_box .left li:hover,.h-nav .pro_box .left li.active{
  background: var(--color);
  color: #ffffff;
}
.h-nav .pro_box .left li:hover img,.h-nav .pro_box .left li.active img{
  filter: brightness(100);
}
.h-nav .pro_box .right{
  width: 71%;
  max-height: 650px;
  overflow-y: auto;
}
.h-nav .pro_box .right::-webkit-scrollbar{
  display: none;
}
.h-nav .pro_box .right .img-box{
  border: 1px solid #efefef;
  border-radius: 20px;
  padding: 35px;
}
.h-nav .pro_box .right .item{
  display: none;
}
.h-nav .pro_box .right .item.active{
  display: block;
}
#header.active {
  top: 0;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}

#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .h-language span img {
  -webkit-filter: invert(100);
  filter: invert(100);
}

#header.inner .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .h-language span img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li .video video{
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  bottom: 43%;
  left: 0;
  width: 100%;
  color: #ffffff;
  /*-webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);*/

}
#banner ul li .text .box{
  opacity: 0;
  transform: translateY(30px);
  transition:1s 1s;
}
#banner ul .slick-active .text .box{
  opacity: 1;
  transform: translateY(0);
}


#banner ul li .text .box .more {
  color: #ffffff;
}
.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);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@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);
  }
}
#index-body .solution li {
  padding-top: 30px;
}
#index-body .solution li .box {
  padding-top: 30px;
  background: no-repeat top center / 100%;
  padding: 26px 37px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  height: 205px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solution li .box .tit {
  font-weight: 900;
  line-height: 1.2;
}
#index-body .solution li:hover .box {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
#index-body .service .top {
  color: #ffffff;
}
#index-body .service .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -14px;
}
#index-body .service .top ul li {
  position: relative;
  padding: 0 10px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .service .top ul li .acc {
  position: relative;
  height: 761px;
  background-size: cover;
  /*border-radius: 30px;*/
  cursor: pointer;
  border-radius: 20px;
}
#index-body .service .top ul li .tit {
  position: absolute;
  left: 0;
  bottom: 45px;
  font-weight: 900;
  padding: 0 40px;
}
#index-body .service .top ul li .box {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  padding: 0 80px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#index-body .service .top ul li .box .tit2 {
  font-weight: 900;
}
#index-body .service .top ul li .box .cont {
  font-weight: 300;
}
#index-body .service .top ul li.active {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  flex: 6;
}
#index-body .service .top ul li.active .acc .tit {
  opacity: 0;
  z-index: -1;
}
#index-body .service .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
#index-body .service{
  position: relative;
  z-index: 2;
  background: #ffffff;
}
#index-body .about .ser_bg {
  text-align: center;
  margin-top: -80px;
  margin-bottom: -70px;
 
}
#index-body .about .about-box{
 background: linear-gradient(to bottom ,#ffffff 50%,transparent 70%);
}
#index-body .about {
    background:#ffffff url(../images/comy.png) no-repeat bottom center / 100%;
    background-attachment: fixed;
}
#index-body .about .top .left {
  width: 48%;
}
#index-body .about .top .left .title {
  line-height: 1.2;
}
#index-body .about .top .left .btn {
  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;
}
#index-body .about .top .left .btn .play {
  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;
  font-weight: 500;
  cursor: pointer;
}
#index-body .about .top .left .btn .play .dot{
  width: 54px;
  height: 54px;
  border: 1px solid var(--color);
  border-right: 1px solid transparent;
  border-radius: 50%;
  transition: .5s;
  transform: rotate(45deg);
  color: #a8a5a5;
  font-size: 25px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .about .top .left .btn .play .dot i{
    transform: rotate(-45deg) translate(2px,1px);
}
#index-body .about .top .left .btn .play:hover .dot{
  border: 1px solid var(--color);
  background: var(--color);
  color: #ffffff;
}

#index-body .about .top .right {
  width: 48%;
  font-weight: 500;
}
#index-body .about .top .right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
#index-body .about .top .right li .img {
  width: 140px;
  margin-right: 25px;
}
#index-body .about .top .right li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .about .bottom {
  color: #ffffff;

}
#index-body .about .bottom li {
  background-color: rgba(245, 249, 255, 0.5);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 75px 50px 46px;
  transition: .5s;
}
#index-body .about .bottom li:hover{
  transform: translateY(-30px);
}
#index-body .about .bottom li .line {
  width: 262px;
  height: 2px;
  background-color: #000000;
  opacity: 0.16;
  margin: 15px 0 20px;
}
#index-body .about .bottom li .num {
  line-height: 1;
  font-weight: 900;
}
#index-body .about .bottom li .num span {
  line-height: 1;
  font-weight: 400;
}
#index-body .about .bottom li .text {
  line-height: 1;
  font-weight: 300;
}
#index-body .products {
  background: #f5f9ff;
  overflow: hidden;
}
#index-body .products .bottom {
  position: relative;
}
#index-body .products .bottom li {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%
}
#index-body .products .bottom li .box {
  background-color: #f6f6f6;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 5px #e4e7ec;
  box-shadow: 0px 0px 10px 5px #e4e7ec;
  padding: 45px 0 40px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#index-body .products .bottom li .box .tit {
  text-align: center;
}
#index-body .products .bottom li .box .img {
  height: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .products .bottom li .box .box2 {
  padding: 0 30px 55px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center top / cover;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .bottom li .box .box2::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .products .bottom li .box .box2 .tit2 {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
#index-body .products .bottom li .box .box2 .cont {
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
#index-body .products .bottom li .box:hover .box2 {
  opacity: 1;
}
#index-body .products .bottom .prev,
#index-body .products .bottom .next {
  width: 51px;
  height: 51px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  position: absolute;
}
#index-body .products .bottom .prev:hover,
#index-body .products .bottom .next:hover {
  background: #000000;
}
#index-body .products .bottom .prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-150%, -50%);
  -moz-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}
#index-body .products .bottom .next {
  margin-left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
#index-body .energy{
  position: relative;
}
#index-body .energy .mark i{
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: no-repeat center left / cover;
  transition:.5s .5s;
}
#index-body .energy .mark i.active{
  width: 100%;
  z-index: 2;
      transition: .5s;
}
#index-body .energy .left {
  /*background: url(../images/energy.jpg) no-repeat center top / cover;*/
  padding: 450px 0 188px;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  float: left;
  width: 100%;
  z-index: 4;
}
#index-body .energy .left >.container{
  z-index: 4;
}
#index-body .energy .left .box2 {
  width: 45%;
}
#index-body .energy .left .title {
  line-height: 1.4;
}
#index-body .energy .left .more {
  color: #ffffff;
}
#index-body .energy .right {
  -webkit-transform: translateX(-180%);
  -moz-transform: translateX(-180%);
  -ms-transform: translateX(-180%);
  transform: translateX(-180%);
  padding-bottom: 30px;
  position: relative;
  z-index: 4;
}
#index-body .energy .right .item {
  padding: 90px 40px 62px;
  background-color: #efefef;
  border-radius: 20px;
  width: 359px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}
#index-body .energy .right .item .tit {
  font-weight: 900;
}
#index-body .energy .right .item .cont {
  font-weight: 300;
}
#index-body .energy .right .item:hover,#index-body .energy .right .item.active {
  background: #1c488b url(../images/energy_bg.jpg) no-repeat top right / cover;
  color: #ffffff;
}
#index-body .news .top .btns .next,
#index-body .news .top .btns .prev {
  width: 51px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  cursor: pointer;
  transition: .5s;
}
#index-body .news .top .btns .next:hover,
#index-body .news .top .btns .prev:hover{
  background: var(--color);
} 
#index-body .news .bottom ul {
  margin-right: -150px;
}
#index-body .news .bottom li {
  padding-right: 80px;
  padding-top: 90px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom li .time {
  text-align: right;
  font-weight: bold;
  line-height: 1;
  padding-right: 25px;
  color: #ffffff;
  margin-bottom: -10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom li .box {
  padding: 42px 32px 45px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
#index-body .news .bottom li .box .tit {
  font-weight: 900;
}
#index-body .news .bottom li .box .line {
  width: 85px;
  height: 5px;
  background-color: #1557b9;
}
#index-body .news .bottom li:hover,#index-body .news .bottom li.active {
  background: url(../images/time_bg.png) no-repeat right -22px top -35px;
}
#index-body .news .bottom li:hover .time,#index-body .news .bottom li.active .time {
  opacity: 1;
}
#index-body .news .bottom li:hover .box,#index-body .news .bottom li.active .box {
  background-color: #f6f6f6;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #002c5a;
  color: #fff;
}
#footer .f-box .f-ab #ewm {
  width: 138px;
  height: 138px;
  border: 8px solid #fff;
  background-color: #ffffff;
}
#footer .f-box .f-ab .share a {
  margin-right: 10px;
}
#footer .f-box .f-ab .share a .iconfont {
  font-size: 22px;
}
#footer .f-box .f-ab .navs {
  font-weight: 300;
}
#footer .f-box .f-ab .navs li {
  margin-top: 1.5em;
}
#footer .f-box .f-ab .navs li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
#footer .f-box .f-ab .navs li a img {
  margin-left: 9px;
  padding-bottom: 5px;
}
#footer .f-box .tit {
  font-weight: 400;
}
#footer .f-box .f-product li,
#footer .f-box .f-nav li {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  margin-bottom: 0.5em;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-product li:hover,
#footer .f-box .f-nav li:hover {
  opacity: 1;
}
#footer .f-box .f-contact {
  max-width: 350px;
}
#footer .f-box .f-contact li {
  font-weight: 300;
  margin-bottom: 0.5em;
}
#footer .f-box .f-contact li i {
  font-weight: 500;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
}
#footer .f-copy .box p {
  padding: 18px 0 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
#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.3);
  margin-top: 1px;
}
#footer .f-copy .bq{
  transition: .5s;
}
#footer .f-copy .bq:hover{
  color: #ffffff;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1800px){
  container{
    max-width: 1600px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #index-body .about .bottom li .num em {
    zoom: 0.9;
  }
    #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #index-body .service .top ul li .box .cont {
    width: 100%;
  }
  /*#banner ul li .text {
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
  }*/
  #index-body .products .bottom li .box .img {
    padding: 0 15px;
    height: 280px;
  }
  #index-body .products .bottom li .box .img img {
    max-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .energy .left {
    padding: 350px 0 128px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 10px;
  }
  #index-body .about .bottom li {
    padding: 45px 25px 36px;
  }
  #index-body .energy .right {
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    transform: translateX(-140%);
  }
  #index-body .energy .left .box2 {
    width: 50%;
  }
  #index-body .news .bottom ul {
    margin-right: -50px;
  }
  #index-body .news .bottom ul li {
    padding-right: 50px;
  }
  #index-body .news .bottom li:hover,#index-body .news .bottom li.active {
    background-size: 350px;
    background-position: right -14px top -14px;
  }
   .h-nav .pro_box .right .img-box{
    padding: 20px;
  }
}
@media screen and (max-width: 1250px) {

  .container {
    max-width: 1080px;
  }
  #banner,
  .inner-banner {
   padding-top: 60px;
  }
  #index-body .about .bottom li .num em {
    zoom: 0.8;
  }
  #index-body .about .bottom li .line {
    width: 100%;
  }
  .pl-110.pd {
    padding-left: 0;
  }
  .pr-110.pd {
    padding-right: 0;
  }
  #index-body .service .ser_bg {
    margin-top: -40px;
    margin-bottom: -30px;
  }
 
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #index-body .service .top {
    margin-top: 40px;
  }
  #index-body .title .tag i {
    display: initial;
  }
  #index-body .service .top ul li .box {
    padding: 0 40px;
  }
  #index-body .service .top ul li .box dl {
    margin-top: 30px;
  }
  #index-body .service .top ul li .tit3 {
    font-size: 24px;
  }
  .font-50{
  font-size: 28px;
}
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
    overflow: hidden;
  }
  #index-body .service .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .service .top ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #index-body .service .top ul li .box {
    opacity: 1 !important;
    z-index: 19 !important;
  }
  #index-body .service .top ul li .tit3 {
    display: none !important;
  }
  #index-body .service .top ul li .acc {
    height: 400px;
  }
  #index-body .service .top ul li .tit {
    display: none;
  }
  #index-body .about .top .right {
    margin-top: 50px;
  }
  #index-body .about .bottom li {
    color: #000000;
  }
  #index-body .energy .mark{
    display: none;
  }
  #index-body .energy .left {
     background: url(../images/energy.jpg) no-repeat center top / cover;
    float: none;
    position: static;
    padding: 100px 0 60px;
  }
  #index-body .energy .right {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .energy .right .item {
    width: 47%;
    padding: 40px 30px 32px;
  }
  #index-body .news .bottom ul {
    margin-right: -20px;
  }
  #index-body .news .bottom ul li {
    padding-right: 20px;
  }
  #index-body .news .bottom li:hover,#index-body .news .bottom li.active {
    background-position: center top -14px;
  }
  #index-body .news .bottom li .time {
    text-align: center;
    padding-right: 0;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .f-box .tit {
    font-size: 16px;
  }
  #index-body .news .bottom li .box .tit,
  #index-body .energy .right .item .tit {
    font-size: 16px;
  }
  #index-body .energy .left .box2 {
    width: 100%;
  }
  #index-body .products .bottom li .box .tit,
  #index-body .products .bottom li .box .box2 .tit2 {
    font-size: 16px;
  }
  #index-body .news .bottom li .time {
    margin-bottom: 0;
  }
  .font-50{
  font-size: 24px;
}
.font-28{
  font-size: 18px;
}
.font-24{
  font-size: 16px;
}
}
@media screen and (max-width: 700px) {
  
  #banner ul li .video video{
    height: 270px;
    object-fit: cover;
  }
   #innerMobileBanner .title{
    font-size: 16px;
  }
    #index-body .energy .right {
      width: 100%;
    }
  .more {
    zoom: 0.8;
  }
  #index-body .news .bottom li {
    padding-top: 60px;
  }
  #index-body .news .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .news .top .btns {
    zoom: 0.8;
  }
  #footer .f-box .f-ab #ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
    zoom: 0.8;
  }
  #index-body .service .top ul li .acc {
    height: 350px;
  }
  #index-body .service .top ul li .box {
    padding: 0 20px;
  }
  #index-body .service .top ul li .box .tit {
    font-size: 24px;
  }
  #index-body .service .top ul li .box dl dd a {
    font-size: 14px;
  }
  #index-body .service .top ul li .box dl dd a:after {
    display: none;
  }
  .more {
    zoom: 0.7;
  }
  /*#banner ul li .text {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }*/
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li > img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .energy .right .item {
    width: 100%;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.8;
  }
  #index-body .news .bottom li .box .line {
    height: 3px;
  }
  #index-body .about .top .right li .img {
    zoom: 0.8;
  }
}


@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}
/*inner*/

.inner-page .container{
    max-width: 1500px;
}
@media screen and (max-width: 1700px) {
   .inner-page div.container {
        width:1300px
    }
}

@media screen and (max-width: 1450px) {
   .inner-page div.container {
        width:1100px
    }
}

@media screen and (max-width: 1250px) {
   .inner-page div.container {
        width:970px
    }
}

@media screen and (max-width: 1000px) {
    .inner-page div.container {
        width:700px
    }
}

@media screen and (max-width: 700px) {
    .inner-page div.container {
        width:100%
    }
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color);
}


.inner-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sol-banner .cont{
  color: #ffffff;
}
.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);
  ;

}

.inner-banner .inner-text {
  padding-top: 209px;
  padding-bottom: 162px;
}
.sol-banner .inner-text{
  padding-bottom: 30px
}

.inner-banner .inner-banner-title {
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: #ffffff;
}

/*inner*/


/*=========== about page start===========*/
.about-page .about-1 .about-img img {
    border-radius: 20px;
}

.about-page .about-1 .about-txt {
    background-color: #f4f5f9;
    border-radius: 10px;
    width: 85%;
    margin: -5% auto 0;
    position: relative;
    z-index: 1;
}

.about-page .about-1 .about-txt .desc {
    color: #666666;
    line-height: 1.7;
}

.about-page .about-5 li .box{
  overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.about-page .about-5 li .box>img{
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.about-page .about-5 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.about-page .about-5 li .box .info{
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color);
  color: #ffffff;
  top: 0;
  left: 0;
  padding: 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: .5s;
      border-radius: 30px;
}
.about-page .about-5 li .box .info .t2{
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.about-page .about-5 li .box:hover .info{
transform: translate(0);
}
.about-page .about-6 .bottom{
  position: relative;
}
.about-page .about-6 .bottom .prev,.about-page .about-6 .bottom .next{
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
}
.about-page .about-6 .bottom .prev{
  left: 0;
}
.about-page .about-6 .bottom .next{
  right: 0;
}
.about-page .about-6 .bottom .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
.about-page .about-6 ul{
  margin: -15px;
}
.about-page .about-6 li{
  padding: 15px;
}
@media screen and (max-width: 1250px) {
  .about-page .about-6 ul{
  margin: -10px;
}
.about-page .about-6 li{
  padding: 10px;
}
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 ul{
  margin: -8px;
}
.about-page .about-6 li{
  padding: 8px;
}
}
.about-page .about-7 ul{
  margin: -15px;
}
.about-page .about-7 li{
  padding: 15px;
  height: 100%;
}
.about-page .about-7 li .box{
  border-radius: 25px;
   background-color: #f8f8f8;
   overflow: hidden;
   transition: .5s;
   height: 100%;
}
.about-page .about-7 li .box .time{
  color: var(--color);
}
.about-page .about-7 li .box .t1{
   min-height: 4.5em;
}
.about-page .about-7 li .box:hover .t1{
  color: var(--color);
 
}
.about-page .about-7 li .box:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.about-page .about-7 li .box .text{
  padding: 25px;
}
.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper{
    padding: 60px 0;
    margin: 0 150px;
}
.about-page .about-2 .mk-tt{ 
    color: #fff;
}
.about-page .about-2 .swiper .h6{
    line-height: 2;
    color: #fff;
}

.about-page .about-2 .swiper .text{
    line-height: 2;
    padding-right: 20px;
    color: #fff;
}  
.about-page .about-2 .swiper .swiper-wrapper{
    align-items: flex-end;
}
.about-page .about-2 .swiper .swiper-slide .box{
    position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line{
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
    width: 100%
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
    left: 3px;
    background-color: var(--color)
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
    opacity: .5
}
.about-page .about-2 .swiper{
  overflow: hidden
}

.about-page .about-2 .zdy-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
}
.about-page .about-2 .zdy-switch>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
        position: absolute;
    margin-top: -25px;
    top: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.about-page .about-2 .zdy-switch .prev{
  left: 0;
}
.about-page .about-2 .zdy-switch .next{
  right: 0;
}
.about-page .about-2 .zdy-switch>div:hover{
    background-color: var(--color);
    color: #ffffff;
}
.about-page .about-3 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}


.about-page .about-3 .brands-list ul li .box .txtbox .desc {
    /*height: 158px;
    overflow-y: auto;*/
    line-height: 1.7;
    transition: all 0.5s;
    font-size: 16px;
}

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

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

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

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

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

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

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

.about-page .about-4 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}
.about-page .about-4 .list .swiper{
  overflow: hidden;
}
/*.about-page .about-4 .list ul li.swiper-slide {
    opacity: 0;
}*/

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

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

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

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

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

.about-page .about-4 .zdy-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
}
.about-page .about-4 .zdy-switch>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
        position: absolute;
    margin-top: -25px;
    top: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.about-page .about-4 .zdy-switch .prev{
  left: 13%;
}
.about-page .about-4 .zdy-switch .next{
  right: 13%;
}
.about-page .about-4 .zdy-switch>div:hover{
    background-color: var(--color);
    color: #ffffff;
}
.about-page .global-3 .tip .cont{
  max-width: 1200px;
  margin: 0 auto
}
.about-page .global-3 .map {
  position: relative;
  text-align: center;
}
.about-page .global-3 .map .list li {
  position: absolute;
}
.about-page .global-3 .map .list li span {
  width: 4.5em;
  height: 4.5em;
  border-radius: 100%;
  background-color: #23519e;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .global-3 .map .list li .content {
  width: 26.875em;
  padding: 2.5em 1.5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 50%;
  background-color: white;
  line-height: 2;
}
.about-page .global-3 .map .list li .content a {
  text-decoration: underline;
  color: #23519e;
}
.about-page .global-3 .map .list li:nth-child(1) {
    right: 42%;
    bottom: 64%;
}
.about-page .global-3 .map .list li:nth-child(2) {
    right: 51%;
    bottom: 41%;
}
.about-page .global-3 .map .list li:nth-child(3) {
 right: 46%;
    bottom: 35%;
}
.about-page .global-3 .map .list li:nth-child(4) {
     right: 43%;
    bottom: 26%;
}
.about-page .global-3 .map .list li:nth-child(5) {
        right: 27%;
    bottom: 45%;

}
.about-page .global-3 .map:hover .list li .content {
  display: none;
}
.about-page .global-3 .map .list li:hover .content {
  display: block;
}
.about-page .global-3 .map .list li span.full:after,
.about-page .global-3 .map .list li span.full:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
  -webkit-animation:ks 2s linear infinite;
  -o-animation:ks 2s linear infinite;
  -ms-animation:ks 2s linear infinite;
  -moz-animation:ks 2s linear infinite;
  animation:ks 2s linear infinite;
  zoom: .5;
}
.about-page .global-3 .map .list li span.full:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
@media (max-width: 1700px) {
    .about-page .global-3 .map .list li:nth-child(3) .content {
    left: auto;
    top: auto;
    right: 50%;
    bottom: 50%;
  }
  .about-page .global-3 .map .list li:nth-child(2) .content {
    left: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media (max-width: 1450px) {
    .about-page .about-4 .list {
        padding: 0 10% 2.5%;
    }

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

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

@media (max-width: 1250px) {
  .about-page .global-3 .map {
    zoom: .8;
  }
    .about-page .about-2 .swiper .swiper-slide::after{
        height: 150px;
    }
    .about-page .about-3 .brands-list ul li .box {
        padding: 20px 15px;
    }

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

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

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

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

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

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

    .about-page .about-4 .list ul li {
        padding-top: 70px;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .about-txt {
        width: 100%;
        margin-top: 5%;
    }
    .about-page .about-2 .swiper {
        padding: 30px 0;margin: 0 66px;
    }
    .about-page .about-2 .swiper .swiper-slide .box {
        padding: 0 10px;
    }
    .about-page .about-2 .zdy-switch div{
      zoom: 0.8;
    }
    .about-page .about-2 .swiper .text{
      max-height: 150px;
      overflow: auto;
    }
}

@media (max-width: 700px) {
    .about-page .about-1 .about-img img {
        height: 360px;
        object-fit: cover;
    }
    .about-page .about-2 .swiper {
        padding: 20px 0;
    }

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

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

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

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

/*=========== about page end===========*/




/*=========== news-page end===========*/
/*newdet-page*/
.newdet-page h1 {
  line-height: 1.4;
}

.newdet-page .text {
  color: #666;
  line-height: 2;
}
.newdet-page .text h2 {
  font-size: 20px;
  line-height: 1.6;
  color: #83b444;
  font-weight: 600;
}
.newdet-page .text h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 600;
}
.newdet-page .text ol li,.newdet-page .text ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}
.newdet-page .text strong {
  color: black;
}

/*.newdet-page .text p {
  margin-top: 1.5em;
}*/

.newdet-page .text p:first-child {
  margin-top: 0;
}

.newdet-page .m-link a {
  height: 2em;
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}

.newdet-page .m-link a:hover {
  background-color: black;
}

.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form input::-webkit-input-placeholder,
.newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}

.newdet-page .form input:-moz-placeholder,
.newdet-page .form textarea:-moz-placeholder {
  color: black;
}

.newdet-page .form input::-moz-placeholder,
.newdet-page .form textarea::-moz-placeholder {
  color: black;
}

.newdet-page .form input:-ms-input-placeholder,
.newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}

.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}

.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}

.newdet-page .form textarea {
  height: 230px;
}

.newdet-page .form input[type="submit"] {
  padding: .45em 2em;
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
  background-color: var(--color);
  color: #fff;
  transition: all 0.5s;
}
.newdet-page .form input[type="submit"]:hover{
    background-color: #000;
}


.newdet-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.newdet-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newdet-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newdet-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}

.newdet-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}

.newdet-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newdet-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}

.newdet-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}

.newdet-page .sidebarLeft .info {
  background-color: #010731;
  padding: 15% 10%;
  border-radius: 10px;
}
.newdet-page .sidebarLeft .info .text{
    color: #fff;
}
.newdet-page .sidebarLeft .info .share a i{
    color: #fff;
}
.newdet-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.newdet-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.newdet-page .sidebarLeft .nav>ul>li{

}
.newdet-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.newdet-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}

.newdet-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.newdet-page .sidebarLeft .nav ul li i {
    position: absolute;
    top: 21px;
    right: 14px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.newdet-page .sidebarLeft .nav ul li ul{
    padding-left: 10px;
}
.newdet-page .sidebarLeft .nav ul li li{
    font-size: 18px;
    font-weight: 300;
    color: #666;
}
.newdet-page .sidebarLeft .nav ul li li li{
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .newdet-page h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.4;
  }
    .newdet-page .sidebarLeft {
    display: none;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 16px;
  }
}
.seoPublic .Auxil-news .list ul li{
  height: 100%;
}
 .seoPublic .Auxil-news .list ul li .content div.h6{
   flex: 1;
 }
.seoPublic .Auxil-news .list ul li .content{
  height: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

/*=========== newdet-page end===========*/

/*faq*/

.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li span{
  cursor: pointer;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 700px) {

  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
/*faq end*/

/*download*/

.download-page .init-1 .content {
  padding-top: 40px;
}
.download-page .init-1 .content ul {
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .init-1 .content ul li {
  padding: 0 30px;
  margin-top: 40px;
}
.download-page .init-1 .content ul li .box .imgC {
  position: relative;
}
.download-page .init-1 .content ul li .box .imgC img {
  width: 100%;
}
.download-page .init-1 .content ul li .box .moreCont {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background-color: #fff;
}
.download-page .init-1 .content ul li .box .moreCont .moreImg {
  width: 30px;
  height: 30px;
  background: no-repeat center center;
}
.download-page .init-1 .content ul li .box .moreCont:hover{
  background: var(--color);
}
.download-page .init-1 .content ul li .box .moreCont:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.download-page .init-1 .content ul li .box .title {
  margin-top: 20px;
  /*font-weight: 600;*/
  line-height: 1.8;
}
.download-page .init-1 .content .pageC {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .download-page .init-1 .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {

  .download-page .init-1 .content {
    padding-top: 10px;
  }
  .download-page .init-1 .content ul li {
    padding: 0;
  }
}
/*download end*/
/*case*/
.case-page .app-1 li{
   box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .1);
   border-radius: 15px 15px 0 0;
   overflow: hidden;
}
.case-page .app-1 li .text{
  padding: 15px;

}
.case-page .app-1 li .text .more{
  zoom: 0.8;
}
.case-page .app-1 li .text h4{
  height: 3em;
}
.case-page .app-1 li .text .cont{
    height: 5.2em;
}

.case-page .case-box .case-1 .left {
  width: 50%;
}
.case-page .case-box .case-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.case-page .case-box .case-1 .left a img {
  width: 100%;
}
.case-page .case-box .case-1 .image-gallery {
  margin: -5px;
  padding: 0;
}
.case-page .case-box .case-1 .image-gallery li {
  padding: 5px;
}
.case-page .case-box .case-1 .image-gallery li i,
.case-page .case-box .case-1 .image-gallery li span {
  display: none !important;
}
.case-page .case-box .case-1 .image-gallery li img {
  display: block;
  margin: 0 auto;
}
.case-page .case-box .case-1 .image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.case-page .case-box .case-1 .image-gallery .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.case-page .case-box .case-1 .image-gallery .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.case-page .case-box .case-1 .image-gallery .slick-track{
  margin-left: 0;
}

.case-page .case-box .case-1 .right {
  width: 50%;
}
.case-page .case-box .case-1 .right h3.title {
  font-size: 24px;
}
.case-page .case-box .case-1 .right .share {
  padding: 10px 0;
}
.case-page .case-box .case-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  
}
.case-page .case-box .case-1 .right .share ul {
  display: inline-flex;
  vertical-align: middle;
  font-size: 20px;
}
.case-page .case-box .case-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.case-page .case-box .case-1 .right .share ul li:hover {
  color: #da251c;
}
.case-page .case-box .case-1 .right a.tel {
  font-size: 18px;
  
  color: #da251c;
  display: block;
}
.case-page .case-box .case-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #da251c;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}

.case-page .case-box .case-3 ul {
  margin: -10px;
}
.case-page .case-box .case-3 ul li {
  padding: 10px;
}
.case-page .case-box .case-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.case-page .case-box .case-3 ul li .box a.img-box {
  display: block;
}
.case-page .case-box .case-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.case-page .case-box .case-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.case-page .case-box .case-3 ul li .box .content h3:hover {
  color: #da251c;
}
.case-page .case-box .case-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #da251c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  
  font-weight: bold;
}
.case-page .case-box .case-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.case-page .case-2 {
  background: url(../images/inner-about-2.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;

}

.case-page .case-4 .left .img img{
width: 100%;
}
@media screen and (max-width: 1250px) {
  .case-page .case-4 h4{
  font-size: 18px;
}
.case-page .case-box .case-1 .right .share ul{
  font-size: 18px;
}
}

/*solutions*/

.solutions-page .solutions-1 {
  position: relative;
}
.solutions-page .solutions-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  /*background-color: #f4f4f4;*/
}
.solutions-page .solutions-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  position: relative;
  background-color: white;
  color: #202020;
  z-index: 2;
}
.solutions-page .solutions-1 .bottom .con{
  line-height: 2;
}
.solutions-page .solutions-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: -1;
}
.solutions-page .solutions-2 {
  /*background-color: #f4f4f4;*/
}
.solutions-page .solutions-2 .ui.container {
  padding-top: 140px;
}
.solutions-page .solutions-2 .ui.container .img {
  display: block;
  width: 100%;
}
.solutions-page .solutions-2 .ui.container .img img{
  width: 100%;
}
.solutions-page .solutions-2 .text{
  
}
.solutions-page .solutions-3 {
  padding: 120px 0 0;
}
.solutions-page .solutions-3 p{
  line-height: 2;
}
.solutions-page .solutions-3 b,
.solutions-page .solutions-3 strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  
  .solutions-page .solutions-1 .bottom .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  
  .solutions-page .solutions-1 .bottom {
    margin-top: 40px;
    padding: 65px 30px 20%;
  }
  .solutions-page .solutions-1 .bottom .img {
    right: 20px;
  }
  .solutions-page .solutions-2 .ui.container {
      padding-top: 60px;
  }
  .solutions-page .solutions-1 .top .con {
    margin-top: 30px;
  }
  .solutions-page .font-24{
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .solutions-page .solutions-1 .bottom {
    margin-top: 40px;
    padding: 35px 15px 30px;
  }
  .solutions-page .solutions-1 .bottom .img {
    display: none;
  }
  .solutions-page .solutions-1 .bottom .con {
    width: 100%;
  }
  
}
@media (max-width: 500px) {
  .solutions-page .solutions-2 .ui.container{
    padding-top: 40px;
  }
  .solutions-page .solutions-3 {
    padding: 40px 0 0;
  }
  .solutions-page .solutions-3 b,
  .solutions-page .solutions-3 strong{
    font-size: 20px;
  }
}
/*solutions end*/

/*product-page*/


.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}

.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight:bold;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more{
  color: #ffffff;
}
/*.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}*/
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}


.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .init-1 .tip_title {
  font-size: 20px;
}
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #4a4a4a;
  
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 320px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}


@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

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

@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page{
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
   .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--color);
  font-size: 30px;
  
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--color);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--color);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {
  margin-top: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  padding-top: 3px;
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28,72,139,0.7)), to(#1c488b));
  background-image: -webkit-linear-gradient(left, rgba(28,72,139,0.7), #1c488b);
  background-image: -moz-linear-gradient(left, rgba(28,72,139,0.7), #1c488b);
  background-image: linear-gradient(to right, rgba(28,72,139,0.7), #1c488b);
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button{
  border: none;
}
/*
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}*/
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.seoPublic .Auxil-honor li{
  height: 100%;
}
.seoPublic .Auxil-honor .list ul li .img-box{
  height: 100%;
  display: flex;
  align-items: center;
}
.seoPublic .Auxil-related .list ul {
    margin:  -10px;
}
.seoPublic .Auxil-related .container{
max-width: 1710px;
}
.seoPublic .Auxil-related .list ul li {
    padding: 10px;
}
.seoPublic .Auxil-related .list ul li .box{
  border-radius: 10px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  border: none;
  height: auto;
  padding: 0;
}
.seoPublic .Auxil-related .list ul li .box a.img-box{
  padding:20px 35px;
}
.seoPublic .Auxil-related .list ul li .box a.img-box img{
  display: block;
  width: auto;
  margin: 0 auto;
}
.seoPublic .Auxil-related .list ul li .box .content{
  padding: 20px 15px;
}
.seoPublic .Auxil-related .list ul li .box .content p{
  height: 5em;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .seoPublic .Auxil-related .list ul li .box a.img-box{
  padding:20px 20px;
}
}
@media (max-width: 1250px) {
  .seoPublic .Auxil-related .list ul li .box a.img-box{
  padding: 15px;
}
}
/*product-page end*/

/*contact-page*/

.contact-page {
  background: #f6f6f6;
}
.contact-page .contact-0 .content ul li{

}
.contact-page .contact-0 .content ul li .text {
  background-color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
   padding: 35px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
    display: flex;
 justify-content: space-between;
 align-items: center;
 height: 100%;
}
.contact-page .contact-0 .content ul li .text .info{
  flex: 1;
}
.contact-page .contact-0 .content ul li .text .icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color);
  margin-right: 15px;
  transition: .5s;
}
.contact-page .contact-0 .content ul li .text:hover{
  color: #ffffff;
  background: var(--color);
}
.contact-page .contact-0 .content ul li .text:hover .icon{
  background: #000000;
}
.contact-page .contact-0 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .header .i-title{

}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .i-title{
  
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
/*.contact-page .more {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;

    background-color: var(--color2);
    color: var(--white);
    border-radius: 24px;
    width: 170px;
    text-align: center;
    padding: 10px 13px;
}
.contact-page .more:hover{
  background: var(--color);
}*/

@media (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-0 .content ul{
    grid-template-columns: repeat(1, 1fr);
            gap: 20px;
  }
  .contact-page .contact-0 .content ul li .text{
    font-size: 16px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  
  .productPublic .init-5 .container ul li .box .title{
    font-size: 18px;
    line-height: 32px;
  }

}

@media screen and (max-width: 500px) {
  .contact-page .contact-0 .content ul li .text{
    padding: 30px 18px;
  }
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
/*contact-page end*/

.page-header02{
  position: fixed;
  width: 100%;
}
.page-header02 .logo{
  zoom: 0.7;
}

/*partnership---customized-page*/



.customized-page .customized-wrap1 .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 33px;
}

.customized-page .customized-wrap1 .intro {
  color: var(--color);
}

.customized-page .customized-wrap1 .advantages-list {
  margin: 0 -20px;
}
.customized-page .customized-wrap1 .advantages-list li{
  height: 100%;
  padding: 40px 20px 0;
}
.customized-page .customized-wrap1 .advantages-list .slide-box {
  border: 1px solid #b4b4b4;
  padding-left: 38px;
  padding-right: 42px;
  padding-bottom: 53px;
  height: 100%;
  border-radius: 20px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .order {
  width: 42px;
  height: 50px;
  color: #fff;
  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;
  margin-top: -22px;
  background: var(--color);
}

.customized-page .customized-wrap1 .advantages-list .slide-box .icon {
  margin-top: 39px;
  margin-bottom: 2.8125vw;
  max-width: 81px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box a.title {
  display: block;
  margin-bottom: 23px;
  font-weight: bold;
  height: 60px;
}

.customized-page .customized-wrap1 .advantages-list .slide-box .intro {
  color: #4c4d4f;
  /*display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.33;
  height: calc(1.33em * 10);*/
}

.customized-page .customized-wrap1 .advantages-list-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev,
.customized-page .customized-wrap1 .advantages-list-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  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;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev i,
.customized-page .customized-wrap1 .advantages-list-arrow .next i {
  font-size: 24px;
}

.customized-page .customized-wrap1 .advantages-list-arrow .prev:hover,
.customized-page .customized-wrap1 .advantages-list-arrow .next:hover {
  background: var(--color);
  color: #fff;
}



.customized-page .customized-wrap2 .left {
  color: #8f8f8f;
  width: 50%
}

.customized-page .customized-wrap2 .left .intro {
  margin-top: 40px;
  line-height: 1.15;
}

.customized-page .customized-wrap2 .left .intro p:nth-child(2) {
  margin-bottom: 21px;
  margin-top: 21px;
}

.customized-page .customized-wrap2 .right {
  margin-left: 50px;
  width: 50%;
}
.customized-page .customized-wrap2 .right img{
  border-radius: 20px;
}
.customized-page .customized-wrap3 {

  padding-bottom: 592px;
}

.customized-page .customized-wrap3 .intro {
  max-width: 1019px;
  color: var(--color);
  margin: 38px auto 0;
  line-height: 1.222;
}

.customized-page .customized-wrap3 .featured-products-list {
  margin-top: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 204px;
  height: 204px;
  border: 6px solid #bfbfbf;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .title {
  font-weight: bold;
  display: block;
  width: 140px;
  text-align: center;
  /*color: #bfbfbf;*/
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: solid 1px #bfbfbf;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
  position: absolute;
  content: "";
  right: -5.26041667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 15px;
  background: url("../images/customized-wrap3-arrow.png") no-repeat center center;
  background-size: 100% 100%;
}*/

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .circle1-content {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color);
  position: relative;
  z-index: 4;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color);
  border-radius: 50%;
}

@-webkit-keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@-moz-keyframes change-big {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@-webkit-keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@-moz-keyframes change-big1 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@-webkit-keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@-moz-keyframes change-big2 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@-webkit-keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@-moz-keyframes change-big21 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@-webkit-keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@-moz-keyframes change-big3 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@-webkit-keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

@-moz-keyframes change-big31 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

@keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before {
  opacity: 0.48;
  -webkit-animation: change-big3 1s infinite;
  -moz-animation: change-big3 1s infinite;
  animation: change-big3 1s infinite;
  z-index: 3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  opacity: 0.33;
  -webkit-animation: change-big31 1s infinite;
  -moz-animation: change-big31 1s infinite;
  animation: change-big31 1s infinite;
  z-index: 3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .title1 {
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  
  text-align: center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active {
  border-color: transparent;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .circle1 {
  opacity: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
  opacity: 1;
  z-index: 2;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  position: absolute;
  width: 915px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 278px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  content: "";
  display: block;
  position: absolute;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  
  line-height: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
  position: relative;
  display: none;
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  width: 100%;
  margin-top: 100px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  content: "";
  display: block;
  position: absolute;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 75px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 65px;
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  
  line-height: 1;
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  
}

.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
  left: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  left: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window {
  left: unset;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:before {
  left: unset;
  right: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:after {
  left: unset;
  right: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.customized-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle:before {
  display: none;
}

@media screen and (max-width: 1450px) {
  .customized-page .customized-wrap1 .advantages-list .slide-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1250px) {
  
  .customized-page .customized-wrap2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .customized-page .customized-wrap3 .featured-products-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
    width: 150px;
    height: 150px;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    width: 30px;
    height: 8px;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  
  .customized-page .customized-wrap1 .advantages-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .customized-page .customized-wrap1 .advantages-list .slide-box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .customized-page .customized-wrap2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }



  .customized-page .customized-wrap2 .right {
    margin-left: 0;
    margin-top: 25px;
  }

  .customized-page .customized-wrap3 .featured-products-list li {
    width: 100%;
    margin-bottom: 25px;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
    display: none;
  }

  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
    display: block;
    padding: 15px;
  }

  .customized-page .customized-wrap3 {
    padding-bottom: 6vw;
  }
}


 .customized-page .customized-0 .list {
   transform-style: preserve-3d;
 }

     .customized-page .customized-0 .image-wrapper .box{
     
            transition:  0.1s;
            transform-style: preserve-3d;
            position: relative;
            border-right: 30px;
            overflow: hidden;
            border-radius: 15px;
        }
        .customized-page .customized-0 .image-wrapper .box .img::after{
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.3);
          border-radius: 15px;
        } 
        .customized-page .customized-0 .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            border-radius: 15px;
        }
        
       .customized-page .customized-0  .info {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
            z-index: 2;
            color: #ffffff;
        }
         .customized-page .customized-0 .cont {
           max-width: 1200px;
           margin: 0 auto
         }

  .product-list .item .top .box .left{
    width: 100%;
    text-align: center;
  }
  .product-list .item .top .box .right{
    width: 100%;
    text-align: justify;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 25px;
  }
   .product-list .item .bottom li{
     position: relative;
   }

  .product-list .item .bottom .box{
    border: 1px solid #eeeeee;
    transition: .5s;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
      }
   .product-list .item .bottom .img{
     position: relative;
     text-align: center;


   }
    .product-list .item .bottom .img img{
     position: relative;
     z-index: 2;
     width: 70%;
   }
     .product-list .item .bottom .img::after{
    content: '';
    display: block;
    width: 100%;
    height: 65%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
  }
  
      .product-list .item .bottom .txt{
        padding: 30px 25px;
        text-align: center;
        flex: 1;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
      }
      .product-list .item .bottom .txt .t1{
        font-size: 16px;
      }
      .product-list .item .bottom .txt .more{
        margin: 0 auto;
        zoom: 0.8;
      }
        /*.product-list .item .bottom .box:hover{
          background: var(--color);
          color: #ffffff;
        }*/

  
       /*.product-list .item .bottom .box:hover .more {
  color: #fff;
}*/
/*.product-list .item .bottom .box:hover .more div {
  padding: 0 58px 0 30px;
}*/
/*
.product-list .item .bottom .box:hover .more div::after {
  opacity: 1;
}
.product-list .item .bottom .box:hover .more div::before {
  opacity: 0;
}
.product-list .item .bottom .box:hover .more::before {
  opacity: 1;
}*/
.sol3-page .init-1 li {
  font-weight: 500
}
.sol3-page .init-1 li{
  margin-bottom: 1em;
}
.sol3-page .init-1 li .dot{
width: 9px;
	height: 9px;
	background-color: #2269d4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  transform: translateY(-5px);

}
.sol3-page .init-3 {
  background: #0345a9d6;
  color: #ffffff;
}
.sol3-page .init-3  li{
  padding: 20px 0;
	background-color:rgba(245, 249, 255, 0.4);
	border-radius: 34px;
  margin-block-end: 20px;
}
.sol4-page .init-1 .cont .dot{
 width: 23px;
	height: 23px;
	background-color: #2269d4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
} 
.sol4-page .init-3{
  background: #a0b2ce;

}
.sol4-page .init-3 li{
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  color: #ffffff;
}
.sol4-page .init-3 li .txt{
  flex: 1;
  margin-left: 25px;
}
@media screen and (max-width: 1000px) {
  .product-list .item .bottom .img img{
    width: 100%;
  }
  .sol4-page .init-1 .cont .dot{
    width: 10px;
    height: 10px;
  }
  .sol4-page .init-3 li{
    margin-bottom: 30px;
  }
  .sol4-page .init-3 li .icon{
    zoom: 0.6
  }
}
 @keyframes faderight {
      0%{
        opacity: 0;
        transform: translateX(50%)
        }
         100%{
        opacity: 1;
        transform: translateX(0)
        }
        }
.sol1-page{
  overflow: hidden
}
 .sol1-page .init-1 .img1{
   display: none;
   overflow-x: auto;
 }
  .sol1-page .init-1 .img1 img{
    /*width: 100%;*/
    width: 1000px;
    max-width: 1000px;
    padding-bottom: 30px;
  }
  .sol1-page .init-1 .img{
    position: relative;
    padding: 0 160px  ;
      margin-bottom: 290px;
  }
  .sol1-page .init-1 .img .txt{
    margin-top: 10px;
  }
  .sol1-page .init-1 .dot{
    position: absolute;
  }
    .sol1-page .init-1 .dot1{
      left: 0;
      top: 50%;
      transform: translateY(10%);
    }
      .sol1-page .init-1 .dot2{
      left: 18%;
      top: 50%;
      transform: translateY(10%);
    }
     .sol1-page .init-1 .dot3{
      left: 33%;
      top: 50%;
      transform: translateY(15%);
    }
     .sol1-page .init-1 .dot4{
      left: 61%;
      top: 0;
      transform: translateY(-40%);
    }
     .sol1-page .init-1 .dot5{
      left: 52%;
      bottom: 0;
      transform: translateY(120%)
    }
    .sol1-page .init-1 .dot6{
      right: 0;
      top: 50%;
      transform: translateY(10%);
    }
.sol1-page .init-2{
  background:#0345a9d6;
  color: #ffffff;
}
.sol1-page .init-2 .box .left{
  width: 35%;
  position: relative;
 
}
.sol1-page .init-2 .box .left::after{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sol5.jpg) no-repeat top left / cover;
    border-radius: 25px;
    transition: .5s 1s;
}
.sol1-page .init-2 .box .left.active::after{
   height: 100%;
}
.sol1-page .init-2 .box .left img{
  width: 100%;
  border-radius: 25px;
  opacity: 0;
}
.sol1-page .init-2 .box .right{
  width: 65%;
}
.sol1-page .init-2 .box .right li{
  display: flex;
  align-items: center;
  padding: 28px 56px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 65px;
    opacity: 0;
    transform: translateX(50%)
}
.sol1-page .init-2 .box .right li:last-child{
margin-bottom: 0;
}
.sol1-page .init-2 .box .right.active li{
  animation: faderight 1s ease forwards;
}
.sol1-page .init-2 .box .right.active li:nth-child(1){
   animation-delay: 0.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(2){
   animation-delay: 1s;
}
.sol1-page .init-2 .box .right.active li:nth-child(3){
   animation-delay: 1.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(4){
   animation-delay: 2s;
}
.sol1-page .init-2 .box .right.active li:nth-child(5){
   animation-delay: 2.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(6){
   animation-delay: 3s;
}
.sol1-page .init-2 .box .right li .icon{
  width: 50px;
}
.sol1-page .init-2 .box .right li .txt{
  flex: 1;
}

@keyframes fadeleft {
      0%{
        opacity: 0;
        transform: translateX(-50%)
        }
         100%{
        opacity: 1;
        transform: translateX(0)
        }
        }
.sol1-page .init-3{
    background: #0345a9d6;
  color: #ffffff;
}

.sol1-page .init-3 .box .left{
  flex: 1;
}

.sol1-page .init-3 .box .left li{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 80px;
     opacity: 0;
        transform: translateX(-50%)
}
.sol1-page .init-3 .box .left.active li{
animation: fadeleft 1s ease forwards;
}
.sol1-page .init-3 .box .left.active li:nth-child(1){
   animation-delay: 0.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(2){
   animation-delay: 1s;
}
.sol1-page .init-3 .box .left.active li:nth-child(3){
   animation-delay: 1.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(4){
   animation-delay: 2s;
}
.sol1-page .init-3 .box .left.active li:nth-child(5){
   animation-delay: 2.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(6){
   animation-delay: 3s;
}
.sol1-page .init-3 .box .right{
  position: relative;
}
.sol1-page .init-3 .box .right .dot{
	width: 418px;
	height: 418px;
	background-color:#a0c6ff;
  border-radius: 50%;
   transition: .5s;
}
.sol1-page .init-3 .box .right .quan {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 3px #a0c6ff;
  border-radius: 50%;
  left: 0;
  top: 0;
  transition: .5s;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .sol1-page .init-1 .dot img{
    zoom: 0.8;
  }
  .sol1-page .init-1 .img{
    padding: 0 120px;
  }
  .sol1-page .init-1 .dot3{
    left: 32%
  }
}
@media screen and (max-width: 1250px) {
  .sol1-page .init-3 .box .right .dot{
    zoom: 0.7;
  }
    .sol1-page .init-1 .dot img{
    zoom: 0.6;
  }
  .sol1-page .init-1 .img{
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
   .sol1-page .init-1 .img{
     display: none;
   }
    .sol1-page .init-1 .img1{
      display: block;
    }
  .sol1-page .init-3 .box .right{
    display: none;
  }
  .sol1-page .init-2 .box .right li{
    margin-bottom: 30px;
  }
  .sol1-page .init-2 .box .left{
    margin-bottom: 30px;
  }
  .sol1-page .init-3 .title{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .sol1-page .init-2 .box .right li{
    padding: 20px;
  }
  .sol1-page .init-2 .box .right li .txt{
    padding-left: 20px;
  }
}
.sol2-page {
    background: #0345a9d6;
}
.sol2-page .init-1{
  border-radius:0 0 35px 35px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.sol2-page .init-2{
 color: #ffffff;
}
.sol2-page .init-2 ul{
  flex-wrap: wrap;
}
.sol2-page .init-2 li{
  	width: 526px;
	height: 528px;
  border-radius: 50%;
	background-color: #00c0cf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  transition: 1s;
}
.sol2-page .init-2 li:nth-child(1){
  transform: translateX(100%) rotate(360deg);
}
.sol2-page .init-2 li:nth-child(2){
 position: relative;
 z-index: 2;
 background:#00c7b6;
}
.sol2-page .init-2 li:nth-child(3){
  transform: translateX(-100%) rotate(-360deg);
  background: #6b93d1;
}
.sol2-page .init-2 ul.active li{
  transform: translateX(0);
}
.sol2-page .init-3{
 color: #ffffff;
}
.sol2-page .init-3 ul{
  flex-wrap: wrap;
}
.sol2-page .init-3 ul li{
  width: 46%;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 50px 80px;
  border-top: 82px solid var(--color);
  	border-radius: 45px;
}
.sol2-page .init-3 ul li .icon{
  	width: 97px;
	height: 97px;
	background-color: #ffffff;
	border-radius: 20px;
  background: #ffffff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.sol2-page .init-3 ul li .cont p{
  margin-bottom: 1em
}
.sol2-page .init-4{

 color: #ffffff;
}
.sol2-page .init-4 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sol2-page .init-4 ul li{
  width: 46%;
  margin-bottom: 40px;
}
.sol2-page .init-4 ul li .img{
  border-radius: 50px;
  overflow: hidden;
}
.sol2-page .init-4 ul li .img img{
  width: 100%;
}
.sol2-page .init-4 ul li .tit{
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .sol2-page .init-2 li{
    width: 410px;
    height: 410px;
  }
}
@media screen and (max-width: 1450px) {
  .sol2-page .init-2 li{
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 1250px) {
  .sol2-page .init-2 li{
    width: 300px;
    height: 300px;
  }
  .sol2-page .init-3 ul{
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sol2-page .init-2 li{
    margin-bottom:20px;
  }
  .sol2-page .init-2 li:nth-child(2){
  transform: translateX(-100%) rotate(360deg);
}
  .sol2-page .init-3 ul li{
    width: 100%;
    margin-bottom: 50px;
  }
  .sol2-page .init-4 ul li{
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .sol2-page .init-2 ul{
    justify-content: center;
  }
  .sol2-page .init-3 ul li{
    padding: 0 20px 50px;
  }
  .sol2-page .init-2 li{
    padding: 0 30px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  height: 6em;
  margin-bottom: 15px;
  font-size: 16px;
}
.seoPublic .Auxil-related .list ul li .box .content .more{
  zoom: 0.8;
}
@media screen and (max-width: 500px) {
   .seoPublic .Auxil-related .list ul li .box .content div.h3{
      font-size: 14px;
    }
    .seoPublic .Auxil-related .list ul li .box .content .more{
  zoom: 0.6;
}
}
.prodet-page .pro-det1{
   background: url(../images/comy.png) no-repeat center bottom / 100%;
}
.prodet-page .pro-det1 .top .left{
 width: 27%;
 position: relative;

}
.prodet-page .pro-det1 .top .left .img{
  position: relative;
  z-index: 3;
   border-radius: 50%;
 overflow: hidden;
 padding-bottom: 50px;
}

/*.prodet-page .pro-det1 .top .left .img img{
    -webkit-box-reflect: below -105px linear-gradient( transparent 65%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .pro-det1 .top .left .dot{
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  border-radius: 50%;
}

 @keyframes ks2 {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
  }
.prodet-page .pro-det1 .top .left .dot:after,.prodet-page .pro-det1 .top .left .dot:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks2 2s linear infinite;
    -moz-animation: ks2 2s linear infinite;
    animation: ks2 2s linear infinite
}

.prodet-page .pro-det1 .top .left .dot:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.prodet-page .pro-det1 .top .right{
  width: 70%
}
.prodet-page .pro-det1 .top .right .cont p{
  margin-bottom: 1em;
}
.prodet-page .pro-det1 .top .right h1{
  font-weight: 500;
}
.prodet-page .pro-det1 .top .right .st{
  font-style: italic;
  font-weight: 500;
}
.prodet-page .pro-det1 .bottom .tit{
  font-style: italic;
  color: #ffffff;
}

.prodet-page .pro-det1 .bottom .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
 padding: 0 10px;
}
.prodet-page .pro-det1 .bottom li{
height: 288px;
	background-color: #1c488b;
	border-radius: 30px;
  padding: 30px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding-top: 50px;

}
.prodet-page .pro-det1 .bottom li .icon{
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.prodet-page .pro-det1 .bottom li .icon img{
  max-height: 80px;
  width: auto;
}
.prodet-page .pro-det1 .bottom li .txt{
  height: 4.5em;
  overflow-y: auto;
}
.prodet-page .pro-det2 .box .left{
   width: 40%;
   padding: 0 100px;
   border-radius: 30px 0px 0px 30px;
   border-left: 75px solid var(--color);
  -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);
    position: relative;
}
.prodet-page .pro-det2 .box .left .txt{
  position: absolute;
  white-space: nowrap;
  height: 75px;
  text-align: center;
  line-height: 75px;
  left:0;
  top: 50%;
  transform: translate(-65%,-50%) rotate(-90deg);
  transform-origin: center center;
  color: #ffffff;
}
.prodet-page .pro-det2 .box .right{
   width: 60%;
}
.prodet-page .pro-det2 .box .right .cont{
  line-height: 1.5;
}
.prodet-page .pro-det2 .box .right .cont p{
  margin-bottom: 1em
}
.prodet-page .pro-det3{
  background: #edf1f6;
}
table tr:nth-child(even){
  background: #dae9ff;
}

@media screen and (max-width: 1700px) {
  .prodet-page .pro-det2 .box .left{
       padding: 0 50px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .pro-det2 .box .left{
       padding: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .pro-det2 .box .left{
       padding: 0 20px;
       width: 48%;
  }
   .prodet-page .pro-det2 .box .right{
     width: 50%;
     padding-left: 30px;
   }
}
@media screen and (max-width: 1000px) {
.prodet-page .pro-det1 .top .left{
  width: 60% !important;
  margin: 0 auto 80px
}

.prodet-page .pro-det2 .box .left{
  margin-bottom: 30px;
}
.prodet-page .pro-det1 .top .right h1{
  font-size: 18px;
}
}

@media screen and (max-width: 500px) {
  .prodet-page .pro-det1 .top .left{
  width: 80% !important;

}
.prodet-page .pro-det1 .top .left .img{
      padding-bottom: 25px;
}
.prodet-page .pro-det1 .top .left .dot{

  height: calc(100% - 25px);

}
.prodet-page .pro-det2 .box .left{
  border-left-width: 40px;
}
.prodet-page .pro-det2 .box .left .txt{
  width: 40px;
  line-height: 40px;
  left: -40px;
}
}
.sol_case {
  background: #ffffff;
}

.sol_case li {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sol_case li .box{
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
      background: #ffffff;
      height: 100%;
      border-radius: 10px;
}
.sol_case li .box .img{
  background: #eeeeee;
}
.sol_case li .box  .text{
  padding: 30px 20px;
}
.customized-page.sol_cus{
  background: #eeeeee;
}
.customized-page.sol_cus .customized-0 .image-wrapper.active{
  display: none;
}
@media screen and (max-width: 1000px) {
  .sol_case{
    padding: 40px 15px;
  }
}

.homeowners-page .init-1 .top li{
border-bottom: 1px solid #000000;
padding-bottom: 4px;
opacity: 0.4;
transition: .5s;
cursor: pointer;
}
.homeowners-page .init-1 .top li.active,.homeowners-page .init-1 .top li:hover{
  opacity: 1;
}
.homeowners-page .init-1 .bottom .item ul li{
padding-left: 30px;
position: relative;
}
.homeowners-page .init-1 .bottom .item ul li::after{
content: '';
display: block;
width: 10px;
height: 10px;
background-color: #1168d9;
border-radius: 50%;
position: absolute;
left: 0;
top: 8px;
}
.homeowners-page .init-1 .bottom .item{
  display: none;
}
.homeowners-page .init-1 .bottom .item.active{
  display: block;
}
.homeowners-page .init-2 {
  	background-color: #f5f5f5;
}
.homeowners-page .init-2 .box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.homeowners-page .init-2 .box .title{
  width: 25%;
  margin: 0 25px;
}
.homeowners-page .init-2 .box .text{
  width: 30%;
}
@media screen and (max-width: 1700px){
  .homeowners-page .init-1 .top li{
    width: 30%;
  }
}
@media screen and (max-width: 1450px){
  .homeowners-page .init-2 .box .title{
    width: 28%;
  }
  .homeowners-page .init-1 .top{
    padding: 0 0px;
  }
   .homeowners-page .init-1 .top li{
    width: 31%;
  }
  .homeowners-page .init-1 .bottom .item ul li{
    width: 30%;
  }
}
@media screen and (max-width: 1250px){
  .homeowners-page .init-2 .box .title{
    width: 32%;
    margin: 0 0 20px;
  }
   .homeowners-page .init-1 .top li{
    width: 48%;
  }
  .homeowners-page .init-1 .bottom .item ul li{
    width: 48%;
  }
}
@media screen and (max-width: 1000px){
      .homeowners-page .init-2 .box .img{
        display: none;
      }
    .homeowners-page .init-2 .box .title{
      width: 100%;
    }
    .homeowners-page .init-2 .box .text{
      width: 100%;
    }
    
    .business-page .init-1 .img,.business-page .init-1 .cont {
      padding: 0;

    }
}
@media screen and (max-width: 700px){
   .homeowners-page .init-1 .top li{
    width: 100%;
  }
  .homeowners-page .init-1 .bottom .item ul li{
    width: 100%;
  }
}
@media screen and (max-width: 1400px){
  .seoPublic .Auxil-related .list ul li .box .content p{
    height: 6em;
  }
}
.solutions1-page .init-1 .text{
     max-width: 1370px;
     margin: 0 auto;
}
.solutions1-page .init-1 .tip{
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 70px auto 0;
}
.solutions1-page .init-1 .tip .item{
  border-bottom: 1px solid #d5d5d5;
  color: #b9b9b9;
  padding-bottom: 5px;
  transition: .5s;
  cursor: pointer;
}
.solutions1-page .init-1 .tip .item.active,.solutions1-page .init-1 .tip .item:hover{
  	color: #000000;
    border-bottom: 1px solid #000000;
}
.solutions1-page .init-1 .bottom .item{
  display: none;
}
.solutions1-page .init-1 .bottom .item.active{
  display: block;
}
.solutions1-page .init-2{
  background: #eaf1fc;
}
.solutions1-page .init-2 .left{
  position: relative
}
.solutions1-page .init-2 .left .img-list{
  position: relative
}
.solutions1-page .init-2 .left .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: .5s;
}
.solutions1-page .init-2 .left .img.active{
  opacity: 1;
}
.solutions1-page .init-2 .left .img:first-child{
  position: static;
}
.solutions1-page .init-2 .left img{
  width: 100%;
  border-radius: 20px;
}
.solutions1-page .init-2 .right .text{
  position: relative;
  /*height: 10em;*/
}
.solutions1-page .init-2 .right .text .cont{
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 transition: .5s;
 
}
.solutions1-page .init-2 .right .text .cont.active{
  opacity: 1;
  position: static;
}
.solutions1-page .init-2 ul{
 padding: 25px 0;
 border-top: 1px solid #1168d9;
 border-bottom: 1px solid #1168d9;
 margin: 25px 0 30px;
}
.solutions1-page .init-2 ul li{
 line-height: 2.5;
 	color: #bab9b9;
   cursor: pointer;
  transition: .5s;
}
.solutions1-page .init-2 ul li:hover,.solutions1-page .init-2 ul li.active{
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .solutions1-page .init-2 .left {
    margin-bottom: 50px;
  }
}

 .solutions2-page .init-1 .con{
   max-width: 1240px;
   margin: 0 auto;
 }
  .solutions2-page .init-2 .list ul .line i{
    font-size: 40px;
    color: var(--color);
  }
  .solutions2-page .init-3{
    background: #8ab5ec;
  }
  .solutions2-page .init-3 .tit{
    color: #ffffff;
  }
   .solutions2-page .init-3 .list ul{
     margin: 0 -5px;
   }
 .solutions2-page .init-3 .list li{
   padding: 55px 5px 5px;
   height: 100%;
   font-weight: 500;
 }
 .solutions2-page .init-3 .list li .box{
   	border-radius: 10px;
     background: rgba(255, 255, 255, 0.5);
    box-shadow:0 0 12px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 16px 16px;
    transition: .5s;
    height: 100%;
 }
  .solutions2-page .init-3 .list li .box:hover{
    transform: translateY(-55px);
  }
  .solutions2-page .init-3 .list li .box .icon{
    height: 75px;
  margin-bottom: 18px;
  zoom: 0.8;
  }
  .solutions2-page .init-3 .list li .box .icon img{
 margin: 0 auto;
  
  }
  .solutions2-page .init-4 .list li{
    padding: 20px 10px;
   background-color: rgba(28,72,139,0.15);
   	border-radius: 10px;
     margin-top: 22px;
     transition: .5s;
  }
    .solutions2-page .init-4 .list li:hover{
         background-color: rgba(28,72,139,1);
         color: #ffffff;
    }

    @media screen and (max-width: 1250px){
      .solutions2-page .init-2 .list ul .line i{
        font-size: 30px;
      }
      .solutions2-page .init-3 .list li .box .icon{
        zoom: 0.8;
      }
       .solutions2-page .init-2 .list ul li{
         margin-bottom: 10px;
       }
       .font-40{
         font-size: 24px;
       }
    }
 @media screen and (max-width: 700px){
      .font-40{
        font-size: 22px;
      }
       .solutions2-page .init-3 .list li{
   padding-top: 30px;
 }
  .solutions2-page .init-3 .list li .box:hover{
    transform: translateY(-30px);
  }
    }
     @media screen and (max-width: 500px){
       .solutions2-page .init-2 .list ul li{
         width: 70%;
         text-align: left;
       }
       .solutions2-page .init-2 .list ul li.line{
         width: auto;
       }
       .solutions2-page .init-4 .list li{
         margin-top: 20px;
       }
     }

    .solutions3-page .init-1 .con{
      max-width: 1260px;
      margin: 0 auto;
    }
    .solutions3-page .init-2 .bottom ul{
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    .solutions3-page .init-2 .bottom ul li{
      width: 33%;
    }
    .solutions3-page .init-2 .bottom ul li .box{
      	border-radius: 20px;
      	border: solid 1px #000000;
        padding: 35px 80px 50px;
    }
    .solutions3-page .init-2 .bottom ul li .box .con{
      font-weight: 300;
    }
    .solutions3-page .init-2 .bottom ul li .tit{
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

      .solutions3-page .init-3{
    background: #8ab5ec;
  }
  .solutions3-page .init-3 .tit{
    color: #ffffff;
    text-align: center;
  }


 .solutions3-page .init-3 .list li .box{
   	border-radius: 10px;
     background: rgba(255, 255, 255, 0.5);
    box-shadow:0 0 12px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 45px;
    transition: .5s;
    display: flex;
    align-items: center;

 }
 .solutions3-page .init-3 .list li .box .icon{
    width: 90px;
    filter: invert(1);
    margin-right: 45px;
    transition: .5s;
    zoom: 0.8;
 }
  .solutions3-page .init-3 .list li .box .t1{
    flex: 1;
  }
   .solutions3-page .init-3 .list li .box:hover{
     background: var(--color);
     color: #ffffff;
   }
    .solutions3-page .init-3 .list li .box:hover .icon{
      filter: none;
    }
    .solutions3-page .init-4 .list li {
      padding: 20px 20px 20px 0;
      border-bottom: 1px solid #000000;
    
    }
    .solutions3-page .init-4 .list li .tip{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      cursor: pointer;
    }
    .solutions3-page .init-4 .list li .tip .t1{
      flex: 1;
    }
     .solutions3-page .init-4 .list li .tip .dot{
        	width: 48px;
	        height: 48px;
          border-radius: 50%;
	        background-color: rgb(7,52,221,0.1);
	        border: solid 1px rgba(0, 0, 0, 0.1);
          position: relative;
          margin-left: 30px;
      }
      .solutions3-page .init-4 .list li .tip .dot::after{
        content: '';
        display: block;
        width: 23px;
        height: 2px;
        background-color: #8b8a8a;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
   
      }
         
      .solutions3-page .init-4 .list li .tip .dot::before{
        content: '';
        display: block;
        width: 2px;
        height: 23px;
        background-color: #8b8a8a;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: .5s;
      }
      .solutions3-page .init-4 .list li .tip.active .dot::before{
           opacity: 0;
         }
      .solutions3-page .init-4 .list li .cont{
        padding-top: 20px;
        display: none;
      }
       @media screen and (max-width: 1450px){
         .solutions3-page .init-3 .list li .box{
           padding: 25px 30px;
         }
         .solutions3-page .init-3 .list li .box .icon{
           margin-right: 20px;
           zoom: 0.8;
         }
       }
        @media screen and (max-width: 1250px){
          .solutions3-page .init-2 .bottom ul li .box{
            padding: 35px 40px 40px;
          }
          .solutions3-page .init-2 .bottom ul li.line img{
            zoom: 0.8;
          }
        }
        @media screen and (max-width: 1000px){
          .solutions3-page .init-2 .bottom ul li .box{
             padding: 30px 20px;
          }
           .solutions3-page .init-2 .bottom ul li.line img{
            zoom: 0.6;
          }
          
          .font-30{
           font-size: 18px;
         }
        }
       @media screen and (max-width: 700px){
         .solutions3-page .init-2 .bottom ul li.line{
           display: none;
         }
         .solutions3-page .init-2 .bottom ul li{
           width: 48%;
           margin-bottom: 40px;
         }
         .font-35{
           font-size: 18px;
         }
         .font-30{
           font-size: 16px;
         }
       }
         @media screen and (max-width: 700px){
            .solutions3-page .init-2 .bottom ul li{
              width: 100%;
              margin-bottom: 20px;
            }
            .solutions3-page .init-4 .list li .tip .dot{
              zoom: 0.7;
              margin-left: 15px;
            }
         }

    .privacy{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 60px 0;
      background: rgba(0, 0, 0, 0.95);
      color: #ffffff;
      z-index: 9999;
      display: none;
    }
     .privacy .box .left{
       width: 75%;
     }
    .privacy .box .left a{
      text-decoration: underline;
      transition: .5s;
    }
    .privacy .box .left a:hover{
      color: var(--color);
    }
    .privacy .box .btn{
      width: 200px;
      height: 50px;
      line-height: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 18px;
      background: #ffffff;
      color: #000000;
      cursor: pointer;
    }
    .privacy-page .cont,.privacy-page .time,.privacy-page .text{
      font-size: 20px;
    }
      @media screen and (max-width: 1250px){
        .privacy .box .left{
          width: 100%;
        }
        .privacy .box .btn{
          margin: 0 auto;
        }
        .privacy .box .right{
          width: 100%;
          text-align: center;
          margin-top: 40px;
        }
        .privacy-page .cont,.privacy-page .time,.privacy-page .text{
        font-size: 18px;
      }
      }
      @media screen and (max-width: 1000px){
        .privacy-page .cont,.privacy-page .time,.privacy-page .text{
        font-size: 16px;
      }
      }
    @media screen and (max-width: 700px){
      .privacy .box .btn{
        zoom: 0.7;
      }
      
    }
   

    .sol_case .slick-slider:not(.slick-vertical) .slick-track{
      justify-content: center;
      margin: auto;
    }
 .gallery-page .gallery-1 .cont{
   text-align: justify;
 }
  .gallery-page .gallery-1 .swiper{
    overflow: hidden;
  }
    .gallery-page .gallery-1 .swiper-wrapper{
      align-items: center
    }
    .gallery-page .gallery-1 .swiper .box{
      text-align: center;
    }
    .gallery-page .gallery-1 .swiper2 .box .title{
      opacity: 0;
      transition: .5s;
    }
    
     .gallery-page .gallery-1 .swiper-slide-active .box .title{
      opacity: 1;
    }
      .gallery-page .gallery-1 .content {
        position: relative;
      }
      .gallery-page .gallery-1 .content .prev,.gallery-page .gallery-1 .content .next{
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
        color: #ffffff;
        cursor: pointer;
        transition: .5s;
      }
       .gallery-page .gallery-1 .content .prev:hover,.gallery-page .gallery-1 .content .next:hover{
         background: #000000;
       }
        .gallery-page .gallery-1 .content .prev{
          left: 0;
        }
         .gallery-page .gallery-1 .content .next{
           right: 0;
         }

  
  .news-page {
  background: #f3f3f3;
}
.news-page ul{
  margin: -30px;
}
.news-page li{
  padding: 30px;
}
.news-page li .box{
  background: #ffffff;
}

.news-page li .text{
  padding: 25px;
}
.news-page li .text h2{
  transition: .5s;
  line-height: 1.2;
}
.news-page li .text h2:hover{
  color: #2c4ea0;
}
.news-page li .text .time {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  padding-left: 20px;
  background: url(../images/time_03.jpg) no-repeat left center;
}

@media screen and (max-width: 1250px) {
 .news-page ul{
  margin: -20px;
}
.news-page li{
  padding: 20px;
} 
}
@media screen and (max-width: 1000px) {
 .news-page ul{
  margin: -15px;
}
.news-page li{
  padding: 15px;
} 
}