/*reset css*/
*{margin: 0;padding: 0;}
a{text-decoration:none}
a:hover{text-decoration:none}

.wrap{background: #f9f9f9;}
/*nav-咨询*/
.navbox>ul>li.al::after{width: 100%;}
.navbox>ul>li.al a{color: #212121;}
/*nav-咨询*/
.banner{width: 100%;}
.banner>img{width: 100%;height: auto;}
.contbox{width: 1200px;margin: auto;}
.currentPosition{padding: 20px 0;}
.currentPosition>a{font-size: 12px;}
.currentPosition>a:after{content: ">";color: #999;}
.currentPosition>a:last-child:after{content: "";}
.currentPosition>a:last-child{color: #333333;}
a.linkNext:after{color: #333;}
/*案例*/
.infobox{width: 1200px;margin: auto;}
.caseItem{padding: 30px 0;margin-bottom: 40px;background: #fff;cursor: pointer;display: block;}
.caseItem>div{float: left;}
.caseItem>.date{width: 215px;height: 180px;text-align: center;color: #cccccc;}
.caseItem>.date>div{font-size: 52px;margin-top: 42px;}
.caseItem>.data>p{font-size: 14px;}
.caseItem>.img{width: 270px;height: 180px;overflow: hidden;}
.caseItem>.img>img{width: 100%;display: inline-block;vertical-align: middle;}
.caseItem>.img:after{display: inline-block;content: "";height: 100%;vertical-align: middle;}
.caseItem>.cont{width: calc(100% - 485px);padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.caseItem>.cont>h3{font-size: 20px;color: #333;margin: 40px 0;}
.caseItem>.cont>div{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;font-size: 14px;}
.caseItem:hover{-webkit-box-shadow: 0 0 1px 1px #ccc;
box-shadow: 0 0 1px 1px #ccc;}
.caseItem:hover .cont>h3,.caseItem:hover .date{color: #0075c1;}

/*案例详情：informationDetail.html*/
.detailPage{text-align: center;}
.detailPage .currentPosition{padding: 40px 0;}
.title{font-size: 32px;color: #333;width: 600px;margin: auto;}
.time{font-size: 14px;margin: 40px 0;color: #999999;}
.content{background: #fff;overflow: hidden;padding: 30px 0;}
.contentDetail{width: 980px;margin: auto;font-size: 16px;}
.contentDetail>h3{font-weight: bold;}
.contentDetail>p{line-height: 30px;}
.contentDetail img{max-width: 100%;height: auto;}