@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;
}
@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;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0c286c;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
.slickDots ul li {
  font-size: 11px;
  background: transparent;
  margin: 0 6px;
}
.slickDots ul li.slick-active {
  background: var(--color);
}
.more {
  height: 60px;
  background-color: var(--color);
  border-radius: 30px;
  padding: 8px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  transition: 0.5s;
  line-height: 1;
}
.more div {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.more div::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #ffffff url(../images/jt2.png) no-repeat center center;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.5s;
}
.more div::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 22px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.more:hover {
  color: var(--color);
}
.more:hover div::after {
  width: 100%;
}
.more:hover div::before {
  transform: rotate(30deg);
}
.more.m1 {
  background: #ffffff;
  color: #000000;
}
.more.m1 div::before {
  background-color: var(--color);
  background-image: url(../images/jt1.png);
}
.more.m1 div::after {
  background-color: var(--color);
}
.more.m1:hover {
  color: #ffffff;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
#header .container {
  max-width: 1750px;
}
#header .nav {
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
  margin-bottom: -50px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  color: #333333;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 19px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 30px;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#header.active {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.65;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 1.2;
}
.col {
  color: var(--color);
}
.title {
  font-weight: bold;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15%;
  z-index: 2;
}
#banner li .text .box {
  width: 40%;
  margin: 0 0 0 auto;
  color: #ffffff;
  text-align: right;
  opacity: 0;
  transform: translate(120px);
  transition: 0.5s;
}
#banner li .text .box .title {
  line-height: 1.1;
}
#banner li .text .box .img {
  margin: -4px;
}
#banner li .text .box .img i {
  padding: 4px;
  flex: 1;
}
#banner li .text .box .img i img {
  width: 100%;
  border-radius: 10px;
  border: solid 3px #ffffff;
}
#banner li::after {
  content: "";
  display: block;
  width: 55%;
  height: calc(calc(100%) - 100px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/t_bg.png) no-repeat center right / auto 100%;
  transform: translate(100px);
  opacity: 0;
  transition: 0.5s;
}
#banner .slick-active .text .box {
  transform: translate(0);
  opacity: 1;
  transition: 0.5s 0.5s;
}
#banner .slick-active li::after {
  opacity: 1;
  transform: translate(0);
}
#banner .slickDots {
  position: absolute;
  right: 58px;
  top: 55%;
}
#banner .slickDots ul {
  display: block;
}
#banner .slickDots ul li {
  margin: 6px 0;
  border: 1px solid #ffffff;
}
#banner .slickDots ul li.slick-active {
  background: #ffffff;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.col-txt {
  color: #666666;
}
@keyframes sc {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
#index-body {
  overflow: hidden;
}
#index-body .product .con {
  color: #666666;
}
#index-body .product .tip {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#index-body .product .list > ul li .ig .img-box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .product .list > ul li .ig .tp {
  display: flex;
  align-items: center;
  padding: 6px 12px 6px 25px;
  min-height: 50px;
  border-radius: 25px;
  transition: 0.5s;
  background-color: #f5f5f7;
}
#index-body .product .list > ul li .ig .tp span {
  flex: 1;
}
#index-body .product .list > ul li .ig .tp .jt {
  width: 35px;
  height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#index-body .product .list > ul li .ig .tp .jt img {
  filter: brightness(0) invert(1);
}
#index-body .product .list > ul li .ig .tp:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .list > ul li .ig .tp:hover .jt {
  background: #ffffff;
  transform: rotate(30deg);
}
#index-body .product .list > ul li .ig .tp:hover .jt img {
  filter: none;
}
#index-body .product .list > ul li .ig .con {
  line-height: 1.4;
}
#index-body .about .container {
  position: relative;
}
#index-body .about .box {
  position: relative;
  z-index: 3;
}
#index-body .about .box .left .cont p {
  margin-bottom: 0.5em;
}
#index-body .about .box .right {
  position: relative;
}
#index-body .about .box .right > img {
  width: 100%;
  border-radius: 10px;
}
#index-body .about .box .right .play {
  width: 95px;
  height: 96px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: -20px;
}
#index-body .about .box .right .play svg {
  fill: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  font-size: 20px;
  letter-spacing: 2px;
  animation: sc 4s linear infinite;
  transform-origin: 0 0;
}
#index-body .about .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#index-body .about .dates .line {
  width: 1px;
  height: 46px;
  background-color: #cccccc;
}
#index-body .about .dates li {
  align-self: self-start;
}
#index-body .about .dates .num {
  font-weight: bold;
  line-height: 1;
  color: var(--color);
}
#index-body .about .dates .num span {
  margin-left: 5px;
}
#index-body .about .dates p {
  color: #666666;
}
#index-body .industries {
  color: white;
  background-color: black;
  position: relative;
  z-index: 1;
}
#index-body .industries .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s opacity;
}
#index-body .industries .mask i.active {
  opacity: 1;
}
#index-body .industries span.tag {
  color: inherit;
}
#index-body .industries .text {
  color: inherit;
}
#index-body .industries .bottom {
  padding-top: 32%;
}
#index-body .industries .bottom ul {
  gap: 2em;
}
#index-body .industries .bottom li {
  border-top: 1px solid white;
  transition: 0.5s;
  position: relative;
  top: 0;
}
#index-body .industries .bottom li a.link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  transition: 0.5s;
  margin-top: 40px;
}
#index-body .industries .bottom li .text {
  opacity: 0;
  transition: 0.5s;
}
#index-body .industries .bottom li:hover,
#index-body .industries .bottom li.active {
  top: -2em;
}
#index-body .industries .bottom li:hover a.link,
#index-body .industries .bottom li.active a.link,
#index-body .industries .bottom li:hover .text,
#index-body .industries .bottom li.active .text {
  opacity: 1;
}
#index-body .application {
  background-color: #f7f8fa;
}
#index-body .application .bottom .left {
  padding-right: 24px;
}
#index-body .application .bottom .left ul {
  margin: -12px;
}
#index-body .application .bottom .left ul li {
  padding: 12px;
}
#index-body .application .bottom .left .ig {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 25px 35px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#index-body .application .bottom .left .ig .icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(238, 238, 238, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#index-body .application .bottom .left .ig .txt {
  line-height: 1.5;
}
#index-body .application .bottom .left .ig .btn {
  transition: 0.5s;
}
#index-body .application .bottom .left .ig .btn img {
  vertical-align: bottom;
}
#index-body .application .bottom .left .ig::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateY(110%);
  transition: 0.5s;
}
#index-body .application .bottom .left .ig:hover,
#index-body .application .bottom .left .ig.active {
  color: #ffffff;
}
#index-body .application .bottom .left .ig:hover .btn,
#index-body .application .bottom .left .ig.active .btn {
  filter: brightness(0) invert(1);
}
#index-body .application .bottom .left .ig:hover .icon,
#index-body .application .bottom .left .ig.active .icon {
  box-shadow: none;
}
#index-body .application .bottom .left .ig:hover::after,
#index-body .application .bottom .left .ig.active::after {
  transform: translate(0);
}
#index-body .application .bottom .right img {
  width: 100%;
}
#index-body .news .top .right {
  text-align: right;
}
#index-body .news .bottom > ul li {
  padding-top: 20px;
}
#index-body .news .bottom > ul li .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 45px 35px 50px;
  transition: 0.5s;
  overflow: hidden;
}
#index-body .news .bottom > ul li .box .tip {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
}
#index-body .news .bottom > ul li .box .tip .ty {
  line-height: 1;
  padding: 0 15px;
  background: var(--color);
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  transition: 0.5s;
}
#index-body .news .bottom > ul li .box .tip .time {
  color: #999999;
  transition: 0.5s;
}
#index-body .news .bottom > ul li .box .t1 {
  font-weight: bold;
}
#index-body .news .bottom > ul li .box .cont {
  color: #666666;
  transition: 0.5s;
}
#index-body .news .bottom > ul li .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateY(110%);
  transition: 0.5s;
}
#index-body .news .bottom > ul li .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
#index-body .news .bottom > ul li .box:hover .tip .ty {
  background: #ffffff;
  color: var(--color);
}
#index-body .news .bottom > ul li .box:hover .tip .time {
  color: #ffffff;
}
#index-body .news .bottom > ul li .box:hover .cont {
  color: #ffffff;
}
#index-body .news .bottom > ul li .box:hover::after {
  transform: translate(0);
}
strong {
  font-weight: bold;
}
#footer {
  color: #fff;
  position: relative;
  z-index: 2;
}
#footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color) url(../images/f-bg.png) no-repeat bottom right;
  z-index: -1;
  clip-path: polygon(0 300px, 100% 120px, 100% 100%, 0% 100%);
}
#footer .f-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-box .left .form {
  padding: 70px 95px 80px 55px;
  background-color: #f7f8fa;
  border-radius: 10px;
  color: #141414;
}
#footer .f-box .left .con {
  color: #666666;
}
#footer .f-box .left form li {
  margin-bottom: 30px;
}
#footer .f-box .left form li:last-child {
  margin-bottom: 0;
}
#footer .f-box .left form li input {
  height: 50px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #cccccc;
}
#footer .f-box .left form li input::placeholder {
  color: #999999;
}
#footer .f-box .left form li textarea {
  width: 100%;
  height: 100px;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: solid 1px #cccccc;
}
#footer .f-box .left form li textarea::placeholder {
  color: #999999;
}
#footer .f-box .left form li button {
  border: none;
  margin-top: 30px;
  height: 45px;
  background-color: var(--color);
  border-radius: 23px;
  padding: 5px;
  color: #ffffff;
  transition: 0.5s;
}
#footer .f-box .left form li button div {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
#footer .f-box .left form li button div::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: #ffffff url(../images/jt4.png) no-repeat center center;
  border-radius: 50%;
  margin-left: 20px;
}
#footer .f-box .left form li button:hover {
  background: #000000;
}
#footer .f-box .left .share {
  display: flex;
  align-items: center;
  font-size: 24px;
}
#footer .f-box .left .share a {
  margin-right: 30px;
}
#footer .f-box .right {
  padding-top: 300px;
}
#footer .f-box .right .f-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-box .right .f-contact li {
  width: 50%;
  display: flex;
  align-items: start;
  margin-bottom: 50px;
}
#footer .f-box .right .f-contact li:last-child {
  width: 100%;
  margin-bottom: 0;
}
#footer .f-box .right .f-contact li .icon {
  width: 28px;
  transform: translateY(4px);
  margin-right: 30px;
}
#footer .f-box .right .f-contact li .txt {
  flex: 1;
}
#footer .f-box .right .f-navbox .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#footer .f-box .right .f-navbox li {
  color: rgba(229, 239, 255, 0.7);
  line-height: 1.6;
}
#footer .f-box .right .f-navbox li ul{
  display: none;
}
#footer .f-box .right .f-navbox li a {
  transition: 0.5s;
}
#footer .f-box .right .f-navbox li a:hover {
  color: #ffffff;
}
#footer .f-box .right .f-navbox .f-code #ewm {
  width: 134px;
  height: 134px;
  border: 6px solid #ffffff;
  background: #ffffff;
  border-radius: 8px;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(234, 234, 234, 0.7);
  text-align: center;
  padding: 20px 15px;
  position: relative;
}
#footer .f-copy .bq {
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: #ffffff;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(234, 234, 234, 0.7);
  margin-top: 1px;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(234, 234, 234, 0.7);
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: #ffffff;
}
#footer .f-copy svg:hover text {
  fill: #ffffff;
}
@media screen and (max-width: 1700px) {
  #banner li::after {
    background-size: 100% auto;
  }
  #banner li .text {
    bottom: 10%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .industries .bottom ul {
    gap: 0.5em;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li::after {
    height: 100%;
    background-size: cover;
    background-position: left bottom;
  }
  #banner li .text {
    bottom: 15%;
  }
  #index-body .application .bottom .left .ig {
    padding: 15px 15px 20px;
  }
  #footer .f-box .left .form {
    padding: 50px 40px;
  }
  #banner .slickDots {
    right: 20px;
  }
  #footer .f-box .right .f-nav {
    display: none;
  }
  .font-20 {
    font-size: 15px;
  }
  #index-body .news .bottom > ul li .box {
    padding: 35px 20px 40px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .product .tip .right {
    margin-top: 20px;
  }
  #index-body .about .box .right {
    margin-top: 70px;
  }
  #index-body .industries .bottom {
    padding-bottom: 5%;
  }
  #index-body .industries .bottom ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index-body .industries .bottom ul li {
    width: 45%;
    top: 0 !important;
  }
  #index-body .industries .bottom ul li a.link,
  #index-body .industries .bottom ul li .text {
    opacity: 1;
  }
  #banner .slickDots {
    display: none;
  }
  #banner li::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  #banner .slick-active .text .box {
    width: 100%;
  }
  #index-body .industries .top .right {
    margin-top: 20px;
  }
  #index-body .about .dates {
    justify-content: start;
  }
  #index-body .about .dates li {
    width: 33%;
    margin-bottom: 5px;
  }
  .line {
    display: none;
  }
  #index-body .application .top .title br {
    display: none;
  }
  #index-body .application .top .right {
    margin-top: 20px;
  }
  .font-40 {
    font-size: 26px;
  }
  .font-48 {
    font-size: 27px;
  }
  .font-30{
    font-size: 22px;
  }
  #index-body .application .bottom .right {
    margin-top: 24px;
  }
  #footer .f-box .right .f-navbox,
  #footer .f-box .left .share {
    display: none;
  }
  #footer .f-box .left {
    margin-bottom: 45px;
  }
  #banner li .text .box .img {
    width: 70%;
    margin: 0 0 0 auto;
  }
  #footer .f-box .right .f-contact {
    padding-right: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 700px) {
   .font-30{
    font-size: 20px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  #index-body .about .box .right .play {
    zoom: 0.7;
  }
  #index-body .industries .bottom ul li {
    width: 100%;
  }
  #index-body .industries .bottom li a.link {
    margin-top: 20px;
  }
  #index-body .news .top .right {
    margin-top: 20px;
  }
  #index-body .news .bottom li .box {
    padding: 35px 20px 30px;
  }
  #banner li .text .box .img {
    display: none;
  }
  #footer .f-box .right .f-contact li {
    width: 100%;
  }
  .font-60 {
    font-size: 27px;
  }
  .more {
    zoom: 0.9;
  }
  #footer .f-box .left .form {
    padding: 40px 30px;
  }
  #index-body .about .dates li {
    width: 50%;
  }
  #banner li > img {
    height: 300px;
    object-fit: cover;
  }
  #footer .f-box .right .f-contact li .icon {
    margin-right: 20px;
  }
  #index-body .application .bottom .left .ig .con {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    zoom: 0.75;
  }
  #footer .f-box .left .form {
    padding: 40px 20px;
  }
}

/*inner css*/

.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;
  color: #fff;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /*inset: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
  /*height: 350px;*/
}
.inner-banner .content {
  padding: 8% 15px 10%;
}
.inner-banner .content h2 {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.inner-banner .content p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}
.inner-page h2.h-title {
  font-size: 60px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: 600;
}
.inner-page h2.h-title::after {
  content: '';
  display: block;
  width: 60%;
  height: 25px;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  top: 60%;
}
.inner-page h2.h-title.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.inner-page h2.h-title {
  font-size: 50px;
  width: fit-content;
  font-weight: bold;
}
.inner-page h2.h-title::after {
  top: 45px;
}
@media screen and (max-width: 1000px) {
   .inner-page h2.h-title::after {
    display: none;
  }
}
.inner-page {
  padding: 60px 0;
}

.about-page .about-1 h2.h-title::after {
  width: 25%;
}
.about-page .about-1 .left ul li:last-child .box {
  background-color: #30408d;
}
.about-page .about-1 .left ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30408d;
  height: 240px;
  padding: 0 30px;
  transition: 0.5s;
}
.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}
.about-page .about-1 .left ul li .box h4 span {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
}
.about-page .about-1 .left ul li .box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-1 .img {
  height: -webkit-fill-available;
}
.about-page .about-1 .img a.play {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-color: var(--color);
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
/*.about-page .about-1 .img a.play::after {
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background: url('../images/play_text.png') no-repeat;
  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%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}*/
.about-page .about-1 .img a.play svg {
  fill: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  font-size: 19px;
  letter-spacing: 2px;
  animation: sc 15s linear infinite;
  transform-origin: 0 0;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul {
  margin: 85px -15px 0;
}
.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
  padding: 80px 15px 0;
}
.about-page .about-2 ul li {
  padding: 0 15px 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box {
  background-color: #26418f;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box:hover {
  background-color: var(--color);
}
.about-page .about-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 ul li .box:hover h3 {
  opacity: 1;
}
.about-page .about-2 ul li .box:hover .text .con {
  height: 190px;
  opacity: 1;
}
.about-page .about-2 ul li .box .icon img {
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: .5s;
}
.about-page .about-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-2 ul li .box .text .con {
  max-height: 190px;
  height: 0;
  opacity: 0;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.about-page .about-3 .left img {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}
.about-page .about-3 .left .text {
  width: 115px;
  background-color: var(--color);
}
.about-page .about-3 .left .text img {
  width: 48px;
}
.about-page .about-3 .right ul li:last-child .text {
  padding-bottom: 0;
}
.about-page .about-3 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
.about-page .about-3 .right ul li .text {
  padding-bottom: 10px;
}
.about-page .about-4 {
  background: url('/xinsenplastic/2026/07/22/about8.jpg') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .inner-page h2.h-title {
    font-size: 44px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 26px;
  }
  .about-page .about-3 .left .text img {
    height: 90%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page h2.h-title {
    font-size: 40px;
  }
  .inner-page h2.h-title::after {
    top: 35px;
  }
  .about-page .about-1 .left {
    padding-right: 25px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .bg{
    height: 100%;
  }
  .about-page .about-2 ul li .box {
    height: 360px;
  }
  .about-page .about-2 ul li .box .text .con{
    max-height: 130px;
  }
  .about-page .about-1 .left ul li .box {
    height: 170px;
    padding: 0 20px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h2.h-title {
    font-size: 30px;
  }
  .Auxil-industry{
    display: none!important;
  }
  .jhbaileybridge{
    display: none!important;
  }
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-1 .img {
    height: auto;
    width: 100%;
  }
  .about-page .about-1 .img a.play {
    left: 50%;
  }
 
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  #index-body .product .list {
    height: 780px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .content h2 {
    font-size: 24px;
  }
  .inner-page h2.h-title {
    font-size: 26px;
  }
  .about-page .about-3 .right ul {
    margin-top: 30px;
  }
  .about-page .about-4 .text p {
    width: 100%;
  }
  .about-page .about-1 .left .text {
    margin-bottom: 30px;
  }
  .about-page .about-1 .left ul {
    margin-top: 50px;
  }
  .about-page .about-1 .left ul li {
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 35px -15px 0;
  }
  #index-body .product .list {
    height: 660px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left ul li .box{
    padding: 0 15px;
  }
.about-page .about-1 .left ul li h4{
  font-size: 21px;
}
.about-page .about-1 .left ul li .box p{
  font-size: 14px;
}
  .about-page .about-3 .right ul li h4 {
    font-size: 18px;
  }
  .about-page .about-2 ul li .box {
    height: 300px;
  }
   .about-page .about-2 ul li .box .text .con{
    max-height: 120px;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-2 ul .slick-current li,
  .about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
    padding: 0 15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-1 .left ul li {
    width: 100%;
  }
  #index-body .product .list {
    height: 720px;
  }
}
.manufacturing-page .manufacturing-nav ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-nav ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-nav ul li.active a {
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-nav ul li a {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #f7f7f7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-nav ul li.active a i{
  background-color: white;
  color: var(--color);
}
.manufacturing-page .manufacturing-nav ul li a i{
  font-size: 20px;
  width: 35px;
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-left: 15px;
}
.manufacturing-page .manufacturing-1 ul {
  margin: 0 -15px;
}
.manufacturing-page .manufacturing-1 ul li {
  padding: 40px 15px;
}
.manufacturing-page .manufacturing-1 ul li .box h4 {
  margin-top: 30px;
  font-size: 20px;
  color: #808080;
  font-weight: 600;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-1 ul li .box h4 span{
  position: relative;
  z-index: 2;
}
/*.manufacturing-page .manufacturing-1 ul li .box h4::before{
  content:"";
  display: block;
  width: 80%;
  position: absolute;
  background-color: var(--color);
  height: 12px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.manufacturing-page .manufacturing-1 ul li .box:hover h4{
  color: #151515;
}
.manufacturing-page .manufacturing-1 ul li .box:hover h4::before{
  opacity: 1;
}*/


.history-page{
 background-color: #f7f7f7;
}
.history-page .left {
  width: 36%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
 
}

.history-page .left .h-title{
color: #151515;
}

.history-page .left .lh-6{
color: #666;
}

.history-page .left .dots p {
  margin-top: .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;
  color:#666;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
  color:#666;
}
.history-page .right {
  width: 57%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  left: 25px;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
  font-size:18px; 
  position: relative;
  z-index: 2;
}
.history-page .right .list ul li:hover i{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content .area .text,
.history-page .right .list ul li:hover .content .area span.h6,
.history-page .right .list ul li:hover i{
  color: white;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #666;
}

.history-page .right .list ul li .content .area span.h6 {
  line-height: 1.4;
  color: #151515;
}


.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-right: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}

@media screen and (max-width: 1000px) {
  .history-page .left {
    position: static;
    width: 100%;
  }
  .history-page .right .list ul li .content .area .text{
    overflow-y: unset;
  }
  .history-page .right{
    width: 100%;
    margin-top: 60px;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .history-page .right .list ul li i {
    margin-right: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
}




.m-page {
    margin: 60px 0
}

.m-page>div {
    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
}

.m-page>div span,
.m-page>div a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background-color: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    font-weight: 600;
}

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

.m-page>div span {
    background: var(--color)
}
@media screen and (max-width: 700px) {
  .m-page>div span,
.m-page>div a{
  margin: 0 5px;
}
.m-page{
  margin: 30px 0;
}
}

.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8
}

.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px
}

.contact-page .contact-1 .left form ul li .box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}


.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.contact-page .contact-1 .left form ul li:hover .box:before {
    width: 100%
}

.contact-page .contact-1 .left form ul li.active .box:before {
    width: 100%
}

.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important
}
.contact-page .contact-1 .left form ul li .more{
  border: none;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%
}

.contact-page .contact-1 .right .title {
    line-height: 1.2
}

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 7px
}

.contact-page .contact-1 .right .list {
    margin-top: 22px
}

.contact-page .contact-1 .right .list ul li {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: var(--color);
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px
}

.contact-page .contact-1 .right .list ul li:nth-child(1) i {
    font-size: 29px
}

.contact-page .contact-1 .right .list ul li:nth-child(2) i {
    font-size: 20px
}

.contact-page .contact-1 .right .list ul li:nth-child(3) i {
    font-size: 24px
}
.contact-page .contact-1 .right .tit-semi {
    color: #151515;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    padding-left: 10px;
    color: #666;
}


.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0
}

.contact-page .contact-2 {
    padding-top: 120px
}

.contact-page .contact-2 #mapContainer {
    height: 520px
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left:5.65%
    }
}

@media (max-width: 1000px) {
    .contact-page {
        padding-top:30px
    }

    .contact-page .contact-1 .left {
        width: 100%
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0
    }

    .contact-page .contact-2 {
        padding-top: 60px
    }

    .contact-page .contact-2 #mapContainer {
        height: 360px
    }
}

@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li p {
        display: block
    }

    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px
    }

    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px
    }

    .contact-page .contact-1 .left form ul li .box input,.contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px
    }

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px
    }

    .contact-page .contact-2 #mapContainer {
        height: 260px
    }
}

.case-page .case-nav ul{
  margin: 0 -10px;
}
.case-page .case-nav ul li{
  padding: 0 10px;
  margin: 5px 0;
}
.case-page .case-nav ul li a.btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7f7f7;
  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;
  overflow: hidden;
  padding: 0 20px 0 35px;
  height: 90px;
  position: relative;
}
.case-page .case-nav ul li.active a.btn,.case-page .case-nav ul li:hover a.btn{
  background-color: var(--color);

}
.case-page .case-nav ul li.active a.btn i ,.case-page .case-nav ul li:hover a.btn i {
  background-color: white;
  color: var(--color);
}
.case-page .case-nav ul li.active a.btn span,.case-page .case-nav ul li:hover a.btn span{
  color: #ffffff
}
.case-page .case-nav ul li a.btn i {
  font-size: 20px;
  width: 35px;
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-left: 15px;
}

.case-page .case-nav ul li a.btn span {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.case-page .init-1 .content ul li{
  padding: 60px 55px;
  background-color: #f7f7f7;
  margin-bottom: 80px;
}
.case-page .init-1 .content ul li ol li{
  padding: 0;
  margin: 0;
}
.case-page .init-1 .content ul li ol .slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.case-page .init-1 .content ul li ol .slick-dots li{
  margin: 0 10px;
}
.case-page .init-1 .content ul li ol .slick-dots li button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  color: transparent;
  overflow: hidden;
  border:none;
}
.case-page .init-1 .content ul li ol .slick-dots li.slick-active button{
  background-color: var(--color);
}
.case-page .init-1 .content ul li .con{
  max-height: 330px;
  overflow-y: auto;
  padding-right: 30px;
}
.case-page .init-1 .content ul li .con table{
  margin-bottom: 0;
  word-break: normal;
  border:none;
}
.case-page .init-1 .content ul li .con table tr td{
  padding: 8px 30px;
}
.case-page .init-1 .content ul li .con table tbody{
  min-width: unset;
}
@media (max-width: 1000px) {
   .case-page .init-1 .content ul li .img_box{
     width: 100%;
   }
   .case-page .init-1 .content ul li .text{
     width: 100%;
     margin-top: 45px;
     padding: 0;
   }
   .case-page .init-1 .content ul li{
         padding: 40px 35px;
   }
}

@media (max-width: 500px) {
  .case-page .init-1 .content ul li {
    padding:35px 20px;
  }
}


.knowledge-page .list ul li {
    margin-bottom: 35px;
    background: #f7f7f7;
    border: solid 1px #dcdcdc;
    padding: 20px 15px 0;
    position: relative
}

.knowledge-page .list ul li .box {
    margin: 0 auto
}

.knowledge-page .list ul li .box .title {
    font-weight: 600
}

.knowledge-page .list ul li .box .con {
    color: black;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.knowledge-page .list ul li .box .con table {
    width: fit-content !important;
    font-size: 15px
}

.knowledge-page .list ul li .box .con table tr {
    background: #fff
}

.knowledge-page .list ul li .box .con table tr td {
    min-width: 120px;
    padding: 4px
}

.knowledge-page .list ul li .box time {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 29px
}

.knowledge-page .list ul li .box time em {
    font-size: 30px
}

.knowledge-page .list ul li span.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.knowledge-page .list ul li span i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li:last-child {
    margin-bottom: 0
}

.knowledge-page .list ul li.active .box .con {
    height: 200px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: auto;
    line-height: 1.8
}

.knowledge-page .list ul li.active span.icon {
    background: var(--color)
}

.knowledge-page .list ul li.active span.icon i {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 700px) {
    .knowledge-page .list ul li .box {
        padding-right:45px
    }
}

@media screen and (max-width: 500px) {
    .knowledge-page .list ul li span {
        zoom:.6
    }

    .knowledge-page .list ul li .box {
        padding-right: 20px
    }
}


.news-page .container .cat_name_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-page .container .cat_name_list .list {
    margin-right: 70px;
    padding: 4px 10px;
    position: relative;
    font-size: 20px;
    line-height: 36px
}

.news-page .container .cat_name_list .list span {
    position: relative;
    z-index: 2;
    color: #fff
}

.news-page .container .cat_name_list .list:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #323232;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .cat_name_list .list:hover:before,.news-page .container .cat_name_list .list.active:before {
    background-color: var(--color)
}

.news-page .container .content {
    margin-top: 70px;
    padding-top: 40px;
    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 -30px
}

.news-page .container .content .list {
    width: 33.33%;
    padding: 0 30px;
    margin-top: 40px
}

.news-page .container .content .list .box {
    height: 100%;
    background: #1a1a1a;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover {
  background: var(--color);
}
.news-page .container .content .list .box a {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .content .list .box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.news-page .container .content .list .box .img {
    position: relative;
    z-index: 2;
    height: 310px
}

.news-page .container .content .list .box .cont {
    position: relative;
    padding: 36px 30px;
    background: #f7f7f7;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover .cont{
  background-color: #26418f;
}
.news-page .container .content .list .box:hover .cont,
.news-page .container .content .list .box:hover .cont .title,
.news-page .container .content .list .box:hover .cont .des {
  color: white;
}
.news-page .container .content .list .box .cont .time {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 2
}

.news-page .container .content .list .box .cont .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #151515;


}

.news-page .container .content .list .box .cont .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #151515;
}

.news-page .container .content .list:hover .box .cont .shadow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1250px) {
    .news-page .container .content {
        margin:0 -15px;
        padding-top: 0
    }

    .news-page .container .content .list {
        padding: 0 15px
    }

    .news-page .container .cat_name_list {
        display: none
    }
}

@media (max-width: 1000px) {
    .news-page .container .content .list {
        text-align:center;
        width: 50%
    }

    .news-page .container .content .list .box .img {
        height: 200px
    }
}

@media (max-width: 500px) {
    .news-page .container .content {
        margin:0
    }

    .news-page .container .content .list {
        padding: 0;
        width: 100%
    }

    .news-page .container .content .list:first-child {
        margin-top: 0
    }

    .news-page .container .content .list .box .cont {
        padding: 16px
    }

    .news-page .container .content .list .box .img {
        height: 60vw
    }
}

.newdet-page .container .title {
    font-size: 30px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #151515;
    font-weight: 600;
}

.newdet-page .container .time {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff
}

.newdet-page .container .content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-family: Poppins !important;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

@media (max-width: 500px) {
    .newdet-page .container .title {
        font-size:20px;
        line-height: 36px
    }

  
}



.product-yd-page .catebox ul.catelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
/*.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child{
  display: none;
}*/
.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-right: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: right
}

.product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}
.product-page{
  color: black;
}
.product-page .tit i {
    font-size: 18px;
    margin-left: 20px;
}

.product-page .nav-1 .ui.container {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-page .nav-1 ul.navlist li{
  margin-right: 15px;
}
.product-page .nav-1 ul.navlist li:last-child{
  margin-right: 0;
}
.product-page .nav-1 ul.navlist li a {
    line-height: 34px;
    /*height: 34px;*/
    padding: 15px 34px;
    /*border-radius: 17px;*/
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    font-size: 18px;
    background: #f5f5f5;
}

.product-page .nav-1 ul.navlist li.active a,.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}

.product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px
}

.product-page .nav-2 .ui.container .pro-search-box form {
  position: relative;
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 45px;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-black.png) center center no-repeat;
    border: none;
    position: absolute;
    left: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: black;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}

.product-page .productbox {
    padding-bottom: 50px
}
.product-page .productbox .product-content .text{
  overflow-y: auto;
  max-height: 240px;
  padding-right: 30px;
  color: #666;
}
.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

h1.wanh1 {
  font-size: 24px;
  padding: 20px 0;
  color: black;
  font-weight: 600;
}
.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0 20px
}

.product-page .productbox ul.list.system-application-scheme li .item {
    padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}

.prodet-page .prodet-1 {
    padding: 90px 0
}

.prodet-page .prodet-1 .ui.container {
    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
}


.prodet-page .prodet-1 .ui.container .imgs .imgb {
    margin-bottom: 20px
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul{
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 20px;
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
    width: 100%;
    /*height: 600px;*/
    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: #fff;
    
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a img{
  max-height: 100%;
  width: 100%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg {
    position: relative;
    padding: 0 115px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
    background: var(--color)
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
    left: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
    right: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul {
    margin: 0 -10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li {
    padding: 0 10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
    background: #f9f9f9;
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img {
    width: auto
}

.prodet-page .prodet-1 .ui.container .right {
    padding-left: 70px;
    padding-top: 0
}

.prodet-page .prodet-1 .ui.container .right .title {
    line-height: 1.5;
    font-weight: bold;
}

.prodet-page .prodet-1 .ui.container .right p {
    line-height: 2;
    max-width: 680px;
    margin: 40px 0
}
.prodet-page .prodet-1 .m-link{
  margin-top: 30px;
}
.prodet-page .prodet-1 .ui.container .right .img_small ul{
  margin: -5px;
}
.prodet-page .prodet-1 .ui.container .right .img_small ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .ui.container .right .img_small ul li img{
  border-radius: 8px;
}
.prodet-page .prodet-2 .top ul.tabheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #f7f7f7;
}

.prodet-page .prodet-2 .top ul.tabheader li {
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.prodet-page .prodet-2 .top ul.tabheader li.active,.prodet-page .prodet-2 .top ul.tabheader li:hover {
    color: #fff;
    background: var(--color)
}

.prodet-page .prodet-2 .bottom {
    margin-top: 55px;
    /*background: #1a1a1a;*/
    /*color: white;*/
    /*padding: 50px 0;*/
    line-height: 30px;
}

.prodet-page .prodet-2 .bottom ul li .content table {
    max-height: 300px;
    overflow-y: auto;
}

.prodet-page .prodet-2 .bottom ul li .content table td,.prodet-page .prodet-2 .bottom ul li .content table th {
    text-align: center
}

.leadbox {
    padding: 80px 0
}

.leadbox .main {
    /*display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;*/
    margin: 0 -10px
}

.leadbox .main .bag {
    padding: 10px
}

.leadbox .main .cateitem {
    padding: 40px 20px;
    transition: .3s all;
    background: #f5f5f5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.leadbox .main .cateitem .right {
    padding-left: 20px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}
.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;
}

.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}


.leadbox .main .cateitem .left .img-box {
    background: #fff
}
.seoPublic>div:nth-child(odd) {
    background: #f7f7f7;
}
.seoPublic .title{
  font-size: 600;
}
#cp-Nav .nav ul{
  color: black;
}
@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
  .prodet-page .prodet-1 .ui.container .right p {
    max-height: 160px;
    overflow-y: auto;
  }
  .prodet-page .prodet-1 .ui.container .right{
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .leadbox .main .cateitem .left{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .leadbox .main .cateitem .right{
    width: 100%;
    padding-left: 0;
  } 
  .leadbox .main{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-page .nav-1,
  .product-page .nav-2{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 10px 10px 0;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-right: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
  .leadbox{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs {
    width: 100%;
    margin-bottom: 40px;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
 
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
 .leadbox .main{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.customized-page .customized-1 h2.h-title::after {
  width: 18%;
}
.customized-page .customized-1 .left {
  background-color: var(--color);
}
.customized-page .customized-1 .left .text{
  color: #fff;
}
.customized-page .customized-1 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-1 .content {
  position: relative;
}
.customized-page .customized-1 .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #f7f7f7;
}
.customized-page .customized-2 {
  background-color: #f7f7f7;
}
.customized-page .customized-2 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.customized-page .customized-2 .text ul li:last-child {
  margin-bottom: 0;
}
.customized-page .customized-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.customized-page .customized-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
.customized-page .customized-3 {
  background-color: #1a1a1a;
}
.customized-page .customized-3 .content ul {
  margin: 0 -27px;
}
.customized-page .customized-3 .content ul li {
  padding: 40px 27px;
}
.customized-page .customized-3 .content ul li .box {
  padding: 50px 25px 0;
  background-color: #000;
  height: 470px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box:hover {
  background-color: var(--color);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.customized-page .customized-3 .content ul li .box:hover .num {
  background-color: white;
  color: var(--color);
}
.customized-page .customized-3 .content ul li .box:hover .line {
  opacity: 0.6;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i1 {
  opacity: 0;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i2 {
  opacity: 1;
}
.customized-page .customized-3 .content ul li .box .icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .customized-3 .content ul li .box .icon .i1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .icon .i2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .num {
  width: 85px;
  height: 85px;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .line {
  width: 1px;
  height: 45px;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom {
  position: relative;
  height: 50px;
  width: 100%;
}
.customized-page .customized-3 .bottom::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: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.customized-page .customized-3 .bottom ul {
  width: 100%;
  position: relative;
  z-index: 2;
}
.customized-page .customized-3 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  position: relative;
  color: transparent;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.customized-page .customized-3 .bottom ul .slick-arrow::before {
  content: "\e76b";
  font-family: "iconfont";
  font-size: 20px;
  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%);
  color: white;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-prev {
  left: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next {
  right: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next::before {
  content: "\e769";
}
.customized-page .customized-3 .bottom ul .slick-current li i {
  background-color: rgba(36, 79, 150, 0.4);
}
.customized-page .customized-3 .bottom ul .slick-current li i::before {
  background-color: var(--color);
}
.customized-page .customized-3 .bottom ul li i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom ul li i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9a9a9a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.customized-page .customized-4 .content{
  background: url('/jhlqptgc/2026/02/27/process6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  /*background-size: cover;*/
}
@media screen and (max-width: 1700px) {
  .customized-2 .img {
    width: 50%;
  }
  .customized-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-1 .left {
    padding: 45px;
  }
  .customized-page .customized-2 .text ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .customized-3 .content ul {
    margin: 0 -10px;
  }
  .customized-page .customized-3 .content ul li {
    padding: 40px 10px;
  }
  .customized-page .customized-1 .left {
    width: 100%;
    padding: 30px;
  }
  .customized-page .customized-1 .img {
    width: 100%;
  }
  .customized-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  .customized-2 .img {
    width: 100%;
  }
}















.design-page .design-2 .img {
  height: -webkit-fill-available;
}
.design-page .design-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.design-page .design-2 .text ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.design-page .design-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}



.technical-page .technical-2 {
  background-color: #f7f7f7;
}
.technical-page .technical-2 ul {
  margin: 85px -15px 0;
}
.technical-page .technical-2 ul li {
  padding: 40px 15px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .technical-2 ul li:hover {
  padding: 0 15px;
}
.technical-page .technical-2 ul li .box {
  background-color: #26418f;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .technical-2 ul li .box:hover {
  background-color: var(--color);
}
.technical-page .technical-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.technical-page .technical-2 ul li .box:hover h3 {
  opacity: 1;
}
.technical-page .technical-2 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.technical-page .technical-2 ul li .box .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .technical-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.technical-page .technical-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.technical-page .technical-2 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.quality-page .quality-1::before{
  content:"";
  display: block;
  width: 100%;
  height: 55%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom:0;
}
.quality-page .quality-1 .quality-tit a{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}
.quality-page .quality-1 .quality-tit a.active::before{
  opacity: 1;
}
.quality-page .quality-1 .quality-tit a::before{
  content:"";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.5s;
}
.quality-page .quality-1 .quality-tit{
  border-bottom: 1px solid rgba(219, 219, 219);
}
.quality-page .quality-3{
  background-color: #f7f7f7;
}
@media screen and (max-width: 1700px) {
  .design-2 .img {
    width: 50%;
  }
  .design-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .technical-page .technical-2 ul li .box {
    height: 360px;
  }
  .quality-page .quality-3 .text{
    padding-right: 30px;
  }
  .quality-page .quality-1 .quality-tit a {
    font-size: 18px;
  }
  .inner-page {
    padding: 85px 0;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .customized-2 .text ul li p {
    font-size: 16px;
  }
  .quality-page .quality-1 .quality-tit a {
    width: 30%;
  }
  .about-page .about-3 .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .design-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  .design-2 .img {
    width: 100%;
  }
  .technical-page .technical-2 ul {
    margin: 35px -15px 0;
  }
  .quality-page .quality-3 .container{
    flex-direction: column-reverse;
  }
  .quality-page .quality-3 .text {
    padding-right: 0;
    width: 100%;
    margin-top: 45px;
  }
  .quality-page .quality-3 .img {
    width: 100%;
  }
  .inner-page {
    padding: 60px 0;
  }
  .quality-page .quality-1 .quality-tit a {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .technical-page .technical-1 .text{
    width: 100%;
  }
  .technical-page .technical-1 .img{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .technical-page .technical-2 ul li .box {
    height: 300px;
  }
  .technical-page .technical-2 ul li .box h4 {
    font-size: 20px;
  }
  .technical-page .technical-2 ul li {
    padding: 0 15px;
  }
}
table td, table th{
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 15px 0;
  color: #151515;
}

.seoPublic .Auxil-about .box .right .text{
  color: #666;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3{
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.about-1 .left .lh-6{
  overflow-y: auto;
  height: 200px;
}



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

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

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

.about-page .about-5 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
  opacity: 0;
}

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

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

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

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

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

.about-page .about-5 .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
.about-page .about-5 .list .zdy-switch .swiper-button-next:after, 
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-5 .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

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

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

@media (max-width: 1450px) {
  .about-page .about-5 .list {
      padding: 0 10% 2.5%;
  }

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

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

@media (max-width: 1250px) {

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

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

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

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

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

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

  .about-page .about-5 .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

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

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

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

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

.fadeInUp h1{
  display: initial;
}

.jhbaileybridge{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 339px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 5px;
}

.jinhao{
    text-align: left;
    padding: 0;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
}

.fadeInRight .text a{
  color: #666666!important;
}

.newdet-page .container .content h2{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
}

.newdet-page .container .content h3{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.newdet-page .container .content h4{
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.seoPublic .Auxil-related .list ul li .box a.img-box{
  border-radius: 6px;
}
.seoPublic .Auxil-related .list ul li{
  height: 100%
}
.seoPublic .Auxil-related .list ul li .box{
   border-radius: 6px;
   height: 100%;
   display: flex;
   flex-direction: column;
}
.seoPublic .Auxil-related .list ul li .box .content{
  flex: 1;
     display: flex;
   flex-direction: column;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
   flex: 1;
}
.seoPublic .Auxil-related .list ul li .box .content p{
  height: 4.6em;
  line-height: 1.5;
}
.service-page .tip{
  max-width: 1100px;
  margin: 0 auto;
}
.service-page ul{
  margin: -20px -15px;
}
.service-page ul li{
  padding: 20px 15px;
}