/* 关于我们二维码 */
.contact-wrap {
    margin: 0 auto;
    padding-top: 50px;
}
.rq-box {
    width: 208px;
    float: left;
    margin-right: 40px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    margin-bottom: 36px;
}

.rq-box:nth-child(5n + 5) {
    margin-right: 0;
}

.rq-box dt {
    position: relative;
    width: 206px;
    height: 240px;
    overflow: hidden;
}
.rq-box dt .photo {
    width: 206px;
    padding: 7px;
    border-radius: 12px 12px 0 0;
}
.rq-box dt .rq-ewm {
    position: absolute;
    right: 6px;
    bottom: 2px;
}
.rq-box dt .rq-ewm img {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    padding: 3px;
    background: #fff;
}
.rq-box dt .rq-ewm:hover {
    display: block;
    width: 190px;
    height: 230px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0 0;
    right: 8px;
    bottom: 3px;
}
.rq-box dt .rq-ewm:hover img {
    /* transition: all 0.05s; */
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
    margin-top: 40px;
    margin-left: 22px;
}

.rq-box dt::before {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    content: "";
    width: 40px;
    height: 3px;
    background: #f34242;
}

.rq-box dd {
    line-height: 28px;
    padding:10px 16px;
    text-align: center;
    background: rgb(251, 251, 251);
    border-radius: 0 0 5px 5px;
}
.rq-box dd h3 {
    font-weight: bold;
}
/* 查书号 */
.bookNum-wrap {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bookbg.jpg) center bottom no-repeat;
    background-size: cover;
}
.bookNum-wrap .w1200 {
    padding-top: 120px;
    padding-bottom: 200px;
    text-align: center;
}
.book-tips {
    margin: 30px auto 40px;
}
.book-tips p {
    line-height: 28px;
    font-family: cursive;
    font-size: 18px;
}
.bookNum-wrap a.btn-red {
    width: 242px;
    height: 58px;
    line-height: 58px;
    padding: 0;
    font-size: 20px;
}

/* 出版常识 */
.common-wrap {
    width: 100%;
    margin: 30px auto;
}
.news-nav {
    width: 258px;
    margin-right: 30px;
    float: left;
}
.news-nav a {
    font-size: 16px;
    display: block;
    height: 61px;
    line-height: 61px;
    margin-bottom: 12px;
    text-align: center;
    background: url(../images/left-gbg.png) left center no-repeat;
}
.news-nav a.news-on {
    color: #fff;
    font-weight: bold;
    background: url(../images/left-rbg.png) left center no-repeat;
}
.news-con {
    width: 912px;
    float: left;
}
.news-con .news-item {
    width: 912px;
}
.news-con .news-item .news-cont {
    width: 788px;
}
/* 资讯详情 */
.cdetil-wrap {
    color: #999;
    padding-bottom: 35px;
}
.map {
    margin: 20px auto;
}
.map a {
    margin-right: 3px;
}
.map span b {
    color: #f34242;
}
.map a.f-gray {
    color: #999;
}
.detil-des {
    color: #666;
    line-height: 32px;
}
.detil-left {
    margin-right: 28px;
}
.detil-left img {
    max-width: 100%;
}
.detil-left,
.detil-right {
    float: left;
}
.pd-28,
.pd-20 {
    padding: 28px 20px 20px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
}
.pd-28 {
    margin-bottom: 20px;
}
.detil-left h2.d-tit {
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
}
.detil-left .d-time {
    color: #999;
    text-align: center;
    padding: 10px 0 30px 0;
}
/* 分享链接 */
.d-share {
    text-align: center;
    padding: 10px 0 30px 0;
}
.d-share a {
    color: #999;
}

.detil-left .detil-des {
    color: #666;
}
.detil-left .detil-des img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.other-a {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e1e6f0;
}
.other-a a {
    display: inline-block;
    width: 48%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.other-a a:hover,
.other-a a:hover span.f-gray {
    color: #f34242;
}
.other-a a:last-child {
    text-align: right;
}
.other-a a span.f-gray {
    color: #999;
}
/* 图书基本信息 */
.book-desc {
    margin: 30px auto;
}
.book-desc p {
    color: #666;
}
/* 出书咨询 */
.book-ask {
    border: 1px solid #ff7f7f;
    background: #fff5f5;
    margin-top: 30px;
    padding: 16px 40px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 24px;
}

/* 最新推荐 */
.rec-tit {
    font-weight: bold;
}
.rec-tit::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    border: 3px solid #f34242;
    vertical-align: middle;
}
.new-ul {
    margin-top: 20px;
}
.new-ul li {
    width: 100%;
    line-height: 36px;
    height: 36px;
}
.new-ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #e1e6f0;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: super;
}
.new-ul li a {
    display: inline-block;
    width: 74%;
}
.new-ul li span {
    width: 24%;
    display: inline-block;
    text-align: right;
    color: #999;
}
/*资讯详情右侧 */
.pd-20 {
    padding: 30px 20px;
}
.detil-right {
    text-align: center;
    margin-bottom: 30px;
}
.detil-right h2 {
    font-size: 22px;
    color: #f34242;
    margin: 20px auto;
}
.detil-right .btn-red {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 16px;
}
.detil-right .btn-red img {
    margin-right: 5px;
}
.x-line {
    width: 100%;
    margin-top: 30px;
    height: 3px;
    background: url(../images/xline.png) left top repeat-x;
}
.detil-right .f16 {
    padding: 30px 0 20px;
}
.detil-right .f16 span {
    margin: 0 10px;
    font-size: 16px;
}
.detil-right .f16::before,
.detil-right .f16::after {
    content: "";
    width: 65px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/jline.png) left 0 no-repeat;
}
.detil-right .f16::before {
    transform: rotate(180deg);
    background-size: right 0;
}
.nav-r {
    width: 219px;
}
.nav-r li {
    margin-top: 15px;
}
.nav-r li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/n-gbg.png) center center no-repeat;
}
.nav-r li a:hover {
    font-weight: bold;
    color: #fff;
    background: url(../images/n-rbg.png) center center no-repeat;
}

/* 合作出版社列表详情页面 */
.coo-nav {
    padding-top: 10px;
}
.nav-sort {
    margin-top: 10px;
}
.nav-sort .a-area {
    float: left;
    width: 1120px;
}
.nav-sort .f-gray {
    width: 80px;
    float: left;
}
.nav-sort .a-area a {
    display: inline-block;
    width: 66px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}
.nav-sort .a-area a.a-on,
.nav-sort .a-area a:hover {
    background: #f34242;
    color: #fff;
    border-radius: 5px;
}
.sear-cbs {
    padding-top: 20px;
}
.sear-input {
    display: inline-block;
    position: relative;
}
.sear-input input {
    width: 278px;
    border: 1px solid #e1e6f0;
    padding: 6px 10px;
    border-radius: 5px;
}
.sear-input button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
}
/* 出版社列表 */
.coo-wrap {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e1e6f0;
}
.coo-li {
    padding: 28px 20px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.coo-li:hover {
    transition: all 0.3s;
    border: 1px solid #f34242;
}
.coo-li:hover dd a {
    transition: all 0.3s;
    box-shadow: 0px 2px 7px 0px rgba(243, 66, 66, 0.35);
}
.coo-li dt {
    float: left;
    width: 1000px;
}
.coo-li dd {
    width: 120px;
    float: left;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -18px;
}
.coo-li dt h3 {
    font-weight: bold;
    font-size: 16px;
}
.tips-bg {
    background: rgba(243, 66, 66, 0.1);
    color: #f34242;
    font-weight: normal;
    border-radius: 14px 4px 4px 4px;
    padding: 1px 16px;
    margin-left: 5px;
}
.coo-li dt p span,
.coo-li dt .coo-des {
    color: #666;
}
.coo-li dt b {
    font-weight: normal;
}
.coo-li dt .coo-des {
    margin: 10px auto;
}
.coo-li dt p span {
    margin-right: 30px;
}
/* 分页 */
.pages {
    margin: 40px auto;
    text-align: center;
}
.pages a {
    padding: 5px 12px;
    border-radius: 3px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #e1e6f0;
}
.pages a:hover,
.pages a.a-on {
    transition: all 0.3s;
    background: #f34242;
    border: 1px solid #f34242;
    color: #fff;
}
.pages span em:last-child{
    background: #f34242;
    border: 1px solid #f34242;
    display: inline-block;
    font-style: normal;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
}

/*出书流程*/
.pro-wrap {
    width: 1200px;
    margin: 30px auto;
}
.pro-li {
    border: 1px solid #e1e6f0;
    padding: 26px 30px;
    margin-bottom: 20px;
}
.level1 {
    display: block;
}
.level1 a {
    color: #f34242;
}
.level1 img {
    vertical-align: top;
}
.f-large {
    font-weight: bold;
    font-size: 45px;
    padding-right: 30px;
    display: inline-block;
}
.li-tit {
    width: 89%;
    display: inline-block;
    padding-left: 30px;
    border-left: 1px dotted #e1e6f0;
}
.li-tit p {
    padding-top: 10px;
    color: #666;
    line-height: 24px;
}
.li-tit p a {
}
.pro-li .f16 {
    font-size: 16px;
    font-weight: bold;
}
.pro-cnt {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #e1e6f0;
}
.pro-cnt .f16 {
    font-size: 16px;
    color: #f34242;
}
.pro-cnt .f-red {
    font-weight: bold;
}
.pro-cnt .f16::before {
    content: "";
    display: inline-block;
    border: 3px solid #f34242;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 7px;
    vertical-align: middle;
}
.pro-table {
    border: 1px solid #e1e6f0;
    margin-top: 20px;
    border-top: 0;
    border-right: 0;
}
.pro-table tr td {
    padding: 15px 10px;
    border: #e1e6f0 1px solid;
    border-left: 0;
    border-bottom: 0;
}
.pro-table tr td:nth-child(2n + 1) {
    background: #f4f7fd;
    width: 110px;
    text-align: center;
    font-weight: bold;
}
.pro-cnt.op p {
    line-height: 28px;
}
.pro-cnt.op .f16 {
    padding: 10px 0;
}

/* 公司简介 */
.company-wrap {
    padding-top: 60px;
}
.comp-p {
    color: #666;
    line-height: 28px;
    margin-top: 30px;
}
.progress {
    width: 1200px;
    margin: 0 auto;
}
.progress-intro {
    color: #666;
    padding: 30px 0 20px 0;
    line-height: 24px;
}

.progress-content {
    border-left: 1px solid #e1e6f0;
    margin: 0 80px;
    margin-bottom: 80px;
}
.step1 {
    width: 84px;
    height: 84px;
    line-height: 84px;
    background: #f6f5f5;
    border-radius: 50%;
    text-align: center;
    margin-left: -40px;
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #f34242;
    margin-bottom: 30px;
}
.ml-20 {
    margin-left: -20px;
    padding: 15px 40px;
    padding-left: 60px;
}
.f25 {
    line-height: 26px;
    padding-top: 18px;
}
.ml-20 h3 {
    margin-bottom: 10px;
    position: relative;
}
.ml-20 h3::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #f34242;
    position: absolute;
    left: -48px;
    background: #fff;
}
.ml-20 p {
    color: #666;
    line-height: 27px;
}
.ml-20 p img {
    margin-top: 20px;
}
.ml-20 h4 {
    color: #f34242;
    margin-top: 20px;
}
/* 图书项目列表展示*/
.case-container {
    width: 100%;
    margin: 0 auto;
}
.tab-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #e1e6f0;
    padding: 24px;
    padding-top: 50px;
}
.tab-box a {
    width: 72px;
    margin: 0 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.tab-box a.tab-active {
    color: #f34242;
}
.tab-box a.tab-active::after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f34242;
}
.tab-con {
    padding-top: 40px;
    display: none;
}
.tab-con a {
    width: 155px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    margin-left: 48px;
    margin-bottom: 20px;
    position: relative;
}
.tab-con a img {
    width: 100%;
    max-height: 200px;
}
.tab-con a:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}
.tab-con a:nth-child(6n + 1) {
    margin-left: 0;
}
.tab-con a span {
    display: block;
    text-align: center;
    margin-top: 10px;
    line-height:28px;
    height: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.tab-con a:hover span {
    color: #f34242;
}
.on {
    display: block;
}

/* 搜索结果页面 */
.search-wrap {
    width: 100%;
    margin: 0 auto;
}
.search-wrap .news-item {
    width: 900px;
}
.search-wrap .news-item .news-cont {
    width: 780px;
}
