body {
  font-family: "MicrosoftYaHei";
  max-width: 1920px;
  --color: #3095f3;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
.play-btn i{
  border: none;
}
.more {
  width: 160px;
  height: 44px;
  border: solid 1px rgba(48,149,243,0.6);
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.more span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.more p {
  width: 44px;
  height: 44px;
  background-color: rgba(48,149,243,0.6);
  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;
}
.more p img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover p img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lh-1 {
  line-height: 1;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.45);
}
#header .nav {
  padding: 12px 0;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#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: 10px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -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: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  position: relative;
    width: 160px;
}
#header .nav .ui.menu .h-search form #s {
   width: 0;
  height: 44px;
  border: solid 2px #ffffff;
  background: none;
  font-size: 16px;
  color: #ffffff;
  transition: .5s;
  margin: 0 0 0 auto;
  display: block;
  opacity: 0;
}
#header .nav .ui.menu .h-search form:hover #s{
  width: 100%;
   padding-left: 14px;
  padding-right: 44px;
  opacity: 1;
}
#header .nav .ui.menu .h-search form #s::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#header .nav .ui.menu .h-search form #s:-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#header .nav .ui.menu .h-search form #s::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#header .nav .ui.menu .h-search form #s:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#header .nav .ui.menu .h-search form #s::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#header .nav .ui.menu .h-search form .submit {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0) url(../images/search.png) no-repeat center center;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: .5s;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .h-search form:hover .submit{
  background-color: #ffffff;
  filter:none;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 40px;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
}
#header .nav .ui.menu .h-language span i {
  color: #ffffff;
  font-size: 24px;
  margin-left: 4px;
}
#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: 40px;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li>video{
  width: 100%;
  object-fit: cover
}
#banner li {
  position: relative;
  color: #ffffff;
}
#banner li .text {
  position: absolute;
  left: 0;
  /*top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);*/
  bottom: 20%;
  width: 100%;
  /*text-align: center;*/
}
#banner li .title{
  /*text-shadow: 0 0 20px #000000, 0 0 10px black;*/
   /*color: transparent; */
   color: #ffffff;
  /*-webkit-text-stroke: 1px #3095f3; 
  text-shadow: 10px 10px 5px #3095f3;*/
  text-shadow: 
    -1px -1px 0 #3095f3,  
     1px -1px 0 #3095f3, 
    -1px  1px 0 #3095f3, 
     4px  4px 0 #3095f3;  

}
#banner li .title .t2{
  position: relative;
  padding-top: 30px;
  padding-left: 60px;
}
/*#banner li .title .t1:after{
  content: attr(date);
  -webkit-text-stroke: 3px #3095f3; 
}*/
#banner li .text .cont {
  max-width: 710px;
  /*margin: 0 auto;*/
}
#banner li .text .more {
  margin: 40px 0 0;
  border: solid 1px #ffffff;
}
#banner li .text .more p {
  background: rgba(255, 255, 255, 0.6);
}
#banner li .text .more p img {
  -webkit-filter: none;
  filter: none;
}

.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);
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#index-body .about .left {
  width: 45%;
}
#index-body .about .left .t1 {
  line-height: 1.4;
}
.color{
  color: var(--color);
}
#index-body .about .left .cont {
  color: #666666;
  line-height: 2;
}
#index-body .about .left ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .about .left ul .num {
  color: var(--color);
}
#index-body .about .right {
  width: 55%;
  position: relative;
}
#index-body .about .right img {
  width: 100%;
  border-radius: 20px;
}
#index-body .about .right .time {
  width: 220px;
  height: 100px;
  background-color: #3095f3;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 0;
}
#index-body .about .right .time .t1 {
  line-height: 1;
  margin-bottom: 5px;
}
#index-body .about .right .time .info {
  margin-left: 30px;
}
#index-body .about .bar {
  overflow: hidden;
}
#index-body .about .bar ul {
  white-space: nowrap;
  -webkit-animation: transAni2 10s linear infinite forwards;
  -moz-animation: transAni2 10s linear infinite forwards;
  animation: transAni2 10s linear infinite forwards;
}
#index-body .about .bar ul li {
  display: inline-block;
  padding: 0 30px;
}
#index-body .product {
  background-color: #eef7ff;
  overflow: hidden;
}
#index-body .product ul {
  margin: 0 -16px;
}
#index-body .product ul li {
  padding: 0 16px;
}
#index-body .product .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  color: #ffffff;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  /*padding-bottom: 50px;*/
  overflow: hidden;
  border-radius: 20px;
}
#index-body .product .box .t1 {
  line-height: 1.1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*#index-body .product .box .t1:hover {
  color: var(--color);
}*/
#index-body .product .box .cont {
  color: #ffffff;
  opacity: 0.95;
  line-height: 1.5;
  padding-right: 5px;
  
}
#index-body .product .box .t2{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#index-body .product .box .t2 .more{
  margin: 0 auto;
  border: solid 1px #ffffff;
}
#index-body .product .box .t2 .more p{
  background: #ffffff;
}
#index-body .product .box .t2 .more p img{
  filter: none;
}
#index-body .product .box .img{
   position: relative;
   transform: translateY(110%);
   transition: .5s;
}
#index-body .product .box .img .imgs img{
  width: 100%;
}
#index-body .product .box .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  text-align: left;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/*#index-body .product .box:hover .txt{
    opacity: 1;
  transform: translateY(0);
}*/
#index-body .product .box .txt .more{
  border: solid 1px #ffffff;
}
#index-body .product .box .txt .more p{
  background: #ffffff;
}
#index-body .product .box .txt .more p img{
    -webkit-filter: none;
  filter: none;
}
/*#index-body .product .slick-center .box {
  padding-top: 50px;
  padding-bottom: 0;
}*/

#index-body .product li:hover .box .img {
  transform: translateY(0)
   }
#index-body .product .top {
  position: relative;
}
#index-body .product .top .prev {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-150%, -50%);
  -moz-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
  cursor: pointer;
}
#index-body .product .top .next {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  cursor: pointer;
}
#index-body .advantage {
  background: url(../images/sus1.jpg) no-repeat center center / cover;
}
#index-body .advantage .box {
  max-width: 750px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
}
#index-body .advantage .box .cont {
  line-height: 1.5;
}
#index-body .advantage .box .more {
  margin: 0 auto;
}
#index-body .news {
  background-color: #eef7ff;
}
#index-body .news .top .right li {
  margin-left: 60px;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .top .right li.active,
#index-body .news .top .right li:hover {
  color: #000000;
}
#index-body .news .bottom .slick-list {
  padding: 20px 0;
}
#index-body .news .bottom .item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#index-body .news .bottom .item {
  display: none;
  overflow: hidden;
}
#index-body .news .bottom .item.active {
  display: block;
}
#index-body .news .bottom .ig{
    padding: 20px 10px;
}
#index-body .news .bottom .box {
  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: 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;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
   box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
   padding: 20px 0;
   border-radius: 30px;
}

#index-body .news .bottom .box .left {
  width: 40%;
}
#index-body .news .bottom .box .left .t1 {
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .box .left .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .box .left .time {
  color: #666666;
}
#index-body .news .bottom .box .right {
  width: 35%;
  position: relative;
}
#index-body .news .bottom .box .right .cont {
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-right: 30px;
}
#index-body .news .bottom .box .right .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .news .bottom .box .center {
  position: absolute;
  left: 40%;
  height: 130%;
  top: 0;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .box .center img {
  height: 100%;
  width: auto;
}
#index-body .news .bottom .box:hover {
  border-bottom: 1px solid #3095f3;
}
/*#index-body .news .bottom .box:hover .right .cont {
  opacity: 0;
}*/
#index-body .news .bottom .box:hover .right .more {
  opacity: 1;
}
#index-body .news .bottom .box:hover .center {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  background: url(../images/f-bg.jpg) no-repeat center center / cover;
}
#footer .f-box .line {
  width: 120px;
  height: 3px;
  background-color: #3095f3;
  opacity: 0.3;
}
#footer .f-box li {
  margin-bottom: 0.4em;
  opacity: 0.8;
}
#footer .f-box li:hover {
  opacity: 1;
}
#footer .f-box .f-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-box .f-nav li ul {
  display: none;
}
#footer .f-box .f-nav li::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/f-jt.png) no-repeat center center;
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-nav li:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  position: relative;
}
#footer .f-copy p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0 17px;
}
#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: #000000;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #000000;
}
.fixed-toolbar .mail {
  position: relative;
}
.fixed-toolbar .mail .text {
  position: absolute;
  background: var(--color);
  right: 100%;
  white-space: nowrap;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-transform: translate(150%);
  -moz-transform: translate(150%);
  -ms-transform: translate(150%);
  transform: translate(150%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fixed-toolbar .mail:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 1450px) {
  #index-body .product .top .prev,
  #index-body .product .top .next {
    zoom: 0.8;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 25px;
  }
  #header .nav .ui.menu .chat {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .about .bar ul li {
    zoom: 0.7;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .news .bottom .ig {
    padding: 15px 0;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .product .box .txt{
    padding: 0 25px;
  }
  #index-body .product .box .t1{
    font-size: 16px;
  }
  #index-body .product .slick-center .box {
    padding: 0;
  }
  #index-body .news .top .right {
    margin-top: 30px;
  }
  #index-body .news .top .right li {
    margin-left: 0;
  }
  #index-body .news .bottom .box .left {
    padding-left: 0;
    width: 100%;
  }
  #index-body .news .bottom .box .right {
    width: 100%;
  }
  #index-body .news .bottom .box .right .more {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: static;
    margin-top: 20px;
  }
  #index-body .news .bottom .box .center {
    display: none;
  }
  #index-body .news .bottom .box .right .cont {
    opacity: 1 !important;
  }
  #index-body .about .right {
    margin-top: 35px;
  }
  #index-body .about .left br {
    display: none;
  }
  #index-body .about .bar ul li {
    zoom: 0.5;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-box .f-ab {
    zoom: 0.6;
    margin-bottom: 45px;
  }
  #index-body .news .bottom .box .right {
    padding-right: 0;
  }
  #index-body .news .bottom .box .right .cont {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #index-body .product ul li{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
    zoom: 0.8;
  }
  #banner li .text .more {
    margin-top: 20px;
  }
  #banner li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .about .right .time {
    width: 150px;
  }
  #index-body .about .right .time img {
    zoom: 0.7;
  }
  #index-body .about .right .time .info {
    margin-left: 15px;
  }
}
/*inner*/
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f8f7;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 280px;
  top: 110px;
}
.product-page .tip{
  width: 60%;
  margin: 0 auto;
}
.product-page .tip .cat-search form {
  position: relative;
margin-bottom: 30px;

}
.product-page .tip .cat-search form #s{
 width: 100%;
  height: 60px;
  border: solid 2px var(--color);
  background: none;
  font-size: 16px;
  padding-left: 14px;
  padding-right: 66px;
  color: #000000;
  border-radius: 5px;
}
.product-page .tip .cat-search form .submit {
  width: 60px;
  height: 60px;
  background: var(--color) url(../images/icon-search-white.png) no-repeat center center;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 700px) {
  .product-page .tip{
    width: 100%;
  }
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 17px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 15px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #e8f4f2;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
  background: var(--color);
  border: 1px solid var(--color);
  text-align: center;
  padding: 10px 24px;
  color: #ffffff;
  transition: .5s
}
.proSideCont .proSideLeft .catList form .submit:hover{
  color: var(--color);
  background: none;
}
.proSideCont .proSideRight {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  padding-right: 10px;
  /*overflow-y: auto;
  max-height: 116px;*/
}

.product-page .init-1 .content ul {
  margin: 0 -15px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;

}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 0px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
.proPublic .tipsTitleC {
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
  
}
.proPublic .init-about .des p{
    display: inline;
}
.proPublic .init-about .des p+p{
  display: block
}
.proPublic .init-about .des h1{
  display: inline;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  background-size: 100% 100%
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page{
  overflow: hidden
}
.prodet-page .init-1 .left {
  width: 45%;
  position: relative;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 0px;
}
.prodet-page .init-1 .left .prev,.prodet-page .init-1 .left .next{
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  position: absolute;
  font-size: 25px;
}
.prodet-page .init-1 .left .prev{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .init-1 .left .next{
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}
.prodet-page .init-1 .right {
    width: 55%;
   padding-left: 50px;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  /*font-size: 16px !important;*/
}
.prodet-page .init-2 .des {
  margin-top: 30px;
  font-size: 16px
}
.prodet-page .init-2 .des img{
display: inline-block;
width: 100%;
padding: 10px
}
.prodet-page .init-2 .des strong{
  font-size: 24px !important;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .right .title{
    font-size: 18px;
  }
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-2 .des strong{
  font-size: 20px !important;
}
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .prodet-page .init-1 .left .prev, .prodet-page .init-1 .left .next{
    zoom: 0.85;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.support-page .init-1 .tipsTitleC {
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.about-page{
  overflow: hidden
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}
.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  font-weight: 600;
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
}
.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}
.about-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}
.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}
.about-page .init-3 .container .content .right {
  width: 52%;
}
.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}
.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}
.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}
.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-4 .tipsTitleC {
  color: #ffffff;
}
.about-page .init-4 .content {
  padding-top: 80px;
}
.about-page .init-4 .content .swiper {
  padding-left: 1px;
}
.about-page .init-4 .content ul li {
  height: auto;
}
.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.about-page .init-4 .content ul li .box .img{
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}
.about-page .init-4 .content ul li .box:hover .img{
  opacity: 1;
}
.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-weight: 600;
  line-height: 1;
}
.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}
.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
  padding-top: 50px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide + .swiper-slide .box .year {
  padding-top: 0;
}
.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: 100px;
}
.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}
.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}
.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.about-page .init-5 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-5 .container .content {
  margin-top: 80px;
}
.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
}
.about-page .init-5 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}
.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}
.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}
.about-page .init-5 .container .content .right img {
  width: 100%;
}
.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}
.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-5 .container .content .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }
  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }
  .about-page .init-4 .content ul li .box .year {

    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }
  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }
  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }
  .about-page .init-4 .content {
    padding-top: 20px;
  }
  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }
  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }
  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  /*width: 50%;
  padding-right: 30px;*/
}
.contact-page .init-1 .container .left .list {
  width: 30%;
  text-align: center;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 0 auto;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}

.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  /*font-size: 22px;*/
}

.contact-page .init-1 .container .right {
  /*width: 50%;*/
  padding: 10px 40px 40px;
  /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .btn {
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 24px;
  background: var(--color);
  border: 1px solid var(--color);
  color: #ffffff;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
   .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
   .contact-page .init-1 .container .left .list .textC .tips{
   font-size: 18px;
 }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 16px;
  }
   .contact-page .init-1 .container .right {
    padding: 0;
  }
}
@media (max-width: 500px) {
 
 
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }

  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.appdet-page .init-1 {
  padding: 30px 0;
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
  .appdet-page .init-1{
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}
.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container span{
  font-weight: bold;
}
.manufacture-page .init-1 .container .tipsTitleC {
  color: var(--color);
  font-weight: 800;
}
.manufacture-page .init-1 .container .des {
  max-width: 1500px;
  margin: 30px auto 80px;
  line-height: 1.6;
  /*text-align: center;*/
}
.manufacture-page .init-1 .container .des p{
  padding-left: 20px;
  position: relative;
}
.manufacture-page .init-1 .container .des p::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%)
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(30, 150, 130, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: var(--color);
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2n) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2n) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: var(--color);
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}


@media screen and (max-width: 1000px) {
    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
        position: relative;
    }

    #cp-Nav .nav div.title i{
        position: absolute;
        top: 12px;
        right: 10px;
    }

    #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;
    }
}



/*SEO START*/
.proPublic .init-releted .content.sinewseo ul li .box .text {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    padding: 15px 0;
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
    font-size: 15px;
    line-height: 2;
}
.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
    font-size: 16px;
    margin-top: 15px;
}
.proPublic.pb-80 {
    padding-bottom: 200px;
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
.newdet-page .init-1 .container .content {
    line-height: 2;
}
.proSideCont .proSideRight .init-2 {
    line-height: 2;
}
.proPublic .init-about .des {
    line-height: 2;
    font-size: 16px;
}

.proPublic .init-news .content ul li .box .title {
    line-height: 1.8;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
    font-size: 17px;
    line-height: 2;
}
.product-page .init-1 .content ul li .box .text {
    font-weight: 600;
    line-height: 1.8;
}
.news-page .init-2 .container ul li .box .right .title {
    font-size: 20px;
    line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
    font-size: 15px;
}
.newdet-page .init-1 .container .content ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}



@media (max-width: 500px) {
  
  .inner-banner .mbx {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}
.product-page .init-1 .title{
  font-size: 24px !important;
}
.font-40 {
    font-size: 20px;
}
.prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
}
.proPublic .init-about .des {
    max-height: 999px !important;
}
a.foota {
    display: none !important;
}
#mobile .menu-content .menu-list ul li a {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    line-height: 1.7;
}
#index-body .init-2 .container .left .more {
    margin-top: 25px;
}
#index-body .init-3 .container .contentC .listC ul li .box .img img {
    height: 450px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 18px;
}
.newdet-page .init-1 .container .title {
    font-size: 20px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .m-link {
    font-size: 15px;
    line-height: 2;
}
.proPublic.pb-80 {
    padding-bottom: 80px;
}
h1.proh1so {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

}
h1.proh1so {
    font-size: 40px;
    font-weight: 600;

    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}
@media (max-width: 1250px) {
  h1.proh1so {
    font-size: 30px;
    
  }
}
@media (max-width: 1000px) {
  h1.proh1so {
    font-size: 26px;
       margin-top: 60px;
  }
}
@media (max-width: 700px) {
  h1.proh1so {
    font-size: 22px;
      margin-top: 40px;
  }
  .product-yd-page .container .list .imgC{
    width: 100%;
  }
}
.proPublic.pb-80.catcataboso .init-about .img {
    margin-top: 40px;
    width: 1450px;
}
.proPublic.pb-80.catcataboso {
    padding-bottom: 100px;
}
.product-page .init-1 .title {
    font-size: 35px;
}

.swiper{
  overflow: hidden
}
#innerMobileBanner{
  padding-top: 30px
}
#innerMobileBanner .title{
  font-size: 18px
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu{
 background: #fff;
 color: #000;
}
.mobileForm input{
  border: 1px solid var(--color)
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
@media (max-width: 1000px) {
  .faq-page .ui.container ul li .text {
    width: 100%;
    margin-top: 20px
  }
}
/*SEO END*/
.recruitment-page{
  background: #eef7ff;
}
.recruitment-page .init-1 .left{
  padding-bottom: 40px;
}
.recruitment-page .init-1 .left .img{
  width: 120%;
  height: 100%;
}
.recruitment-page .init-1 .left .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-page .init-1 .right{
  position: relative;
  z-index: 2;
  padding-top: 60px

}
.recruitment-page .init-1 .right .box{
  background: #ffffff;
  /*border: 1px solid rgba(0, 0, 0, 0.6);*/
  height: 100%;
  padding: 50px 80px;
}
.recruitment-page .init-1 .right .box .cont{
  color: red;
}
.recruitment-page .init-2 li{
  background: #ffffff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.recruitment-page .init-2 li .tip{
  padding: 20px;
  border-bottom: 1px solid #eef7ff;
  cursor: pointer;
}
.recruitment-page .init-2 li .tip .tit{
  width: 35%;
}
.recruitment-page .init-2 li .tip .cont{
  width: 45%;
}
.recruitment-page .init-2 li .tip .dot{
  margin: 0 0 0 auto;

}
.recruitment-page .init-2 li .tip .dot i{
  width: 40px;
  height: 40px;
  border: 2px solid #eef7ff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  transition: .5s;
}
.recruitment-page .init-2 li .tip.active .dot i{
  transform: rotate(-180deg);
}
.recruitment-page .init-2 li .text{
  padding: 40px 20px;
  display: none;
}
@media (max-width: 1250px) {
.recruitment-page{
  margin-top: 50px;
}
}
@media (max-width: 1000px) {
.recruitment-page .init-1 .left .img{
  width: 100%;
}
.recruitment-page .init-1 .right .box{
  padding: 30px;
}
.recruitment-page .init-2 li .tip .tit{
  font-size: 16px;
}
}
@media (max-width: 700px) {
  .recruitment-page .init-2 li .tip .tit{
    width: 100%;
    margin-bottom: 10px;
  }
  .recruitment-page .init-2 li .tip .cont{
    width: 100%;
     margin-bottom: 10px;
  }
  .recruitment-page .init-2 li .tip .dot i{
    zoom: 0.8
  }
}

.specialist-page .init-1 .container .title_c .left {
  font-weight: bold;
  width: 41%;
}
.specialist-page .init-1 .container .title_c .right {
  width: 54%;
  margin-left: auto;
  color: #777777;
}
.specialist-page .init-1 .container .content {
  margin-top: 50px;
}
.specialist-page .init-1 .container .content .left {
  width: 41%;
}
.specialist-page .init-1 .container .content .left img {
  width: 100%;
}
.specialist-page .init-1 .container .content .right {
  margin-top: -20px;
  width: 54%;
  margin-left: auto;
}
.specialist-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
.specialist-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
}
.specialist-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.specialist-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 32px;
}
.specialist-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.specialist-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #777777;
  padding: 26px 36px;
  background-color: #f3f3f3;
}
.specialist-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 660px;
}
.specialist-page .init-2 .container .content .cont {
  width: 900px;
  padding: 20px 0;
  margin-left: 90px;
  color: #fff;
}
.specialist-page .init-2 .container .content .cont .title {
  font-weight: bold;
}
.specialist-page .init-2 .container .content .cont .des {
  margin-top: 24px;
}
.specialist-page .init-2 .container .content .cont .more {
  margin-top: 50px;
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid #fff;
}
.specialist-page .init-2 .container .content .cont .more:hover {
  background-color: #fff;
  color: #000;
}
.specialist-page .init-3 .container .left {
  width: 48%;
}
.specialist-page .init-3 .container .left img {
  width: 100%;
}
.specialist-page .init-3 .container .right {
  width: 46%;
  margin-left: auto;
}
.specialist-page .init-3 .container .right .title {
  font-weight: bold;
}
.specialist-page .init-3 .container .right .des {
  color: #777777;
  margin-top: 40px;
}
/*.specialist-page .init-3 .container .right .more {
  display: inline-block;
  padding: 12px 50px;
  margin-top: 50px;
  border: 1px solid #000;
}
.specialist-page .init-3 .container .right .more:hover {
  background-color: #000;
  color: #fff;
}*/
.specialist-page .init-4 {
  position: relative;
}
.specialist-page .init-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-100%);
  height: -moz-calc(-100%);
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f3f3;
}
.specialist-page .init-4 .container .title_c .left {
  font-weight: bold;
}
.specialist-page .init-4 .container .title_c .right {
  margin-left: auto;
}

.specialist-page .init-4 .container .des {
  color: #777777;
  margin-top: 20px;
}
.specialist-page .init-4 .container .content {
  margin-top: 50px;
}
.specialist-page .init-5 .container .img {
  width: 100%;
}
.specialist-page .init-5 .container .img img {
  width: 100%;
}
.specialist-page .init-5 .container .left {
  width: 48%;
}
.specialist-page .init-5 .container .left .title_c .tips {
  font-weight: bold;
  padding-right: 10px;
}
.specialist-page .init-5 .container .left .title_c .more {
  padding: 10px 50px;
  border: 1px solid #000;
  margin-left: auto;
}
.specialist-page .init-5 .container .left .title_c .more:hover {
  color: #fff;
  background-color: #000;
}
.specialist-page .init-5 .container .left .des {
  margin-top: 29px;
  color: #777777;
}
.specialist-page .init-5 .container .left .img {
  margin-top: 40px;
}
.specialist-page .init-5 .container .right {
  width: 48%;
  margin-left: auto;
}
.specialist-page .init-5 .container .right .des {
  margin-top: 40px;
}
@media (max-width: 1250px) {
  .specialist-page .init-2 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
  .specialist-page .init-5 .container .left .title_c .tips {
    width: 100%;
  }
  .specialist-page .init-5 .container .left .title_c .more {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .specialist-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .specialist-page .init-1 .container .content .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .specialist-page .init-3 .container .left {
    width: 100%;
  }
  .specialist-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .specialist-page .init-4 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-4 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  .specialist-page .init-5 .container .left {
    width: 100%;
  }
  .specialist-page .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .specialist-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .specialist-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .specialist-page .init-2 .container .content {
    height: auto;
  }
  .specialist-page .init-3 .container .right .des {
    margin-top: 20px;
  }

  .specialist-page .init-5 .container .left .des {
    margin-top: 20px;
  }
}