@charset "utf-8";
a{
	text-decoration:none;
	color:#565656;
}

.content-slide{
	height:500px;
	}
.news{
	height:56px;
	width:100%;
	border-bottom:1px solid #cae6fb;
	}
.news-list{
	height:56px;
	line-height:56px;
	width:1000px;
	margin:auto;
	text-align:center;
	}
.news-list i{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width:26px;
	height:21px;
	background:url(../image/news.png) no-repeat;
	vertical-align:middle;
	}
.news-list span{
	position:relative;
	}
.news-list span i{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width:34px;
	height:23px;
	background:url(../image/new.png) no-repeat;
	position:absolute;
	top:-20px;
	right:-23px;
	}
.news-list a{
	cursor:pointer;
	color:#379fee;
	margin-left:40px;
	}
.news-list a:hover{
	color:#f87831;
	}	
	
.connector{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	}	
.connector-tab{
	width:1020px;
    height:347px;
    margin:auto;
	}	
	
.connector-box{
	width: 310px;
	height: 367px;
	border: 1px solid #dadada;
	float: left;
	margin-left: 20px;
	margin-bottom:20px;
	}	
	
	
.por-img{
	height:118px;
	margin:10px;
	}
.por-img img{
	width:100px;
	margin-top:10px;
}	
.por-title{
	text-align:center;
	color:#545454;
	font-size:18px;
	margin:0px 10px 10px 10px;
	}	
.por-ar{
	color: #737373;
	line-height: 25px;
	font-size: 14px;
	width: 254px;
	height: 110px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	text-align: justify;
	}	
	
.por-btn{
	margin:10px;
	text-align:center;
	}	
.por-btn a{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width:130px;
	margin:auto;
	height:40px;
	line-height:40px;
	cursor:pointer;
	background:#44cb0f;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}	
.por-btn a:hover{
	background:#f87831;
	}	
	
	
	
	
	
	
	