/* 顶部banner样式 */
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	vertical-align: bottom;
}

/* tab切换 */
.tab .wrap {
	overflow: hidden;
	border-bottom: 2px solid #dedede;
}

.tab .item {
	float: left;
	width: 365px;
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	color: #545454;
	text-align: center;
}

.tab .item.active {
	background-color: #00457d;
	color: #ffffff;
}

/* 荣誉资质样式 */
.honor {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 84px;
}

.honor .title {
	font-size: 44px;
	line-height: 44px;
	color: #222222;
	margin-top: 87px;
	margin-bottom: 58px;
	text-align: center;
}

.bodyCon08 .students {
	width: 1680px !important;
	height: 320px !important;
}

#four_flash {
	width: 1680px !important;
	height: 320px !important;
}

#four_flash .flashBg {
	width: 1510px !important;
	height: 320px !important;
}

#four_flash .flashBg ul.mobile li {
	width: 360px !important;
	height: 320px !important;
	border: none !important;
	position: relative;
	background-color: #ededed;
}

#four_flash .flashBg ul.mobile li:hover {
	background-color: #00457d;
}

#four_flash .flashBg ul.mobile {
	height: 320px !important;
}

#four_flash .flashBg ul.mobile li a {
	display: block !important;
	height: 320px !important;
}

#four_flash .flashBg ul.mobile li div {
	width: 100%;
	height: 49px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #cfcfcf;
	font-size: 16px;
	line-height: 49px;
	color: #343434;
	text-align: center;
}

#four_flash .flashBg ul.mobile li:hover div {
	background-color: #05406f;
	color: #ffffff;
}

#four_flash .flashBg ul.mobile li img {
	width: 100% !important;
	height: 242px !important;
	margin: 0 auto;
	padding: 25px 10%;
	box-sizing: border-box;
}

#four_flash .but_left {
	top: 127px !important;
}

#four_flash .but_right {
	top: 127px !important;
}

/* 媒体查询 */
@media screen and (max-width:1730px) {
	.bodyCon08 .students {
		width: 1290px !important;
	}

	#four_flash {
		width: 1290px !important;
	}

	#four_flash .flashBg {
		width: 1120px !important;
	}
}

@media screen and (max-width:1440px) {
	.tab .item {
		width: 341px;
	}

	.honor .title {
		font-size: 32px;
	}

	.bodyCon08 .students {
		width: 945px !important;
	}

	#four_flash {
		width: 945px !important;
	}

	#four_flash .flashBg {
		width: 743px !important;
	}
}

@media screen and (max-width:1024px) {
	body {
		width: 1024px;
	}
	.banner img {
		width: 1024px;
	}
}