@charset "utf-8";
/* CSS Document */

/*页面小导航*/
.list_nav{width: 100%;height: 60px;background: #f3f3f3;}
.list_nav_bg{max-width: 1200px;height: 100%;margin: 0 auto;}
.list_nav_bg ul{width: 100%;height: 100%;display:flex;justify-content:center;}
.list_nav_bg li{font-size: 16px;color: #333;float: left;padding: 0 2% 0 2%;}
.list_nav_bg li a{line-height: 58px;width: 100%;height: 100%;text-align: center;color: #333;}
.list_nav_bg li a:hover{color: #337ab7;border-bottom: 2px solid #337ab7;}

/*statement*/
.statement{
	width: 100%;
	height: 1222px;
	margin-top: -562px;
	background: url(/statics/images/tem/case_bg.jpg)no-repeat center;
}
.statement_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.statement_top{
	width: 100%;
	height: 395px;
	color: #fff;
	background: url(/statics/images/tem/case_bg_top.png)no-repeat center;
}
.statement_top span{
	font-size: 12px;
	display: inline-block;
	margin-top: 24px;
    margin-left: 155px;
    height: 40px;
    line-height: 26px;
}
.statement_detail{
	width: 900px;
	height: 155px;
	overflow: hidden;
	margin-left: 155px;
	margin-top: 100px;
}
.statement_detail ul{
	width: 100%;
	height: 100%;
}
.statement_detail li{
	width: 115px;
	margin-right: 158px;
	float: left;
}
.statement_detail li p{
	font-size: 13px;
	line-height:22px;
	text-align: left;
}
.statement_detail li:nth-child(3){margin-right:124px;}
.statement_detail li:last-child{margin-right:0px;}
.statement_bottom{
	width: 100%;
	padding-top: 666px;
	height: 555px;
	color: #fff;
}
.statement_bottom p{
	font-size: 40px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 130px;
	letter-spacing: 3px;
}
.statement_number{
	float: left;
	width: 100px;
	margin-right: 316px;
}
.statement_detail2 li:last-child{margin-right:0px;}
.statement_number b{
	font-size:40px;
	color: #fff;
	height: 40px;
}
.statement_number span{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.statement_detail2{
	width: 970px;
	height: 80px;
	overflow: hidden;
	margin-left:130px;
	margin-top: 128px;
}
.statement_detail2 ul{
	width: 100%;
	height: 100%;
}

/*case*/
.case{
	margin-top: 130px;
	width: 90%;
	margin-left: 5%;
}
.case_bg{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.case_top{
	width: 100%;
	height: 85px;
	overflow: hidden;
	text-align: center;
}
.case_top b{
	font-size: 24px;
	display: inline-block;
	color: #494443;
	width: auto;
	border-bottom:  4px solid #3e8fcc;
	line-height: 42px;
}
.case_top p{
	font-size: 18px;
	color: #494443;
	margin-top: 10px;
}
.case_list{
	width: 100%;
	margin-top: 30px;
}
.case_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case_list li{
	width: 32%;
	margin-right: 1.2%;
	margin-bottom: 20px;
	float: left;
}
.case_list li:nth-child(3){margin-right: 0;}
.case_list li:nth-child(6){margin-right: 0;}
.case_list li:nth-child(9){margin-right: 0;}
.case_img{
	width: 100%;
	height: 69%;
	overflow: hidden;
}
.case_img a,.case_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.case_font{
	width: 100%;
	height: 31%;
	background:#eeefef;
}
.case_font span{
	width: 90%;
	margin-left: 5%;
	padding-top: 5%;
	color: #252525;
	font-size: 16px;
}
.case_font a{
	width: 90%;
	margin-left: 5%;
	padding-top: 1%;
	color: #252525;
	font-weight:bold;
	font-size:20px;
}
.case_font p{
	width: 90%;
	margin-left: 5%;
	padding-top:2%;
	color: #252525;
	font-size: 14px;
	height:19px;
    overflow: hidden;
}
.case_list li:hover .case_img a img{
	transform: scale(1.1)
}
.case_list li:hover .case_font{
	background: #3e8fcc;
}
.case_list li:hover .case_font a{
	color: #fff;
}
.case_list li:hover .case_font span{
	color: #fff;
}.case_list li:hover .case_font p{
	color: #fff;
}
@media screen and (min-width:1024px) and (max-width:1400px){
	.case_font span{font-size: 12px;}
	.case_font a{font-size:16px;}
	.case_font p{font-size: 12px;}
}