/* 绘本图书 */
.picture {
    margin: 90px auto;
}
.picture-item {
    margin-top: 100px;
}
.pic-dl {
    width: 286px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    padding: 26px 30px;
    text-align: center;
    float: left;
    margin-right: 18px;
}
.pic-dl:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px #eee;
}
.pic-dl:hover dd > .btn-red {
    box-shadow: 0 0 4px rgb(243, 66, 66, 0.5);
}

.pic-dl:nth-child(4n + 4) {
    margin-right: 0;
}
.pic-dl > dt img {
    margin-top: -70px;
    margin-bottom: 20px;
}
.pic-dl > dt > h3 {
    padding: 10px 0;
}
.pic-dl > dd > p {
    height: 122px;
    text-align: left;
    position: relative;
    padding-top: 24px;
    line-height: 25px;
    color: #666;
}
.pic-dl > dd > p::before {
    display: inline-block;
    content: "";
    width: 55px;
    height: 1px;
    background: #e1e6f0;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 5px;
}
.pic-dl > dd > .btn-red {
    display: inline-block;
    margin: 24px auto;
    padding: 12px 0;
    font-size: 16px;
    width: 100%;
}
/* 出版 */
.bg-gray {
    width: 100%;
    margin: 0 auto;
    background: #efebea;
    padding: 80px 0;
}
.pic-cbs {
    padding-top: 70;
}
.c-box {
    width: 585px;
    padding: 30px 20px;
    position: relative;
    float: left;
    margin-right: 30px;
    background: url(../images/cbs-1.png) 500px 30px no-repeat #fff;
}
.c-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    display: inline-block;
    border-top: 8px solid red;
    border-right: 8px solid transparent;
}
.c-box p {
    height: 60px;
    position: relative;
    border-bottom: 1px solid #f4f7fd;
    z-index: 6;
}
.c-box p i {
    position: absolute;
    font-size: 50px;
    color: #f6f6f6;
    font-weight: bold;
    z-index: 1;
    top: -18px;
    font-style: normal;
    /* background: linear-gradient(to bottom, #f4f4f4, #fdfdfd);
    -webkit-background-clip: text;
    color: transparent; */
}
.c-box .f16 span {
    font-size: 18px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 18px;
}
.c-box ul {
    margin-top: 20px;
    line-height: 30px;
}
.c-box ul li span {
    display: block;
    position: relative;
    padding-left: 16px;
    color: #666;
}
.c-box ul li span::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid #f34242;
    border-radius: 50%;
    top: 9px;
    left: 0;
}
.pic-cbs .c-box:nth-child(2n + 2) {
    margin-right: 0;
    background: url(../images/cbs-2.png) 500px 30px no-repeat #fff;
}
.pic-cbs .c-box .f16 span {
    left: 0;
    top: 16px;
}
/* 天一图书宣传 */
.ad-wrap {
    padding: 30px;
}
.ad-item {
    padding-left: 110px;
    min-height: 120px;
    padding-top: 30px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    margin-bottom: 20px;
    background: url(../images/pic-x1.png) 30px center no-repeat;
}
.ad-item > p {
    color: #666;
    padding-top: 12px;
}
.ad-item:nth-child(4n + 2) {
    background: url(../images/pic-x2.png) 30px center no-repeat;
}
.ad-item:nth-child(4n + 3) {
    background: url(../images/pic-x3.png) 30px center no-repeat;
}
.ad-item:nth-child(4n + 4) {
    background: url(../images/pic-x4.png) 30px center no-repeat;
}

.book-bg {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 90px;
    background: url(../images/dz-bg.jpg) center top no-repeat;
}
.book-bg .htit {
    padding: 60px 0;
}
.book-bg .htit h2 {
    color: #fff;
}
.enter-dl {
    width: 22%;
    float: left;
}
.arr {
    width: 4%;
    float: left;
    padding-top: 3%;
}
.enter-dl dt img {
    display: block;
    /* text-align: center; */
    margin: 10px auto;
}
.enter-dl dt span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
.enter-dl dd {
    margin-top: 10px;
    color: #f0f0f0;
    height: 160px;
    padding: 15px 20px;
    line-height: 25px;
    background: rgba(150, 150, 150, 0.1);
    border-radius: 5px;
}
.h-tips {
    color: #999;
    text-align: center;
}
.tao {
    margin-top: 50px;
    margin-bottom: 80px;
}
.tao span {
    width: 278px;
    display: inline-block;
    margin-right: 25px;
}
.tao span:nth-child(4n + 4) {
    margin-right: 0;
}
.tao span b {
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

/* 出书形式 */
.p-form {
    margin-bottom: 90px;
}
.p-form .pic-dl > dd > p {
    height: 190px;
    line-height: 25px;
}
.p-form .htit {
    padding: 80px 0 0;
}
.mr {
    margin-bottom: 90px;
}

/* 图书展示 */
.b-show {
    padding: 40px 50px;
    background: #fff;
}
.show-desc,
.show-img {
    float: left;
}
.show-img {
    width: 640px;
    height: auto;
}
.show-desc {
    width: 420px;
    padding-top: 30px;
    padding-left: 70px;
}
.show-desc p {
    padding: 12px 20px;
    background: #fff8f8;
    margin-top: 20px;
    font-size: 16px;
}
.show-desc p img {
    margin-right: 18px;
}
.ladyScroll-one {
    width: 640px;
    height: 320px;
    margin: 15px auto;
    position: relative;
}

.ladyScroll-one .scrollWrap {
    width: 640px;
    margin-left: 31px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll-one dl {
    float: left;
    width: 240px;
    text-align: center;
    position: relative;
    margin-left: 30px;
    background: #f5f5f5;
}

.ladyScroll-one dt {
    margin: 0 auto;
    width: 240px;
    overflow: hidden;
}

.ladyScroll-one img {
    display: block;
    width: 240px;
}

.ladyScroll-one dt img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

/* 选题分类 */
.poetry-box {
    width: 375px;
    border: 1px solid #e1e6f0;
    padding: 40px 20px;
    border-radius: 5px;
    padding-left: 120px;
    background: url(../images/poetry-ico1.png) 20px center no-repeat;
    float: left;
    margin-right: 37px;
}
.poetry-box:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px #eee;
}
.poetry-box:nth-child(3n + 2) {
    background: url(../images/poetry-ico2.png) 20px center no-repeat;
}
.poetry-box:nth-child(3n + 3) {
    background: url(../images/poetry-ico3.png) 20px center no-repeat;
    margin-right: 0;
}
.poetry-box h2 {
    position: relative;
}
.poetry-box h2::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 1px;
    background: #e1e6f0;
    left: 0;
    bottom: -10px;
}
.poetry-box p {
    color: #666;
    margin-top: 20px;
}
/* 诗歌散文注意事项 */
.poetry-note {
    margin-top: 70px;
}
.poetry-note.note .c-box {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 10px;
    border-top: none;
    border-left: 1px solid #f34242;
}
.poetry-info {
    padding: 10px 0;
}
.poetry-note .poetry-info p {
    border-bottom: none;
    color: #666;
    height: 30px;
}

/* 医学图书页面 */
.medical .htit {
    padding: 90px 0 70px;
}
.medical .htit h2 {
    width: auto;
}
.medical .topic .c-box {
    border: 1px solid #e1e6f0;
}

.medical .topic .topic-info {
    height: 160px;
    color: #666;
}
.medical .c-box .f16 span {
    top: 16px;
    left: 0;
}
.medical .topic .c-box:nth-child(6n + 1) {
    background: url(../images/medical-ico1.png) 310px 20px no-repeat #fff;
}
.medical .topic .c-box:nth-child(6n + 2) {
    background: url(../images/medical-ico2.png) 310px 20px no-repeat #fff;
}
.medical .topic .c-box:nth-child(6n + 3) {
    background: url(../images/medical-ico3.png) 310px 20px no-repeat #fff;
}
.medical .topic .c-box:nth-child(6n + 4) {
    background: url(../images/medical-ico4.png) 310px 20px no-repeat #fff;
}
.medical .topic .c-box:nth-child(6n + 5) {
    background: url(../images/medical-ico5.png) 310px 20px no-repeat #fff;
}
.medical .topic .c-box:nth-child(6n + 6) {
    background: url(../images/medical-ico6.png) 310px 20px no-repeat #fff;
}
.medical {
    margin-bottom: 80px;
}
.bg-gray .medical {
    margin-bottom: 0;
}
.bg-gray .medical .htit {
    padding-top: 0;
}
.medical-box .c-box {
    width: 385px;
    margin-right: 22px;
    padding-bottom: 20px;
}
.medical-box .c-box:nth-child(3n + 1) {
    background: url(../images/medical-cbs1.png) 310px 20px no-repeat #fff;
}
.medical-box .c-box:nth-child(3n + 2) {
    background: url(../images/medical-cbs2.png) 310px 20px no-repeat #fff;
}
.medical-box .c-box:nth-child(3n + 3) {
    margin-right: 0;
    background: url(../images/medical-cbs3.png) 310px 20px no-repeat #fff;
}
.medical-box .c-box ul {
    height: 150px;
}
.medical-box .c-box ul li {
    color: #666;
}
.medical-bg.process-wrap .htit h2 {
    background: none;
}
/* 家谱传记 */
.fast {
    margin-bottom: 80px;
}
.fast .htit {
    padding: 80px 0;
}
.fast .htit p span {
    color: #666;
    position: relative;
}
.fast .htit h2,
.file .htit h2,
.ques .htit h2 {
    width: auto;
}
.fast .htit p {
    text-align: center;
    padding-top: 14px;
    color: #666;
}
.fast .htit p span {
    display: inline-block;
    margin: 0 20px;
    padding-left: 12px;
}
.fast .htit p span::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background: #f34242;
    border-radius: 4px;
    margin-right: 10px;
    top: 8px;
    left: 0;
}

.ques {
    margin-top: 80px;
}
.ques .htit {
    padding-bottom: 60px;
}
.ques-item {
    background-color: #fff;
}
.ques-img {
    width: 496px;
    float: left;
}
.ques-img img {
    vertical-align: middle;
}
.ques-desc {
    width: 700px;
    float: left;
    padding: 30px 40px;
}
.ques-desc p {
    line-height: 36px;
}
.file .htit {
    padding-bottom: 60px;
}
/* 教辅教材 */
.ques-container {
    position: relative;
}
.ques-container img {
    max-width: 100%;
}
.ques-container .ques-t1 {
    position: absolute;
}
.ques-container .ques-t1 i {
    font-size: 25px;
    font-weight: bold;
    color: #f34242;
    margin-right: 14px;
}
.ques-container .ques-t1 span {
    font-size: 18px;
}
.ques-container .p1 {
    left: 30px;
    top: 48px;
}
.ques-container .p2 {
    left: 30px;
    top: 178px;
}
.ques-container .p3 {
    left: 30px;
    top: 303px;
}
.ques-container .p4 {
    left: 980px;
    top: 48px;
}
.ques-container .p5 {
    left: 980px;
    top: 178px;
}
.ques-container .p6 {
    left: 980px;
    top: 303px;
}
.ask {
    display: inline-block;
    position: absolute;
    top: 268px;
    left: 514px;
    width: 170px;
    height: 48px;
    opacity: 0;
}
/* 教辅常见问题 */
.ques-dl {
    width: 385px;
    background: #fff;
    border-top: 1px solid #f34242;
    padding: 20px;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
}
.ques-dl:nth-child(5n + 3) {
    margin-right: 0;
}
.ques-dl:nth-child(5n + 4) {
    width: 585px;
    height: 260px;
    margin-right: 22px;
}
.ques-dl:nth-child(5n + 5) {
    width: 592px;
    height: 260px;
    margin-right: 0;
}
.ques-dl dt {
    padding: 10px 0;
    border-bottom: 1px solid #efebea;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}
.ques-dl dt::before,
.ques-dl dd::before {
    position: absolute;
    content: "Q";
    display: inline-block;
    background: #f34242;
    color: #fff;
    font-size: 12px;
    border-radius: 5px 5px 5px 0;
    text-align: center;
    width: 14px;
    height: 16px;
    line-height: 16px;
    left: 0;
    top: 14px;
}
.ques-dl dd {
    position: relative;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 25px;
    height: 210px;
}
.ques-dl dd p {
    color: #666;
}
.ques-dl dd::before {
    content: "A";
    background: #2da9f6;
    border-radius: 5px 5px 0 5px;
    display: inline-block;
    top: 24px;
}
.mrt-20 {
    margin-bottom: 80px;
}
.mrt-20 .htit {
    padding-bottom: 70px;
}
/*  */
.banner-bg {
    width: 100%;
    margin: 0 auto;
    background: url(../images/banner-teaching.jpg) left top no-repeat;
    background-size: cover;
}
.banner-bg img {
    max-width: 100%;
}
.banner-bg .w1200 {
    padding: 40px 0;
}
.banner-bg .up-form {
    background: #fff;
    padding: 30px;
    width: 360px;
    border-radius: 5px;
    margin-left: 840px;
}
.banner-bg .up-form h2 {
    font-size: 18px;
    text-align: center;
}
.up-form h2 p {
    color: #666;
    font-weight: normal;
    padding-top: 8px;
}
.up-form h2 p b {
    color: #f34242;
    font-weight: normal;
}
.up-form input {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #efebea;
    padding: 9px 10px;
}
.up-form .btn-red {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}
.up-form .btn-red.btn-gray {
    background: #ccc;
}

.up-list {
    margin-top: 10px;
    background: #ffeeee;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
}
.up-list .q-li {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.up-list .q-li span {
    display: inline-block;
    width: 32%;
}
.up-list .q-li span img {
    margin-right: 6px;
}
.up-list .q-li span:last-child {
    color: #f34242;
}

.w-h{
    margin: 60px auto;
}