@media (max-width: 500px) {
  .about-page .about-1 .top .text .title {
    font-size: 24px !important;
    line-height: 1.6 !important;
  }
}

.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 114px;
   
}

.inner_banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c {
  font-size: 450px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container {
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 180px 0 100px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}

@media (max-width: 1500px) {
  .inner_banner .textAniC {
    top: 34px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 360px;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC {
    top: 40px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 260px;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 60px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c {
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC {
    top: 30px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 80px;
  }
}

.shouye h1{
  display: inline;
}
.Auxil-h1{
  text-align: center;
    font-weight: 700;
     
}
@media (max-width: 500px) {
  .yejiao{
    display: none;
  }
  .knowledge-page .list ul li .box .title{
    line-height:1.8!important;
  }
  .news-page .news-list ul li .box .content .title{
    min-height: auto!important;
  }
  .about-page .about-1 .top .text .title{
    font-size: 24px!important;
        line-height: 1.6!important;
  }
  .product-page .init-3 .container .content ul li .box .title{
    min-height: 0!important;
  }
  .cat_des{
    display: none!important;
  }
  .product-yd-page .init-1 .container ul li .box .right img{
    max-width: 400px !important;
  }
}
.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;
}
@-webkit-keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes transAni {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes transAni {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-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%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-o-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-o-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.font-48 {
  line-height: 1.2;
}
.font-32 {
  line-height: 1.2;
}
.font-20 {
  line-height: 1.8;
}
.tipsTitleCont {
  font-weight: bold;
   
}
.tipsTitleCont .tipsTitle1 {
  /*text-transform: uppercase;*/
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color:   var(--color);
  border-radius: 50%;
  margin: 7px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  /*letter-spacing: 4px;*/
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
}
.moreCont {
  font-weight: bold;
  cursor: pointer;
   
}
.moreCont .moreImgC {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
}
.moreCont .moreImgC .moreImg {
  width: 14px;
  height: 14px;
}
.moreCont:hover {
  color:   var(--color);
}
.moreCont:hover .moreImgC {
  background-color:   var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .font-48 {
    font-size: 24px;
    /* line-height: 1.6; */
  }
  .font-42{
    font-size: 24px;
    /* line-height: 1.6; */
  }
  .font-36 {
    /* line-height: 1.6; */
    font-size: 24px;
  }
  .font-34 {
    font-size: 24px;
    /* line-height: 1.6; */
  }
  .font-30 {
    /*font-size: 24px;*/
    /* line-height: 1.6; */
  }
  /* .font-24 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  } */
  .tipsTitleCont .tipsTitle2 {
    margin-top: 10px;
  }
}
.solution-page .init-1 {
  z-index: 2;
  position: relative;
}
.solution-page .init-1 .subImg {
  width: 36%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.solution-page .init-1 .container .right {
  width: 65%;
  margin-left: auto;
}
.solution-page .init-1 .container .right .cont {
  margin-top: 30px;
  max-width: 650px;
  padding: 30px 0 60px 80px;
  position: relative;
}
.solution-page .init-1 .container .right .cont .line {
  width: 2000px;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 80px;
}
.solution-page .init-1 .container .right .cont .title {
  font-weight: 600;
  max-width: 560px;
}
.solution-page .init-1 .container .right .cont .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  line-height: 32px;
}
.solution-page .init-1 .container .right .cont .more {
  margin-top: 30px;
}
.solution-page .init-2 {
  background-color: #f6f6f6;
}
.solution-page .init-2 .container .left {
  width: 35%;
  padding-right: 20px;
}
.solution-page .init-2 .container .left .img {
  margin-top: 180px;
  width: 140px;
  display: block;
}
.solution-page .init-2 .container .right {
  width: 65%;
  font-weight: bold;
}
.solution-page .init-2 .container .right .des {
  margin-top: 30px;
  font-weight: 500;
}
.solution-page .init-2 .container .right .des em {
  color:   var(--color);
}
.solution-page .init-3 {
  position: relative;
}
.solution-page .init-3 .sub {
  position: absolute;
  top: -1px;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 170px solid #f6f6f6;
  border-right: 180px solid transparent;
  z-index: 2;
}
.solution-page .init-3 .container {
  width: 100%;
}
.solution-page .init-3 .img {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.solution-page .init-4 {
  position: relative;
  margin-bottom: 4vw;
}
.solution-page .init-4 .sub {
  position: absolute;
  width: 100%;
  height: 340px;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}
.solution-page .init-4 .container {
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .left {
  width: 50%;
}
.solution-page .init-4 .container .left ul li {
  display: none;
}
.solution-page .init-4 .container .left ul li .img {
  width: 100%;
}
.solution-page .init-4 .container .right {
  width: 50%;
  background-color: #fff;
  padding: 30px 50px 70px 50px;
}
.solution-page .init-4 .container .right .tipsTitleCont .tipsTitle2{
  margin-top: 0;
}
.solution-page .init-4 .container .right .tipsTitleCont .tipsTitle1{
  color: var(--color);
}
.solution-page .init-4 .container .right .line {
  height: 1px;
  margin-top: 30px;
  background-color: #000000;
}
.solution-page .init-4 .container .right .content {
  margin-top: 20px;
}
.solution-page .init-4 .container .right .content ul li .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}
.solution-page .init-4 .container .right .content ul li .box .title {
  font-weight: 600;
   
}
.solution-page .init-4 .container .right .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.8;
  overflow: auto;
  height: 170px;
}
.solution-page .init-4 .container .right .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.solution-page .init-4 .container .right .content ul li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.solution-page .init-5 {
  background-color: #f6f6f6;
}
.solution-page .init-5 .container .tipsTitleCont {
  max-width: 800px;
}
.solution-page .init-5 .container .content {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 30px 40px 30px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  display: block;
  margin: auto;
  max-width: 300px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 600;
   
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color:   var(--color);
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.8;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 20px;
}
.solution-page .init-5 .container .content .sPage {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullets {
  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;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet {
  margin: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(191, 0, 0, 0);
  opacity: 1;
  background-color: #f6f6f6;
  -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;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active {
  border: 1px solid   var(--color);
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active::before {
  background-color:   var(--color);
}
@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
  .solution-page .init-3 .sub {
    border-top: 100px solid #f6f6f6;
    border-right: 100px solid transparent;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
  .solution-page .init-3 .img {
    height: 400px;
  }
  .solution-page .init-4 .container .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .solution-page .init-4 .container .right {
    padding: 40px 0;
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
  }
  .solution-page .init-1 .container .right .cont {
    padding-left: 0;
  }
  .solution-page .init-1 .container .right .cont .line {
    width: 100%;
    left: 0;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .solution-page .init-2 .container .left .img {
    margin-top: 20px;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .sub {
    display: none;
  }
  .solution-page .init-3 .img {
    height: 300px;
    background-attachment: unset;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
  .solution-page .init-3 .img {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
  .solution-page .init-1 .container .right .cont {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .solution-page .init-2 .container .left .img {
    width: 80px;
  }
  .solution-page .init-3 .img {
    height: 48vw;
  }
  .solution-page .init-4 .container .right .line {
    margin-top: 10px;
  }
  .solution-page .init-4 .container .right .content ul li .box {
    padding: 10px 0;
  }
  .solution-page .init-5 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
  .solution-page .init-5 .container .content .sPage {
    margin-top: 20px;
  }
}
.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:   var(--color);
}
.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;
}
.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;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
/*.m-page .wp-pagenavi {
  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;
}*/
/*.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color:   var(--color);
  color: #fff;
  border: 1px solid   var(--color);
}
.m-page .wp-pagenavi .current {
  background-color:   var(--color);
  border: 1px solid   var(--color);
  color: #fff;
}*/
@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;
  }
}
.product-page .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
  color:   var(--color);
}
.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
  font-size: 16px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
  color:   var(--color);
}
.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
  font-size: 16px;
}
.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  background-color:   var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
}
.product-page .init-2 .container .product-search form .btn:hover {
  background-color:   var(--color);
}
.product-page .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
   
}
.product-page .init-3 .container .des{
  /*font-size: 14px;*/
  line-height: 2;
  margin-top: 40px;
}
.product-page .init-3 .container .des table{
  border: none;
}
.product-page .init-3 .container .des table tr{
  background: #fff;
}
.product-page .init-3 .container .des table tr td{
  border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
  background: #f6f6f6;
  min-width: 100px;
}
.product-page .init-3 .container .cat_des{
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}
.product-page .init-3 .container .content {
  margin-top: -40px;
}
.product-page .init-3 .container .content ul{
  margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
  display: block;
  /*line-height: 1.8;*/
  /*min-height: 4em;*/
  height: calc(1.5em * 2);
    display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page .init-3 .container .content ul li .box .title:hover{
  color:   var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  /*max-height: 172px;*/
  height: calc(2em * 3);
  padding-right: 4px;
}
.product-page .init-3 .container .content ul li .box .slick-track{
  margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
  margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
  padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
  border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .news-btn{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  color: #313233;
  margin-top: 20px;
}
.product-page .init-3 .container .content ul li .box .news-btn i{
  font-size: 30px;
}
.product-page .init-3 .container .content ul li .box .news-btn:hover{
   color: #fff;
  background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;
   
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;
   
  background-color:   var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
  transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}
.seoPublic .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
   
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #f6f6f6;
}
.seoPublic > div.whiteBg {
  background: #fff;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .left img {
  width: 100%;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 0px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: 600;
   
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li a.img-box img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color:   var(--color);
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color:   var(--color);
  color:   var(--color);
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background:   var(--color);
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background:   var(--color);
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color:   var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid   var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color:   var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background:   var(--color);
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color:   var(--color);
}
@media (max-width: 1500px) {
  .product-page .init-3 .container .des table tr td{
    min-width: 120px;
  }
  .product-page .init-3 .container .des table tbody>tr>td:first-child{
    min-width: 120px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media (max-width: 1250px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    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;
    font-size: 14px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .seoPublic > div {
    padding: 20px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .content {
    margin-top: 0;
  }
  .product-page .init-3 .container .content ul{
    margin: 0;
  }
  .product-page .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}
.about-page .about-1 .top .img {
  position: relative;
  height: 34vw;
  overflow: hidden;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background:   var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:   var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:   var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  /*max-width: 1200px;*/
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page.product-page-common .about-1 .top .text{
  margin-top: 0;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;
   
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #404040;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  /*max-width: 1215px;*/
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -35px;
}
.about-page .about-1 .bottom ul li {
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .bottom ul li:after{
  content: "";
  display: block;
  width: 90%;
  height: 140%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f3f3f4;
  z-index: -1;
  border-radius: 44px 0 0 0;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  /*border-bottom: 1px solid #58596c;*/
  position: relative;
}
.about-page .about-1 .bottom ul li .data:after{
  content: "";
  display: block;
  width: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color:   var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
   
  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.about-page .about-2 {
  margin-top: 120px;
}

.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 800px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #595959;
  border-radius: 0 0 189px;
}
.about-page .about-2 .tipsTitleCont .tipsTitle1 span{
  color: var(--color);  
}
.about-page .about-2 .tipsTitleCont .tipsTitle2{
  margin-top: 0;
}
.about-page .about-2 .box .text .con{
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 6% 0 7%;
  /*margin-top: -122px;*/
  /*margin-top: 60px;*/
  border-radius: 189px 0;
   /*background: #ededed url(/template/en/images/product-bg.png) no-repeat center top;
   background-size: 85.46875vw auto;*/
   position: relative;
  background: #ededed;
}
.about-page .about-3 .ui{
  z-index: 2;
}
.about-page .about-3  .bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  /*font-size: 314px;*/
  font-size: 15vw;
  line-height: .72;
  white-space: nowrap;
  overflow: hidden;
  background: linear-gradient(to bottom, #f2f2f2,transparent);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            z-index: 1;
}
.about-page .about-3 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color:   var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content 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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 36px;
  background: #fff;
  border-radius: 0 75px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: calc(1.5em * 2);
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
  min-height: 150px;
  /*overflow: auto;*/
}
.about-page .about-3 .content ul li .box:hover {
  background:   var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background:   var(--color);
}
.about-page .about-4 {
  background:   var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color:   var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
  /*background: #fff url(/template/en/images/news-bg.png) no-repeat center top;*/
  background: #fff ;
  background-size: 100vw auto;
  position: relative;
  z-index: 1;
}
.about-page .about-5  .bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 13vw;
  line-height: .72;
  white-space: nowrap;
  overflow: hidden;
  background: linear-gradient(to bottom, #f2f2f2,transparent);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            z-index: -1;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  /*border-bottom: 1px solid #b8b8bc;*/
  /*margin-left: 4vw;
  margin-right: 4vw;*/
}
.about-page .about-5 .header span.tag {
  color:   var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background:   var(--color);
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .tipsTitleCont .tipsTitle2{
  margin-top: 0;
  width: 50%;
}
.about-page .about-6 .tipsTitleCont .tipsTitle1 span{
  color: var(--color);
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 90%;
  margin-right: 0;
  padding-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
}
.about-page .about-6 .contentC .container .titleC ul{
  margin-left: -50px;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color:   var(--color);
}
.about-page .about-6 .contentC .container .titleC .slick-current .num{
  color:   var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background:   var(--color);
}
.about-page .about-6 .contentC .container .titleC .slick-current .cir{
  background:   var(--color);
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;
  width: 100%;
  align-items: flex-start;
}
.about-page .about-6 .contentC .container .content .content-box{
    width: 48%;
}
.about-page .about-6 .contentC .container .content ul{
  width: 100%;
}
.about-page .about-6 .contentC .container .content .box .left{
  /*width: 48%;*/
  padding-right: 200px;
  padding-top: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  font-weight: 600;
  font-size: 24px;
}
.about-page .about-6 .contentC .container .content .box .left .des{
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
.about-page .about-6 .contentC .container .content .swiper{
  width: 55%;
}
.about-page .about-6 .contentC .container .content .history-img{
  width: 52%;
  margin-top: -200px;
  /*height: 100%;*/
  text-align: right;
}
/*.about-page .about-6 .contentC .container .content .history-img img{
  height: 100%;
}*/
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
  .about-page .about-6 .contentC .container .content .history-img{
    margin-top: -160px;
  }
}
@media (max-width: 1250px) {
        .font-70{
    font-size: 55px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    /*padding-right: 30px;*/
  }
  /*.about-page .about-3{
    margin-top: -60px;
  }*/
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
      .font-70{
    font-size: 50px;
  }
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color:   var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    /*padding: 0;*/
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
}
@media (max-width: 700px) {
  .font-70{
    font-size: 30px;
  }
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:   var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
   
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color:   var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color:   var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  font-family: syne;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;
  font-family: syne;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color:   var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color:   var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color:   var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-left: 10px;
  color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;
  font-family: syne;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color:   var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-family: syne;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2{
  font-weight: 700;
  font-family: syne;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color:   var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover{
  background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img{
  transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color:   var(--color);
}
.news-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
   
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  font-weight: 600;
   
  margin-top: 20px;
  font-size: 24px;
  min-height: 5.5em;
}
.news-page .news-list ul li .box .content .title:hover {
  color:   var(--color);
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color:   var(--color);
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}
.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;
   
  background:   var(--color);
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
   
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0,0,0,.5);
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background:   var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background:   var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
   
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 0 auto;
}
.releted-product .tipsTitle {
  font-weight: 700;
  text-align: center;
   
}
.releted-product .content ul {
  margin: 0 -15px;
}
.releted-product .content ul li {
  padding: 0 15px;
}
.releted-product .content ul li .img a {
  border: 1px solid #dadada;
    height: 316px;
  background: #fff;
}
.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-product .content ul li .text {
  margin-top: 20px;
  font-weight: 600;
   
  color: #000;
}
.releted-product .content ul li .text:hover {
  color:   var(--color);
}
@media (max-width: 1250px) {
  .releted-product .content ul li .img a{
    height: auto;
  }
}
@media (max-width: 1250px) {
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 40px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
   
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color:   var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color:   var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.service-page {
  padding: 40px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 .container .top .text {
  vertical-align: middle;
  padding-right: 73px;
}
.service-page .service-1 .container .top .text .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.service-page .service-1 .container .top .text .btn {
  margin-top: 36px;
}
.service-page .service-1 .container .top .text .btn .link {
  vertical-align: top;
  margin-left: 35px;
}
.service-page .service-1 .container .top .text .btn .link em {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:   var(--color);
}
.service-page .service-1 .container .top .text .btn .link span {
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
}
.service-page .service-1 .container .top .img {
  text-align: right;
  padding: 60px 0 50px;
}
.service-page .service-1 .container .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .tipsTitleCont .tipsTitle1 span {
  width: auto;
}
.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 10px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 600;
   
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background:   var(--color);
  border-color:   var(--color);
}
.service-page .service-3 {
  padding: 60px 0;
  background-color:   var(--color);
  color: #fff;
}
.service-page .service-3 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 h3 {
  /*margin-bottom: 20px;*/
  font-weight: 700;
   
  width: 57%;
}
.service-page .service-3 .more{
  font-weight: 700;
  font-family: syne;
  cursor: pointer;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #fff;
}
.service-page .service-3 .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
    filter: brightness(0);
}
.service-page .service-3 .more:hover .img {
  transform: rotate(45deg);
}
.service-page .service-4 .container .header .tipsTitle1 span {
  width: auto;
}
.service-page .service-4 .container .content {
  margin-top: 40px;
}
.service-page .service-4 .container .content ul {
  margin: 0 -15px;
}
.service-page .service-4 .container .content ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide {
  height: auto;
}
.service-page .service-4 .container .content ul .slick-track .slick-slide > div {
  height: 100%;
}
.service-page .service-4 .container .content ul li {
  height: 100%;
  padding: 15px;
}
.service-page .service-4 .container .content ul li .box {
  height: 100%;
  background: #f6f6f6;
  padding: 0;
}
.service-page .service-4 .container .content ul li .box .img-box{
  position: relative;
  display: block;
}
.service-page .service-4 .container .content ul li .box .img-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.service-page .service-4 .container .content ul li .box:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.service-page .service-4 .container .content ul li .box .title {
  display: block;
  font-weight: 700;
   
  margin-top: 15px;
}
.service-page .service-4 .container .content ul li .box .desc {
  margin-top: 20px;
  color: rgba(0,0,0,.5);
}
@media (max-width: 1500px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-1 .container .top .text .btn .link {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 h3 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-1 .container .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .container .top .img {
    display: none;
  }
}
@media (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .service-page .service-3 {
    padding: 40px 0;
  }
  .service-page .service-4 .container .content {
    margin-top: 10px;
  }
  .service-page .service-1 .container .top .text .btn {
    margin-top: 10px;
  }
}
.design-page .design-1 .ui.container {
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-1 .ui.container {
  width: 100%;
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title {
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img {
  text-align: right;
  margin-top: 80px;
}
.design-page .design-2 .right {
  padding-left: 90px;
}
.design-page .design-2 .right .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3 {
  padding-bottom: 120px;
}
.design-page .design-3 .tipsTitle1 span {
  width: auto;
}
.design-page .design-3 .tipsTitle2 {
  text-align: center;
}
.design-page .design-3 .container {
  width: 100%;
}
.design-page .design-3 .i-title {
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: 20px -40px 0;
}
.design-page .design-3 ul li {
  padding: 40px;
}
.design-page .design-3 ul .slick-list {
  padding: 0 28%;
}
.design-page .design-3 ul li .box {
  position: relative;
}
.design-page .design-3 ul li .box img {
  width: 100%;
}
.design-page .design-3 ul li .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p {
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content {
  opacity: 1;
}
.design-page .design-3 ul .slick-dots {
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.design-page .design-3 ul .slick-dots li button {
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active {
  background:   var(--color);
}
.design-page .design-4 {
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title {
  line-height: 1.2;
}
.design-page .design-4 .right {
  padding-left: 90px;
}
.design-page .design-4 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}
.design-page .design-4 .right ul li h4 {
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des {
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container {
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5 {
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title {
  line-height: 1.2;
}
.design-page .design-5 .wrap {
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left {
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img {
  width: 100%;
}
.design-page .design-5 .wrap .right {
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width: 1600px) {
  .design-page .design-5 .ui.container {
    padding-left: 7%;
  }
  .design-page .design-5 .wrap {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1450px) {
  .design-page .design-4 .right {
    padding-left: 30px;
  }
  .design-page .design-5 .wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .design-page .design-2 .right {
    padding-left: 50px;
  }
  .design-page .design-3 ul li {
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: 20px -20px 0;
  }
  .design-page .design-3 ul li .content h4 {
    font-size: 21px;
  }
  .design-page .design-4 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }
  .design-page .design-5 .wrap .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 .ui.container {
    padding: 0 20px;
  }
  .design-page .design-2 {
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list {
    padding: 0 18%;
  }
  .design-page .design-4 .left {
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .design-page .design-5 {
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left {
    width: 100%;
  }
  .design-page .design-5 .wrap .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left {
    width: 100%;
  }
  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list {
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 {
    padding: 40px 0;
  }
  .design-page .design-2 .left .img {
    margin-top: 20px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 20px;
  }
  .design-page .design-3 ul li {
    padding: 0 0 20px 0;
  }
  .design-page .design-4 .right ul li {
    padding-left: 0;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 24px;
  }
  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }
  .design-page .design-5 .wrap {
    margin-top: 20px;
  }
  .design-page .design-5 .wrap .left .txt {
    margin-bottom: 20px;
  }
}
.knowledge-page .list ul li {
  margin-bottom: 35px;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px 15px 38px;
  position: relative;
}
.knowledge-page .list ul li .box {
  max-width: 1249px;
  margin: 0 auto;
}
.knowledge-page .list ul li .box .title{
  font-weight: 600;
   
}
.knowledge-page .list ul li .box .con {
  color: rgba(0,0,0,.5);
  margin-top: 18px;
  font-weight: 500;
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
 
.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background:   var(--color);
}
.knowledge-page .list ul li .box .con table{
  width: fit-content !important;
  font-size: 15px;
}
.knowledge-page .list ul li .box .con table tr{
  background: #fff;
}
.knowledge-page .list ul li .box .con table tr td{
  min-width: 120px;
  padding: 4px;
}

.knowledge-page .list ul li .box time {
  display: inline-block;
  color:   var(--color);
  font-size: 18px;
  line-height: 1;
  margin-top: 29px;
}
.knowledge-page .list ul li .box time em {
  font-size: 30px;
}
.knowledge-page .list ul li span.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.knowledge-page .list ul li span i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.knowledge-page .list ul li:last-child {
  margin-bottom: 0;
}
.knowledge-page .list ul li.active .box .con {
  height: 300px;
  overflow-y: auto;
  overflow-x: auto;
  line-height: 1.8;
}
.knowledge-page .list ul li.active span.icon {
  background:   var(--color);
}
.knowledge-page .list ul li.active span.icon i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 700px) {
  .knowledge-page .list ul li .box {
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .knowledge-page .list ul li span {
    zoom: 0.6;
  }
  .knowledge-page .list ul li .box {
    padding-right: 20px;
  }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color:   var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color:   var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color:   var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
  .about-page .about-3{
    border-radius: 89px 0;
  }
  
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
  .product-page .init-3 .container .content ul li .box .news-btn{
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}

.case-page .init-1 ul{
  margin: 60px -15px 0;
}
.case-page .init-1 ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.case-page .init-1 ul li{
  padding: 0 15px;
  margin-top: 30px;
}
.case-page .init-1 ul li .box{
  position: relative;
}
.case-page .init-1 ul li .box .img{
  display: block;
  overflow: hidden;
}
.case-page .init-1 ul li .box{
  position: relative;
  z-index: 2;
}
.case-page .init-1 ul li .box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}
.case-page .init-1 ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 50px 40px;
  width: 100%;
  color: #fff;
}
.case-page .init-1 ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background:  var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.case-page .init-1 ul li .box .cont .cat{
  font-size: 16px;
  font-weight: 500;
}
.case-page .init-1 ul li .box .cont .title{
  font-weight: bold;
   
  font-size: 24px;
  margin-top: 6px;
  display: block;
  max-width: 400px;
}
.case-page .init-1 ul li .box .cont .moreC{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more{
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.case-page .init-1 ul li .box .cont .moreC .more i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all .5s;
  font-size: 36px;
}
.case-page .init-1 ul li .box .cont .moreC .more i.i1{
  left: -50px;
}
.case-page .init-1 ul li .box:hover .cont .sub{
  transform: scaleX(1);
}
.case-page .init-1 ul li .box:hover .cont .moreC .more i{
  transform: translateX(50px);
  color:   var(--color);
}

.casedet-page .init-1 .cat_img img{
  width: 100%;
}
.casedet-page .init-1 .title{
  font-size: 46px;
   
  font-weight: bold;
  margin-top: 60px;
}
.casedet-page .init-1 .content{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}


@media (max-width: 1500px) {
  .casedet-page .init-1 .title{
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .case-page .init-1 ul li .box .cont{
    padding: 40px 10px;
  }
  .case-page .init-1 ul li .box .cont .moreC{
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 500px) {
  .case-page .init-1 ul{
    margin-top: 20px;
  }
  .casedet-page .init-1 .title{
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
  }
}



.pt-160{
    padding-top: 160px;
}
.pb-160{
    padding-bottom: 160px;
}
.pt-150{
    padding-top: 150px;
}
.pb-150{
    padding-bottom: 150px;
}
.pb-140{
    padding-bottom: 140px;
}
.pt-140{
    padding-top: 140px;
}
.pt-130{
    padding-top: 130px;
}
.pb-130{
    padding-bottom: 130px;
}
.pb-120{
    padding-bottom: 120px;
}
.pt-120{
    padding-top: 120px;
}
.pt-110{
    padding-top: 110px;
}
.pb-110{
    padding-bottom: 110px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}

@media (max-width: 1500px) {
    .pt-160{
        padding-top: 80px;
    }
    .pb-160{
        padding-bottom: 80px;
    }
    .pt-150{
        padding-top: 80px;
    }
    .pb-150{
        padding-bottom: 80px;
    }
    .pt-140{
        padding-top: 80px;
    }
    .pb-140{
        padding-bottom: 80px;
    }
    .pt-130{
        padding-top: 80px;
    }
    .pb-130{
        padding-bottom: 80px;
    }
    .pb-120{
        padding-bottom: 80px;
    }
    .pt-120{
        padding-top: 80px;
    }
    .pt-100{
        padding-top: 80px;
    }
}

@media (max-width: 500px) {
    .pt-160{
        padding-top: 40px;
    }
    .pb-160{
        padding-bottom: 40px;
    }
    .pt-150{
        padding-top: 40px;
    }
    .pb-150{
        padding-bottom: 40px;
    }
    .pt-140{
        padding-top: 40px;
    }
    .pb-140{
        padding-bottom: 40px;
    }
    .pt-130{
        padding-top: 40px;
    }
    .pb-130{
        padding-bottom: 40px;
    }
    .pb-120{
        padding-bottom: 40px;
    }
    .pt-120{
        padding-top: 40px;
    }
    .pt-110{
        padding-top: 40px;
    }
    .pb-110{
        padding-bottom: 40px;
    }
    .pt-100{
        padding-top: 40px;
    }
    .pb-100{
        padding-bottom: 40px;
    }
    .pt-90{
        padding-top: 40px;
    }
    .pb-90{
        padding-bottom: 40px;
    }
    .pb-80{
        padding-bottom: 40px;
    }
    .pt-80{
        padding-top: 40px;
    }
    .pt-70{
        padding-top: 40px;
    }
    .pb-70{
        padding-bottom: 40px;
    }
    .pt-60{
        padding-top: 40px;
    }
    .pb-60{
        padding-bottom: 40px;
    }
    .pt-50{
        padding-top: 40px;
    }
    .pb-50{
        padding-bottom: 40px;
    }
}


.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-24 {
    margin-left: 24px;
}
.ml-32 {
    margin-left: 32px;
}
.ml-36 {
    margin-left: 36px;
}
.ml-48 {
    margin-left: 48px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-12 {
    margin-right: 12px;
}
.mr-24 {
    margin-right: 24px;
}
.mr-32 {
    margin-right: 32px;
}
.mr-36 {
    margin-right: 36px;
}
.mr-48 {
    margin-right: 48px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-12 {
    padding-top: 12px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-55 {
    padding-top: 55px;
}



.pb-8 {
    padding-bottom: 8px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-55 {
    padding-bottom: 55px;
}

.pl-8 {
    padding-left: 8px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-12 {
    padding-left: 12px;
}
.pl-24 {
    padding-left: 24px;
}
.pl-36 {
    padding-left: 36px;
}
.pl-48 {
    padding-left: 48px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pr-8 {
    padding-right: 8px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-12 {
    padding-right: 12px;
}
.pr-24 {
    padding-right: 24px;
}
.pr-36 {
    padding-right: 36px;
}
.pr-48 {
    padding-right: 48px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
#index-body .init-6.shaBg {
  background-color: #f6f6f6;
}
#index-body .init-6 .container .titleC {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-6 .container .titleC .tipsTitleCont {
  width: 500px;
}
#index-body .init-6 .container .titleC .more {
  margin-left: auto;
}
#index-body .init-6 .container .titleLine {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  margin: 36px 0 0 auto;
  background-color: #d8d8d8;
  height: 1px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img .time {
  position: absolute;
  width: 84px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
  font-weight: 500;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .img .time .date {
  color:   var(--color);
  font-weight: bold;
  margin-bottom: 10px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .cat {
  color: rgba(0, 0, 0, 0.5);
  padding: 14px 0;
  font-family: 'syne';
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  line-height: 30px;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'syne';
  min-height: 4.8em;
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color:   var(--color);
}
#index-body .init-6 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 30px;
}
@media (max-width: 1250px) {
  #index-body .init-6 .container .titleC .tipsTitleCont {
    width: 100%;
  }
  #index-body .init-6 .container .titleC .more {
    margin-top: 10px;
  }
  .about-page .about-1 .bottom ul li{
    width: 50%;
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .about-page .about-2 .box .text .con{
    height: 491px;
    overflow: auto;
  } 
  .about-page .about-2 .box::after{
    border-radius: 0 0 89px;
  }
  .about-page .about-6 .contentC .container .content{
    flex-wrap: wrap;
  }
  .about-page .about-6 .contentC .container .content .swiper{
    width: 100%;
    margin-bottom: 25px;
  }
  .about-page .about-6 .contentC .container .content .history-img{
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
  .about-page .about-6 .contentC .container .content .content-box{
    width: 100%;
  }
    .about-page .about-1 .top .img{
    height: auto;
  }
  .about-page .about-1 .top .img video{
    position: unset;
  }
  .about-page .about-1 .bottom ul li:after{
    height: 110%;
  }
}
@media (max-width: 1000px) {
    .about-page .about-1 .bottom ul li{
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-3 .content ul li .box .tit{
    font-size: 20px;
  }
}
.customer-page {
    padding-top: 30px;
  }
  .customer-page .customer-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customer-page .customer-1 .list ul li {
    padding: 20px;
  }
  .customer-page .customer-1 .list .mml-text {
    height: 100%;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .customer-page .customer-1 .list i {
    display: block;
    height: 70px;
  }
  .customer-page .customer-1 .list p {
    line-height: 2;
  }
  .customer-page .customer-2 {
    padding: 100px 0;
  }
  .customer-page .customer-2 .box {
    margin: -15px;
  }
  .customer-page .customer-2 .box .left {
    padding: 15px;
  }
  .customer-page .customer-2 .box .right {
    padding: 15px;
  }
  .customer-page .customer-2 .tabs {
    border-bottom: 1px solid #f2f2f2;
  }
  .customer-page .customer-2 .tabs 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;
  }
  .customer-page .customer-2 .tabs ul li {
    padding: 15px 0;
    position: relative;
    width: auto;
  }
  .customer-page .customer-2 .tabs ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 3px;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .customer-page .customer-2 .tabs ul li.active::after {
    opacity: 1;
  }
  .customer-page .customer-2 .tabs ul li a {
    /*font-style: italic;*/
  }
  .customer-page .customer-2 .content .text {
    /*color: #a0a0a0;*/
  }
  .customer-page .customer-3 {
    /*background-color: #f4f4f4;*/
    padding: 80px 0;
        /*height: 1190px;*/
  }
  .customer-page .customer-3 hr {
    margin: 50px 0;
    border: none;
    border-bottom: 1px solid #dbdbdb;
  }
  .customer-page .customer-3 .list .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
  }
  .customer-page .customer-3 .list .slick-arrow.slick-prev {
    left: -40px;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-next {
    right: -40px;
  }
  .customer-page .customer-3 .list ul {
    margin: -40px;
  }
  .customer-page .customer-3 .list ul li {
    padding: 40px;
  }
  .customer-page .customer-3 .list img {
    display: inline-block;
  }
  .customer-page .customer-4 {
    padding: 100px 0;
  }
  .customer-page .customer-4 .list ul {
    margin: -15px;
  }
  .customer-page .customer-4 .list ul li {
    padding: 15px;
  }
  	.customer-page #index-body .advantage1{
		margin-top: 0;
  		padding-top: 87px;
      margin-bottom: 0;
      padding-bottom: 120px;
	}
  .customer-page .solution-page .init-4 .sub{
    background: none;
  }
   .customer-page #index-body .about{
     border-radius: 0 0 190px 0;
     position: relative;
   }
   .customer-page #index-body .about::after{
     content: "";
     display: block;
     position: absolute;
     right: 0;
     bottom: 0;
     width: 80%;
     height: 80%;
     background-color: #ededed;
     z-index: -1;
   }
  .customer-page #index-body .about .ui.container{
    position: relative;
  }
  .customer-page #index-body .about .left .intro{
    height: 314px;
    overflow: auto;
    padding-right: 20px;
  }
  .customer-page #index-body .about .ui.container .public-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
  }
  .customer-page #index-body .about{
    margin-top: 0px;
    padding-top: 120px;
  }
  @media screen and (max-width: 1200px) {
    .customer-page .customer-3 .list ul {
      margin: -15px;
    }
    .customer-page .customer-3 .list ul li {
      padding: 15px;
    }
    .customer-page .customer-3 .list .slick-arrow.slick-prev {
      left: 0;
    }
    .customer-page .customer-3 .list .slick-arrow.slick-next {
      right: 0;
    }
    #index-body .advantage1{
      border-radius: 0 0 89px 0;
      padding-bottom: 112px;
      margin-bottom: -90px;
    }

  }
  @media screen and (max-width: 1000px) {
    .customer-page .customer-1 .list ul {
      display: block;
      margin: -10px;
    }
    .customer-page .customer-1 .list ul li {
      padding: 10px;
    }
    .customer-page .customer-1 .list .mml-text {
      padding: 30px 15px;
    }
    .customer-page .customer-2 .box .left {
      width: 100%;
    }
    .customer-page .customer-2 .box .right {
      width: 100%;
      text-align: center;
    }
    /*.customer-page {
      padding-top: 60px;
    }*/
    .customer-page .customer-2 {
      padding: 60px 0;
    }
    .customer-page .customer-3 {
      padding: 60px 0;
    }
    .customer-page .customer-4 {
      padding: 60px 0;
    }
    .customer-page{
      padding-top: 0;
    }
    .customer-page #index-body .advantage1{
      padding-top: 60px;
    }
    #index-body .advantage1 .advantage1-slide-ul{
      margin-top: 30px;
    }
    .customer-page #index-body .advantage1{
      padding-bottom: 60px;
      padding-top:60px;
    }
    .customer-page #index-body .about{
      padding-bottom: 60px;
      padding-top:60px;
    }
       .customer-page #index-body .about{
     border-radius: 0 0 90px 0;
   }
  }
  @media screen and (max-width: 700px) {
    .customer-page .customer-2 .tabs ul {
      display: block;
    }
    .customer-page .customer-2 .tabs ul li {
      margin-right: 30px;
    }
    .customer-page #index-body .advantage1{
      display: block;
    }
    #index-body .advantage1 .pagination-arrows{
      height: 50px;
    }
  }



  /*优势页面*/
.customer-page .customer-3 .customer-3-list {
  margin-top: 40px;
  margin-right: -24px;
}
.customer-page .customer-3 .customer-3-list li {
  width: 20%;
  padding-right: 24px;
}
.customer-page .customer-3 .customer-3-list li .box {
  background-color: #ededed;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 139px;
  padding: 35px 0 42px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.customer-page .customer-3 .customer-3-list li .box .icon {
  width: 168px;
  height: 168px;
  background-color: #ffffff;
  border: solid 10px #da151b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
}
.customer-page .customer-3 .customer-3-list li .box .title {
  font-weight: 500;
  margin: 19px 22px 11px;
  text-align: center;
  min-height: calc(1.5em * 2);
}
.customer-page .customer-3 .customer-3-list li .box .intro {
  color: #797979;
  margin: 0 32px;
  text-align: center;
  min-height: calc(1.5em * 5);
}
.customer-page .customer-3 .customer-3-list li .box .line {
  width: 76%;
  margin: 36px auto 14px;
  background-color: #b6b6b6;
  height: 1px;
}
.customer-page .customer-3 .customer-3-list li .box .order {
  color: var(--color);
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .customer-page .customer-3 .customer-3-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customer-page .customer-3 .customer-3-list li {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .customer-page .customer-3 .customer-3-list li .box {
    border-radius: 100px;
  }
  .customer-page .customer-3 .customer-3-list li .box .intro {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .customer-page .customer-3 .customer-3-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .customer-page .customer-3 .customer-3-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-yd-page .init-3 .container .content{
  margin-top: 20px;
}
.product-yd-page .init-3 .container .content ul li{
  padding: 10px;
  margin-top: 10px;
}
.product-yd-page .init-3 .container .content ul li span{
  display: block;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
} 
.product-yd-page .init-3 .container .content ul li h5{
  display: block;
  font-size: 24px;
  line-height: 2;
  padding: 20px;
  background: #eee;
 height: auto;
 /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform:Capitalize;
}
.product-yd-page .init-3 .container .content ul li h5 i{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-yd-page .init-3 .container .content ul li h5 small{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-yd-page .init-3 .container .content ul li:hover h5{
  color: white;
  background: #da151b;
}