body{
	background-color: #fff;
}
.footer{
    margin-top: 0;
}
.banner{
	position: relative;
}
.banner .slogan{
	position: absolute;
    top: 65px;
    left: 60px;
    z-index: 99;
}
.banner .slogan .big{
	/*display: inline-block;*/
    font-size: 30px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    /*background-color: rgba(0,0,0,.6);*/
    margin-bottom: 18px;
    /*padding: 10px 40px;*/
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
}
.banner .slogan .sm{
	display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: center; 
    /*padding: 10px 40px;*/
    padding: 0 30px;
    height: 54px;
    line-height: 54px;
    /*background-color: rgba(0,0,0,.6);*/
}
/*------ 公共头部 box1 ------开始*/
.box1{
	/*width: 585px;
	height:400px;*/
	/*margin: 30px 0;*/
	/*padding: 15px 25px 0;
	background-color: #fff;*/
}
.box1 .title{
	width: 100%;
	font-size: 18px;
	color: #1565c0;
	height: 46px;
    line-height: 46px;
	padding-bottom: 8px;
	border-bottom:1px solid #e5e5e5;
	border-bottom:1px solid #ddd;
}
.box1 .title img{
	vertical-align: middle;
	/*margin:0 5px 0 5px;*/
	margin-right:5px;
}
.box1 .title span.more a{
	float: right;
    font-size: 12px;
    color: #aaa;
    margin-top: 7px;
    line-height: 30px;
}
.box1 .title span.more a:hover{
	color: #1565c0;
}
/*------ 公共头部 box1 ------结束*/

/*------新闻动态 news------[开始]*/
.news{
	width: 780px;
	/*height: 480px;*/
	/*margin:20px auto 0;*/
}
.news .ct .pic{
	margin-top: 20px;
}
.news .ct .list{
	width: 390px;
	font-size: 15px;
	margin-top: 2px;
}
.news .ct .list ul li{
	height: 48px;
	line-height: 48px;
	border-bottom:1px dashed #dfdfdf;
}
.news .ct .list ul li a{
	color:#333;
	padding-left: 14px;
	background: url(../images/icon_dot.png) no-repeat center left;
}
.news .ct .list ul li a:hover{
	color:#1565c0;
}
.news .ct .list ul li span.date{
	float: right;
	color: #aaa;
}
/*------新闻动态 news------[结束]*/

/*------通知公告 notice------[开始]*/
.notice{
	width: 390px;
	/*height: 480px;*/
	/*margin:20px auto 0;*/
}
.notice .ct{
	/*width: 535px;*/
	font-size: 15px;
	margin-top: 2px;
}
.notice .ct ul li{
	height: 48px;
	line-height: 48px;
	border-bottom:1px dashed #dfdfdf;
}
.notice .ct ul li a{
	color:#333;
	padding-left: 14px;
	background: url(../images/icon_dot.png) no-repeat center left;
}
.notice .ct ul li a:hover{
	color:#1565c0;
}
.notice .ct ul li span.date{
	float: right;
	color: #aaa;
}
/*------通知公告 notice------[结束]*/

/*------链接 links------[开始]*/
.links{
	height: 140px;
	margin-top:30px;
	background-color: #f3f3f3;
}
.links .links_pic a{
	display: inline-block;
	width: 210px;
	height: 80px;
	margin:30px 7px 0 0;
}
.links .links_pic a:hover{
	/*box-shadow: 0 0 10px #ccc;*/
}
.links .links_pic a img{
	width: 210px;
	height: 80px;
}
.links .links_select select{
	width: 170px;
	height: 44px;
	font-size:14px;
	color: #666;
	background-color: #fcfcfc;
	border:1px solid #d2d2d2;
	border-radius: 5px;
	padding:0 5px;
	margin:48px 0 0 6px;
	outline: none;
}
/*------链接 links------[结束]*/


