@import "certify3.css";
@import "rightfix3.css";
@import "iconfont.css";
@import "jpcb3.css";
@import "news3.css";
@import "job.css";
html, body {
    background: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    color: #333;
    overflow-x: hidden;
}
.addchild{ display: none;}
.header_right .fr{ display: none;}
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: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.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: 86px;
    background-size: auto 100%;
    padding: 23px 0;
    border-bottom: 1px solid #c2334f;
    position: relative;
    z-index: 101;
}

.header .header_logo {
    float: left;
}
.lobf{ width: 56%;}

.header .header_logo img {
    float: left;
}

.header .header_logo_ms {
    float: left;
    text-align: center;
    margin-left: 28px;
    margin-top: 10px;
    display: none;
}

.header .header_logo_ms p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.header .header_right {
    float: right;
    padding-top: 8px;
    width: 39%;
}

.header .header_right .fl {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
}

.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: 0px solid #c2334f;
    margin-left: 0px;
    display: block;
    float: left;
    position: absolute;
    top: 18px;
    z-index: 2;
}

.vtoph a {
    color: #333;
    border: 1px solid #c2334f;
    display: inline-block;
    padding: 2px 10px;
    margin-left: 20px;
}

.vtoph a:hover {
    background: #c2334f;
    color: #fff;
}

.header .childcompany {
    position: absolute;
    top: -36px;
    right: 10px;
    background: #eeeeee;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    z-index: 3;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: none;
}

.header .childcompany p {
    width: 100%;
    background: #eee;
}


.header .childcompanyv {
    position: absolute;
    top: -6px;
    right: 10px;
    background: #fff;
    display: none;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    z-index: 4;
    text-align: center;
    border: 1px solid #e5e5e5;
    left: 10px;
    padding: 38px;
    /* display: block !important; */
    border-top: 2px solid #3e8e3c;
}

.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: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.header .childcompanyv ul li a {
    position: relative;
}

.header .childcompanyv ul li a:hover {
    color: #3e8e3c;
}
.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: #3e8e3c;
}

.header .childcompanyv ul li:hover {
    color: #3e8e3c;
}

.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;
}

.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;
    display: none;

}

.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::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url("../images/fdj.png") center no-repeat;
    bottom: 0;
    z-index: 3;
    width: 13px;
}

.nav {
    padding: 9px 0px;
    position: relative;
}

.nav .classnav{
    text-align: right;
    color: #c2546d;
}
.nav .classnav i{ font-size: 24px;    padding: 9px 15px;}

.nav ul {
    width: 70%;
    margin-left: 0%;
    right: 0;
    background: #f8f8f8;
    position: absolute;
    top: 44px;
    z-index: 58;
    border-top: 1px solid #efefef;
    display: none;
}

.nav ul li {
    width: 50%;
    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: 34px 0;
}

.index_title img{ height: 66px;}

.bannerswiper {
}

.bannerswiper .swiper-button-prev {
    background: url("../images/banner_left.png") no-repeat;
    width: 34px;
    height: 34px;
    background-size: auto 34px;
}

.bannerswiper .swiper-button-next {
    background: url("../images/banner_right.png") no-repeat;
    width: 34px;
    height: 34px;
    background-size: auto 34px;
}

.newstabv {
    position: relative;
    padding-top: 0px;
    margin: 20px auto;
    padding-left: 24%;
}

.newstabv .newstabvcos {
    background: #fff;
    padding-right: 0;
    min-height: 216px;
}

.newstabv .newstabvcos ul {
    width: 100%;
}

.newstabv .newstabvcos ul li {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
}

.newstabv .newstabvcos ul li:nth-child(2n) {
    float: inherit;
}

.newstabv .newstabvcos ul li h2 {
    font-weight: bold;
    font-size: 14px;
    background: url(../images/yuan.png) left center no-repeat;
    padding-left: 12px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    width: 472px;
    font-weight: normal;
    background-size: auto 6px;
}

.textalign {
    text-align: center;
}

.newstabv .newstabvcos ul li .sums {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.newstabv .newstabvcos ul li:hover h2 {
    color: #c2334f;
}

.newstabv .swiper-pagination-bullet {
    /*width: 90%;*/
    width: 99%;
    /*height: 34px;*/
    height: 50px;
    /*line-height: 34px;*/
    line-height: 50px;
    text-align: center;
    border: 1px solid #c2334f;
    /*font-size: 14px;*/
    font-size: 20px;
    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: inherit;
    width: 24%;
    text-align: left;
    border-bottom: 0px solid #cccccc;
    z-index: 50;
    background: #fff;
    bottom: inherit;
    padding-bottom: 24px;
}

.newstabv.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.newstabv a {
    /*display: inherit;*/
    display: block;
}

.newstabv .newsmore {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 12px;
    color: #c2334f;
    z-index: 51;
    display: none;
}

.xuanchuan {
    position: relative;
    background: url("../images/xuanbg.jpg") center no-repeat;
    background-size: auto 100%;
    /*height: 576px;*/
    height: 675px;
}

.xuanchuan .xuanceng {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.xuanchuan .xuank {
    /*height: 402px;*/
    height: 540px;
    overflow: hidden;
}

.xuanchuan .xuank ul {
    width: 100%;
    margin: 0 auto;
}

.xuanchuan .xuank li {
    float: left;
    /*padding: 10px;*/
    padding: 2px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    /*height: 130px;*/
    height: 70px;
    width: 50%;
    overflow: hidden;
    border-bottom: 1px solid #96969621;
    box-sizing: border-box;
}

.xuanchuan .xuank li:nth-child(1n) {
    width: 100%;
    padding-left: 30%;
}

.xuanchuan .xuank li p {
    position: absolute;
    font-size: 14px;
    color: #999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    word-wrap: break-word;
    /*top: 68px;*/
    top: 40px;
    left: 5px;
    right: 0px;
    font-family: "Times New Roman";
}

.xuanchuan .xuank li h2 {
    writing-mode: lr-tb;
    font-size: 18px;
    width: 100%;
    color: #c2334f;
    /*padding-top: 21px;*/
    padding-top: 10px;
    padding-right: 0;
    padding-left: 40px;
}
.xuanchuan .xuank li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.9);
}
.xuanchuan .xuank li:nth-child(4n) {
    /*background: rgba(255, 255, 255, 0.8)*/
    background: rgba(255, 255, 255, 0.9)
}
.xuanchuan .xuank li:nth-child(4n+1) {
    /*background: rgba(255, 255, 255, 0.8)*/
    background: rgba(255, 255, 255, 0.9)
}

.xuanchuan .xuank li .moren {
    position: relative;
    height: 86px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.xuanchuan .xuank li .moren::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 0px;
    height: 4px;
    background: #c2334f;

}

.xuanchuan .newm {
    position: relative;
    bottom: 27px;
    left: 0;
    right: inherit;
    text-align: center;
    float: left;
}

.xuanchuan .newm img {
    height: 28px;
}

.xuanchuan .nwenzi {
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 126px;
}

.xuanchuan .xuank li.active {
    background: #c2334f;
    color: #fff;
    width: 50%;
    -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;
    display: none;
}

.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: 100%;
}

.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: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dongtai .yingshi .ys_left {
    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.dongtai .yingshi .text_ysv {
    background: #c2334f;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    line-height: 34px;
    position: absolute;
    z-index: 51;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.dongtai .yingshi .ys_left img {
    float: left;
    /*height: 418px;*/
    height: initial;
    width: 100%;
    transition: all 0.6s;
    object-fit: cover;
}
.dongtai .yingshi .ys_left:hover img{
    transform: scale(1.5);
}

.dongtai .yingshi .ys_right {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dongtai .yingshi .ys_right ul {
    width: 100%;
}

.dongtai .yingshi .ys_right ul li {
    float: right;
    margin: 1.5% 0 1.5% 3%;
    width: 48.5%;
    position: relative;
}
.dongtai .yingshi .ys_right ul li:nth-child(2n){ margin-left: 0px;}

.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: 100%; overflow: hidden;}

.dongtai .yingshi .ys_left:hover .text_ysv {
    display: block;
}
.dongtai .yingshi .ys_right ul li .ysmg{ height: 100%; overflow: hidden;}
.dongtai .yingshi .ys_right ul li img {
    float: left;
    height: 160px;
    width: 100%;
    transition: all 0.6s;
    object-fit: cover;
}

.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: 50%;}
.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 0px;
    padding-bottom: 0px;
}

.tab5v .swiper-wrapper .swiper-slide {
    text-align: center;
}

.vhbcon .swiper-button-prev {
    /*background: #fff url("../images/lefts.png") left no-repeat;*/
    width: 36px;
    height: 114px;
    top: 0;
    bottom: 0;
    left: 0px;
}

.vhbcon .swiper-button-next {
    /*background: #fff url(../images/rights2.png) left no-repeat;*/
    width: 36px;
    height: 114px;
    top: 0;
    bottom: 0;
    right: 0px;
}

.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;
    height: 180px;
}

.cydong_jianjie .cylogos {
    position: absolute;
    top: 0;
    bottom: 0px;
    z-index: 92;
    width: 54px;
    margin-left: -27px;
    left: 50%;
    background: url(../images/zn_logo.png) center no-repeat;
    background-size: 54px auto;
}

.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: -90px;
    margin-bottom: -90px;
    background: rgba(0,0,0,0.3);
}

.cydong_jianjie .dtjj_left.active {
    top: 50%;
    bottom: 50%;
    margin-top: -90px;
    margin-bottom: -90px;
    background: rgba(0,0,0,0.3);
}

.cydong_jianjie .drn_left {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    right: 50%;
    padding-right: 38px;
    z-index: 12;
    text-align: right;
}

.cydong_jianjie .drn_left h2 {
    font-size: 18px;
}

.cydong_jianjie .drn_left p {
    font-size: 14px;
    padding-top: 10px;
}

.cydong_jianjie .drn_right {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    left: 50%;
    z-index: 12;
    padding-left: 38px;

}

.cydong_jianjie .drn_right h2 {
    font-size: 18px;
}

.cydong_jianjie .drn_right p {
    font-size: 14px;
    padding-top: 10px;
}

.cydong_jianjie .drn_right .mk_left {
    padding-right: 10px;
    float: inherit;
}

.cydong_jianjie .drn_right .mk_right {
    padding-left: 0px;
    border-left: 0px solid #dfdfdf;
    margin-top: 11px;
    float: inherit;

}

.cydong_jianjie .drn_right .mk_right a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 12px;
    width: 92px;
    text-align: center;
    padding: 4px 12px;
}

.cydong_jianjie .drn_left .mk2_left {
    padding-left: 10px;
    float: inherit;
}

.cydong_jianjie .drn_left .mk2_right {
    padding-right: 0px;
    border-right: 0px solid #dfdfdf;
    margin-top: 11px;
    float: inherit;
}

.cydong_jianjie .drn_left .mk2_right a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 12px;
    width: 92px;
    text-align: center;
    padding: 4px 12px;
}

.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: 100%;
    text-align: center;
    float: left;
    padding: 5px 0;
}

.chuban .book_tab {
    padding-top: 116px;
    padding-bottom: 30px;
}

.chuban .book_tab .swiper-pagination {
    top: 15px;
    bottom: inherit;
    text-align: left;
}

.chuban .book_tab .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 38px;
    border-radius: 0px;
    line-height: 38px;
    opacity: 1;
    background: transparent;
    font-size: 14px;
    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;
    max-height: 502px;
    overflow: hidden;
}

.chuban .book_tab .bmimg li {
    float: left;
    width: 47.5%;
    position: relative;
    text-align: center;
    height: 226px;
    margin-top: 25px;
    margin-left: 5%;
}
.chuban .book_tab .bmimg li:nth-child(2n+1){
    margin-left: 0px;
}

.chuban .book_tab .bmimg li .fixwez {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin-left: 0;
    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: 0;
    width: 100%;
    margin-left: 0;
    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 5px;
}

.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: 6px;
    left: 5px;
    right: 5px;
    text-align: center;
}

.chuban .book_tab .bmimg li .showtexts .kmore img {
    width: auto;
    height: auto;
}

.chuban .book_tab .bmimg li img {
    width: 100%;
    height: 226px;
}

/*最新精品出版开始*/

.chuban .book_tab_new {
    padding-top: 116px;
    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: 80px;
    height: 38px;
    border-radius: 0px;
    line-height: 38px;
    opacity: 1;
    background: transparent;
    font-size: 14px;
    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;
    max-height: 502px;
    overflow: hidden;
}

.chuban .book_tab_new .bmimg li {
    float: left;
    width: 47.5%;
    position: relative;
    text-align: center;
    height: 226px;
    margin-top: 25px;
    margin-left: 5%;
}
.chuban .book_tab_new .bmimg li:nth-child(2n+1){
    margin-left: 0px;
}

.chuban .book_tab_new .bmimg li .fixwez {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin-left: 0;
    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: 0;
    width: 100%;
    margin-left: 0;
    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 5px;
}

.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: 6px;
    left: 5px;
    right: 5px;
    text-align: center;
}

.chuban .book_tab_new .bmimg li .showtexts .kmore img {
    width: auto;
    height: auto;
}

.chuban .book_tab_new .bmimg li img {
    width: 100%;
    height: 226px;
}
/*最新精品出版结束*/

.chuban .fmore {
    position: absolute;
    right: 22px;
    top: 26px;
    z-index: 50;
    display: none;
}

.chuban .fmore a:hover {
    color: #c2334f;
}

.chuban .tushulist {
}

.chuban .tushulist .tushuLeft {
    float: left;
    width: 100%;
}

.chuban .tushulist .tushuLeft .thtitle {
    background: #fff;
    width: 288px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
}

.chuban .tushulist .tushuLeft .thtitle span {
    background: url(../images/shu.png) left no-repeat;
    padding-left: 34px;
    display: inline-block;
    font-size: 18px;
    color: #c2334f;
    background-size: auto 18px;
}

.chuban .tushulist .tushuLeft .swiper-slide {
    text-align: center;

}

.chuban .tushulist .tushuLeft .tushuslid {
    padding: 15px 10px 19px 10px;
    border: 1px solid #cacaca;
    text-align: center;
    display: inline-block;
    width: inherit;
    margin-bottom: 14px;
}

.chuban .tushulist .tushuLeft .tushuslid h2 {
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 28px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chuban .tushulist .tushuLeft .tushuslid img {
    height: 170px;
}

.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: 12px;
    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 34px 10px 0px;
    position: relative;
}

.chuban .tushulist .tushuLeft .tushucvs .tushusoid {

}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-prev {
    background: url("../images/lefts.png");
    left: inherit;
    width: 26px;
    height: 36px;
    right: 0;
    opacity: 1;
    margin-top: -60px;
    background-size: 28px auto;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-next {
    background: url(../images/rights2.png);
    right: 0;
    width: 26px;
    height: 36px;
    opacity: 1;
    margin-top: -7px;
    background-size: 28px auto;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-next.swiper-button-disabled {
    background: url("../images/rights.png");
    opacity: 1;
    background-size: 28px auto;
}

.chuban .tushulist .tushuLeft .tushucvs .swiper-button-prev.swiper-button-disabled {
    background: url("../images/lefts2.png");
    opacity: 1;
    background-size: 28px auto;
}

.chuban .tushulist .tushuRight {
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-right: 0%;
    box-shadow: 0px 1px 9px 3px #d6d6d6;
    padding: 0 15px;
    background: #fff;
    height: inherit;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.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: 26px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    background-size: auto 18px;
}

.chuban .tushulist .tushuRight .rtitlv:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 2px;
    width: 24%;
    border-bottom: 1px solid #c2334f;
}

.chuban .tushulist .tushuRight .rtitlv:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 2px;
    width: 24%;
    border-bottom: 1px solid #c2334f;
}

.chuban .tushulist .tushuRight .xstabs {
    padding-top: 15px;
    min-height: inherit;
}

.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;
    width: 85%;
    margin-top: 10px;
}

.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: 76%;
}
.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: 66%;
}
.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: 66%;
}


.chuban .tushulist .tushuRight .xstabs .xslist .sx_right .fl {
    color: #c2334f;
    margin-right: 30px;
    font-size: 14px;
    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: 0px;
}

.shiti .viewshiti {
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.shiti .viewshiti a {
    display: inline-block;
}


.shiti .stvbg {
    width: 140px;
    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: 144px;
    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;
    display: none;
}

.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: 13%;
    height: 38px;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    text-align: center;
    margin-left: 0px;
    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: 40%;
    height: 46px;
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    line-height: 46px;
    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: 54px;
    margin-bottom: 30px;
}

.teach_tab {
    padding-bottom: 20px;
}

.teach_tab .shuban {

}

.teach_tab .shuban .shuban_left {
    /*float: left;*/
    /*width: 800px;*/

}

.teach_tab .shuban .shuban_left.left {
    float: left;
    width: 46%;

}

.teach_tab .shuban .shuban_left ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 496px;
}

.teach_tab .shuban .shuban_left ul li {
    float: left;
    width: 48%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 2%;
    margin-left: 1%;
}

.teach_tab .shuban .shuban_left.left ul li {
    width: 99%;
}

.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);
    -ms-transform:rotateY(-180deg); 	/* IE 9 */
    -moz-transform:rotateY(-180deg); 	/* Firefox */
    -webkit-transform:rotateY(-180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(-180deg); 	/* Opera */
    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);
    -ms-transform:rotateY(0deg); 	/* IE 9 */
    -moz-transform:rotateY(0deg); 	/* Firefox */
    -webkit-transform:rotateY(0deg); /* Safari 和 Chrome */
    -o-transform:rotateY(0deg); 	/* Opera */
    z-index: 6;
}

.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;
    margin-bottom: 20px;
}

.laoshi_more a:hover {
    background: #c2334f;
    color: #fff;
}

.teach_tab .shuban .shubans {
    display: inline-block;
    height: 240px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.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: 100%;
    display: inherit;
    transform:rotateY(0deg);
    -ms-transform:rotateY(0deg); 	/* IE 9 */
    -moz-transform:rotateY(0deg); 	/* Firefox */
    -webkit-transform:rotateY(0deg); /* Safari 和 Chrome */
    -o-transform:rotateY(0deg); 	/* Opera */

    /*transform-style: preserve-3d;*/
    /*backface-visibility: hidden;*/
    transition: all 2.2s;
    object-fit: cover;
    position: absolute;
    z-index: 6;
}

.teach_tab .shuban .shuban_left ul li:hover img {
    height: 240px;
    width: 100%;
    display: inherit;
    transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg); 	/* IE 9 */
    -moz-transform:rotateY(-180deg); 	/* Firefox */
    -webkit-transform:rotateY(-180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(-180deg); 	/* Opera */
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 2.2s;
    z-index: 5;
}

.text2em {
    text-indent: 2em;
}

.teach_tab .shuban .shuban_right {
    float: right;
    background: #f8f8f8;
    width: 49%;
    height: 488px;
    text-align: center;
    padding: 30px 10px;
    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: 14px;
}

.teach_tab .shuban .shuban_right .sign {
    text-align: left;
    margin-top: 15px;
    line-height: 36px;
    color: #c2334f;
    font-size: 16px;
    text-align: center;
}

.teach_tab .shuban .shuban_right .sign a {
    display: block;
    padding: 0px 15px;
    border: 1px solid #c2334f;
    height: 34px;
    line-height: 34px;
    color: #c2334f;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}
.teach_tab .shuban .shuban_right .sign a:hover {
    color: #ffffff;
    background: #c2334f;
}
.teach_tab .shuban .shuban_right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 12px;
    background: url(../images/hjt.png) center no-repeat;
    background-size: 12px auto;
}

.footer {
    background: #333333;
    min-height: 260px;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.footer .footer_left {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 0px;
    text-align: center;
}

.footer .footer_cen {
    float: right;
    padding-left: 0;
    width: 100%;
    text-align: center;
}

.footer .footer_cen a:hover {
    color: #c2334f;
}

.footer .footer_cen p {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.footer .footer_right {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.footer .footer_right .ewm {
    float: left;
    margin-left: 0;
    width: 50%;
    text-align: center;
}

.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;
}
