.swiper-container2 {
	width: 100%;
	
}
.swiper-container2 img{
	width: 100%;
	
}

.title{
	font-size: 44px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
}
.message{
	font-size: 24px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	
}
.k{
	
	width: 110px;
	height: 10px;
	margin: 10px auto;
	background-color: #d70c18;
	margin-bottom: 50px;
}
.company{
	display: flex;
	justify-content: space-between;
	
}
.company .l{
	width: 50%;
	font-size: 18px;
	color: #444444;
	
}
.company .l span{
	line-height: 2;
	overflow: hidden;
	
	text-overflow: ellipsis;
	
	display: -webkit-box;
	
	-webkit-line-clamp: 7;
	
	-webkit-box-orient: vertical;
}
.company .l .more{
	margin-top: 30px;
	font-size: 18px;
	color: #666666;
	
	border-radius: 40px;
	border: 1px solid #666666;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
}
.company .r{
	width: 50%;
}
.company .r img{
	width: 566px;
	float: right;
}
.boxback{
	padding: 40px 0;
}
.boxback:nth-child(2n-1){
	background-color: #f7fafd;
}
.ywnavs{
	
	width: fit-content;
	padding: 30px 0;
    margin: 0 auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	    overflow-x: auto;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
}	
.yw .swiper-container{
		padding-top: 30px;
		height: 110px;
	}
	::-webkit-scrollbar {
	  display: none; 
	  }
.yw .swiper-container .swiper-slide {
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
	margin: 0 60px;
	text-align: center;
	font-size: 18px;
	background: #f7fafd;
	width: 150px;

	/* 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;
	overflow: hidden;
}
.yw .swiper-container .swiper-slide img{
	height: 43px;
}
.slide_active span{
	color: #1058c4 !important;
}
.slide_active img{
	filter: drop-shadow(0 -100px #1058c4);
	position: relative;
	bottom: -100px;
}
.yw .swiper-slide span{
	color: #888888;
	font-size: 18px;
	line-height: 2;
	display: block;
}
.xq{
	width: 100%;
	height: 520px;
	background-color: red;
	position: relative;
	top: -20px;
	z-index: 99;
	border-radius: 30px;
	background: url('../img/ywimg.png');
	background-size: 100% 100%;
}
.xq .bg{
	width: 556px;
	height: 392px;
	border-radius: 30px;
	background-color: #2e61b9;
	z-index: 999;
	position: absolute;
	top: 60px;
	left: 50px;
	opacity: .8;
}
.xq  .detail{
	width: 456px;
	height: 280px;
	z-index: 9999;
	position: absolute;
	top: 120px;
	left: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.xq  .detail div:nth-child(1){
	font-size: 30px;
	color:white;
	font-weight: bold;
}
.xq  .detail div:nth-child(2){
	font-size: 16px;
	color:white;
	line-height: 1.8;
}
.xq  .detail div:nth-child(3){
	font-size: 16px;
	color:#1058c4;
	width: 160px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
	background-color: white;
}

.list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.list .li{
	width: 400px;
	
}
.list .li .class{
	width: 400px;
	height: 160px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.list .li .class img{
	width: 400px;
	height: 160px;
}
.list .li .class .listback{
	width: 400px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .5;
}

.list .li .class .l_title{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 16px;
	z-index: 999;
	position: absolute;
	top: 50px;
}
.list .li .class .l_title div:nth-child(1){
	font-size: 24px;
}
.list .li .news_li{
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.8;
}
.list .li .news_li span:nth-child(1){
	width: 90px;
	color: #999999;
	text-align: center;
}
.list .li .news_li span:nth-child(2){
	display: block;
	width: 300px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#certify {
	position: relative;
	width: 1300px;/*判断宽度设置响应式效果*/
	margin: 60px auto;
	height: 500px;
	overflow: hidden;
}

#certify .swiper-container {
	padding-bottom: 60px;
	height: 500px;
}

#certify  .swiper-slide {
	width: 462px;
	height: 462px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 8px 3px rgb(0 0 0 / 20%);
	
	
	margin: 0 60px;
}
#certify  .swiper-slide img{
	width: 462px;
	height: 380px;
	display:block;
	border:2px solid #fff;
}
#certify  .swiper-slide div{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}



