/*内页横幅图片CSS*/

.banner-page {
	padding-top: 50px;
	overflow: hidden;
}

@media (min-width: 1224px) {
	.banner-page {
		padding-top: 96px;
	}
}

.banner-page img {
	width: 100%;
}


/*面包屑导航CSS*/

.file-add {
	padding-top: 20px;
}

@media (min-width: 992px) {
	.file-add {
		padding-top: 40px;
	}
}

.file-add .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	font-size: 0;
	background-color: #fff;
}

.file-add .breadcrumb li {
	font-size: 14px;
}

.file-add .breadcrumb>li+li:before {
    padding-left: 10px;
}

/*内页二级栏目分类选中*/

.pagenav li.active a {
	color: #d92129;
}


/*内页主体内容CSS*/

.body-con {
	min-height: 400px;
	_height: 400px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.body-con h1 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
}

.body-con img {
	max-width: 100%;
}

@media (min-width: 992px) {
	.body-con {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.body-con h1 {
		margin-bottom: 40px;
	}
}

.main p {
	margin-bottom: 0;
}


/* 大事记CSS */

.dsj-main {
	background: url("../images/line-bg.png") repeat-y 22px 0;
}

.dsj-main .title {
	padding-left: 60px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 45px;
	color: #d82028;
	text-align: left;
	background: url("../images/clock.png") no-repeat left top;
}

.cls {
	padding: 15px 0 15px 45px;
	background: url("../images/circle.png") no-repeat 8px 16px;
}

.cls .date,
.cls .intro {
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.cls .date {
	color: #d82028;
}

.cls .more {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 1224px) {
	.dsj-main {
		background-position-x: 249px;
		background-position-y: 0;
	}
	.dsj-main .title {
		padding-left: 67px;
		margin-left: 228px;
		margin-bottom: 50px;
	}
	.cls {
		padding: 30px 0;
		background-position-x: 235px;
		background-position-y: 31px;
		overflow: hidden;
	}
	.cls .date,
	.cls .intro,
	.cls .more {
		float: left;
	}
	.cls .date {
		width: 200px;
		text-align: right;
	}
	.cls .intro {
		width: 900px;
		margin-left: 100px;
	}
	.cls .more {
		width: 900px;
		margin-left: 300px;
	}
}


/*产品中心、新闻中心列表页CSS*/

.list-body {
	padding-bottom: 30px;
	min-height: 400px;
}

.list-body .list-ul li {
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.list-ul li .pic img {
	width: 100%;
	border: 1px solid #ddd;
}

.list-ul li .pic a {
	display: block;
}

.list-ul li .txt {
	overflow: hidden;
}

.list-ul li .txt h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
}

.list-ul li .txt p {
	line-height: 30px;
}

.list-ul li .txt .more {
	text-align: right;
}

.list-ul li .txt .more a {
	color: #d92129;
}

@media (min-width: 640px) {
	.list-body .list-ul li {
		padding-bottom: 30px;
	}
	.list-body .list-ul li .pic {
		float: left;
		margin-right: 15px;
	}
	.list-ul li .pic img {
		width: 300px;
		height: 200px;
	}
	.list-ul li .txt h3 {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.list-body {
		padding-bottom: 50px;
	}
	.list-body .list-ul li .pic {
		margin-right: 30px;
	}
}

.page {
	padding-top: 30px;
	line-height: 30px;
	font-size: 0;
	text-align: center;
}

.page a,
.page span {
	font-size: 14px;
	vertical-align: top;
}

.page span.page-info {
	display: block;
}

@media (min-width: 640px) {
.page span.page-info {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
}

.page a,
.page span.active {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 28px;
	border: 1px solid #ddd;
}

.page a:hover {
	border: 1px solid #d92129;
}

.page span.active {
	color: #fff;
	border: 1px solid #d92129;
	background-color: #d92129;
}

.emptycon {
	text-align: center;
	padding-bottom: 30px;
}


/*404页面CSS*/

.err-page {
	padding-top: 50px;
}

.err-main {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}

.err-main img {
	max-width: 100%;
}

.err-main h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
}

.err-main p.tips {
	margin-bottom: 30px;
}

.err-main-list {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.err-main-list p.list-heading,
.err-main-list a {
	display: block;
	padding: 10px 15px;
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	text-align: left;
}

.err-main-list p.list-heading {
	font-size: 16px;
	border-top: none;
	background-color: #eee;
}

@media (min-width: 640px) {
	.err-main {
		width: 500px;
	}
	.err-main h2 {
		font-size: 36px;
	}
}

@media (min-width: 992px) {
	.err-main {
		width: 800px;
	}
	.err-main-list a {
		float: left;
		width: 133px;
		border-left: 1px solid #ddd;
		text-align: center;
	}
	.err-main-list a.list-first {
		border-left: none;
	}
	.err-main-list a:hover {
		background-color: #eee;
	}
}

@media (min-width: 1224px) {
	.err-page {
		padding-top: 96px;
	}
	.err-main {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}


/*网站地图*/

.sitemap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sitemap-list {
	overflow: hidden;
}

.sitemap-list li h4 {
	padding: 10px;
	font-size: 16px;
	background-color: #eee;
}

.sitemap-list li h4 a {
	display: inline-block;
	padding-left: 5px;
	border-left: 5px solid #d92129;
}

.sitemap-list li p {
	margin-bottom: 20px;
	overflow: hidden;
}

.sitemap-list li p a {
	float: left;
	width: 50%;
	line-height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sitemap-list li p a:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	margin-top: 13px;
	width: 5px;
	height: 5px;
	background-color: #333;
	vertical-align: top;
}

@media (min-width: 640px) {
	.sitemap-list li p a {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.sitemap-list {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}