img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
}


.test5_1 {
	min-height: 804px;
	background-image: url(../image/test5/test5_bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	color: #ffffff;
	padding: 85px 0;
}

.test5_1 h2 {
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 50px;
}

.test5_1 p {
	font-size: 20px;
	line-height: 1.6em;
	color: #dddddd;
	margin-bottom: 15px;
}

.test5_2 {
	padding-top: 72px;
	padding-bottom: 65px;
	background-color: #f2f2f2;
}

.test5_2core {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.test5_tab {
	width: 200px;
	position: absolute;
	left: -280px;
	top: 0;
}

.test5_tab li {
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
}
.test5_tab li .smallImg {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	background-color: #FFFFFF;
}

.test5_tab li .smallImg img {
	max-height: 80%;
}

.test5_tab li p {
	font-size: 16px;
	line-height: 1.875em;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.test5_tab li.active p{
	color: #BC1A21;
}

.test5_box {
	/*padding: 0 98px;*/
	background-color: #FFFFFF;
	display: none;
}
.test5_box.active{
	display: block;
}
.test5_box1 {
	/*padding: 100px 0;*/
	text-align: center;
}

.test5_box2 {
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
}

.test5_box2 .img {
	width: 34.54%;
}

.test5_box2 .text {
	width: 62.9%;
}

.test5_box3 {
	padding-top: 100px;
}

.test5_tit {
	color: #000000;
	margin-bottom: 70px;
}

.test5_tit h3 {
	font-size: 40px;
	color: #000000;
}

.test5_tit p {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}

.pdetails_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pdetails_list li {
	width: 168px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.pdetails_list li img {
	width: 168px;
	height: 168px;
}

.pdetails_list li h3 {
	font-size: 30px;
}

.pdetails_list li p {
	font-size: 22px;
}

.test5_logo {
	padding-top: 230px;
}

.test5_logo h3 {
	font-size: 18px;
	color: #000000;
}

.test5_logo ul {
	padding: 24px 0;
}

.test5_logo li {
	width: 14.2857%;
	float: left;
	line-height: 100px;
	text-align: center;
	padding: 0 5px;
}

.test5_logo li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.test5_box4 {
	padding: 160px 0;
}

.test5_box4_cell {
	margin-bottom: 100px;
}

.test5_box4_cell h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 50px;
}

.test5_box4_cell h4 sup,
.test5_box4_cell h4 sub {
	font-size: 16px;
	color: #bc1a21;
	line-height: 1em;
	margin: 0 3px;
}

.test5_box4_cell li {
	width: 186px;
	height: 85px;
	position: relative;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

.test5_box4_cell li span {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0 10px;
	position: absolute;
	left: 13px;
	bottom: 10px;
	border-radius: 10px;
	text-align: center;
	min-width: 90px;
}

.test5_3 {
	padding-top: 120px;
	padding-bottom: 148px;
}

.test5_3 h2 {
	font-size: 44px;
	text-align: center;
	color: #333333;
	font-weight: normal;
}


.test5_case {
	position: relative;
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.test5_case .swiper-container {
	margin: 90px auto;
}

.test5_case .swiper-slide {
	width: 595px;
	background: #fff;
}

.test5_case .swiper-slide::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.test5_case .swiper-slide-active::after {
	display: none;
}

.test5_case .swiper-slide img {
	display: block;
}

.test5_case .swiper-slide p {
	line-height: 90px;
	text-align: center;
	color: #333333;
	font-size: 22px;
	border: 1px solid #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.test5_case .swiper-pagination {
	width: 100%;
	position: static;
}

.test5_case .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 32px;
	background-color: #bfbfbf;
	width: 100px;
	height: 3px;
	opacity: 1;
	border-radius: 0;
}

.test5_case .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #000000;
}


/* 移动端 */
@media screen and (max-width:1800px) {
	.test5_tab {
		width: 100%;
		position: static;
	}

	.test5_tab li {
		width: 200px;
		margin-right: 30px;
		float: left;
	}
}


@media screen and (max-width:992px) {
	.test5_case .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 16px;
		width: 50px;
		height: 2px;
	}

	.test5_tab li {
		width: 150px;
		margin-right: 20px;
	}

	.test5_tab li .smallImg {
		width: 150px;
		height: 150px;
		line-height: 150px;
	}
	.pdetails_list{
		justify-content: space-around;
	}
}

@media screen and (max-width:768px) {
	.test5_1 {
	    padding: 40px 0;
	}
	.test5_1 h2 {
	    font-size: 32px;
	    margin-bottom: 30px;
	}
	.test5_1 p {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.test5_tab li {
		width: 110px;
		margin-right: 15px;
	}

	.test5_tab li .smallImg {
		width: 110px;
		height: 110px;
		line-height: 110px;
	}

	.test5_tab li p {
		font-size: 12px;
	}
	
	
	.test5_box {
		padding: 0 3%;
	}
	
	.test5_box1 {
		padding: 50px 0;
	}
	
	.test5_box2 {
		padding: 50px 0;
	}
	
	.test5_box3 {
		padding-top: 50px;
	}
	
	.test5_tit {
		margin-bottom: 35px;
	}
	
	.test5_tit h3 {
		font-size: 30px;
	}
	
	.test5_tit p {
		font-size: 12px;
	}
	
	.pdetails_list li {
		width: 120px;
	}
	
	.pdetails_list li img {
		width: 120px;
		height: 120px;
	}
	
	.pdetails_list li h3 {
		font-size: 24px;
	}
	
	.pdetails_list li p {
		font-size: 16px;
	}
	
	.test5_logo {
	    padding-top: 100px;
	}
	
	.test5_logo h3 {
	    font-size: 14px;
	}
	.test5_logo li {
		width: 25%;
		line-height: 60px;
	}
	
	.test5_box4 {
	    padding: 80px 0 30px 0;
	}
	
	.test5_box4_cell h4 {
	    font-size: 18px;
	    margin-bottom: 30px;
	}
	
	.test5_box4_cell li {
	    width: 120px;
	    height: 60px;
	    margin-right: 20px;
		margin-bottom: 10px;
	}
	.test5_box4_cell li span {
	    font-size: 12px;
	    line-height: 20px;
	    padding: 0 5px;
	    left: 6px;
	    bottom: 5px;
	    min-width: 60px;
	}
	.test5_box4_cell {
	    margin-bottom: 50px;
	}
	.test5_3 {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.test5_3 h2 {
		font-size: 32px;
	}

	.test5_case .swiper-container {
		margin: 45px auto;
	}

	.test5_case .swiper-slide {
		width: 400px;
	}

	.test5_case .swiper-slide p {
		line-height: 45px;
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	.test5_case .swiper-slide {
		width: 250px;
	}

	.test5_case .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
		width: 20px;
		height: 1px;
	}
}
