@font-face {
  font-family: "TikTokSansText";
  src: url("../fonts/TikTokSansText-Light.eot") format("eot"), url("../fonts/TikTokSansText-Light.woff2") format("woff2"), url("../fonts/TikTokSansText-Light.woff") format("woff"), url("../fonts/TikTokSansText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTokSans";
  src: url("../fonts/TikTokSans-Regular.eot") format("eot"), url("../fonts/TikTokSans-Regular.woff2") format("woff2"), url("../fonts/TikTokSans-Regular.woff") format("woff"), url("../fonts/TikTokSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTokSansText";
  src: url("../fonts/TikTokSansText-Medium.eot") format("eot"), url("../fonts/TikTokSansText-Medium.woff2") format("woff2"), url("../fonts/TikTokSansText-Medium.woff") format("woff"), url("../fonts/TikTokSansText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTokSansText";
  src: url("../fonts/TikTokSansText-Bold.eot") format("eot"), url("../fonts/TikTokSansText-Bold.woff2") format("woff2"), url("../fonts/TikTokSansText-Bold.woff") format("woff"), url("../fonts/TikTokSansText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "TikTokSansText";
  max-width: 1920px;
  --color: #1c2d46;
  font-weight: 300;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.more {
  width: 190px;
  height: 58px;
  border-radius: 29px;
  background-color: #223351;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 0 5px 0 17px;
  border: 1px solid #223351;
}
.more::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fefeff url(../images/jt.png) no-repeat center center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more1 {
  width: 383px;
  background-color: #223351;
  border-radius: 11px;
  padding: 19px 27px 19px 12px;
  display: block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #ffffff
}
.more1 .st2 {
  padding-left: 25px;
  margin: 34px 0;
}
.more1 > div {
  position: relative;
  z-index: 2;
}
.more1 img {
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.4);*/
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more1:hover img {
  /*-webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);*/
  animation: jt1 1s linear infinite alternate;
}
.more1:hover::after {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.more1:hover .st{
    animation: op 2s linear infinite ;
}
.more:hover {
  background: none;
  color: var(--color);
}
.more:hover::after {
  background-color: var(--color);
  background-image: url(../images/jt11.png);
}
#innerMobileBanner{
  padding-top: 30px;
  padding-bottom: 20px;
}
#innerMobileBanner .title{
  font-size: 20px;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0;
  color: #fff;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 30px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  background: url(../images/t_bg.png) no-repeat left center / 100% 100%;
  width: 16px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #2bdeff;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 260px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#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:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li > ul.sub-menu {
 left: 100%;
 top: 0
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
#header .nav .ui.menu .h-search input {
  width: 173px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px rgba(254, 254, 255, 0.4);
  background: none;
  padding: 0 40px 0 20px;
}
#header .nav .ui.menu .h-search button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 12px;
}
#header .nav .ui.menu .h-language span {
  width: 40px;
  height: 40px;
  border: solid 1px rgba(254, 254, 255, 0.4);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#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: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav::after {
  width: 100%;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-family: "Arial";
  font-weight: 600;
}
.pl-250 {
  padding-left: 250px;
}
.pr-250 {
  padding-right: 250px;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
}
#banner .text {
  position: absolute;
  left: 0;
  bottom: 20%;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  width: 100%;
}
#banner .text .box {
  padding: 0 250px;
}
#banner .title {
  font-size: 100px;
  letter-spacing: -5px;
  position: relative;
}
#banner .title .t1 {
  padding-left: 250px;
  position: relative;
  z-index: 5
}
#banner .title .t2{
  position: relative;
  z-index: 5
}
#banner .more{
  color: #ffffff
}
#banner .more.d2{
width: 230px
}
/*#banner .title::after {
  content: "";
  display: block;
  width: 149px;
  height: 248px;
  background: url(../images/yuan.png) no-repeat center center / 100% 100%;
  position: absolute;
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
/*#banner .more {
  margin: 0 auto;
}*/
#banner .title .quan {
 	width: 280px;
	height: 280px;
	/*border: solid 1px #fefeff;*/
	border-left: solid 2px #fefeff;
	/*border-top: solid 1px #fefeff;*/
  position: absolute;
  left: 90px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
#banner .title .quan .dot{
  width: 12px;
	height: 12px;
  border-radius: 50%;
	background-color: var(--color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  transform-origin: 6px 146px;
  box-shadow: 0px 0px 5px 3px var(--color);

}
#banner .swiper-slide-active .title .quan .dot{
  animation: quan 3.9s linear 1 forwards;
}
@keyframes quan {
  0% {

    transform: rotate(0);
  }
  100% {
     transform: rotate(-180deg);
  }
}

/*.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}*/
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes transAni1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes transAni1 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes transAni1 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes op {
  0% {
   opacity: 0
  }
  20% {
   opacity: 1
  }
  30% {
   opacity: 0
  }
   40% {
   opacity: 1
  }
   60% {
   opacity: 0
  }
  70% {
   opacity: 1
  }
  100% {
   opacity: 1
  }
}
@keyframes jt1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
#index-body .mark {
  margin-top: -60px;
  position: relative;
  z-index: 4;
}
#index-body .mark .box {
  border-radius: 13px;
  background: #fff;
}
#index-body .mark li {
  height: 100%;
}
#index-body .mark li .img {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .about2 .cont{
	color: #666666;
  line-height: 2
}
#index-body .about .left {
  width: 40%;
 position: relative
}
#index-body .about .left .comy{
  position: relative;
}
#index-body .about .left .comy img{
  width: 100%;
}
#index-body .about .left .comy .play{
  background: #ffffff
}
#index-body .about .left .comy .play i{
  border: none;
  color: #000000
}
#index-body .about .left .t1 {
  color: #253b58;
}
#index-body .about .left .more1{
  position: relative;
  top: -30px;
  left: -30px
}
#index-body .about .right {
  width: 55%;
}
#index-body .about .right .top .tit {
  width: 70%;
  color: #253b58;
  line-height: 1;
}
#index-body .about .right .top .tit span {
  /*color: var(--color);*/
}
#index-body .about .right .top .since {
  width: 109px;
  height: 35px;
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 35px;
  color: #cccccc;
  font-size: 16px;
}
#index-body .about .right .text1 {
  color: #333333;
  line-height: 2;
  position: relative;
}
#index-body .about .right .text1 span {
  font-weight: bold;
  /*color: var(--color);*/
}
#index-body .about .right .text1 .sp1{
  font-weight: bold;
  color: #333333;
  cursor: pointer
}
#index-body .about .right .text1 img{
  /*width: 50%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);*/
  opacity: 0;
 /*display: none;*/
  position: absolute;
  left: 0;
  top: 100%;

  /*width: 100%*/
}
#index-body .about .right .text1 .sp1:hover+img{
  opacity: 1;
  position: static;
   /*transition: 0s;*/
     transition: .5s;
  /*display: block;*/
}
#index-body .about .right .text2 {
  border-left: 3px solid var(--color);
  padding-left: 13px;
}
#index-body .about .right .text2 p {
  line-height: 2;
}
#index-body .about .right .text2 span {
  font-weight: bold;
}
#index-body .about .right .text3 {
  line-height: 2;
}
#index-body .product {
  overflow: hidden;
}
#index-body .product .swiper-container{
  overflow: visible
}
#index-body .product .top .right {
  width: 55%;
}
#index-body .product .top .text4 {
  height: 314px;
  background-color: #223351;
  color: #fff;
}
#index-body .product .top .text4 .int2 {
  line-height: 1.8;
}
#index-body .product .top .text4 .int2 img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
      animation: jt1 1s linear infinite alternate;
}
#index-body .product .top .text4:hover .int2 img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#index-body .product ul {
  padding: 0 9%;
  overflow: hidden;
}
/*#index-body .product ul a {
  display: block;
}*/
#index-body .product .bottom{
  margin-top: -20px
}
#index-body .product ul .slick-list {
  overflow: visible;
}

#index-body .product .swiper-slide{
  padding-top: 20px;

}
#index-body .product .swiper-slide .img {
  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;
  box-shadow: 0px 0px 12px 2px #efefef;

}
#index-body .product .swiper-slide .img .jt {
  position: absolute;
  right: 30px;
  bottom: 24px;
  animation: jt1 1s linear infinite alternate;
}
#index-body .product .swiper-slide .text .t1 {
  line-height: 1;
}
#index-body .product .swiper-slide .text .cont {
  line-height: 2;
}
#index-body .product .swiper-slide:hover .text .t1 {
  color:#2bdeff;
}
#index-body .choose {
  background: #223351 url(../images/bg1.jpg) no-repeat center top / 100%;
  color: #fefefe;
}
#index-body .choose .top .tip {
  line-height: 1;
}
#index-body .choose .top .cont {
  line-height: 1.8;
}
#index-body .choose .top .swiper-container {
  padding-bottom: 90px;
}
#index-body .choose .top .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5);
  height: 2px;
}
#index-body .choose .top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
#index-body .choose .bottom {
  overflow: hidden;
  position: relative
}
#index-body .choose .bottom::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom,#223351 5%,transparent,#223351  99%)
}
#index-body .choose .bottom > img {
  width: 100%;
  /*transform: translateY(-50%)*/
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .choose .bottom > video {
  width: 100%;
  /*transform: translateY(-50%)*/
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .choose .bottom .text{
  position: relative;
  z-index: 3
}
#index-body .choose .bottom p {
  font-size: 26px;
}
#index-body .choose .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin-top: -500px;*/
}
#index-body .choose .bottom ul .i1 {
  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;
  width: 50%;
}
#index-body .choose .bottom ul .i1 .num {
  font-size: 180px;
  font-weight: bold;
}
#index-body .choose .bottom ul .i2 {
  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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  padding-right: 95px;
}
#index-body .choose .bottom ul .i2 .num {
  font-size: 130px;
  font-weight: 500;
}
#index-body .choose .bottom ul .i3 {
  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;
}
#index-body .choose .bottom ul .i3 .num {
  font-size: 100px;
  font-weight: 500;
}
#index-body .choose .bottom ul .i4 {
  width: 50%;
}
#index-body .choose .bottom ul .i4 .num {
  font-size: 100px;
  font-weight: 500;
}
#index-body .choose .bottom ul .i5 {
  width: 50%;
  text-align: right;
}
#index-body .choose .bottom ul .i5 .num {
  font-size: 160px;
  font-weight: 500;
}
#index-body .choose .bottom ul .i6{
  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;
}
#index-body .choose .bottom ul .i6 .center{
  transform: translate(60%,-50%)
}
#index-body .choose .bottom ul .i6 .num{
  font-size: 70px;
    font-weight: 500;
}
#index-body .choose .bottom .num {
  color: #2bdeff;
  line-height: 1;
}
#index-body .news {
  color: #223351;

}
#index-body .news a {
  display: block;
}
#index-body .news .new1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .new1 .left {
  width: 50%;
  color: #223351;
}
#index-body .news .new1 .right {
  width: 50%;
}
#index-body .news .new1 .right .img-box {
  width: 80%;
  margin: 0 0 0 auto;
}
#index-body .news .new1:hover {
  background: var(--color);
}
#index-body .news .new2 li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .new2 li .tit {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  	color: #333333;
    line-height: 1.3
}
#index-body .news .new2 li .cont{
  color: #666666;
}
#index-body .news .new2 li .btn{
  	color: #fdd000;
    display: flex;
    align-items: center;
    width: 140px
}
#index-body .news .new2 li .btn img{
  margin-left: 10px
}
#index-body .news .new2 li .btn:hover{
  color: #000000
}
#index-body .news .new2 li .btn:hover img{
  filter: brightness(0)
}
/*#index-body .news .new2 li .img-box {
  width: 50%;

}*/
/*#index-body .news .new2 li:hover {
  background: var(--color);
}*/
#index-body .news .new2 .slick-current {
  border-right: 2 px solid rgba(0, 0, 0, 0.2);
}
#index-body .news .new2 .text{
  padding-left: 24px
}
#index-body .form {
  /*background: #ededed url(../images/form_bg.png) no-repeat top center / 100%;*/
  position: relative;
    overflow: hidden
}
#index-body .form .container{
  z-index: 4
}
#index-body .form #in2bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #262c81;*/
}
#index-body .form #in2bg canvas{
  width: 100% !important;
  height: 100% !important;
}
#index-body .form .more1 .st2 {
  padding-left: 10px;
}
#index-body .form .box {
  position: relative;
  z-index: 5;
}
#index-body .form .box .more1{
  text-align: left;
  border: none;
}
#index-body .form .left .form-box {
  background-color: #223351;
  padding: 45px 49px;
  width: 795px;
  color: #fff;
}
#index-body .form .left .form-box p {
  margin-bottom: 16px;
  line-height: 1;
}
#index-body .form .left .form-box p span {
  color: #ff0c0c;
}
#index-body .form .left .form-box input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background: #fff;
  border: none;
  margin-bottom: 25px;
  color: #000;
}
#index-body .form .left .form-box textarea {
  width: 100%;
  height: 142px;
  background-color: #ffffff;
  padding: 10px;
  resize: vertical;
  color: #000;
}
#index-body .form .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .form .text .text1 {
  white-space: nowrap;
  font-size: 130px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .form .text .text1 span {
  display: block;
}
#index-body .form .text .text2 {
  margin-bottom: 40px;
}
#index-body .form .text .text2 span {
  -webkit-animation: transAni2 40s linear infinite forwards;
  -moz-animation: transAni2 40s linear infinite forwards;
  animation: transAni2 40s linear infinite forwards;
}
#index-body .form .text .text3 {
  direction: rtl;
}
#index-body .form .text .text3 span {
  -webkit-animation: transAni1 40s linear infinite forwards;
  -moz-animation: transAni1 40s linear infinite forwards;
  animation: transAni1 40s linear infinite forwards;
}
#index-body .form .text.active .text1 span {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  animation-duration: 10s;
}

.formbg{
  background:#ededed;
}

strong {
  font-weight: bold;
}
#footer {
  background-color: #ededed;
  padding: 40px 47px 80px;
}
#footer .foot-box {
  background: #fff;
  border-radius: 49px;
}
#footer .f-box {
  color: #333333;
}
#footer .f-box .f-contact {
  max-width: 410px;
}
#footer .f-box .f-contact li {
  margin-bottom: 0.6em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-box .f-contact li:hover {
  text-decoration: underline;
  color: #000;
}
#footer .f-box .f-nav li {
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
#footer .f-box .f-nav li .sub-menu{
  display: none
}
#footer .f-box .f-nav li:hover {
  color: var(--color);
}
#footer .f-box .f-share ul {
  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-box .f-share ul li {
  margin-right: 15px;
}
#footer .f-box .f-share ul li a {
  width: 33px;
  height: 33px;
  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;
  border: 1px solid #515151;
}
#footer .f-box .f-share ul li a:hover {
  background: var(--color);
  border: 1px solid var(--color);
}
#footer .f-box .f-share ul li a:hover .iconfont {
  color: #ffffff;
}
#footer .f-box .f-code #ewm {
  padding-left: 14px;
  width: 132px;
  height: 132px;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #333333;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #333333;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
  #banner ul .text .box {
    padding: 0 150px;
  }
  #banner .title{
    font-size: 80px
  }
  #index-body .form .box {
    padding: 0 30px;
  }
  #banner ul .title {
    font-size: 110px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #banner ul .title {
    font-size: 90px;
  }
  #index-body .choose .bottom ul .i1 .num {
    font-size: 100px;
  }
  #index-body .choose .bottom ul .i2 .num {
    font-size: 90px;
  }
  #index-body .choose .bottom ul .i3 .num {
    font-size: 80px;
  }
  #index-body .choose .bottom ul .i4 .num {
    font-size: 80px;
  }
  #index-body .choose .bottom ul .i5 .num {
    font-size: 100px;
  }
#index-body .choose .bottom ul .i6 .num{
  font-size: 50px
}
  #index-body .form .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .form .box .more1 {
    margin-top: 40px;
  }
      #banner .title{
    font-size: 65px
  }
  #banner .text .box{
    padding: 0 210px
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner ul .text .box {
    padding: 0;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .news .new2 li .tit {
    width: 100%;
  }
  /*#index-body .news .new2 li .img-box {
    width: 100%;
    margin-bottom: 15px;
  }*/
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
#banner .text .box{
  padding:  0 80px
}
  #index-body .choose .bottom ul .i1 .num {
    font-size: 80px;
  }
  #index-body .choose .bottom ul .i2 .num {
    font-size: 60px;
  }
  #index-body .choose .bottom ul .i3 .num {
    font-size: 50px;
  }
  #index-body .choose .bottom ul .i4 .num {
    font-size: 50px;
  }
  #index-body .choose .bottom ul .i5 .num {
    font-size: 80px;
  }
  #index-body .choose .bottom ul .i6 .num{
    font-size: 36px
  }
  #index-body .product ul {
    padding: 0 5%;
  }
  #banner ul .title {
    font-size: 70px;
  }
  #mobile .mobile-logo img,
  #mobile .menu-content .menu-logo img {
    -webkit-filter: invert(100);
    filter: invert(100);
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #footer {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .left .more1{
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
}
  #index-body .about2 .left{
    margin-bottom: 50px
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner ul .title::after {
    display: none;
  }
  #banner ul .title .t1 {
    padding-left: 0;
  }
  #banner ul .title {
    font-size: 50px;
  }
  #index-body .about .right .top .since {
    width: 109px !important;
  }
  #index-body .about .right .top .tit {
    margin: 20px 0;
  }
  #index-body br {
    display: none;
  }
  #index-body .product .top .right {
    margin-top: 20px;
  }
  #index-body .product .top .text4 {
    height: 200px;
  }
  #index-body .choose .top .swiper-container {
    padding-bottom: 40px;
  }
  #index-body .news .new1 {
    display: none;
  }
  #index-body .form .left {
    margin-right: 0;
  }
  #index-body .form .left .form-box {
    width: 100%;
  }
  #footer .f-box .f-share,
  #footer .f-box .f-code {
    display: none;
  }

  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .choose .bottom ul .i1 .num {
    font-size: 50px;
  }
  #index-body .choose .bottom ul .i2 .num {
    font-size: 30px;
  }
  #index-body .choose .bottom ul .i3 .num {
    font-size: 30px;
  }
  #index-body .choose .bottom ul .i4 .num {
    font-size: 30px;
  }
  #index-body .choose .bottom ul .i5 .num {
    font-size: 50px;
  }
  #index-body .choose .bottom ul .i6 .num{
    font-size: 24px
  }
  #index-body .choose .bottom p {
    font-size: 16px;
  }
  #index-body .form .left .form-box {
    padding: 40px;
  }
  #banner ul .title {
    letter-spacing: 0;
  }
  #index-body .form .text {
    display: none;
  }
  #banner .text .box{
    padding: 0
  }
  #banner .title{
    font-size: 40px
  }
  #banner .title .quan{
    display: none
  }
}
@media screen and (max-width: 700px) {
  #banner .title {
    font-size: 35px;
  }
  #banner .title .t1,#banner .title .t2,#banner .title .t2{
    padding: 0;
  
  }
  .more1,
  .more {
    zoom: 0.7;
  }
  #index-body .form .left .form-box {
    padding: 30px;
  }
  #index-body .choose {
    display: none;
  }
  #index-body .product ul {
    padding: 0 0%;
  }
  #index-body .mark {
    margin-top: 0;
  }
  #index-body .mark .box {
    padding: 15px 0;
  }
  #index-body .form .box {
    padding: 0;
  }
  #footer .foot-box {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }

  #banner ul .text {
    bottom: 10%;
  }
  #banner  .title {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #footer {
    padding: 20px 15px 25px;
  }
  #footer .f-box {
    padding: 30px 0 0;
  }
  #index-body .form .left .form-box input {
    height: 50px;
  }
  #index-body .form .left .form-box input {
    padding: 0 10px;
  }
  #index-body .product ul {
    padding: 0;
  }
  #index-body .product .bottom {
    padding: 0 15px;
  }
  #index-body .news .new2 li .box {
    flex-wrap: wrap;
  }
    #index-body .news .new2 li .box .img-box{
      width: 100%
    }
     #index-body .news .new2 li .box .text{
       width: 100%;
       padding-left: 0;
       margin-top: 40px
     }
  #index-body .product .top .text4 .int2 {
    padding-left: 20px;
  }
  #index-body .product .top .text4 .int1 {
    display: none;
  }
  #index-body .product .top .text4 {
    height: 100px;
  }
  .more1,
  .more {
    zoom: 0.5;
  }
}


/*inner*/
.btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}

.pro_box:hover .btn_pro_det{
  background: var(--color) !important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}


.pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-right: 30px;
  position: absolute;
}

.pro_box:hover .btn_pro_det i{
  margin-left: 6.5em;
}



#seo_about ._left img{
  border-radius: 15px;

}

.inner-page #index-body .news {
  background: none;
  padding: 80px 0;
}
.inner-page #index-body  .news ul{
  margin-top: 100px
}
.inner-page> .man_black{
  background: #000
}
.inner-page .mbx-box{
  background: #fff;
  /*color: #fff*/
}
.inner-page .mbx-box .mbx{
  padding-left: 30px
}
.inner-page .mbx-box .mbx a{
  /*color: #fff;*/
  /*border-right: 1px solid #fff;*/
}
.inner-page .mbx-box .mbx span{
    /*color: #fff*/
}
/*inner css add end*/
/*qiliangbufen */
.inner-banner {
 height:600px;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}
.inner-banner .tit {
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  font-weight: 700;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 100%

}

.product-banner.inner-banner {
  height: 500px;
  padding-bottom: 120px;
}
.product-banner.inner-banner h2 {
  text-align: left;
}
.product-banner.inner-banner h2::after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.inner-page .mbx-box {
  padding: 30px 0 30px;
}
.inner-page .mbx {
  font-size: 14px;
  line-height: 28px;
  color: transparent;
  /*padding-left: 20px;*/
  position: relative;
}
.inner-page .mbx::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .mbx a {
  color: #000;
  padding: 0 16px 0 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .mbx a:first-child {
  padding-left: 0;
}
.inner-page .mbx span {
  color: #000;
  padding-left: 12px;
}
@media screen and (max-width: 1250px) {
  .inner-page .mbx-box{
    display: none
  }
}
.inner-page .sidebar-box {
  /*max-width: 1620px;*/
  margin: 0 auto;
  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;
  justify-content: space-between
}
.inner-page .sidebar-box .sidebar-left {
  width: 69%;
}
.inner-page .sidebar-box .sidebar-right {
  width: 31%;
  padding-left: 60px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
  padding: 28px 50px 40px;
  background: var(--color);
  border-radius: 15px
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 2px;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
  margin-top: 36px;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
  font-size: 16px;
  line-height: 30px;

  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
  margin-top: 15px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 25px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #000;
  left: 0;
  top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
  font-size: 16px;
  line-height: 30px;
  transition: .5s

}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
 opacity: 0.8
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
  font-size: 14px;
  line-height: 2;
  /*color: rgba(20, 20, 20, 0.5);*/
  margin-top: 12px;
}

.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center
}
.inner-page .m-page span,
.inner-page .m-page a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border: 1px solid #000;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
  color: #fff;
  background: #000;
}
.inner-page .m-page .current {
  color: #fff;
  background: #000;
}
.news-page .new_box{
padding-top: 50px
}
.news-page .news-list {
  padding-bottom: 90px;
}
.news-page .news-list ul li {
  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;
  margin-bottom: 80px;
}
.news-page .news-list ul li .left {
  width: 42.5%;
}
.news-page .news-list ul li .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-list ul li .left a img {
  width: 100%;
  border-radius: 15px
}
.news-page .news-list ul li .right {
  width: 57.5%;
  padding-left: 26px;
}
.news-page .news-list ul li .right span {
  font-size: 16px;
  line-height: 28px;
}
.news-page .news-list ul li .right h4 {
  font-size: 24px;
  line-height: 44px;

  font-weight: bold;
  margin: 20px 0;
}
.news-page .news-list ul li .right h4:hover {
  color: #fff;
}
.news-page .news-list ul li .right p {
  font-size: 16px;
  line-height: 30px;

  display: -webkit-box;
}
.news-page .news-list ul li .right .more{
  margin-top: 30px;

}
/*.news-page .news-list ul li .right .more{
  margin-top: 30px;
   border: 1px solid #000000;
  background: #eeeeee
}
.news-page .news-list ul li .right .more::after{
  background-color: #ffffff
}
.news-page .news-list ul li .right .more:hover{
  color: #000;
  border: 1px solid var(--color);
  background: var(--color)
}*/
/*.news-page .news-list ul li .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: none;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  overflow: hidden
}
.news-page .news-list ul li .right .more:hover {
  background: #fff;
  color: #000
}*/

.newdet-page .news-content {
  padding-bottom: 135px;
}
.newdet-page .news-content .title {
  padding: 0 0 35px;
  
}
.newdet-page .news-content .title span {
  font-size: 14px;
  line-height: 2;

}
.newdet-page .news-content .title h1 {
  font-size: 30px;
  line-height: 1.4;

  font-weight: bold;
  margin-top: 20px;
}
.newdet-page .news-content .content {
  padding: 45px 0 200px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 2;

}
.newdet-page .news-content .m-link h3 {
  font-size: 24px;
  line-height: 1;

  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.newdet-page .news-content .m-link h3::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .news-content .m-link:first-of-type h3::after{
  right: 0
}
.newdet-page .news-content .m-link:last-of-type h3::after{
  left: 0
}
.newdet-page .news-content .m-link .next {
  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;
}
.newdet-page .news-content .m-link .next .left {
  width: 42.5%;
}
.newdet-page .news-content .m-link .next .left a {
  display: block;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newdet-page .news-content .m-link .next .left a img {
  width: 100%;
  transition: .5s
}
.newdet-page .news-content .Auxil-through{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newdet-page .news-content .m-link{
  width: 45%
}
.newdet-page .news-content .m-link .next .right {
  width: 57.5%;
  padding-left: 26px;
}
.newdet-page .news-content .m-link:last-of-type h3{
text-align: right
}
.newdet-page .news-content .m-link .next .right .hide{
  display: none
}
.newdet-page .news-content .m-link .next .right span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .m-link .next .right h4 {
  font-size: 24px;

  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px;
}
.newdet-page .news-content .m-link .next .right h4:hover {
  color: #fff;
}
.newdet-page .news-content .m-link .next .right p {
  font-size: 14px;
  line-height: 1.8;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*.newdet-page .news-content .m-link .next .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: none;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .right .more:hover {
  background: #fff;
  color: #000
}*/

.prodet-page{
  overflow: hidden;
  background: #f7f7f8;
}

.prodet-page .prodet-box .prodet-1 {
  padding: 20px 0 80px;
}
.prodet-page .prodet-box .prodet-1 .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-box .prodet-1 .container .left {
  width: 50%;
  padding-right: 90px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
  padding: 20px 0;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll li{
  padding: 10px
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll ul{
  margin:0 -10px
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper{
  margin: -10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
  padding: 10px;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  width: 16px;
  height: 29px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
  background: url(../images/ped-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  background: url(../images/ped-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
  width: 50%;
  padding-left: 25px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
  font-size: 24px;
  line-height: 44px;
  /*color: #fff;*/
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h1 {
  font-size: 30px;
  line-height: 1.4;

  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: 15px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
  font-size: 16px;
  line-height: 2;
  /*color: #000000;*/
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px solid #8a8a8a;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
  font-size: 16px;
  line-height: 30px;

}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
  margin-top: 30px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
  margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
  background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
  margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  border-radius: 15px;
  overflow: hidden
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
  border: 1px solid #fff;
  color: #000;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
  padding: 16px 60px;
  border: 1px solid #000000;
  margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  /*color: rgba(0, 0, 0, 0.8);*/
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
  font-size: 14px;
  line-height: 2;
  font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
  padding: 0 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #000
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
  opacity: 0.7
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
  border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 12px 25px;
  background: #ccc;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-box .prodet-2 h3 span.active {
  color: var(--color);
  background: #fff;
}
.prodet-page .prodet-box .prodet-2 h3 span.active::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
}
.prodet-page .prodet-box .prodet-2 .content {
  padding: 60px 0 50px;
  font-size: 18px;
}
.prodet-page .prodet-box .prodet-2 .content .item{
  display: none
}
.prodet-page .prodet-box .prodet-2 .content .active{
  display: block
}
.prodet-page .prodet-box .prodet-2 .content strong {
  font-weight: bold;
  display: block;
}

.prodet-page .prodet-box .prodet-3 {
  padding: 40px 0 45px;
  background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
  font-size: 20px;
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
  margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
  padding: 60px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
  font-size: 35px;

  font-weight: 600;
  text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
  margin-top: 40px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-wrapper {
  margin: -15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide {
  padding: 15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
  display: block;
  text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
  font-size: 20px;
  line-height: 36px;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 2;

  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page.prodet2-page .prodet-box .container {
  max-width: 1605px;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
  width: 55%;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
  width: 45%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 {
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
  padding: 40px 0 85px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 100;
  max-width: 1150px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
  margin-bottom: 30px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
  width: 58%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
  width: 42%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
  font-size: 24px;
  color: #000000;
  padding-top: 25px;
  position: relative;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 0;
  left: 0;
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
  padding: 110px 0 100px;
  /*border-top: 1px solid #a3a3a3;*/
  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.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
  width: 42%;
  padding: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
  width: 58%;
  padding-left: 5%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 0 6px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
  margin-top: 40px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
  margin-bottom: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
  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;
  padding: 10px 6px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
  content: "+";
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
  display: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
  padding: 15px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
  font-size: 16px;
  color: #565656;
  margin-bottom: 5px;
  list-style-type: disc;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
  padding: 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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
  width: 50%;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
  display: block;
  font-size: 16px;
  color: #565656;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
  border: 2px solid #000;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
  content: "-";
}
.prodet-page.prodet2-page .prodet-box .prodet-3 {
  padding: 60px 0;
  background: #000;
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
  margin: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
  margin-top: 30px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
  overflow: hidden;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
  width: 100%;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
  padding: 15px 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 100;
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 {
  background: #f1f1f1;
  padding: 30px 0 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
  font-size: 26px;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 17px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #1e1e1e;
  margin-top: 35px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 48px;
  text-align: left;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #242424;
  margin-left: 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
  width: 140px;
  margin-left: 0;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
  width: 240px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
  width: 300px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
  background: #000000;
  border-radius: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  white-space: normal;
  padding: 11px 10px;
  text-align: center;
  word-break: break-word;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  height: auto;
}

.product-page {

}
.product-page #honor_list{
  margin-top: 70px
}

.product-page .title h1 {
  font-size: 45px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product-page .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  max-width: 1200px;
}
.product-page .product-box {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #f7f7f8;
}
.product-page .product-box .product-list {
  margin-top: 80px;
}
.product-page .product-box .product-list ul {
  margin: -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;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
  padding-bottom: 60px
}
.prodet-page .product-page .product-box .product-list ul{
  display: block
}
.prodet-page .product-page .product-box .product-list ul li{
  height: 100%
}
.prodet-page .product-page .product-box .product-list ul li .pr{
  height: 100%
}
.product-page .product-box .product-list ul li a {
  border-radius: 10px;
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.product-page .product-box .product-list ul li a h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list ul li a h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 80px;
}


/*.product-page .product-box .product-list ul li > div i {
  position: absolute;
  z-index: 1;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}*/
.product-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}


.product-page .product-box .product-list .m-page {
  margin-top: 60px;
}


.product-page .product-box .cate-list{
  margin-top: 70px;
}
.product-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
  color: #2451a0;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1280px){
  .product-page .product-box .product-list ul li{
    width: 30%
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-box .cate-list ul li{
    width: 100%!important;
  }
  .prodet-page .prodet-box .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-box .prodet-1 .container .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }


  .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
    font-size: 24px;
  }
  .product-page .product-box .product-list ul li{
    width: 50%
  }
}
@media screen and (max-width: 1000px){
  .news-page .news-list ul li .left {
    width: 100%;
  }
  .news-page .news-list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product-page .product-box .cate-list ul li .content{
    width: 100%;
  }
   .news-page .news-list ul li:nth-child(1) .right h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .news-list ul li:nth-child(1) .left a span {
    font-size: 14px;
  }

  .news-page .news-list ul li .right h4 {
    font-size: 18px;
  }
  .newdet-page .news-content .m-link .next .left {
    width: 100%;
  }
  .newdet-page .news-content .m-link .next .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-box .product-list ul li {
    width: 100%;
  }

}

/*other*/
.factory-page .navList {
  margin-top: 10px;
}
.factory-page .navList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.factory-page .navList ul li {
  font-weight: 300;
  font-size: 24px;
  color: #373330;
  width: auto;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 20px;
}
.factory-page .navList ul li a {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 20px;
}
.factory-page .navList ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
  width: 100%;
}
.factory-page .imgList {
  padding: 60px 0 120px;
}
.factory-page .imgList .list ul {
  margin: -10px;
}
.factory-page .imgList .list ul li {
  padding: 10px;
}
.factory-page .imgList .list ul li a {
  display: block;
  position: relative;
}
.factory-page .imgList .list ul li a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
  display: block;
  width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* seo-base-css-end */
.faq-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  /*background: url(../images/about-page-4.png) no-repeat;*/
}
.faq-page .img3 {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 191px;
  height: 218px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em {
  color: var(--color);
}
.faq-page .box .content ul li .ig {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
  color: #000
}
.faq-page .box .content ul li .ig .tits {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tits i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tits i::after,
.faq-page .box .content ul li .ig .tits i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tits i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box .txt-center a {
  margin: 0 auto;
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 25px;
  }

}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 20px;
  }
  .yfll_img  img{
    max-width: 1200px
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px;
  }
  .faq-page {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tits i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}

/* seo-base-css-start */


#seo_about ._box{
	margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
	padding: 15px;
	vertical-align: middle;
}

#honor_list ul{
	margin: -15px;
}

#honor_list ul li{
	padding: 15px;
}

#news_list ul{
	margin: -15px;
}

#news_list ul li{
	padding: 15px;
}

#news_list ._time span{
	display: inline-block;
	padding: 5px;
}

#news_list ._time span._cate{
	color: #FFFFFF;
	background-color: #000000;
}

#news_list ._time span._date{
	background-color: #CCCCCC;
}

#news_list ._table{
	padding: 20px;
	border: 2px solid #CCCCCC;
}

#seo_public_from{padding:80px 0;}#seo_public_from h4{font-size:24px;font-weight:bold;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#fff;color:#000;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}

#seo_public_from .seo_public_from ul li input, #seo_public_from .seo_public_from ul li textarea{
  border-radius: 10px
}

/* mobile-product-nav */
@media screen and (max-width: 1000px) {
	#seo_about ._left,
	#seo_about ._right{
		width: 100%!important;
	}
	
    #cp-Nav {
    	display: block;
    }
    #cp-Nav .nav {
    	padding: 0 15px;
      margin-bottom: 30px;
    }
    #cp-Nav .nav h3.title {
    	font-size: 18px;
    	font-weight: bold;
    	padding: 8px 10px;
    	background: #c7a484;
    	border-radius: 5px;
    }
    #cp-Nav .nav i.mask {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 230;
    	background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav>ul {
    	display: none;
    }
    #cp-Nav .nav ul {
    	position: fixed;
    	top: 10%;
    	max-height: 80%;
    	left: 5%;
    	width: 90%;
    	padding: 20px;
    	border-radius: 5px;
    	background: white;
    	z-index: 300;
    	font-size: 16px;
    	overflow: auto;
    }
    #cp-Nav .nav ul ul {
    	padding: 0 10px;
    	font-size: 14px;
    	position: static;
    	max-height: none;
    	width: 100%;
    	margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
    	display: block;
    	padding: 5px 0;
    	line-height: 28px;
      color: #000
    }
}


#index-body .news2 {
  /*padding-bottom: 185px;*/
}
#index-body .news2 ul {
  padding-right: -50px;
  /*margin-top: 220px*/
}
#index-body .news2 ul li {
  padding-right: 50px;
}
#index-body .news2 ul li .box {
  /*color: #fff;*/
  padding: 60px 60px;
  background-color: #fcfcfc;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
#index-body .news2 ul li .box:hover {
  border: solid 1px #ffffff;
}
#index-body .news2 ul li .box:hover .time .btns {
  padding-left: 30px;
}
#index-body .news2 ul li .box:hover .time .btns img {
  opacity: 1;
}
#index-body .news2 ul li .t1 {
  line-height: 1.1;
  min-height: 2em;
  font-weight: bold;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .news2 ul li .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.5;
  margin: 20px 0 67px;
}
#index-body .news2 ul li .time {
  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;
  font-size: 18px;
}
#index-body .news2 ul li .time span {
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news2 ul li .time .btns {
  position: relative;
}
#index-body .news2 ul li .time .btns:hover span {
  opacity: 1;
}
#index-body .news2 ul li .time .btns img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1440px) {

  #index-body .news2 ul {
    margin-right: -30px;
  }
  #index-body .news2 ul li {
    padding-right: 30px;
  }
  }

  @media screen and (max-width: 1280px){
      #index-body .news2 ul li .box {
    padding: 40px 25px 25px;
  }
  #index-body .news2 ul li .cont {
    margin: 15px 0 40px;
  }
  }
    @media screen and (max-width: 1000px){
      #index-body .news2 {
    padding-top: 110px;
  }
  #index-body .news2 ul {
    margin-top: 60px;
  }
  }

  .service-page .service-1 span.tag {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  display: block;
}
.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: 60px;
}
.service-page .service-1 .ui.container > img {
  width: 100%;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid #fff;
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: #fff;
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
  counter-increment: number;
  font-weight: 400;
  color: #cdcdcd;
  display: block;
  line-height: 1;
  font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin: 10px 0 25px;
  display: block;
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: #fff;
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #fff;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  /*background: #f8f8f8;*/
  /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li label {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5px;
  display: block;
  color: #525252;
}
.service-page div.formBox ul li input,.service-page div.formBox ul li textarea {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 10px
}
.service-page div.formBox ul li textarea {
  height: 100%
}
.service-page div.formBox ul li.cont{
  width: 100%;
  height: 100px
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  max-width: 200px;
  margin-left: auto;
  padding: 0 20px;
  height: 50px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.service-page div.formBox ul li .file{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    /*background-color: #eee;*/
}
.service-page div.formBox ul li input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.service-page .service-new .box ul {
  margin: -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;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*border: 1px solid #e3e3e3;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #fff;
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
  padding: 90px 0 150px;
  background-color: #fff;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: #fff;
}
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 20px;
  line-height: 36px;
  /*font-weight: 300;*/
  border-bottom: 2px solid #efefef;
  /*text-transform: uppercase;*/
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  /*font-weight: 300;*/
  color: #fff;
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .content {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  /*border-radius: 5px;*/
  background: #fff;
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
@media screen and (max-width: 1700px) {
  .why-page .why-1 .right h3 {
    font-size: 32px;
  }
  .why-page .why-1 .right .content {
    margin-top: 20px;
  }
  .why-page .why-1 {
    padding-top: 70px;
  }
  .why-page .why-2 {
    padding: 60px 0;
  }
  .why-page .why-2 ul li .box {
    padding: 25px;
  }
  .why-page .why-2 ul li .box h4 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .why-page .why-2 ul li .box i {
    height: auto;
  }
  .why-page .why-2 ul li .box i img {
    max-height: 48px;
  }
  .why-page .why-2 ul li .box p {
    font-size: 14px;
    line-height: 2!important;
  }
  .why-page .why-3 {
    padding: 70px 0;
  }
  .why-page .why-3 .box {
    margin-top: 50px;
  }
  .why-page .why-4 {
    padding: 60px 0 80px;
  }
  .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
  }
  .service-page .service-1 h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
  .application-page .application-list ul li .right .text {
    font-size: 14px;
  }
  .application-page .application-list ul li .right h4 {
    font-size: 26px;
  }
  .application-page {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1500px) {
  .why-page .why-3 .right .text {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
  .factory-page .navList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .why-page .why-4 .list ul li {
    padding: 15px;
  }
  .why-page .why-4 .list ul {
    margin: -15px;
  }
  .why-page .why-3 .right h3 {
    font-size: 24px;
  }
  .why-page .why-2 ul li .box h4 {
    font-size: 18px;
  }
  .why-page .why-2 ul li .box {
    padding: 10px;
  }
  .why-page .why-2 ul li {
    padding: 10px;
  }
  .why-page .why-2 ul {
    margin: -10px;
  }
  .why-page .why-1 .right h3 {
    font-size: 26px;
  }
  .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }

  .service-page .service-2 .list ul li .left h4,
  .service-page .service-new .box ul h4{
    font-size: 24px;
  }

  .prodet-page .prodet-box .prodet-4 h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .navList {
    display: none;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: 40px;
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  

  .service-page .service-new .box ul li .box2{
    padding: 0;
  }

  .service-page .service-3 .list .slide ul{
    display: block;
  }

  .service-page .service-3 .list .slide ul li{
    width: 100%;
  }

  .service-page .service-3 .list .slide ul li h6{
    font-size: 16px;
    line-height: 30px;
  }

  .why-page .why-3 .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 25px;
  }
  .why-page .why-3 .left {
    width: 100%;
    left: 0 !important;
  }
  .why-page .why-3 {
    padding: 40px 0;
  }
  .why-page .why-2 ul li {
    width: 50% !important;
  }
  .why-page .why-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .why-page .why-1 .left {
    width: 100%;
  }
  .why-page .why-1 .left .img {
    height: 240px;
  }
  .application-page .application-list ul li .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .application-page .application-list ul li .left {
    width: 100%;
  }
  .inner-banner h2.tit{
    font-size: 35px
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
  .why-page .why-2 ul li {
    width: 100% !important;
  }
  .why-page .why-1 .right h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .why-page .why-1 {
    padding-top: 20px;
  }
  .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }

  .service-page div.formBox{
    padding: 30px;
  }

  .service-page div.formBox ul li{
    width: 100%;
  }
  .inner-banner h2.tit{
    font-size: 28px
  }
}

.resources-page {
  padding: 60px 0 0;
}
.resources-page .formbg{
  padding: 50px 0
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: #1c2d46;
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: #1c2d46;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 278px;
  height: 278px;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover{
  background: var(--color);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
  color: #fff;
}
.resources-page .list ul li:hover .column{
  border-color:#4bdeff;
}
.resources-page .list ul li:hover a.download{
  background: #fff;
  color: var(--color);
}
.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
@media screen and (max-width: 1000px){
   .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 700px){
   .resources-page .list .dw-list {
    width: 100%;
    overflow: auto;
  }
  .resources-page .list .dw-list li {
    width: 700px;
  }
}
.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }

.about-page .about-1 {
    background: url(../images/ab-wz.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}

.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
    position: relative
}
.about-page .about-1 .top .right span{
  font-weight: bold;
  cursor: pointer;
}
.about-page .about-1 .top .right img{
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: .5s
}
.about-page .about-1 .top .right span:hover+img{
  opacity: 1
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/zhenjiagrp/2025/10/31/company.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 100px;
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li .num span{
  font-size: 50px
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/zhenjiagrp/2025/11/03/1.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 100px 0px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-33{
  background: #eeeeee
}
.about-page .about-33 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.about-page .about-33 ul li{
   height: 100%;
  position: relative;
 padding-top: 10px;
 padding-bottom: 10px

}
.about-page .about-33 ul li .box{
  position: relative;
  z-index: 3;
    padding: 50px 30px 30px;
      background: #fff;
     height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.about-page .about-33 ul li .t1{
  /*color: var(--color);*/
  margin: 10px 0
}
/*.about-page .about-33 ul li .box::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  opacity: 0;
  transition: .5s
}*/
/*.about-page .about-33 ul li:hover::after{
  opacity: 1;
   transform: scale(1);
}*/
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1450px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 80px;
    }
    .about-page .about-1 .data ul li .num span{
  font-size: 40px
}
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 50px;
    }
    .about-page .about-1 .data ul li .num span{
  font-size: 28px
}
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
    .about-page .about-33 ul li{
      width: 50%
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
   .about-page .about-33 ul li{
      width: 100%
    }
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
        .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 40px;
    }
    .about-page .about-1 .data ul li .num span{
  font-size: 20px
}
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
}
.contact-page{
    /*background: #ededed*/
}

.contact-page .contact-1 .left {
  width: 43.35%;
}
.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}
.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 0;
  bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px; 
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
  background: #ededed;
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: #1746f9;
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 0;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: #1c2d46;
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  font-size: 14px;
  color: #9d9d9d; 
  font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: #1746f9;*/
}
.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;  
  /*color: #1746f9;*/
  margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 20px;
  line-height: 2;
  color: #333333; 
  font-weight: 400;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  /*margin-top: 144px;*/
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: 80px;
  }
  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    display: none
  }
  .newdet-page .news-content .m-link .next .right h4{
    font-size: 18px
  }
  .inner-page .sidebar-box .sidebar-left{
    width: 100%;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .news-content .m-link{
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page {
    padding: 30px 0;
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}

.page-header02{
  background: #000
}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: #2bdeff;
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
    width: 220px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
        width: 100%
    }
}