/* Begin list_news_event */

.list_news_event{
	width:220px;
	display:inline-block;
	list-style:none;	
	padding-top:10px;
}

.list_news_event li{
	width:220px;
	margin-bottom:10px;	
}

.img_ne{
	width:220px;
	margin-bottom:5px;	
}

.img_ne img{
	width:220px;
	height:	95px;
}

.list_news_event li p a{
	font-size:12px;
	text-align:justify;
	color:#000;
}

.list_news_event li p a:hover{
	color:#F00;
}

/* End list_news_event */

/* Begin list_logo */
.kmt_scroll_logo{
	width:930px;
	position:relative;
	z-index:0;
	padding:0px 20px;
	margin:0px 30px;
	margin-top:20px;
}

.kmt_bt_hover {
	width:1000px;
	height:85px;
	position: absolute;
	padding: 0px;
	right:0px;
	z-index:0;
}

#kmt_pre {
	background: url(../img/arr_left.png) no-repeat;
	cursor: pointer;
	width: 9px;
	height: 51px;
	display:inline-block;
	position:absolute;
	top:18px;
	left:55px;
	z-index:100;
}

#kmt_next {
	background: url(../img/arr_right.png) no-repeat;
	cursor: pointer;
	width: 9px;
	height: 51px;
	display:inline-block;
	position:absolute;
	right:55px;
	top:18px;
	z-index:100;
}

#list_logo{
	width:850px;
	margin-left:20px;	
}

.list_logo{
	width:850px;
	height:85px;
	list-style:none;	
	display:inline-block;
}

.list_logo li{
	width:130px;
	height:63px;
	float:left;
	border:1px solid #ccc;
	text-align:center;
	margin:0px 10px;
	padding:10px;
}

.list_logo li img{
	max-width:130px;
	height:63px;
}

/* End list_logo */

/* Begin list_news */

.list_news{
	width:910px;
	list-style:none;
	display:inline-block;	
}

.list_news li{
	width:440px;
    min-height: 125px;
	float:left;
	padding-right:15px;
	margin:10px 0px;
}

.img_news{
	width:145px;
	height:90px;
	float:left;
	margin-right:10px;
	text-align:center;	
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
}

.img_news img{
	width:145px;
	height:90px;
}

.content_news{
	width:270px;
	float:left;
}	

.content_news h2{
	margin-bottom:2px;
}

.content_news h2 a{
	font-size:15px;
	font-family:"Calibri";
	color:#000;
}

.content_news span{
	font-size:12px;
	color:#666666;
	display:block;
	margin-bottom:5px;
}

.content_news div{
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:justify;
	margin-bottom:5px;
	font-family:"Calibri";
    min-height: 45px;
}

.kmt_rm{
	text-align:right;	
}

.kmt_rm a{
	color:#333;
	font-size:12px;
	font-family:"Calibri";
}

.kmt_rm a:hover{
	color:#F00;
}

/* End list_news */

/* Begin list_partner */

.list_partner{
	width:910px;
	list-style:none;
	display:inline-block;	
}

.list_partner li{
	width:200px;
	height:140px;
	text-align:center;
	float:left;
	margin:15px 13px;	
}

.list_partner li div{
	width:188px;
	height:98px;
	padding:5px;
	border:1px solid #ccc;
	border-radius:3px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

.list_partner li div *{
   vertical-align: middle;	
}

.list_partner li div img{
	max-width:188px;
	max-height:98px;	
}
/* End list_partner */

/* Begin list_item */

.list_item{
	width:910px;
	list-style:none;
	display:inline-block;	
}

.kmt_same{
	width:100%;	
}


.list_item li{
	width:160px;
	float:left;
	margin:10px 11px;
}


.kmt_same li{
	width:154px;
	margin:10px 11px;
}


.img_item{
	width:148px;
	height:155px;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;	
	margin-bottom:10px;
	border-radius:3px;
    display: table-cell;
    vertical-align: middle;	
    text-align:center;
}
	
.img_item *{
   vertical-align: middle;	
}


.kmt_same li .img_item{
	width:122px;
	height:125px;	
    display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

.kmt_same li .img_item img{
	max-width:122px;
	max-height:125px;	
}

.img_item img{
	max-width:148px;
	max-height:155px;
}

.list_item li h2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	line-height:20px;
    margin-top: 10px;
}

.list_item li p{
	font-size:14px;
	font-family:"Calibri";
	margin-bottom:5px;
}

.list_item li p span{
	color:#F00;
}

.list_item li p span a{
	color:#F00;
}


.list_item li p:nth-last-child(1){
	margin-top:15px;
}

/* End list_item */

/* Begin wrap_dp */

#wrap_dp{
	width:910px;
	display:inline-block;	
}

#wrap_dp_left{
	width:330px;
	float:left;
	margin-right:20px;
	padding-left:30px;
}

#wrap_dp_right{
	width:530px;
	float:left;	
}

#wrap_dp_right h1{
	font-size:20px;
	font-family:"Calibri";
	margin-bottom:10px;
}

.info_item{
	font-size:14px;	
	font-family:"Calibri";
	color:#000;
	line-height:20px;
}

.info_item p{
	margin-bottom:5px;
}

.kmt_con{
	font-size:14px;	
	font-family:"Calibri";
	margin-bottom:20px;
}

.kmt_con span{
	font-weight:bold;
}

.kmt_con a{
	color:#000;
}

.kmt_con a:hover{
	color:#F00;
}

.hotline span{
	padding:5px 10px;
	background:#000;
	color:#fff;	
	font-size:15px;	
	font-family:"Calibri";
}

/* End wrap_dp */

#wrap_other_item,#wrap_other_item_n{
	clear:both;
	margin-top:40px;
}

#wrap_other_item > h2,,#wrap_other_item_n > h2{
	font-size:18px;
	font-family:"Calibri";
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	font-style:italic;
}