.bannerbox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:350px;
}
.banner {
	width:1920px; /*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px; /*图片宽度的一半*/
}
.center{
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:40px auto 50px auto;
}
.left{
	width:249px;
	height:auto;
	overflow:hidden;
	float:left;
}
.left_top .top_title{
	width:100%;
	height:115px;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	text-align:center;
	background:url(../images/slide_bg.png)no-repeat;
}
.left_top .top_title p{
	font-weight:500;
	font-family:"黑体";
	margin-top:16px;
}
.left_top .top_title span{
	font-size: 18px;
    margin-top: 5px;
    display: block;
}
.slide_nav{
	border:14px solid #13227a;
	border-top:none;
	border-bottom:none;
	width:221px;
}
.slide_nav p{
	width:188px;
	height:35px;
	color:#fff;
	background:#13227a;
	text-align:center;
	margin:0 auto;
	line-height:35px;
	font-size:16px;
}
.slide_nav ul{
	width:190px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0px 30px 0px;
}
.slide_nav ul li{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-bottom:10px;
	background:url(../images/li_bg.png)no-repeat center bottom;
}
.slide_nav ul li:hover a{
	color:#fe9603;
}
.slide_nav ul li:hover{
	background:url(../images/li_hover.png)no-repeat center bottom;
}

.slide1{
	padding-bottom:62px;
	background:url(../images/slide_bg1.png)no-repeat center bottom;
}
.slide1 ul{
	padding-bottom:20px;
}
.left_bottom{
	width:245px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	border:2px solid #13227a;
	padding-bottom:30px;
}
.left_bottom p{
	width:100%;
	height:62px;
	background:#13227a;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:62px;
	font-family:"黑体";
}	
.left_bottom img{
	margin:24px auto;
	display:block;
}
.left_bottom span{
	width:100%;
	display:block;
	font-size:26px;
	font-weight:600;
	letter-spacing:-0.05em;
}
.left_bottom ul li{
	font-size:16px;
	line-height:40px;
	color:#000;
	padding-left:20px;
}
.right{
	width:820px;
	height:auto;
	overflow:hidden;
	float:right;
}
.localtion{
	width:100%;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #989494;
}
.localtion ul li{
	float:left;
	color:#7c7a7a;
}
.localtion ul li a{	color:#7c7a7a;}
.localtion ul li span{padding:0px 6px;}
.localtion ul li.active a{color:#13227a;}
.localtion ul li a:hover{color:#13227a;}
.case_list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:36px;
}
.case_list .case_item li{
	height: 197px;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 22px 20px;
    background: #f4f4f4;
    border: solid 1px #ccc;
    border-bottom: 4px #ccc solid;
	position:relative;
}
.case_list .case_item li .img{
    display: block;
    width: 312px;
    height: 192px;
	overflow:hidden;
	float:left;
}
.case_list .case_item li .img img {
    display: block;
    width: 312px;
    height: 192px;
    transition: all 1s;
}
.case_list .case_item li:hover .img img {
    transform: scale(0.1.0.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case_list .case_item li:hover h2{color:#13227a;}
.case_item li .case_text{
	float: right;
    width: 450px;
    overflow: hidden;
}
.case_item li .case_text p{
	font-size:15px;
	line-height:36px;
	color:#666666;
}
.case_item li .case_text h2{
	display: block;
    font-size: 16px;
    font-weight: normal;
    height: 28px;
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 28px;
    padding: 4px 0 0;
	border-bottom:1px dashed #bbbbbb;
}
.case_list .case_item li span{
	position:absolute;
	right:30px;
	bottom:22px;
	display:block;
}
.case_list .page{
	width:785px;
	height:33px;
	margin:0 auto;
	margin-top:38px;
}
.case_list .page ul{
	width:600px;
	height:33px;
	margin-left:230px;
	margin-top:5px;
	}
.case_list .page ul a{
	width:60px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	background:#f2f2f2;
	border-bottom: 1px solid #cccccc;
	}
.case_list .page ul a{
	color:#99a5ad;
	text-decoration:none;
	}
.case_list .page ul a:hover{
	display:block;
	color:#fff;
	background-color:#13227a;
	-webkit-transition: all 0.5s ease-in-out 0s;
	border-bottom: 1px solid #000932;
}

.case_list .page ul span{
	width:33px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	
	border-bottom: 1px solid #cccccc;
	
	color:#fff;
	background-color:#13227a;
}
/* ==============详情========== */

.case_detail{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:30px;
}
.case_detail h1{
	font-weight:600;
	font-size:24px;
	text-align:center;
	line-height:48px;
}
.case_detail .inform{
	width:100%;
	height:30px;
	line-height:30px;
	color:#626465;
	font-size:15px;
	text-align:center;
	margin-top:18px;
}
.case_detail .inform span{
	padding-left:30px;
}
.detail_text{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	font-size:16px;
	line-height:30px;
	color:#322c2c;
}
.case_detail .page{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
	border-top:1px dashed #ccc;
}
.case_detail .page ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-left:0px;
}
.case_detail .page ul li{
	line-height:36px;
	font-size:16px;
	background:#fff;
	float:left;
	width:48%;
	text-align:left;
}
.case_detail .page ul li:nth-child(2){float:right;text-align:right;}
.case_detail .page ul li a{
	color:#322c2c;
}
.case_detail .page ul li a:hover{
	color:#13227a;
	background-color:#fff;
}
.recommed{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.re_title{
	width:99.8%;
	height:31px;
	border: 1px solid #E8E8E8;
	background: url(../images/tit1.gif) repeat-x;
    line-height: 31px;
}
.re_title img{
	margin-top:6px;
	margin-left:10px;
}
.recommed ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.recommed ul li{
	height:auto;
	overflow:hidden;
	line-height:36px;
	height:36px;
	padding-left:30px;
	border-bottom:1px dashed #dddddd;
	background:url(../images/kh_jt2.png)no-repeat 0px 11px;
	font-size:16px;
	margin-bottom:10px;
}
.recommed ul li span{float:right;}
.recommed ul li a{color:#322c2c;}
.recommed ul li:hover a{color:#13227a;}

.wq1{
	color:#13227a;
}
.wq1{
	background:#ff6124!important;
}