/* 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;
	text-align: center;
	line-height: 185px;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.main_l_title img {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 185px;
}

.main_l_title span {
	display: inline-block;
	width: 250px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.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;
	box-sizing: border-box;
	padding: 0 45px 40px 25px;
}
/* 百度地图 */
.map_box{
	width: 100%;
	height: 550px;
}

/* 公司信息 */
.com_info{
	width: 100%;
	background-color: #f3f3f3;
	box-sizing: border-box;
	padding: 30px 60px 45px 60px;
}
.com_jj{
	margin-bottom: 15px;
	font-size: 18px;
	color: #0f64b1;
	line-height: 25px;
	box-sizing: border-box;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.contact_line{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.contact_line span,.contact_line img{
	vertical-align: middle;
}
.contact_line span{
	font-size: 14px;
	margin-left: 10px;
	color: #282828;
}
.contact_us{
	margin-top: 20px;
	font-size: 14px;
	color: #a0a0a0;
}
.contact_us a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #1a9add;
	margin-left: 30px;
}