.pagebanenr{
	width:100%;
	height: 500px;
	background: url(../../images/case-banner.jpg) no-repeat center;
	position: relative;
	margin-top: 90px;
}

/* 内容区域 start */
.main-content .left-title{
	width: 220px;
	height: 58px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 58px;
}
.main-content .left-title h2{
	display: inline-block;
	font-size: 15px;
	color: #0599e8;
}
.main-content .left-title h2:before{
	content: '';
	width: 2px;
	height: 15px;
	background-color: #0599e8;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 30px;
}
.main-content .left-title h3{
	display: inline-block;
	font-size: 12px;
	color: #c4c4c4;
}
.left-menulist{
	width: 220px;
	margin-top: 39px;
}
.left-menulist ul li {
	width: 220px;
	height: 43px;
	text-align: center;
}
.left-menulist ul li a{
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 43px;
	background-color: #f5f5f5;
	color: #444444;
}
.left-menulist ul li a.active{
	background-color: #188ce9;
	color: #fff;
}
.left-menulist ul li a:hover{
	background-color: #188ce9;
	color: #fff;
}
.left-contact{
	width: 220px;
	margin-top: 38px;
}
.left-contact-title{
	width: 220px;
	height: 43px;
	background-color: #188ce9;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 43px;
}
.left-contact-body{
	border: 1px solid #cccccc;
	margin-top: -1px;
	padding: 15px 10px 10px 10px;
	box-sizing: border-box;
}
.left-contact-body ul li i.tel-icon{
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background: url(../../images/tel-icon.png) no-repeat center;
}
.left-contact-body ul li{
	margin-bottom: 10px;
}
.left-contact-body ul li p{
	padding: 5px 0;
	/* border-bottom: 1px solid #ccc; */
}
.left-contact-body ul li p.tel-number{
	font-size: 16px;
	width: 160px;
	color: #666;
}
.left-contact-body ul li p.add-address{
	width: 160px;
	font-size: 12px;
}
.left-contact-body ul li i.tel-add{
	position: relative;
	top:18px;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background: url(../../images/loca-icon.png) no-repeat center;
}
.left-contact-body ul li i.tel-email{
	position: relative;
	top:4px;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background: url(../../images/email-icon.png) no-repeat center;
}
/* right */
.right-title{
	width: 930px;
	height: 58px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 58px;
	color: #999;
}
.right-title span{
	font-family: simsun;
	padding: 0 5px;
	font-weight: bold;
}
.right-title P{
	display: inline-block;
}
.nowlocation{
	margin-right: 10px;
}
.crumbslink a{
	color: #999;
}
.crumbslink a.on{
	color: #188ce9;
}
.case-item ul li{
	width:280px;
	height: 284px;
	float: left;
	margin-right:43px;
	margin-bottom: 43px;
	
}
.case-item-body{
	transition: all .3s;
}
.case-item ul li:hover{
	transform: translateY(-10px);
	box-shadow: rgb(190, 190, 190) 0px 0px 8px;
}
.case-item ul li:hover .case-item-body{
	background-color: #188ce9;
}
.case-item ul li:hover .case-title h3{
	color: #fff;
}
.case-item ul li:hover .case-title h4{
	color: #fff;
}
.case-item ul li:hover .case-desc p{
	color: #fff;
}
.case-item ul li a{
	display:block;
	width: 100%;
	height: 100%;
}
.case-item-img img{
	width: 100%;
	height: 174px;
}

.right-content{
	margin-left: 50px;
}
.case-item{
	margin-top: 39px;
}
.case-item-body{
	padding: 12px;
	border: 1px solid #ececec;
	margin-top: -2px;
}
.case-title{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.case-title h3{
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.case-title h4{
	text-transform: uppercase;
	font-size: 12px;
}
.case-desc p{
	font-size: 12px;
	color: #cbcbcb;
	margin-top: 10px;
}

/* 内容区域 end */
.pagenext{
	width: 500px;
	margin: 0 336px;
}
.pagenext ul li{
	float: left;
	margin-right: 10px;
}
.pagenext ul li a{
	display: block;
	font-size: 13px;
}
.pagenext ul li a.num{
	padding: 3px 6px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}
.pagenext ul li a.prev,.pagenext ul li a.next{
	padding: 2px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 22px;
}
.pagenext ul li a.active{
	background-color: #188ce9;
	color: #fff;
}