﻿.main {
	padding: 30px 0;
}
.about-main {
	float: left;
	width: 950px;
	text-align: left;
}
.about-main p {
	text-indent: 2em;
	text-align: left;
}
.about-main p img {
	max-width: 40%;
}
.c_contDiv img {
	width: 50%;
	display: inherit;
	margin: 0 auto;
}
/*文章图片轮播 start*/
.ban2 ul li a img, .num ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
.ban {
	width: 500px;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin: 40px auto 0 auto;
}
.ban2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}
.ban2 ul li {
	width: 500px;
	height: 500px;
}
.prev {
	float: left;
	cursor: pointer;
}
.num {
	height: 82px;
	overflow: hidden;
	width: 430px;
	position: relative;
	float: left;
}
.min_pic {
	padding-top: 10px;
	width: 500px;
}
.num ul {
	position: absolute;
	left: 0;
	top: 0;
}
.num ul li {
	width: 80px;
	height: 80px;
	margin-right: 5px;
	padding: 1px;
}
.num ul li.on {
	border: 1px solid #da251c;
	padding: 0;
}
.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}
.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	cursor: pointer;
	float: right;
}
.prev1 {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.next1 {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.mhc {
	background: #000;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.pop_up {
	width: 500px;
	height: 500px;
	padding: 10px;
	background: #fff;
	position: fixed;
	-position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -255px;
	display: none;
	z-index: 99;
}
.pop_up_xx {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}
.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}
.pop_up2 ul {
	position: absolute;
	left: 0;
	top: 0;
}
.pop_up2 ul li {
	width: 500px;
	height: 500px;
	float: left;
}
/*文章图片轮播 end*/
.c_download > img {
    float: left;
    width: 10%;
}
.c_download > p {
    float: left;
    text-indent: 0;
    margin-top: 5%;
    width: 20%;
    height: 28px;
}
.c_download > p > span {
    margin-top: 17px;
	color: #da251c;
	font-size: 14px;
}
.c_download > p > a {
    color: #3e3e3e;
    margin-left: 2%;
    font-size: 14px;
    margin-right: 4px;
}
.c_download:after {
    content: "";
    display: block;
    clear: both;
}
.c_download {
    margin-top: 3%;
}