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

.wrap{background: #f9f9f9;}
/*nav-咨询*/
.navbox>ul>li.zx::after{width: 100%;}
.navbox>ul>li.zx 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{padding: 0 20px;}
.infoItem{padding: 0 40px;background: #fff;margin-right: 40px;margin-bottom: 40px;cursor: pointer;}
.infoItem:nth-of-type(3n){margin-right: 0;}

.infoItem,.infoItem>*{width: 280px;}
.infoItem>a{width: 100%;height: 100%;}
.infoItem .img{width: 280px;height: 200px;overflow: hidden;}
.infoItem .img>img{width: auto;height: 100%;-webkit-transition: 1s;transition: 1s;display: block;margin: auto;}
.infoItem:hover .img>img{-webkit-transform: scale(1.5);transform: scale(1.5);}
.infoItem h4,.infoItem p{color: #999;}
.infoItem h4{text-align: center;font-size: 16px;padding: 40px 0;}
.infoItem h3{color: #333;font-size: 18px;padding: 25px 0 35px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;text-align: center;}
.infoItem p{font-size: 14px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.infoItem p{margin-bottom: 50px;}
.infoItem:hover{-webkit-box-shadow: 0 0 1px 1px #ccc;box-shadow: 0 0 1px 1px #ccc;}
.infoItem:hover h3,.infoItem:hover h4{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;}
/*恢复reset格式*/
/*h1,h2,h3,h4,h5,h6{font-size: normal;font-weight: normal;}
em{font-style: italic;}*/
/*ol,ul,li{list-style: default;}*/