@charset "utf-8";

/*------列表开始---------*/
.a {}

.yewu1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 2rem
}

.yewu1 ul {
	width: 100%
}

.yewu1 li {
	width: 32%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.yewu1 li div {
	width: 50%;
	max-width: 5vw;
	margin: 0 auto;
	margin-top: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #02143c;
	text-align: center;
	cursor: pointer
}

.yewu1 li div img {
	width: 100%;
	margin: 0 auto
}

.yewu1 li h1 {
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
	color: #fff;
	font-weight: normal;
	font-size: 1.8rem;
	cursor: pointer
}

.yewu1 li h2,
.yewu1 li p {
	color: #02143c;
	cursor: pointer
}

.yewu1 li h2:hover {
	color: #fff
}

.yewu1 li p:hover {
	font-size: 1.1rem
}

.yewu1 li h2 {
	font-size: 1.5rem;
	font-weight: 500;
}

.yewu1 li p {
	line-height: 1.5rem;
	padding-top: 0.5rem
}


@media only screen and (min-width: 1280px) and (max-width: 1680px) {
	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1180px) {
	body {
		font-size: 12px
	}

	.main {
		max-width: 1000px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 26px;
	}
}

/*---手机版情况公共样式-----*/
@media only screen and (max-width: 1000px) {

	.yewu1 li {
		width: 49%
	}

	.yewu1 li div {
		max-width: 40vw;
	}
}
