/* 全屏 */
.services,
.process-wrap,
.case-wrap,
.show-wrap {
    width: 100%;
}
/*特色服务*/
.services .w1200 {
    height: 160px;
    position: relative;
}
.services .w1200 ul {
    width: 100%;
    height: 160px;
    position: absolute;
    z-index: 5;
    top: -50px;
    background: #fff;
    /* box-shadow: 0px 0px 20px rgb(200 200 200 / 50%); */
    border-radius: 3px;
}
.services ul li {
    display: inline-block;
    width: 236px;
    height: 160px;
    float: left;
    border-radius: 15px;
    text-align: center;
    padding: 36px 0;
    transition: all 0.3s;
    background: url(../images/line.png) right center no-repeat;
}
.services ul li:last-child {
    background: none;
}
.services ul li:hover {
    transform: translateY(-10px);
}
.services ul li img {
    display: inline-block;
    width: 36px;
    height: 36px;
}
.services ul li h3.title {
    color: #333;
    padding: 10px 0 5px 0;
    font-weight: bold;
}
.services ul li h3.title b {
    color: #f34242;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 16px;
}
.services ul li:hover h3.title b {
    font-size: 20px;
}
.services ul li span.desc {
    font-size: 14px;
    color: #999;
}
/* 重点出版项目 */
.case-wrap {
    padding-bottom: 50px;
    padding-top: 40px;
}
.bg-gray {
    background: #efebea;
}
.htit h2 {
    background: url(../images/rect-black.png) center top no-repeat;
}
.htit h2 b {
    color: #f34242;
}
.content {
    margin-top: 80px;
}
.content dl {
    width: 285px;
    height: 186px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.content dl:hover {
    box-shadow: 0 0 6px rgb(223, 223, 223);
    transform: translateY(-10px);
}
.content dl:nth-child(4n + 4) {
    margin: 0;
}
.content dl dt {
    width: 120px;
    height: 154px;
    margin: 15px;
}
.content dl dt a {
    display: block;
    width: 120px;
    height: 154px;
}
.content dl:hover dt a img {
    transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.content dl dd {
    padding-top: 30px;
}
.content dl a.b-tit {
    font-size: 16px;
    font-weight: bold;
}
.content dl dd p {
    padding: 10px 0;
    font-size: 12px;
    color: #999;
}
.content dl dd a {
    display: block;
}
.content dl .btn-red {
    width: 92px;
    text-align: center;
    padding: 6px 0;
    border-radius: 0;
}

.content dl dd .btn-detil {
    margin-top: 15px;
    -webkit-transition: margin-left 0.8s;
    -moz-transition: margin-left 0.8s;
    -o-transition: margin-left 0.8s;
    transition: margin-left 0.8s;
}
.content dl dd .btn-detil:hover {
    margin-left: 10px;
}

/* 图书展示模块 */
.show-wrap .htit h2 {
    width: 250px;
    background: url(../images/rect-black1.png) center top no-repeat;
}

/* 出版常识 */
.news-left {
    width: 580px;
    float: left;
}
.news-right {
    width: 580px;
    float: left;
    margin-left: 40px;
}

.hl-tit {
    padding-bottom: 80px;
}
.hl-tit h2 {
    font-size: 30px;
    font-weight: bold;
    border-left: 3px solid #f34242;
    padding-left: 16px;
}
.hl-tit h2 span {
    display: block;
    color: #999;
    font-weight: normal;
}
.hl-tit a {
    float: right;
    color: #999;
    margin-top: 20px;
    padding: 2px 10px;
    border-radius: 3px;
    transition: all 0.5s;
}
.hl-tit a:hover {
    color: #fff;
    background: #f34242;
}
/* 出版社 */
.cbs-wrap .htit {
    padding-bottom: 70px;
}
.cbs-wrap .htit h2 {
    width: 250px;
    background: url(../images/rect-black1.png) center top no-repeat;
}
.cbs-item{
    width: 100%;
}

.cbs-box {
    padding-bottom: 50px;
    padding-top: 20px;
}
.cbs-box img {
    display: inline-block;
    width: 210px;
    height: 82px;
    float: left;
    margin-right: 37px;
    border: 1px solid #e1e6f0;
    margin-bottom: 26px;
    border-radius: 5px;
    text-align: center;
}
.cbs-box img:nth-child(5n + 5) {
    margin-right: 0;
}
.cbs-box img:hover {
    transition: all 1s;
    transform: translateY(-10px);
    box-shadow: 0 0 4px #e2dcdb;
}
