@charset "utf-8";
.top_inner,
.banner_inner,
.header_inner,
.main_inner,
.aboutus_inner,
.business_inner.footer_inner {
	margin: 0 auto;
	width: 1000px;
}


/*banner____begin*/

.banner {
	position: relative;
	width: 100%;
	min-width:1200px;
	height: 426px;
	overflow: hidden;
	cursor: pointer;
}

.banner_img {
	height: 100%;
}

.banner_img img {
	width: 100%;
	height: 100%;
}

.banner_index {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -170px;
}

.banner_index span {
	float: left;
	width: 48px;
	height: 6px;
	text-indent: -999999px;
	overflow: hidden;
	margin: 0 10px;
	background: #FFFFFF;
}

.banner_index span.def {
	background: #11721c;
}


/*banner____end*/


/*内容区开始*/

#main {
	min-width:1200px;
	background-color: #f8f7f7;
	padding-bottom: 32px;
}

.main_inner {
	padding-top: 10px;
}

.main_l,
.main_r {
	float: left;
}

.main_l {
	width: 222px;
	background-image: url(../images/list/main_l_bg_08.png);
}

.main_l h2 {
	height: 105px;
	background-image: url(../images/list/main_left_06.png);
}

.main_l ul {
	background-image: url(../images/list/p_bottom_15.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.main_l ul li {
	text-align: center;
	line-height: 48px;
	background-image: url(../images/list/main_l_t_li_bg_10.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color: rgba(97, 97, 97, 0.8);
	cursor: pointer;
}

.main_l ul li:hover {
	color: #3b5f8f;
}

.main_l ul .li_select {
	color: #3b5f8f;
	font-size:16px;
}
.main_l ul .li_last {
	background-image: none;
}

.main_l h3 {
	height: 75px;
	background-image: url(../images/list/main_l_h3_bg_10.png);
}

.main_l_b p {
	text-align: center;
	font-family: "Adobe 宋体 Std L";
	font-size: 13px;
	font-weight: normal;
	color: #616161;
	line-height: 25px;
	padding: 20px 0 30px 0;
	background-image: url(../images/list/p_bottom_15.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.main_r {
	margin-left: 10px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid rgba(69, 93, 117, 0.2);
	border-color:#dadee3\9;
	width: 766px;
	padding-bottom: 30px;
}

.main_r h4 {
	padding-left: 21px;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	color: #919293;
	padding-top: 10px;
}


/*右侧内容开始*/
.main_content{
	
}
.main_content .case_con h5,.customer_more h6{
	line-height: 40px;
	font-size: 24px;
	font-family: serif;
	font-weight: 500;
	color: #3b5f8f;
	padding-left: 20px;
	margin-top: 20px;
	text-align: center;
}
.main_content .case_con .case_text{
	padding: 0 35px 15px;
	/*font-family: serif;*/
    line-height: 28px;
    /*font-size: 14px;*/
	font:14px/1.5 'Microsoft YaHei', tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
	color:#202427;
}
.main_content .case_con .case_text p{
	padding: 0 30px;
}
.customer_more{
	padding: 0 40px;
}
.customer_more p{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 145px;
	text-align: center;
	border: 1px solid #D3D2D2;
	margin: 0 12px 20px;
}
.customer_more .customer_more_pic{
	margin-top: 20px;
}
.customer_more .customer_more_pic img{
	vertical-align: middle;
}
/*右侧内容结束*/