@charset "gb2312";
/* CSS Document */
*{font-size:12px;font-family:"Î¢ÈíÑÅºÚ";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*title*/
.title{margin-top:60px;}
.title h1{font-size:32px;font-weight:bold;text-align:center;color:#0c64bc;}

/*header*/
/*.header-bg{background-color:#ccc;}*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;}
.header .right a:hover{color:#248efe;}

/*banner*/
.banner img{width:100%;}

.tt{
	max-width:900px;
	margin: auto;
	margin-top:20px;
}
.tt li{
	border:#eee solid 1px;
	text-align:center;
	margin:10px 0;
	padding:10px 0;
	transition:all 0.4s;
}
.tt li a{
	font-size:24px;
	font-weight:bold;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.tt li:hover{
	background-color:#0c64bc;
	border:#0c64bc solid 1px;
}
.tt li:hover a{
	color:#fff;
}

.dd{
	max-width:730px;
	margin: auto;
	margin-top:40px;
	border:#0c64bc solid 2px;
	padding:20px 40px;
}
.dd h2{
	font-size:24px;
	font-weight:bold;
	color:#0c64bc;
	margin-bottom:10px;
}
.dd p{
	font-size:16px;
	line-height:30px;
}
.dd strong{
	font-size:16px;
	font-weight:bold;
}
.dd a{
	font-size:16px;
	line-height:30px;
	transition:all 0.4s;
	color:#0c64bc;
	opacity:0.8;
}
.dd a:hover{
	opacity:1;
}

.wt{
	max-width:920px;
	margin: auto;
	margin-top:40px;
	padding:40px 20px 20px 20px;
	border:#0c64bc solid 1px;
	position:relative;
}
.wt-title{
	position:absolute;
	top:-18px;
	left:-1px;
	color:#fff;
	text-align:center center;
	font-size:20px;
	font-weight:bold;
	background-color:#0c64bc;
	padding:5px 10px;
}
.wt p{
	font-size:16px;
	line-height:28px;
}
.wt a{
	font-size:16px;
	line-height:30px;
	transition:all 0.4s;
	color:#0c64bc;
	opacity:0.8;
}
.wt a:hover{
	opacity:1;
}


.yj{
	max-width:900px;
	margin: auto;
}
.box{
	width:420px;
	float:left;
	margin-top:30px;
}
.box-title{
	height:30px;
	line-height:30px;
	background-color:#2ba4ff;
}
.box-title h3{
	font-size:16px;
	float:left;
	margin-left:5px;
	color:#fff;
}
.box-title a{
	float:right;
	margin-right:5px;
	color:#e3e3e3;
}
.box-title a:hover{
	color:#fff;
}

.zj{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
	padding:10px 0;
	background-color:#f6f6f6;
}
.zj-box{
	width:46%;
	float:left;
	margin:0 20px;
}
.img{
	height:494px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:30px;
	border:#ccc solid 1px;
}
.img a{
	border:#ccc solid 2px;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.4s;
}
.img a img{
	opacity:0.8;
	transition:all 0.4s;
}
.img a:hover{
	border:#0c64bc solid 2px;
}
.img a:hover p{
	color:#0c64bc;
}
.img a:hover img{
	opacity:1;
}
.zj li{
	line-height:36px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.zj li a{
	font-size:16px;
	transition:all 0.4s;
}
.zj li a:hover{
	color:#0c64bc;
}

.other-complaints{
	background-color:white;
	max-width:970px;
	height:320px;
	margin:0 auto;
	margin-top:15px;
	padding:15px;
}

.other-complaints-content-bg{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
}

.other-complaints-content{
	width:320px;
	border:#3d3d3d solid 1px;
	float:left;
	margin:5px;
}

.other-complaints-title{
	background-color:#357dc5;
	height:26px;
}

.other-complaints-title h2{
	font-size:18px;
	float:left;
	margin-left:10px;
	color:#fff;
}

.other-complaints-title a{
	float:right;
	margin-right:6px;
	margin-top:1px;
}

.other-complaints-title a img{
	height:25px;
}

.other-complaints-content:hover{
	box-shadow:0 0 5px #555;
}

.pt-lr{
	margin-left:17px;
	margin-right:17px;
}

.zt{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.zt li{
	float:left;
	width:460px;
	height:90px;
	margin:0 20px;
}
.zt img{
	width:100%;
	height:100%;
}


.jd-box{
	max-width:780px;
	margin: auto;
	margin-top:20px;
	padding:20px 40px;
	border:#357dc5 solid 2px;
}
.jd-l{
	float:left;
}
.jd-l p{
	text-align:center;
}
.jd-l p a{
	font-size:20px;
	font-weight:bold;
	color:#357dc5;
	transition:all 0.4s;
}
.jd-l p a:hover{
	color:#357dc5;
}
.jd-r{
	float:right;
	width:460px;
}
.jd-r strong{
	font-size:20px;
	font-weight:bold;
}
.jd-r span{
	font-size:16px;
	line-height:30px;
}
.more{
	float:right;
	margin-top:10px;
	transition:all 0.4s;
}
.more:hover{
	color:#357dc5;
}












