.banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide{
	width: 750px;
	height: 450px;
}
.banner .swiper-slide-active .image{
	border-radius: 10px 10px 0 0 ;
}
.banner .swiper-slide-active .title{
	display: block;
}
.banner .image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}
.banner .title{
	height: 46px;
	background: #0C4FA5;
	border-radius: 0 0 10px 10px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 46px;
	padding: 0 12px;
	display: none;
}
.banner-next,
.banner-prev {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 42px));
	width: 24px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	border-radius: 0px 0px 0px 0px;
	font-size: 18px;
	color: #ffffff;
	z-index: 9;
	cursor: pointer;
}
.banner-next{
	left: 0;
}
.banner-prev{
	right: 0;
}

.notice-banner .notice-item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.notice-banner.notice-item .image {
	width: 100%;
	height: 100%;
}

.notice-banner .notice-item .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #00000022;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 20px;
}

.classify-container {
	width: 100%;
	height: 40px;
	padding: 0 24px;
}

.classify-container .title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.classify-container .more {
	font-size: 14px;
	color: #333333;
	margin-right: 15px;
}

.notice-container {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 16px 16px 16px 16px;
	padding: 30px 0;
	position: relative;
}

.notice-container .notice-item {
	padding: 0 30px;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.notice-container .notice-item:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 30px;
	background: #0C4FA5;
	border-radius: 0px 0px 0px 0px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.notice-container .notice-item:hover .title,
.notice-container .notice-item:hover .time {
	color: #0C4FA5;
}
.notice-container .notice-item:hover .title{
	font-weight: bold;
}

.notice-container .notice-item .title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.notice-container .notice-item .time {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 16px;
	color: #666666;
}

.mine-container {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 16px 16px 16px 16px;
	padding-bottom: 20px;
	position: relative;
}
.btn-more{
	width: 100px;
	height: 30px;
	background-color: #0c4fa5;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff!important;
	cursor: pointer;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}

.mine-container .table{
	width: 100%;
}
.table .header{
	height: 60px;
	background-image: url('../img/table_lan.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}
.table .header-title{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 30px;
	text-align: center;
}
.table .header-title.max{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.table .header-title.mid{
	width: 360px;
}
.table .header-title.min{
	width: 180px;
}
.table .title{
	font-size: 16px;
	padding: 0 30px;
	color: #333333;
}
.table .row{
	height: 41px;
	cursor: pointer;
}
.table .row:hover{
	background-color: #0c4fa5!important;
}
.table .row:hover .title{
	color: #fff;
}
.table .row:hover .title a{
	color: #fff;
}
.table .row:nth-child(even){
	background-color: #f1f4fa;
}


.qk-container{
	background-image: url('../img/bg_line.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 100%;
	margin-top: 65px;
}
.qk-container .line{
	height: 30px;
}
.qk-container .qk-swiper-container{
	padding: 25px 160px;
	position: relative;
}
.qk-container .qk-swiper-container .qk-banner, .qk-container .qk-swiper-container .qk-bannerss{
	width: calc(1200px - 320px);
	overflow: hidden;
}
.qk-container .qk-item .image{
	width: 180px;
	height: 220px;
	box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.1);
	border-radius: 8px 8px 0px 0px;
	border: 2px solid #0C4FA5;
}
.qk-container .qk-swiper-container .qk-next,
.qk-container .qk-swiper-container .qk-prev,
.qk-container .qk-swiper-container .qk-nextss,
.qk-container .qk-swiper-container .qk-prevss
{
	width: 24px;
	height: 42px;
	border-radius: 0px 0px 0px 0px;
	border: 2px solid #0C4FA5;
	font-size: 18px;
	color: #0C4FA5;
	position: absolute;
	top: 50%;
	transform: translateY(-65%);
	line-height: 42px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}
.qk-next, .qk-nextss{
	left: 65px;
}
.qk-prev, .qk-prevss{
	right: 78px;
}

.link-container{
	margin-top: 68px;
}
.link-container .link-content{
	border-bottom: 1px solid #0C4FA5;
	border-top: 1px solid #0C4FA5;
	padding-bottom:20px;
	margin-top: 20px;
}
.link-container .link-content .link-item {
	font-size: 14px;
	color: #0C4FA5;
	margin-top: 20px;
	/* min-width: calc(100% / 6); */
	padding-right: 20px;

}
.link-container .link-content .link-item:not(:nth-child(6n + 1)){
}

.classify-title{
	height: 35px;
	line-height: 35px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
.classify-title+.classify-title {
	margin-left: 50px;
}
.classify-title.active{
	font-weight: bold;
	background-image: url('../img/icon_menu_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
