* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-family: "微软雅黑";
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}
body {
    min-width: 1440px;
}
a {
    text-decoration: none;
}
a:hover {
    color: #f34242;
}
a.btn-red:hover {
    color: #fff;
}
.f-gray {
    color: #999;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
*:focus {
    outline: none;
}
li {
    list-style: none;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
/* 内容区宽度 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w258 {
    width: 260px;
}
.w912 {
    width: 912px;
}
/* 字号设置 */
.f16 {
    font-size: 16px;
}
/* 头部logo搜索区域 */
.topbar {
    padding: 28px 0;
}
.logo {
    width: 480px;
    float: left;
}
.search-box {
    float: left;
    width: 450px;
}
.i-box {
    width: 100%;
    height: 42px;
    border: 2px solid #f34242;
    position: relative;
}
.i-box img {
    width: 17px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.i-box input,
.i-box button {
    position: absolute;
    border: 0;
    height: 38px;
    line-height: 38px;
}
.i-box input {
    width: 360px;
    position: absolute;
    padding-left: 36px;
}
.i-box button {
    right: 0;
    font-size: 16px;
    color: #fff;
    width: 80px;
    background: #f34242;
}
.phone-box {
    width: 236px;
    float: right;
}
.c-txt {
    padding-left: 5px;
    padding-right: 10px;
    color: #fff;
    background: url(../images/bg-rx.png) right center no-repeat;
}
.c-phone {
    font-size: 30px;
    color: #f34242;
}

/* 菜单 */
.nav-bar {
    width: 100%;
    border-bottom: 2px solid #f34242;
}
.nav-box > ul li {
    display: inline-block;
}
.nav-box > ul li a {
    width: 129px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
}
.nav-box > ul li.nav-item {
    position: relative;
}
.nav-box a.active {
    color: #fff;
    background: #f34242;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}
.subMenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 54px;
    width: 240px;
    margin-left: -68px;
    /* width: 100%; */
    background-color: rgba(255, 255, 255, 1);
    z-index: 333;
    padding: 20px;
    box-shadow: 0 0 4px #eee;
}
.subMenu.us {
    width: 130px;
    margin-left: -64px;
}
.nav-box .subMenu ul {
    width: 100%;
    margin: 0 auto;
}
.nav-box .subMenu ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    text-align: left;
    color: #666;
    width: auto;
    margin-right: 10px;
}
.nav-box .subMenu.us ul li {
    display: block;
}
.nav-box .subMenu.us ul li a {
    display: block;
    text-align: center;
}
.nav-box .subMenu ul li a:hover {
    color: #f34242;
}

/*轮播图 */
.banner-bar {
    max-height: 500px;
    overflow: hidden;
    background: #333;
}
body {
    min-width: 1440px;
    position: relative;
}
.slideBox {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
}
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 10%;
    width: 38px;
    height: 38px;
    z-index: 11;
    top: 350px;
    background: url(../images/arrowl-white.png) left center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    right: 10%;
    left: auto;
    background: url(../images/arrowr-white.png);
}
.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* 标题 */
.htit h2,
.htit h2 b {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.htit h2 {
    margin: 0 auto;
    width: 296px;
    height: 64px;
    line-height: 62px;
}
.htit h2 b,
.f-red {
    color: #f34242;
}
/* 图书案例轮播图*/
.show-wrap {
    margin: 90px auto;
    /* padding-bottom: 90px; */
}
.show-wrap .htit {
    margin: 80px auto;
}
.book-show {
    padding-top: 60px;
    height: 270px;
    position: relative;
}
/* 滚动 */
.book-show {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.book-show .swiper-wrapper {
    width: 1090px;
    margin: 0 auto;
}
.book-show .swiper-slide {
    width: 154px !important;
    height: 100%;
    margin-right: 30px !important;
}
.book-show .swiper-slide img {
    width: 150px;
    margin-bottom: 10px;
}
.book-show .swiper-slide:hover img {
    transition: all 0.5s;
    transform: Scale(1.1);
    -webkit-transform: Scale(1.1);
    -moz-transform: Scale(1.1);
    -ms-transform: Scale(1.1);
    -o-transform: Scale(1.1);
}
.book-show .swiper-slide a span {
    font-weight: bold;
}
/* 更多 */
.a-more {
    text-align: center;
    margin-top: 30px;
}
.a-more > a {
    display: inline-block;
    background: #ff5b5b;
    color: #fff;
    padding: 6px 24px;
    border-radius: 3px;
}
.a-more > a:hover {
    transition: all 0.5s;
    background: #f34242;
    color: #fff;
}

/* 滚动箭头区域 */
.show-wrap .but_right,
.show-wrap .but_left {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    opacity: 0.9;
}
.show-wrap .but_right {
    right: 0;
    background: url(../images/arrow-black.png) no-repeat;
}
.show-wrap .but_left {
    background: url(../images/arrow-black.png) no-repeat;
    transform: rotate(180deg);
    left: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}
/* 出版常识及资讯列表 */
.news-wrap {
    clear: both;
    padding-bottom: 90px;
}
.news-item {
    width: 580px;
    padding: 12px 20px 20px;
    border: 1px solid #e1e6f0;
    border-radius: 5px;
    margin: 0 30px 20px 0;
}
.news-item:hover {
    transition: all 0.5s;
    transform: translateY(-10px);
}
.news-item:nth-child(2n + 2) {
    margin-right: 0;
}
.news-item:hover {
    box-shadow: 0 0 8px #e2e2e2;
}
.time,
.news-cont {
    float: left;
}
.time {
    padding-right: 20px;
}
.time b {
    display: block;
    font-size: 45px;
}
.time span {
    color: #999;
}
.news-cont {
    width: 460px;
    padding-left: 20px;
    float: left;
    margin-top: 10px;
    border-left: 1px dotted #e1e6f0;
}
.news-cont a.f16 {
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-cont p {
    margin-top: 10px;
    color: #666;
    height: 48px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 公司简介 */
.company-wrap {
    width: 100%;
    /* margin-top: -80px; */
    margin-bottom: 90px;
    padding-bottom: 60px;
    background: url(../images/cmpany-bg.png) left bottom repeat-x #efebea;
}
.mr {
    background-color: #fff;
}
.mr .company-wrap {
    background: url(../images/cmpany-bg.png) left bottom repeat-x;
}

.company-wrap .w1200 {
    background: #fff;
}
.video,
.company-info {
    float: left;
}
.video {
    position: relative;
}
.video a {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
}
.company-info {
    width: 680px;
    padding: 40px;
}
.comp-cont {
    color: #666;
    margin: 40px 0 80px 0;
    line-height: 28px;
}
.company-info a {
    border-bottom: 1px solid #f34242;
}
.company-info a img {
    width: 15px;
    margin-left: 5px;
    -webkit-transition: margin-left 0.8s;
    -moz-transition: margin-left 0.8s;
    -o-transition: margin-left 0.8s;
    transition: margin-left 0.8s;
}
.company-info a:hover img {
    margin-left: 10px;
}

/* 底部图标 */
.foot-ico {
    width: 100%;
    border-top: 1px solid #e1e6f0;
}
.ico-li {
    float: left;
    margin-right: 32px;
    padding: 24px 0;
}
.ico-li:last-child {
    margin-right: 0;
}
.ico-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f34242;
    border-radius: 50%;
}
.ico-img > img {
    padding-top: 10px;
}
.ico-txt {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}
.ico-txt .f16 {
    font-weight: bold;
    margin-bottom: 4px;
}
.ico-txt .i-des {
    color: #999;
}
/* 出书流程 */
.process-wrap {
    padding: 80px 0;
    background: url(../images/bg-cslc.jpg) center top no-repeat;
}
.process-wrap .htit h2 {
    color: #fff;
    background: url(../images/rect-white.png) center top no-repeat;
}
.process-item {
    margin-top: 80px;
}
.process-item dl {
    width: 120px;
    float: left;
    margin: 0 42px;
}
.process-item dt {
    width: 128px;
    height: 160px;
    text-align: center;
    background: url(../images/cslc-bg.png) center center no-repeat;
}
.process-item dt img {
    padding-top: 54px;
}
.process-item dd {
    color: #fff;
    text-align: center;
    line-height: 26px;
    padding-top: 8px;
}
.process-item .f16 b {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.arrow-lc {
    margin-top: 60px;
    float: left;
    width: 45px;
    height: 20px;
    background: url(../images/arrow-lc.png) center top no-repeat;
}

/* 公共底部 */
.foot-wrap {
    width: 100%;
    margin: 0 auto;
    background: #302a29;
    padding: 40px 0;
}
.foot-left,
.foot-center,
.foot-link,
.foot-right {
    float: left;
}
.foot-center {
    border-right: 1px solid #3b3c3f;
    border-left: 1px solid #3b3c3f;
}
.f-nav {
    width: 240px;
    margin-top: 15px;
}
.foot-left {
    padding-right: 60px;
}
.foot-link .f-nav a {
    display: block;
}
.foot-center,
.foot-link {
    padding: 0 20px;
    padding-left: 80px;
}
.foot-wrap h3 {
    font-weight: bold;
    color: #fff;
}
.f-nav a {
    display: inline-block;
    color: #c0b7b5;
    margin-right: 10px;
    margin-top: 6px;
}
.f-nav a:hover {
    color: #fff;
}
.foot-link .f-nav {
    width: 140px;
}
.foot-right {
    height: 130px;
    border-left: 1px solid #3b3c3f;
    padding-left: 70px;
}
.btn-red {
    display: inline-block;
    padding: 8px 30px;
    background: #f34242;
    color: #fff;
    border-radius: 5px;
}
.foot-right .btn-red {
    display: inline-block;
    margin-top: 10px;
}
.foot-right .btn-red img {
    margin-right: 5px;
}
.foot-right .c-phone {
    color: #fff;
    padding-top: 10px;
}
.foot-right a:hover {
    color: #fff;
}
.copyright {
    background: #26201f;
    text-align: center;
}
.copyright p {
    padding: 12px 0;
    color: #c0b7b5;
}
/* 滚动图 */
.ladyScroll {
    width: 1200px;
    height: 240px;
    margin: 15px auto;
    position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/arrow-left.png) no-repeat;
}

.ladyScroll .next {
    background: url(../images/arrow-right.png) no-repeat;
}

.ladyScroll .next {
    left: auto;
    right: 0;
}

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

.ladyScroll dl {
    float: left;
    width: 154px;
    text-align: center;
    position: relative;
    margin-left: 30px;
}

.ladyScroll dt {
    margin: 0 auto;
    width: 154px;
    overflow: hidden;
}
.ladyScroll dt a {
    display: block;
    width: 154px;
    height:240px;
    position: relative;
}
.ladyScroll dt a:hover span{
    color: #f34242;
}
.ladyScroll dt span {
    padding-top: 10px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ladyScroll img {
    display: block;
    width: 154px;
}
.ladyScroll dt img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

/* 弹框视频 */
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 32;
    display: none;
}
.model-video {
    width: 880px;
    height: 460px;
    position: fixed;
    left: 50%;
    background: #fff;
    margin-left: -440px;
    top: 20%;
    z-index: 33;
    display: none;
}
.video-box {
    padding: 10px;
    margin: 0 auto;
    position: relative;
}
.video-box .close {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -25px;
    bottom: -80px;
    z-index: 111;
    cursor: pointer;
}
.video-box .close img {
    width: 50px;
}
.video-box .video {
    width: 900px;
}

/* 动画 */

@-webkit-keyframes activeBox {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    54% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    58% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    62% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    66% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes activeBox {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    54% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    58% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    62% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    66% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
