@font-face {
  font-family: "GoodTimes";
  src: url("../fonts/GoodTimes.eot");
  src: url("../fonts/GoodTimes.eot?#iefix") format("embedded-opentype"), url("../fonts/GoodTimes.woff2") format("woff2"), url("../fonts/GoodTimes.woff") format("woff"), url("../fonts/GoodTimes.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #173e8d;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.mobileForm input{
  border: 1px solid var(--color);
}
.play-btn i {
  border: none;
}
.title {
  font-family: "GoodTimes";
  font-weight: normal;
}
.title1 {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.font-bold{
  font-family: "GoodTimes";
  font-weight: normal;
}
.page-header01{
  background: #ffffff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #ffffff;
  color: #000000;
}
.gt {
  font-family: "GoodTimes";
  font-weight: normal;
}
.fw-500 {
  font-weight: 500;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more{
  min-width: 221px;
  height: 56px;
  background-color: var(--color);
  border-radius: 27px;
   padding: 4px;
   display: inline-block;
   color: #ffffff;
}
.more div{
  height: 48px;
  width: 100%;
  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;
  text-transform: uppercase;
  
  padding-left: 26px;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2
}
.more div::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff url(../images/jt1.png) no-repeat center center;
  margin-left: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.more div::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #ffffff;
 -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.more:hover {
 color: var(--color);
}
.more:hover div::before {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .container {
  max-width: 1750px;
}
#header .nav {
  padding: 15px 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 95px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "\f107";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.jt::after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 25px;
  background-color: #000000;
  margin: 0 30px;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
  margin-right: 10px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .msg {
  margin-left: 50px;
  width: 200px;
  height: 50px;
  background-color: #0060c7;
  border-radius: 25px;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .msg:hover {
  background: var(--color);
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 2;
}
.col {
  color: var(--color);
}
@-webkit-keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes ban_box {
  0% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-moz-keyframes ban_box2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .container {
  max-width: 1750px;
}
#banner li {
  overflow: hidden;
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
}
#banner li .text .box {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
#banner li .text .box .more {
  background: #ffffff;
  color: var(--color);
}
#banner li .text .box .more div::after {
  background: var(--color) url(../images/jt2.png) no-repeat center center;
}
#banner li .text .box .more:hover {
  color: #ffffff;
}
#banner li .text .box .more div::before {
   background: var(--color);
}
#banner .slick-active .text .box {
  -webkit-animation: ban_box 1s 0.5s 1 forwards linear;
  -moz-animation: ban_box 1s 0.5s 1 forwards linear;
  animation: ban_box 1s 0.5s 1 forwards linear;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .advantage {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
}
#index-body .advantage .container {
  max-width: 1750px;
}
#index-body .advantage .list {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 52px 2px rgba(212, 212, 212, 0.29);
  box-shadow: 0px 0px 52px 2px rgba(212, 212, 212, 0.29);
}
#index-body .advantage .list .icon {
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .advantage .list li {
  padding: 60px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list li:last-child .ig {
  border: none;
}
#index-body .advantage .list li .ig {
  padding: 0 40px;
  border-right: 2px solid rgba(35, 31, 32, 0.1);
  height: 100%;
}
#index-body .advantage .list li .ig .tit {
  font-weight: 500;
  margin: 35px 0 30px;
}
#index-body .advantage .list li:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .advantage .list li:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .list li:hover .cont {
  opacity: 1;
}
#index-body .categories {
  background: url(../images/p_bg.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 2
}
#index-body .categories .video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .categories .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .categories .video::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
 background: linear-gradient(0deg, #0b1a1a, #004d66 60%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    inset: 0 0%;
}
#index-body .categories .container{
  z-index: 4;
}
#index-body .categories .title {
  color: #ffffff;
}
#index-body .categories .box {
  text-align: center;
}
#index-body .categories .box .tit {
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#index-body .categories .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .categories .box .item:nth-child(odd) .list {
  padding-right: 60px;
}
#index-body .categories .box .item:nth-child(even) .list {
  padding-left: 60px;
  border-right: none;
}
#index-body .categories .box .item .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
#index-body .categories .box .item .list ul {
  margin: -20px -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .categories .box .item .list ul li {
  padding: 15px 9px;
  width: 50%;
}
#index-body .categories .box .item .list .ig {
  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-size: 17px;
  font-weight: 500;
  height: 90px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 20px;
}
#index-body .categories .box .item .list .ig .icon {
  width: 40%;
  text-align: left;
  position: relative;
}
#index-body .categories .box .item .list .ig .icon .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
#index-body .categories .box .item .list .ig .txt {
  width: 60%;
}
#index-body .categories .box .item .list .ig:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .categories .box .item .list .ig:hover .icon .i2 {
  opacity: 1;
}
#index-body .categories .box .item .list .ig:hover .icon .i1 {
  opacity: 0;
}
#index-body .product .list ul {
  margin: -15px;
}
#index-body .product .list ul li {
  padding: 15px;
}
#index-body .product .list ul li .ig {
  padding: 30px 40px;
  background-color: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .product .list ul li .ig .tip {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .product .list ul li .ig .tip .tit {
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .product .list ul li .ig .tip .btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--color);
  margin-left: 10px;
}
#index-body .product .list ul li .ig .tip .btn i {
  margin-left: 12px;
}
#index-body .product .list ul li .ig .img {
  mix-blend-mode: multiply;
}
#index-body .product .list ul li .ig:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}
#index-body .about .top {
  background: url(../images/comy.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  padding-bottom: 330px;
  position: relative;
}
#index-body .about .top::after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  border-radius: 50px 50px 0 0;
  background: #f7f7f7;
  left: 0;
  bottom: -1px;
}
#index-body .about .top .title {
  color: #ffffff;
}
#index-body .about .top .data {
  max-width: 1200px;
  margin: 0 auto;
}
#index-body .about .top .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  text-align: center;
}
#index-body .about .top .data ul .icon {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .about .top .data ul .num {
  line-height: 1;
  margin-top: 30px;
}
#index-body .about .top .data ul p {
  font-size: 16px;
  margin-top: 5px;
}
#index-body .about .bottom {
  margin-top: -220px;
  background: #f7f7f7;
}
#index-body .about .bottom .list {
  padding: 0 40px;
}
#index-body .about .bottom .swiper {
  overflow: hidden;
}
#index-body .about .bottom .swiper .img{
  position: relative;
}
#index-body .about .bottom .swiper .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: .5s;
  cursor: pointer;
}
#index-body .about .bottom .swiper .img>img {
  border-radius: 20px;
  width: 100%;
}
#index-body .about .bottom .swiper-slide-active .img .play{
  opacity: 1;
}
#index-body .about .bottom .cont {
  max-width: 1335px;
  margin: 80px auto 0;
}
#index-body .map {
  color: #ffffff;
  background: var(--color);
}
#index-body .map .top {
  max-width: 1140px;
  margin: 0 auto;
}
#index-body .news .box .left {
  width: 28%;
   position: sticky;
   top: 140px;
}
#index-body .news .box .left .title {
  line-height: 1.1;
  margin-top: 40px;
}
#index-body .news .box .right {
  width: 72%;
}
#index-body .news .box .right li .ig {
  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: 45px 0 55px;
  border-top: 1px solid #999999;
  position: relative;
}
#index-body .news .box .right li .ig::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #173e8d;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .news .box .right li .ig .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 100px;
}
#index-body .news .box .right li .ig .text .tit {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .box .right li .ig .text .tit:hover {
  color: var(--color);
}
#index-body .news .box .right li .ig .time {
  width: 110px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .box .right li .ig .cont {
  color: #040404;
  opacity: 0.77;
  line-height: 1.8;
  height: 5.5em;
  margin-top: 35px;
}
#index-body .news .box .right li .ig .btn {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  border: solid 1px #999999;
  color: #999999;
  font-size: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 80px;
}
#index-body .news .box .right li .ig .btn:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .box .right li .ig:hover .time {
  color: var(--color);
}
#index-body .news .box .right li .ig:hover::after {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #161616;
  color: #fff;
}
#footer .f-box {
  font-size: 16px;
}
#footer .f-box .title {
  line-height: 1.5;
}
#footer .f-box .tit {
  font-size: 20px;
  line-height: 1;
  font-family: "GoodTimes";
  font-weight: normal;
}
#footer .f-box .left li {
  line-height: 1.8;
  margin-bottom: 0.5em;
}
#footer .f-box .left li ul {
  display: none;
}
#footer .f-box .left li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#footer .f-box .left li a:hover {
  opacity: 1;
}
#footer .f-box .left li .txt {
  opacity: 0.5;
  margin-top: 6px;
}
#footer .f-box .left .f-contact {
  max-width: 500px;
}
#footer .f-box .left .f-contact li {
  margin-bottom: 1.5em;
}
#footer .f-box .right li {
  margin-bottom: 48px;
}
#footer .f-box .right li:last-child {
  margin-bottom: 0;
}
#footer .f-box .right li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .right li label .num {
  width: 52px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 30px;
  margin-right: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right li label .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .right li label .txt input {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}
#footer .f-box .right li label:focus-within .num {
  background: var(--color);
  border: 1px solid var(--color);
}
#footer .f-box .right li button {
  width: 150px;
  height: 44px;
  background-color: var(--color);
  border-radius: 22px;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  border: none;
  margin-left: 92px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right li button:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
}
#footer .f-copy p {
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 80px;
  }
  #banner li .text .box {
    width: 44%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .product .list ul li .ig {
    padding: 25px;
  }
  #index-body .product .list ul li .ig .tip {
    font-size: 22px;
  }
  #index-body .advantage .list li .ig {
    padding: 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #banner li .text .box {
    width: 48%;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .text .box {
    width: 60%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
  }
  #index-body .categories .box .item .list .ig {
    font-size: 16px;
    padding: 5px 15px;
  }
  #index-body .categories .box .item:nth-child(odd) .list {
    padding-right: 30px;
  }
  #index-body .categories .box .item:nth-child(even) .list {
    padding-left: 30px;
  }
  #footer .f-box .left {
    width: 60%;
  }
  #footer .f-box .right {
    width: 37%;
  }
  #footer .f-box .left .f-contact {
    max-width: 350px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .advantage {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  #index-body .news .box .right li .ig .text {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .advantage {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 40px 0;
  }
  #index-body .advantage .list li {
    width: 50%;
    padding: 30px 0;
  }
  #index-body .advantage .list li:nth-child(2n) .ig {
    border: none;
  }
  #index-body .categories .box .item .list ul li {
    width: 100%;
  }
  #index-body .about .bottom .list {
    padding: 0;
  }
  #index-body .product .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #banner li .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner li .text .box {
    width: 70%;
  }
  #index-body .product .list ul li .ig .tip {
    font-size: 20px;
  }
  .font-24 {
    font-size: 16px;
  }
  #index-body .news .box .left {
    margin-bottom: 40px;
    position: static;
  }
  #footer .f-box .left .f-contact {
    max-width: 100%;
    margin-bottom: 25px;
  }
  #footer .f-box .left .f-nav {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 28%;
    zoom: 0.75;
  }
  #banner li .text .box {
    width: 100%;
  }
  #banner li > img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .f-box .tit {
    font-size: 18px;
  }
  #index-body .categories .box .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .categories .box .item:nth-child(odd) .list {
    padding-right: 0;
    border: none;
  }
  #index-body .categories .box .item:nth-child(even) .list {
    padding-left: 0;
  }
  .font-30 {
    font-size: 17px;
  }
  #index-body .categories .box .item .list ul li {
    width: 50%;
  }
  #index-body .about .top .data ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .about .bottom {
    margin-top: -150px;
  }
  #index-body .about .top {
    padding-bottom: 200px;
  }
  #index-body .about .top .lg {
    zoom: 0.8;
  }
  .font-60 {
    font-size: 25px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 22px;
  }
  #index-body .news .box .right li .ig {
    display: block;
  }
  #index-body .news .box .right li .ig .text {
    padding: 0;
    margin-top: 25px;
  }
  #index-body .news .box .right li .ig .btn {
    display: block;
    margin-top: 25px;
  }
  #index-body .news .box .right li .ig .cont {
    margin-top: 20px;
  }
  #index-body .product .list ul li .ig .tip {
    font-size: 18px;
  }
  .more {
    zoom: 0.9;
  }
  #index-body .about .top::after {
    height: 25px;
    border-radius: 25px 25px 0 0;
  }
  #footer .f-box .right li label .num {
    margin-right: 20px;
  }
  #footer .f-box .right li button {
    margin-left: 70px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .categories .box .item .list ul li {
    width: 100%;
  }
  #footer .f-box .tit {
    font-size: 16px;
  }
  #index-body .product .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .advantage .list li {
    width: 100%;
    padding: 20px 0;
  }
  #index-body .advantage .list li .ig {
    border: none;
  }
  #index-body .about .top .data ul p {
    font-size: 14px;
  }
  #index-body .about .top .lg {
    zoom: 0.7;
  }
  .more {
    zoom: 0.75;
  }
  #index-body .about .top .data ul .icon {
    zoom: 0.8;
  }
  #banner li .text .box {
    padding: 24px;
  }
}


/*inner css*/
.inner-banner {
    padding-top: 104px;
    overflow: hidden;
}
.inner-banner .con {
    padding-left: 90px;
}
.inner-banner img.ban {
    position: absolute;
    left: 0;
    top: 12px;
    width: 70px;
}
.inner-banner .mbx {
    color: #666565;
}
.inner-banner .mbx span {
    color: var(--color);
}
.inner-banner .con .line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #b1b2b2;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1250px) {
    .inner-banner {
        padding-top: 60px;
    }
}

.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}


.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li .h6{
  cursor: pointer;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 7000px) {
  .faq-page .faq-1 .list ul li{
    padding: 30px 40px;
  }
}

.m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page span,
.m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
@media screen and (max-width: 700px) {
    .m-page {
        margin: 15px -5px 0;
    }
}


.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}

.contact-page .contact-1 .left .text span {
  color: black;
}

.contact-page .contact-1 .left .text i ,
.contact-page .contact-1 .left .text .img{
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}

.contact-page .contact-1 .left .text i:before,
.contact-page .contact-1 .left .text .img:before {
  font-size: 1.2em;
}

.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .2em;
  opacity: .8;
}

.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}

.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right input[type="submit"]{
    width: 196px;
    background-color: var(--color);
}
.contact-page .contact-1 .right input[type="submit"]:hover{
    background-color: #000;color: #fff;
}
.contact-page .contact-1 .right textarea {
  height: 110px;
}

.contact-page .contact-1 .right select {
  padding: 1em;
}

.contact-page .contact-1 .right button {
  width: auto;
  border: none;
}

.contact-page iframe {
  border: none;
  display: block;
}
@media screen and (max-width: 1250px) {

  .contact-page iframe {
    height: 400px;
  }
}
@media screen and (max-width: 1000px){
    .contact-page .contact-1 .left {
    position: static;
  }
}

.news-page .news-1 .bottom ul li .ig {
  height: 357px;
  background-color: #f4f4f4;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.news-page .news-1 .bottom ul li .ig .title {
  line-height: 1.5;
}
.news-page .news-1 .bottom ul li .ig .con {
  line-height: 1.7;
  margin-top: 13px;
  height: 0;
}
.news-page .news-1 .bottom ul li .ig .link {
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  line-height: 58px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
}
.news-page .news-1 .bottom ul li .ig .link i {
  display: inline-block;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.news-page .news-1 .bottom ul li .ig .more {
  opacity: 0;
  transform: translateY(-100%);
  position: relative;
  z-index: -2;
}
.news-page .news-1 .bottom ul li .ig::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(307deg, #0060c7 0%, #173e8d 100%), -webkit-linear-gradient(#173e8d, #173e8d);
  background-image: -moz-linear-gradient(307deg, #0060c7 0%, #173e8d 100%), -moz-linear-gradient(#173e8d, #173e8d);
  background-image: linear-gradient(143deg, #0060c7 0%, #173e8d 100%), linear-gradient(#173e8d, #173e8d);
  background-blend-mode: normal, normal;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 93px;
  height: 92px;
  background: url(../images/n-icon.png) no-repeat center;
  background-size: cover;
}
.news-page .news-1 .bottom ul li .ig:hover {
  color: #fff;
}
.news-page .news-1 .bottom ul li .ig:hover .title {
  text-align: left;
}
.news-page .news-1 .bottom ul li .ig:hover .con {
 height: 4.9em;
}
.news-page .news-1 .bottom ul li .ig:hover .btn .link {
  opacity: 0;
}
.news-page .news-1 .bottom ul li .ig:hover .btn .more {
  /*display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;*/
  opacity: 1;
  z-index: 2
}
.news-page .news-1 .bottom ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.news-page .news-1 .bottom ul li .ig:hover::after {
  -webkit-filter: brightness(100) opacity(0.9);
  filter: brightness(100) opacity(0.9);
}
.news-page .news-1 .bottom ul{
  margin: -15px;
}
.news-page .news-1 .bottom ul li{
  padding: 15px;
}
@media screen and (max-width: 500px) {
 .news-page .news-1 .bottom ul li .ig {
    height: 280px;
  }
  .news-page .news-1 .bottom ul li .ig .link{
    zoom: 0.85;
  }
}
.newdet-page h1 {
  line-height: 1.4;
}

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

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

.newdet-page .m-link a:hover {
  background-color: black;
}
.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

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

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

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

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

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

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

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

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

.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

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

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

.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sidebarLeft .nav ul li i {
    position: absolute;
    top: 21px;
    right: 14px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.inner-page .sidebarLeft .nav ul li i.active{
  transform: rotate(90deg);
}
.inner-page .sidebarLeft .nav ul li ul{
    padding-left: 10px;
}
.inner-page .sidebarLeft .nav ul li li{
    font-size: 18px;
    font-weight: 300;
    color: #666;
}
.inner-page .sidebarLeft .nav ul li li li{
    font-size: 16px;
}
@media screen and (max-width: 1450px) {
  .inner-page .sidebarLeft .nav ul li{
  font-size: 18px;
}
.inner-page .sidebarLeft .nav ul li li{
  font-size: 16px;
}
}
@media screen and (max-width: 1250px) {
.inner-page .sidebarLeft{
  width: 32%;
}
.inner-page .sidebarRight {
  width: 65%;
}
.inner-page .sidebarLeft .nav ul li{
  font-size: 16px;
}
.inner-page .sidebarLeft .nav ul li li{
  font-size: 14px;
}
.inner-page .sidebarLeft .nav ul li{
  font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
  .newdet-page h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.4;
  }
    .inner-page .sidebarLeft {
    display: none;
  }
}
.product-banner,
.product-link-page{
  background: #E9EFF6;
}
.product-link-page .sidebar-box {
    border-bottom: 1px solid #eee;
}

.inner-page .sidebar-left {
    width: 27%;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    background: #fff;
    border-radius: 10px;
}

.inner-page .sidebar-left .box {
    margin-bottom: 30px;
    padding: 30px 20px;
}
.inner-page .sidebar-left .box.contact ul li{
    font-size: 18px;
    font-weight: 300;

}
.inner-page .sidebar-left .box.contact ul li a{
    color: #666;
    word-break: break-all;
}
.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0;
}

.inner-page .sidebar-left .box h3 {
    font-size: 26px;
    line-height: 1.8;
    color: var(--color);
    margin-bottom: 10px;
}

.inner-page .sidebar-left .box ul li {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-top: 10px;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0;
    padding-right: 10px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}

.inner-page .sidebar-left .box ul li i {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    transition: .5s;
}
.inner-page .sidebar-left .box ul li i.active{
  transform: rotate(90deg);
}
.inner-page .sidebar-left .box ul li li {
    width: 100%;
    font-size: 18px;font-weight: 300;
}
.inner-page .sidebar-left .box ul li li li{
    font-size: 16px;font-weight: 300;
}
.inner-page .sidebar-left .box ul li ul li:last-child {
    border-bottom: none;
}

.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px;
}

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

.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: none;
}
.inner-page .sidebar-left .box ul li.active ul{
    display: block;
}
.inner-page .sidebar-left .box ul li.active a.child {
    color: var(--color);
}

.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107";
}

.inner-page .sidebar-left .box .share ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .sidebar-right {
    width: 73%;
    padding-left: 40px;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-left .box{
    padding: 25px 12px
  }
  .inner-page .sidebar-left .box ul li{
    font-size: 16px;
  }
  .inner-page .sidebar-left .box.contact ul li{
    font-size: 16px;
  }
  .inner-page .sidebar-left{
    width: 35%
  }
  .inner-page .sidebar-right{
    width: 65%
  }
}
.product-page .sidebar-right ul {
    text-align: left;
    margin: -10px;
}

.product-page .sidebar-right ul.sharelist {
    display: flex;
    justify-content: flex-start;
}

.product-page .sidebar-right ul li {
    padding: 10px;
}

.product-page .sidebar-right ul li .box {
    border: solid 1px #97c5a9;
    padding: 10px;
}



.product-page .sidebar-right ul li a.img-box {
    width: 100%;
    display: block;
}

.product-page .sidebar-right ul li a.img-box img {
    width: 100%;
}

.product-page .sidebar-right ul li .content {
    display: block;
    margin-top: 10px;
}
.inner-page.product-link-page .pro-1 .box ul {
    margin: -12px;
}

.inner-page.product-link-page .pro-1 .box ul li {
    padding: 12px;
}

.inner-page.product-link-page .pro-1 .box ul li .ig {
    display: inline-block;
}

.inner-page.product-link-page .pro-1 .box ul li .ig img {
    margin: auto;
}

.inner-page.product-link-page .pro-1 .box ul li h4 {
    text-align: center;
    color: #383737;
    font-family: 'Poppins';
    font-size: 20px;
    padding-top: 10px;
    line-height: 1.6;
}

.inner-page.product-link-page .pro-1 .m-page a {
    color: #000;
}

.inner-page.product-link-page .pro-1 .m-page a:hover {
    color: #fff;
    background: var(--color);
}


@media screen and (max-width: 1000px) {
    .inner-page .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-right {
        width: 100%;
        padding: 0;
    }
    .phone_hide{
      display: none;
    }
}
@media screen and (max-width: 500px) {
    .inner-page.product-link-page .pro-1 .box ul li {
        text-align: center;
    }
}
.prodet-page,
.prodet-banner{
  background: #e9eff6;
}
.inner-page.prodet-page .pro-1 .grid1 {
    font-size: 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 20px 0 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left .prev,
.inner-page.prodet-page .pro-1 .grid1 .left .next {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #525252;
    background-color: #262626;
    cursor: pointer;
    padding: 10px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li {
    padding: 5px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li a {
    display: inline-block;
    background-color: #ebeaea;
    padding: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right {
    display: inline-block;
    vertical-align: top;

}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 {
    color: #282828;
    /*background-color: #fafafa;*/
    margin-bottom: 15px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
    width: 65%;
    padding: 0 7% 0 0;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left span {
    font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
    font-size: 16px;
    padding: 20px 0;
    color: #666;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
    width: 35%;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right img{
    background-color: #fff;
    border-radius: 10px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-2 {
    font-size: 16px;
    /*background-color: #fff;*/
    color: #666;
    padding-top: 50px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span{
        padding-right: 20px;
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
    cursor: pointer;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span.active{
    color: var(--color);
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret{
    margin-top: 15px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>span{
    display: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-3 {
    font-size: 16px;
    background-color: #fff;
    color: #666;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 {
    background-color: #1c1c1c;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title {
    color: #fff;
    padding: 26px 40px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title h4 {
    font-size: 38px;
    font-family: 'Anton';
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title span {
    font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
    background-color: #2d2d2d;
    padding: 54px 80px 30px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li {
    font-size: 14px;
    padding-bottom: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li h6 {
    text-transform: uppercase;
    color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p {
    font-size: 16px;
    color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p span {
    color: var(--color);
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input[type="submit"] {
    display: inherit;
    width: auto;
    font-size: 15px;
    font-family: 'Roboto-Black';
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
    padding: 20px 36px;
    margin: auto;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li textarea {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
        width: 100%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
        width: 100%;
        margin-top: 5%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
        padding: 30px 0;
    }
}

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

    .inner-page.prodet-page .pro-1 .grid1>.left {
        display: none;
    }

    .inner-page.prodet-page .pro-1 .grid1>.right {
        width: 100%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options{
        display: none;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>span {
        display: block;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide{
        display: block!important;
        margin: 10px 0;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>div{
        margin-top: 10px;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret {
        margin-top: 0;
    }

}

@media screen and (max-width: 500px) {
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
        width: 100%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
        width: 100%;
    }

    .inner-page .sol-form .form,
    .inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
        padding: 30px 20px 10px;
    }
}


.service-page .service-1 {
  background-color: #fff;
  position: relative;
}
.service-page .service-1 .top{
  width: 1200px;
  margin: 0 auto;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.service-page .service-1 .left .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 1%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul ul{
    margin: 10px 0;
}

.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li li{
  padding:  0;

}

.service-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--color);
}
.service-page .service-1 .right .list ul li .box .img {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.service-page .service-1 .right .list ul li .box .img img{
  width: 50%;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
      width: 81%;
    color: #fff;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
  line-height: 1.8;
  font-size: 22px;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
@media (max-width: 1250px) {
  .proPublic .init-releted .content .btn {
    display: none;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    margin-bottom: 20px;
  }
  .service-page .service-1 .right .list ul li .box .content span.h6{
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box .img {
   zoom: 0.8;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}

#cp-Nav{
  padding-top: 30px;
  background: #E9EFF6;
}
#cp-Nav .nav div.title{
  font-weight: normal;
}

.seoPublic .Auxil-related .list ul li .box .more{
  color: #ffffff;
}
.seoPublic .Auxil-related .list ul li .box .more:hover{
  color: var(--color);
}
/*about-page*/
.about-page .play {
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.about-page .play svg {
  width: 7.14285714em;
  height: auto;
  text-transform: uppercase;
  letter-spacing: .6em;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about-page .play svg path {
  fill: none;
}
.about-page .play.pos {
  position: absolute;
}
.about-page div.slickDots ul {
  gap: 1.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about-page .about-1 .box .left{
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.about-page .about-2 {
  color: white;
}

.about-page .about-2 .backImg {
  background-attachment: fixed;
}

.about-page .about-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}


.about-page .about-2 svg {
  fill: white;
}

.about-page .about-2 span.h6 {
  line-height: 1;
}

.about-page .about-2 span.h6 sub {
  vertical-align: baseline;
  margin-left: .7em;
}

.about-page .about-2 .line {
  width: 100px;
}

.about-page .about-2 .line ul li {
  height: 90px;
  width: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8), transparent);
  position: relative;
}

.about-page .about-2 .line ul li i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid white;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-2 .year {
  font-style: italic;
}
.about-page .about-2 .year div{
  flex: 1;
}
.about-page .about-3 .left span.h2 {
  line-height: 1;
}

.about-page .about-3 .left .drop {
  position: relative;
  z-index: 1;
  user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.about-page .about-3 .left .drop>div {
  height: 100%;
  position: relative;
}

.about-page .about-3 .left .drop>div:before {
  content: '';
  width: 241.66666667%;
  padding-top: 241.66666667%;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: absolute;
   left: -30%;
  top: -30%;
  z-index: -1;
}

.about-page .about-3 .left .drop .btns {
  background-color: transparent;
  height: auto;
  padding: 0;
  font-style: italic;
  color: var(--color);
  line-height: 1;
}

.about-page .about-3 .left .drop .btns i:after {
  border-color: var(--color);
}

.about-page .about-3 .left .drop .btn {
  -webkit-transform: rotate(322deg) translate(-30%, -70%);
  -moz-transform: rotate(322deg) translate(-30%, -70%);
  -ms-transform: rotate(322deg) translate(-30%, -70%);
  transform: rotate(322deg) translate(-30%, -70%);
}

.about-page .about-3 .left .drop .btn .prev {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  color: var(--color);
}

.about-page .about-3 .left .drop .btn .next {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
  color: var(--color);
}

.about-page .about-3 .left .drop img {
  user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: relative;
  -webkit-transition: .5s transform;
  -moz-transition: .5s transform;
  transition: .5s transform;
}

.about-page .about-3 .left .drop .dropBtn {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  max-width: 2em;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.about-page .about-3 .left .drop .dropBtn img {
  -webkit-transform: rotate(43.4deg);
  -moz-transform: rotate(43.4deg);
  -ms-transform: rotate(43.4deg);
  transform: rotate(43.4deg);
}

.about-page .about-3 .left .drop .dropBtn.drag-right img {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.about-page .about-3 .left .drop .dropBtn.drag-left img {
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.about-page .about-3 .right .list {
  width: 150%;
  margin-left: -50%;
  padding-left: 50%;
  overflow: hidden;
}

.about-page .about-3 .right .list .slick-list {
  overflow: unset;
}

.about-page .about-4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fafafa));
  background-image: -webkit-linear-gradient(bottom, transparent, #fafafa);
  background-image: -moz-linear-gradient(bottom, transparent, #fafafa);
  background-image: linear-gradient(to top, transparent, #fafafa);
}


.about-page .about-4 .text {
  color: #5b5b5b;
}

.about-page .about-4 ul.slick {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1450px){
  .about-page .about-2 .line {
    width: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 .line {
    width: 50px;
  }
  .about-page .about-3 .left .drop .btn{
    -webkit-transform: rotate(327deg) translate(-30%, -80%);
    -moz-transform: rotate(327deg) translate(-30%, -80%);
    -ms-transform: rotate(327deg) translate(-30%, -80%);
    transform: rotate(327deg) translate(-30%, -80%);
  }
}
@media screen and (max-width: 1000px){
  
  .about-page .about-2 .left {
    position: relative;
    top: 0;
  }
  .about-page .about-1 .box .left{
    position: static;
    order: 2;
    margin-top: 30px;
  }
  

  .about-page .about-3 .left .drop {
    display: none;
  }

  .about-page .about-3 .left span.h2 {
    width: 100%;
    text-align: left;
  }
.about-page .about-3 .left span.h2 br{
  display: none;
}
  .about-page .about-3 .right .list {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

}
@media screen and (max-width: 500px){
  
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .number {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-2 .number ul {
    gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .year {
    width: 80%;
  }
}



#index-body .init-advantage ul {
  margin: -17px;
}
#index-body .init-advantage ul li {
  width: 25%;
  padding: 17px;
}
#index-body .init-advantage ul li .box {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 32px 28px 40px;
  transition: all 0.5s;
  height: 100%;
}
#index-body .init-advantage ul li:hover .box{
  transform: translateY(-8px);
}
#index-body .init-advantage ul li .box i {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-advantage ul li .box .desc {
  color: #666666;
  height: 200px;
  overflow-y: auto;
}
#index-body .init-technology {
  background-color: #333333;
  position: relative;
  z-index: 0;
}
#index-body .init-technology .bgl {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
#index-body .init-technology .right{
  padding-left: 5%;
  color: #ffffff;
}
#index-body .init-technology .infolist ul {
  margin: -22px -10px;
}
#index-body .init-technology .infolist ul li {
  padding: 22px 10px;
}
#index-body .init-technology .infolist ul li .box {
  opacity: 0.48;
  transition: all 0.5s;
}
#index-body .init-technology .infolist ul li .box i {
  width: 44px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-technology .infolist ul li:hover .box {
  opacity: 1;
}
@media screen and (max-width: 1450px) {
   #index-body .init-advantage ul {
    margin: -10px;
  }
  #index-body .init-advantage ul li {
    padding: 10px;
  }
  #index-body .init-advantage ul li .box {
    padding: 25px 15px 70px;
  }
  #index-body .init-advantage ul li .box i {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-advantage ul li {
    width: 50%;
  }
   #index-body .init-technology .infolist ul li {
    padding: 10px;
  }
  #index-body .init-technology .infolist ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-technology .bgl {
    position: static;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-advantage ul li {
    width: 100%;
  }
  #index-body .init-advantage ul li .box .desc {
    height: auto;
  }
  #index-body .init-advantage ul li .box {
    padding: 25px 15px;
  }
    #index-body .init-technology .bgl {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-technology .infolist ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}