﻿.banners-pc {
	clear: both;
	height: 500px;
}
.banners-pc .frame {
	height: 500px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb {
	display: none;
	clear: both;
	height: 700px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
 @media (max-width: 1024px) {
.c_nav .list > li {
	width: 50%;
}
}
.d_per {
	padding: 42px 0 20px 0;
}
.d_per .h1 {
	font-size: 22px;
	color: #0059b3;
	text-align: center;
}
.d_per .time {
	text-align: center;
	font-size: 12px;
	color: #a6a6a6;
	padding: 26px 0 38px 0;
}
.d_per .intro {
	background: #fafcfe;
	border: 1px solid #eee;
	font-size: 12px;
	color: #747474;
	padding: 18px 28px 18px 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.d_per .intro .list {
	overflow: hidden;
	margin-left: -54px;
}
.d_per .intro .list > li {
	float: left;
	padding-left: 54px;
}
.d_per .g_content {
	font-size: 14px;
	line-height: 30px;
}