
.container {
  width: 100%;
  padding: 0 15px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
table td, table th{
  word-break: normal;
}
#header66 {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 19px 0;
  border-bottom: 1px solid white;
}
#header66 .nav .ui.menu {
  margin: 0 auto;
  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;
}
#header66 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header66 .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header66 .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header66 .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: var(--ft50);
}
#header66 .nav .ui.menu .menu-box ul.menu > li {
  font-size: var(--ft18);
line-height: 1.8;
  margin: 0 30px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover,
#header66 .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
    .more66 {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  background-color: var(--color);
  color: #fff;
  font-size: var(--ft18);
  height: 58px;
  line-height: 58px;
  border-radius: 0 29px 0 29px;
  padding: 0 var(--ft40);
  border: 1px solid var(--color);
}
.more66:hover {
  border-radius: 29px 0 29px 0;
  background-color: #000;
  color: #fff;
}
#header66 .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header66 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header66 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header66 .nav .ui.menu .yuy span {
  color: #000;
  font-size: var(--ft18);
  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;
}
#header66 .nav .ui.menu .yuy span img {
  width: 27px;
  margin-right: 5px;
}
#header66 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.inner {
  border-bottom-color: #767676;
}
/*#header.inner .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}*/
#header.active {
  background: #fff;

}
/*#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner.active {
  background-color: white;
  border-bottom-color: #767676;
}*/
#header66 .product_down{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
#header66 .product_down ul{
  background: white;
  padding: 30px;
  max-width: 1250px;
  margin: auto;
  font-size: var(--ft16);
}
#header66 .product_down ul li{
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 15px;
}
#header66 .product_down ul li a img{
  max-height: 60px;
 
}
#header66 .product_down ul li a .img{
  width: 60px;
  flex: none;
   margin-right: 20px;
   text-align: center;
}
#header66 .product_down ul li span{
  position: relative;
}
#header66 .product_down ul li span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--color);
  transition: 0.5s;
  opacity: 0;
}
#header66 .product_down ul li:hover{
  /*background-color: rgba(255, 99, 47,0.3);*/
  color: var(--color);
}
#header66 .product_down ul li:hover span::after{
  opacity: 1;
}
#header66 .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header66 .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header66 .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header66 .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: var(--ft26);
  color: #000;
  padding: 10px 0;
}
#header66 .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header66 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header66 .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
/*#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  background-color: var(--color);
  color: white;
  font-size: var(--ft18);
  height: 58px;
  line-height: 58px;
  border-radius: 0 29px 0 29px;
  padding: 0 calc(2.3955vw + 12px);
  border: 1px solid var(--color);
}
.more:hover {
  border-radius: 29px 0 29px 0;
  background-color: transparent;
  color: var(--color);
}*/
.more {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  background-color: var(--color);
  color: white;
  font-size: var(--ft18);
  height: 58px;
  line-height: 58px;
  border-radius:29px ;
  padding: 0 calc(2.3955vw + 12px);
  border: 1px solid var(--color);
}
.more:hover {
  border-radius: 29px;
  background-color: #000;
  color: #fff;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  color: white;
}
#banner li .content .left {
  width: 35%;
  margin-left: auto;
}
#banner li .content .left h2 {
  line-height: 1.2;
  max-width: 700px;
}
#banner li .content .left p {
  line-height: 1.8;
  max-width: 450px;
}
#banner .play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8%;
  cursor: pointer;
}
#banner .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#banner .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.txt {
  color: #666666;
  line-height: 2;
}
.tag {
  color: #141414;
  height: 30px;
  line-height: 30px;
  border: 1px solid #666666;
  border-radius: 15px;
  padding: 0 15px;
}
.font-16{
    font-size: var(--ft16);
}
#mobile3 .m-nav ul li a{
  line-height: 2;
}
#mobile3 .m-nav ul li li a{
  line-height: 2;
}
.tag i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 2;
}
.seoPublic .Auxil-form .form ul li inputk{
  line-height: 2;
}
.mbx{
    line-height: 30px;
}
.shouye h1{
  display: inline;
}
.seoPublic .Auxil-about .box .right .text{
  line-height: 2;
}
.xwbt{
	/*height: 6em;*/
  font-size: var(--ft26);
line-height: 1.38;
}
.font-20{
  line-height: 1.8;
}
#index-body66  .i-init2 ul li .h5{
  /*min-height: 3.8em;*/
}
.title {
  line-height: 1.2;
}
.title em {
  color: var(--color);
}
.txt-l{
width: 100%;
text-align: left;
}
.i-top .right {
  width: 62%;
  margin-left: 19%;
  position: relative;
}
.i-top .right::before {
  content: "";
  position: absolute;
  width: 480px;
  left: -30%;
  top: -30px;
  height: 1px;
  background-color: #e6e6e6;
}
.i-top .right::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background-color: #e6e6e6;
  left: -25px;
  top: -65px;
}
#index-body66  .i-category .wrap {
  position: relative;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body66  .i-category .wrap .txt {
  color: white;
  padding-right: var(--ft40);
}
#index-body66  .i-category .wrap .left {
  width: 50%;
}
#index-body66  .i-category .wrap .left ul li {
  height: 100vh;
}
#index-body66  .i-category .wrap .left ul li .more {
  background-color: black;
  border-color: black;
}
#index-body66  .i-category .wrap .left ul li .more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body66  .i-category .wrap .left ul li .img img{
  /*max-width: 120px;*/
}
#index-body66  .i-category .wrap .right {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
#index-body66  .i-category .wrap .right ul li {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
#index-body66  .i-category .wrap .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body66  .i-category .wrap .right ul li:nth-child(1) {
  z-index: 10;
}
#index-body66  .i-category .wrap .right ul li:nth-child(2) {
  z-index: 9;
}
#index-body66  .i-category .wrap .right ul li:nth-child(3) {
  z-index: 8;
}
#index-body66  .i-category .wrap .right ul li:nth-child(4) {
  z-index: 7;
}
#index-body66  .i-category .wrap .right ul li:nth-child(5) {
  z-index: 6;
}
#index-body66  .i-category .wrap .right ul li:nth-child(6) {
  z-index: 5;
}
#index-body66  .i-category .wrap .right ul li:nth-child(7) {
  z-index: 4;
}
#index-body66  .i-category .wrap .right ul li:nth-child(8) {
  z-index: 3;
}
#index-body66  .i-category .wrap .right ul li:nth-child(9) {
  z-index: 2;
}
#index-body66  .i-category .wrap .right ul li:nth-child(10) {
  z-index: 1;
}
#index-body66  .i-init2 ul li {
  max-width: 315px;
}
#index-body66  .i-init2 ul li .num,
#index-body66  .i-init2 ul li .h5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body66  .i-init2 ul li .num span,
#index-body66  .i-init2 ul li .h5 span {
  font-weight: normal;
  margin-left: var(--ft60);
}
#index-body66  .i-init2 ul li .line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
#index-body66  .i-init2 ul li:hover .num,
#index-body66  .i-init2 ul li:hover .h5 {
  color: var(--color);
}
#index-body66  .i-about {
  background-size: cover;
  color: white;
}
#index-body66  .i-about img.bg,
#index-body66  .i-about video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body66  .i-about video{
  opacity: 0;
}
#index-body66  .i-about video.active{
  opacity: 1;
}
#index-body66  .i-about .left {
  max-width: 886px;
}
#index-body66  .i-about .right{
  flex: 1;
  padding-left: calc(.729vw + 14px);
}
#index-body66  .i-about .tag {
  color: white;
  display: inline-block;
}
#index-body66  .i-about .txt {
  color: white;
  width: 78.2%;
}
#index-body66  .i-about .more {
  background-color: transparent;
  padding-left: var(--ft26);
  padding-right: 13px;
  border-color: white;
}
#index-body66  .i-about .more span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 35px;
  font-size: var(--ft20);
  color: var(--color);
  margin-left: 5px;
}
#index-body66  .i-about .more:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body66  .i-about .right .play_btn {
  cursor: pointer;
  z-index: 4;
  position: relative;
  display: inline-block;
}
#index-body66  .i-about .right .play_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#index-body66  .i-about .right .play_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body66  .i-advantage {
  background: url(../images/why-bg.jpg) no-repeat top #e2e3e3;
}
#index-body66  .i-advantage .i-top .right {
  max-width: 730px;
}
#index-body66  .i-advantage .i-top .right::before,
#index-body66  .i-advantage .i-top .right::after {
  background-color: #adacab;
}
#index-body66  .i-advantage ul .slick-list {
  padding-bottom: 40px;
}
#index-body66  .i-advantage ul li .box {
  background-color: white;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 17px;
  position: relative;
}
#index-body66  .i-advantage ul li .box .img-box {
  border-radius: 10px;
}
#index-body66  .i-advantage ul li .box .h4 em {
  color: var(--color);
  font-weight: normal;
}
#index-body66  .i-advantage ul li .box .num {
  color: #f6f6f7;
  line-height: 1;
  text-align: right;
}
#index-body66  .i-advantage ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body66  .i-advantage ul li .box:hover .h4,
#index-body66  .i-advantage ul li .box:hover .h4 em {
  color: white;
}
#index-body66  .i-advantage ul li .box:hover .txt {
  color: white;
  opacity: 0.8;
}
#index-body66  .i-advantage ul li .box:hover .num {
  opacity: 0.17;
}
#index-body66  .i-advantage ul .slick-slide:nth-child(even) li {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
#index-body66  .i-partner {
  background-color: var(--color);
  color: white;
}
#index-body66  .i-partner .i-top .right{
  padding-right: 7.4vw;
}
#index-body66  .i-partner .tag {
  border-color: white;
  color: white;
}
#index-body66  .i-partner .tag i {
  background-color: white;
}
#index-body66  .i-partner .txt {
  color: white;
  width: 84%;
}
#index-body66  .i-partner .list {
  height: 510px;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}
#index-body66  .i-partner ul li{
  padding: 15px;
}
#index-body66  .i-partner ul li {
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute !important;
  -webkit-animation: float 4s 1.25s infinite;
  -moz-animation: float 4s 1.25s infinite;
  animation: float 4s 1.25s infinite;
}
#index-body66  .i-partner ul li:nth-child(1) {
  width: 126px;
  height: 126px;
  left: 0.1%;
  top: 20.2%;
}
#index-body66  .i-partner ul li:nth-child(2) {
  width: 92px;
  height: 92px;
  left: 9.54%;
  top: 44.51%;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(3) {
  width: 131px;
height: 131px;
  left: 2.7%;
  bottom: 0;
  animation-delay: 0.2s;
}
#index-body66  .i-partner ul li:nth-child(4) {
width: 148px;
height: 148px;
 left: 17.5%;
  bottom: 2%;

  animation-delay: 0.3s;
}
#index-body66  .i-partner ul li:nth-child(5) {
width: 201px;
height: 201px;
   left: 19%;
  top: 23%;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(6) {
 width: 106px;
height: 106px;
  left: 31%;
  top: 64%;
  animation-delay: 0.5s;
}
#index-body66  .i-partner ul li:nth-child(7) {
 width: 118px;
height: 118px;
  left: 36%;
  top: 5%;
  animation-delay: -0.1s;
}
#index-body66  .i-partner ul li:nth-child(8) {
 width: 286px;
height: 286px;
  left: 42%;
  top:32%;
  animation-delay: -0.3s;
}
#index-body66  .i-partner ul li:nth-child(9) {
  width: 110px;
height: 110px;
  left: 56%;
  top: 0;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(10) {
 width: 131px;
height: 131px;
  left: 65%;
  bottom: 1.5%;
  animation-delay: 0.4s;
}
#index-body66  .i-partner ul li:nth-child(11) {
  width: 164px;
height: 164px;
  left: 68%;
  top: 20%;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(12) {
 width: 92px;
height: 92px;
  left: 80%;
  top: 69%;
  animation-delay: 0.5s;
}
#index-body66  .i-partner ul li:nth-child(13) {
 width: 164px;
height: 164px;
  left: 83%;
  top: 23%;
  animation-delay: -0.1s;
}
#index-body66  .i-partner ul li:nth-child(14) {
  width: 131px;
height: 131px;
  right: 0;
  bottom:7.6%;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(15) {
  width: 165px;
  height: 165px;
  left: 76.5%;
  top: 15%;
  animation-delay: -0.1s;
}
#index-body66  .i-partner ul li:nth-child(16) {
  width: 125px;
  height: 125px;
  left: 75%;
  top: 50%;
  animation-delay: 0.3s;
}
#index-body66  .i-partner ul li:nth-child(17) {
  width: 125px;
  height: 125px;
  left: 86%;
  top: 54%;
  animation-delay: 0.1s;
}
#index-body66  .i-partner ul li:nth-child(18) {
  width: 90px;
  height: 90px;
  right: 0;
  top: 36%;
}
#index-body66  .i-news {
  background: url(../images/news-bg.png) no-repeat right #f6f6f7;
}
#index-body66  .i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 10px;
  color: white;
  z-index: 3;
}
#index-body66  .i-news ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: #706d68;
}
#index-body66  .i-news ul li .box .des {
  opacity: 0.8;
  line-height: 30px;
}
#index-body66  .i-news ul li .box i {
  margin-right: 5px;
}
#index-body66  .i-news ul li .box .icon {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  width: 83%;
  z-index: -1;
}
#index-body66  .i-news ul li .box .icon img {
  width: 100%;
}
#index-body66  .i-news ul li .box:hover .h4,
#index-body66  .i-news ul li .box:hover .des {
  opacity: 1;
}
#index-body66  .i-news ul li .box:hover .h4{
  color: var(--color);
}
#index-body66  .i-news ul li .box:hover .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.i-form {
  background: url(/nbszs/2026/07/16/ttzoersg1784196034.jpg) no-repeat right bottom;
}
.i-form .i-top .right {
  margin-left: 30%;
}
.i-form .wrap {
  width: 66%;
}
.i-form .wrap form li {
  position: relative;
}
.i-form .wrap form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  height: 45px;
  font-size: var(--ft16);
}
.i-form .wrap form em {
  position: absolute;
  right: 40px;
  color: var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.i-form .wrap form input[type="submit"] {
  border: none;
  width: auto;
  min-width: 220px;
  text-align: center;
  border: 1px solid transparent;
  height: 58px;
}
.i-form .wrap form input[type="submit"]:hover {
  border-color: var(--color);
  color: var(--color);
}
.i-form .wrap form p {
  color: #161616;
  opacity: 0.35;
}
#footer66  {
  background:  var(--color);
  color: white;
}
#footer66  .h5 {
  text-decoration: underline;
}
#footer66  .two {
  max-width: 270px;
}
#footer66  li {
  margin-bottom: 3px;
}
#footer66  #ewm {
  width: 150px;
  height: 150px;
  border: 5px solid white;
}
#footer66  .share {
  font-size: var(--ft20);
  display: flex;
    margin-top: 9.53vw;
}
#footer66  .share a {
  margin-right: 13px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}
#footer66  .share a i{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex ;
  justify-content: center;
  align-items: center;
  width: 38px;
height: 38px;
background: rgba(255, 255, 255, 0.2);
border-radius: 19px;

}
#footer66  .share a:hover i{
  background: rgba(255, 255, 255, 1);
  color: var(--color);
}
#footer66  .f-copy {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer66  .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
}
.font-18 {
  line-height: 1.8;
}
.seoIndustry h2{
  font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
}
.seoIndustry h3{
  font-size: var(--ft18);
    line-height: 1.8;
    padding: 10px 0;
    color: #ff632f;
}

.seoPublic .seoIndustry .text{
  line-height: 30px;
}
.font-16{
  line-height: 2;
}
.cpyejiao{
  font-size: 14px;
line-height: 28px;
}
@media screen and (max-width: 1700px) {
  div.container {
    width: 100%;
    padding: 0 15px;
  }
  #header66 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .i-top .right {
    width: 57%;
  }
  #index-body66  .i-partner ul li {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  div.container {
    width: 100%;
  }
  .font-60 {
    font-size: var(--ft40);
  }
  .font-40 {
    font-size: var(--ft26);
  }
  #header66 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 12px;
    font-size: var(--ft16);
  }
  #index-body66  .i-partner .list {
    height: 480px;
  }
  #index-body66  .i-init2 ul li {
    max-width: 250px;
  }
  #footer66  .two {
    max-width: 250px;
  }
  #footer66  #ewm {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .font-70 {
    font-size: 32px;
  }
  .font-60 {
    font-size: 32px;
  }
  div.container {
    width: 100%;
    padding: 0 15px;
  }
  #banner .play {
    width: 110px;
  }
  #index-body66  .i-category .wrap .txt {
    margin-bottom: 20px;
  }
  #index-body66  .i-category .wrap .img {
    margin-bottom: 30px;
  }
  #index-body66  .i-init2 ul li {
    max-width: 215px;
  }
  #index-body66  .i-partner ul li {
    zoom: 0.64;
  }
  #index-body66  .i-partner .list {
    height: 370px;
  }
  #footer66  .one {
    max-width: 155px;
  }
  .i-form {
    background-size: contain;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: var(--ft24);
    line-height: 1.6 !important;
  }
  #cp-Nav .nav div.title{
    line-height: 1.8;
  }
.product-page .init-1 .containerC .listContC .titleC form{
    display: none;
  }
  .catDes{
    display: none;
  }
  #index-body66  .i-init2 ul li .h5{
    min-height: auto;
  }
  .font-18{
    line-height: 2 !important;
  }
  .font-70 {
    font-size: var(--ft26);
  }
  div.container {
    width: 100%;
    padding: 0 15px;
  }
  .i-top .right::before {
    width: 310px;
  }
  #index-body66  .i-category .wrap .right {
    display: none;
  }
  #index-body66  .i-category .wrap .left {
    width: 100%;
  }
  #index-body66  .i-category .wrap .left ul li {
    height: auto;
  }
  #index-body66  .i-category {
    overflow: hidden;
  }
  #index-body66  .i-category .wrap .left ul li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body66  .i-category .wrap .left {
    padding: 0;
  }
  #index-body66  .i-init2 ul li {
    width: 50%;
    max-width: 310px;
    margin-bottom: 20px;
  }
  #index-body66  .i-about .left {
    width: 100%;
  }
  #index-body66  .i-about .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body66  .i-partner ul li {
    zoom: 0.4;
  }
  #index-body66  .i-partner .list {
    height: 260px;
  }
  .i-form {
    background: white;
  }
  .i-form .wrap {
    width: 100%;
  }
  .i-form .i-top .right {
    margin-left: 42%;
  }
  #footer66  .three,
  #footer66  .four,
  #footer66  .five {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    width: 100%;
    padding: 0 15px;
  }
  #banner li .content .left {
    width: 100%;
  }
  .font-24{
    font-size: var(--ft16);
line-height: 2;
  }
  #banner .play {
    width: 45px;
  }
  .i-top .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .i-top .right::before,
  .i-top .right::after {
    content: none;
  }
  #index-body66  .i-partner ul li {
    zoom: 0.3;
  }
  #index-body66  .i-partner .list {
    height: 200px;
  }
  .i-form .i-top .right {
    margin-left: 0;
  }
  #footer66  .one {
    display: none;
  }
  #footer66  .two {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-70 {
    font-size: var(--ft20);
  }
  .font-40 {
    font-size: var(--ft20);
  }
  #index-body66  .i-init2 ul li {
    width: 100%;
    max-width: 100%;
  }
  .i-form .wrap form li {
    width: 100%;
  }
  .i-form .wrap form em {
    right: 20px;
  }
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#banner .banner-srcoll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
#banner .banner-srcoll .swiper-banner-scroll {
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 20s linear infinite;
}
#banner .banner-srcoll .swiper-banner-scroll img {
  display: inline-block;
  vertical-align: middle;
  width: 115.8vw;
  object-fit: cover;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
  z-index: 1;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  padding-right: 5.16%;
  display: flex;
  justify-content: end;
  bottom: calc(2.6555vw + 15px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
#banner .swiper_banner .container {
  position: relative;
  z-index: 3;
}
#banner .swiper_banner .more {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  background-color: var(--color);
  color: #fff;
  font-size: var(--ft18);
  height: 58px;
  line-height: 58px;
  border-radius: 0 29px 0 29px;
  padding: 0 30px;
  border: 1px solid var(--color);
}
#banner .swiper_banner .more:hover {
  border-radius: 29px 0 29px 0;
  background-color: var(--color);
  color: #fff;
}
#banner .swiper_banner .swiper-slide {
 
  position: relative;

}
.swiper-b-text{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12.03vw;
}
#banner .swiper_banner .swiper-slide .container {
  display: flex;
}
#banner .swiper_banner .swiper-slide .container .ba-r {
  width: 35.3%;
}
#banner .swiper_banner .swiper-slide .container .ba-l {
  /*padding-right: calc(2.519vw + 14px);*/
  width: 57.7%;
}
#banner .swiper_banner .swiper-slide .container .ba-l .bat1 {
  padding-top: var(--ft40);
  font-weight: bold;
  font-size: var(--ft60);
  color: #000000;
  line-height: 1.33;
}
#banner .swiper_banner .swiper-slide .container .ba-l .bat2 {
  margin-top: var(--ft48);
  margin-bottom: var(--ft62);
  width: 85%;
  line-height: 1.4;
  font-weight: 400;
  font-size: var(--ft24);
  color: #000000;
}
@media (max-width: 1250px) {
  #banner .banner-srcoll .swiper-banner-scroll img {
    object-fit: contain;
  }}
  @media screen and (max-width: 1450px) {
  #banner .swiper_banner .swiper-slide {
    height: auto;
    padding-bottom: var(--px170);
  }
}
@media screen and (max-width: 1250px) {
  #banner .swiper_banner .swiper-slide {
    padding-top: var(--px110);
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper_banner .swiper-slide .container .ba-l {
    padding: 0;
    margin-bottom: var(--ft48);
  }
  #banner .swiper_banner .swiper-slide .container .ba-l .bat2 {
    width: 100% !important;
  }
  #banner .swiper_banner .swiper-slide .container {
    flex-wrap: wrap;
  }
  #banner .swiper_banner .swiper-slide .container > div {
    width: 100% !important;
  }
}
.pos-center1 {
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
.inner-c-banner {
  height: 487px;
  /*margin-top: 97px;*/
  position: relative;
}
.inner-c-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-c-banner .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.inner-c-banner .text .mbx {
  font-weight: 300;
}
.inner-page .i-title {
  line-height: 1.25;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: 500;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: var(--ft16);
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
 
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: var(--ft16);
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: var(--ft16);
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  border: 0;
  /*height: 40px;*/
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.inner-page .why-tab ul {
  margin: -65px;
}
.inner-page .why-tab ul li {
  padding: 65px;
}
.inner-page .why-tab ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 22px 0 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.inner-page .why-tab ul li .ig i {
  line-height: 68px;
  display: block;
}
.inner-page .why-tab ul li .ig i img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: middle;
}
.inner-page .why-tab ul li .ig span {
  font-weight: 500;
  margin-top: 9px;
  display: block;
}
.inner-page .why-tab ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: var(--color);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .why-tab ul li .ig:hover,
.inner-page .why-tab ul li .ig.active {
  color: #fff;
}
.inner-page .why-tab ul li .ig:hover span,
.inner-page .why-tab ul li .ig.active span {
  font-weight: bold;
}
.inner-page .why-tab ul li .ig:hover i img,
.inner-page .why-tab ul li .ig.active i img {
  -webkit-filter: none;
  filter: none;
}
.inner-page .why-tab ul li .ig:hover::after,
.inner-page .why-tab ul li .ig.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-1 {
  background: url(../images/about1-bg.png) no-repeat center;
  background-size: cover;
  padding: 5.78125% 0 3.28125% 0;
  position: relative;
}
.about-page .about-1 .left {
  width: 68.023%;
}
.about-page .about-1 .left .con {
  line-height: 1.7;
}
.about-page .about-1 .left .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .left .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .left .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: calc(.729vw + 14px);
  margin-bottom: 3px;
}
.about-page .about-1 .left .data ul li p {
  margin-top: 6px;
}
.about-page .about-1 .left .data ul li:hover {
  color: transparent;

  background:var(--color);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-page .about-1::after {
  content: '';
  position: absolute;
  left: 5.21%;
  right: 5.21%;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.about-page .about-2 {
  padding: 3.8021% 0 0;
}
.about-page .about-2 .left {
  width: 44.42%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .right {
  width: 55.58%;
}
.about-page .about-2 .right .i-title {
  width: 63%;
}
.about-page .about-2 .right .con {
  line-height: 1.7;
}
.about-page .about-2 .right .list ul li {
  font-size: var(--ft18);
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
  margin-bottom: 26px;
}
.about-page .about-2 .right .list ul li i {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.about-page .about-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 {
  background-color: #f7f7f7;
  padding: 3.59375% 0 5.89%;
}
.about-page .about-3 .top .content {
  left: 5.76%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  width: 36.163%;
  z-index: 1;
}
.about-page .about-3 .top ul li .text {
  padding: 39px 114px 61px 61px;
}
.about-page .about-3 .top ul li .text i {
  width: 60px;
  height: 60px;
  background: var(--color);

  border-radius: 10px;
}
.about-page .about-3 .top ul li .text .con {
  line-height: 1.7;
}
.about-page .about-3 .top ul li .text .tb {
  top: 19px;
  right: 23px;
  z-index: -1;
}
.about-page .about-3 .top .page {
  bottom: 14px;
  right: 31px;
  font-size: 15px;
  font-weight: bold;
}
.about-page .about-3 .top .page .curr {
  font-size: var(--ft24);
  display: inline-block;
  margin-right: 7px;
}
.about-page .about-3 .bottom .left {
  width: 85.87%;
}
.about-page .about-3 .bottom .left ul {
  margin: -23px -20.5px;
}
.about-page .about-3 .bottom .left ul li {
  padding: 23px 20.5px;
}
.about-page .about-3 .bottom .left ul li .ig {
  background-color: #ffffff;
  border-radius: 10px;
  height: 217px;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .bottom .left ul li .ig .con {
  line-height: 1.7;
}
.about-page .about-3 .bottom .left ul li .ig::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 102px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 135px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.1;
}
.about-page .about-3 .bottom .right {
  width: 14.13%;

  background:var(--color);
  border-radius: 10px;
  text-align: center;
  padding: 41px 0;
}
.about-page .about-4 .text {
  width: 44%;
}
.about-page .about-4 .text .con {
  line-height: 1.7;
}
.about-page .about-4 .text .more {
  padding: 0 34px 0 35px;
}
.about-page .about-4 .img {
  width: 43.314%;
  padding-right: 36px;
  z-index: 1;
}
.about-page .about-4 .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 277px;
  height: 182px;

  background: var(--color);
  border-radius: 10px;
}
.about-page .about-4 ul li:nth-child(odd) .img {
  padding-bottom: 34px;
}
.about-page .about-4 ul li:nth-child(odd) .img::after {
  bottom: 0;
  right: 0;
}
.about-page .about-4 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-4 ul li:nth-child(even) .img {
  padding: 34px 0 0 36px;
}
.about-page .about-4 ul li:nth-child(even) .img::after {
  top: 0;
  left: 0;
}
.about-page .about-5 {
  padding: 3.542% 0 3.4375% 0;
}
.about-page .about-5 .content .top ul .slick-slide {
  height: 100%;
}
.about-page .about-5 .content .top ul .slick-slide > div {
  height: 100%;
}
.about-page .about-5 .content .top ul li {
  height: 100%;
}
.about-page .about-5 .content .top ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig time {
  font-size: var(--ft20);
  font-weight: bold;
}
.about-page .about-5 .content .top ul li .ig .line {
  display: block;
  width: 1px;
  height: 109px;
  background: rgba(0, 0, 0, 0.2);
  margin: 33px auto 20px;
}
.about-page .about-5 .content .top ul li .ig .img,
.about-page .about-5 .content .top ul li .ig .img img{
  border-radius: 10px;
}
.about-page .about-5 .content .top ul li .ig .con {
  line-height: 1.7;
  width: 90%;
  margin: 2px auto 0;
  max-height: 80px;
  overflow-y: auto;
}
.about-page .about-5 .content .top ul li .ig .icon {
  margin: 47px 0 -10px;
}
.about-page .about-5 .content .top ul li .ig .icon img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
  display: inline-block;
}
.about-page .about-5 .content .top ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background:var(--color);
  border-radius: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig:hover {
  color: #fff;
}
.about-page .about-5 .content .top ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
/*.about-page .about-5 .content .top ul li .ig:hover time {
  background-color: #ffffff;
  color: var(--color);
}*/
/*.about-page .about-5 .content .top ul li .ig:hover .line {
  background: rgba(255, 255, 255, 0.5);
}*/
.about-page .about-5 .content .top ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-5 .content .bottom .prev,
.about-page .about-5 .content .bottom .next {
  width: 51px;
  height: 51px;

  background: var(--color);
  border-radius: 10px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.about-page .about-5 .content .bottom .qh {
  width: 94%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .content .bottom .qh ul {
  padding: 0 130px;
}
.about-page .about-5 .content .bottom .qh ul li {
  padding: 7px;
}
.about-page .about-5 .content .bottom .qh ul li i {
  width: 16px;
  height: 16px;
  background-color: #666666;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .bottom .qh ul li i::before,
.about-page .about-5 .content .bottom .qh ul li i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-5 .content .bottom .qh ul li i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-5 .content .bottom .qh ul .slick-current li i {
  background-color: var(--color);
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li,
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  text-align: center;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li {
  padding-right: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  padding-left: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div + div li {
  text-align: right;
}
.about-page .about-5 .content .bottom .qh::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.news-page .sideright ul li {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .sideright ul li .img-box {
  width: 50.874%;
}
.news-page .sideright ul li .text {
  width: 49.126%;
}
.news-page .sideright ul li .text .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
.news-page .sideright ul li .text .top span {
  width: 42px;
  height: 42px;

  background: var(--color);
  border-radius: 10px;
}
.news-page .sideright ul li .text .con {
  color: #666;
  line-height: 2;
}
.news-page .sideright ul li .text .more {
  /*height: 53px;*/
  padding: 0 36px;
}
.news-page .sideright ul li:last-child {
  margin-bottom: 0;
}
.newdet-page .sideright h1 {
  font-size: var(--ft40);
  line-height: 1.4;
  font-weight: bold;
}
.newdet-page .sideright .text {
  margin: 2em 0;
}
.newdet-page .sideright .text p {
  margin-top: 1em;
}
.newdet-page .sideright .text p:first-child {
  margin-top: 0;
}
.newdet-page .sideright .share {
  font-size: 14px;
  margin-top: 2em;
}
.newdet-page .sideright .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  border-radius: 50%;
}
.newdet-page .sideright .share a:hover {
  background: var(--color);
}
.newdet-page .sideright span.h5 {
  font-size: var(--ft20);
  line-height: 1.8;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.newdet-page .sideright .form ul {
  margin: -10px;
}
.newdet-page .sideright .form ul li {
  padding: 10px;
  font-size: 14px;
}
.newdet-page .sideright .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: var(--ft16);
  line-height: 1.8;
}
.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
  border-color: var(--color);
}
.newdet-page .sideright .form ul li textarea {
  height: 80px;
}
.newdet-page .sideright .form ul li button {
  border: 0;
}
.product-page .sideright .top {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product-page .sideright .bottom ul li {
  padding: 20px 15px;
}
.product-page .sideright .bottom ul li .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.product-page .sideright .bottom ul li .img .more88 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideright .bottom ul li .img:hover .more88 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-left: 4%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .bigImg img {
  border: 1px solid #dcdcdc;
  width: 90%;
}
.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  border-radius: 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;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 46%;
}
.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .right .list .content {
  font-size: var(--ft16);
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.prodet-page .prodet-1 .right .more {
  /*height: 50px;*/
}
.prodet-page .prodet-2 {
  padding: 90px 0 0;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: var(--ft30);
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-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);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: var(--ft18);
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: var(--ft30);
  line-break: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: var(--ft18);
  line-height: 32px;
}
.contact-page .contact-1 {
  position: relative;
}
.contact-page .contact-1 iframe {
  width: 100%;
  height: 1000px;
  border: none;
  background-color: #eee;
  display: block;
}
.contact-page .contact-1 .map {
  position: relative;
}
.contact-page .contact-1 .map .add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .map .add.active {
  position: static;
  opacity: 1;
}
.contact-page .contact-1 .box {
  width: 800px;
  position: absolute;
  right: 4%;
  bottom: 0;
  max-width: 92%;
}
.contact-page .contact-1 .box .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  margin-top: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.contact-page .contact-1 .box .box2 .list {
  width: 160px;
  border-right: 1px solid #f5f5f5;
  padding: 50px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .box .box2 .list ul li {
  font-size: var(--ft18);
  font-weight: 500;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  position: relative;
  cursor: pointer;
}
.contact-page .contact-1 .box .box2 .list ul li:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: var(--color);
  opacity: 0;
}
.contact-page .contact-1 .box .box2 .list ul li.active::after {
  opacity: 1;
}
.contact-page .contact-1 .box .box2 .info {
  padding: 50px 5%;
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info span.h6 {
  font-size: var(--ft20);
  font-weight: bold;
  display: block;
}
.contact-page .contact-1 .box .box2 .info ul {
  margin: -10px;
  padding: 5% 0;
}
.contact-page .contact-1 .box .box2 .info ul li {
  padding: 10px;
}
.contact-page .contact-1 .box .box2 .info ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--ft16);
  line-height: 1.6;
}
.contact-page .contact-1 .box .box2 .info ul li .flex i {
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #eee;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-1 .box .box2 .info ul li .flex p {
  font-weight: bold;
}
.contact-page .contact-2 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 22;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: auto;
  position: relative;
}
.contact-page .contact-2.active {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contact-page .contact-2.active .box {
  width: 70%;
}
.contact-page .contact-2.active .box div.left {
  position: absolute;
  right: 100%;
  bottom: 5%;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn {
  font-size: var(--ft16);
  font-weight: 500;
  line-height: 1.2;
  padding: .6em;
  background-color: white;
  border-bottom-left-radius: 3em;
  border-top-left-radius: 3em;
  -webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.off,
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.on {
  display: none;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn em {
  margin: 0 1em;
}
.contact-page .contact-2.active .box div.right {
  width: 100%;
  padding: 4%;
  background-color: white;
  height: 100vh;
  overflow: auto;
}
.contact-page .contact-2.active .box div.right .text {
  margin-top: .5em;
}
.contact-page .contact-2.active .box div.right .form {
  margin-top: 50px;
}
.contact-page .contact-2.active .box div.right .form ul {
  margin: -20px;
}
.contact-page .contact-2.active .box div.right .form ul li {
  padding: 20px;
  font-size: var(--ft18);
}
.contact-page .contact-2.active .box div.right .form ul li label {
  display: block;
  margin-bottom: 1em;
}
.contact-page .contact-2.active .box div.right .form ul li label em {
  color: red;
}
.contact-page .contact-2.active .box div.right .form ul li input,
.contact-page .contact-2.active .box div.right .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: .5em;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
.contact-page .contact-2.active .box div.right .form ul li input:focus,
.contact-page .contact-2.active .box div.right .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2.active .box div.right .form ul li textarea {
  border: 1px solid #eee;
  height: 180px;
  border-radius: 3px;
}
.contact-page .contact-2.active .box div.right .form ul li.wid-100 {
  width: 100%;
}
.service-page .service-1 .text {
  max-width: 1080px;
  margin: 1em auto;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;

  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important;
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.dots {
  text-align: center;
  font-size: 10px;
}
.downloadBox {
  font-size: var(--ft18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: var(--ft16);
  color: #acacac;
  margin-bottom: .5em;
  line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  margin: 3px 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: var(--ft18);
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.technical-page {
  padding: 130px 0;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
  line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--color);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 {
  font-size: var(--ft18);
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.5em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: var(--color);
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
.faq-page .faq-2 .list ul li {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.faq-page .faq-2 .list ul li span.h6 {
  font-size: var(--ft24);
  color: #303030;
  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;
  line-height: 1.6;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #cfcfcf;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
  background-color: var(--color);
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .list ul li .text {
  color: #a8a8a8;
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: 1px solid #e0e0e0;
  display: none;
  line-height: 2;
}
.about-page .about-1 .right .text {
  line-height: 2;
}
.faq-page .faq-2 .list ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: var(--ft18);
}
.case-page .case-3 .list ul li video{
  width: 100%;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
  line-height: 2;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: var(--color);
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: var(--color);
}
.factory-page {
  padding: 5.21% 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p {
  font-size: var(--ft16);
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: var(--ft18);
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.why-page {
  padding-top: 6.146%;
}
.why-page .why-1 {
  padding: 4.583% 0 5.99%;
}
.why-page .why-1 .img {
  width: 48.256%;
}
.why-page .why-1 .text {
  width: 51.744%;
}
.why-page .why-1 .text .con {
  line-height: 1.7;
}
.why-page .why-2 {
  background-color: #f7f7f7;
  padding: 4.0625% 0 6.40625%;
}
.why-page .why-2 ul li .img-box .text {
  left: 46px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(600%);
  -moz-transform: translateY(600%);
  -ms-transform: translateY(600%);
  transform: translateY(600%);
  background: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172564;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.why-page .why-2 ul li .img-box:hover::after {
  opacity: .8;
}
.why-page .why-3 {
  padding-top: 3.90625%;
}
.why-page .why-4 {
  padding: 4.9% 0 5.9375%;
}
.why-page .why-4 .text {
  width: 47.9%;
}
.why-page .why-4 .text .con {
  line-height: 2;
}
.why-page .why-4 .text .more {
  padding: 0 36px;
}
.why-page .why-4 .img {
  width: 57.85%;
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.why-page .why-4 .img ul .slick-list {
  padding-right: 240px;
}
.why-page .why-4 .img ul li .ig span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 7px;
}
.why-page .why-4 .img ul li .ig span::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
  margin-bottom: 11px;
}
.tech-page .tech-1 {
  padding: 5.21% 0 6.09375%;
}
.tech-page .tech-1 .header {
  width: 78%;
  margin: 0 auto;
}
.tech-page .tech-1 .header .con {
  line-height: 1.7;
}
.tech-page .tech-2 {
  background-color: #f7f7f7;
}
.tech-page .tech-2 ul li .img {
  width: 50.12%;
}
.tech-page .tech-2 ul li .img img {
  width: 100%;
}
.tech-page .tech-2 ul li .text {
  width: 49.88%;
  padding-left: 69px;
}
.tech-page .tech-2 ul li .text .con {
  line-height: 1.7;
}
.tech-page .tech-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tech-page .tech-2 ul li:nth-child(even) .text {
  padding: 0 69px 0 0;
}
.tech-page .tech-3 {
  padding: 5.83% 0 0 0;
}
.tech-page .tech-3 ul li {
  padding-top: 70px;
  padding-bottom: 10px;
}
.tech-page .tech-3 ul li .ig {
  padding-bottom: 18px;
  border-radius: 10px;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tech-page .tech-3 ul li .ig:hover {
  -webkit-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-page .quality-1 {

  background: var(--color);
  border-radius: 10px;
  color: #fff;
  padding: 5.9% 0 6.1%;
}
.quality-page .quality-1 .text {
  width: 63.26%;
}
.quality-page .quality-1 .text .con {
  line-height: 1.7;
}
.quality-page .quality-1 .text .list ul li {
  margin-bottom: 11px;
}
.quality-page .quality-1 .text .list ul li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 18px;
  color: var(--color);
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li span {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .text .img {
  width: auto;
}
.quality-page .quality-1 .text .img img {
  width: auto;
}
.quality-page .quality-1 .img {
  width: 32.96875%;
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .quality-2 {
  background-color: #f7f7f7;
  padding: 6.25% 0 3.59375%;
  position: relative;
}
.quality-page .quality-2 .header {
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
}
.quality-page .quality-2 .header .con {
  line-height: 1.6;
}
.quality-page .quality-2 .content {
  position: relative;
  z-index: 1;
}
.quality-page .quality-2 .content ul li .text {
  margin: 0 20px 0 auto;
  width: 83%;
}
.quality-page .quality-2 .content ul li .text i {
  width: 69px;
  height: 69px;

  background: var(--color);
  border-radius: 10px;
}
.quality-page .quality-2 .content ul li .text .con {
  line-height: 1.8;
  min-height: 75px;
}
.quality-page .quality-2 .content ul li .text span {
  font-size: 14px;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 14px 19px 14px 18px;
  line-height: 1;
}
.quality-page .quality-2 .content ul li:first-child {
  padding-top: 29.43%;
}
.quality-page .quality-2 .content ul li:nth-child(2) {
  padding-top: 23.18%;
}
.quality-page .quality-2 .content ul li:nth-child(3) {
  padding-top: 16.46%;
}
.quality-page .quality-2 .content ul li:nth-child(4) {
  padding-top: 9.9%;
}
.quality-page .quality-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 572px;
  background: url(../images/quality-line.png) no-repeat center;
  background-size: 100% 100%;
}
.quality-page .quality-2 .wz {
  width: 41.46%;
  right: 5.21%;
  bottom: 8.2%;
  font-size: var(--ft40);
  line-height: 1.25;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(54, 54, 54, 0.3);
}
.ins-page .sidebox .sideright {
  padding-left: 71px;
}
.ins-page .sidebox .sideright .det1 {
  padding-bottom: 9.03%;
}
.ins-page .sidebox .sideright .det1 .img {
  width: 49.73%;
}
.ins-page .sidebox .sideright .det1 .text {
  width: 50.27%;
}
.ins-page .sidebox .sideright .det1 .text .title {
  line-height: 1.25;
}
.ins-page .sidebox .sideright .det1 .text .con {
  line-height: 1.7;
}
.ins-page .sidebox .sideright .det2 {
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  border-radius: 10px;
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .tit {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ins-page .sidebox .sideright .det2 .content {
  z-index: 1;
}
.ins-page .sidebox .sideright .det2 .content ul {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ins-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
.ins-page .sidebox .sideright .det2 .content ul li .title {
  margin-top: 10px;
}
.ins-page .sidebox .sideright .det2 .content ul li .con {
  line-height: 1.7;
  margin-top: 9px;
  height: 77px;
  overflow-y: auto;
}
.ins-page .sidebox .sideright .det2 .content ul li .link {
  font-size: var(--ft18);
  display: inline-block;
  margin-top: 2px;
}
.ins-page .sidebox .sideright .det2 .content ul li .link i {
  display: inline-block;
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover{
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.ins-page .sidebox .sideright .det2 .content .line {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.149);
  top: 0;
}
.ins-page .sidebox .sideright .det2 .content .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-animation: drop 3s linear infinite;
  -moz-animation: drop 3s linear infinite;
  animation: drop 3s linear infinite;
}
.ins-page .sidebox .sideright .det2 .content .line1 {
  left: 31.53%;
}
.ins-page .sidebox .sideright .det2 .content .line2 {
  right: 31.53%;
}
.ins-page .sidebox .sideright .det3 {
  padding-top: 8.4%;
}
.ins-page .sidebox .sideright .det3 .content ul li .more88 {
  width: 100%;
  padding: 0;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det3 .content ul li .img-box:hover .more88 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ins-page .sidebox .sideright .det4 {
  padding-top: 7.69%;
}
.ins-page .sidebox .sideright .det4 .content ul {
  margin: 0 -26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li {
  padding: 0 26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li .img-box {
  border-radius: 10px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text {
  margin-top: 20px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}
.ins-page .sidebox .sideright .det4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-top: 8px;
}
.soludet-page .sidebox .sideright .soludet1 .con {
  line-height: 1.67;
}
.soludet-page .sidebox .sideright .soludet2 {
  padding: 9.34% 0 9.18%;
}
.soludet-page .sidebox .sideright .soludet2 ul {
  margin: -14.5px;
  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;
}
.soludet-page .sidebox .sideright .soludet2 ul li {
  padding: 14.5px;
  width: 33.3333%;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  padding: 32px 34px 41px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .text {
  margin-top: 21px;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
  font-size: var(--ft20);
  line-height: 1.4;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .con {
  font-size: 15px;
  line-height: 1.3;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover {
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover::after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i {
  background: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i img {
  -webkit-filter: none;
  filter: none;
}
.soludet-page .sidebox .sideright .soludet3 {
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  border-radius: 10px;
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet3 .i-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet3 .content {
  position: relative;
  z-index: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content ul {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -20px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li {
  width: 25%;
  font-size: var(--ft18);
  font-weight: 500;
  padding: 0 20px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li i {
  width: 12px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-top: 13px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li:hover {
  opacity: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet4 {
  padding: 8.471% 0 8.786%;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul {
  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;*/
  margin: -16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li {
  padding: 16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a {
  display: block;
  background: var(--color);
  border-radius: 10px;
  font-size: var(--ft16);
  color: #fff;
  padding: 11px 21px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li:hover a::after,
.soludet-page .sidebox .sideright .soludet4 .tab ul li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.soludet-page .sidebox .sideright .soludet4 .content {
  margin-top: 41px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .img {
  width: 39.06%;
  border-radius: 10px;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text {
  width: 60.94%;
  padding-left: 58px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom {
  margin-top: 31px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom .tit {
  font-size: var(--ft20);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soludet-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
/*.soludet-page .sidebox .sideright .det2 .content .line1 {
  left: 25%;
}
.soludet-page .sidebox .sideright .det2 .content .line2 {
  left: 50%;
  right: 0;
}
.soludet-page .sidebox .sideright .det2 .content .line3 {
  left: 75%;
}*/
.key-page .key-1 {
  max-width: 1835px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.key-page .key-1 .text {
  width: 46.868%;
}
.key-page .key-1 .text .i-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 25px;
}
.key-page .key-1 .text .con {
  line-height: 1.67;
}
.key-page .key-1 .img {
  width: 53.132%;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
}
.key-page .key-1 .img > img {
  width: 100%;
}
.key-page .key-1 .img .logo {
  bottom: 0;
  left: 0;
  background: var(--color);
  border-radius: 10px;
}
.key-page .key-2 {
  padding: 6.25% 0 6.09375%;
}
.key-page .key-2 .box {
  position: relative;
  z-index: 1;
}
.key-page .key-2 .box .top .img {
  width: 48.3721%;
}
.key-page .key-2 .box .top .text {
  width: 51.6279%;
  background-image: -webkit-linear-gradient(210deg, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(210deg, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(240deg, #2849c5 0%, #172564 100%);
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.key-page .key-2 .box .top .text .title {
  line-height: 1.25;
}
.key-page .key-2 .box .top .text ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  margin-bottom: 19px;
}
.key-page .key-2 .box .top .text ul li .tit {
  font-size: var(--ft20);
  line-height: 1.5;
  font-weight: 500;
}
.key-page .key-2 .box .top .text ul li .con {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 3px;
}
.key-page .key-2 .box .top .text ul li:last-child {
  margin-bottom: 0;
}
.key-page .key-2 .box .bottom {
  background-color: #f7f7f7;
}
.key-page .key-2 .box .bottom ul li {
  width: 29%;
  position: relative;
}
.key-page .key-2 .box .bottom ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}
.key-page .key-2 .box .bottom ul li span {
  font-size: 15px;
  line-height: 1.67;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.key-page .key-2 .box .bottom ul li::after {
  content: '';
  width: 1px;
  height: 69px;
  background: #333;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  right: -20px;
}
.key-page .key-2 .box .bottom ul li:last-child::after {
  display: none;
}
.key-page .key-2 .box:nth-child(even) .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.key-page .key-2 .box:last-child {
  margin-bottom: 0;
}
.value-page .value-1 {
  padding-top: 6.042%;
}
.value-page .value-1 .left {
  width: 15%;
}
.value-page .value-1 .left .title {
  line-height: 1;
  color: #014099;
}
.value-page .value-1 .left .con {
  font-weight: 500;
  line-height: 1.25;
}
.value-page .value-1 .right {
  width: 74%;
}
.value-page .value-1 .right .title {
  line-height: 1.25;
}
.value-page .value-1 .right .con {
  line-height: 1.67;
}
.value-page .tech-3 {
  padding-bottom: 7.865%;
}
.value-page .value-2 .box {
  max-width: 1835px;
  padding-right: 15px;
}
.value-page .value-2 .box .text {
  background-color: #2f48c6;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  width: 54.4%;
}
.value-page .value-2 .box .text .title {
  line-height: 1.25;
}
.value-page .value-2 .box .text .con {
  line-height: 1.67;
}
.value-page .value-2 .box .form {
  width: 33.74%;
  background-color: #ffffff;
  border-radius: 10px;
}
.value-page .value-2 .box .form .header .con {
  line-height: 1.3;
}
.value-page .value-2 .box .form form ul {
  margin: -11.5px -14px;
}
.value-page .value-2 .box .form form ul li {
  padding: 11.5px 14px;
}
.value-page .value-2 .box .form form ul li input,
.value-page .value-2 .box .form form ul li textarea,
.value-page .value-2 .box .form form ul li select {
  width: 100%;
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  padding: 0 16px;
}
.value-page .value-2 .box .form form ul li input::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li textarea::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-moz-placeholder, .value-page .value-2 .box .form form ul li textarea:-moz-placeholder, .value-page .value-2 .box .form form ul li select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::-moz-placeholder, .value-page .value-2 .box .form form ul li textarea::-moz-placeholder, .value-page .value-2 .box .form form ul li select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-ms-input-placeholder, .value-page .value-2 .box .form form ul li textarea:-ms-input-placeholder, .value-page .value-2 .box .form form ul li select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::placeholder,
.value-page .value-2 .box .form form ul li textarea::placeholder,
.value-page .value-2 .box .form form ul li select::placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li select {
  color: rgba(54, 54, 54, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat 500px center #f7f7f7;
}
.value-page .value-2 .box .form form ul li textarea {
  height: 131px;
  padding-top: 9px;
}
.value-page .value-2 .box .form form ul li .more {
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.seoPublic .Auxil-form .more {
  border: 0;
  height: 40px;
}
.seoPublic #index-body66  .i-about .text .more {
  color: #fff;
}
@media (max-width: 1800px) {
  .about-page .about-5 .content .bottom .qh {
    width: 92%;
  }
  .faq-page .faq-2 .list ul li .text,
  .contact-page .contact-2 .box div.right .form ul li,
  .case-page .case-3 .list ul li {
    font-size: var(--ft16);
  }
  .downloadBox {
    font-size: var(--ft16);
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: var(--ft24);
  }
  .quality-page .quality-2 .content ul li .text {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .quality-page .quality-2 .content::after {
    height: 40vh;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: 81px;
  }
  .key-page .key-1 {
    max-width: 1430px;
  }
}
@media (max-width: 1450px) {
  .about-page .about-5 .content .bottom .qh ul .slick-current + div li {
    padding-right: 0;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
    padding-left: 0;
    text-align: right;
  }
  .inner-page .sidebox .sideleft .tit {
    font-size: var(--ft20);
  }
  .prodet-page .prodet-2 {
    padding: calc(3.0225vw + 12px) 0;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: var(--ft20);
  }
  .contact-page .contact-2 .box div.right .form ul li label {
    margin-bottom: .5em;
  }
  .contact-page .contact-2 .box div.right .form ul li {
    font-size: 14px;
  }
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .technical-page {
    padding: 90px 0;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
  downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: var(--ft20);
  }
  .faq-page .faq-2 .list ul li {
    padding: 30px;
  }
  .case-page .case-3 .list ul li {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 80px;
  }
  .inner-page .why-tab ul {
    margin: -30px;
  }
  .inner-page .why-tab ul li {
    padding: 30px;
  }
  .quality-page .quality-2 .i-title {
    width: 46%;
  }
  .quality-page .quality-2 .wz {
    width: 50%;
  }
  .quality-page .quality-2 .content {
    zoom: .86;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig {
    padding: 32px 20px 41px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    font-size: var(--ft16);
  }
  .key-page .key-1 {
    max-width: 1230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .inner-c-banner {
    margin-top: 60px;
  }
  .about-page .about-2 .right .i-title {
    width: 100%;
  }
  .about-page .about-3 .top ul li .text {
    padding: 39px 30px 61px 30px;
  }
  .pl-178 {
    padding-left: 70px;
  }
  .about-page .about-3 .bottom .left ul li .ig::after {
    left: 30px;
  }
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 100px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 90%;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 2.5%;
  }
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: var(--ft18);
  }
  .downloadBox {
    font-size: 10px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: var(--ft18);
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: var(--ft16);
  }
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
  .inner-page .why-tab ul {
    margin: -15px;
  }
  .inner-page .why-tab ul li {
    padding: 15px;
  }
  .why-page .why-2 ul li .img-box .text {
    left: 20px;
    right: 20px;
  }
  .why-page .why-4 .img .slick-list {
    padding-right: 100px;
  }
  .quality-page .quality-2 .wz {
    font-size: 36px;
    right: 15px;
    width: 60%;
  }
  .quality-page .quality-2 .header {
    top: 60px;
  }
  .quality-page .quality-2 .i-title {
    width: 60%;
  }
  .quality-page .quality-2 .content::after {
    height: 33vh;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
    font-size: var(--ft18);
    height: 70px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul {
    margin: 0 -10px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .img {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .key-page .key-1 {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .inner-c-banner {
    height: 300px;
  }
  .about-page .about-1 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .about-page .about-3 .top .content {
    position: initial;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .about-page .about-3 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .bottom .right {
    display: none;
  }
  .about-page .about-5 .content .top ul {
    margin: 0 -12px;
  }
  .about-page .about-5 .content .top ul li {
    padding: 0 12px;
  }
  .about-page .about-5 .content .top ul li .ig {
    padding: 20px 10px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 83%;
  }
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 60px;
  }
  .news-page .sideright ul li .img-box {
    width: 100%;
  }
  .news-page .sideright ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .news-page .sideright ul li .text .title {
    font-size: var(--ft24);
  }
  .product-page .sideright .top {
    padding: 20px;
  }
  .product-page .sideright .bottom {
    padding: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    display: none;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 {
    padding-top: 0;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 25px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  .why-page .i-title {
    font-size: 36px;
  }
  .why-page .why-1 .img {
    width: 100%;
  }
  .why-page .why-1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .why-page .why-4 .text {
    width: 100%;
    padding-right: 0;
  }
  .why-page .why-4 .img {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .tech-page .tech-1 .header {
    width: 100%;
  }
  .tech-page .tech-2 {
    padding-bottom: 30px;
  }
  .tech-page .tech-2 ul li {
    margin-bottom: 30px;
  }
  .tech-page .tech-2 ul li .img {
    width: 100%;
  }
  .tech-page .tech-2 ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .tech-page .tech-2 ul li:last-child {
    margin-bottom: 0;
  }
  .tech-page .tech-2 ul li:nth-child(even) .text {
    padding: 30px 0 0 0;
  }
  .quality-page .quality-2 .header {
    position: initial;
  }
  .quality-page .quality-2 .content {
    zoom: 1;
  }
  .quality-page .quality-2 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .quality-2 .content ul li {
    width: 33.3333%;
    padding: 20px 0 !important;
  }
  .quality-page .quality-2 .content::after {
    display: none;
  }
  .quality-page .quality-2 .wz {
    display: none;
  }
  .ins-page .sidebox .sideright .det1 .img {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 30%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: var(--ft20);
  }
  .key-page .key-1 {
    padding: 0 15px;
  }
  .key-page .key-1 .img {
    width: 100%;
  }
  .key-page .key-1 .text {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .key-page .key-2 .box .top .img {
    width: 100%;
  }
  .key-page .key-2 .box .top .text {
    width: 100%;
  }
  .key-page .key-2 .box .bottom {
    padding: 30px 15px;
  }
  .key-page .key-2 .box .bottom ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  .key-page .key-2 .box .bottom ul li::after {
    display: none;
  }
  .key-page .key-2 .box .bottom ul li:last-child {
    margin-bottom: 0;
  }
  .value-page .value-1 .left {
    width: 100%;
  }
  .value-page .value-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .value-page .value-2 {
    padding: 30px 15px;
  }
  .value-page .value-2 .box .text {
    width: 100%;
  }
  .value-page .value-2 .box .form {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .left .data ul li .num {
    font-size: var(--ft30);
  }
  .pl-178 {
    padding-left: 30px;
  }
  .about-page .about-3 .bottom .left ul li .ig::after {
    left: 10px;
    font-size: 100px;
  }
  .font-40 {
    font-size: var(--ft26);
  }
  .about-page .about-4 .text {
    width: 100%;
  }
  .about-page .about-4 .img {
    width: 100%;
    margin-top: 30px;
  }
  .flex-4 > *,
  .flex-3 > * {
    width: 50%;
  }
  .font-30 {
    font-size: 25px;
  }
  .contact-page .contact-2 .box div.right {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-1 iframe {
    height: 360px;
  }
  .contact-page .contact-1 .box {
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    max-width: none;
  }
  .contact-page .contact-2 .box div.left .FormMoreBtn {
    font-size: 14px;
  }
  .contact-page .contact-2.active .box {
    width: 75%;
  }
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: var(--ft16);
  }
  .technical-page {
    padding: 60px 0;
  }
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  .faq-page .faq-2 .list ul li {
    padding: 15px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: var(--ft16);
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 50px;
  }
  .why-page .i-title {
    font-size: var(--ft30);
  }
  .why-page .why-4 .img ul .slick-list {
    padding-right: 0;
  }
  .quality-page .quality-1 .text {
    width: 100%;
  }
  .quality-page .quality-1 .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .quality-page .quality-2 .i-title {
    width: 100%;
  }
  .quality-page .quality-2 .content ul li {
    width: 50%;
  }
  .ins-page .sidebox .sideright .det2 .content ul {
    margin: -6px;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 50%;
    padding: 6px;
  }
  .ins-page .sidebox .sideright .det4 .content ul {
    margin: 0 -13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li {
    padding: 0 13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: var(--ft20);
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 50%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 50%;
    font-size: var(--ft16);
  }
}
@media (max-width: 500px) {
  .inner-c-banner {
    height: 220px;
  }
  .about-page .about-1 .data ul li {
    width: 50%;
  }
  .about-page .about-2 .right .list ul li {
    font-size: 15px;
    line-height: 2;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 66%;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current li {
    text-align: center;
  }
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .flex-4 > *,
  .flex-3 > * {
    width: 100%;
  }
  .contact-page .contact-1 .box .box2 .list {
    width: 100px;
  }
  .contact-page .contact-1 .box .box2 .list ul li {
    font-size: var(--ft16);
  }
  .contact-page .contact-1 .box .box2 .info ul li .flex {
    display: block;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .quality-page .quality-2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: var(--ft20);
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 100%;
    font-size: var(--ft16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: auto;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li i {
    margin-bottom: -15px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child i {
    margin-bottom: 0;
  }
  .value-page .value-2 .box .text {
    padding: 20px 15px;
  }
}
.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: var(--ft30);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  height: 100px;
  cursor: pointer;
  font-size: var(--ft16);
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 100px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}
.qualitys{
  padding-top: 66px;
  padding-bottom: 80px;
  background: #f9f9f9
}
.bespoke-page .bespoke-1 {
  padding: 60px 0 90px;
}
.bespoke-page .bespoke-1 .img{
  margin-top: 58px
}
.bespoke-page .bespoke-1 .list ul {
  margin: -15px;
}
.bespoke-page .bespoke-1 .list ul li {
  padding: 15px;
}
.bespoke-page .bespoke-1 .list .img {
  overflow: hidden;
}
.bespoke-page .bespoke-1 .list .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.bespoke-page .bespoke-1 .list .img .text {
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-1 .list .img .text span {
  color: #acacac;
}
.bespoke-page .bespoke-1 .list .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bespoke-page .bespoke-5 .ui{
padding: 0 100px
}
.bespoke-page .bespoke-5 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px
}
.bespoke-page .bespoke-5 .box>div{
  width: 48%;
  position: relative
}
.bespoke-page .bespoke-5 .box>div .text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px
  }
  .bespoke-page .bespoke-5 .box>div .text .t1{
    	font-size: var(--ft20);
      font-weight: bold
  }
  .bespoke-page .bespoke-5 .box>div .text .cont{
      height: 0;
      overflow: hidden;
      transition: .5s;
      margin-top: 10px
    }
    .bespoke-page .bespoke-5 .box>div:hover .text .cont{
      height: 8em;
      overflow-y: auto
    }
.bespoke-page .bespoke-6 .ui{
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.13);
	border-radius: 5px;
  margin-top: 140px;
  padding: 100px
}
.bespoke-page .bespoke-6 .smt{
  max-width: 810px;
  margin: 0;
  margin-top: 20px
}
.bespoke-page .bespoke-6 form{
  margin-top: 40px
}
.bespoke-page .bespoke-6 form textarea{
  width: 100%;
height: 226px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px
}
.bespoke-page .bespoke-6 form input{
    width: 100%;
  	height: 68px;
     font-size: 14px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
    padding: 0 17px ;
    margin-top: 30px
}
.bespoke-page .bespoke-6 form .submit{
  	width: 141px;
	height: 45px;
	background-color: var(--color);
	border-radius: 22px;
  text-align: center;
  line-height: 45px;
  font-size: var(--ft18);
  color: #fff;
 transition: .5s
}
.bespoke-page .bespoke-6 form .submit:hover{
  color: var(--color);
  background: #fff;
  	border: solid 1px var(--color);
}
.qualitys .customer-2 .ui {
    padding: 80px 100px 100px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 80px;
}
.qualitys .customer-2 .left{
  padding-right: 85px
}
.qualitys .customer-2 .left .text{
  margin-top: 40px;
}
.qualitys .customer-2 .left .text .t1{
  font-size: var(--ft20);
  font-weight: bold;

  line-height: 1.4;
  margin-bottom: 10px
}
.qualitys .customer-2 .left .text p{
  padding-left: 20px;
  	color: #666666;
    font-size: var(--ft16);
    line-height: 2;
    position: relative
}
.qualitys .customer-2 .left .text p::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .5em;
  	width: 10px;
	height: 10px;
  background: var(--color);
  border-radius: 50%;
}
.qualitys .customer-2 .right img{
  width: 100%
}
.bespoke-page .about-6 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.bespoke-page .about-61 {
  background-color: white! important;;
}
.bespoke-page .about-6 .left {
  width: 35%;
  vertical-align: middle;
      line-height: 2;
}
.bespoke-page .about-6 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.bespoke-page .about-6 .right ul{
  margin: -10px;
}
.bespoke-page .about-6 .right ul li{
  padding: 10px;
}
.bespoke-page .about-6 .right ul li .img-box img{
  width: 100%
}
.bespoke-page .about-2 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0
}
.bespoke-page .about-2 .top {
  height: 460px;
  background: url(/wanma-tech/2026/01/23/shehuizeren.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .about-2 .top p {
  font-size: var(--ft26);
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  margin: auto;
}
.bespoke-page .about-2 .bottom .list {
  margin-top: 50px;
}
.bespoke-page .about-2 .bottom .list ul {
  margin-right: -40px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 40px;
  
}
.bespoke-page .about-2 .bottom .list ul li .box{
  	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.08);
	border-radius: 5px;
  padding: 30px 55px
}
.bespoke-page .about-2 .bottom .list ul li .box p{
  height: 6em;
  overflow-y: auto
}
.bespoke-page .about-2 .bottom .list ul li .box .t1{
  font-size: var(--ft20);
  font-weight: bold;
  line-height: 1;
  margin-top: 20px
}
.bespoke-page .about-2 .bottom .list i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center
}
.bespoke-page .about-2 .bottom .list i img {
  vertical-align: middle;
}
.bespoke-page .about-2 .ui{
  padding: 80px 100px;
  background: #fff
}
.bespoke-page .about-page .about-2 .bottom .list ul{
   display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bespoke-page .about-page .about-2 .bottom .list ul li{
  display: flex;
  align-items: center
}
.bespoke-page .about-page .about-2 .bottom .list ul li i{
  margin-right: 20px;
  width: 60px
}
.bespoke-page .about-page .about-2 .bottom .list ul li i img{
  filter: brightness(100) invert(1);
  transition: .2s
}

.bespoke-page .about-page .about-2 .bottom .list ul li .t1{
  font-size: var(--ft20);
  font-weight: bold
}
.bespoke-page .about-page .about-2 .bottom .list ul li p{
  	font-size: var(--ft16);
    	color: #666666;
}
.bespoke-page .about-page .about-2 .bottom .list ul li:hover i img{
  filter: none
}
.bespoke-page .about-page .about-2 .bottom .list ul li .text{
  flex: 1
}
@media screen and (max-width: 1200px) {
  .bespoke-page .bespoke-5 .box>div .text{
    padding: 20px
  }
  .bespoke-page .bespoke-6 .ui{
    padding: 50px
  }
  .qualitys .customer-2 .left{
  padding-right: 40px
  }
    .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;
}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
}
  .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
  
}
.bespoke-page .about-2 .top {
    height: 400px;
    padding-top: 150px;
  }
  .bespoke-page .about-2 .bottom .list ul {
    margin: -15px;
  }
  .bespoke-page .about-2 .bottom .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
    .bespoke-page .bespoke-6 .ui{
    padding: 20px
  }
.bespoke-page .bespoke-5{
  display: none
}
.bespoke-page .bespoke-5 .ui{
padding: 0 15px
}
  .bespoke-page .bespoke-1 {
    padding: 60px 0;
  }
  .qualitys .customer-2 .left{
  padding-right: 0
}
 .qualitys .customer-2 .ui{
  padding: 0 15px;
}
 .bespoke-page .about-6 {
    padding: 60px 0;
  }
  .bespoke-page .about-6 .left {
    width: 100%;
  }
  .bespoke-page .about-6 .right {
    width: 100%;
  }
  .bespoke-page .about-3 .ui{
  padding: 0 15px
}
  .bespoke-page .about-2 .top {
    height: 300px;
    padding-top: 100px;
  }
    .bespoke-page .about-page .about-2 .ui{
  padding: 0 15px;

}
}
@media screen and (max-width: 700px) {
  .bespoke-page .about-6 .right {
    padding: 50px;
  }
  .bespoke-page .about-2 .top {
    height: auto;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 500px) {
  .bespoke-page .about-6 .right {
    padding: 20px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: var(--ft18);
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--ft16);
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-add1{
  padding-top: 5.521%;
}
.about-page .about-add1 ul{
  margin: -15px;
}
.about-page .about-add1 ul li{
  padding: 15px;
}
.about-page .about-add1 ul li .ig{
  background-image: -webkit-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: -moz-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: linear-gradient(240deg, #172564 0%, #2849c5 100%);
  border-radius: 10px;
  color: #fff;
  height: 383px;
  overflow: hidden;
  z-index: 1;
}
.about-page .about-add1 ul li .ig .icon{
  width: 73px;
	height: 73px;
	background-color: #ffffff;
	border-radius: 10px;
}
.about-page .about-add1 ul li .ig .text .title{
  line-height: 1.5;
}
.about-page .about-add1 ul li .ig .text .con{
  line-height: 1.6;
  min-height: 50px;
}
.about-page .about-add1 ul li .ig .bg{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add1 ul li .ig .bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
}
.about-page .about-add1 ul li .ig:hover .bg{
  opacity: 1;
}
.about-page .about-add2 ul{
  margin: -32px -43.5px;
}
.about-page .about-add2 ul li{
  padding: 32px 43.5px;
}
.about-page .about-add2 ul li .img{
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.about-page .about-add2 ul li .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add2 ul li .img img{
  width: 100%;
}
.about-page .about-add2 ul li .img .more{
  position: absolute;
  padding: 0 34px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add2 ul li:hover .img::after,
.about-page .about-add2 ul li:hover .img .more{
  opacity: 1;
}
.about-page .about-add2 ul li:hover .title{
  color: var(--color);
}
.su-page {
  position: relative;
  z-index: 1;
}
.su-page::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height:1024px;
  top: 366px;
  left: 0;
  background-color: #fafafa;
	border-radius: 0px 50px 0px 0px;
}
.su-page .su1{
  padding-top: 3.75%;
}
.su-page .su2 .header .title{
  color: #e6e6e6;
  line-height: 1;
}
.su-page .su2 .header .tit{
  line-height: 1.25;
  margin-top: -2.5%;
}
.su-page .su2 .header .con{
  line-height: 1.6;
  width: 89%;
  margin: 21px auto 0;
}
.su-page .su2 .content ul{
  margin: -14px;
}
.su-page .su2 .content ul li{
  padding: 14px;
  height: auto;
}
.su-page .su2 .content ul li .ig{
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  height: 100%;
}
.su-page .su2 .content ul li .ig .top{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.su-page .su2 .content ul li .ig i{
  width: 67px;
	height: 67px;
	background-color: #ffffff;
	border-radius: 5px;
}
.su-page .su2 .content ul li .ig span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su3{
  padding: 6.042% 0 5.73%;
}
.su-page .su3 .left{
  width: 62%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su3 .right{
  width: 38%;
}
.su-page .su3 .right .title{
  line-height: 1.25;
}
.su-page .su3 .right .ig{
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  width: 49.219vw;
  margin-left: -53%;
}
.su-page .su3 .right .ig .con{
  line-height: 1.8;
}
.su-page .su4{
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 3.021%; 
}
.su-page .su4 .img{
  width: 56.512%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su4 .text{
  width: 38.78%;
}
.su-page .su4 .text ul li{
  border-bottom: 1px solid #fff;
}
.su-page .su4 .text ul li i{
  width: 36px;
}
.su-page .su4 .text ul li span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su5{
  padding-bottom: 5.6771%;
}
.su-page .su5 ul .slick-slide{
  height: auto;
}
.su-page .su5 ul .slick-slide > div{
  height: 100%;
}
.su-page .su5 ul li{
  height: 100%;
}
.su-page .su5 ul li .ig{
  z-index: 1;
  height: 100%;
}
.su-page .su5 ul li .ig .img{
  height: 342px;
}
.su-page .su5 ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 297px;
  background-color: #f7f7f7;
	border-radius: 10px;
}
.su-page .su5 ul li .ig::before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85.576%;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  background: var(--color);
  border-radius: 10px;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.su-page .su5 ul li .ig:hover{
  color: #fff;
}
.su-page .su5 ul li .ig:hover::before{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.su-page .su5 ul li .ig p{
  line-height: 1.3;
}
@media (max-width: 1680px) {
  .su-page::after{
    height: 50%;
  }
}
@media (max-width: 1450px) {
  .su-page .su3 .left{
    width: 100%;
  }
  .su-page .su3 .right{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su3 .right .ig{
    margin-left: 0;
    width: 100%;
  }
  .su-page .su4 .text{
    padding-bottom: 70px;
  }
  .su-page .su4 .text ul li span{
    font-size: var(--ft18);
  }
  .su-page .su5 ul li .ig::after{
    height: 200px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-add1 ul li .ig{
    height: 300px;
  }
  .about-page .about-add2 ul{
    margin: -16px -22px;
  }
  .about-page .about-add2 ul li{
    padding: 16px 22px;
  }
  .su-page::after{
    top: 6%;
  }
  .su-page .su4 .content{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .su-page .su4 .text ul li span{
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-add1 ul li,
  .about-page .about-add2 ul li{
    width: 50%;
  } 
  .su-page .su4{
    background-size: cover;
  }
  .su-page .su5 ul li .ig .img{
    height: 200px;
  }
}
@media (max-width: 700px) {
  .about-page .about-add2 ul{
    margin: -8px -11px;
  }
  .about-page .about-add2 ul li{
    padding: 8px 11px;
  }
  .about-page .about-add2 ul li .img .more{
    white-space: nowrap;
  }
  .su-page .su2 .content ul li .ig span{
    font-size: var(--ft18);
  }
  .su-page .su4 .img{
    width: 100%;
  }
  .su-page .su4 .text{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su5 ul li .ig .img{
    height: 260px;
  }
}
@media (max-width: 500px) {
  .about-page .about-add1 ul li,
  .about-page .about-add2 ul li{
    width: 100%;
  } 
  .su-page .su5 ul li .ig{
    height: auto;
  }
   .su-page .su5 ul li .ig .img{
    height: auto;
  }
}
.page-header02{
  background: #fff;
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #fff;
}
@media (max-width: 1700px) {
  .inner-page .sidebox .sideleft{
    width: 30%;
  }
  .inner-page .sidebox .sideright{
    width: 70%;
    padding-left: 30px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig .title{
    height: 100px;
  }
}
@media (max-width: 1450px) {
  #header66 .nav .ui.menu .box{
    margin-left: 20px;
  }
}
@media (max-width: 1250px) {
  .inner-page .sidebox .sideright{
    width: 100%;
    padding-left: 0;
  }
  #index-body66  .i-news ul li .ig .top .name{
    margin: 6px 0 0 0;
    width: 100%; 
  }
}
#mobile3 .m-logo{
  background: #fff;
}
#mobile3 .m-btn i{
  background: #000;
}
#mobile3 .m-search form input[type="submit"]{
  background-image: url(../images/icon-search-white.png);
}
.con.font-15.mt-20.wow.fadeInRight {
    line-height: 2;
}
.bottom.font-15.mt-12 {
    line-height: 2;
}
.seoPublic .seoIndustry .text {
    font-size: var(--ft16);
    line-height: 2;
    color: #666;
    max-height: 450px;
    overflow: auto;
}

.newdet-page .sideright .text h2 {
  font-size: var(--ft20);
  font-weight: bold;
  margin-top: 10px;
}
.newdet-page .sideright .text h3 {
  font-size: var(--ft18);
  font-weight: bold;
  margin-top: 8px;
}

.newdet-page .sideright .text h4 {
  font-weight: bold;
  margin-top: 5px;
}

#mobile3 .m-nav ul li li a {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 2;
}

#index-body66  .i-about1 {
  padding: 6% 0 6.042%;
}
#index-body66  .i-about1 .img {
  width: 47.62%;
}
#index-body66  .i-about1 .img img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body66  .i-about1 .img .item {
  background-image: -webkit-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(240deg, var(--color1) 0%, var(--color) 100%);
  border-radius: 10px;
  color: #fff;
  width: 31.14%;
  left: 0;
  bottom: 58px;
}
#index-body66  .i-about1 .img .item .num {
  line-height: 1;
}
#index-body66  .i-about1 .img .item .con {
  line-height: 1.7;
}
#index-body66  .i-about1 .text {
  width: 52.38%;
}
#index-body66  .i-about1 .text .i-title {
  line-height: 1.25;
  width: 82%;
}
#index-body66  .i-about1 .text .con h1 {
  display: inline;
  line-height: 1.6;
}
#index-body66  .i-about1 .text .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body66  .i-about1 .text .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
#index-body66  .i-about1 .text .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: calc(.729vw + 14px);
  margin-bottom: 3px;
}
#index-body66  .i-about1 .text .data ul li p {
  margin-top: 6px;
}
#index-body66  .i-about1 .text .data ul li:hover {
  color: transparent;
  background: var(--color);

  -webkit-background-clip: text;
  background-clip: text;
}
  @media (max-width: 1250px) {
      #index-body66  .i-about1 .text .i-title {
    width: 100%;
  }
  #index-body66  .i-about1 .text .data ul li .num {
    font-size: 36px;
  }
  }
  @media (max-width: 1000px) {
     #index-body66  .i-about1 .img {
    width: 100%;
  }
  #index-body66  .i-about1 .text {
    width: 100%;
    padding: 60px 0 0 0;
  }
  }
  .seoPublic #index-body66  .i-about1 .text .more {
  color: #fff;
}
  @media (max-width: 500px) {
      #index-body66  .i-about1 .img .item {
    width: 60%;
  }
  }
  .seoPublic .title{
    font-size: var(--ft60);
  }
  .font-60{
     font-size: var(--ft60);
  }
  @media (max-width: 1250px) {
    #mobile3 .m-logo{
      background: var(--color);
    }
    #innerMobileBanner .banner2{
      margin-top: 60px;
    }
  }
  .more88 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--ft18);
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 29px 0 30px;
  height: 65px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more88.cs {
  background-color: var(--color1);
}
.more88.jb {

  background:var(--color);
}
.more88.white {
  background: #fff;
  color: #333;
}
.more88 span {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more88::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more88:hover span,
.more88:focus span {
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}
.more88:hover::after,
.more88:focus::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.i-title {
    font-size: var(--ft60);
    line-height: 1.3;
    font-weight: bold;
}
  @media (max-width: 700px) {
    #index-body66  .i-about .txt{
      width: 100%;
    }
  }
  @media (max-width: 700px) {
    .i-partner .i-top .title p{
      text-align: left !important;
    }
  }
  #index-body66  .i-v-about .txt{
    height: 160px;
    overflow-y: auto;
  }
  .about-c-page .init-1 {
  background-position: top center;
}
.about-c-page .init-1 .left {
  width: 50%;
  padding-right: 16%;
}
.about-c-page .init-1 .left .title {
  /*text-transform: uppercase;*/
}
.about-c-page .init-1 .left .title .sub {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 10px;
}
.about-c-page .init-1 .left .title .text {
  width: -webkit-calc(82%);
  width: -moz-calc(82%);
  width: calc(100% - 18px);
}
.about-c-page .init-1 .left .title2 {
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.about-c-page .init-1 .left .title2 em {
  display: block;
  text-align: right;
}
.about-c-page .init-1 .right {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
  width: 50%;
  color: rgba(0, 0, 0, 0.65);
}
.about-c-page .init-2 .container .cont .img {
  width: 100%;
  -webkit-clip-path: inset(0px 30% 0px 30%);
  clip-path: inset(0px 30% 0px 30%);
  border-radius: 20px;
}
#index-body .init-2 .top .left .imgBox{
    position: relative;
}
#index-body .init-2 .top .left .imgBox .play {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-2 .top .left .imgBox .con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 22px;
  color: var(--color);
}
#index-body .init-2 .top .left .imgBox .con i {
  margin-left: 5px;
}
#index-body .init-2 .top .left .imgBox .ling {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-2 .top .left .imgBox .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-c-page .init-2 .container .cont .play {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-c-page .init-2 .container .cont .play .con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 22px;
  color: var(--color);
}
.about-c-page .init-2 .container .cont .play .con i {
  margin-left: 5px;
}
.about-c-page .init-2 .container .cont .play .ling {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-c-page .init-2 .container .cont .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-c-page .init-3 .container .content ul li {
  text-align: center;
  min-width: 200px;
}
.about-c-page .init-3 .container .content ul li .box .num {
  font-size: 75px;
  line-height: 1;
  color: var(--color);
  opacity: 0.1;
  font-weight: bold;
}
.about-c-page .init-3 .container .content ul li .box .text {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-c-page .init-3 .container .content ul .line {
  width: 1px;
  height: 58px;
  background-color: #000;
  opacity: 0.1;
}
.about-c-page .init-4 {
      
  /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  
}
.about-c-page .init-4 .titleC .title {
  width: 50%;
}
.about-c-page .init-4 .titleC .des {
  width: 46%;
  color: rgba(0, 0, 0, 0.6);
}
.about-c-page .init-4 .content .left {
  min-height: 450px;
  width: -webkit-calc(38%);
  width: -moz-calc(38%);
  width: calc(68% - 30px);
}
.about-c-page .init-4 .content .left ul li {
  margin-bottom: 20px;
  width: 50%;
}
.about-c-page .init-4 .content .left ul li .box {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.about-c-page .init-4 .content .left ul li .box .cir {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.about-c-page .init-4 .content .left ul li .box .cir .img {
  height: 30px;
  width: 100%;
}
.about-c-page .init-4 .content .left ul li .box .des {
  color: #666666;
  height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.about-c-page .init-4 .content .left ul li:hover .box,
.about-c-page .init-4 .content .left ul li.active .box {
  background-color: #f5f5f5;
      box-shadow: 0 0 10px #ccc;
}
.about-c-page .init-4 .content .left ul li:hover .box .cir,
.about-c-page .init-4 .content .left ul li.active .box .cir {
  height: 0;
  opacity: 0;
}
.about-c-page .init-4 .content .left ul li:hover .box .des,
.about-c-page .init-4 .content .left ul li.active .box .des {
  height: 94px;
}
.about-c-page .init-4 .content .right {
  width: 32%;
}
.about-c-page .init-4 .content .right img {
    width: auto;
    height: 85%;
    border-radius: 10px;
}


.about-c-page .about-3 {
    position: relative;
    z-index: 1;    
    background-color: #f2f1ed;
}

.about-c-page .about-3 .left {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}

.about-c-page .about-3 .left .h-title p{
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    padding-right: 40px;
}
.about-c-page .about-3 .left .h-title p::before{
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background: var(--color);
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: none;
}
.about-c-page .about-3 .left .h-title h3{
  font-weight: bold;
  margin-top: 20px;
}
.about-c-page .about-3 .left .h-title h3 em{
  color: var(--color);
  display: block;
}
.about-c-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative
}

.about-c-page .about-3 .left span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000
}

.about-c-page .about-3 .left .title {
    font-size: 48px;
    line-height: 1;
    margin-top: 21px;
}

.about-c-page .about-3 .left .title em {
    display: block
}

.about-c-page .about-3 .right {
    width: 55%;
    padding-left: 101px;
    position: relative
}

.about-c-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-c-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-c-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-c-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-c-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}

.about-c-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-c-page .about-3 .right .tag ul li.current a {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.about-c-page .about-3 .right .content ul li {
    padding: 40px 20px;
    margin-bottom: 60px;
        border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
}

.about-c-page .about-3 .right .content ul li .tit {
    font-size: 60px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-c-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-c-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0
}

.about-c-page .about-3 .right .content ul li.active {
    background: #333;

}
.about-c-page .about-3 .right .content ul li.active,
.about-c-page .about-3 .right .content ul li.active .tit,
.about-c-page .about-3 .right .content ul li.active .con{
  color: #fff;
}
.about-c-page .about-3 .right .content ul li.active .con{
  opacity: 0.6;
}

@media (max-width: 1700px) {
  .about-c-page .about-3 .left .title {
      font-size: 72px
  }
}
@media (max-width: 1450px) {

  .about-c-page .init-3 .container .content ul li .box .num {
    font-size: 61px;
  }
  .about-c-page .about-3 .left .title {
        font-size: 66px
  }
}
@media (max-width: 1250px) {
  .about-c-page .init-3 .container .content ul li .box .num {
    font-size: 45px;
  }
  .about-c-page .about-3 .right .content ul li {
        padding: 60px 20px
  }
}
@media (max-width: 1000px) {
  .about-c-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-c-page .init-1 .left .title2 em {
    text-align: left;
  }
  .about-c-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-c-page .init-3 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .about-c-page .init-3 .container .content ul .line {
    display: none;
  }
  .about-c-page .init-4 .titleC .title {
    width: 100%;
  }
  .about-c-page .init-4 .titleC .des {
    width: 100%;
    margin-top: 20px;
  }
  .about-c-page .init-4 .content .left {
    width: 100%;
  }
  .about-c-page .init-4 .content .right {
    width: 100%;
  }

    .about-c-page .about-3 .left .title {
        font-size: 53px
    }

    .about-c-page .about-3 .right .content ul li {
        padding: 40px 20px
    }

    .about-c-page .about-3 .right .content ul li .tit {
        font-size: 60px
    }

    .about-c-page .about-3 .right .content ul li .con {
        margin-top: 10px
    }

      .about-c-page .about-3 .left {
        position: initial;
        width: 100%
    }

    .about-c-page .about-3 .right {
        width: 100%;
        margin-top: 30px
    }
}
@media (max-width: 700px) {
  .about-c-page .init-4 .content .left ul li {
    width: 100%;
  }

    .about-c-page .about-3 .left .title {
        font-size: 46px
    }
}
@media (max-width: 500px) {
  .about-c-page .init-3 .container .content ul li {
    width: 100%;
  }

    .about-c-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6
    }

    .about-c-page .about-3 .right {
        padding-left: 0
    }

    .about-c-page .about-3 .right .tag {
        display: none
    }

    .about-c-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241,238,226,.8);
        padding: 30px 15px
    }

    .about-c-page .about-3 .right .content ul li .tit {
        font-size: 40px
    }

    .about-c-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8
    }
}
.about-c-page .about-3 .grid-box.two{
  display: flex;
  flex-wrap: wrap;
}
.about-c-page .about-3 .left{
  height: fit-content;
}
.about-c-page .about-3 .right .tag{
  border: none;
}
.inner-banner {
  height: 356px;

  background-size: cover;
  padding-top: 111px;
    position: relative;
}
.inner-banner .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
.inner-banner::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background:  #d6d6d6;
}
.inner-banner .mbx {
  font-weight: 400;
  font-size: var(--ft18);
  color: #666;
}
.inner-banner .mbx{
      color: #000 !important; 
}
.inner-banner .inner-h {
  font-weight: bold;
  font-size: var(--ft46);
  color: #000;
  line-height: 1.1;
  margin-top: 16px;
  display: none;
}
.inner-banner .inner_r{
  display: none;
}
.inner-banner .ir-m {
  width: 126px;
  height: 126px;
  position: relative;
}
.inner-banner .ir-m > img {
  animation: roate1 12s linear infinite;
}
.inner-banner .ir-m .irm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  @media (max-width: 1250px) {}
  #pups_shadow2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 21;
    display: none;
}
:root {
  
  --px210:calc(9.90vw + 20px);
  --px200:calc(9.38vw + 20px);
  --px100: calc(4.1667vw + 20px);
  --px150:calc(6.77vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  /*--color: rgb(238, 202, 200);*/
  /* --gg400:25.3vw;
  --gg367:19.1vw;
  --gg295:15.36vw;
  --gg275:14.32vw;
  --gg240:12.50vw;
  --gg220:11.45vw;
  --gg1150:59.9vw;
  --gg256:13.326vw;
  --gg510:26.56vw;
  --gg260:13.55vw;
  --gg464:24.16vw;
  --gg362:18.857vw;
  --gg125:6.51vw;*/
  
}
:root{
  --ft50:calc(1.88vw + 14px);
  --ft48:calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44:calc(1.56vw + 14px);
  --ft42: calc(1.46vw + 14px);
  --ft46:calc(1.670vw + 14px);
  --ft18:calc(0.2085vw + 14px);
  --ft17:calc(0.15625vw + 14px);
  --ft19: calc(0.2585vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft15:calc(0.0525vw + 14px);
  --ft24:calc(0.525vw + 14px);
  --ft25:calc(0.575vw + 14px);
  --ft26:calc(0.625vw + 14px);
  --ft28:calc(.729vw + 14px) !important;
  --ft20:calc(0.315vw + 14px);
  --ft22:calc(0.415vw + 14px);
  --ft30:calc(0.8345vw + 14px);
  --ft32:calc(0.9385vw + 14px);
  --ft34:calc(1.0385vw + 14px);
  --ft36:calc(1.1465vw + 14px);
  --ft38:calc(1.2465vw + 14px);
  --ft60:calc(2.3955vw + 14px);
  --ft62:calc(2.4955vw + 14px);
  --ft65:calc(2.6555vw + 14px);
  --ft90:calc(3.959vw + 14px);
  --ft92:calc(4.059vw + 14px);
  --ft100:calc(4.479vw + 14px);
  --ft120:calc(5.519vw + 14px);
  --ft163:calc(7.759vw + 14px);
  --ft182:calc(8.752vw + 14px);
  --ft80:calc(3.4405vw + 14px);
  --ft75:calc(3.1805vw + 14px);
  --ft74:calc(3.1215vw + 14px);
  --ft73:calc(3.0725vw + 14px);
  --ft72:calc(3.0225vw + 14px);
  --ft56:calc(2.1885vw + 14px) !important;
  --ft57:calc(2.2385vw + 14px);
  --ft54:calc(2.0835vw + 14px) !important;}
#pups_from2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
}

#pups_from2 h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from2 form {
    margin-top: 40px;
}

#pups_from2 i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    transition: 0.5s;
}

#pups_from2 i.close::after,
#pups_from2 i.close::before {
    content: "";
    transition: 0.5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: rotate(45deg);
}

#pups_from2 i.close::after {
    transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
    background: white;
}

#pups_from2 ul li {
    margin-bottom: 10px;
    position: relative;
}

#pups_from2 ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

#pups_from2 ul li label em {
    color: red;
    margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    transition: 0.5s;
    font-size: 16px;
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
    border-color: var(--color);
}

#pups_from2 ul li textarea {
    height: 80px;
}

#pups_from2 ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: white;
    transition: 0.5s;
}

#pups_from2 ul li input[type="submit"]:hover {
    opacity: 0.7;
}

#pups_from2 ul li:last-child {
    margin-bottom: 0;
}

.right_nav_list {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 10;
}

.right_nav_list ul li {
    margin-top: 2px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
    width: 24px;
    height: 32px;
}

.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px;
}

.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    perspective: 500px;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}

.right_nav_list ul li:hover .text {
    opacity: 0.6;
}

@media (max-width: 500px) {
    .right_nav_list {
        right: 5px;
        bottom: 150px;
    }

    .right_nav_list ul li {
        width: 38px;
        height: 38px;
        margin-top: 5px;
    }

    .right_nav_list ul li .more_cont {
        font-size: 16px;
    }

    .right_nav_list ul li .iImg {
        width: 16px;
        height: 24px;
    }
}

iframe {
    display: block;
    width: 100%;
}

#Pop_UpsBtn {
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: white;
    right: 2%;
    bottom: 40%;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    transition: 0.5s;
    display: none;
}

#Pop_UpsBtn:hover {
    background: #889aff;
}

b,
strong {
    font-weight: bold;
}

html,
body {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

#ewm img,
#ewm canvas {
    display: block;
    width: 100%;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
    border: 1px solid #f7f7f7;
}

table tbody {
    display: table;
    width: 100% !important;
}

table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #dde5e7;
    width: auto !important;
    height: auto !important;
}

table tbody tr {
    width: auto !important;
    height: auto !important;
}

table tbody tr:nth-child(even) {
    background: #eee;
}

html.mobile {
    overflow: hidden;
}

html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}

#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    transition: 0.5s;
    display: none;
    z-index: 20;
    height: 100%;
}

#mobile:before {
    content: "";
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    transition: 0.5s;
}

#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: 220px;
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    transform-origin: left center;
}

#mobile #menu-on i.line1 {
    top: 12px;
}

#mobile #menu-on i.line2 {
    top: 19px;
}

#mobile #menu-on i.line3 {
    top: 26px;
}

#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}

#mobile .menu-content .h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

#mobile .menu-content .menu-logo {
    display: block;
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}

#mobile .menu-content .menu-list {
    margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #ff9800;
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: "";
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}

#mobile .menu-content .mob-search form {
    position: relative;
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: #ff9800;
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}

#mobile.active {
    left: 0;
}

#mobile.active:before {
    right: 0;
}

#mobile.active #menu-on i.line1 {
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
    opacity: 0;
}

#mobile.active #menu-on i.line3 {
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}

#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}

#mobile.white .menu-content {
    background: white;
    color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

.search-box form input {
    background: none;
    outline: none;
    border: none;
}

.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

@-webkit-keyframes ks2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes ks2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 700px) {
    .font-25 {
        font-size: 18px;
    }

    .seoIndustry.Auxil-industry {
    display: none;
}
    .font-26 {
        font-size: 18px;
    }

    .font-27 {
        font-size: 18px;
    }

    .font-28 {
        font-size: 18px;
    }

    .font-29 {
        font-size: 18px;
    }

    .font-30 {
        font-size: 18px;
    }

    .font-31 {
        font-size: 20px;
    }

    .font-32 {
        font-size: 20px;
    }

    .font-33 {
        font-size: 20px;
    }

    .font-40 {
        font-size: 22px;
    }

    .font-41 {
        font-size: 22px;
    }

    .font-42 {
        font-size: 22px;
    }

    .font-43 {
        font-size: 22px;
    }

    .font-44 {
        font-size: 22px;
    }

    .font-45 {
        font-size: 22px;
    }

    .font-46 {
        font-size: 22px;
    }

    .font-47 {
        font-size: 22px;
    }

    .font-48 {
        font-size: 22px;
    }

    .font-49 {
        font-size: 22px;
    }

    .font-50 {
        font-size: 22px;
    }

    .font-51 {
        font-size: 22px;
    }

    .font-52 {
        font-size: 24px;
    }

    .font-53 {
        font-size: 24px;
    }

    .font-54 {
        font-size: 24px;
    }

    .font-55 {
        font-size: 24px;
    }

    .font-56 {
        font-size: 24px;
    }
}

/*----- genneral end-----*/
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Black.eot');
    src: url('../fonts/Unbounded-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Black.woff2') format('woff2'),
        url('../fonts/Unbounded-Black.woff') format('woff'),
        url('../fonts/Unbounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.eot');
    src: url('../fonts/Unbounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Bold.woff2') format('woff2'),
        url('../fonts/Unbounded-Bold.woff') format('woff'),
        url('../fonts/Unbounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-ExtraBold.eot');
    src: url('../fonts/Unbounded-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-ExtraBold.woff2') format('woff2'),
        url('../fonts/Unbounded-ExtraBold.woff') format('woff'),
        url('../fonts/Unbounded-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-ExtraLight.eot');
    src: url('../fonts/Unbounded-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-ExtraLight.woff2') format('woff2'),
        url('../fonts/Unbounded-ExtraLight.woff') format('woff'),
        url('../fonts/Unbounded-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Light.eot');
    src: url('../fonts/Unbounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Light.woff2') format('woff2'),
        url('../fonts/Unbounded-Light.woff') format('woff'),
        url('../fonts/Unbounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Medium.eot');
    src: url('../fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Medium.woff2') format('woff2'),
        url('../fonts/Unbounded-Medium.woff') format('woff'),
        url('../fonts/Unbounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.eot');
    src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-Regular.woff2') format('woff2'),
        url('../fonts/Unbounded-Regular.woff') format('woff'),
        url('../fonts/Unbounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-SemiBold.eot');
    src: url('../fonts/Unbounded-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Unbounded-SemiBold.woff2') format('woff2'),
        url('../fonts/Unbounded-SemiBold.woff') format('woff'),
        url('../fonts/Unbounded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Unbounded";
    font-weight: 300;
    font-size: 18px;
    --color: rgba(10, 75, 176, 1);
    margin: 0 auto;
}

.container {
    width: 1626px;
}

.f-color {
    color: var(--color);
}

.color-ff {
    color: #fff;
}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.fa-Unbounded-Bold {
    font-family: "Unbounded";
    font-weight: bold;
}

#header {
    z-index: 15;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

#header .nav {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .nav .logo {
    padding-left: 38px;
}

#header .nav .ui.menu {
    width: 81%;
    height: 100%;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
    height: 100%;
    display: flex;
    align-items: center;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
    content: "\20";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 var(--ft32);
    padding: 0 var(--ft28);
    font-size: 18px;
    font-family: "Unbounded";
    height: 100%;
    color: #000a11;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: 0.5s;
    display: flex;
    align-items: center;
    height: 42px;
    transition: all 0.5s;
    border-radius: 21px;
    
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#000000, #000000);
    z-index: -1;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.5s;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
    color: #fff;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover::after {
    opacity: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    color: #fff;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active::after {
    opacity: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
    display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: 50%;
    min-width: 180px;
    transform:translateX(-50%) rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;

    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    transition: 0.5s;
    text-transform: capitalize;text-align: center;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
    top: 0;
    left: 100%;
    transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform:translateX(-50%) rotate3d(0, 0, 0, 0);
   
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
    margin-right: 0;
}

#header .nav .ui.menu .right {
    display: flex;
    align-items: center;
    height: 100%;
}

#header .nav .ui.menu .right .h-language {
    position: relative;
    cursor: pointer;
    margin: 0 50px;
}

#header .nav .ui.menu .right .h-language span {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .nav .ui.menu .right .h-language span img {
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);*/
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 110%;
    right: 0;
    width: 130px;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #60b242;
    display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
    vertical-align: middle;
    width: auto;
    height: 15px;
    margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
    background: #000;
    color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
    -webkit-filter: none;
    filter: none;
}

#header .nav .ui.menu .right .h-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);*/
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
    -webkit-filter: none;
    filter: none;
}

#header .nav .ui.menu .right .h-inquire {
    width: auto;
    height: 100%;
    padding: 0 36px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#f7f9f2, #f7f9f2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Unbounded";
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
}

#header .nav .ui.menu .right .h-inquire::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #003ca0;
    transition: all 0.8s;
    z-index: -1;
    opacity: 0;
}

#header .nav .ui.menu .right .h-inquire:hover::after {
    left: 0;
    opacity: 1;
}

.btn-go {
    display: inline-flex;
}

.btn-go span {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#0a5284, #0a5284);
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.eot");
    src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.eot");
    src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.eot");
    src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Black.eot");
    src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.btn-go .rs-txt {
    color: #fff;
    border-radius: 28px;
    padding: 12px 36px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    z-index: 9;
    font-family: "Gilroy";
    font-weight: 500;
font-size: 16px;
    transform: translate3d(-56px, 0, 0);
    transform-style: preserve-3d;
}

.btn-go .rs-ico {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.btn-go .rs-ico.two {
    opacity: 1;
    transform: translate3d(-56px, 0, 0);
    transform-style: preserve-3d;
}

.btn-go:hover .rs-txt {
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
}

.btn-go:hover .rs-ico {
    opacity: 1;
}

.btn-go:hover .rs-ico.two {
    opacity: 0;
}

#banner {
    margin-top: 100px;
    position: relative;
}

#banner .banner-content {
    height: 43vw;
    position: relative;
    color: #fff;
}

#banner .banner-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
    font-family: "Unbounded";

    width: 60%;
    /*padding: 10px 0 10px 50px;*/
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 500;
font-size: calc(1.88vw + 14px);
color: #000000;
line-height: 1.8;
}

#banner .banner-content .swiper-slide .txt-content .text2 {

    max-width: 784px;
    line-height: 2;
    font-weight: 400;
font-size: var(--ft18);
color: #000000;
}

#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
    position: relative;
    width: auto;
    height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
    font-family: "Unbounded";
    font-weight: bold;
    color: rgba(248, 251, 255, 0.3);
    width: auto;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    color: rgba(248, 251, 255, 0.6);
}

#banner .swiper-button {
    right: 9%;
    top: auto;
    margin-top: 0;
    bottom: 9%;
    width: 397px;
    height: 220px;
    border-radius: 10px;
    background-image: url(../images/next-border.png);
    background-size: cover;
    padding: 2px;
    overflow: hidden;
}

#banner .swiper-button::after {
    display: none;
}

#banner .swiper-button span {
    display: flex;
    width: 78px;
    height: calc(100% - 4px);
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#ffffff, #ffffff);
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 8px;
    z-index: 9;
}

#banner .swiper-button span em {
    font-family: "Unbounded";
    font-weight: bold;
    color: rgba(248, 251, 255, 0.58);
    transform: rotate(90deg);
    transform-origin: center center;
    display: block;
}

#banner .swiper-button .swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#banner .swiper-button .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mktit .sub-text {
  font-family: Gilroy;
font-weight: bold;
font-size: 18px;
color: #0A5284;
}

.mktit h2 {
    font-family: "Unbounded";
    font-weight: bold;
}

.mktit .desc {
    font-weight: 300;
    color: #666666;
    max-width: 482px;
    line-height: 2;
}

#index-body .init-1 {
    background-color: #f4fafc;
}

#index-body .init-1 .bg {
    background-repeat: no-repeat;
    background-position: bottom -50px left;
}

#index-body .init-1 .categories .left {
    width: 42%;

}

#index-body .init-1 .categories .left .linebg {
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 400px;
    padding-right: 50px;
}

#index-body .init-1 .categories .right {
    width: 58%;
}

#index-body .init-1 .categories .right ul {
    padding-left: 125px;
    gap: 30px;
}

#index-body .init-1 .categories .right ul li .box {
    position: relative;
}

#index-body .init-1 .categories .right ul li .box .imgBox {
    padding: 0 45px;
}

#index-body .init-1 .categories .right ul li .box .imgBox .img-box {
    border-radius: 10px;
}

#index-body .init-1 .categories .right ul li .box .txt-box {
    padding: 40px 60px;
    padding-top: 150px;
    background-image: linear-gradient(90deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#ffffff, #ffffff);
    border-radius: 10px;
    margin-top: -115px;
}

#index-body .init-1 .categories .right ul li .box .txt-box .title {
    font-family: "Unbounded";
    font-weight: bold;
}

#index-body .init-1 .categories .right ul li .box .txt-box .btn-box {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#index-body .init-1 .categories .right ul li .box .txt-box .btn-box i {
    transition: all 0.5s;
}

#index-body .init-1 .categories .right ul li .box .txt-box a:hover .btn-box i {
    transform: rotate(45deg);
}

#index-body .init-1 .categories .right ul li .box .xh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    position: absolute;
    top: 50%;
    left: -172px;
    transform: translateY(-50%);
    border-radius: 50%;
    font-family: "Unbounded";
    font-weight: bold;
}

#index-body .init-2 .top .left {
    max-width: 50%;
}

#index-body .init-2 .top .left img {
    border-radius: 20px;
}

#index-body .init-2 .top .right {
    width: 50%;
}
#index-body .init-2 .top .right .des1{
    font-weight: 300;
font-size: var(--ft18);
color: #000000;
}
#index-body .init-2 .top .right .time {
    font-family: "Unbounded";
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-shadow: -1px -1px 0 #0a5284, 1px -1px 0 #0a5284, -1px 1px 0 #0a5284, 1px 1px 0 #0a5284;
}

#index-body .init-2 .top .right h1 {
    /*font-weight: 500;*/
    line-height: 2;
    display:inline;
}

#index-body .init-2 .bottom ul li h4 {
    font-family: "Unbounded";
    font-weight: bold;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#index-body .init-2 .bottom ul li p {
    font-family: "Gilroy";
    font-weight: bold;
    color: #666666;
}

#index-body .init-3 {
    background-color: #f0fbff;
}

#index-body .init-3 .bg1 {
    background-repeat: no-repeat;
    background-position: top right;
}

#index-body .init-3 .mktit img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#index-body .init-3 .advantages {
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 90px 110px;
    z-index: 0;
}

#index-body .init-3 .advantages .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#index-body .init-3 .advantages ul {
    width: 28.5%;
}

#index-body .init-3 .advantages ul li .box {
    width: 100%;
}

#index-body .init-3 .advantages ul li .box .xh {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    font-family: "Unbounded";
    font-weight: bold;
}

#index-body .init-3 .advantages ul li .box .intro {
    background-color: #f3fcff;
    border-radius: 10px;
    width: 100%;
    padding: 28px 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#index-body .init-3 .advantages ul li.num1 .box .intro {
    margin-top: 30px;
}

#index-body .init-3 .advantages ul li.num2 .box .intro {
    margin-bottom: 30px;
}

#index-body .init-3 .advantages ul li .box .intro h3 {
    font-family: "Unbounded";
    font-weight: 600;
    max-width: 100%;
    font-size: var(--ft18);
}

#index-body .init-3 .advantages ul li .box .intro .desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    color: #fff;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#f3fcff, #f3fcff);
    border-radius: 10px;
    transition: all 0.5s;
    opacity: 0;
    padding: 28px 22px;
    font-weight: 400;
}

#index-body .init-3 .advantages ul li .box .intro .desc .desctxt {
    height: 100%;
    overflow-y: auto;
      font-weight: 400;
}

#index-body .init-3 .advantages ul li .box .intro:hover .desc {
    opacity: 1;
    top: 0;
}

#index-body .init-3 .advantages ul li.num2 .box {
    flex-direction: column-reverse;
}

#index-body .init-3 .advantages ul.one li .box .xh {
    margin-right: 30px;
}

#index-body .init-3 .advantages ul.two li .box .xh {
    margin-left: 30px;
}

#index-body .init-4 .top .swiper-button {
    position: static;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    margin: 10px;
    transition: all 0.5s;
    z-index: 0;
}

#index-body .init-4 .top .swiper-button::after {
    display: none;
}

#index-body .init-4 .top .swiper-button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}

#index-body .init-4 .top .swiper-button:hover i {
    transform: rotate(-45deg);
}

#index-body .init-4 .top .swiper-button:hover.swiper-button-prev i {
    transform: rotate(45deg);
}

#index-body .init-4 .bottom ul li .box {
    padding-bottom: 38px;
    position: relative;
}

#index-body .init-4 .bottom ul li .box .img-box {
    border-radius: 10px;
}

#index-body .init-4 .bottom ul li .box .img-box img {
    border-radius: 10px;
}

#index-body .init-4 .bottom ul li .box .txtBox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-55%);
    width: 60%;
    border-radius: 10px;
    background-color: #f0fbff;
    padding: 20px 30px 20px 30px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 0;
}

#index-body .init-4 .bottom ul li .box .txtBox .sub {
    background-color: #fff;
    padding: 9px 20px;
    border-radius: 10px;
    color: var(--color);
    transition: all 0.5s;
}

#index-body .init-4 .bottom ul li .box .txtBox .tit {
    color: var(--color);
    font-family: "Unbounded";
    font-weight: 500;
    transition: all 0.5s;
}

#index-body .init-4 .bottom ul li .box .txtBox .btn-jt {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #0043ac 0%, #a0b8ed 100%);
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
}

#index-body .init-4 .bottom ul li .box .txtBox .btn-jt i {
    font-size: 28px;
    color: #fff;
    transition: all 0.5s;
}

#index-body .init-4 .bottom ul li .box .txtBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#f0fbff, #f0fbff);
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
    border-radius: 10px;
}

#index-body .init-4 .bottom ul li .box .txtBox:hover::after {
    opacity: 1;
}

#index-body .init-4 .bottom ul li .box .txtBox:hover .sub {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#index-body .init-4 .bottom ul li .box .txtBox:hover .tit {
    color: #fff;
}

#index-body .init-4 .bottom ul li .box .txtBox:hover .btn-jt i {
    transform: rotate(-45deg);
}

#index-body .init-5 {
    background-color: #f0fbff;
    border-top: 1px solid #000;
}

#index-body .init-5 .left {
    width: 35%;
    height: 100%;
}

#index-body .init-5 .right {
    width: 65%;
    padding-right: 3%;
    padding-left: 2.5%;
}

#index-body .init-5 .right .box2 .content {
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 12% 10%;
    opacity: 0;
    transition: 1.5s;
}
#index-body .init-5 .right .box2 .content2{
    background: rgba(10, 75, 176, 1);
}
#index-body .init-5 .right .box2 .content.content2 .text{
        /*font-family: "Unbounded";*/
    font-weight: 300;
font-size: 14px;
color: #FFFFFF;
line-height: 1.7;
}
#index-body .init-5 .right .box2 .content.content2 span.h6{
    color: #fff;
}
#index-body .init-5 .right .box2 .content span.h6 {
    line-height: 1.2;
    font-family: "Unbounded";
    font-weight: 600;
    color: #141414;
    transition: all 0.5s;
}
#index-body .init-5 .right .box2 .content.content1 span.h6{
    font-weight: 400;
}
#index-body .init-5 .right .box2 .content span.h6:hover {
    color: var(--color);
}

#index-body .init-5 .right .box2 .content .text {
    color: #666666;
    /*font-weight: 500;*/
    min-height: 63px;
}
#index-body .init-5 .right .box2 .content.content2 .more1{
    background: #EFF1FA;
    font-family: "Unbounded";
font-weight: 400;
font-size: var(--ft16);
color: #000000;
height: 48px;
border-radius:24px;
padding-left: var(--ft16);
padding-right: var(--ft16);  
}
#index-body .init-5 .right .box2 .content.content2 b{
    font-size: var(--ft100);
    font-family: "Unbounded";
    font-weight: 900;
    color: rgba(10, 75, 176, 1);
    line-height: 1;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

position: absolute;
top: 2px;
left: calc(-1.2465vw - 14px);
}
#index-body .init-5 .right .box2 .content1 .more1 {
    background-image: linear-gradient(90deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#eff1fa, #eff1fa);
    height: 50px;
    width: 190px;
    border-radius: 25px;
    position: relative;
    z-index: 0;
    overflow: hidden;

}
#index-body .init-5 .right .box2 .content1 .more1{
    width: 100%;
    background: #FFFFFF;
      height: 46px;
    border-radius: 10px;
    font-family: "Unbounded";
font-weight: 400;
font-size: 14px;
color: #949494;
position: relative;
   /*display: block;*/
}
#index-body .init-5 .right .box2 .content1 .more1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 98%;
    background: #000000;
 
}
#index-body .init-5 .right .box2:hover .content1 .more1{
    color: #fff;
}
#index-body .init-5 .right .box2:hover .content1 .more1::before{
    opacity: 0;
}
#index-body .init-5 .right .box2:hover .content1 .more1::after{
   content: "";
    display: block;
    width: 100%;
    height: 100%;
background: linear-gradient(90deg, #0345AD, #87B9F3);
border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    opacity: 1;
    transition: all 0.5s;
}
#index-body .init-5 .right .box2 .content1 .more1::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #0345ad;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-5 .right .box2 .content1 .more1:hover::after {
    opacity: 1;
    left: 0;
}

#index-body .init-5 .right .list {
    width: 117%;
    margin-left: -17%;
}

#index-body .init-5 .right .list a.img-box {
    transition: 0.5s;
    border-radius: 10px;
}

#index-body .init-5 .right .list a.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
}

#index-body .init-5 .right .list .slick-current a.img-box {
    opacity: 0;
}

#index-body .init-5 .right .list .slick-current .content {
    opacity: 1;
}
#index-body .init-5 {
    position: relative
}
#index-body .init-5  .page{
    z-index: 9;
    position: absolute;
    bottom:var(--ft50);
    right: 0;
   width: 65%;
    padding-right: 3%;
    padding-left: 2.5%;
}

#index-body .init-5  .page .line {
    width: 100%;
    height: 2px;
    background-color: #b8ddea;
    position: relative;
}

#index-body .init-5  .page .line i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--color);
    /*width: 20%;*/
    transition: 0.5s;
}

#index-body .init-5  .page .slickBtn div {
    width: 56px;
    height: 56px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#0a5284, #0a5284);
    color: #fff;
}

#index-body .init-5  .page .slickBtn div i {
    font-size: 28px;
    transition: all 0.5s;
}

#index-body .init-5  .page .slickBtn div.next {
    border-left: none;
    margin: 0;
}

#index-body .init-5  .page .slickBtn div:hover i {
    transform: rotate(-45deg);
}

#index-body .init-5  .page .slickBtn div:hover.prev i {
    transform: rotate(45deg);
}

#index-body .init-6 .wrapper {
    margin: 0 auto;
    width: 1450px;
    padding: 0 15px;
}

#index-body .init-6 .newsbox {
    position: relative;
    padding-right: 230px;
}

#index-body .init-6 .imgBox {
    position: absolute;
    right: 0;
  bottom:-15px;
    z-index: 1;
}

#index-body .init-6 .news-list {
    box-shadow: 8px 24px 59px 11px #ebebeb;
    background-color: #ffffff;
    border-radius: 100px;
    padding-right: 192px;
    position: relative;

}

#index-body .init-6 .newsbox::after{
    content: '';
    position: absolute;
    height: 375px;
background: linear-gradient(90deg, #0345AD, #87B9F3);
border-radius: 79px;
width: 81%;
top: -24px;
left: 40px;
}
#index-body .init-6 .news-list .box .con {
    padding: 130px 90px 0;
}

#index-body .init-6 .news-list .box .con .cate {
    display: inline-flex;
    height: 45px;
    padding: 0 20px;
    background-image: linear-gradient(90deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#f0fbff, #f0fbff);
    border-radius: 45px;
    font-family: Gilroy;
font-weight: 400;
font-size: 16px;
}

#index-body .init-6 .news-list .box .con .tt {
    font-family: "Unbounded";
    font-weight: 500;
}

#index-body .init-6 .news-list .box .con .desc {
    color: #676767;
    line-height: 2!important;
    font-weight: 300;
}

#index-body .init-6 .news-list .box .con .time {
    background-image: linear-gradient(90deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    display: inline-flex;
    border-radius: 10px;
    padding: 12px 20px;
}

#index-body .init-6 .news-list .box .con .time .month {
    font-family: "Unbounded";
    font-weight: 500;
}
#index-body .init-6 .news-list .box .con .btn-go{
    transform: translateY(50%);
}
#index-body .init-6  .swiper{
    overflow: unset;
}
#index-body .init-6 .news-list .btn-box {
    /*position: absolute;
    bottom: 17%;
    right: 25.5%;*/
    z-index: 2;
}

#index-body .init-6 .news-list .btn-box .swiper-button {
    position: static;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    margin: 10px;
    transition: all 0.5s;
    z-index: 0;
}
#index-body .init-6 .news-list .btn-box  .swiper-button-lock{
display: flex;
}
#index-body .init-6 .news-list .btn-box .swiper-button::after {
    display: none;
}

#index-body .init-6 .news-list .btn-box .swiper-button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
}

#index-body .init-6 .news-list .btn-box .swiper-button:hover i {
    transform: rotate(-45deg);
}

#index-body .init-6 .news-list .btn-box .swiper-button:hover.swiper-button-prev i {
    transform: rotate(45deg);
}

#index-body .init-7 {
    background-color: #ecf3f5;
    overflow: hidden;
}

#index-body .init-7 .partner02-list .slick-list {
    direction: rtl;
}

#footer {
    background-image: linear-gradient(176deg, #0345ad 0%, #02317b 50%, #001c49 100%), linear-gradient(#000000, #000000);
    position: relative;
    overflow: hidden;
}

#footer .footer-center .footer-t .left {
    width: 59%;
}

#footer .footer-center .footer-t .mktit img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 50px;
    padding-right: 48px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .fgb{
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .fgb span{
    width: 50%;
    font-family: "Unbounded";
font-weight: 200;
font-size: 14px;
color: #FFFFFF;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    margin-bottom: var(--ft22);
    font-family: "Unbounded";
    font-weight: bold;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
    margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.add span:last-child{
    width: 65%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
   font-weight: 200;
font-size: 14px;
color: #FFFFFF;
    margin-bottom: 12px;
 
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    transition: all 0.5s;
    padding-left: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span a{
    display: inline-block;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span i {
    opacity: 0;
    position: absolute;
    left: 5px;
    top: 0;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:hover a {
    transform: translateX(20px);
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:hover i {
    left: 0;
    opacity: 1;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share li {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
   margin-right: var(--ft20);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share li i {
    color: #fff;
    font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share li::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(182deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#fafbfc, #fafbfc);
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share li:hover {
    background-image: linear-gradient(182deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#fafbfc, #fafbfc);
}

#footer .footer-center .footer-t .footer-t-gird .follow .share #ewm {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: 0.3s all;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share .ewm {
    position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .follow .share .ewm:hover #ewm {
    width: 120px;
    height: 120px;
    transition: 0.3s all;
}

#footer .footer-center .footer-t .footer-t-gird .quick span {
    width: 28%;
}

#footer .footer-center .footer-t .footer-t-gird .quick span:nth-child(odd) {
    margin-right: 50px;
}

#footer .footer-center .footer-t .right {
    width: 41%;
    border-radius: 20px;
    border: solid 1px #0062ff;
    margin-bottom: 22px;
}

#footer .footer-center .footer-t .right .f-form {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 90px 70px;
}

#footer .footer-center .footer-t .right .f-form .tit {
    font-family: "Unbounded";
    font-weight: bold;
}

#footer .footer-center .footer-t .right .f-form .desc {
    color: rgba(255, 255, 255, 0.8);
}

#footer .footer-center .footer-t .right .f-form form ul {
    margin: 0 -25px;
}

#footer .footer-center .footer-t .right .f-form form ul li {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 10px;
}

#footer .footer-center .footer-t .right .f-form form ul li.wid-100 {
    width: 100%;
}

#footer .footer-center .footer-t .right .f-form form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    padding: 10px 0 30px;
}

#footer .footer-center .footer-t .right .f-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#footer .footer-center .footer-t .right .f-form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#footer .footer-center .footer-t .right .f-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#footer .footer-center .footer-t .right .f-form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#footer .footer-center .footer-t .right .f-form form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#footer .footer-center .footer-t .right .f-form form .send {
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 50px;
    height: 50px;
    width: 170px;
    padding: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#footer .footer-center .footer-t .right .f-form form .send span {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-family: "Unbounded";
}

#footer .footer-center .footer-t .right .f-form form .send::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #0345ad 0%, #87b9f3 100%), linear-gradient(#0a5284, #0a5284);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .right .f-form form .send:hover {
    border-color: transparent;
    background-color: transparent;
    transition-delay: 0.5s;
}

#footer .footer-center .footer-t .right .f-form form .send:hover::after {
    opacity: 1;
    left: 0;
}

#footer .footer-center .footer-t .right .f-form form .send:hover span {
    color: #fff;
}

#footer .footer-center .footer-t .right .f-form form .send:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#footer .footer-center .footer-b p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
font-size: 14px;

}

#footer .footer-center .footer-b p span {

    font-size: 14px;
}

#footer .footer-center .footer-b p img {
    width: 220px;
    height: auto;
    padding-top: 5px;
    opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-height: 26px;
    transition: 0.5s;
    fill: rgba(255, 255, 255, 0.6);
    margin-top: 1px;
}

#footer .txt-bg {
    font-size: calc(4.479vw + 15px);
    color: #d8e4f1;
    opacity: 0.09;
    font-family: "Unbounded";
    font-weight: bold;
    bottom: calc(-0.9385vw - 14px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1;
}

@media (max-width: 1820px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        padding: 0 22px;
    }
}

@media (max-width: 1680px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        padding: 0 20px;
        margin: 0 5px;
    }
}

@media (max-width: 1580px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        padding: 0 15px;
        margin: 0 5px;
    }

    #header .nav .ui.menu .right .h-inquire {
        padding: 0 24px;
    }

    #header .nav .ui.menu .right .h-language {
        margin: 0px 30px;
    }
}

@media (max-width: 1700px) {
    #banner .banner-content .swiper-tool-box {
        bottom: 6%;
    }

    #index-body .init-6 .wrapper {
        width: 1400px;
    }

    #footer .txt-bg {
        font-size: 70px;
    }
}

@media (max-width: 1450px) {
    #header .nav .ui.menu .right .h-inquire {
        font-size: 16px;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        font-size: 16px;
    }

    #header .nav .ui.menu .right .h-language {
        margin: 0px 22px;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        padding: 0 12px;
    }

    #banner .swiper-button {
        right: 4%;
        width: 270px;
        height: 150px;
    }

    #banner .banner-content .swiper-tool-box {
        bottom: 4%;
    }

    #index-body .init-1 .categories .left .linebg {
        padding-bottom: 358px;
    }

    #index-body .init-1 .categories .right ul {
        padding-left: 80px;
    }

    #index-body .init-1 .categories .right ul li .box .xh {
        left: -126px;
    }

    #index-body .init-6 .wrapper {
        width: 1200px;
    }

    #index-body .init-3 .advantages {
        padding: 60px 70px;
    }

    #index-body .init-5 .right .box2 .content1 .more1 {
        margin-top: var(--ft40);
    }
    #index-body .init-5 .right .box2 .content.content1 span.h6{
        min-height: 54px;
    }
    #footer .txt-bg {
        font-size: 60px;
    }

    #footer .footer-center .footer-t .right .f-form {
        padding: 90px 40px;
    }

    #footer .footer-center .footer-t .footer-t-gird .quick span:nth-child(odd) {
        margin-right: 10px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        padding-right: 20px;
    }

    #footer .footer-center .footer-t .left {
        width: 62%;
    }

    #footer .footer-center .footer-t .right {
        width: 38%;
    }

    #footer .footer-center .footer-t .right .f-form form ul {
        margin: 0 -10px;
    }

    #footer .footer-center .footer-t .right .f-form form ul li {
        padding: 0 10px;
    }
}

@media (max-width: 1250px) {
    #banner {
        margin-top: 60px;
    }

    #banner .banner-content .swiper-slide .txt-content {
        margin-top: -20px;
    }

    #banner .swiper-button {
        height: 120px;
        width: 216px;
    }

    #banner .swiper-button span {
        width: 56px;
    }

    #index-body .init-6 .wrapper {
        width: 970px;
    }

    #index-body .init-1 .categories .right ul {
        padding-left: 50px;
    }

    #index-body .init-1 .categories .right ul li .box .xh {
        left: -96px;
    }

    #index-body .init-1 .categories .right ul li .box .imgBox {
        padding: 0 18px;
    }

    #index-body .init-1 .categories .right ul li .box .txt-box {
        padding: 30px;
        padding-top: 130px;
    }

    #index-body .init-1 .categories .left .linebg {
        padding-bottom: 70px;
    }

    #index-body .init-2 .top .right h1 {
        max-height: 114px;
        overflow-y: auto;
    }

    #index-body .init-3 .advantages {
        padding: 30px;
    }

    #index-body .init-3 .advantages .center {
        width: 54%;
    }

    #index-body .init-4 .bottom ul li .box .txtBox {
        padding: 20px 20px 20px 15px;
        width: 80%;
    }

    #index-body .init-4 .bottom ul li .box .txtBox .btn-jt {
        width: 45px;
        height: 45px;
    }

    #index-body .init-5 .right {
        width: 60%
    }

    #index-body .init-5 .right .top {
        padding-left: 30px;
    }

    #index-body .init-5 .right .top .mktit h2 {
        line-height: 1.1;
    }

    #index-body .init-5 .left {
        width: 40%
    }

    #index-body .init-5  .page .slickBtn div {
        width: 45px;
        height: 45px;
    }

    #index-body .init-6 .news-list .box .con {
        padding: 70px 50px;
    }

    #footer .txt-bg {
        font-size: 50px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        padding-right: 5px;
    }

    #footer .footer-center .footer-t .right .f-form {
        padding: 90px 15px;
    }
}

@media (max-width: 1000px) {
    #banner .banner-content {
        height: 500px;
    }

    #index-body .init-6 .wrapper {
        width: 700px;
    }

    #index-body .init-1 .categories .left {
        width: 100%;
    }

    #index-body .init-1 .categories .left .linebg {
        padding-right: 0;
        padding-bottom: 60px;
        background-image: none !important;
    }

    .mktit .desc {
        max-width: 100%;
    }

    #index-body .init-1 .categories .right {
        width: 100%;
    }

    #index-body .init-1 .categories .right ul {
        padding-left: 0;
    }

    #index-body .init-1 .categories .right ul li .box .xh {
        display: none;
    }

    #index-body .init-2 .top .left {
        max-width: 100%;
    }

    #index-body .init-2 .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-2 .top .right h1 {
        max-height: none;
        overflow-y: hidden;
    }

    #index-body .init-2 .bottom ul {
        margin: 0 -15px;
    }

    #index-body .init-2 .bottom ul li {
        width: 50%;
        padding: 15px;
    }

    #index-body .init-3 .advantages .center {
        display: none;
    }

    #index-body .init-3 .advantages {
        margin: 5% -15px 0;
    }

    #index-body .init-3 .advantages ul {
        width: 50%;
        padding: 0 15px;
    }

    #index-body .init-3 .advantages ul li.num2 .box {
        flex-direction: column;
    }

    #index-body .init-5 .right {
        width: 100%
    }

    #index-body .init-5 .left {
        display: none
    }

    #index-body .init-5 {
        padding: 50px 0
    }

    #index-body .init-5 .right .list {
        width: 100%;
        margin-left: 0
    }

    #index-body .init-5 .right .box2 .content1 .more1 {
        margin-top: 8%;
    }

    #index-body .init-6 .imgBox {
        display: none;
    }

    #index-body .init-6 .newsbox {
        padding-right: 0;
    }

    #index-body .init-6 .news-list {
        padding-right: 0;
        border-radius: 46px;
    }

    #index-body .init-6 .news-list .box .con {
        padding: 50px 30px;
    }

    #index-body .init-6 .news-list .btn-box {
        bottom: 10%;
    }

    #index-body .init-6 .news-list .btn-box .swiper-button {
        width: 50px;
        height: 50px;
    }

    #footer .txt-bg {
        font-size: 2.2rem;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.quick {
        display: none;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.product {
        display: none;
    }

    #footer .footer-center .footer-t .left {
        width: 100%;
    }

    #footer .footer-center .footer-t .right {
        width: 100%;
        margin-top: 5%;
    }

    #footer .footer-center .footer-t {
        flex-wrap: wrap;
    }

    #footer .footer-center .footer-t .right .f-form {
        padding: 40px 15px;
    }
}

@media (max-width: 700px) {
    .btn-go .rs-txt {
        padding: 10px 22px;
    }

    .btn-go .rs-ico {
        width: 45px;
        height: 45px;
    }

    #banner .swiper-button {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content h3 {
        padding-left: 0;
    }

    #banner .banner-content .swiper-tool-box {
        display: none;
    }

    #index-body .init-6 .wrapper {
        width: 100%;
    }

    #index-body .init-1 .categories .left .linebg {
        padding-bottom: 30px;
    }

    #index-body .init-3 .advantages {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    #index-body .init-3 .advantages ul {
        width: 100%;
    }

    #index-body .init-3 .advantages ul li .box .xh {
        display: none;
    }

    #index-body .init-4 .top .swiper-button {
        width: 45px;
        height: 45px;
    }

    #index-body .init-4 .top {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .txt-bg {
        font-size: 3rem;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .btn-go .rs-ico {
        width: 50px;
        height: 50px;
    }

    .btn-go .rs-txt {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #index-body .init-5 .bottom ul li {
        width: 100%;
    }

    #index-body .init-5 .list li .text {
        margin-bottom: 0
    }

    #index-body .init-5 .list li a.more {
        display: none
    }

    #index-body .init-6 .news-list .btn-box {
        right: 1%;
    }

    #index-body .init-6 .news-list .box .con {
        padding: 30px 15px;
    }

    #footer .footer-center .footer-t .right .f-form form ul li {
        width: 100%;
    }

}

.oxy-nav-menu .mb2-search input[type=submit] {
    background-image: url(../images/icon-search-white.png);
}

/*---- inner ----*/

.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.55%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }

    .grid-box.three>.column {
        width: 33.33333%;
    }

    .grid-box.four>.column {
        width: 33.33333%;
    }

    .grid-box.five>.column {
        width: 33.33333%;
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
span.hongxinfoot {
        display: none;
    }
    .grid-box.three>.column {
        width: 50%;
    }

    .grid-box.four>.column {
        width: 50%;
    }

    .grid-box.five>.column {
        width: 50%;
    }

}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }

    .grid-box.three>.column {
        width: 100%;
    }

    .grid-box.four>.column {
        width: 100%;
    }

    .grid-box.five>.column {
        width: 100%;
    }

}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.flex_cont {
    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
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@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-banner {
    height: 250px;
    width: 100%;
    margin: 100px auto 0;
    overflow: hidden;
    position: relative;
        /*background: url("../images/inner-banner.png") no-repeat;*/
}

.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}

.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Unbounded;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
@media (max-width: 500px){
    .inner-banner{
        height: auto;
    }
    .inner-banner .mbx{
        padding: 20px 0;
    }
}



.inner-page .m-page {
    text-align: center;
    margin-top: 97px
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }

}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}

.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
    font-size: 50px;


}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 .container ul li .box .left .des {
    color: #666;
    margin-top: 20px;
    /*font-weight: 500;*/
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}

.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}

.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 1200px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 36px;
    }
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }

    .product-yd-page .init-1 .container ul li .box .right {
        width: 100%;
    }

    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }

    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 32px;
    }
}

@media screen and (max-width:700px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 20px;
    }
}



.product-page {
    padding: 100px 0 100px 0;
    min-height: 80vh;
}

.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h1 {
    font-size: 30px;

    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }

    .product-page {
        padding: 60px 0 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }

    .product-page {
        padding: 30px 0 30px 0;
    }
}


.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 130px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
   
}

.pro-box .pro-left .menus>li .menu-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 27px;

    font-size: 18px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    /*background-color: var(--color);*/
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}



.prodet-page {
    padding: 50px 0 0;
}

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;
}

.prodet-page .prodet-right .box {
    width: 100%;
}

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}

.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h1 {
    font-size: 35px;
    font-weight: bold;

}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;

}

.prodet-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #ecf3f5;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even){
    background-color: #ecf3f5;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

    .prodet-page .prodet-right .box .right {
        width: 100%;
    }

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

}


@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-left: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

.flex-box {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}


.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.recommended-product ul {
    margin: 60px -24px 0;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}

.recommended-product ul li .img_box .icon a:hover .hover{
   opacity: 1;
}



.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-product ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}



.news-page .sidebar-box .sidebar-left {
    width: 28%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;

    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;

    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 600;

    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;

    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;

    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-right {
    width: 72%;
}

.news-page .news-list ul {
    margin: -30px -15px 0;
}

.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}

.news-page .news-list ul li {
    padding: 0 25px;
    margin-bottom: 30px;
}

.news-page .news-list ul li .box .img img {
    width: 100%;
}

.news-page .news-list ul li .box .content .cat_name {
    background-color: #b3b3b3;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;

    line-height: 2;
}

.news-page .news-list ul li .box .content .title {
    font-weight: 600;

    margin-top: 20px;
    font-size: 24px;
    min-height: 4em;



}

.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}

.news-page .news-list ul li .box .content .time {
    font-size: 14px;
    /*font-weight: 500;*/
    /*line-height: 30px;*/
    color: var(--color);
    display: inline-block;
    /*margin-top: 5px;*/
}

.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    /*font-weight: 500;*/
    color: #666;
    margin-top: 6px;
    line-height: 1.8;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.newdet-page {
    padding: var(--ft120) 0 150px;
}

.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;

    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}

.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;

}

.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}

.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}

.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}

.newdet-page .content {
    margin-top: 40px;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
 .newdet-page .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
 .newdet-page .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
 .newdet-page .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
 .newdet-page .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #003ca0 ;
}
 .newdet-page .content ol li, .newdet-page .content ul li {
    list-style: disc;
    list-style-position: inside;
}

.newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;

}

.newdet-page .share a {
    display: flex;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.newdet-page .share a:first-child {
    margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
    color: #fff;
}

.newdet-page .share a:nth-child(2) {
  
    color: #fff;
}

.newdet-page .share a:nth-child(3) {

    color: #fff;
}

.newdet-page .share a:nth-child(4) {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
}

.newdet-page .share a:nth-child(5) {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
}

.newdet-page .share a:hover {
    margin-top: -3px;
}

.newdet-page .m-link {
    margin: 40px auto 0;
}

.newdet-page .m-link a {
    display: block;
    vertical-align: top;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}

.newdet-page .m-link a:last-child {
    /*text-align: right;*/
}

.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}

.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;

}

.newdet-page .m-link a:hover {
    color: #000;
}

.newdet-page .prodet-page {
    padding: 0;
}

.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}

.newdet-page .prodet-3 {
    margin: 0 auto;
}

.releted-product .tipsTitle {
    font-weight: 700;
    text-align: center;

}

.releted-product .content ul {
    margin: 0 -15px;
}

.releted-product .content ul li {
    padding: 0 15px;
}

.releted-product .content ul li .img a {
    border: 1px solid #dadada;
    height: 316px;
    background: #fff;
}

.releted-product .content ul li .img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.releted-product .content ul li .text {
    margin-top: 20px;
    font-weight: 600;

    color: #000;
}

.releted-product .content ul li .text:hover {
    color: var(--color);
}

@media (max-width: 1250px) {
    .releted-product .content ul li .img a {
        height: auto;
    }
}

@media (max-width: 1250px) {

    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }

}

@media (max-width: 1000px) {
    .newdet-page {
        padding: 60px 0;
    }

    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
}

@media (max-width: 700px) {
    .newdet-page {
        padding: 30px 0;
    }

    .newdet-page .header {
        padding: 30px 20px;
    }

    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }

    .newdet-page .content {
        margin-top: 20px;
    }

    .newdet-page .share {
        margin: 20px auto 0;
    }

    .newdet-page .m-lin {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
    }

    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }

    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }

    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }

    .news-page .news-list ul li .box .content .title {
        min-height: unset;
        

    }
}



.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 130px;
    padding-right: 45px;
    margin-top: 60px;
}

.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/icon-search-black.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    /*max-height: 3300px;
    overflow-y: auto;*/
    padding-right: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 8px 0;
    font-size: 16px;
    /*font-weight: bold;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
    color: #666;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    float: right;
    position: relative;
    top: 1px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol{
    display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    /*list-style-type: disc;*/
    margin-left: 10px;
    color: #7b7b7b;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    /*font-weight: bold;*/
    font-size: 16px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
    padding: 215px 40px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    margin-top: 60px;
}

.inner-page.product2-page .sidebar-left {
    padding-right: 45px;

}

@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
        padding: 90px 30px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }

    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }
}



.case-page .init-1 ul {
    margin: 60px -15px 0;
}

.case-page .init-1 ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

.case-page .init-1 ul li {
    padding: 0 15px;
    margin-top: 30px;
}

.case-page .init-1 ul li .box {
    position: relative;
}

.case-page .init-1 ul li .box .img {
    display: block;
    overflow: hidden;
}

.case-page .init-1 ul li .box {
    position: relative;
    z-index: 2;
}

.case-page .init-1 ul li .box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 2;
}

.case-page .init-1 ul li .box .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 20px 40px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.case-page .init-1 ul li .box .cont .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
   background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left;
}

.case-page .init-1 ul li .box .cont .cat {
    font-size: 16px;
    font-weight: 500;
}

.case-page .init-1 ul li .box .cont .title {
    font-weight: 700;

    font-size: 20px;
    margin-top: 6px;
    display: block;
    max-width: 400px;
}

.case-page .init-1 ul li .box .cont .moreC {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
}

.case-page .init-1 ul li .box .cont .moreC .more {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-page .init-1 ul li .box .cont .moreC .more:before {
    background: #fff;
}

.case-page .init-1 ul li .box .cont .moreC .more i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    transition: all .5s;
    font-size: 36px;

}

.case-page .init-1 ul li .box .cont .moreC .more i.i1 {
    left: -50px;
    color: #000;
}

.case-page .init-1 ul li .box:hover .cont .sub {
    transform: scaleX(1);
}

.case-page .init-1 ul li .box:hover .cont .moreC .more i {
    transform: translateX(50px);
    color: #000;
}

@media (max-width: 1000px) {
    .case-page .init-1 ul li .box .cont {
        padding: 20px 10px;
    }

    .case-page .init-1 ul li .box .cont .moreC {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 700px) {
    .case-page .init-1 ul {
        margin: 30px -15px 0;
    }
}

@media (max-width: 500px) {
    .case-page .init-1 ul {
        margin-top: 20px;
    }

}


.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;

    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.gallery-page .init-2 {
    padding-top: 60px;
    background: #ecf3f5;
}

.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;

}

.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;
   
}

.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}

.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}


@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }

    .gallery-page .init-2 {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}


.faq-page {
    padding: 0 0 5.209% 0;
    background: #ecf3f5;
    overflow: hidden;
}

.faq-page .list {
    margin-top: 40px;
}

.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}

.faq-page .list ul li .tit {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}

.faq-page .list ul li .tit i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}

.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

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

@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 10px;
        font-size: 16px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}


.contact-page {
    padding-top: 120px;
}

.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.contact-page .contact-1 .left form ul li .more {
    padding: 0;
    vertical-align: middle;
}

.contact-page .contact-1 .left form ul li .more i {
    margin-right: 6px;
    display: inline-block;
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}

.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}

.contact-page .contact-1 .right {
    padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
    line-height: 1.2;
}

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827f;
    margin-top: 7px;
}

.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}

.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}

.contact-page .contact-2 {
    padding-top: 120px;
}

.contact-page .contact-2 #mapContainer {
    height: 520px;
}

@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }

    .contact-page .contact-1 .left {
        width: 100%;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .contact-page .contact-2 {
        padding-top: 60px;
    }

    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }

    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }

    .contact-page .contact-2 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }

    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }

    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }

    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }

    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }

    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}



.about-page .about-1 .top .img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.about-page .about-1 .top .img .lazy {
    border-radius: 15px;
}

.about-page .about-1 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 50%;
    z-index: 1;
}

.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(223, 182, 37, .5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .about-1 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .about-1 .top .text {
    max-width: 1370px;
    width: 100%;
    margin: -150px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 10px;
}

.about-page .about-1 .top .text .title {
    line-height: 1.2;
    text-transform: uppercase;
}

.about-page .about-1 .top .text .con {
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.about-page .about-1 .bottom {
    max-width: 1215px;
    width: 100%;
    margin: 111px auto 0;
}

.about-page .about-1 .bottom ul {
    margin-right: -70px;
}

.about-page .about-1 .bottom ul li {
    padding-right: 70px;
}

.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
    font-size: 56px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
}

.about-page .about-1 .bottom ul li .data sub {
    font-size: 22px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 2;
    margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}

.about-page .about-2 {
    margin-top: 137px;
}

.about-page .about-2 .box {
    padding: 12px 0 122px 0;
    position: relative;
    z-index: 1;
}

.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}

.about-page .about-2 .box .img img {
    border-radius: 10px;
}

.about-page .about-2 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}

.about-page .about-2 .box .text .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.about-page .about-2 .box .text .header .left {
    width: 100%;
}

.about-page .about-2 .box .text .header .title {
    margin-top: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 41px;
}

.about-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}

.about-page .about-2 .box .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.about-page .about-2 .box .text .list {
    margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}

.about-page .about-2 .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 84.5%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}

.about-page .about-3 {
    background-color: #f2f2f2;
    padding: 6% 0 6%;
    margin-top: -122px;
}

.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}

.about-page .about-3 .header .left {
    width: 50%;
}

.about-page .about-3 .header .left span.tag {
    color: var(--color);
}

.about-page .about-3 .header .left .title {
    margin-top: 12px;
    line-height: 1.2;

    font-weight: 900;
}

.about-page .about-3 .header .right {
    width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}

.about-page .about-3 .content {
    margin-top: 88px;
}

.about-page .about-3 .content ul {
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -37px -37px 0;
}

.about-page .about-3 .content ul {
    margin: 0 -37px;
}

.about-page .about-3 .content ul li .slide-box {
    margin: 0 20px 37px;
    background: #fff;
    padding: 20px;
    /*width: 30.3%;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #121212;
    /*height: 250px;*/
    border-radius: 6px;
}

.about-page .about-3 .content ul li .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-top: 15px;
}

.about-page .about-3 .content ul li p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-page .about-3 .content ul li .slide-box:hover {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

/*.about-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
  }*/
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p {
    color: white;
}

.about-page .about-3 .list {
    margin-top: 151px;
}

.about-page .about-3 .list .img-box {
    display: block;
}

.about-page .about-3 .list .img-box img {
    width: 100%;
}

.about-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}

.about-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    transition: 0.5;
    padding: 0;
}

.about-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}

.about-page .about-3 .list .slick-dots li button {
    display: none;
}

.about-page .about-3 .list .slick-dots li.slick-active {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.about-page .about-4 {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 68px 0 70px;
    max-width: 959px;
    width: 100%;
    margin-top: -17%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.about-page .about-4 .box {
    max-width: 507px;
    margin: 0 94px 0 auto;
}

.about-page .about-4 .box .title {
    margin-top: 27px;
}

.about-page .about-4 .box .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}

.about-page .about-4 .box .info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.about-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}

.about-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}

.about-page .about-4 .box .more {
    margin-top: 36px;
    background: #000;
}

.about-page .about-4 .box .more:hover {
    background: #fff;
    color: var(--color);
}

.about-page .about-5 {
    padding: 120px 0 180px;
    background: #f0fbff;
}

.about-page .about-5 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    border-bottom: 1px solid #b8b8bc;
}

.about-page .about-5 .header .right {
    width: 51%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}

.about-page .about-5 .header span.tag {
    color: var(--color);
}

.about-page .about-5 .header .title {
    margin-top: 12px;
    line-height: 1.2;
}

.about-page .about-5 .header .more {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    margin-bottom: 4px;
}

.about-page .about-5 .header .more:hover {
    background: #000;
}

.about-page .about-5 .content {
    margin-top: 47px;
}

.about-page .about-5 .content ul {
    margin-right: -42px;
}

.about-page .about-5 .content ul li {
    padding-right: 30px;
}

.about-page .about-5 .content ul li .img-box {
    display: block;
}

.about-page .about-5 .content ul li .img-box img {
    width: 100%;
}

.about-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.about-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    transition: 0.5;
    padding: 0;
}

.about-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}

.about-page .about-5 .content ul .slick-dots li button {
    display: none;
}

.about-page .about-5 .content ul .slick-dots li.slick-active {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

@media screen and (max-width: 1440px) {
    .about-page .about-2 {
        margin-top: 100px;
    }
    .about-page .about-4 .box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .img .play {
        padding: 30px 30px 30px 40px;
    }
    .about-page .about-2 {
        margin-top: 80px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }

    /*.about-page .about-3 .content ul li {
      width: 29.9%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        padding: 39px 15px;
    }

    .about-page .about-3 .content ul li .tit {
        font-size: 22px;
    }

    .about-page .about-4 {
        max-width: 800px;
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .text {
        padding: 70px 50px 90px;
    }

    .about-page .about-1 .bottom ul {
        margin-right: -40px;
    }

    .about-page .about-1 .bottom ul li {
        padding-right: 40px;
    }

    .about-page .about-3 .content ul {
        margin: 0 -20px -20px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 31.3%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        margin: 0 20px 20px 0;
    }

    .about-page .about-4 {
        max-width: 700px;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .text {
        padding: 50px 30px;
    }

    .about-page .about-1 .top .text .con {
        font-size: 18px;
    }

    .about-page .about-1 .bottom {
        margin: 60px auto 0;
    }

    .about-page .about-1 .bottom ul {
        margin-right: -20px;
    }

    .about-page .about-1 .bottom ul li {
        padding-right: 20px;
    }

    .about-page .about-1 .bottom ul li .data em {
        font-size: 50px;
    }

    .about-page .about-1 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about-page .about-1 .bottom ul li .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-2 {
        margin-top: 47px;
    }

    .about-page .about-2 .box {
        padding: 0 0 60px;
    }

    .about-page .about-2 .box .img {
        width: 100%;
    }

    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .about-page .about-2 .box::after {
        width: 100%;
    }

    .about-page .about-3 {
        margin-top: 0;
        padding: 60px 0;
    }

    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .about-page .about-3 .header .left {
        width: 100%;
    }

    .about-page .about-3 .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .about-page .about-3 .content {
        margin-top: 30px;
    }

    /*.about-page .about-3 .content ul li {
      width: 47%;
    }*/
    .about-page .about-3 .list {
        margin-top: 60px;
    }

    .about-page .about-3 .list .slick-dots {
        bottom: -40px;
    }

    .about-page .about-4 {
        max-width: 680px;
        margin-top: 0;
    }

    .about-page .about-5 {
        padding: 60px 0 11.05%;
    }

    .about-page .about-5 .header {
        padding-bottom: 30px;
    }

    .about-page .about-5 .header .left {
        width: 52%;
    }

    .about-page .about-5 .content ul {
        margin-right: -20px;
    }

    .about-page .about-5 .content ul li {
        padding-right: 20px;
    }

    
}

@media screen and (max-width: 700px) {
    .about-page .about-1 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }

    .about-page .about-1 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }

    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }

    .about-page .about-1 .bottom ul li .data {
        padding-bottom: 0;
    }

    .about-page .about-1 .bottom {
        margin: 30px auto 0;
    }

    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }

    .about-page .about-2 {
        margin-top: 30px;
    }

    .about-page .about-3 {
        padding: 30px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 45.9%;
    }*/
    .about-page .about-3 .content ul li .tit {
        font-size: 20px;
        line-height: 1.8;
    }

    .about-page .about-3 .content ul li p {
        font-size: 17px;
        margin-top: 10px;
    }

    .about-page .about-3 .list {
        margin-top: 30px;
    }

    .about-page .about-4 {
        padding: 30px 15px;
    }

    .about-page .about-5 {
        padding: 30px 0;
    }

    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .about-page .about-5 .header .left {
        width: 100%;
    }

    .about-page .about-5 .header .left .title {
        margin-top: 15px;
    }

    .about-page .about-5 .header .right {
        margin-top: 20px;
        width: 100%;
    }

    .about-page .about-5 .content {
        margin-top: 20px;
    }

    .about-page .about-5 .content ul .slick-dots {
        bottom: -25px;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .about-page .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    .about-page .about-1 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }

    .about-page .about-1 .bottom ul li {
        padding: 0 0 20px 0;
    }

    .about-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }

    .about-page .about-2 .box {
        padding-bottom: 30px;
    }

    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }

    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }

    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }

    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page .about-3 .header {
        padding-bottom: 10px;
    }

    .about-page .about-3 .header .left .title {
        margin-top: 10px;
    }

    .about-page .about-3 .header .right {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-3 .content ul {
        margin: 0 0 -20px 0;
    }

    /*.about-page .about-3 .content ul li {
      width: 100%;
    }*/
    .about-page .about-3 .content ul li .slide-box {
        margin: 0 0 20px 0;
    }

    .about-page .about-3 .content ul li p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-4 .box .title {
        margin-top: 10px;
    }

    .about-page .about-4 .box .con {
        margin-top: 10px;
    }

    .about-page .about-4 .box .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .about-page .about-4 .box .info p {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .about-4 .box .info .left {
        width: 100%;
    }

    .about-page .about-4 .box .info .right {
        width: 100%;
        margin-top: 20px;
    }

    .about-page .about-4 .box .more {
        margin-top: 20px;
    }

    .about-page .about-5 .header .left .title {
        margin-top: 10px;
    }
    
}


.design-page .design-1 .container {
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
}

.design-page .design-1 .container img {
    border-radius: 10px;
}

.design-page .design-2 {
    padding: 20px 0 110px;
}

.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.design-page .design-2 .left .img {
    /*text-align: right;*/
    border-radius: 10px;
}

.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.design-page .design-2 .left .img img {
    border-radius: 10px;
}

.design-page .design-2 .right {
    padding-left: 90px;
}

.design-page .design-2 .right img {
    border-radius: 10px;
}

.design-page .design-2 .right .txt {
    font-size: 20px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 10px;
}

.design-page .design-3 {
    padding-bottom: 120px;
}

.design-page .design-3 .i-title {
    margin-bottom: 48px;
}

.design-page .design-3 ul {
    margin: -40px;
}

.design-page .design-3 ul li {
    padding: 40px;
}

.design-page .design-3 ul .slick-list {
    padding: 0 28%;
}

.design-page .design-3 ul li .box {
    position: relative;
    width: 500px;
}

.design-page .design-3 ul li .box img {
    width: 100%;
    border-radius: 10px;
}

.design-page .design-3 ul li .content {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: white;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
    border-radius: 0 10px 10px 0;
}

.design-page .design-3 ul li .content h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: bold;
}

.design-page .design-3 ul li:hover .content {
    opacity: 1;
}

.design-page .design-3 ul .slick-dots {
    margin: 0;
    text-align: center;
}

.design-page .design-3 ul .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.design-page .design-3 ul .slick-dots li button {
    display: none;
}

.design-page .design-3 ul .slick-dots li.slick-active {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.design-page .design-4 {
    color: white;
    padding: 107px 0 70px;
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%;
}

.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.design-page .design-4 .left .i-title {
    line-height: 1.2;
}

.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%;
}

.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle;
}

.design-page .design-4 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child::after{
    display: none;
}

.design-page .design-4 .right ul li:last-child .icon::after {
    content: none;
}

.design-page .design-4 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
}

.design-page .design-5 {
    padding: 130px 0 110px;
    position: relative;
}

.design-page .design-5 .i-title {
    line-height: 1.2;
}

.design-page .design-5 .wrap {
    margin-top: 70px;
}

.design-page .design-5 .left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.design-page .design-5 .left .box {
    max-width: 50%;
}

.design-page .design-5 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 45px;
}

.design-page .design-5 .left img {
    width: 100%;
}

.design-page .design-5 .right {
    max-width: 50%;
    width: fit-content;
    margin-left: auto;
}

.design-page .design-5 .right img {
    border-radius: 10px;
}

@media screen and (max-width: 1600px) {
    .design-page .design-5 .ui.container {
        padding-left: 7%;
    }

    .design-page .design-5 .wrap {
        padding-left: 10%;
    }

    .design-page .design-5 .right {
        max-width: 40%;
    }
}

@media screen and (max-width: 1400px) {
    .design-page .design-4 .right {
        padding-left: 30px;
    }

    .design-page .design-5 .wrap {
        padding-left: 0;
    }

    .design-page .design-5 .left .txt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .design-page .design-5 .left .i-title {
        font-size: 30px;
    }

    .design-page .design-2 .right {
        padding-left: 50px;
    }

    .design-page .design-3 ul li {
        padding: 20px;
    }

    .design-page .design-3 ul {
        margin: -20px;
    }

    .design-page .design-3 ul li .content h4 {
        font-size: 21px;
    }

    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%;
    }
    .design-page .design-2 .right .txt {
        margin-top: 50px;
    }   
}

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

    .design-page .design-1 .ui.container {
        padding: 0 20px;
    }

    .design-page .design-2 {
        padding: 60px 0 65px;
    }

    .design-page .design-3 ul .slick-list {
        padding: 0 18%;
    }

    .design-page .design-4 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px;
    }

    .design-page .design-5 {
        padding: 55px 0 50px;
    }

    .design-page .design-5 .left {
        width: 100%;
        position: unset;
        transform: none;
        margin-bottom: 60px;
    }

    .design-page .design-5 .left .box {
        width: 100%;
        max-width: 100%;
    }

    .design-page .design-5 .right {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
        .design-page .design-2 .right .txt {
        margin-top: 40px;
    } 
}

@media screen and (max-width: 700px) {
    .inner-banner h2 {
        font-size: 26px;
    }

    .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }

    .design-page .design-2 .left {
        width: 100%;
    }

    .design-page .design-2 .i-title {
        margin-bottom: 30px;
    }

    .design-page .design-3 ul .slick-list {
        padding: 0;
    }

    .design-page .design-3 {
        padding: 0 15px 50px;
    }

    .design-page .design-4 .right {
        padding-left: 0;
    }

    .design-page .design-4 .left {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .design-page .design-2{
        padding: 30px 0 35px;
    }
    .design-page .design-4 .right ul li {
        padding-left: 0;
    }

    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .design-page .design-4 .right ul li .icon::after {
        content: none;
    }
    .design-page .design-4 .right ul li::after{
        display: none;
    }        .design-page .design-2 .right .txt {
        margin-top: 30px;
    }
}

.service-page .service-1 {
    padding: 100px 0 120px 0;
}

.service-page .service-1 #index-body .about .top .text {
    width: 48%;
}

.service-page .service-1 #index-body .about .top .text h2.title {
    margin-bottom: 40px;
    line-height: 1.4;
    /*text-transform: uppercase;*/
}

.service-page .service-1 #index-body .about .top .text h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #181818;
    font-weight: 400;
    margin-top: 32px;
}

.service-page .service-1 #index-body .about .top .text p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.service-page .service-1 #index-body .about .top .img {
    text-align: right;
    padding: 0 0 50px 0;
    border-radius: 10px;
}

.service-page .service-1 #index-body .about .top .img .i1 {

    border-radius: 10px;
}

.service-page .service-1 #index-body .about .top .img .i2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    top: auto;
    z-index: 1;
    border-radius: 10px;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}


.service-page .service-2 h3 {
    width: 46%;
}

.service-page .service-2 .img {
    padding-top: 35px;
    border-radius: 20px;
}

.service-page .service-2 .img img {
    border-radius: 20px;
}

.service-page .service-2 {
    background: #f9f9f9;
    padding: 60px 0 90px;
}

.service-page .service-2 .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-page .service-2 h3 {
    width: 40%;
    color: #111;
    line-height: 1.4;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.service-page .service-2 .btn {
    width: 60%;
    color: #666;
    font-size: 18px;
    line-height: 1.4;
}

.service-page .service-2 .more {
    background: white;
    color: black;
}

.service-page .service-2 .more:hover {
    color: white;
}


.service-page .service-3 .advantage {
    padding-top: 7.08333333vw;
    padding-bottom: 6.71875vw;
}

.service-page .service-3 .advantage .advantage-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
}

.service-page .service-3 .advantage .advantage-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62.60416667vw;
    height: 1px;
    background-color: #b7b7b7;
}

.service-page .service-3 .advantage .advantage-list>li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service-page .service-3 .advantage .advantage-list>li .top .order {
    color: #80807a;
    font-weight: 900;
}

.service-page .service-3 .advantage .advantage-list>li .top .title {
    color: #65645f;
    font-weight: normal;
}

.service-page .service-3 .advantage .advantage-list>li:first-child {
    margin-top: 13px;
    width: 100%;
    margin-bottom: 5vw;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .top .order {
    color: var(--color);
    font-size: 7.8125vw;
    line-height: 1;
    margin-right: -3.02083333vw;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .top .title {
    color: #000000;
    margin-top: 31px;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .btn-container {
    -webkit-transition: -webkit-transform .16s;
    transition: -webkit-transform .16s;
    -moz-transition: transform .16s, -moz-transform .16s;
    transition: transform .16s;
    transition: transform .16s, -webkit-transform .16s, -moz-transform .16s;

}

.service-page .service-3 .advantage .advantage-list>li:first-child .btn-container .btn-go {
    margin-right: -56px;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .public-btn1 {
    border-color: rgba(82, 82, 82, 0.6);
    margin-left: auto;
    position: relative;
    background: url("../images/advantage-btn-bg.png") no-repeat center center;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .public-btn1 span {
    color: #3d3d3d;
}

.service-page .service-3 .advantage .advantage-list>li:first-child .public-btn1 .arrow {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.service-page .service-3 .advantage .advantage-list>li:first-child .public-btn1:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-color: transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.service-page .service-3 .advantage .advantage-list>li:first-child .intro {
    color: #474747;

    margin-bottom: 2.5vw;
}

.service-page .service-3 .advantage .advantage-list>li:last-child {
    width: 100%;
}

.service-page .service-3 .advantage .advantage-list>li:last-child .top {
    justify-content: center;
}

.service-page .service-3 .advantage .advantage-list>li:last-child ol {
    width: 78%;
    margin-left: auto;
}

.service-page .service-3 .advantage .advantage-list>li:last-child .title {
    margin-left: 8px;
}

.service-page .service-3 .advantage .advantage-list>li:last-child ol .intro {
    display: none;
}

.service-page .init-5 {
    padding: 110px 0 50px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff
}

.service-page .init-5 .container .sub_img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 910px
}

.service-page .init-5 .container .tips {
    font-weight: 700;
    position: relative;
    z-index: 2
}

.service-page .init-5 .container .list_cont {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 80px
}

.service-page .init-5 .container .list_cont .slick1 li .box {
    position: relative;
    padding: 0 40px
}

.service-page .init-5 .container .list_cont .slick1 li .box .year {
    font-weight: 700
}

.service-page .init-5 .container .list_cont .slick1 li .box .img {
    position: absolute;
    /*height: 100%;*/
    top: 100px;
    left: 0;
    height: 171px;
}

.service-page .init-5 .container .list_cont .slick1 li .box .cont {
    position: relative
}

.service-page .init-5 .container .list_cont .slick1 li .box .cont .title {
    font-weight: 700;
    margin-top: 10px;
    font-size: 30px;
    
}

.service-page .init-5 .container .list_cont .slick1 li .box .cont .des {
    margin-top: 40px;
    padding-right: 2px;
    overflow-y: auto;
    height: 255px;
    transition: all .5s
}

.service-page .init-5 .container .list_cont .slick1 li .box:hover .cont .des {
    opacity: 1
}

@media screen and (max-width: 1450px) {
    .service-page .service-1 {
        padding-bottom: 60px;
    }

    .service-page .service-3 .advantage-list>li:last-child ol {
        width: 90%;
    }
}

@media screen and (max-width: 1250px) {
    .service-page .service-3 .advantage-list li:first-child .top .title {
        margin-top: 0;
    }

    .service-page .service-3 .advantage-list>li:last-child ol {
        width: 100%;
    }

    .service-page .service-3 .advantage-list>li:last-child ol li .top {
        text-align: left;
    }
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 #index-body .about .top .img {
        padding: 0 0 50px 30px;
    }

    .service-page .service-2 .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page .service-2 h3 {
        width: 100%;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .service-page .service-2 .btn {
        width: 100%;
    }

    .service-page .service-1 #index-body .about .top .text {
        padding-right: 0;
        width: 100%;
    }

    .service-page .service-1 #index-body .about .top .img {
        width: 100%;
        margin-top: 25px;
    }

    .service-page .service-1 {
        padding-bottom: 60px;
    }

    .service-page .init-5 {
    text-align: center;
  }
  .service-page .init-5 .container .sub_img {
    display: none;
  }
  .service-page .init-5 .container .list_cont .slick1 li .box {
    padding: 0 10px;
  }
  .service-page .init-5 .container .list_cont .slick1 li .box .cont {
    height: auto;
  }
  .service-page .init-5 .container .list_cont .slick1 li .box .cont .des{
    opacity: 1;
    height: 100px;
  }
  .service-page .init-5 .container .list_cont .slick1 li .box .img {
    display: none;
  }
}

@media screen and (max-width: 700px) {
    .service-page .service-1 #index-body .about .top .text h3 {
        margin-top: 12px;
    }

    .service-page .service-1 {
        padding-bottom: 30px;
    }

    .service-page .service-3 .advantage .advantage-list>li .top {
        align-items: center;
        margin-top: 30px;
    }

    .service-page .service-3 .advantage .advantage-list>li:first-child .top .order {
        margin-right: 10px;
    }

    .service-page .service-3 .advantage .advantage-list>li:first-child .top .title {
        margin-top: 0;
    }

    .service-page .service-3 .advantage .advantage-list>li:last-child ol {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .service-page .init-5 {
        padding: 40px 0;
    }

    .service-page .init-5 .container .list_cont {
        margin-top: 20px;
        padding: 0;
    }
}



.process-page {
    background-color: #faf9f9;
}

.process-page .custom-1 {
    padding: 90px 0;
    background: #ffffff;
}

.process-page .custom-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.process-page .custom-1 .top .h3 {
    width: 50%;
    padding-left: 35px;
    line-height: 1.2;
    border-left: 3px solid var(--base-color);
}

.process-page .custom-1 .top p {
    width: 70%;
    padding-left: 20px;
    line-height: 2;
    color: #666;
    font-weight: 300;
}

.process-page .custom-1 .btm ul.list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.process-page .custom-1 .btm ul.list2 li.item{
    padding: 0 10px;
}
.process-page .custom-1 .btm ul.list2 li.item .box {
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #000;*/
    border-radius: 5%;
    background-color: #f2f6f7;
    flex-direction: column;
    text-align: center;
}

.process-page .custom-1 .btm ul.list2 li.item img {

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 15px;
}

.process-page .custom-1 .btm ul.list2 li.item:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.process-page .custom-2 {
    padding: 110px 0 0px;
    background: #f2f6f7;

}
.process-page .custom-4 {
   
    background: #f2f6f7;

}
.process-page .custom-4 table tbody tr{
    background-color: #fff;
}

.process-page .custom-2 .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.process-page .custom-2 .ui.container .top .left {
    padding-right: 65px;
}

.process-page .custom-2 .ui.container .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--base-color);
}

.process-page .custom-2 .ui.container .top .left p {
    line-height: 2;
    margin-top: 35px;
    font-weight: 300;
    color: #666;
    max-height: 390px;
    overflow-y: auto;
}

.process-page .custom-2 .ui.container .bottom {
    border-radius: 56px;
    margin: 100px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
    /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
    padding: 80px 80px 115px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process-page .custom-2 .ui.container .bottom .left {
    padding-right: 80px;
}

.process-page .custom-2 .ui.container .bottom .left .h4 {
    color: var(--color);
}

.process-page .custom-2 .ui.container .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
    font-weight: 300;
    color: #666;

}

.process-page .custom-2 .ui.container .bottom .right {
    /*padding-right: 80px;*/
}

.process-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.process-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}

.process-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}

.process-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}

.process-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

.process-page .custom-3 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.process-page .custom-3 .ui.container {
    text-align: center;
}

.process-page .custom-3 .ui.container .strengthbox {
    margin-top: 55px;
}

.process-page .custom-3 .ui.container .strengthbox ul.list4 li {
    padding: 0 15px;
}

.process-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
    background: #f7f7f7;
    border-radius: 5px;
}

.process-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
    padding: 25px;
    text-align: center;
}

.process-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
    line-height: 1.8;
    font-weight: 400;
    margin-top: 15px;
    max-height: 116px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .process-page .custom-1 {
        padding: 60px 0;
    }

    .process-page .custom-1 .top {
        margin-bottom: 60px;
    }

    .process-page .custom-2 {
        padding: 70px 0 40px;
    }

    .process-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
    }

    .process-page .custom-2 .ui.container .bottom {
        margin: 70px 0;
    }
}

@media screen and (max-width: 1000px) {
    .hide-1000 {
        display: none !important;
    }

    .process-page .custom-1 .top {
        margin-bottom: 30px;
    }

    .process-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
    }

    .process-page .custom-2 .ui.container .bottom {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 700px) {
    .process-page .custom-1 {
        padding: 30px 0;
    }

    .process-page .custom-1 .top .h3 {
        width: 100%;
    }

    .process-page .custom-1 .top p {
        width: 100%;
        padding-left: 0;
    }


    .process-page .custom-2 {
        padding: 30px 0 20px;
    }

    .process-page .custom-2 .ui.container .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .process-page .custom-2 .ui.container .top .left {
        padding-right: 0px;
        width: 100%;
    }

    .process-page .custom-2 .ui.container .top .right {
        width: 100%;
    }

    .process-page .custom-2 .ui.container .bottom {
        margin: 30px 0;
    }

    .process-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }

    .process-page .custom-2 .ui.container .bottom .left {
        padding-right: 0px;
        width: 100%;
    }

    .process-page .custom-2 .ui.container .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}



.manufacture-page .manufacture-01 {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: #faf9f9;
}

.manufacture-page .manufacture-01 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.manufacture-page .manufacture-01 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    border-radius: 5%;
}

.manufacture-page .manufacture-01 .icenter2 .le::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1;
}

.manufacture-page .manufacture-01 .icenter2 .le:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

/*.manufacture-page .manufacture-01 .icenter2 .le img{height: 100%;}*/
.manufacture-page .manufacture-01 .icenter2 .le:hover img {
    transform: scale(1.1);
}

.manufacture-page .manufacture-01 .icenter2 .ri {
    width: 50%;
}

.manufacture-page .manufacture-01 .icenter2 .ri>ul {
    margin: 20px 0 0px;
}

.manufacture-page .manufacture-01 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.manufacture-page .manufacture-01 .icenter2 .ri>ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
}

.manufacture-page .manufacture-01 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.manufacture-page .manufacture-01 dl dd .icon {
    width: 86px;
    margin-right: 58px;
}

.manufacture-page .manufacture-01 dl dd .text h4 {
    position: relative;
    padding-bottom: 0px;
    font-size: 18px;
    color: #333333;
    width: fit-content;
    margin-bottom: 10px;
}

.manufacture-page .manufacture-01 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 600;
}

.manufacture-page .manufacture-01 dl dd .text h4::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-color: var(--color);
}

.manufacture-page .manufacture-01 dl dd .text p {
    font-size: 18px;
    color: #666666;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .left {
    padding-right: 80px;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    font-weight: 500;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}

.manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 75px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}


@media screen and (max-width:1700px) {
    .manufacture-page .manufacture-01 .icenter2 .ri>ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .manufacture-page .manufacture-01 .icenter2 .ri>ul {
        margin: 16px 0 0px;
    }

    .manufacture-page .manufacture-01 dl dd {
        padding-top: 34px;
        padding-bottom: 12px;
    }

    .manufacture-page .manufacture-01 dl dd .icon {
        width: 74px;
        margin-right: 50px;
    }

    .manufacture-page .manufacture-01 dl dd .text h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .manufacture-page .manufacture-01 dl dd .text h4 strong {
        font-size: 58px;
    }

    .manufacture-page .manufacture-01 dl dd .text h4::after {
        height: 4px;
    }

    .manufacture-page .manufacture-01 dl dd .text p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1250px) {
    .manufacture-page .manufacture-01 .icenter2 .ri .bottom .left {
        padding-right: 0px;
    }
    .manufacture-page .manufacture-01 .icenter2 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1000px) {
        .manufacture-page .manufacture-01 .icenter2 {
        flex-flow: wrap;
    }
    .manufacture-page .manufacture-01 .icenter2 .le {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
        .manufacture-page .manufacture-01 .icenter2 .ri {
        width: 100%;
    }
    .manufacture-page .manufacture-01 .icenter2 .ri .bottom .right {
        padding-right: 0;
    }

    .manufacture-page .manufacture-01 .icenter2 .ri .bottom {
        padding: 30px 25px;
    }
}

@media only screen and (max-width:700px) {
    .manufacture-page .manufacture-01 dl dd .icon {
        width: 60px;
        margin-right: 31px;
    }

    .manufacture-page .manufacture-01 {
        padding-top: 50px;
    }
    .manufacture-page .manufacture-01 .icenter2 {
        padding-bottom: 30px;
    }
    .manufacture-page .manufacture-01 .icenter2 .ri .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }

    .manufacture-page .manufacture-01 .icenter2 .ri .bottom .left {
        padding-right: 0px;
        width: 100%;
    }

    .manufacture-page .manufacture-01 .icenter2 .ri .bottom .right {
        padding-right: 0;
        width: 100%;
    }
}


.manufacture-page .manufacture-02 .container {
    display: flex;
}

.manufacture-page .manufacture-02 .container .i6-l {
    width: 23.1%;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 40px;
}

.manufacture-page .manufacture-02 .container .i6-l .i6l-p {
    font-weight: 600;
    color: #fefefe;
}

.manufacture-page .manufacture-02 .container .i6-l .f-put1 {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 10px;
    border: 1px solid #499dcc;
    height: 61px;
    width: 100%;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.manufacture-page .manufacture-02 .container .i6-l .f-put1::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.manufacture-page .manufacture-02 .container .i6-l .f-put2 {
    height: 88px;
}

.manufacture-page .manufacture-02 .container .i6-l button {
    width: 172px;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: none;
}
.manufacture-page .manufacture-02 .btn-go{
    margin-right: -56px;
}

.manufacture-page .manufacture-02 .container .i6-r {
    width: 77.9%;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-t {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b {
    position: relative;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .s6-o {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 41px;
    height: 41px;
    background: #F6F6F6;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d9d9d9;
    font-size: 22px;
    z-index: 5;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .s6-o:hover {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .s6-l {
    left: -73px;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .s6-r {
    right: 0;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .i6-tap {
    display: flex;
    align-items: center;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .i6-tap p {
    width: 48px;
    height: 48px;
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .i6-box {
    max-width: 301px;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
    font-family: Poppins;
    font-weight: 600;
    color: #141414;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
    font-family: Poppins;
    font-weight: 300;
    color: #666666;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6 {
    overflow: hidden;
    position: relative;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #C8DCE8;
    border-radius: 50%;
    top: 37%;
    right: 0;
    z-index: 5;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
    position: relative;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
    position: relative;
    z-index: 1;
}

.manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2000px;
    height: 1px;
    background: #c8dce8;
}
.all-btn-hw{
    width: 172px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #007fc6;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
.all-btn-hw::after{
     -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
}

.all-btn-hw::after {
 
}
.all-btn-hw:hover {
  background: transparent;
  color: #fff;
}
.all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
.all-btn-hw span {
  position: relative;
  z-index: 2;
}

@media (max-width: 1800px) {
    .manufacture-page .manufacture-02 .container .i6-r .i6-r-b .swiper6::before {
        display: none;
    }
}

@media (max-width: 1000px) {
    .manufacture-page .manufacture-02 .container .i6-r .i6-r-b .s6-r {
        right: -73px;
    }

    .manufacture-page .manufacture-02 .container .i6-r .i6-r-b {
        padding-right: 0;
    }

    .manufacture-page .manufacture-02 .container {
        flex-wrap: wrap;
    }

    .manufacture-page .manufacture-02 .container .i6-l,
    .manufacture-page .manufacture-02 .container .i6-r {
        padding: 0;
        width: 100%;
    }

    .manufacture-page .manufacture-02 .container .i6-r {
        margin-top: 20px;
    }

    .manufacture-page .manufacture-02 .container .i6-l {
        padding: 20px;
    }
}


.manufacture-page .manufacture-03 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
    background: #f2f6f7;
}

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

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

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

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

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

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

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

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

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

    to {
        top: 95%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*.manufacture-page .manufacture-03 .bot .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}*/

.manufacture-page .manufacture-03 .bot .swiper-slide {
    width: 30%
}

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

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

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

@media screen and (max-width:1600px) {
    .manufacture-page .manufacture-03 .top p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 8px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
    .manufacture-page .manufacture-03 .top h4 {
        font-size: 20px;
    }

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

    .manufacture-page .manufacture-03 .bot .box .icon {
        zoom: .7;
    }



    .manufacture-page .manufacture-03 .bot .swiper-slide {
        width: 98%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:700px) {
    .manufacture-page .manufacture-03 .top p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
    }
    h1.hongxin {
    font-size: 20px!important;
    line-height: 1.6!important;
   
}

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

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

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

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

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

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

        to {
            top: 95%;
        }
    }

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

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

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

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

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

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

.seoPublic .Auxil-about .box .right{
    padding-top: 0;
}
.seoPublic .Auxil-about .box .right .text{
    max-height: 310px;
    line-height: 2;
}
#mobile2{
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    z-index: 2200;
}
#wap-bottom{
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

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

.seoPublic .Auxil-through a:hover{
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#0a5284, #0a5284);
}
.mt-10 {
    line-height:1.5;
}

.hongxinfoot {
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.seoPublic .text a {
    color: #666666;
}

.seoIndustry.Auxil-industry p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.seoIndustry.Auxil-industry ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.seoIndustry.Auxil-industry h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.seoIndustry.Auxil-industry h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #5dbdff 100%;
}
.seoIndustry.Auxil-industry ol li,.seoIndustry.Auxil-industry ul li {
    list-style: disc;
    list-style-position: inside;
}

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

h1.hongxin {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Unbounded;
}

ul.video{
    margin: 0 -15px;
}
ul.video li{
    padding: 15px;
}
ul.video li .block{
    position: relative;
}
ul.video li .block .play{
 position: absolute;
 z-index: 9;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}
#index-body .init-7 .partner02-list{
   margin-right: -13vw;
}
#index-body .init-7 .partner02-list .img-box{
    border-radius:  12px;
}
#index-body .init-2 .bottom{
    padding: 0 calc(3.0225vw + 12px);
    background: #FFFFFF;
border-radius: 10px;
    box-shadow: 8px 14px 29px 11px #ebebeb;
}
.custom-dots ul{
    font-family: "Unbounded";
font-weight: 500;
font-size: var(--ft30);
color: #0846A7;
position: relative;
}
.custom-dots{
    margin-left: var(--ft26);
    margin-right: var(--ft26);
}
.custom-dots ul .item2{
color: rgba(20, 20, 20, 1);
margin-left: 8px;
margin-right: 6px;
}
.custom-dots ul  .item3{
color: rgba(20, 20, 20, 1);
font-size: var(--ft19);
}
.custom-dots ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    line-height: 56px;
}
.custom-dots ul li:first-child{
position: relative;

}
.custom-dots ul li.slick-active{
    opacity: 1;
}
@media only screen and (max-width:700px) {
    #banner .banner-content .swiper-slide .txt-content h3{
        width: 100%;
    }
}
#index-body  .swiper87{
    overflow: hidden;
}
 .swiper87 .swiper-wrapper {
  transition-timing-function: linear;
  /* 线性过渡 */
}
 .swiper87 .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  /* 启用硬件加速 */
}
.init-2 .marquee {
    overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.init-2 .marquee__track {
  display: flex;
  gap: 10px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.init-2 .slide {
  flex: 0 0 10%;
  /* 默认 slidesPerView = 4 */
  display: flex;
  align-items: center;
  justify-content: center;

}

@media (max-width: 1250px) {
  .init-2 .slide {
    flex: 0 0 12.5%;
  }
}
@media (max-width: 1000px) {
  .init-2 .slide {
    flex: 0 0 20%;
  }
}
@media (max-width: 700px) {
  .init-2 .slide {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width:1800px) {
    #index-body .init-5 .right .box2 .content.content2 .more1{
        font-size: 14px;
    }
}
@media (max-width:1250px) {
    #index-body .init-5 .right .list .wid-25{
        width: 33.333%;
    }
      #index-body .init-5 .right .list .wid-75{
        width: 66.666%;
    }
}
@media (max-width:1000px) {
      #index-body .init-5 .right .list .wid-25{
        width: 25%;
    }
      #index-body .init-5 .right .list .wid-75{
        width: 75%;
    }
}
@media  (max-width:768px) {
      #index-body .init-5 .right .list .wid-25{
        width: 33.333%;
    }
      #index-body .init-5 .right .list .wid-75{
        width: 66.666%;
    }
}
@media only screen and (max-width:500px) {
      #index-body .init-5 .right .list .wid-25{
        width: 50%;
        margin-bottom: var(--ft30);
    }
      #index-body .init-5 .right .list .wid-75{
        width: 50%;
    }
}
@media (max-width:500px) {
    #index-body .init-5 .right  .wid-25 .box2 .content.content1{
        display: none;
    }
    
    #index-body .init-5 .right .list{
        flex-wrap: wrap
    }
     #index-body .init-5 .right .list>ul{
         width: 100% !important;
     }
}
@media  (max-width:1500px) {
    #index-body .init-5 .left img{
        height: 800px;
    }
}
@media (max-width:1250px) {
    #index-body .init-5 .page{
        width: 60%;
    }
}
@media  (max-width:1000px) {
    #index-body .init-5 .page{
        width: 100%;
    }
}
.init-87 .swiper-i01{
overflow: hidden;
margin-top: var(--ft60);
}
.i-product .img-box{
    
    border:  1px solid  #cfcfcf;
}
.i-product ul{
    margin-top: var(--ft56);
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:var(--ft24);
}
.i-product ul h4{
    font-weight: 600;
        -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.i-product ul .more6{
    color: var(--color);
        -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: var(--ft18);
}

.i-product ul.wrap li .content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding:var(--ft26) 15px;
}
.i-product ul.wrap li:hover .content {
    background: var(--color);
}
.i-product ul.wrap li:hover  h4,
.i-product ul.wrap li:hover .more6{
    color: #fff;
}
@media (max-width:1250px) {
    .i-product ul{
    margin-top: var(--ft56);
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:var(--ft24);
}
}
@media  (max-width:1000px) {
    .i-product ul{
    margin-top: var(--ft56);
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:var(--ft24);
}
}
@media  (max-width:500px) {
    .i-product ul{
    margin-top: var(--ft56);
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:var(--ft24);
}
}
@media (max-width:400px) {
    .i-product ul{
    margin-top: var(--ft56);
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:var(--ft24);
}
}
.init-87{
        background-color: #f2f2f2;
        position: relative;
}
.init-87 .bg{
    position: absolute;
    width: 114%;
    left: -7%;
    bottom: 3px;
}
.init-87 .bg img{
    width: 100%;
    
}
@media (max-width:1000px) {
    .init-87 .bg{
        display: none;
    }
}
.prodet-page .prodet-2 table tr:nth-child(even){
    background: #fff ;
}
.prodet-page .prodet-2 table tr:nth-child(1),
.prodet-page .prodet-2 table tr:nth-child(2){
    background: #eee ;
}
.prodet-page .prodet-2 table tbody tr td{
    white-space: nowrap;
}
.contact-page .contact-0 .left img {
  max-width: 400px;
}
.contact-page .contact-0 .left .tip{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-page .contact-0 .left .txt{
  font-size: 16px;
}
.contact-page .contact-0 form li label {
  padding: 1.3em 1em .7em;
  border: 1px solid #ddd;
  width: 100%;
  display: block;
}
.contact-page .contact-0 form li label input,
.contact-page .contact-0 form li label textarea {
  width: 100%;
  border: none;
  background-color: transparent;
}
.contact-page .contact-0 form li label span {
  margin-bottom: -1em;
  display: block;
  line-height: 1;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.contact-page .contact-0 form li label textarea {
  height: 120px;
}
.contact-page .contact-0 form li label:focus-within span,
.contact-page .contact-0 form li label.active span {
  top: -0.9em;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.contact-page .contact-0 form li button {
  border: none;
  margin-top: 1em;
}
@media screen and (max-width: 1450px) {
      .contact-page .contact-0 .left .tip{
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
      .contact-page .contact-0 .left ul{
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 12px;
   }
}
@media screen and (max-width: 1000px) {
     .contact-page .contact-0 .left{
    margin-bottom: 35px;
  }
   .contact-page .contact-0 .left img {
    max-width: 250px;
  }
    .contact-page .contact-0 .left .txt{
    font-size: 15px;
  }
}
.contact-0 .font-em-15{
    font-weight: 600;
}
@media screen and (max-width: 1600px) {
   

}
.text-hide-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.text-hide-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media only screen and (max-width: 1330px) {
    #index-body .init-5 .right .box2 .content.content2 .more1 {
        font-size: 12px;
    }
}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1700px) {}