﻿/* banner */
.banner{
	width: 1200px;
margin:0 auto;
	height: 130px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 130px;
}
/* main */
.main{
	margin-bottom: 100px;
	width: 1200px;
}
/* 当前路径 */
.path{
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	font-size: 14px;
	color: #9c9c9c;
}
.path a{
	color: #9c9c9c;
}

.path a:hover{
	text-decoration: underline;
	color: #66a5d4;
}
/* 左侧导航 */
.main_l{
	background-color: #eeeeee;
	width: 300px;
}
.main_l_top{
	width: 100%;
	height: 100px;
}
.main_l_top img{
	width: 300px;
	height: 100px;
}
.main_l ul{
	margin-top: 20px;
	min-height: 470px;
}
.main_l ul li{
	margin-top: 10px;
	width: 100%;
	height: 46px;
}
.main_l ul li a{
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main_l ul li.active a{
	color: #fff;
	background-image: linear-gradient(to right, #002e71 , #006fc9);
}
.main_l ul li:hover a{
	color: #fff;
	background-image: linear-gradient(to right, #002e71 , #006fc9);
}
/* 右侧 */
.main_r{
	width: 890px;
	min-height: 500px;
	background-color: #fff;
}
.main_r_title{
	width: 100%;
	font-size: 28px;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 40px;
}
/* 新闻列表 */
.new_con_box {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.new_con{
	box-sizing: border-box;
	padding-left: 40px;
}
/* 主营业务 */
.main_yw_l{
	width: 360px;
	height: 300px;
}
.main_yw_r{
	width: 470px;
}
/* slider */
.slideBox {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 30%;
	bottom: 10px;
	margin-right: -90px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin-left: 5px;
}

.slideBox .hd ul li.on {
	background: #005ca9;
}

.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul{
	width: 100%;
	height: 300px!important;
}

.slideBox .bd li {
	width: 100%;
	zoom: 1;
	vertical-align: middle;
	height: 300px!important;
}

.slideBox .bd img {
	width: 100%;
	height: 300px;
	display: block;
}
/* main_yw_info */
.main_yw_info{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	text-indent: 2em;
}