@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype'), url('../fonts/Gilroy-SemiBold.eot') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Black.eot') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Gilroy';
  max-width: 1920px;
  --color: #2899d6;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1790px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.page-header02 {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-header02 .menu-btn {
  background: var(--color);
  color: white;
}
.mobileForm input {
  border: 1px solid #e2e2e2;
}
.ctop{
      width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 20px;
    bottom: 120px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
}
.ctop i{
  font-size: 24px;
}
.ctop:hover{
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, .3);
}
#Pop_UpsBtn{
  background: var(--color)!important;
  right:20px!important;
  bottom:190px!important;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-color {
  color: #666;
}
span.tag {
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid #666666;
  border-radius: 35px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes play_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.language-box .zhuyu {
  color: #666;
}
.language-box .zhuyu span {
  font-size: 14px;
}
.language-box .zhuyu i {
  font-size: 16px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  height: 40px;
  border-bottom: 1px solid #ececec;
}
#header .h-top .right form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#header .h-top .right form input[type="submit"] {
  width: 19px;
  height: 19px;
  background: url('../images/search.png') no-repeat;
  border: none;
  margin-right: 10px;
}
#header .h-top .right form input[type="text"] {
  border: none;
  font-size: 14px;
  width: 75px;
  padding-right: 10px;
}
#header .nav {
  height: 90px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 65px;
  font-weight: 500;
  position: relative;
  color: #414141;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #414141;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav a.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  height: 60px;
  background-color: var(--color);
  color: white;
}
#header .nav a.more::before {
  background-color: white;
}
#header .nav a.more:hover {
  color: var(--color);
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px 0 44px;
  height: 75px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  overflow: hidden;
  position: relative;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.more.transparent {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.more.transparent i {
  background-color: white;
  color: #333;
}
.more.transparent::before {
  background-color: white;
}
.more.transparent:hover,
.more.transparent:focus {
  border-color: var(--color);
  color: var(--color);
}
.more.transparent:hover i,
.more.transparent:focus i {
  background-color: var(--color);
  color: white;
}
.more.primary {
  background-color: var(--color);
  color: white;
}
.more.primary i {
  background-color: white;
  color: #333;
}
.more.primary::before {
  background-color: white;
}
.more.primary:hover,
.more.primary:focus {
  color: #333;
}
.more.primary:hover i,
.more.primary:focus i {
  background-color: var(--color);
  color: white;
}
.more:hover,
.more:focus {
  color: white;
  background-color: transparent;
}
.more:hover::before,
.more:focus::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more:hover i,
.more:focus i {
  background-color: white;
  color: var(--color);
}
.more::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more i {
  margin-left: 44px;
  font-size: 22px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 60px;
  color: white;
}
.more span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 130px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-1 {
  background-color: #f8f8f9;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -30px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 30px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding-bottom: 37px;
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box a.img {
  height: 550px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
}
#index-body .homepage-1 .bottom ul li .box:hover a.img img{
  transform: scale(1.1);
}
#index-body .homepage-1 .bottom ul li .box a.more {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eee;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#index-body .homepage-1 .bottom ul li .box a.more:hover i {
  color: #333;
}
#index-body .homepage-2 .haru-li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#index-body .homepage-2 .haru-li-box {
  -webkit-transform: perspective(50rem) rotateX(30deg);
  -moz-transform: perspective(50rem) rotateX(30deg);
  transform: perspective(50rem) rotateX(30deg);
  opacity: 0.4;
}
#index-body .homepage-2 .haru-li:first-child .haru-li-box {
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  opacity: 1;
}
#index-body .homepage-2 .left {
  width: 26.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
#index-body .homepage-2 .left ul {
  position: relative;
}
#index-body .homepage-2 .left ul::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #d1dbe2;
}
#index-body .homepage-2 .left ul li {
  margin-bottom: 70px;
  position: relative;
  padding-left: 40px;
}
#index-body .homepage-2 .left ul li.act::before {
  background-color: var(--color);
}
#index-body .homepage-2 .left ul li.act::after {
  opacity: 1;
}
#index-body .homepage-2 .left ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  background-color: #d1dbe2;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .left ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background-color: rgba(40, 153, 214, 0.4);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-2 .left ul li a {
  font-size: 18px;
  color: #666;
}
#index-body .homepage-2 .right {
  width: 73.5%;
}
#index-body .homepage-2 .right ul li {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .right ul li .box {
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 539px;
}
#index-body .homepage-2 .right ul li .box .box-h {
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 50px 50px 50px 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#index-body .homepage-3 .about-content {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .homepage-3 .top {
  background: url('../images/h-about-bg.jpg') no-repeat;
  background-size: cover;
  border-radius: 25px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#index-body .homepage-3 .top .right {
  max-width: 470px;
}
#index-body .homepage-3 .top .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 18px;
}
#index-body .homepage-3 .top .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-3 .top .right ul li h4 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
#index-body .homepage-3 .top .right ul li p {
  font-size: 16px;
}
#index-body .homepage-3 .bottom {
  height: 778px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  position: relative;
}
#index-body .homepage-3 .bottom a.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 205px;
  height: 205px;
  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;
}
#index-body .homepage-3 .bottom a.play img {
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .bottom a.play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(5, 148, 226, 0.3);
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .homepage-3 .bottom a.play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: rgba(5, 148, 226, 0.4);
  z-index: 2;
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
#index-body .homepage-4 {
  width: 100%;
  background: url('../images/project-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-4 .left ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
#index-body .homepage-4 .left ul li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
}
#index-body .homepage-4 .left ul li h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 15px;
}
#index-body .homepage-5 {
  background-color: #f8f8f9;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -17px;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 17px;
}
#index-body .homepage-5 .bottom ul li .box {
  border-radius: 20px;
  height: 280px;
  overflow: hidden;
  position: relative;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .text {
  padding: 35px 45px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#index-body .homepage-5 .bottom ul li .box .text .bot {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#index-body .homepage-5 .bottom ul li .box .text .bot .date {
  font-size: 16px;
  font-weight: 600;
}
#index-body .homepage-5 .bottom ul li .box .text .bot .news-category {
  font-size: 16px;
  padding: 2px 25px;
  background-color: var(--color);
  color: white;
  border-radius: 35px;
}
#index-body .homepage-5 .bottom ul li .box .text .con {
  color: #999;
}
#footer {
  padding-top: 60px;
  background: url('../images/f-bg.jpg') no-repeat;
  background-size: cover;
  color: white;
}
#footer .f-top .f-top-ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .f-top-ul li h4 {
  width: -webkit-calc(100% - 39px);
  width: -moz-calc(100% - 39px);
  width: calc(100% - 39px);
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}
#footer .f-top .form {
  width: 100%;
  height: 125px;
  border-radius: 10px;
  border: 1px solid #88acd9;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 50px;
}
#footer .f-top .form form {
  width: 100%;
  height: 75px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 60px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: 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;
}
#footer .f-top .form form input[type="text"] {
  width: 17%;
  border: none;
  background-color: transparent;
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding-left: 20px;
  border-left: 1px solid #dde9f5;
  padding-right: 10px;
}
#footer .f-top .form form input[type="text"]::-webkit-input-placeholder {
  color: #dde9f5;
}
#footer .f-top .form form input[name="name"] {
  border: none;
  padding-left: 0;
}
#footer .f-top .form form input[name="content"] {
  width: -webkit-calc(66% - 160px);
  width: -moz-calc(66% - 160px);
  width: calc(66% - 160px);
}
#footer .f-top .form form input[type="submit"] {
  width: 160px;
  height: 50px;
  font-size: 16px;
  border: none;
  background-color: white;
  border-radius: 35px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-top .form form input[type="submit"]:hover {
  background-color: var(--color);
  color: white;
}
#footer .f-content ul li #ewm img,
#footer .f-content ul li #ewm canvas {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  border: 8px solid #fff;
}
#footer .f-content ul li .share a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  margin-right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-content ul li .share a:last-child {
  margin-right: 0;
}
#footer .f-content ul li .share a i {
  font-size: 22px;
}
#footer .f-content ul li .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .f-content ul li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1;
}
#footer .f-content ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
#footer .f-content ul li span:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li span a {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-content ul li span a::before {
  content: attr(data-text);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-content ul li span a:hover {
  color: transparent;
}
#footer .f-content ul li span a:hover::before {
  opacity: 1;
}
#footer .f-content ul li.contact {
  max-width: 350px;
}
#footer .f-content ul li.contact .list {
  margin-bottom: 12px;
}
#footer .f-content ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li.contact .list:last-child p {
  margin-top: -3px;
}
#footer .f-content ul li.contact .list i {
  display: block;
  width: 40px;
}
#footer .f-content ul li.contact .list p {
  font-size: 16px;
  line-height: 1.6;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#footer .f-bottom {
  height: 60px;
  font-size: 16px;
}
#footer .f-bottom img {
  width: auto;
  height: 18px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  .more i {
    margin-left: 20px;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .more {
    padding: 0 6px 0 30px;
    height: 55px;
  }
  #banner .banner-content ul li .content a.more.transparent {
    margin-right: 15px;
  }
  #index-body .homepage-1 .bottom ul li .box a.img {
    padding: 30px;
  }
  #index-body .homepage-3 .top {
    padding: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .font-70 {
    font-size: 50px;
  }
  #header .nav .ui.menu a.logo {
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav a.more {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
  }
  #banner .banner-content ul li .content .text {
    padding-bottom: 0;
  }
  #banner .banner-content ul li .content .text .mt-70 {
    margin-top: 25px;
  }
  #index-body .homepage-1 .bottom ul li .box a.img {
    height: 420px;
  }
  #index-body .homepage-1 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-1 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .homepage-2 .right ul li .box {
    height: 380px;
  }
  #index-body .homepage-3 .top .left {
    padding-right: 45px;
  }
  #index-body .homepage-3 .bottom {
    height: 100vh;
  }
  #index-body .homepage-4 .left {
    width: 75%;
  }
  #index-body .homepage-4 .left .text {
    padding-right: 0;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-4 .left ul li h4 {
    font-size: 20px;
    padding-left: 10px;
  }
  #index-body .homepage-2 .left {
    padding-right: 30px;
    width: 30%;
  }
  #index-body .homepage-2 .right {
    width: 70%;
  }
  #footer .f-top .f-top-ul li h4 {
    font-size: 20px;
    padding-left: 10px;
  }
  #footer .f-top .form form input[type="text"] {
    width: 28%;
  }
  #footer .f-top .form form input[name="content"] {
    width: -webkit-calc(44% - 160px);
    width: -moz-calc(44% - 160px);
    width: calc(44% - 160px);
  }
  #footer .f-content ul li.contact {
    max-width: 270px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .banner-content ul li .content .text .mt-70 {
    display: none;
  }
  #banner .banner-content ul li .content .text h4 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content .text h2 {
    font-size: 36px;
  }
  #index-body .homepage-2 .right ul li .box .box-h {
    padding: 50px 30px;
  }
  #index-body .homepage-2 .right ul li .box .box-h .text {
    width: 100%;
  }
  #index-body .homepage-2 .left {
    display: none;
  }

  #index-body .homepage-2 .right {
    width: 100%;
  }

  #index-body .homepage-2 .right ul {
    margin: 0 -10px;
  }
  #index-body .homepage-2 .right ul li {
    padding: 0 10px;
  }
  #index-body .homepage-2 .right ul li .box {
    position: relative;
    height: auto;
  }
  #index-body .homepage-3 .bottom {
    height: auto;
    border-radius: 25px;
  }
  #index-body .homepage-3 .top .right ul li h4 {
    font-size: 40px;
  }
  #index-body .homepage-3 .top {
    position: relative;
    padding: 60px 30px;
  }
  #index-body .homepage-3 .top .right ul li {
    margin-bottom: 30px;
  }
  #index-body .homepage-5 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #footer .f-top .f-top-ul li {
    width: 50%;
    margin: 10px 0;
  }
  #footer .f-content ul li.link {
    display: none;
  }
  #footer .f-top .form form input[type="text"] {
    width: 50%;
    border: none;
    padding-left: 0;
  }
  #index-body .homepage-4 .left {
    width: 80%;
  }
  #footer .f-top .form {
    height: auto;
    padding: 40px 30px;
  }
  #footer .f-top .form form {
    height: auto;
    padding: 40px 30px;
    border-radius: 10px;
  }
  #footer .f-top .form form input[type="text"] {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin: 10px 0;
  }
  #footer .f-top .form form input[name="content"] {
    width: 100%;
  }
  #footer .f-top .form form input[type="submit"] {
    margin: 10px 0;
  }
  #footer .f-content ul li.contact {
    max-width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .font-40,
  .font-36,
  .font-42 {
    font-size: 30px;
  }
  #banner .banner-content ul li .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .banner-content ul li .content .text p {
    display: none;
  }
  #banner .banner-content ul li .content .text h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #index-body .homepage-3 .bottom {
    height: 360px;
  }
  #index-body .homepage-3 .top .left {
    padding-right: 0;
    width: 100%;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-5 .bottom ul li .box .text {
    padding: 35px 30px;
  }
  #index-body .homepage-5 .bottom ul li .box {
    height: 250px;
  }
  .more span {
    font-size: 16px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-5 .bottom ul li {
    padding: 0 5px;
  }
  #footer .f-bottom {
    height: auto;
    padding: 15px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .font-40,
  .font-36,
  .font-42 {
    font-size: 24px;
  }
  h2.h-title {
    font-size: 28px;
    line-height: 1.2;
  }
  #index-body .homepage-1 .bottom ul li .box a.img img {
    max-width: 80%;
  }
  #banner .banner-content ul li .content .text h2 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content .text h4 {
    font-size: 18px;
  }
  #index-body .homepage-2 .right ul li .box {
    height: 300px;
  }
  #index-body .homepage-2 .right ul li .box a.more {
    margin-top: 20px;
  }
  #index-body .homepage-2 .right ul li .box .box-h {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .homepage-4 .left ul li {
    width: 100%;
  }
  #footer .f-top .f-top-ul li h4 {
    font-size: 18px;
    padding-left: 10px;
  }
  #footer .f-top .form form input[type="text"] {
    width: 100%;
  }
  #footer .f-content ul li.contact {
    max-width: 100%;
    margin-top: 45px;
  }
  #footer .f-bottom span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .text {
    width: 100%;
  }
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #index-body .homepage-2 {
    padding: 45px 0;
  }
  #index-body .homepage-2 .right ul li .box a.more {
    margin-top: 20px;
    zoom: 0.8;
  }
  #index-body .homepage-3 .top .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-3 .top .right ul li p {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .homepage-3 .top {
    padding: 35px 20px;
  }
  #index-body .homepage-5 .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-5 .top a.more {
    display: none;
  }
  #footer .f-top .f-top-ul li {
    width: 100%;
  }
  #footer .f-top .form form {
    padding: 25px 15px;
  }
  #footer .f-top .form {
    height: auto;
    padding: 25px 15px;
  }
  #index-body .homepage-2 .right ul li {
    margin-bottom: 0;
  }
}
.inner-banner {
  color: white;
  padding: 105px 0 140px;
  background: url('../images/inner-banner.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
  margin-top: 130px;
}
.inner-banner h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
}
.inner-banner p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.inner-page {
  color: #333;
}
.about-page .about-1 .right {
  max-width: 630px;
}
.about-page .about-1 .right ul {
  margin: 0 -15px;
}
.about-page .about-1 .right ul li {
  padding: 10px 15px;
  width: 50%;
}
.about-page .about-1 .right ul li:nth-child(even) .box {
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}
.about-page .about-1 .right ul li .box {
  height: 230px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-1 .right ul li .box:hover {
  background-color: var(--color);
  color: white;
}
.about-page .about-1 .right ul li .box h4 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .right ul li .box h4 span {
  font-size: 20px;
}
.about-page .about-1 .right ul li .box h4 sub {
  font-size: 30px;
  display: inline-block;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.about-page .about-1 .right ul li .box p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.about-page .about-1 a.play {
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about-page .about-1 a.play .play-text {
  z-index: 2;
  -webkit-animation: play_rotate 10s linear infinite;
  -moz-animation: play_rotate 10s linear infinite;
  animation: play_rotate 10s linear infinite;
}
.about-page .about-1 a.play:hover .play-text {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.about-page .about_img a.play .play-text {
  z-index: 2;
  -webkit-animation: play_rotate 10s linear infinite;
  -moz-animation: play_rotate 10s linear infinite;
  animation: play_rotate 10s linear infinite;
}
.about-page .about_img a.play:hover .play-text {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul li a.img {
  display: block;
  height: 290px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #cddeed;
}
.about-page .about-3 .content ul li .box {
  border-radius: 25px;
  min-height: 425px;
  padding: 50px 30px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-3 .content ul li .box:hover {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .content ul li .box:hover .con {
  color: white;
}
.about-page .about-3 .content ul li .box .con {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-3 .content ul li .box i:last-child {
  opacity: 0.2;
}
.about-page .about-3 .content ul li .box h4 {
  margin: 50px 0 10px;
}
.about-page .about-4 {
  background-color: #f7f7f7;
}
.about-page .about-4 ul li .box {
  padding-bottom: 10px;
}
.about-page .about-4 ul li .box a.img {
  border-radius: 25px;
  min-height: 290px;
  background-color: #cddeed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-4 ul li .box a.more {
  margin: -37px auto 0;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .right {
    max-width: 540px;
  }
  .about-page .about-1 .right ul li .box h4 {
    font-size: 44px;
  }
  .about-page .about-1 .right ul li .box {
    height: 180px;
  }
  .about-page .about-1 .left {
    padding-right: 80px;
  }
  .about-page .about-1 a.play {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    padding: 80px 0;
  }
  .inner-banner h2 {
    font-size: 50px;
  }
  .about-page .about-1 a.play {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .about-page .about-1 a.play {
    display: none;
  }
  .about-page .about-1 .left {
    padding-right: 35px;
  }
  .about-page .about-4 ul li .box a.more {
    margin: -30px auto 0;
    zoom: 0.8;
  }
  .about-page .about_img a.play {
    opacity: 1;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 50px 0;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .about-page .about-3 .content ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .right ul li:nth-child(even) .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .right ul li .box h4 {
    font-size: 36px;
  }
  .about-page .about_img a.play {
    zoom: 0.6;
  }
  .about-page .about-4 ul li .box a.more {
    zoom: 1;
  }
  .about-page .about-3 .content ul li .box {
    min-height: auto;
  }
  .about-page .about-1 .right ul {
    margin: 0 -5px;
  }
  .about-page .about-1 .right ul li {
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right ul li .box p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
  }
  .about-page .about-1 .right ul li .box h4 {
    font-size: 26px;
  }
  .about-page .about-1 .right ul li .box h4 span {
    font-size: 14px;
    margin-left: 5px;
  }
  .about-page .about-1 .right ul li .box {
    height: 120px;
  }
}
.contact-page .contact-1 .left {
  max-width: 320px;
}
.contact-page .contact-1 .left ul li {
  margin-bottom: 50px;
}
.contact-page .contact-1 .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .left ul li .tit {
  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;
}
.contact-page .contact-1 .left ul li .tit i {
  font-size: 24px;
  margin-right: 10px;
}
.contact-page .contact-1 .left ul li .tit h4 {
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-1 .left ul li p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  font-weight: 600;
}
.contact-page .contact-1 .right {
  max-width: 1120px;
}
.contact-page .contact-1 .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact-page .contact-1 .right form ul li {
  padding: 20px 10px;
}
.contact-page .contact-1 .right form ul li label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.contact-page .contact-1 .right form ul li input[type="text"] {
  width: 100%;
  height: 50px;
  background-color: #f2f2f3;
  border: none;
  padding: 0 10px;
  font-size: 16px;
}
.contact-page .contact-1 .right form ul li textarea {
  width: 100%;
  height: 185px;
  background-color: #f2f2f3;
  border: none;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .left {
    max-width: 30%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    max-width: 50%;
  }
  .contact-page .contact-1 .right {
    width: 50%;
  }
  .contact-page .contact-1 .right form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .right form ul li input[type="text"] {
    height: 35px;
  }
  .contact-page .contact-1 .right form ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    max-width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
}
.manufacturing-page .manufacturing-2 {
  background-color: #f7f7f7;
}
.manufacturing-page .manufacturing-2 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-2 .left ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .left ul li i {
  display: block;
  width: 48px;
}
.manufacturing-page .manufacturing-2 .left ul li p {
  font-size: 18px;
  font-weight: 500;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
}
.manufacturing-page .manufacturing-2 .right {
  padding-left: 45px;
}
.manufacturing-page .manufacturing-2 .right ul li {
  margin-bottom: 45px;
}
.manufacturing-page .manufacturing-2 .right ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .right ul li .box {
  width: 100%;
  min-height: 195px;
  background-color: white;
  border-radius: 25px;
  padding: 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-2 .right ul li .box h4 em {
  font-size: 80px;
  font-weight: 900;
  color: var(--color);
  line-height: 1;
}
.manufacturing-page .manufacturing-2 .right ul li .box h4 span {
  font-size: 36px;
  font-weight: bold;
}
.manufacturing-page .manufacturing-3 ul > li {
  margin-bottom: 85px;
}
.manufacturing-page .manufacturing-3 ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-3 ul li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.manufacturing-page .manufacturing-3 ul li .box {
  height: 355px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.manufacturing-page .manufacturing-3 ul li .box .text {
  padding: 55px 50px;
}
.manufacturing-page .manufacturing-3 ul li .box .text .con {
  max-height: 200px;
  padding-right: 15px;
  overflow-y: auto;
}
.manufacturing-page .manufacturing-3 ul li .box .text .con ul{
  padding-left: 20px !important;
}
.manufacturing-page .manufacturing-3 ul li .box .text .con ul li{
  margin-bottom: 0;
}
/*.manufacturing-page .manufacturing-3 ul li .box .text .con ol {
  font-weight: 500;
  color: #333;
}
.manufacturing-page .manufacturing-3 ul li .box .text .con ol li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
}*/
.manufacturing-page .manufacturing-3 ul li .box .img {
  height: auto;
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .manufacturing-2 .right ul li .box h4 em {
    font-size: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-2 .right ul li .box h4 em {
    font-size: 50px;
  }
  .manufacturing-page .manufacturing-2 .right ul li .box h4 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-2 .right ul li .box {
    min-height: 160px;
    padding: 0 40px;
  }
  .manufacturing-page .manufacturing-3 ul li .box .text {
    padding: 55px 30px;
  }
  .manufacturing-page .manufacturing-3 ul li .box .text h4 {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-2 .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .manufacturing-1 a.more {
    margin: 10px 0;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
    padding: 0;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  .manufacturing-page .manufacturing-3 ul li .box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    height: auto;
  }
  .manufacturing-page .manufacturing-3 ul li .box .text {
    width: 100%;
  }
  .manufacturing-page .manufacturing-3 ul li .box .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .manufacturing-page .manufacturing-3 ul > li {
    margin-bottom: 35px;
  }
  .manufacturing-page .manufacturing-3 ul li .box .text {
    padding: 30px 20px;
  }
}
.project-page .project-1 > ul > li {
  margin-bottom: 115px;
}
.project-page .project-1 > ul > li:last-child {
  margin-bottom: 0;
}
.project-page .project-1 ul li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.project-page .project-1 ul li:nth-child(even) .box .text {
  margin-left: 0;
  margin-right: -20%;
}
.project-page .project-1 ul li .box {
  position: relative;
}
.project-page .project-1 ul li .box .text {
  max-width: 810px;
  width: 47%;
  background-color: #f7f7f7;
  border-radius: 25px;
  overflow: hidden;
  margin-left: -20%;
  position: relative;
  z-index: 5;
  height: -webkit-calc(100% - 150px);
  height: -moz-calc(100% - 150px);
  height: calc(100% - 150px);
  padding: 60px 70px;
}
.project-page .project-1 ul li .box .text .con ul{
  padding-left: 20px !important;
}
/*.project-page .project-1 ul li .box .text .con {
  height: 220px;
  padding-right: 15px;
  overflow-y: auto;
}*/
.project-page .project-1 ul li .box .text .con ol li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
}
.project-page .project-1 ul li .box .text .con ol li:last-child {
  margin-bottom: 0;
}
.project-page .project-1 ul li .box .text .con ol li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(40, 153, 214, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-page .project-1 ul li .box .text .con ol li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.project-page .project-1 ul li .box .img {
  max-width: 1300px;
  width: 74%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .project-page .project-1 ul li .box .text {
    margin-left: -21%;
  }
  .project-page .project-1 ul li:nth-child(even) .box .text {
    margin-right: -21%;
  }
  .project-page .project-1 ul li .box .text {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 1450px) {
  .project-page .project-1 ul li .box .text {
    padding: 50px 40px;
  }
  .project-page .project-1 ul li .box {
    height: 540px;
  }
}
@media screen and (max-width: 1250px) {
  .project-page .project-1 > ul > li {
    margin-bottom: 60px;
  }
  .project-page .project-1 ul li .box .text .con {
    height: 180px;
    padding-right: 15px;
    overflow-y: auto;
  }
  .project-page .project-1 ul li .box {
    height: 420px;
  }
  .project-page .project-1 ul li .box .text {
    margin-left: -34%;
    width: 60%;
  }
  .project-page .project-1 ul li .box .text {
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .project-page .project-1 ul li:nth-child(even) .box .text {
    margin-right: -34%;
  }
}
@media screen and (max-width: 700px) {
  .project-page .project-1 ul li .box {
    height: auto;
    border-radius: 10px;
  }
  .project-page .project-1 ul li .box .text {
    margin: 0;
    width: 100%;
    border-radius: 10px;
  }
  .project-page .project-1 ul li .box .img {
    width: 100%;
    border-radius: 10px;
  }
  .project-page .project-1 ul li:nth-child(even) .box .text {
    margin-right: 0;
  }
  .project-page .project-1 > ul > li {
    margin-bottom: 30px;
  }
}



.faq-1 {
  background-color: white;
}

.faq-1 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 20px 30px 40px;
  background: #f7f7f7;
  border-top-right-radius: 30px;
}

.faq-1 .list li span.h6 {
  cursor: pointer;
}

.faq-1 .list li .text {
  color: inherit;
}

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

.factory_page ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory_page ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory_page ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory_page ul li .box:hover h5 {
  background: var(--color);
  color: white;
}


.product-page .sideright .top {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product-page .sideright .bottom ul li {
  padding: 30px 15px;
}
.product-page .sideright .bottom ul li .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.product-page .sideright .bottom ul li .img .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .sideright .bottom ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: bold;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  border: 0;
  height: 40px;
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .sideright .bottom ul li {
    width: 50%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sideright .bottom ul li {
    width: 100%;
    padding: 15px 0;
  }
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}

.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: left;
}

.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}

.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-left: 4%;
  display: inline-block;
}

.prodet-page .prodet-1 .left .bigImg img {
  border: 1px solid #dcdcdc;
  width: 90%;
}

.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}

.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}

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

.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("/sharppump/2026/04/24/745748.png");
  transform: scale(1.5);
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("/sharppump/2026/04/24/78678.png");
  transform: scale(1.5);
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color);
}

.prodet-page .prodet-1 .right {
  width: 46%;
}

.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
}

.prodet-page .prodet-1 .right .list .content {
  font-size: 16px;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .options ul li {
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: fit-content;
  margin-right: 30px;
}

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

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

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

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

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

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

.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}

.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: var(--ft18);
  line-height: 1.6;
}
.ins-page .sidebox .sideright .det3 .content ul li .more {
  width: 80%;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateY(200%) translateX(-50%);
  -moz-transform: translateY(200%) translateX(-50%);
  -ms-transform: translateY(200%) translateX(-50%);
  transform: translateY(200%) translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.ins-page .sidebox .sideright .det3 .content ul li .img-box:hover .more {
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 2.5%;
  }
}

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

  .prodet-page .prodet-1 .left .smallImg {
    display: none;
  }

  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }

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

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

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

  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }

  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }

  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}


.news-page .i-news ul{
  margin: -30px -15px;
}
.news-page .i-news ul li{
  padding: 30px 15px;
  width: 33.3333333%;
}
.news-page .i-news .item {
  box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
  border-radius: 15px;
}

.news-page .i-news .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.newdet-page .content {
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
}
@media screen and (max-width: 1000px) {
  .news-page .i-news ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .i-news ul li{
    width: 100%;
  }
}