html, body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}
@keyframes circlescale{
  0%{
    width: .9rem;
    height: .9rem;
  }
  50%{
    width: 2rem;
    height: 2rem;
  }
  100%{
    width: .9rem;
    height: .9rem;
  }
}
/* header开始 */
#m_header{
  display: none;
}
#header{
	position: fixed;
  display: block;
  width: 100%;
  z-index: 3;
  height: 90px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08)
}
.index-header{
  margin:auto;
  display: flex;
  justify-content: space-between;
}
.h-tel{
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
}
.h-qiehuan{
	width: 5%;
	margin-top: 25px;
	border-radius: 30px;
}

.h-qiehuan select{
	padding: 6% 12%;
	border-radius: 30px;
}

.nav-pc{
	width: 55%;
}
.logo{
	line-height: 90px;
}
.nav-pc .mobile_nav>ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.nav-pc .mobile_nav>ul>li{
	width:15%;
	line-height: 85px;
	position: relative;
	padding: 0 1%;
}
.nav-pc .mobile_nav>ul>li>a{
	display: block;
	line-height:85px;
	text-align: center;
	width: 100%;
	position: relative;
	border-bottom: 5px solid #fff;
}
.nav-pc .mobile_nav>ul>li:hover>a{
	border-bottom: 5px solid #c2122b;
}

.nav-pc .mobile_nav>ul>li:hover>a>span{
	color: #c2122b;
}
.nav-pc .mobile_nav>ul>li>.menulevel{
	display: none;
	position:absolute;
	top:90px;
	z-index: 2;
	width: 100%;
}
.nav-pc .mobile_nav>ul>li>a#menu_selected span{
	color: #c2122b;
}
.nav-pc .mobile_nav>ul>li>a#menu_selected{
	display: block;
	width: 100%;
	line-height: 85px;
	border-bottom: 5px solid #c2122b;
}
	.nav-pc .mobile_nav>ul>li>.menulevel>li{
		line-height: 20px;
		text-align: center;
		width:155%;
		border-bottom: 1px solid #d7d7d7;
		padding: 10px 5px;
		margin-left: -10px;
		background-color: #fff;
	}
	.nav-pc .mobile_nav>ul>li>.menulevel>li:hover{
		background-color: #efefef;
	}
.nav-pc .mobile_nav>ul>li:hover>.menulevel{
	display: block;

}
.nb-sm{
  font-size: .8rem;
  color: rgba(0,0,0,.55);
  padding-top:1.5VH;
  border-top:1px solid rgba(0,0,0,.55);
  line-height: 150%;
}



/* header结束 */
.index-body{
padding-top: 90px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* sl1 start */
.ib-sl1,.ib1-bj,.ib1b-top,.ib1b-bottom{
  width: 100%
}
/* .ib-sl1{
  position: relative;
}
.ib1b-top{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/sl1-bj.jpg) no-repeat;
  background-size: 110% 110%;
  background-position: 50% 50%;
  transition:all .5s;
  -webkit-animation: bjmove 5s ease-in-out infinite alternate;
  -o-animation: bjmove 5s ease-in-out infinite alternate;
  animation: bjmove 5s ease-in-out infinite alternate;
}
.ib1b-top img{
  width: 100%;
  visibility: hidden;
} */



	
.ib1-con{
  /* width: 73%; */
  width: 100%;
/*  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}
.swiper-slide{
	
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 height: 49VW;
}
.swiper-slide-sl1{
  justify-content: space-between;
  overflow: hidden;
}

/* banner1 */


.ib1-sl1-left{
  width:42%;
  float: left;
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}



.sl1-sl1-slide .ib1-sl1-l-t1{
  line-height: 100%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide .ib1-sl1-l-t2{
	margin-top: 5%;
  line-height: 100%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}

.sl1-sl1-slide.swiper-slide-active .ib1-sl1-l-t1
{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-l-t2
{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .2s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
}

.ib1-sl1-left img{
}

.banner1{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/banner1.jpg) no-repeat;
 background-size: cover;
 transition:all .5s;
 transform: scale(1);
 transition: transform 2s ease-in-out;
 animation: sl4bgsf 8s linear infinite;
 animation-delay:2s;
}
.banner1 img{
  width: 100%;
  visibility: hidden;
}

/* banner2 */

.ib1-sl2-right{
	width:52%;
	float: right;
	text-align: right;
	position: absolute;
	z-index: 1;
	right: 5%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	bottom:20%;
}
.sl1-sl2-slide .ib1-sl1-l-t1{
	line-height: 100%;
	opacity: 0;
	-webkit-animation: fadeOut .1s ease-in-out 0s;
	-o-animation: fadeOut .1s ease-in-out 0s;
	animation: fadeOut .1s ease-in-out 0s;
	transition: all .5s;
}

.sl1-sl2-slide .ib1-sl1-l-t2{
	margin-top: 5%;
	line-height: 100%;
	opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}

.sl1-sl2-slide.swiper-slide-active .ib1-sl1-l-t1{
	-webkit-animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
	-o-animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
	animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-l-t2{
	-webkit-animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) .2s forwards;
	-o-animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
	animation: fadeInRight .6s cubic-bezier(0, .8, .9, 1) .3s forwards;

}
.ib1-sl1-l-t2 img{
  width: 100%;
  max-width: 100%;
  max-height: 97%;
  height: 100%;
  object-fit: contain;
}


.banner2{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/banner2.jpg) no-repeat;
  
  background-size: cover;
  transition:all .5s;
  transform: scale(1);
  transition: transform 2s ease-in-out;
  animation: sl4bgsf 8s linear infinite;
  animation-delay:2s;
 
}
.banner2 img{
  width: 100%;
  visibility: hidden;
}


/* banner3 */


.sl1-sl3-slide .ib1-sl1-left{
  width:40%;
  top: 20%;
  float: left;
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 5%;
  display: flex;
  flex-wrap: wrap;
}



.sl1-sl3-slide .ib1-sl1-l-t1{
  line-height: 100%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl3-slide .ib1-sl1-l-t2{
	margin-top: 5%;
  line-height: 100%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}

.sl1-sl3-slide.swiper-slide-active .ib1-sl1-l-t1
{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.sl1-sl3-slide.swiper-slide-active .ib1-sl1-l-t2
{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .2s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
}


.banner3{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/banner3.jpg) no-repeat;
 background-size: cover;
 transition:all .5s;
 transform: scale(1);
 transition: transform 2s ease-in-out;
 animation: sl4bgsf 8s linear infinite;
 animation-delay:2s;
}
.banner3 img{
  width: 100%;
  visibility: hidden;
}
.banner4{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner4 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.banner3-sj,.banner1-sj,.banner2-sj,.banner4-sj{
	display: none;
	
}

/* 按钮
 */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:url(../images/banner-prev.png)!important;
    right: auto;
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	width: 37px!important;
	height: 37px!important;
	left: 0;
}

}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
 background-image:url(../images/banner-next.png)!important;
    right: 0;
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	width: 37px!important;
	height: 37px!important;
    left: auto;
}


.swiper-pagination-bullet {
    width:52px;
    height: 5px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c2122b;
}
.swiper-pagination {
    position: absolute;
   right: 5%;
   bottom: 5%;
    z-index: 5;
}


.ib1-sl1-lt4-t{
  margin-left:1rem;
  line-height: 100%;
}
.ib1-arrow-next{
  position: relative;
  text-align: left;
  margin-top:5VH;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide.swiper-slide-active .ib1-arrow-next,
.sl1-sl2-slide.swiper-slide-active .ib1-arrow-next{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
}







/* .ib1-sl1-right{
  width: 42%;
  height: 100%;
  float: right;
  display: flex;
  align-items: flex-end;
  padding-right: 10%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-right,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-right{
  -webkit-animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  -o-animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.ib1-sl1-right img{
  width: 100%;
  max-width: 100%;
  max-height: 97%;
  height: 100%;
  object-fit: contain;
} */

@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.04);
  }
  100%{
    transform: scale(1);
  }
}
/* sl1 end */


/* 中间 */

.zj-hongse{
	background: url(../images/zj-hs_37.jpg) no-repeat bottom right #c2122b;
	padding: 2% 0 4%;
}
.zj-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zj-zou{
	width: 75%;
}
.zj-cl{
	margin-top: 3%;
	display: flex;
	width: 100%;
	justify-content:space-between;
	color: #fff;
}
.zj-cl a{
	color: #fff;
}
.zj-nav{
	width: 88%;
}
.zj-nav ul{
	display: flex;
	justify-content:flex-start;
}
.zj-nav ul li{
	margin-right: 5%;
}



.zj-sousuo{
	width: 20%;
}
.zj-ssbt{
	font-size: 1.75rem;
	color: #fff;
}

.ib1bb-search{
  width: 100%;
  margin:auto;
  display: flex;
  z-index:9;
  align-items:center;
}
.ib1bb-search form{
  display: flex;
  width: 100%;
  align-items: center;
}
.ib1bbs-text{
  align-items: center;
  background-color: #fff;
  line-height: 40px;
  border-radius: 8px;
  width: 70%;
}
.ib1bbs-text div{
	padding-left: 10px;
	color: #949494;
}
.ib1bbs-text input{
  background: transparent;
  border:none;
  font-size: .9rem;
}
.ib1bbs-text div input{
	color: #949494;
}
.ib1bbs-submit{
	width: 20%;
	margin-left:1VW;
	border: none;
}
.ib1bbs-submit input{
	background:#fff;
	color:#da251e;
	width: 100%;
	border: none;
	line-height: 40px;
	border-radius: 8px;
}

.ib1bbs-text input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.ib1bbs-text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.ib1bbs-text input::placeholder {
  color: #fff;
}
.ib1bbs-select{
	display: none;
  border-bottom:1px solid #fff;
  margin-left: 3%;
}
.ib1bbs-select select{
  font-size: .9rem;
  color: #fff;
  background: transparent;
  border:none;
}
.ib1bbs-select select option{
  color: #000;
}


/* 关于我们 */

/* sl3 start */
.ib-sl3{
  background: url(../images/ab-tu_51.png) no-repeat;
  background-position: left bottom;
  padding:10VH 0 18VH;
}
.ib-sl3-con{	
  padding:0 5% 0 10%;
  box-sizing: border-box;
  width: 100%;
}
.ib-3c-top{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ab-sy{
	width: 50%;
}
.ab-sy img{
	width: 100%;
}
.ab-sz{
	box-sizing: border-box;
	width: 50%;
	padding-right: 8%;
}
.ab-szs{
	font-size: 40px;
	line-height: 40px;
}
.ab-szs:after{
	content: "";
	display: block;
	width: 35px;
	margin: 5% 0;
	height: 3px;
	background-color: #000;
}
.ab-szs p{
	font-size: 30px;
	color: #c2122b;
	font-weight: bold;
}
.ab-szz{
	line-height: 2rem;
}
.ab-anniu{
	margin-top: 6%;
	width: 30%;
	border-bottom: 3px solid #c2122b;
	padding-bottom: 2px;
	
}
.ab-anniu span{
	float: right;
}
.ib-3c-bottom{
	margin-top: 5%;
}
.ib-3c-bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ib-3c-bottom ul li{
	width: 30%;
	overflow: hidden;
}
.ib-3c-bottom ul li a{
	display: block;
	width: 100%;
	position: relative;
}
.ib-3c-bottom ul li a .ab-cp{
}
.ib-3c-bottom ul li a .ab-cp img{

	width: 100%;
}
.ib-3c-bottom ul li:hover .ab-zi{
	display: none;
}
.ib-3c-bottom ul li .fudong {
	flex-wrap: wrap;
	background-color: rgba(194,18,43,0.9);
}
.ib-3c-bottom ul li .fudong p:first-child{
	width: 90%;
	display: block;
	margin: 0 5% 2%;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.ib-3c-bottom ul li .fudong p:last-child{
	width: 45%;
	border-radius: 1.25rem;
}
.ab-zi{
	position: absolute;
	z-index: 2;
	top: 2.5rem;
	left: 2.5rem;
	color: #c2122b;
	font-size: 1.625rem;
	font-weight: bold;
}
.ab-zi p{
	padding-top: 1.25rem;
}


/* sl3 end */

/* 行业 */
.al-bg{
	background: url(../images/hy-yy_65.jpg) no-repeat top center #efefef;
	padding: 10% 0 5%;
	background-size: 100%;
}
.cp-shang{
	font-size: 28px;
	color:#fff;
}
.cp-shang:after{
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin: 2% 0;
}
.cp-shang p{
	font-size: 48px;
}
.productsroll1{
	
	margin-top:3%;
	width: 100%;
	position: relative;
}
.control-box {
	width: 70%;
	float: right;
	}
.control-box .owl-prev{
	width: 3.375rem;
	height: 3.375rem;
	float: left;
	background: url(../images/hy-icon_71.png) no-repeat top left;
}
.control-box .owl-next{
	background: url(../images/hy-icon_71.png) no-repeat top right;
	width: 3.375rem;
	height: 3.375rem;
	margin-left: 3.5rem;
}
.control-box .owl-controls{
	position: absolute;
	top: 35%;
	z-index: 2;
	left: 17%;
	
}
.control-box .owl-pagination{
	display: none;
}
.control-box .owl-number{
	display: none;
}
.bigbox {
  overflow: hidden;
  width: 100%;
}
#switcher {
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box2 {
  transition:all .7s ease 0s;
  height: auto;
  float: left;
  position: relative;
  margin: 0 5px;
}
.cp-tp{
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.cp-tp img{
	width: 100%;
}
.cp-xbts{
	background-color: #fff;
	padding: 30px;
	
}
.cp-xbts p:first-child{
	font-size: 1.5rem;
	color: #555;
}
.cp-xbts p:nth-child(2)
{
	font-size: 1.1rem;
	color: #0e0e0e;
}
.cp-xbts p:last-child{
	font-size: 1.125rem;
	padding-top: 3.125rem;
	color: #555;
}
.box2:hover .cp-tp img{
	transform: scale(1.05);
transition: all 0.6s;	
}
/* 优势 */
.ys-zong{
	background: url(../images/ys-img_77.png) no-repeat top right;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ys-zuo{
	width: 50%;
}
.ys-zuo img{
	width: 100%;
}
.ys-you{
	width: 50%;
	box-sizing: border-box;
	padding:2% 6%;
	
}
.ys-yshang p{
	font-size: 48px;
	color: #0e0e0e;
	font-weight: normal;
}
.ys-yshang{
	font-size: 36px;
	font-weight: bold;
	color: #c2122b;
	line-height: 50px;
	
}
.ys-sxia{
	margin: 2% 0;
	line-height:30px;
	
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 5;
				overflow: hidden;
}
.ys-list ul{
	display: flex;
	flex-wrap: wrap;
	
}
	.card {
	  -webkit-perspective: 150rem;
	          perspective: 150rem;
	  -moz-perspective: 150rem;
	  position: relative;
	  height:60px;
	}
	
	.card__side {
	  height: 60px;
	  -webkit-transition: all 0.8s ease;
	  transition: all 0.8s ease;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 60px;
	  -webkit-backface-visibility: hidden;
	          backface-visibility: hidden;
	  overflow: hidden;
	}
	
	.card__side--back {
	  -webkit-transform: rotateY(180deg);
	          transform: rotateY(180deg);
	}
	
	
	
	.ys-list ul li:hover .card__side--front-1
	
	 {
	  -webkit-transform: rotateY(-180deg);
	          transform: rotateY(-180deg);
	}
	
	.ys-list ul li:hover .card__side--back {
	  -webkit-transform: rotateY(0);
	          transform: rotateY(0);
	}
	.ys-list ul li .col-1-of-3{
		margin: 0 auto;
		width: 60px;
		height: 3.75rem;
		text-align: center;
	}
	
	.ys-list ul li {
		margin-top: 1%;
		width: 33%;
		text-align: center;
		color: #202020;
		font-weight: bold;font-size: 1.125rem;
	}
	.fz-ananiu2{
		border: 1px solid #c2122b;
		text-align: center;
		border-radius: 30px;
		margin-top: 5%;
		padding: 0.625rem;
		width: 38%;
	}
	.fz-ananiu2 a{
		color: #c2122b;
	}

/* 发展 */
.fzlc{
	background: url(../images/fz-bg_101.jpg) no-repeat bottom center;
	padding-bottom: 5%;
}
.fz-zong{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: url(../images/fz-tu_101.png) no-repeat top left;
}
.fz-zuo{
	width: 50%;
	padding: 0 8%;
	box-sizing: border-box;
}
.fz-zshang{
	font-size: 32px;
	font-weight: bold;
	color:#c2122b
}
.fz-nr p{
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.fz-nr{
	padding: 8% 0;
	line-height: 1.875rem;
	
}
.fz-ananiu{
	border: 1px solid #c2122b;
	text-align: center;
	border-radius: 30px;
	padding: 0.625rem;
	width: 30%;
}
.fz-ananiu a{
	color: #c2122b;
}
.fz-you{
	width: 50%;
}
.yjy-carousel-carousel .owl-buttons{
	display: none;
}
	
.fz-zi p{
	color: #c2122b;
	font-size: 1.75rem;
	padding: 3% 0 1%;
}
.yjy-carousel-carousel .owl-pagination{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	margin-top: 3%;
}
.yjy-carousel-carousel .owl-pagination .owl-page{
	margin-right: 3%;
	width: 48px;
	height: 26px;
}
.yjy-carousel-carousel .owl-pagination .owl-page:first-child{
	background: url(../images/fz-1_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:first-child.active{
	background: url(../images/fz-1b_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(2){
	background: url(../images/fz-2_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(2).active{
	background: url(../images/fz-2b_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(3){
	background: url(../images/fz-7_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(3).active{
	background: url(../images/fz-7b_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(4){
	background: url(../images/fz-4_105.jpg) no-repeat top center;
	background-size: 100%;
	
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(4).active{
	background: url(../images/fz-4b_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(5){
	background: url(../images/fz-5_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(5).active{
	background: url(../images/fz-5b_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(6){
	background: url(../images/fz-3_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(6).active{
	background: url(../images/fz-3b_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(7){
	background: url(../images/fz-6_105.jpg) no-repeat top center;
	background-size: 100%;
}
.yjy-carousel-carousel .owl-pagination .owl-page:nth-child(7).active{
	background: url(../images/fz-6b_105.jpg) no-repeat top center;
	background-size: 100%;
}

/* sl6 start 新闻*/
.ib-sl6{
  background: url(../images/xw-bg_112.jpg) no-repeat bottom left;
  padding: 10VH 10% 150px;
  box-sizing: border-box;
}
.sl6-c-top{
  display: flex;
  padding-bottom: 1.875rem;
  align-items: flex-end;
  justify-content: space-between;
}
.sl6-ct-left{
  width: 35%;
}
.sl6-ct-left p{
	font-size: 2.75rem;
	font-weight: bold;
	color: #c2122b;
}
.sl6-ct-left img{
  width: 100%;
}
.sl6-ct-right{
  display: inline-block;
}
.sl6-ct-right a{
	font-weight: bold;
  display: inline-block;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius:2.5rem;
  padding:0 3VW; 
}
.sl6-c-bottom{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top:3VH;
}
.sl6-c-bottom > a{
  display: block;
  width: 30%;
}
.sl6-cbl-img{
  width: 100%;
  overflow: hidden;
}
.sl6-cbl-img img{
  width: 100%;
  transform:scale(1);
  transition: all .5s;
}
.sl6-c-bottom > a:hover .sl6-cbl-img img{
  transform:scale(1.2);
}
.sl6-cbl-tit{
	height: 5.25rem;
  font-size: 1.5rem;
  color: #000;
  margin-top: 2VH;
}
.sl6-cbl-text{
  font-size:1.5rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 2VH;
}
.sl6-cbl-more{
  color: #c10c05;
  border: 1px solid #c3132b;
  position: relative;
  display: inline-block;
  margin-top: 2VH;
  padding: 5px 30px;
  border-radius: 30px;
  
}


/* sl6 end */
/* sl7 start */
#copyright{
	position: relative;
}
.f-zong{
	position: absolute;
	left: 0;
	width: 100%;
	top: -120px;
	z-index: 1;
}
.f-xian{
	width: 100%;
	overflow: hidden;
}
.f-xian img{
	width: 100%;
}
.ib-sl7{
  width: 100%;
  background: url(../images/f-bg_03.png) no-repeat bottom left #c2122b;
  color: #fff;
  padding: 8VH 0 0;
}
.sl7-c-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.f-nav{
	margin-right: 2%;
	width: 100%;
}
.f-nav>ul{
	display: flex;
	justify-content: space-between;
	
}
.f-nav>ul>li>a>span{
	color: #fff;
}
.f-nav>ul>li>.menulevel{
	margin-top: 2VH;
}
.f-nav>ul>li>.menulevel>li{
	margin-top: 1VH;
}
.f-nav>ul>li>.menulevel>li>a>span{
	color: rgba(255,255,255,0.5);
	font-size: 15px;
}
.sl7-ct-left ul li{
	margin-bottom:3VH;
}

	.sl7-ctl-logo{
		font-size: 1.75rem;
	}
.f-ewm{
	text-align: center;
	margin-top: 2VH;
display: flex;
justify-content: flex-end;
}
.f-ewm2{
	margin-left: 1.25rem;
}
.sl7-cb-left{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
}
.sl7-cb-right a{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
}
.sl7-c-bottom{
	padding: 2VH 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 5VH;
	display: flex;
	justify-content: flex-end;
}
/* sl7 end */

/* 手机导航 */
.hamburger {
	padding: 8px 6px;
	cursor: pointer;
	display: none;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner {
	width: 40px;
	height: 4px;
	-webkit-animation: line2 1s linear infinite alternate;
	animation: line2 1s linear infinite alternate;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
	-webkit-animation: line1 1s linear infinite alternate;
	animation: line1 1s linear infinite alternate;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	width: 40px;
	-webkit-animation: line2 0;
	animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	right: -80px;
	top: 80px;
	left: auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes line1 {
	0% {
		width: 20px;
		height: 4px;
	}

	100% {
		width: 40px;
		height: 4px;
	}
}

@keyframes line2 {
	0% {
		width: 40px;
		height: 4px;
	}

	100% {
		width: 20px;
		height: 4px;
	}
}
/* 手机导航结束 */

@media (max-width:1600px){
  
}

@media (max-width:1440px){
	
}

	
	
@media (min-width:1024px) and (max-width:1439px){
	*{
		font-size: 14px;
	}	
	.f-nav>ul>li>.menulevel>li>a>span{
		color: rgba(255,255,255,0.5);
		font-size: 13px;
	}
	.f-nav {
	    width: 42%;
	}
	.sl6-cbl-tit{
		font-size: 1.25rem;
	}
	.control-box .owl-next {
	    width: 4.375rem;
	    height: 4.375rem;
	    margin-left: 4.5rem;
	}
	.control-box .owl-prev {
	    width: 4.375rem;
	    height: 4.375rem;
}
.zj-zou {
    width: 70s%;
}
.ab-szz {
    display: block!important;
   
}
.ys-sxia {
	display: block!important;
}
.ys-sxia {
    margin: 5% 0;
    line-height: 25px;
}

}
@media (min-width:1025px) and (max-width:1256px){
	.nav-pc .mobile_nav>ul>li{
		width: 19%;
	}

	
	
}
@media (min-width:1025px) and (max-width:1250px){

.sl7-ctl-logo {
    font-size: 1.5rem;
}
   .nav-pc {
       width: 48%;
   }
	
	
}
@media (max-width:1439px) {
	
   /* 头部 */
  .logo {
	  width: 20%;
  }
   .logo  img{
	   width: 100%;
   }

   .h-qiehuan {
       margin-right:30px;
	   }
   /* banner */
   .ib1-sl1-l-t1 img{
	   width: 80%;
   }
 /*  .ib1-sl1-l-t2 img{
	   width:80%;
   } */
   /* 红条 */

  /* 关于我们 */
  .ab-szz{
	  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 1.875rem;
  }
  .ab-anniu {
      width: 36%;
	  }
	.ib-sl3{
		background-size: 35%;
	}
  /* 行业应用 */
  .cp-shang p{
	  font-size: 2.5rem;
	  
  }
  .cp-xbts p:first-child {
    font-size: 1.3rem;
}
  .cp-xbts p:nth-child(2) {
      font-size: 1rem;
	  }
	.al-bg {
	    padding: 8% 0 5%;
		}
    /* 优势 */
	.ys-sxia{
		display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
	}
	.col-1-of-3 img{
		width: 80%;
		
	}
	.card {
	    height: 50px;
	}
	.ys-list ul li {
	    font-size: 1rem;
	}
	.ys-yshang {
	    font-size: 30px;
	    line-height: 39px;
	}
	.ys-yshang p{
		font-size: 40px;
	}
	.ys-you {
	    padding: 4% 5%;
	}
	.ys-zong{
		background-size: 30%;
	}
	.ys-sxia {
		    margin: 4% 0;
}
    /* 发展 */
	.fz-zong{
		background-size: 30%;
	}
	.fz-zshang {
	    font-size:36px;}
    .fz-zshang img{
		width: 70%;
	}
	.fz-nr p{

			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;	}
	.fz-tp img{
		width: 100%;
	}
	/* 新闻 */
	.sl6-ct-left {
	    width: 48%;
	}
	.sl6-ct-left p {
    font-size: 2.2rem;}
	/* 底部 */
	.f-nav {
		margin-right: 1rem;
	}
}

@media (max-width:1024px){
	
	/* 导航 */
  #m_header{
    display: block;
    position: fixed;
    z-index:99;
    background: transparent;
    width:100%;
    padding: 0 5%;
    background: #fff;
    height: 4.5rem;
	box-sizing: border-box;
  }
  #header{
    display: none;
  }
  .index-header {
    width: auto;
    margin: auto;
    background: transparent;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: unset;
    padding: 0;
    height: inherit;
  }
  .logo {
    width: 48%;
    height: inherit;
    padding:0;
	line-height: 4.5rem;
  }
  .logo img {
    max-width: 100%;
    max-height: 100%;
  }
  .nav-pc{
    float:right;
    width:4rem;
    line-height: 4rem;
  }
  .hamburger {
    float: right;
    display: block;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #da271d;
  }
  .hamburger-inner::before {
    top: -7px;
  }
  .hamburger--emphatic-r .hamburger-inner::after{
    top:7px;
  }
  .hamburger-inner::after {
    bottom: -7px;
  }
  .mobile_nav{
    display: none;
    width: 100VW;
    text-align: center;
    position: absolute;
    top: 4.5rem;
    left: 0;
    background: #fff;
  }
  .nav-pc .mobile_nav>ul {
      display: block;
  }
  .nav-pc .mobile_nav>ul>li>.menulevel{
	  display: none;
  }
  .nav-pc .mobile_nav>ul>li {
      line-height: 44px;
  }
  .nav-pc .mobile_nav>ul>li>a{
      line-height: 44px;
	  }
.nav-pc .mobile_nav>ul>li{
	border-top: 1px solid #d7d7d7;
}
.nav-pc .mobile_nav>ul>li>a#menu_selected {
    line-height: 44px;
    border-bottom: 1px solid #c2122b;
}
  .index-body {
    padding-top: 4.5rem;
  }
  
  /* banner */
  .ib1-sl1-l-t1 img {
      width: 62%;
  }
  /* 红色 */
  .zj-sousuo {
      width: 27%;
  	   margin-right: 5%;
  }
  .zj-cl {
      flex-wrap: wrap;}
 
  .zj-box {
      flex-wrap: wrap;
  }
  .zj-zou {
      width: 100%;
  }
  .zj-cl {
      flex-wrap: nowrap;
	      margin-top: 2%;
  }
  .zj-nav {
      width: 85%;
  }
  .zj-ssbt{
	  display: none;
  }
  .zj-sousuo {
      width: 70%;
      margin-top: 0%;
	  margin-top: 2%;
  }
  .zj-hongse{
	  background-size: 20%;
  }
  /* 关于我们 */
  .ab-szs {
      font-size: 2.125rem;}
	.ab-szz{
		    -webkit-line-clamp: 4;
	}
	.ib-3c-top{
		flex-wrap: wrap;
	}
	.ab-sz{
		width: 100%;
	}
	.ab-sy{
		box-sizing: border-box;
		padding-right: 5%;
		margin-top: 5%;
		width: 100%;
	}
	.ab-anniu {
		width: 25%;
	}
	.ib-3c-bottom{
		padding-right: 5%;
	}
	.ib-3c-bottom ul li {
	    width: 32%;
	}
	.ab-zi {
	    top: 1.5rem;
	    left:1.5rem;
	    font-size: 1.2rem;
		}
		.ab-zi p {
		    padding-top: 0.625rem;
		}
		.ab-zi p img{
			width:30%;
		}
		.ys-list ul li {
		    padding-right: 0%;
			width: 33%;
			text-align: center;
		}
	/* 行业资讯 */
	.control-box {
	    width: 100%;
		float: auto;
	}
	.owl-controls .owl-buttons{
		display: none;
	}
	.al-bg {
		    padding: 8% 0 10%;
	    background-size: 160%;
	}
	.cp-shang:after {
	    margin: 5% 0;
	}
	
	/* 优势 */
	.ys-zong{
		flex-wrap: wrap;
	}
	.ys-zuo{
		width: 100%;
		order: 2;
		
	}
.ys-zuo{
	height: 60VH;
	overflow: hidden;
}
	.ys-zuo img{
	}
	.ys-you{
		order: 1;
		width: 100%;
		    padding: 9% 9%;
	}
	.fz-zong{
		flex-wrap: wrap;
	}
	.fz-zuo{
		width: 100%;
		padding: 10% 10%;
	}
	.fz-zshang img {
	    width: 40%;
	}
	.fz-you{
		width: 100%;
	}
	.fz-zi{
		padding: 5%  10% 0;
	}
	.yjy-carousel-carousel .owl-pagination {
	    margin-top: 6%;
		padding: 0 10% 5%;
	}
	/* 新闻 */
	.sl6-ct-left {
	    width: 72%;
	}
		
	.sl6-c-bottom {
		flex-wrap: wrap;
	}
	.sl6-c-bottom > a {
		width: 100%;
	}
	.sl6-cb-list{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sl6-cbl-img{
		width: 36%;
	}
	.sl6-cbl-con{
		width: 60%;
	}
	.sl6-cbl-tit{
		height: auto;
		font-size: 1.3rem;
		
	}
	.sl6-cbl-text {
	    font-size: 1rem;
	    margin-top: 0VH;
	}
	/* 底部 */
	.sl7-c-top {
	    flex-wrap: wrap;
	}
	.f-nav{
		width: 100%;
		margin-bottom: 5%;
	}
	.sl7-c-bottom{
		flex-wrap: wrap;
	}
	.sl7-ctl-logo {
	    font-size: 1.5rem;
	}
}

@media (max-width:768px){
	/* .logo {
	    width: 63%;
		} */
	.logo img {
	    width: 90%;
	}
	.swiper-slide {
	    height: 154VW;
	}
	.swiper-pagination-bullet {
	    width: 31px;}
	
	.banner3,.banner2,.banner1{
		display: none;
	}
	.banner3-sj,.banner1-sj,.banner2-sj{
		display: block;
		
	}
	.banner1-sj{
	  overflow: hidden;
	  position: relative;
	  width:100%;
	  height:100%;
	  background: url(../images/banner1-sj.jpg) no-repeat;
	 background-size: cover;
	 transition:all .5s;
	 transform: scale(1);
	 transition: transform 2s ease-in-out;
	 animation: sl4bgsf 8s linear infinite;
	 animation-delay:2s;
	}
	.banner1-sj img{
	  width: 100%;
	  visibility: hidden;
	}
	.banner2-sj{
	  overflow: hidden;
	  position: relative;
	  width:100%;
	  height:100%;
	  background: url(../images/banner2-sj.jpg) no-repeat;
	 background-size: cover;
	 transition:all .5s;
	 transform: scale(1);
	 transition: transform 2s ease-in-out;
	 animation: sl4bgsf 8s linear infinite;
	 animation-delay:2s;
	}
	.banner2-sj img{
	  width: 100%;
	  visibility: hidden;
	}
	.banner3-sj{
	  overflow: hidden;
	  position: relative;
	  width:100%;
	  height:100%;
	  background: url(../images/banner3-sj.jpg) no-repeat;
	 background-size: cover;
	 transition:all .5s;
	 transform: scale(1);
	 transition: transform 2s ease-in-out;
	 animation: sl4bgsf 8s linear infinite;
	 animation-delay:2s;
	}
	.banner3-sj img{
	  width: 100%;
	  visibility: hidden;
	}
	
	
	
	.ib1-sl1-left {
	    width: 90%;
		bottom: 15%;
		}
	.ib1-sl2-right {
		width: 90%;
	}
	.sl1-sl3-slide .ib1-sl1-left{
		width: 90%;
		top: 0%;
align-content: center
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		display: none;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		display: none;
	}
	.banner4{
		display: block;
		overflow: hidden;
		 position: relative;
		 width:100%;
		 height:100%;
		background: url(../images/banner4-sj.jpg) no-repeat center;
		background-size: 100%;
	}
	/* 中间 */
	.zj-zou{
		display: none;
	}
	.zj-ssbt{
		display: block;
	}
	.zj-sousuo {
	    width: 85%;
		}
		.ib1bbs-text {
		    line-height: 32px;}
	.ib1bbs-submit input {
	    line-height:32px;}
	/* 关于我们 */
	.ib-sl3 {
	    padding: 7VH 0 13VH;
		background-size: 59%;
	}
	.ab-anniu {
	    width: 49%;
	}
	.ab-sy {
	    margin-top: 13%;
    }
    .ib-3c-bottom ul {
        flex-wrap: wrap;
		}
		.ib-3c-bottom ul li {
			margin-bottom: 2%;
		    width: 100%;
		}
			
		.ab-cp{
			height: 20VH;
			overflow: hidden;
		}
	/* 行业应用 */
	.box2 {
		height: 100%;
	}
	.box2-carousel-carousel  .owl-item{
		display: flex;
		justify-content: center;
	}

	.cp-shang p {
	    font-size: 2rem;
	}
	.cp-shang {
	    font-size: 24px;
	}
	.cp-shang:after {
	    margin: 8% 0;
	}
	.al-bg {
		padding: 15% 0;
		    background-size: 240%;
	}
	/* 优势 */
	.ys-yshang p {
	    font-size: 34px;
	}
	.ys-you {
	    padding: 15% 9%;
	}
	.ys-sxia {
	    margin: 9% 0;
	}
	.ys-zong {
	    background-size: 63%;
	}
	.ys-zuo {
		height: auto;
	}
	.ys-zuo img {
	   height: auto;
	}
	
	.ys-list ul li {
		width: 48%;
	}
	/* 发展历程 */
	.fz-ananiu {
	    width: 36%;
	}
	
	
	.fz-zong {
    background-size: 56%;
}
.fz-zshang img {
    width: 63%;
}
.fz-zuo {
    width: 100%;
    padding: 17% 10%;
}
  /* 新闻中心 */

	  .sl6-c-top{
		  flex-wrap: wrap;
		  padding-bottom: 0;
	  }
	  .sl6-ct-left{
		  width: 100%;
	  }
	  .ib-sl6 {
	      padding: 7VH 10% 150px;
		  }
		  
		  .sl6-ct-right a {
	
		      padding: 0 0;
		  }
		  .sl6-cb-list{
			  margin-top: 2%;
			  display: block;
		  }
		  .sl6-cbl-img {
		     width: 100%;
		  }
		  .sl6-cbl-con{
			  width: 100%;
		  }
		  .sl6-cbl-more{
			  display: none;
		  }
		  /* 底部 */
		  .f-nav {
			  display: none;
		  }
		  .sl7-ct-left ul li {
		      margin-bottom: 1VH;
		  }
		.sl7-cb-left{
			display: none;
		}
		.sl7-cb-right{
			display: none;
		}
			
		.ib-sl7 {
			background-size: 30%;
		}
		.sl7-ct-right{
			margin: 5% 0;
		}
		.sl7-c-top{
			    justify-content: center;
			padding: 0 5%;
			box-sizing: border-box;
		}
		.f-ewm {
		    justify-content:center
			
		}

}

@media (max-width:320px){
	.logo {
	    width: 56%;
		}
		.logo img{
			width: 100%;
		}
	.fz-ananiu{
    width: 60%;
	}
	.f-ewm{
		flex-wrap: wrap;
	}
	.sl7-ctl-logo img{
		width: 90%;
	}
	.f-ewm2 {
	    margin-top: 1.25rem;
		margin-left: 0;
	}
}