/* banner */
.banner_box {
	width: 100%;
	height: 270px;
	position: relative;
}

.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: 270px;
}

.main {
	margin-top: 30px;
}

/* main */
.main_l {
	width: 250px;
	background-color: #f3f3f3;
}

.main_l_title {
	width: 100%;
	height: 185px;
	background-image: url(../png/nav_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 185px;
	color: #fff;
	font-size: 24px;
}

.main_l_list ul {
	box-sizing: border-box;
	padding: 15px 0;
}

.main_l_list ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.main_l_list ul li a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #b1b1b1;
	font-size: 16px;
	font-weight: bold;
}

.main_l_list ul li.active a {
	color: #fff;
	background-color: #3294cf;
	background: -webkit-linear-gradient(left, #99a0cb, #008fd1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #99a0cb, #008fd1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #99a0cb, #008fd1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #99a0cb, #008fd1);
	/* 标准的语法 */
}
.main_l_list ul li a:hover{
	color: #fff;
	background-color: #3294cf;
	background: -webkit-linear-gradient(left, #99a0cb, #008fd1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #99a0cb, #008fd1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #99a0cb, #008fd1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #99a0cb, #008fd1);
	/* 标准的语法 */
}

/* main_r */
.main_r {
	width: 885px;
}

.main_r_title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 2px solid #f3f3f3;
}

.main_r_title .new_name {
	display: inline-block;
	width: 100px;
	height: 60px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	border-bottom: 5px solid #008fd1;
}

.path {
	height: 60px;
	line-height: 60px;
}

.path img,
.path span,
.path a {
	vertical-align: middle;
	font-size: 14px;
}

.path span {
	color: #282828;
}

.path a {
	color: #959595;
}

.path a:hover {
	color: #005bac;
	text-decoration: underline;
}

.new_con_box {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
/* 下载专区 */
.new_con_box ul{
	width: 100%;
}
.new_con_box ul li{
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	padding-left: 35px;
	overflow: hidden;
	margin-top: 15px;
}
.new_con_box ul li span{
	display: inline-block;
	max-width: 550px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #282828;
}
.new_con_box ul li a{
	display: inline-block;
	width: 120px;
	height: 35px;
	float: right;
	margin-right: 25px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	background-color: #1a9add;
	border-radius: 20px;
	margin-top: 18px;
}
.new_con_box ul li:hover{
	transition: 0.6s;
	background-color: #1a9add;
}
.new_con_box ul li:hover a{
	transition: 0.6s;
	background-color: #fff;
	color: #1a9add;
}
.new_con_box ul li:hover span{
	transition: 0.6s;
	color: #fff;
}
.new_con_box ul li a:hover{
	text-decoration: underline;
}
/* 分页 */
.page_box{
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
	/* background-color: red; */
}
.page_box a:hover{
	color: #fff;
	background-color: #3469b0;
}
