/* 轮播 S */
.banner {
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto 1.6rem;
}
.banner img {
  width: 100%;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 4rem;
  }
}
/* 轮播 E */
/* 产品 S */
.product .pos {
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  .product .pos div.title {
    display: inline-block;
    width: 50%;
  }
}
.product .nav {
  position: relative;
}
.product .nav .swipe {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 3.2rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .product .nav .swipe {
      width: 5.9rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #fff;right: 18px;
  }
}
.product .sort {
  justify-content: flex-start;
  width: 80%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .product .sort {
    width: 100%;
  }
}
.product .sort::-webkit-scrollbar {
  display: none;
}
.product .sort li {
  flex-shrink: 0;
  padding: .4rem .6rem;
  margin-right: .3rem;
  color: #000;
  transition: .5s;
  cursor: pointer;float:left;margin-bottom:20px;
}
@media (min-width: 768px) {
  .product .sort li {
    margin-right: .6rem;
  }
}
@media (min-width: 992px) {
  .product .sort li {
    flex-shrink: 1;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .product .sort li:last-child {
    margin-right: 0;
  }
}
.product .sort li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.product .sort li.active,
.product .sort li:hover {
  color: #fff;
}
.product .list {
  display: none;
  width: 100%;
}
.product .list.active {
  display: inline-block;
}
.product .list .row {
  width: 100%;
  margin: 0 auto;
}
.product .list li {
  border: 0px solid #ddd;
}
.product .list li:nth-child(5),
.product .list li:nth-child(6),
.product .list li:nth-child(7),
.product .list li:nth-child(8) {
  display: none;
}
.product .list li .img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product .list li .img {
    height: 360px;
  }
}
@media (min-width: 840px) {
  .product .list li .img {
    height: 400px;
  }
}
@media (min-width: 900px) {
  .product .list li .img {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .product .list li .img {
    height: 500px;
  }
}
@media (min-width: 1120px) {
  .product .list li .img {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .product .list li .img {
    height: 290px;
  }
}
@media (min-width: 1334px) {
  .product .list li .img {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  .product .list li .img {
    height: 360px;
  }
}
.product .list li .img img {
  width: 100%;
}
.product .list li p {
  color: #222;
  font-size: .8rem;
  margin: .3rem 0 .8rem;
}
@media (min-width: 992px) {
  .product .list li p {
    padding: 10px 14px;
    background: #f5f5f5;
  }
}
.product a.more {
  display: inline-block;
  width: 100%;
  padding: .6rem 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .product a.more {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product.container {
    width: 96%;
    max-width: 1440px;
  }
  .product .sort {
    justify-content: space-between;
    margin: 1.6rem 0;
    overflow: unset;
  }
  .product .sort li {
    width: 18%;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .product .sort li i {
    font-size: 1.8rem;
  }
  .product .list li p {
    color: #555;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 12px;
    box-sizing: border-box;
    transition: .5s;
  }
  .product .list li:nth-child(5),
  .product .list li:nth-child(6),
  .product .list li:nth-child(7),
  .product .list li:nth-child(8) {
    display: block;
  }
  .product .list li:hover .img img {
    transform: scale(1.1);
  }
  .product .list li:hover p {
    color: #fff;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .product.container {
    width: 100%;
  }
}
/* 产品 E */
/* 关于 S */
.about {
  margin-top: .8rem;
  padding: .6rem 0 1rem;
}
.about .channel {
  align-items: center;
}
.about .channel .more {
  display: none;
}
@media (min-width: 768px) {
  .about .channel .more {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    line-height: 3.2rem;
    border-radius: 10rem;
  }
  .about .channel .more a {
    color: #fff;
  }
}
.about div.title p {
  color: #fff;
}
.about .container {
  width: 90%;
}
.about .container .img {
  margin: .7rem 0;
}
.about .container .img img {
  width: 100%;
}
.about .container .info div.title {
  display: none;
}
.about .container .info .text {
  color: #fff;
  font-size: .7rem;
  line-height: 1.4rem;
}
.about .container .info .text .numCount {
  display: none;
}
.about .container .info a {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  color: #fff;
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .about .container .info a {
    display: none;
  }
}
@media (min-width: 992px) {
  .about {
    padding: 1.4rem 0 2rem;
  }
  .about .channel {
    display: none;
  }
  .about .container .content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .about .container .content .img {
    width: 50%;
  }
  .about .container .content .info {
    position: relative;
    height: 22rem;
    width: 42%;
  }
  .about .container .content .info div.title {
    display: block;
  }
  .about .container .content .info div.title p.tit {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about .container .content .info div.title p.tit::before {
    top: -0.4rem;
    font-size: 1.6rem;
  }
  .about .container .content .info div.title p.txt {
    font-size: 1rem;
  }
  .about .container .content .info .text {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .about .container .content .info a {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 10rem;
    height: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .about {
    padding: 3rem 0 5rem;
  }
  .about .container .content .info {
    height: 33rem;
  }
  .about .container .content .info div.title p.tit {
    font-size: 2rem;
  }
  .about .container .content .info div.title p.txt {
    font-size: 1.2rem;
  }
  .about .container .content .info .text {
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
  }
  .about .container .content .info .text .numCount {
    display: block;
    margin-top: 4.2rem;
  }
  .about .container .content .info .text .numCount ul {
    padding-right: 30px;
  }
  .about .container .content .info .text .numCount span {
    font-size: 4.2rem;
  }
  .about .container .content .info .text .numCount sub {
    position: relative;
    font-size: 1.6rem;
    top: -0.3rem;
    left: .5rem;
  }
  .about .container .content .info a {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
  }
}
/* 关于 E */
/* 证书 S */
.honor {
  margin-top: 2rem;
}
.honor .list {
  width: 90%;
  margin: 1rem auto 0;
}
.honor .list .swiper-slide {
  width: 42%;
  text-align: center;
}
.honor .list .swiper-slide img {
  width: 100%;
}
.honor .list .swiper-button-prev,
.honor .list .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .honor {
    margin-top: 3rem;
  }
  .honor .list {
    width: 100%;
    max-width: 1100px;
    margin: 3rem auto 3rem;
  }
  .honor .list .swiper-button-prev,
  .honor .list .swiper-button-next {
    display: block;
  }
}

/* 证书 S */
.honor2 {
  margin-top: 2rem;
}
.honor2 .list {
  width: 100%;
  margin: 1rem auto 0;
}
.honor2 .list .swiper-slide {
  width: 100%;
  text-align: center;
}
.honor2 .list .swiper-slide img {
  width: 100%;
}
.honor2 .list .swiper-button-prev,
.honor2 .list .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .honor2 {
    margin-top: 3rem;
  }
  .honor2 .list {
    width: 100%;
    max-width: 1100px;
    margin: 3rem auto 3rem;
  }
  .honor2 .list .swiper-button-prev,
  .honor2 .list .swiper-button-next {
    display: block;
  }
}
/* 证书 E */
/* 优势 S */
.advantage {
  margin-top: 1.4rem;
}
.advantage .list.container {
  width: 100%;
  max-width: 1200px;
}
.advantage .list {
 
  overflow-x: hidden;
}
.advantage .list ul{
overflow:hidden;
}
.advantage .list li {
  position: relative;
  left: 0;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
 margin-bottom:8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.advantage .list li img{

  width: 100%;

}

/*.advantage .list li:nth-child(1) {
  background-image: url("../image/advantage_img0.jpg");
}
.advantage .list li:nth-child(2) {
  background-image: url("../image/advantage_img1.jpg");
}
.advantage .list li:nth-child(3) {
  background-image: url("../image/advantage_img2.jpg");
}
.advantage .list li:nth-child(4) {
  background-image: url("../image/advantage_img3.jpg");
}
.advantage .list li:nth-child(5) {
  background-image: url("../image/advantage_img4.jpg");
}
.advantage .list li:nth-child(6) {
  background-image: url("../image/advantage_img5.jpg");
}*/
.advantage .list li div {
  width: 82%;
  margin: 0 auto;
}
.advantage .list li p.tit {
  font-size: .8rem;
  margin: .7rem 0 .4rem;
}
.advantage .list li span {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background: #fff;
  margin-bottom: .5rem;
}
.advantage .page {
  justify-content: space-around;
  width: 50%;
  max-width: 6rem;
  margin: .5rem auto 0;
}
.advantage .page i {
  display: inline-block;
  width: .3rem;
  height: .3rem;
  border-radius: 10rem;
  background: #ddd;
  transition: .5s;
}
@media (min-width: 640px) {
  .advantage .list li {
    width: 50%;
  }
  .advantage .page i:last-child {
    display: none;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .advantage .list li {
    height: 16rem;
    padding-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  .advantage {
    margin-top: 4rem;
  }
  .advantage div.title {
    margin-bottom: 2.2rem;
  }
  .advantage .list li {
    width: 19.5%;
    height: 22rem;
    padding-top: 5.2rem;
  }
  .advantage .page {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .advantage .list li {
    height: auto;
    padding-top: 0rem;
  }
  .advantage .list li div {
    position: relative;
    top: 2.6rem;
    width: 70%;
    height: 8rem;
    overflow: hidden;
    transition: .5s;
  }
  .advantage .list li div p.tit {
    font-size: 1.4rem;
    margin: 1.4rem 0 1.2rem;
  }
  .advantage .list li div span {
    margin-bottom: 1.4rem;
  }
  .advantage .list li:hover div {
    top: 0;
    height: 16rem;
  }
}
/* 优势 E */
/* 合伙 S */
.partner {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: .8rem;
  background: #f7f7f7;
}
.partner .container {
  width: 90%;
}
.partner ul {
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: .6rem auto;
}
.partner ul li {
  width: 48%;
  margin-bottom: .4rem;
}
.partner ul li img {
  width: 100%;
  transition: .5s;
}
@media (min-width: 768px) {
  .partner {
    padding-bottom: 1.4rem;
  }
  .partner .container {
    width: 96%;
  }
  .partner ul {
    margin-top: 1.4rem;
  }
  .partner ul li {
    width: 33.3%;
    margin-bottom: 0;
    overflow: hidden;
  }
  .partner ul li img {
    width: 100%;
    vertical-align: middle;
    transition: .5s;
  }
  .partner ul li:hover img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .partner {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .partner ul {
    margin-top: 2rem;
  }
}
/* 合伙 E */
/* 新闻 S */
.news {
  margin-top: 1.8rem;
  padding: 0 12px;
}
.news.container {
  width: 90%;
  min-width: 375px;
}
.news .title {
  float: unset;
}
.news .sort {
  float: unset;
  margin-bottom: .4rem;
}
.news .sort a {
  display: inline-block;
  color: #555;
  font-size: .8rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid #fff;
}


.news .content {
  display: none;
}
.news .content.active {
  display: block;
}
.news .content .date {
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  box-sizing: border-box;
  padding-top: .6rem;
}
.news .content .date p {
  color: #fff;
}
.news .content .date p.big {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.news .content .date p span {
  display: none;
}
.news .content .left .img {
  position: relative;
}
.news .content .left .img img {
  width: 100%;
}
.news .content .left .img .date {
  position: absolute;
  top: 0;
  left: 0;
}
.news .content .left p.tit {
  color: #222;
  font-size: .8rem;
  margin-top: .5rem;
}
.news .content .left p.txt {
  color: #555;
  font-size: .6rem;
}
.news .content .right {
  margin-top: .8rem;
}
.news .content .right li {
  margin-bottom: .3rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #ddd;
}
.news .content .right li:last-child {
  border-bottom: none;
}
.news .content .right li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: .6rem;
}
.news .content .right li .date p {
  color: #222;
}
.news .content .right li .info {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.news .content .right li .info p.tit {
  color: #222;
  font-size: .8rem;
}
.news .content .right li .info p.txt {
  color: #555;
  font-size: .6rem;
}
@media (min-width: 768px) {
  .news {
    padding: 0;
  }
  .news .content .date {
    width: 7.2rem;
    height: 7.2rem;
    padding-top: 2rem;
  }
  .news .content .date p {
    font-size: 1.2rem;
  }
  .news .content .date p.big {
    font-size: 2.4rem;
    line-height: 1.8rem;
  }
  .news .content .left p.tit {
    font-size: 1.4rem;
  }
  .news .content .left p.txt {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .news {
    margin-top: 3rem;
  }
  .news.container {
    width: 96%;
  }
  .news .title {
    float: left;
  }
  .news .sort {
    float: right;
    width: 20rem;
    margin-top: 1.6rem;
  }
  .news .content {
    margin-top: 1.6rem;
  }
  .news .content .date {
    width: 6.4rem;
    height: 6.4rem;
    padding-top: 1.6rem;
  }
  .news .content .left {
    width: 28%;
    max-width: 480px;
  }
  .news .content .right {
    float: right;
    margin-top: -1rem;
  }
  .news .content .right li {
    margin: .5rem 0;
    padding-bottom: .5rem;
  }
  .news .content .right li:nth-child(5),
  .news .content .right li:nth-child(6),
  .news .content .right li:nth-child(7),
  .news .content .right li:nth-child(8) {
    display: none;
  }
  .news .content .right li .info p.tit {
    font-size: 1.2rem;
  }
  .news .content .right li .info p.txt {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .news {
    margin-top: 5rem;
  }
  .news.container {
    width: 100%;
  }
  .news .sort {
    width: 24rem;
  }
  .news .sort a {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    transition: .5s;
    cursor: pointer;
  }
  .news .content .date {
    width: 7rem;
    height: 7rem;
    padding-top: 1.8rem;
  }
  .news .content .date p {
    transition: .5s;
  }
  .news .content .date p.big {
    font-weight: 700;
  }
  .news .content .left .img {
    margin-bottom: .8rem;
    max-height: 36rem;
    overflow: hidden;
  }
  .news .content .left p.tit {
    transition: .5s;
  }
  .news .content .right {
    width: 56%;
    margin-top: -1.8rem;
  }
  .news .content .right li {
    display: inline-block;
    width: 45%;
    margin: .5rem 1rem;
    padding-bottom: .5rem;
  }
  .news .content .right li:nth-child(5),
  .news .content .right li:nth-child(6),
  .news .content .right li:nth-child(7),
  .news .content .right li:nth-child(8) {
    display: inline-block;
  }
  .news .content .right li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .news .content .right li .date {
    width: 0;
    height: 4rem;
  }
  .news .content .right li .date p.big {
    display: none;
  }
  .news .content .right li .date p span {
    display: inline;
  }
  .news .content .right li .info {
    width: 100%;
  }
  .news .content .right li .info p.tit {
    margin-bottom: 1rem;
    transition: .5s;
  }
  .news .content .right li .info p.txt {
    transition: .5s;
  }
  .news .content .right li:hover .info p.txt {
    color: #222;
  }
}
/* 新闻 E */
/* 视频 S */
#wapvideo {
  display: block;
  margin: 0rem auto;
}
@media (min-width: 1200px) {
  #wapvideo {
    display: none;
  }
}
.video {
  display: none;
}
@media (min-width: 1200px) {
  .video {
    position: fixed;
    left: .5rem;
    bottom: .5rem;
    display: block;
    width: 25rem;
    height: 15rem;
    transition: .5s;
  }
  .video .mask {
    background: rgba(0, 0, 0, 0);
    transition: .5s;
  }
  .video .mask .mp4 {
    width: 100%;
    height: 100%;
    transition: .5s;
  }
  .video .mask .mp4 video {
    width: 100%;
    transition: .5s;
  }
  .video.active {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .video.active .mask {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .video.active .mask .mp4 {
    padding-top: 7rem;
    width: 75%;
    margin: 0 auto;
  }
}
/* 视频 E */
.pc{display:block}
.shouji{display:none;}
@media (max-width: 800px) {
	.pc{display:none}
.shouji{display:block;}

.about .container .info .text{height:7rem;overflow:hidden;}
}

.partner div.title p.tit span{float:right;font-size:16px;color:#333;margin-top:10px;}
.partner div.title p.tit span a{font-size:16px;color:#333}

.product div.title p.tit span{float:right;font-size:16px;color:#333;margin-top:20px;margin-right:20px;}
.product div.title p.tit span a{font-size:16px;color:#333}

  #video-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
			padding:0 10px;
        }
 
        #poster {
            width: 100%; /* 图片宽度自适应容器 */
            display: block;
        }
 
        #wapvideo {
            display: none; /* 初始隐藏视频 */
            width: 100%; /* 视频宽度自适应容器 */
        }
		
@media (min-width: 800px) {
#poster {
            width: 100%; /* 图片宽度自适应容器 */
            display: none;
        }
 #video-container	{
    
            display: none;
        }	
}		


.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
 
.slider-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000%; /* 10 images * 100% width */
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
 
.slider-list li {
  flex: 0 0 100%; /* Each image takes 100% width */
  height: 100%;
  width: 10%;
}
 
.slider-list img {
  width: 10%;


}
 
.slider-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
 
.slider-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
 
.slider-dots .dot.active {
  background-color: #333;
}

.trait h3.title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
}
/* 技术 S */
.trait {margin-top:2rem;}
.trait ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	height:40rem;
	margin-top:1.5rem;
}
.trait ul li {
	width:25%;height:40rem;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	font-size:.7rem;
	padding-top:10rem;
	overflow:hidden;
	transition:.5s;
}

.trait li img, .trait li p.title {
	position:relative;
	top:2rem;
	transition:.5s;
}
.trait li p.title {
	font-size:1.4rem;
	padding-top:1.2rem;
}
.trait li:hover img, .trait li:hover p.title {top:0;}
.trait li i, .trait li div.txt {
	opacity:0;
	transition:.5s;
}
.trait li i {
	display:inline-block;
	width:1.5rem;height:1px;
	margin:1rem 0;
	background:#fff;
}
.trait li div.txt {
	width:75%;
	margin:0 auto;font-size:1.1rem;
	text-align:center;
}
.trait li:hover i, .trait li:hover div.txt {opacity:1;}
/* 技术 E */
/* 合伙 S */
.partner2 {
	padding:3rem 0;
	background:#f5f5f5;overflow:hidden;
}
.partner2 ul {
	width:102%;
}
.partner2 ul li {
	width:18%;float:left;margin-right:2%;
	margin-top:1rem;
	overflow:hidden;
	transition:.5s;
	cursor:pointer;
}

.partner2 ul li img {width:100%;height:100%;}
@media screen and (max-width:900px) {
.partner2 ul li {width:31%;}
	
.trait ul {
	 display: block;
    flex-direction: initial;
    justify-content: initial;
    align-items: initial;
	height:auto;
	margin-top:1.5rem;
}	
.trait ul li {
	width:95%;height:20rem;margin:10px auto;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	font-size:.3rem;
	padding-top:3rem;
	overflow:hidden;
	transition:.5s;
}	
.trait li p.title {
	font-size:0.9rem;
	padding-top:1rem;top:0;
}
.trait li img, .trait li p.title {top:0;}
.trait li i, .trait li div.txt {
	opacity:1;
	transition:.5s;
}
.trait li i {
	display:inline-block;
	width:1.5rem;height:1px;
	margin:1rem 0;
	background:#fff;
}
.trait li div.txt {
	width:75%;
	margin:0 auto;font-size:.6rem;line-height:1rem;
	text-align:center;
}	
}
/* 合伙 E */