/* 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;
}

.bus_item {
	width: 100%;
	margin-bottom: 40px;
}

.bus_item_top {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.bus_item .bus_item_top img {
	width: 285px;
	height: 200px;
}

.bus_item .bus_item_top img:nth-of-type(n+2) {
	margin-left: 10px;
}

.bus_item .bus_item_top img:hover {
	transform: scale(1.05);
	transition: 0.6s;
}

.bus_item_title {
	overflow: hidden;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

.bus_item_title span:nth-of-type(1) {
	vertical-align: middle;
	display: inline-block;
	width: 220px;
	height: 100%;
	color: #0f64b1;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
}

.bus_item_title span:nth-of-type(2) {
	vertical-align: middle;
	display: inline-block;
	width: 660px;
	height: 20px;
	line-height: 10px;
	font-size: 16px;
	box-sizing: border-box;
	border-bottom: 3px solid #f3f3f3;
	text-align: right;
	color: #e5e5e5;
}

.bus_item_desc {
	margin-top: 10px;
	width: 100%;
	color: #282828;
	font-size: 14px;
	line-height: 25px;
	max-height: 75px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.bus_item_more{
	margin-top: 20px;
}
.bus_item_more a{
	display: inline-block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	background-color: #1a9add;
}
.bus_item_more a:hover{
	text-decoration: underline;
}