@CHARSET "UTF-8";
*{margin:0;padding:0;list-style:none;border:0;}
body{width:100%;height: 100%; margin:0 auto;background: #fff;
	font-family:微软雅黑;font-size: 12px;
}
/*bannner*/
.banner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	vertical-align : bottom;
}
.banner img{
	display: block;
	vertical-align:bottom;

}
/*content*/
.content{
	width: 1000px;
	margin: 0 auto;
}
.cont_left{
	float: left;
	width: 300px;

}

.cont_title{
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #578fe4;
	margin-top: 20px;
}
.cont_word{
	width: 196px;
	height: 120px;
	line-height: 40px;
	font-size: 16px;
	color: #578fe4;
	border-radius: 5px;
	margin-top: 2px;
	border: 2px solid #ebebeb;
}
.cont_word ul{
	width: 170px;
	margin: 0 auto;
}
.cont_word ul li{
	border-bottom: 1px dashed #d0d0d0;
}

/*联系我们*/
.cont_titles{
	width: 200px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	border-top: 1px solid #e3e3e3;
}
.cont_til{
	width: 80px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #578fe4;
}
.cont_words{
	width: 200px;
	height: 120px;
	line-height: 40px;
	font-size: 18px;
	color: #578fe4;
	margin-top: 10px;
}
.cont_words ul{
	width: 200px;
	margin: 0 auto;
}

/*右边*/
.cont_right{
	float: left;
	width: 700px;
	
}
.cont_top{}
.cont_lian{
	float: left;
	height: 40px;
	line-height: 42px;
	font-size: 18px;
	color: #2762c4;
	margin-top: 18px;
	border-bottom: 2px solid #2762c4;
}
.cont_line{
	float: left;
	width: 626px;
	height: 40px;
	margin-top: 18px;
	border-bottom: 2px solid #d9d9d9;
}
.cont_tu{
	width: 660px;
	margin: 0 auto;
	margin-top: 68px;
	color: #4c4c4c;
	line-height: 30px;
	font-size: 16px;

}
p{
	margin-top: 0;
margin-bottom: 10px;
}
.emp_withe{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	clear: both;
}