@import "certify.css";
@import "rightfix.css";
@import "iconfont.css";
@import "jpcb.css";
@import "news.css";
@import "job.css";
input[type="file"] {
    color: transparent;
}

html,
body {
    background: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    color: #333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    border: 0px;
}

.allfixs {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
}

div,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
a,
input,
button,
select {
    border: 0;
    padding: 0;
    outline: none;
    margin: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
    font-family: "微软雅黑";
}


a {
    text-decoration: none;
    color: inherit;
}


/*
    动效属性
*/

.animate01 {
    opacity: 0;
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* IE 9 */
    -moz-transform: translateY(100px);
    /* Firefox */
    -webkit-transform: translateY(100px);
    /* Safari 和 Chrome */
    -o-transform: translateY(100px);
}

.animate07 {
    opacity: 0;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* IE 9 */
    -moz-transform: translateY(-100px);
    /* Firefox */
    -webkit-transform: translateY(-100px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-100px);
}

.noneAnimate {
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;

    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    -moz-transform: translateY(0);
    /* Firefox */
    -webkit-transform: translateY(0);
    /* Safari 和 Chrome */
    -o-transform: translateY(0);
}

.brand-design .animate01 .center-img-box {
    transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    /* IE 9 */
    -moz-transform: rotate(200deg);
    /* Firefox */
    -webkit-transform: rotate(200deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(200deg);
}

.brand-design .noneAnimate .center-img-box {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;

    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
}


/*.noneAnimate07{*/


/*opacity:1;*/


/*transition: all .8s;*/


/*-webkit-transition:all .8s;*/


/*-moz-transition:all .8s;*/


/*-o-transition:all .8s;*/


/*transform: translateY(0);*/


/*-ms-transform:translateY(0);     !* IE 9 *!*/


/*-moz-transform:translateY(0);  !* Firefox *!*/


/*-webkit-transform:translateY(0); !* Safari 和 Chrome *!*/


/*-o-transform:translateY(0);*/


/*}*/

.animate02 {
    opacity: 0;
    transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    /* IE 9 */
    -moz-transform: translateX(-350px);
    /* Firefox */
    -webkit-transform: translateX(-350px);
    /* Safari 和 Chrome */
    -o-transform: translateX(-350px);
}

.animate04 {
    opacity: 0;
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    /* IE 9 */
    -moz-transform: translateX(350px);
    /* Firefox */
    -webkit-transform: translateX(350px);
    /* Safari 和 Chrome */
    -o-transform: translateX(350px);
}

.noneAnimate02 {
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;

    transform: translateX(0);
    -ms-transform: translateX(0);
    /* IE 9 */
    -moz-transform: translateX(0);
    /* Firefox */
    -webkit-transform: translateX(0);
    /* Safari 和 Chrome */
    -o-transform: translateX(0);
}

.animate03 {
    opacity: 0;
    /*perspective: 666px;*/
    transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
}

.noneAnimate03 {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;

    transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
}

.animate06 {
    opacity: 0;
}

.noneAnimate06 {
    opacity: 1;
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
}

.contents {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 0px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.red {
    color: #c2334f !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    background: #fff url("../images/top_bg.png") repeat-x;
    min-height: 137px;
    background-size: auto 100%;
    padding: 36px 0;
    border-bottom: 1px solid #c2334f;
    position: relative;
    z-index: 101;
}

.header .header_logo {
    float: left;
}

.header .header_logo img {
    float: left;
}

.header .header_logo_ms {
    float: left;
    text-align: center;
    margin-left: 28px;
    margin-top: 10px;
}

.header .header_logo_ms p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.header .header_right {
    float: right;
    padding-top: 18px;
}

.header .header_right .fl {
    color: #999999;
    line-height: 26px;
    margin-top: 4px;
}

.header .header_right .fl:hover a {
    color: #c2334f;
}

.header .header_right .fr {
    border-left: 1px solid #c2334f;
    margin-left: 20px;
}

.header .header_right .fr a {
    color: #333;
    border: 1px solid #c2334f;
    display: inline-block;
    padding: 2px 10px;
    margin-left: 20px;
}

.header .header_right .fr a:hover {
    background: #c2334f;
    color: #fff;
}

.vtoph {
    border-left: 1px solid #c2334f;
    margin-left: 20px;
    display: none;
}

.vtoph a {
    color: #333;
    border: 1px solid #c2334f;
    display: inline-block;
    padding: 2px 10px;
    margin-left: 20px;
}

.vtoph a:hover {
    background: #c2334f;
    color: #fff;
}
.addchild{ display: block;}
.header_right .fr{ display: block;}

.addchild {
    position: absolute;
    top: -36px;
    right: 150px;
    line-height: 40px;
}

.header .childcompany {
    position: absolute;
    top: -36px;
    right: 0;
    background: #eeeeee;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    z-index: 3;
    text-align: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.header .childcompany p {
    width: 100%;
    background: #eee;
}


.header .childcompanyv {
    position: absolute;
    top: -6px;
    right: 0;
    background: #fff;
    display: none;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    z-index: 4;
    text-align: center;
    border: 1px solid #e5e5e5;
    left: 0;
    padding: 38px;
    /* display: block !important; */
    border-top: 2px solid #c2334f;
}

.header .childcompanyv::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #dadada;
    padding: 2px;
}

.header .childcompanyv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c3c3c3;
    padding: 2px;
}

.header .childcompanyv ul {
}

.header .childcompanyv ul li {
    padding: 0 38px;
    white-space: pre-wrap;
    text-align: left;
    float: left;
    width: 25%;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.header .childcompanyv ul li a {
    position: relative;
}

.header .childcompanyv ul li a:hover {
    color: #c2334f;
}
.header .childcompanyv ul li:hover:after {
    content: " →"
}

.header .childcompanyv ul li a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 3px;
    height: 3px;
    background: #666;
    display: none;
}

.header .childcompanyv ul li:hover a:before {
    background: #c2334f;
}

.header .childcompanyv ul li:hover {
    color: #c2334f;
}

.header .childcompany span {
    position: relative;
    display: inline-block;
}

.header .childcompany span::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 7px;
    background: url("../images/xjt.png") center no-repeat;
    height: 7px;
    width: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .childcompany.top_act span::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header .childcompany:hover ul {
    height: inherit;
}

.header .search_header {
    border: 2px solid #c2334f;
    width: 300px;
    height: 40px;
    float: left;
    margin-left: 50px;
    position: relative;
    margin-top: 12px;
}

.header .search_header input {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    width: 70%;
    float: left;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
}

.header .search_header button {
    float: right;
    height: 36px;
    line-height: 36px;
    width: 20%;
    text-align: center;
    position: relative;
    color: #c2334f;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.header .search_header button::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0px;
    border-left: 1px solid #c2334f;
    z-index: 4;
}

.header .search_header button:hover{ background: #c2334f; color: #fff;}

.header .search_header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url("../images/fdj.png") center no-repeat;
    bottom: 0;
    z-index: 3;
    width: 13px;
}
.header .serchoption{
    position: absolute; left: 0; right: 0;
    top:0; border: 0; background: #fff;
}

.classnav {
    display: none;
}

.nav {
    padding: 12px 28px;
}

.nav ul {
    width: 110%;
    /*width: 104%;*/
    margin-left: -2%
}

.nav ul li {
    width: 7.1%;
    /*width: 7.6%;*/
    text-align: center;
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    position: relative;
}

.nav ul li span {
    display: inline-block;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
    position: relative;
    min-width: 62px;
}

.nav ul li:hover span {
    color: #c2334f;
}

.nav ul li:hover span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11px;
    background: url("../images/nav_left.png") left center no-repeat;
    z-index: 5;
}

.nav ul li:hover span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    background: url("../images/nav_right.png") left center no-repeat;
    z-index: 5;
}

.nav ul li.active span {
    background: #c2334f;
    color: #fff
}

.nav ul li.active span:before,
.nav ul li:hover.active span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border: 2px solid #fff;
    z-index: 5;
    width: inherit;
    background: transparent;
}

.x_login {
    width: 500px;
    margin: 30px auto;
    border: 1px solid #c2334f;
    padding: 30px;
    text-align: center;
    box-shadow: 8px 8px 8px #dfdfdf;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 30%;
    background: #fff;
    display: none;
    z-index: 80;
}

.x_login h4 {
    font-size: 26px;
    color: #c2334f;
    font-weight: normal;
}

.x_login button {
    margin-top: 30px;
    background: #c2334f;
    color: #fff;
    padding: 5px 30px;
}

.nav ul li.active span:after,
.nav ul li:hover.active span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #c2334f;
    z-index: 5;
    width: inherit;
    background: transparent;
}

.nav ul li:last-child::after {
    content: 'HOT';
    position: absolute;
    top: -13px;
    right: -9px;
    color: #c33653;
    font-size: 12px;
    font-weight: bold;
    z-index: 7;
    font-family: "Times New Roman";
}

.nav ul li:last-child.active::after,
.nav ul li:last-child:hover::after {
    content: '';
    position: absolute;
    top: -12px;
    right: 10px;
    color: #c33653;
    font-size: 12px;
    font-weight: bold;
    z-index: 7;
}

.index_title {
    text-align: center;
    padding: 50px 0;
}

.bannerswiper {}

.bannerswiper .swiper-button-prev {
    background: url("../images/banner_left.png") no-repeat;
    width: 60px;
    height: 60px;
}

.bannerswiper .swiper-button-next {
    background: url("../images/banner_right.png") no-repeat;
    width: 60px;
    height: 60px;
}

.newstabv {
    position: relative;
    padding-top: 80px;
    margin: 20px auto;
}

.newstabv .newstabvcos {
    background: #fff;
    padding-right: 0;
    min-height: 216px;
}

.newstabv .newstabvcos ul {
    width: 100%;
}

.newstabv .newstabvcos ul li {
    float: left;
    width: 40%;
    margin-bottom: 30px;
}

.newstabv .newstabvcos ul li:nth-child(2n) {
    float: right;
    margin-right: 2%;
}

.newstabv .newstabvcos ul li h2 {
    font-weight: bold;
    font-size: 16px;
    background: url("../images/yuan.png") left center no-repeat;
    padding-left: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    width: 472px;
}

.textalign {
    text-align: center;
}

.newstabv .newstabvcos ul li .sums {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.newstabv .newstabvcos ul li:hover h2 {
    color: #c2334f;
}

.newstabv .swiper-pagination-bullet {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #c2334f;
    font-size: 16px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}

.newstabv .swiper-pagination-bullet-active {
    background: #c2334f;
    color: #fff;
}

.newstabv .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    z-index: 50;
    bottom: inherit;
    padding-bottom: 24px;
    height: 50px;
}

.newstabv.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 24px;
}

.newstabv a {
    display: inherit;
}

.newstabv .newsmore {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 12px;
    color: #c2334f;
    z-index: 51;
}

.xuanchuan {
    position: relative;
    background: url("../images/xuanbg.jpg") center no-repeat;
    background-size: auto 100%;
    height: 550px;
}

.xuanchuan .xuanceng {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.xuanchuan .xuank {
    height: 290px;
    overflow: hidden;
}

.xuanchuan .xuank ul {
    width: 1198px;
    margin: 0 auto;
}

.xuanchuan .xuank li {
    float: left;
    padding: 10px 54px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    height: 290px;
    padding-top: 35px;
    /*width: 130px;*/
    width: 171px;
    overflow: hidden;
}

.xuanchuan .xuank li p {
    position: absolute;
    font-size: 16px;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    word-wrap: break-word;
    top: 109px;
    left: -82px;
    width: 190px;
    font-family: "Times New Roman";
}

.xuanchuan .xuank li h2 {
    writing-mode: lr-tb;
    font-size: 20px;
    width: 18px;
    color: #c2334f;
    padding-left: 28px;
    padding-top: 17px;
    padding-right: 22px;
}

.xuanchuan .xuank li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.8)
}

.xuanchuan .xuank li .moren {
    position: relative;
    height: 255px;
    float: left;
    overflow: hidden;
    width: 158px;
}

.xuanchuan .xuank li .moren::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 54px;
    height: 4px;
    background: #c2334f;
}

.xuanchuan .newm {
    position: absolute;
    bottom: 26px;
    left: -102px;
    right: 0;
    text-align: center;
}

.xuanchuan .newm img {
    height: 48px;
}

.xuanchuan .nwenzi {
    width: 300px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 126px;
}

.xuanchuan .xuank li.active {
    background: #c2334f;
    color: #fff;
    width: 408px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.xuanchuan .xuank li.active .moren {
    width: 0;
}

.xuanchuan .xuank li.active .moren p {
    display: none;
}

.xuanchuan .xuank li .redcon {
    width: 0px;
    overflow: hidden;
}

.xuanchuan .xuank li .redcon h1 {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

.xuanchuan .xuank li .redcon h1:after {
    content: '';
    width: 40px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 4px;
    background: #fff;
}

.xuanchuan .xuank li.active .redcon {
    width: 300px;
}

.xuanchuan .xuank li .redcon .morv {
    text-align: right;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    background: url("../images/mores.png") right center no-repeat;
    background-size: auto 14px;
}

.dongtai {
    background: #f8f8f8;
}

.dongtai .yingshi {
    width: 1198px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dongtai .yingshi .ys_left {
    float: left;
    width: 49%;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}

.dongtai .yingshi .text_ysv {
    background: #c2334f;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 44px;
    position: absolute;
    z-index: 51;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

.dongtai .yingshi .ys_left img {
    float: left;
    height: 418px;
    width: 100%;
    transition: all 0.6s;
}

.dongtai .yingshi .ys_left:hover img {
    transform: scale(1.5);
}

.dongtai .yingshi .ys_right {
    float: right;
    width: 51%;
    position: relative;
    overflow: hidden;
}

.dongtai .yingshi .ys_right ul {
    width: 100%;
}

.dongtai .yingshi .ys_right ul li {
    float: right;
    margin: 6px 7px;
    width: 47%;
    position: relative;
}

.dongtai .yingshi .ys_right ul li:hover .ys_fixc {
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("../images/videoB.png") center no-repeat;
    background-size: auto 40px;
}

.dongtai .yingshi a.bmore {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}

.dongtai .yingshi .ys_right ul li:hover .text_ysv {
    display: block;
}

.dongtai .yingshi .ys_left:hover .ys_fixc {
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("../images/videoB.png") center no-repeat;
}

.dongtai .yingshi .ys_left .ysfmg {
    height: 418px;
    overflow: hidden;
}

.dongtai .yingshi .ys_left:hover .text_ysv {
    display: block;
}

.dongtai .yingshi .ys_right ul li .ysmg {
    height: 203px;
    overflow: hidden;
}

.dongtai .yingshi .ys_right ul li img {
    float: left;
    height: 203px;
    width: 100%;
    transition: all 0.6s;
}

.dongtai .yingshi .ys_right ul li:hover img {
    transform: scale(1.5);
}

.dongtai .yingshi .ys_fixc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3) url("../images/videoB.png") center no-repeat;
    background-size: auto 60px;
    opacity: 0.8;
}

.dongtai .yingshi .ys_right ul li .ys_fixc {
    background-size: auto 40px;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
}

.gallery-top .swiper-slide {
    width: 100%;
}

.tab5v .tuTab {
    display: inline-block;
    position: relative;
    border: 1px solid #cccccc;
}

.tab5v .tuTab img {
    float: left;
}

.vhbcon {
    position: relative;
    padding: 0 130px;
    padding-bottom: 40px;
}

.tab5v .swiper-wrapper .swiper-slide {
    text-align: center;
}

.vhbcon .swiper-button-prev {
    /*background: #fff url("../images/lefts.png") left no-repeat;*/
    background: #c2334f url("../images/lefts.png") left no-repeat;
    width: 36px;
    height: 125px;
    top: 0;
    bottom: 0;
    left: 30px;
}

.vhbcon .swiper-button-next {
    background: #c2334f url(../images/rights2.png) left no-repeat;
    /*background: #fff url(../images/rights2.png) left no-repeat;*/
    width: 36px;
    height: 125px;
    top: 0;
    bottom: 0;
    right: 30px;
}

.vhbcon .swiper-button-next.swiper-button-disabled,
.vhbcon .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: inherit;
}

.tab5v .swiper-wrapper .swiper-slide.swiper-slide-active .tuTab {
    border: 3px solid #c2334f;
    margin-bottom: 17px;
}

.tab5v .swiper-wrapper .swiper-slide.swiper-slide-active .tuTab:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    background: url(../images/xsj.png) center no-repeat;
    height: 17px;
}

.vhbcon .previewbg {
    min-height: 306px;
    background: #fff;
}

.tab5v .swiper-wrapper .swiper-slide.swiper-slide-active .previewbg {
    display: block;
}

.vhbcon .previewbg ul {
    width: 100%;
}

.vhbcon .previewbg ul li {
    text-align: left;
    padding: 10px 0px;
    margin-left: -5px;
}

.vhbcon .previewbg ul li h2 {
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 24px;
    overflow: hidden;
}

.vhbcon .previewbg ul li h2 span {
    color: #c2334f;
}

.vhbcon .previewbg ul li .nr {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.vhbcon .previewbg ul li:hover h2 {
    color: #c2334f;
}

.cydong_jianjie {
    position: relative;
    color: #fff;
}

.cydong_jianjie img {
    float: left;
}

.cydong_jianjie .cylogos {
    position: absolute;
    top: 0;
    bottom: 0px;
    z-index: 92;
    width: 120px;
    margin-left: -60px;
    left: 50%;
    background: url(../images/zn_logo.png) center no-repeat;
}

.cydong_jianjie .dtjj_left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    text-align: right;
    padding-right: 50px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.cydong_jianjie .dtjj_right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    padding-left: 50px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.cydong_jianjie .dtjj_right.active {
    top: 50%;
    bottom: 50%;
    margin-top: -80px;
    margin-bottom: -80px;
}

.cydong_jianjie .dtjj_left.active {
    top: 50%;
    bottom: 50%;
    margin-top: -70px;
    margin-bottom: -70px;
}

.cydong_jianjie .drn_left {
    position: absolute;
    top: 50%;
    margin-top: -51px;
    right: 50%;
    padding-right: 150px;
    z-index: 12;
    text-align: right;
}

.cydong_jianjie .drn_left h2 {
    font-size: 40px;
}

.cydong_jianjie .drn_left p {
    font-size: 25px;
    padding-top: 10px;
}

.cydong_jianjie .drn_right {
    position: absolute;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    z-index: 12;
    padding-left: 150px;
}

.cydong_jianjie .drn_right h2 {
    font-size: 40px;
}

.cydong_jianjie .drn_right p {
    font-size: 25px;
    padding-top: 10px;
}

.cydong_jianjie .drn_right .mk_left {
    padding-right: 50px;
}

.cydong_jianjie .drn_right .mk_right {
    padding-left: 60px;
    border-left: 1px solid #dfdfdf;
    margin-top: 15px;
}

.cydong_jianjie .drn_right .mk_right a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 20px;
    width: 72px;
    text-align: center;
    padding: 6px 15px;
}

.cydong_jianjie .drn_left .mk2_left {
    padding-left: 50px;
}

.cydong_jianjie .drn_left .mk2_right {
    padding-right: 60px;
    border-right: 1px solid #dfdfdf;
    margin-top: 15px;
}

.cydong_jianjie .drn_left .mk2_right a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 20px;
    width: 72px;
    padding: 6px 15px;
}

.cydong_jianjie .drn_right .mk_right a:hover {
    background: #c2334f;
    color: #fff;
    border: 1px solid #c2334f;
}

.cydong_jianjie .drn_left .mk2_right a:hover {
    background: #c2334f;
    color: #fff;
    border: 1px solid #c2334f;
}

.chuban {
    background: #f8f8f8;
    padding-bottom: 44px;
}

.chuban .chuban_tree {
    width: 100%;
}

.chuban .chuban_tree a:hover img {
    opacity: 0.7;
}

.chuban .bn_title {
    text-align: center;
    color: #c2334f;
    padding-bottom: 26px;
    font-size: 20px;
}

.chuban .bn_title span {
    position: relative;
}

.chuban .bn_title span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #c2334f;
}

.chuban .chuban_tree li {
    width: 33.3%;
    text-align: center;
    float: left;
    padding: 5px;
}

.chuban .book_tab {
    padding-top: 100px;
    padding-bottom: 30px;
}

.chuban .book_tab .swiper-pagination {
    top: 15px;
    bottom: inherit;
    text-align: left;
}

.chuban .book_tab .swiper-pagination .swiper-pagination-bullet {
    width: 134px;
    height: 46px;
    border-radius: 0px;
    line-height: 46px;
    opacity: 1;
    background: transparent;
    font-size: 16px;
    text-align: center;
}

.chuban .book_tab .swiper-pagination .swiper-pagination-bullet-active {
    background: #c2334f;
    color: #fff;
    box-shadow: 4px 4px 10px #999;
}

.chuban .book_tab .bmimg {
    width: 100%;
    background: #f8f8f8;
}

.chuban .book_tab .bmimg li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    height: 226px;
}

.chuban .book_tab .bmimg li .fixwez {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 184px;
    margin-left: -92px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(80, 75, 65, 0.8);
    z-index: 2;
}

.chuban .book_tab .bmimg li .showtexts {
    position: absolute;
    top: 0;
    left: 50%;
    width: 184px;
    margin-left: -92px;
    font-size: 14px;
    color: #fff;
    background: rgba(182, 62, 74, 0.8);
    z-index: 2;
    height: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.chuban .book_tab .bmimg li:hover .showtexts {
    height: 226px;
    padding: 15px;
}

.chuban .book_tab .bmimg li:hover .fixwez {
    display: none;
}

.f14 {
    font-size: 14px !important;
}

.chuban .book_tab .bmimg li .showtexts p {
    font-size: 12px;
    line-height: 24px;
}

.chuban .book_tab .bmimg li .showtexts .kmore {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.chuban .book_tab .bmimg li .showtexts .kmore img {
    width: auto;
    height: auto;
}

.chuban .book_tab .bmimg li img {
    width: 184px;
    height: 226px;
}

/*精品图书*/
.chuban .book_tab_new {
    padding-top: 100px;
    padding-bottom: 30px;
}

.chuban .book_tab_new .swiper-pagination {
    top: 15px;
    bottom: inherit;
    text-align: left;
}

.chuban .book_tab_new .swiper-pagination .swiper-pagination-bullet {
    width: 134px;
    height: 46px;
    border-radius: 0px;
    line-height: 46px;
    opacity: 1;
    background: transparent;
    font-size: 16px;
    text-align: center;
}

.chuban .book_tab_new .swiper-pagination .swiper-pagination-bullet-active {
    background: #c2334f;
    color: #fff;
    box-shadow: 4px 4px 10px #999;
}

.chuban .book_tab_new .bmimg {
    width: 100%;
    background: #f8f8f8;
}

.chuban .book_tab_new .bmimg li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    height: 226px;
}

.chuban .book_tab_new .bmimg li .fixwez {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 184px;
    margin-left: -92px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(80, 75, 65, 0.8);
    z-index: 2;
}

.chuban .book_tab_new .bmimg li .showtexts {
    position: absolute;
    top: 0;
    left: 50%;
    width: 184px;
    margin-left: -92px;
    font-size: 14px;
    color: #fff;
    background: rgba(182, 62, 74, 0.8);
    z-index: 2;
    height: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.chuban .book_tab_new .bmimg li:hover .showtexts {
    height: 226px;
    padding: 15px;
}

.chuban .book_tab_new .bmimg li:hover .fixwez {
    display: none;
}

.f14 {
    font-size: 14px !important;
}

.chuban .book_tab_new .bmimg li .showtexts p {
    font-size: 12px;
    line-height: 24px;
}

.chuban .book_tab_new .bmimg li .showtexts .kmore {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.chuban .book_tab_new .bmimg li .showtexts .kmore img {
    width: auto;
    height: auto;
}

.chuban .book_tab_new .bmimg li img {
    width: 184px;
    height: 226px;
}


.chuban .fmore {
    position: absolute;
    right: 22px;
    top: 26px;
    z-index: 50;
}

.chuban .fmore a:hover {
    color: #c2334f;
}

.chuban .tushulist {}

.chuban .tushulist .tushuLeft {
    float: left;
    width: 50%;
}

.chuban .tushulist .tushuLeft .thtitle {
    background: #fff;
    width: 288px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
}

.chuban .tushulist .tushuLeft .thtitle span {
    background: url(../images/shu.png) left no-repeat;
    padding-left: 40px;
    display: inline-block;
    font-size: 20px;
    color: #c2334f;
}

.chuban .tushulist .tushuLeft .swiper-slide {
    text-align: center;
}

.chuban .tushulist .tushuLeft .tushuslid {
    padding: 15px 15px 19px 15px;
    border: 1px solid #cacaca;
    text-align: center;
    display: inline-block;
    width: 250px;
    margin-bottom: 14px;
}

.chuban .tushulist .tushuLeft .tushuslid h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chuban .tushulist .tushuLeft .tushuslid img {
    height: 194px;
}
.chuban .tushulist .tushuLeft .tushuslid:hover img{
    opacity: 0.6;
}

.mored {
    background: #c2334f;
    border: 1px solid #c2334f;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.mored a {
    display: inline-block;
    width: 50%;
    float: left;
}

.mored span {
    display: inline-block;

    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.mored span.writr {
    background: #fff;
    color: #c2334f
}

.mored2 {
    border: 1px solid #fff;
    display: inline-block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 28px;
}

.mored2 a {
    display: inline-block;
    width: 44%;
}

.mored2 span {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    font-size: 12px;
    float: left;
    width: 100%;
}

.mored2 span.writr {
    background: #fff;
    color: #333
}

.chuban .tushulist .tushuLeft .tushucvs {
    padding: 38px 50px 38px 10px;
    position: relative;
}

.chuban .tushulist .tushuLeft .tushucvs .tushusoid {}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-prev {
    background: url("../images/lefts.png");
    left: inherit;
    width: 36px;
    height: 50px;
    right: 0;
    opacity: 1;
    margin-top: -60px;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-next {
    background: url("../images/rights2.png");
    right: 0;
    width: 36px;
    height: 50px;
    opacity: 1;
    margin-top: -7px;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-next.swiper-button-disabled {
    background: url("../images/rights.png");
    opacity: 1;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-prev.swiper-button-disabled {
    background: url("../images/lefts2.png");
    opacity: 1;
}

.chuban .tushulist .tushuRight {
    float: right;
    width: 45%;
    margin-top: 10px;
    margin-right: 3%;
    box-shadow: 0px 1px 9px 3px #d6d6d6;
    padding: 0 15px;
    background: #fff;
    height: 724px;
}

.chuban .tushulist .tushuRight .rtitlv {
    position: relative;
    text-align: center;
    margin-top: 23px;
}

.chuban .tushulist .tushuRight .rtitlv span {
    background: url("../images/jiangbei.png") left no-repeat;
    padding-left: 34px;
    color: #333;
    font-size: 20px;
    display: inline-block;
}

.chuban .tushulist .tushuRight .rtitlv:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30%;
    border-bottom: 1px solid #c2334f;
}

.chuban .tushulist .tushuRight .rtitlv:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30%;
    border-bottom: 1px solid #c2334f;
}

.chuban .tushulist .tushuRight .xstabs {
    padding-top: 15px;
    min-height: 630px;
}

.chuban .tushulist .tushuRight .xstabs .xslist {
    padding: 15px 10px 10px 0px;
    border-bottom: 1px dashed #c2334f;
}

.chuban .tushulist .tushuRight .xstabs .xslist:hover {
    background: #fbf3f5;
}

.chuban .tushulist .tushuRight .xstabs .xslist:last-child {
    border-bottom: 0px;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_left {
    float: left;
    padding: 0px 10px;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_left span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background: #e5e5e5;
    color: #333;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_left span.redv {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background: #c2334f;
    color: #fff;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_cen {
    float: left;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_cen h2 {
    font-size: 16px;
    color: #c2334f;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    font-weight: normal;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_cen h2 p {
    font-size: 14px;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_right {
    float: right;
}


.xslist .sx_right .fl {
    position: relative;
}

.xslist:first-child .sx_right .fl:after {
    content: '本月销量冠军';
    display: block;
}

.xslist:nth-child(2) .sx_right .fl:after {
    content: '本月销量亚军';
    display: block;
}

.xslist:nth-child(3) .sx_right .fl:after {
    content: '本月销量季军';
    display: block;
}

.xslist:first-child .sx_right .fl:before {
    content: '';
    background: url(../images/jin.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -42px;
    background-size: 80%;
}

.xslist:nth-child(2) .sx_right .fl:before {
    content: '';
    background: url(../images/yin.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -42px;
    background-size: 80%;
}

.xslist:nth-child(3) .sx_right .fl:before {
    content: '';
    background: url(../images/tong.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -42px;
    background-size: 80%;
}


.chuban .tushulist .tushuRight .xstabs .xslist .sx_right .fl {
    color: #c2334f;
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px;
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_right .fl b {
    font-family: "Times New Roman";
}

.chuban .tushulist .tushuRight .xstabs .xslist .sx_right .fr {
    padding: 2px 8px;
    background: #eee;
}

.chuban .tushulist .tushuRight .xstabs .xslist:hover .sx_right .fr {
    background: #c2334f;
    color: #fff;
}

.shiti {
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}

.shiti .viewshiti {
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.shiti .viewshiti a {
    display: inline-block;
}


.shiti .stvbg {
    width: 182px;
    display: inline-block;
}

.shiti .stvbg img {
    transition: all 0.6s;
}

.shiti .stvbg:hover img {
    transform: scale(1.2);
}

.shiti table { }

.shiti table tr td {
    width: 184px;
    height: 186px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #fff;
    background: #f8f8f8;
}

.shiti .viewshiti a:hover table tr td {
    border: 2px solid #c2334f;
}

.shiti .viewshiti .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #c2334f;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.shiti .viewshiti .swiper-pagination-bullet-active {
    background: #c2334f;
}

.shiti .linkpres {
    background: #fff;
}

.shiti .linkpres a {
    padding-right: 20px;
    border-right: 1px solid #dfdfdf;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 26px;
}

.shiti .linkpres a:hover {
    color: #c2334f;
}

.shiti .linkpres a:last-child {
    border-right: 0;
}

.shiti .shitinur {
    position: relative;
    margin-top: 50px;
}

.shiti .shitinur .linkindex {
    padding-top: 70px;
}

.shiti .shitinur .swiper-pagination {
    top: 0;
    bottom: inherit;
    left: 128px;
    border-bottom: 1px solid #c2334f;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.shiti .shitinur .swiper-pagination-bullet {
    width: 124px;
    height: 38px;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    text-align: center;
    margin-left: 20px;
    font-size: 16px;
}

.shiti .linknames {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 128px;
    background: #c2334f;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.shiti .shitinur .swiper-pagination-bullet-active {
    border: 1px solid #c2334f;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #c2334f;
    font-weight: bold;
}

.shiti .shitinur .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
}

.teach_index {
    position: relative;
    padding-bottom: 20px;
}

.teach_index .swiper-pagination {
    top: 4px;
    bottom: inherit;
    text-align: center;
    left: 0;
    right: 0;
}

.teach_index .swiper-pagination .swiper-pagination-bullet {
    width: 280px;
    height: 60px;
    border-radius: 0;
    background: transparent;
    font-size: 22px;
    line-height: 60px;
    opacity: 1;
}

.teach_index .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #c2334f;
}

.teach_index .teact_vtitle {
    margin: 0 auto;
    background: #eeeeee;
    padding: 5px;
    width: 578px;
    height: 68px;
    margin-bottom: 44px;
}

.teach_tab {
    padding-bottom: 40px;
}

.teach_tab .shuban {}

.teach_tab .shuban .shuban_left {
    /*float: left;*/
    /*width: 800px;*/
}

.teach_tab .shuban .shuban_left.left {
    float: left;
    width: 800px;
}

.teach_tab .shuban .shuban_left ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 496px;
}

.teach_tab .shuban .shuban_left ul li {
    float: left;
    width: 14.66%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 2%;
    margin-left: 1%;
}

.teach_tab .shuban .shuban_left.left ul li {
    width: 23%;
}

.teach_tab .shuban .shuban_left ul li:nth-child(5),
.teach_tab .shuban .shuban_left ul li:nth-child(6),
.teach_tab .shuban .shuban_left ul li:nth-child(7),
.teach_tab .shuban .shuban_left ul li:nth-child(8) {
    padding-bottom: 0px;
}

.teach_tab .shuban .shuban_left ul li .bantext {

    height: 240px;
    left: 0px;
    padding: 15px;
    color: #fff;
    right: 0px;
    overflow: hidden;
    background: #c2334f;
    transform: rotateY(-180deg);
    z-index: 5;
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 2s;
}

.teach_tab .shuban .shuban_left ul li:hover .bantext {
    transform: rotateY(0deg);
}

.teach_tab .shuban .shuban_left ul li .bantext a {
    display: inline-block;
}

.teach_tab .shuban .shuban_left ul li .bantext .nks {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.laoshi_more {
    text-align: center;
    padding-top: 30px;
}

.laoshi_more a {
    padding: 4px 20px;
    border: 1px solid #c2334f;
    color: #c2334f;
    background: #fff;
    display: inline-block;
}

.laoshi_more a:hover {
    background: #c2334f;
    color: #fff;
}

.teach_tab .shuban .shubans {
    display: inline-block;
    height: 240px;
    width: 184px;
    margin: 0 auto;
    overflow: hidden;
}

.teach_tab .shuban .shuban_left ul li .bantext .nks span {
    background: #fff;
    color: #c2334f;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 12px;
}

.teach_tab .shuban .shuban_left ul li img {
    height: 240px;
    width: 184px;
    display: inherit;
    transform: rotateY(0deg);
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 2s;
}

.teach_tab .shuban .shuban_left ul li:hover img {
    height: 240px;
    width: 184px;
    display: inherit;
    transform: rotateY(-180deg);
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 2s;
}

.text2em {
    text-indent: 2em;
}

.teach_tab .shuban .shuban_right {
    float: right;
    background: #f8f8f8;
    width: 370px;
    height: 496px;
    text-align: center;
    padding: 30px;
    position: relative;
}

.teach_tab .shuban .shuban_right img {
    margin: 30px 0
}

.teach_tab .shuban .shuban_right p {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
}

.teach_tab .shuban .shuban_right .sign {
    text-align: left;
    margin-top: 15px;
    line-height: 36px;
    color: #c2334f;
    font-size: 16px;
}

.teach_tab .shuban .shuban_right .sign a {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #c2334f;
    height: 34px;
    line-height: 34px;
    color: #c2334f;
    margin-right: 10px;
    font-weight: bold;
}

.teach_tab .shuban .shuban_right .sign a:hover {
    color: #ffffff;
    background: #c2334f;
}

.teach_tab .shuban .shuban_right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -17px;
    bottom: 0;
    width: 17px;
    background: url("../images/hjt.png") center no-repeat;
}

.footer {
    background: #333333;
    min-height: 260px;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.footer .footer_left {
    float: left;
    padding-left: 5%;
    margin-top: 30px;
}

.footer .footer_cen {
    float: left;
    padding-left: 5%;
}

.footer .footer_cen a:hover {
    color: #c2334f;
}

.footer .footer_cen p {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.footer .footer_right {
    float: right;
}

.footer .footer_right .ewm {
    float: left;
    margin-left: 20px;
    width: 137px
}

.footer .footer_right .ewm h3 {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.rightfix {
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -244px;
    z-index: 100;
    display: none;
}

.rightfix .yuedu {
    background: #d00f1c;
    padding: 20px 15px;
    width: 164px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
}

.rightfix .yuedu .close {

    position: absolute;
}

.rightfix .yutext {
    background: #fff;
    box-shadow: 1px 2px 10px #999;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    text-align: center;
}

.rightfix .yutext ul {}

.rightfix .yutext ul li {
    background: #eeeeee;
    border-radius: 40px;
    text-align: left;
    padding: 4px;
    margin-bottom: 15px;
}

.rightfix .yutext ul li:last-child {
    margin-bottom: 0px;
}

.rightfix .yutext ul li a {
    padding-left: 15px;
    font-weight: bold;
}

.rightfix .yutext ul li a:hover {
    color: #c2334f;
}

.rightfix .yutext ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #eee;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
}

.rightfix .yutext ul li:hover {
    color: #d00f1c;
}

.rightfix .yutext ul li:hover span {
    background: #d00f1c;
    color: #fff;
}

.rightfix .yutext.bordiu {
    border-radius: 0 0 5px 5px;
}

.rightfix .yutext:last-child {
    margin-bottom: 0px;
}

.rightfix .yutext p {
    font-size: 20px;
    color: #c2334f;
    text-align: center;
}
.self_clear:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.chuban_four{
    /*border:4px solid red;*/
    margin:4px;
}
.chuban_four .left{
    float:left;
    /*border:1px solid green;*/
    width:33.33%;
}
.chuban_four .right{
    float:left;
    /*border:1px solid blue;*/
    width:66.66%;
}
/*书评书讯*/
.shuping {
    background: #f8f8f8;
    /*border:1px solid red;*/
}

.shuping .yingshi {
    width: 1198px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.shuping .yingshi .ys_left {
    float: left;
    width: 50%;
    /*margin-top: 6px;*/
    position: relative;
    overflow: hidden;
    /*border:1px solid green;*/
}

.shuping .yingshi .text_ysv {
    background: #c2334f;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 44px;
    position: absolute;
    z-index: 51;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

.shuping .yingshi .ys_left p:before{
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border: 2px solid #c33653;
        border-radius: 50%;
        margin-right: .5em;
    }
.shuping .yingshi .ys_left p:hover{
        color: #c33653;
    }

.shuping .yingshi .ys_right {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    /*border:1px solid green;*/
}

.shuping .yingshi .ys_right ul {
    width: 100%;
}

.shuping .yingshi .ys_right ul li {
    float: right;
    margin: 6px 7px;
    width: 47%;
    position: relative;
}

.shuping .yingshi .ys_right ul li:hover .ys_fixc {
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("../images/videoB.png") center no-repeat;
    background-size: auto 40px;
}

.shuping .yingshi a.bmore {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}

.shuping .yingshi .ys_right ul li:hover .text_ysv {
    display: block;
}

.shuping .yingshi .ys_left:hover .ys_fixc {
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("../images/videoB.png") center no-repeat;
}

.shuping .yingshi .ys_left .ysfmg {
    height: 418px;
    overflow: hidden;
}

.shuping .yingshi .ys_left:hover .text_ysv {
    display: block;
}

.shuping .yingshi .ys_right ul li .ysmg {
    height: 203px;
    overflow: hidden;
}

.shuping .yingshi .ys_right ul li img {
    float: left;
    height: 203px;
    width: 100%;
    transition: all 0.6s;
}

.shuping .yingshi .ys_right ul li:hover img {
    transform: scale(1.5);
}

.shuping .yingshi .ys_fixc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3) url("../images/videoB.png") center no-repeat;
    background-size: auto 60px;
    opacity: 0.8;
}

.shuping .yingshi .ys_right ul li .ys_fixc {
    background-size: auto 40px;
}

.n_color {
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}