@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.pop {
  font-family: 'Poppins';
}
.title,
.rany,
.Rany {
  font-family: 'Rany';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #f8931d;
  --color1: #003795;
}
.container {
  width: 1730px;
  padding: 0 15px;
}
.minContainer {
  width: 1530px;
}
.blue {
  color: var(--color1);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes dots {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-6px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.menuNavCont {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.menuNavCont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.menuNavCont .contC {
  margin-left: auto;
  width: 580px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 90px 80px 0;
  height: 100%;
}
.menuNavCont .contC .cont {
  padding-right: 4px;
  overflow-y: auto;
  max-height: -webkit-calc(0%);
  max-height: -moz-calc(0%);
  max-height: calc(100% - 100px);
}
.menuNavCont .contC .cont .tag {
  margin-top: 50px;
}
.menuNavCont .contC .cont .tag em {
  color: #fc5220;
}
.menuNavCont .contC .cont .title {
  margin-top: 10px;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.menuNavCont .contC .cont .des {
  margin-top: 40px;
}
.menuNavCont .contC .close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 30px;
}
.menuNavCont .contC .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fc5220;
}
.menuNavCont .contC .moreCont {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 10px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}
.menuNavCont .contC .moreCont i {
  font-size: 20px;
  margin-left: 4px;
}
.menuNavCont .contC .moreCont:hover {
  background-color: var(--color);
}
.menuNavCont.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.color9 {
  color: #999;
}
.color6 {
  color: #666;
}
.Hbtn,
.inner-page .Hbtn {
  color: #5e5e5e;
}
.Hbtn em,
.inner-page .Hbtn em {
  border-radius: 28px;
  border: solid 1px #bdbec0;
  height: var(--px56);
  min-height: 40px;
  min-width: 165px;
  text-align: center;
  padding: 0 var(--px23);
}
.Hbtn i,
.inner-page .Hbtn i {
  width: var(--px56);
  height: var(--px56);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #004a9f;
  margin-left: -14px;
  color: #fff;
}
.Hbtn:hover em,
.inner-page .Hbtn:hover em {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.Hbtn:hover i,
.inner-page .Hbtn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 8px 0 7px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  opacity: 0;
  z-index: -1;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .logoCenter {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #000;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  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;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .searchBox form {
  border-bottom: 2px solid #d4d4d4;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  background-color: #fff;
  border: none;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"] {
  width: 290px;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
  width: 15px;
  height: 16px;
  background-image: url('../images/index_2.png');
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .txt {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img.down {
  width: 8px;
  height: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .navBtn {
  width: 22px;
  height: 18px;
  position: relative;
}
#header > .nav > .menu .menu-box .right .navBtn .line {
  width: 100%;
  height: 2px;
  background-color: #000000;
}
#header > .nav > .menu .menu-box .right .navBtn .line::after,
#header > .nav > .menu .menu-box .right .navBtn .line::before {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
}
#header > .nav > .menu .menu-box .right .navBtn .line::before {
  top: 0;
}
#header > .nav > .menu .menu-box .right .navBtn .line::after {
  bottom: 0;
}
#header > .nav > .menu .menu-box .right .navBtn:hover .line {
  width: 70%;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#banner {
  padding-top: 114px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
#banner .swiper ul li img.bgImg {
  position: relative;
  z-index: 1;
  width: 49.479166vw;
  min-height: 300px;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: var(--px130);
  color: #fff;
}
#banner .swiper ul li .container .title {
  max-width: 655px;
}
#banner .swiper ul li .container .iconBox img {
  border-radius: 10px;
}
#banner .swiper ul li.swiper-slide-active img.bgImg {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .title {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .iconBox {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .banDown {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: url('../images/bannerDownBg.png');
  z-index: 5;
}
#banner .banDown .dots img {
  animation: dots 1s infinite alternate ease-in-out;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  border-radius: 0px 0px var(--px80) var(--px80);
}
#index-body .init_1 .container .top {
  border-bottom: 1px solid #fff;
}
#index-body .init_1 .container .top .title .titl {
  line-height: 1.14;
}
#index-body .init_1 .container .bot .left {
  width: 45.9%;
}
#index-body .init_1 .container .bot .left h1 {
  color: #878787;
}
#index-body .init_1 .container .bot .left .numberBox {
  margin: 0 -5px;
  width: 100%;
  align-items: stretch;
}
#index-body .init_1 .container .bot .left .numberBox li {
  padding: 0 5px 7px;
  width: 50%;
  flex-shrink: 0;
}
#index-body .init_1 .container .bot .left .numberBox li .list {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: var(--px30);
}
#index-body .init_1 .container .bot .left .numberBox li .list em {
  letter-spacing: 0px;
}
#index-body .init_1 .container .bot .left .numberBox li .list:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_1 .container .bot .left .numberBox li .list:hover .txt {
  color: #fff;
}
#index-body .init_1 .container .bot .right {
  overflow: hidden;
}
#index-body .init_1 .container .bot .right .imgs {
  padding-top: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init_1 .container .bot .right .imgs > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 0;
}
#index-body .init_1 .container .bot .right .imgs > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f8f8f8;
  border-radius: inherit;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(1) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(1)::after {
  background-color: #f8f8f8;
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(2)::after {
  background-color: #f3f3f3;
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(3) {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  transform: scale(0.64);
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(3)::after {
  background-color: #ddd;
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(4) {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
#index-body .init_1 .container .bot .right .imgs > div:nth-of-type(4)::after {
  background-color: #f4f4f4;
}
#index-body .init_1 .container .bot .right .imgs > div > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index-body .init_1 .container .bot .right .imgs > div:hover::after {
  opacity: 0;
}
#index-body .init_1 .container .bot .right .imgs > div.active::after {
  opacity: 0;
}
#index-body .init_1 .container .bot .right .imgs > div:hover > div {
  opacity: 1;
}
#index-body .init_1 .container .bot .right .imgs > div.active > div {
  opacity: 1;
}
#index-body .init_1 .container .bot .right .imgs i {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  pointer-events: none;
  z-index: 5;
}
#index-body .init_1 .container .bot .right .imgs i::after,
#index-body .init_1 .container .bot .right .imgs i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(248, 147, 29, 0.1);
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: -1;
}
#index-body .init_1 .container .bot .right .imgs i::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init_1 .container .bot .right .imgs i:nth-of-type(2) {
  bottom: 36%;
}
#index-body .init_1 .container .bot .right .imgs i:nth-of-type(3) {
  bottom: 100%;
}
#index-body .init_2 .top .title .titl {
  color: #010101;
}
#index-body .init_2 .swiper ul li {
  width: 50%;
  height: auto;
}
#index-body .init_2 .swiper ul li .list {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/init_2Bg1.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
#index-body .init_2 .swiper ul li .list .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../images/init_2Bg2.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  z-index: -1;
}
#index-body .init_2 .swiper ul li .list .box {
  position: relative;
  z-index: 2;
}
#index-body .init_2 .swiper ul li .list .box .textBox {
  width: 55%;
}
#index-body .init_2 .swiper ul li .list .box .textBox .num {
  color: #bdbec0;
}
#index-body .init_2 .swiper ul li .list .box .textBox .title {
  color: #010101;
  line-height: 45px;
  min-height: 90px;
}
#index-body .init_2 .swiper ul li .list .box .imgBox {
  width: 47%;
  margin-left: -2%;
}
#index-body .init_2 .swiper ul li .list:hover {
  border-radius: var(--px20);
}
#index-body .init_2 .swiper ul li .list:hover .bg {
  opacity: 1;
  z-index: 1;
}
#index-body .init_2 .swiper ul li .list:hover .box .textBox .num {
  color: #fff;
}
#index-body .init_2 .swiper ul li .list:hover .box .textBox .title {
  color: #fff;
}
#index-body .init_2 .swiper ul li .list:hover .box .textBox .title:hover {
  color: #f5f5f5;
}
#index-body .init_2 .swiper ul li .list:hover .box .textBox .txt {
  color: #fff;
}
#index-body .init_2 .swiper-pagination {
  height: 2px;
  background-color: #bdbec0;
  bottom: 0;
  top: auto;
}
#index-body .init_2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ff7400;
}
#index-body .init_3 {
  color: #010101;
  background-image: url('../images/init_3Bg.jpg');
  border-radius: var(--px80) var(--px80) 0 0;
}
#index-body .init_3 .box .left {
  position: relative;
  z-index: 1;
}
#index-body .init_3 .box .left ul {
  height: 100%;
  padding: 10% 0;
}
#index-body .init_3 .box .left ul span.num {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 100%;
  border: 1px solid black;
  position: relative;
  z-index: 2;
  background-color: #f6f8fa;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init_3 .box .left ul span.num i {
  width: 1px;
  background-color: #edf1f2;
  height: 147%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
#index-body .init_3 .box .left ul span.num i::after {
  content: '';
  width: 100%;
  height: 0;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init_3 .box .left ul li {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.27;
}
#index-body .init_3 .box .left ul li.active {
  opacity: 1;
}
#index-body .init_3 .box .left ul li.active span.num {
  border-color: var(--color);
}
#index-body .init_3 .box .left ul li.active span.num i::after {
  height: 100%;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
}
#index-body .init_3 .box .left ul li:last-child span.num i {
  display: none;
}
#index-body .init_3 .box .right ul li .bgImg {
  border-radius: var(--px20);
}
#index-body .init_3 .box .right ul li .content {
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.93);
  bottom: 0;
  max-width: 380px;
  border-radius: var(--px30);
}
#index-body .init_3 .box .right ul li .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init_3 .box .right ul li .content a.link:hover {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init_4 .container {
  align-items: stretch;
}
#index-body .init_4 .container .left img {
  border-radius: var(--px20);
}
#index-body .init_4 .container .right {
  flex-shrink: 0;
}
#index-body .init_4 .container .right .box {
  background-color: #f6f8fa;
  border-radius: 20px;
  height: 100%;
}
#index-body .init_4 .container .right .box ul li .titleBox {
  cursor: pointer;
  border-bottom: 1px solid #e3e0de;
}
#index-body .init_4 .container .right .box ul li .titleBox .num {
  color: #181818;
}
#index-body .init_4 .container .right .box ul li .titleBox .titl {
  max-width: 90%;
}
#index-body .init_4 .container .right .box ul li .titleBox i.plusSign {
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: auto;
}
#index-body .init_4 .container .right .box ul li .titleBox i.plusSign::before,
#index-body .init_4 .container .right .box ul li .titleBox i.plusSign::after {
  position: absolute;
  content: '';
  background-color: #1e1e1e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_4 .container .right .box ul li .titleBox i.plusSign::before {
  width: 100%;
  height: 2px;
}
#index-body .init_4 .container .right .box ul li .titleBox i.plusSign::after {
  width: 2px;
  height: 100%;
}
#index-body .init_4 .container .right .box ul li .text {
  color: var(--color);
  display: none;
}
#index-body .init_4 .container .right .box ul li.active .titleBox {
  border-color: transparent;
}
#index-body .init_4 .container .right .box ul li.active .titleBox .titl {
  color: var(--color);
}
#index-body .init_4 .container .right .box ul li.active .titleBox i.plusSign::after {
  height: 0;
}
#index-body .init_5 {
  margin-bottom: var(--px60);
}
#index-body .init_5 .swiper ul li {
  width: 33%;
}
#index-body .init_5 .swiper ul li .line {
  width: 100%;
  height: 4px;
  background-color: #000;
}
#index-body .init_5 .swiper ul li .date {
  color: var(--color);
}
#index-body .init_5 .swiper ul li .txt {
  opacity: 0.53;
}
#index-body .init_5 .swiper ul li:hover .line {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #191919;
  margin-top: var(--npx60);
  border-radius: var(--px60) var(--px60) 0 0;
}
#footer .footer-form {
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 1px solid #3b3b3b;
}
#footer .footer-form .form {
  color: #191919;
}
#footer .footer-form .form form input {
  width: 100%;
  height: var(--px87);
  min-height: 50px;
  border-radius: var(--px44);
  padding-left: var(--px38);
  border: none;
}
#footer .footer-form .form form input::placeholder {
  color: #191919;
}
#footer .footer-form .form form input.inquery {
  color: #fff;
  background-color: var(--color);
  padding: 0 10.5729166vw;
  width: auto;
}
#footer .footer-form .form form input.inquery:hover {
  background-color: var(--color1);
}
#footer .footer-top {
  border-bottom: 1px solid #3b3b3b;
  color: #fff;
}
#footer .footer-top .slide .share a {
  width: 50px;
  height: 50px;
  background-color: #262626;
  color: #666;
}
#footer .footer-top .slide .share a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .footer-top .slide .nav li {
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .slide .nav li ul {
  display: none;
}
#footer .footer-top .slide .nav li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .slide .nav li a:hover {
  color: var(--color);
}
#footer .footer-top .slide .nav.pro li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 0.7em;
}
#footer .footer-top .slide .info {
  max-width: 430px;
}
#footer .footer-top .slide .info i {
  width: 30px;
  text-align: center;
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1650px;
  }
}
@media (max-width: 1700px) {
  #index-body .init_1 .container .bot .left {
    width: 48%;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 15px;
  }
  #index-body .init_1 .container .bot .left {
    width: 52%;
  }
  #index-body .init_2 .swiper ul li .list .box .textBox {
    width: 60%;
  }
  #index-body .init_2 .swiper ul li .list .box .imgBox {
    width: 42%;
  }
}
@media (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #index-body .init_1 .container .bot .left {
    width: 56%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.bgImg {
    width: auto;
    height: 300px;
  }
  #banner .swiper ul li .container {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
  }
  #banner .swiper ul li .container .iconBox {
    padding-bottom: 30px;
  }
  #index-body .init_1 .container .top {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  #index-body .init_1 .container .bot .left h1 {
    padding-right: 0;
  }
  #index-body .init_2 .swiper ul li .list .box .textBox .title {
    line-height: 1.5;
    min-height: auto;
  }
  #index-body .init_5 .box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  #index-body .init_3 .box .right ul li .content {
    position: relative;
    margin: auto;
    margin-top: -30px;
    width: 90%;
    left: 0;
    max-width: none;
  }
  #footer .footer-form .form form li {
    width: 100%;
  }
  #footer .footer-top .slide {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top .slide .info {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_1 .container .bot .left .numberBox li {
    width: 100%;
    text-align: center;
  }
  #index-body .init_1 .container .bot .left .numberBox li .num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.inner-page {
  margin-bottom: var(--px60);
  border-radius: 1em;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  background-color: white;
  position: relative;
  z-index: 1;
}
.inner-banner {
  margin-top: 114px;
}
.inner-banner .mbx span {
  color: var(--color);
}

.inner-banner .mbx {
  font-size: 0;
}

.inner-banner .mbx * {
  font-size: 16px;
}

.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

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

.about-page .about-1 .text em {
  color: var(--color);
}

.about-page .about-1 .bottom {
  margin-top: -7%;
}

.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}

.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}

.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}

.about-page .about-2 {
  position: relative;
}

.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul {
  align-items: stretch;
  margin: -15px;
}
.about-page .about-2 .list ul li {
  flex-shrink: 0;
  padding: 15px;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}

.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}

.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}

.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}

.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}

.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}

.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}

.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}

.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}

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

.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}

.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.about-page .about-3 {
  position: relative;
}

.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}

.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}

.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}

.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}

.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}

.about-page .about-3 .box .right {
  position: relative;
}

.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year em {
  font-size: var(--px140);
}

.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}

.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}

.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .box .right .list li .year {
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}

.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}

.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}

.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}

/*.about-page .about-4 .list ul:last-child {
  direction: rtl;
}*/

.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}

.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}

.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}

.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}

.about-page .about-5 .list ul .content {
  padding: 8%;
}

.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 .list ul {
    margin: -5px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
  .about-page .about-3 .box .right .year svg {
    width: 23vw;
  }
  .about-page .about-3 .box .right {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-3 .box .left {
    position: static;
  }

  .about-page .about-3 .box .right .year svg {
    width: 25vw;
  }
  .about-page .about-3::after, 
  .about-page .about-3::before {
    height: 11vw;
  }

}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }

  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }

  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }

  .about-page .about-3 .box {
    margin-bottom: 15%;
  }

  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
  
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .list ul li {
    width: 100%;
  }
}
span.tag {
  color: var(--color);
}

.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}

.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-page .text {
  padding: 1.5em 3em 0;
}

.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}

.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 700px) {
  .faq-page span.h6 img {
    max-width: 30px;
  }
}
.slickBtn div:hover {
  background-color: var(--color1);
}

.industrial-1 .right {
  position: relative;
  z-index: 1;
}

.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}

.app-page .industrial-1 .right span.h2 {
  width: 100%;
}

.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}

.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}

.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}

.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}

.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}

.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}

.app-page .slide:nth-child(even) .left {
  direction: rtl;
}

.app-page .slide:nth-child(even) .right {
  text-align: right;
  direction: rtl;
}

.app-page .slide:nth-child(even) .right * {
  direction: ltr;
}
@media screen and (max-width: 1000px) {
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
  .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
  .app-page .left .img {
    width: 100%;
  }

  .app-page .slide:nth-child(even) .right {
    text-align: left;
  }

  .app-page .slide:nth-child(even) .right span.tag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .industrial-1 .right .list li i {
    max-width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .industrial-1 .right .list li i.pt-8 {
    max-width: 10px;
  }
}

.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}

.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;
}

.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}

.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}

.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}

.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}

.industrial-page .industrial-3 .box .box2>i {
  height: 3.45em;
}

.industrial-page .industrial-3 .box .box2>i img {
  max-height: 100%;
}

.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
@media screen and (max-width: 700px) {
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
}

.construction-page .construction-1 .text {
  width: 90%;
  max-width: 1250px;
  margin-top: -10%;
  padding: 3.5%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
}

.construction-page .construction-2 .list i {
  width: 3.46153846em;
  height: 3.46153846em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  position: relative;
  z-index: 1;
  color: var(--color);
}

.construction-page .construction-2 .list i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -0.2em;
  top: -0.08em;
  border-radius: inherit;
  background-color: white;
  -webkit-box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
}

.construction-page .construction-2 .list span {
  line-height: 1.2;
}

.construction-page .construction-3 {
  background-color: #f8f8f8;
}

.construction-page .construction-3 .relatedPro .img-box {
  background-color: #f8f8f8;
}

.construction-page .construction-3 .relatedPro .img-box img {
  mix-blend-mode: darken;
}
@media screen and (max-width: 1000px) {
  .construction-page .construction-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footerBox .right {
    padding: var(--px40) var(--px115) !important;
  }
}
@media screen and (max-width: 700px) {
  .construction-page .construction-1 .text {
    width: 100%;
    margin-top: 0;
  }
}

.solar-page .solar-1 .content {
  margin-left: auto;
  margin-right: 2%;
  margin-top: -22%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 3.5%;
}

.solar-page .solar-2 .list ul {
  padding: 0 1%;
}

.solar-page .solar-2 .list ul li {
  margin: 0 -5%;
  padding-top: 110%;
}

.solar-page .solar-2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #989898;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.solar-page .solar-2 .list ul li:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.solar-page .solar-2 .list ul li .content {
  width: 100%;
  padding: 0 15%;
  font-size: 10px;
}

.solar-page .solar-2 .list ul li .content span.num {
  line-height: .8;
  margin-bottom: -0.3em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, white, var(--color));
  background-image: -moz-linear-gradient(bottom, white, var(--color));
  background-image: linear-gradient(to top, white, var(--color));
}

.solar-page .solar-2 .list ul li .content i.icon {
  height: 2em;
  display: block;
}

.solar-page .solar-2 .list ul li .content i.icon img {
  max-height: 100%;
}

.solar-page .solar-2 .list ul li:hover:before {
  border-color: var(--color);
}

.solar-page .solar-2 .list.active li:after {
  width: 0;
}

.solar-page .solar-2 .list.active li:nth-child(2):after {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}

.solar-page .solar-2 .list.active li:nth-child(3):after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.solar-page .solar-2 .list.active li:nth-child(4):after {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1250px) {
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  
  .solar-page .solar-1 .content {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .solar-page .solar-2 .list ul li {
    padding-top: 80%;
  }
}
@media screen and (max-width: 700px) {
  .solar-page .solar-2 .list ul {
    grid-template-columns: 1fr;
  }
  
  .solar-page .solar-2 .list ul li {
    padding: 0;
    margin: 10px 0;
  }

  .solar-page .solar-2 .list ul li:after,
  .solar-page .solar-2 .list ul li:before {
    display: none;
  }

  .solar-page .solar-2 .list ul li .content {
    position: static;
    width: 100%;
    padding: 5%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border: 1px solid #999;
    border-radius: 10px;
  }
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}

.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-left: var(--px20);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}

.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}

.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: var(--px50) var(--px30);
  border-radius: var(--px20);
  -webkit-box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}

.sider-box .sider-left .category .catelist>ul>li {
  border-radius: 25px;
  background: #f0f0f0;
  margin-bottom: 10px;
}

.sider-box .sider-left .category .catelist ul li a {
  padding: 15px 0;
  height: auto;
  border-radius: 25px;
  background: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>a {
  padding-left: var(--px25);
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist>ul>li>a i {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 24px;
  width: 30px;
  text-align: center;
  transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a i.active {
  transform: rotate(90deg);
}

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

.sider-box .sider-left .category .catelist>ul>li>ul {
  padding: 10px 25px 30px;
  background-color: #f0f0f0;
  border-radius: 25px;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
  line-height: 1.2;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  height: auto;
  padding: 15px 0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active,
.sider-box .sider-left .category .catelist>ul>li>ul>li>a:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}

.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: var(--px50) var(--px30);
  border-radius: var(--px20);
  -webkit-box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
  margin-top: var(--px35);
}

.sider-box .sider-left .quote .form form .submit {
  margin: var(--px24) auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
  border: none
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


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

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

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


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
  margin-top: 30px;
}

.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}

.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
  margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
  color: #858585;
}

.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}

.sider-box .sider-right {
  width: 70%;
}
@media screen and (max-width: 1250px) {
  .sider-box .sider-left .category .catelist>ul>li>a {
    padding-left: 20px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }

  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}

.product_list ul {
  margin: 0 -15px;
}

.product_list ul li {
  padding: 20px 15px;
}

.product_list ul li .box {
  background: #eeeeee;
  transition: .5s;
  height: 100%;
}

.product_list ul li .box {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
}

.product_list ul li .box .txt {
  transition: .5s;
}

.product_list ul li .box .img {
  transition: .5s
}

.product_list ul li .box:hover {
  color: #ffffff;
  background: linear-gradient(to bottom, var(--color) 4%, #fff 90%)
}

.product_list ul li .box:hover .txt .more {
  opacity: 1;
}
.product_list ul li .box .txt .Hbtn {
  
  color: #fff;
}
.product_list ul li .box .txt .Hbtn em {
  border-color: #fff;
}

.product_list ul li .box:hover .txt {
  transform: translateY(-180%);
}

.product_list ul li .box:hover .img {
  transform: translateY(60%);
}

.product_list ul li .box .txt {
  padding: 0px 20px 0;
}

.product_list ul li .box .txt h3 {
  margin-bottom: 0px;
}

.product_list ul li .box .txt .more {
  opacity: 0;
  margin-top: 15px;
}

.product_list .img {
  overflow: hidden;

  /*margin-bottom: 10px;*/
}

.product_list .img a {
  display: block;
  padding: 20px;
}

.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product_list h3 {
  margin-top: 15px;
}

@media screen and (max-width: 1700px) {
  .product_list ul li .box:hover .txt {
    transform: translateY(-135%);
  }

  .product_list ul li .box:hover .img {
    transform: translateY(90%);
  }
}

@media screen and (max-width: 1450px) {
  .product_list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .product_list ul li .box:hover .txt {
    transform: translateY(-200%);
  }

  .product_list ul li .box:hover .img {
    transform: translateY(60%);
  }
  .sider-box .sider-left .category .catelist>ul>li>a i {
    right: 0;
  }
}

@media screen and (max-width: 1250px) {
  .product_list ul li .box:hover .txt {
    transform: translateY(-150%);
  }

  .product_list ul li .box:hover .img {
    transform: translateY(70%);
  }
}

@media screen and (max-width: 1000px) {
  .product_list ul li .box:hover .txt {
    transform: translateY(0);
  }

  .product_list ul li .box:hover .img {
    transform: translateY(0);
  }

  .product_list ul li .box .txt {
    transform: translateY(0);
    order: -1;
  }

  .product_list ul li .box .img {
    transform: translateY(0);
  }

  .product_list ul li .box {
    color: #ffffff;
    background: linear-gradient(to bottom, var(--color) 20%, rgba(38, 76, 157, 0) 60%)
  }

  .product_list ul li .box .txt .more {
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .product_list ul li .box .txt {
    padding: 10px 15px 0;
  }

  .product_list ul {
    margin: 0 -15px;
  }

  .product_list ul li {
    padding: 20px 10px
  }
}

@media screen and (max-width: 500px) {
  .product_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-page {
  text-align: center;
  margin-top: var(--px50);
}

.m-page a,
.m-page span {
  width: var(--px50);
  height: var(--px50);
  min-width: 40px;
  min-height: 40px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  line-height: 1;
  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;
  margin: 0 6px;
  cursor: pointer;
  font-size: var(--px18);
}

.m-page a:hover,
.m-page span {
  background: var(--color);
}


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

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 120px;
  position: -webkit-sticky;
  position: sticky;
}

.product-page .pro_init_1 .container .left .smallImg {
  width: 24%;

}

.product-page .pro_init_1 .container .left .smallImg ul li {
  padding: 10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-page .pro_init_1 .container .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.product-page .pro_init_1 .container .left .bigImg {
  width: 76%;
  display: inline-block;
  padding: 10px;
}

.product-page .pro_init_1 .container .left .bigImg ul li {
  padding: 1px;

}

.product-page .pro_init_1 .container .left .bigImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-page .pro_init_1 .container .left .bigImg ul {
  border: 1px solid #dcdcdc;

}

.product-page .pro_init_1 .container .left .bigImg img {
  padding: 10px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fffef9;
  color: transparent;
  font-size: 0;
  border: none;
  opacity: .8;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
  background-image: url("../images/banner-btn-l.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
  background-image: url("../images/banner-btn-r.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
  background: var(--primary);
}

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

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

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

.product-page .pro_init_1 .container .right .share ul li a {
  display: block;
}

.product-page .pro_init_1 .container .right .share ul li:hover {
  background: var(--primary);
}

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

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

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

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

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

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

.product-page .pro_init_1 .container .right .text_2 {
  font-size: var(--px36);
  line-height: 1.4;
  color: #4a4a4a;
}

.product-page .pro_init_1 .container .right .shangxia a {
  display: block;
}

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

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

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

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

.product-page .pro_init_1 .container .right .cont_list .list .model {
  font-size: 18px;
}

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

.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
  background: var(--primary);
}

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

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

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

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
  margin-bottom: 0;
}

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

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
.product-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}

.product-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 30px;
  /*text-transform: uppercase;*/
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 600;
}

.product-page .prodet-2 .options ul li:after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--primary);
}

.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
  color: var(--color);
}

.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
  width: 100%;
}

.product-page .prodet-2 .ret {
  margin-top: 50px;
}

.product-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 32px;
}

.product-page .prodet-2 .ret .content.faq li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.product-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.product-page .prodet-2 .ret .content dl dd h4 {
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1450px) {
  .product-page .pro_init_1 .container .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left {
    position: static;
  }
  
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    text-align: center;
  }
  .product-page .pro_init_1 .container .right .HbtnBox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
  .product-page .prodet-2 .options ul li {
    margin-right: 25px;
  }

  .product-page .prodet-2 .options {
    display: none;
  }

  .product-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }

  .product-page .prodet-2 {
    padding-top: 50px;
  }

  .product-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .product-page .prodet-2 .ret .det {
    overflow-x: auto;
  }

  .product-page .prodet-2 .ret .det table {
    table-layout: auto;
  }

  .product-page .prodet-2 .ret .det table td {
    min-width: 200px;
    width: auto;
    font-size: 14px;
    line-height: 28px;

  }
}
@media screen and (max-width: 700px) {
  .product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 0;
  }

  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 0;
  }

  .product-page .pro_init_1 .container .left .smallImg ul li a img {
    padding: 5px;
    BACKGROUND: #f6f8ff;
  }

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

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

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

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

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }
  .product-page .prodet-2 .ret {
    margin-top: 0;
  }

  .product-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}
.seoPublic .Auxil-related .list ul li {
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box {
  height: 100%;
}

.factory-page .gallery-list ul {
  margin: -10px;
}
.factory-page .gallery-list ul li .box {
  /*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;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1250px) {
  .factory-page .gallery-list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .gallery-list ul {
    margin: 0;
  }
  .factory-page .gallery-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .gallery-list ul li {
    width: 100%;
  }
}

.services-page .init-1 .top .cont p {
  margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}

.services-page .init-1 .bottom .box .mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}

.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #f7921c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}

.services-page .init-1 .bottom .box .text {
  transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}

.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
  height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
  opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
  opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont {
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .services-page .init-1 .bottom .box .text2 .cont {
    height: 7.2em;
  }
}

@media screen and (max-width: 700px) {
  /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}


.services-page .init-2 {
  color: white;
  padding: 107px 0 70px;
}

.services-page .init-2 .left {
  position: sticky;
  top: 170px;
  width: 45%;
}

.services-page .init-2 .left p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.services-page .init-2 .left .i-title {
  line-height: 1.2;
}

.services-page .init-2 .right {

  width: 50%;
}

.services-page .init-2 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.services-page .init-2 .right ul li .icon img {
  vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 87px;
  width: 1px;
  height: calc(100% - 97px);
  background: rgba(255, 255, 255, 0.3);
}

.services-page .init-2 .right ul li:last-child::after {
  display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
  content: none;
}

.services-page .init-2 .right ul li h4 {
  font-size: var(--px30);
  font-weight: bold;
}

.services-page .init-2 .right ul li .des {
  font-size: var(--px18);
  line-height: 1.7;
  margin-top: 14px;
  /*color: rgba(255, 255, 255, .7);*/
}

.services-page .init-2 .right ul li .des .item {
  display: flex;

}

.services-page .init-2 .right ul li .des .item .txt {
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1250px) {
  .services-page .init-2 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }

  .services-page .init-2 .right ul li .icon:after {
    height: 225%;
  }
}

@media screen and (max-width: 1000px) {
  .services-page .init-2 .left {
    position: relative;
    width: 100%;
    top: 0;
  }

  .services-page .init-2 .right {
    width: 100%;
    margin-top: 20px;
  }

}

@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
    padding-left: 0;

  }

  .services-page .init-2 .left {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .services-page .init-2 .right ul li {
    padding-left: 0;
  }

  .services-page .init-2 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }

  .services-page .init-2 .right ul li .icon::after {
    content: none;
  }

  .services-page .init-2 .right ul li::after {
    display: none;
  }
}

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

.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li:hover .Hbtn {
  color: #fff;
}
.news-page .news-1 .list ul li:hover .Hbtn em {
  border-color: #fff;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}

.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px var(--px40) 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px var(--px40) 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px var(--px40) 0px rgba(27, 26, 26, 0.06);
  padding: var(--px40);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  background: #F2F2F2 right bottom;
}

.news-page .news-1 .list ul li .content:hover {
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}

.news-page .news-1 .list ul li .content:hover .tags {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.news-page .news-1 .list ul li .content:hover a.link img {
  filter: brightness(1);
}

.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin-bottom: 1em;
}

.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .news-1 .list ul li .content .text {
  font-size: 16px;
  line-height: 28px;
}

.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
  transition: 0s;
}

.news-page .news-1 .list ul li .content a.link:hover {
  color: #ffffff;
}

.news-page .news-1 .list ul li .content a.link:before {
  background: #ffffff;
}

.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}

.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}

.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}

.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .news-page .news-1 .list ul li .content {
    padding: 7%;
  }
}
@media screen and (max-width: 1450px) {
  .news-page .news-1 .list ul li .content {
    padding: 5%;
  }


  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.tags {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 2;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
.pre,.pr {
  position: relative;
}


.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  position: sticky;
  top: 100px;
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #fff;
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: var(--px20);
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}

.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: var(--color);
  color: white;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2));
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;
    overflow: hidden;*/
  line-height: 30px;
  height: 3.2em;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: #007aff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  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;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
  background-color: var(--color);
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2));
}

.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
  border-radius: 20px;
}

.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}

.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}

.inner-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}

.inner-page .slideBarBox .sider-left .category .catelist>ul>li>a {
  padding-left: var(--px25);
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
}

.inner-page .slideBarBox .sider-left .category .catelist>ul>li>a:hover,
.inner-page .slideBarBox .sider-left .category .catelist>ul>li.active>a {
  color: #FFFFFF;
  background-color: var(--color);
}


.inner-page .slideBarBox .sider-left .category .catelist>ul>li>ul {
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist>ul>li>ul>li>a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}

.inner-page .slideBarBox .sider-left .category .catelist>ul>li>ul>li>a.active {
  color: #73ae53;
}

.inner-page .slideBarBox .sider-left .category.news .catelist>ul>li>a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}

.inner-page .slideBarBox .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}

.inner-page .slideBarBox .sider-left .quote .form form .submit {
  margin: 24px auto 0;
}

.inner-page .slideBarBox .sider-left .quote .form form .submit .more {
  border: none
}

.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}

.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

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

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

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


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}

.inner-page .slideBarBox .sider-left .quote .form .more {
  margin-top: 30px;
}

.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}

.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}

.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}

.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}

.inner-page .slideBarBox .sider-left .hot-news .list ul li+li {
  margin-top: 35px;
}

.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}

.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}

.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}

.inner-page .slideBarBox .sider-left .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 20px;
  background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
}

.inner-page .slideBarBox .sider-left .sidebar-info h5 {
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.inner-page .slideBarBox .sider-left .sidebar-info p {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}

.inner-page .slideBarBox .sider-left .sidebar-info .info-tel {
  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;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .slideBarBox .sider-left .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .slideBarBox .sider-left .sidebar-info {
  display: none;
}

.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
}

@media screen and (max-width: 1450px) {
  .inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 20px
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }

  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
.newdet-page .Auxil-related .box {
  background: #ffffff;
}

.newdet-page .Auxil-related .box .content {
  padding: 0 20px 20px;
  text-align: center;
}

.newdet-page {
  background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.newdet-page .slideBarRight h1 {
  font-size: var(--px40);
  line-height: 1.4;
  font-weight: bold;
}

.newdet-page .slideBarRight .text {
  margin: 2em 0;
}

.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}

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

.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--color);
  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;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .slideBarRight .share a:hover {
  background-color: var(--color1);
}

.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}

.newdet-page .slideBarRight .text h3 {
  font-weight: 600;
  margin-top: 20px;
}

.newdet-page .slideBarRight .text strong {
  font-weight: 600;
}

/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
  content: "○";
  margin-right: .5em;
  color: #8a8a8a;
  font-size: 0.9em;
}

.newdet-page .slideBarRight .text ul>li>ul {
  text-indent: 2em;
}
.newdet-page .slideBarRight .text table td,
.newdet-page .slideBarRight .text table th {
  border: 1px solid gray;
}

.newdet-page .slideBarRight .text table {
  margin: 10px 0;
}

.newdet-page .slideBarRight .text ul li {
  margin-left: 20px;
}

.newdet-page .form ul {
  margin: -10px;
}

.newdet-page .form ul li {
  padding: 10px;
  font-size: 14px;
}

.newdet-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.newdet-page .form ul li input,
.newdet-page .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 .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
  border-color: var(--color);
}

.newdet-page .form ul li textarea {
  height: 80px;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .newdet-page .form ul li {
    width: 100%;
  }
}

.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: var(--px60) var(--px80);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 var(--px20) rgba(0, 0, 0, 0.1);
}

.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}

.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}

.contact-page .init-1 .container .contentC form {
  margin-top: var(--px20);
}

.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: var(--px30);
  padding: 0 10px;
}

.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}

.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}

.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}

.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}

.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

.contact-page .init-2 .container .listCont .list {
  margin-top: var(--px60);
  text-align: center;
  padding: 0 5px;
}

.contact-page .init-2 .container .listCont .list .cir {
  width: var(--px124);
  height: var(--px124);
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #f8931d;
  border-radius: 50%;
  margin: auto;
}

.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}

.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}

.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}

.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }

  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }

  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }

  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }

  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }

  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }

  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }

  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}
.newdet-page .slideBarBox .slideBarRight {
  padding-left: 0;
}
.services-page .init-1 .top .left .swiper {
  width: 100%;
}
.services-page .init-1 .top .left .swiper ul li img {
  border-radius: 10px;
}
.services-page .init-1 .top .right .swiper {
  width: 100%;
}
#index-body .init_1 .play-btn {
  width: 60px;
  height: 60px;
  top: 35%;
  left: 65%;
}
#index-body .init_1 .play-btn img {
  width: 35%;
}