@charset "utf-8";
/* CSS Document */
/* header --- start */
html,body{
    font-family: "思源黑体", "宋体";
}
a{
    cursor: pointer;
    font-family:"思源黑体", "宋体";
}
.header {
    box-shadow: 0 4px 10px rgb(102 102 102 / 40%);
    min-width: 1000px;
    max-width: 1920px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    border-top: 9px solid #d0121b;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.hei90{height:100px;overflow: hidden;}
.header_nav {float: right;height: 100%;line-height: 88px;margin-right: 15px;position: relative;}
.header_nav li {float: left;height: 100%;padding-right: 35px;*margin-right: 15px;position: relative;}

.header_nav {
    float: right;
    height: 100%;
    line-height: 88px;
    margin-right: 15px;
    position: relative;
}

.header_nav li {
    float: left;
    height: 100%;
    padding-right: 35px;
    *margin-right: 15px;
    position: relative;
}

.header_nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    font-size: 1em;
    color: #000;
    text-align: center;
}

.header_nav li.active a {
    color: #D0101B;
    border-bottom: solid 3px #D0101B;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .header_nav li {
        padding-right: 15px;
    }

    .header_nav li a {
        font-size: 12px;
    }
}

.header .icoo1, .header .icoo2 {
    width: 95px;
    height: 26px;
    display: block;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -13px;
}

.header .icoo1 {
    margin-left: 6px;
    margin-right: 30px;
    background: url(../images/button.png) no-repeat 0px 0px;
}

.header .icoo2 {
    background: url(../images/button.png) no-repeat 0px -100px;
}

.header .icoo1.active {
    background: url(../images/button.png) no-repeat 0px -50px;
}

.header .icoo2.active {
    background: url(../images/button.png) no-repeat 0px -150px;
}

.topButton, .topButton1 {
    margin-top: 33px;
}

.topButton {
    float: right;
}

.topButton1 {
    float: right;
    margin-left: 5px;
    margin-right: 30px;
}

/* header --- end */

/* 导航下拉菜单 --- start */
.nav {
    width: 100%;
    height: 210px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F9F9F9;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 10047;
}

.nav .box {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.nav .box .first {
    margin: 0px 50px;
    height: 100%;
}

.mod_chanpin {
    width: 100%;
    height: 100%;
    border-right: solid 1px #E3E3E3;
    box-sizing: border-box;
}

.mod_chanpin dl {
    width: 14%;
    height: 100%;
    border-left: solid 1px #E3E3E3;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.navBox .mod_chanpin.jiejue dl{
    width: 16%;
}
.mod_chanpin dl dt {
    height: 34px;
    line-height: 20px;
    color: #E21C1C !important;
    font-weight: bold;
}

.mod_chanpin dl dt a{
    height: 34px;
    line-height: 20px;
    color: #E21C1C !important;
    font-weight: bold;
}

.mod_chanpin dl dd a {
    width: 100%;
    height: 29px;
    line-height: 34px;
    display: block;
    color: #6A6A6A;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .mod_chanpin dl dd a {
        font-size: 12px;
    }
    .mod_chanpin dl {
        text-indent: 8px;
    }
}

.mod_chanpin dl dd a:hover, .mod_about .text ul a:hover {
    color: #E21D1D;
}

.mod_about {
    width: 100%;
    height: 100%;
    border-right: solid 1px #E3E3E3;
    box-sizing: border-box;
    position: relative;
}

.mod_about .text {margin-left: 630px;height: 100%;}
.mod_about .mod_arrfe {width: 660px;height: 100%;position: absolute;left: 0px;top: 0px;}
.mod_about .mod_arrfe img {width: 260px;height: 154px;float: left;  z-index: 1;}
.mod_about .mod_arrfe p {width: 360px;height: 154px;float: right;overflow: hidden;font-size: 12px;color: #848484;line-height: 36px;}
.mod_about .text ul {width: 26%;height: 130px;padding:0 5px; border-left: solid 1px #E3E3E3;float: right;text-align: center;}
.mod_about .text ul a {width: 100%; height: 40px; line-height: 40px; display: block; font-size: 14px; color: #333; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.mod_fangan {
    width: 100%;
    height: 100%;
    background: green;
}

.mod_tiyan {
    width: 100%;
    height: 100%;
    background: #f60;
}

.mod_fuwu {
    width: 100%;
    height: 100%;
    background: #333;
}

.mod_zhanlue {
    width: 100%;
    height: 100%;
    background: red;
}

/* 导航下拉菜单 --- end */

/* footer --- start */
.footer {
    width: 100%;
/*    background: #3b3b3b;*/
}

.footerCon {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    padding-bottom: 65px;
    padding-top: 60px;
    margin: 0 auto;
}
.footerCon.index{
    padding-top: 155px;
}
.footerConEn {
    color: #fff;
    font-size: 45px;
}

.footerConEn2 {
    margin-top: 70px !important;
}

.footerConCh {
    color: #fff;
    font-size: 30px;
}
.footerLine{
    color: #fff;
    font-size: 30px;
}

.footerConList1 {
    width: 16.66%;
    height: 14px;
    float: left;
}

.footer .ftList {
    width: 100%;
    margin-top: 30px;
}

.footer .ftList .footerU {
    width: 16.66%;
    float: left;
}

.footer .ftList .footerU dt {
    height: 38px;
    text-indent: 12px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.footer .ftList .footerU dt span {
    text-indent: 0px;
    position: absolute;
    left: -4px;
    top: 0px;
}

.footer .ftList .footerU dd {
    height: 26px;
    text-indent: 12px;
    font-size: 12px;
    line-height: 26px;
    border-left: 1px solid #666;
}

.footer .ftList .footerU dd a {
    color: #fff;
}

.footer .ftList .footerU dd a:hover {
    color:#dc121d;
}

.footer a:hover {
    color: #ca0000;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .footer .ftList .footerU dd {
        text-indent: 22px;
    }

    .footer .ftList .footerU dt span {
        left: 6px;
    }

    .footer .ftList .footerU dt {
        text-indent: 22px;
    }
}

.copy {
    width: 100%;
    height: 230px;
    background: #ececec;
}

.copyCon {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.copyConLeft {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .copyConLeft {
        width: 54%;
    }
}

.copyConLeft1 {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #c2c2c2;
}

.copyConLeft1 ul li {
    position: relative;
    height:20px;
    float: left;
    font-size: 12px;
    margin-right: 12px;
    color: #6a6a6a;
}
.copyConLeft1 ul li span{
    position: absolute;
    top:5px;
    display: block;
    width: 1px;
    height:12px;
    background:#6a6a6a ;
}
.copyConLeft1 ul li a {
    color: #6a6a6a;
}
.copyConLeft1 ul li:hover a{
    color: #cf2d36;
}
.copyConLeft2 {
    font-size: 12px;
    color: #515151;
    height: 34px;
    line-height: 52px;
}

.copyConLeft2 span {
    letter-spacing: 1px;
}

.tlogo {
    display: inline-block;
    width: 51px;
    height: 12px;
    background: url(../images/tlogo.png) no-repeat;
    position: relative;
    top: 2px;
    *top: -2px;
}

.copyConLeft3 {
    font-size: 12px;
    line-height: 34px;
}

.danger {
    font-size: 12px;
    font-weight: bold;
    color: #c51a1a;
}
.copyConCenter p {
    color: #666;
    font-size: 1.9em;
    /*font-size: 28px;*/
    height: 35px;
    line-height: 35px;
}


.copyConRight {
    width: 43%;
    float: right;
    margin-top: 60px;
    position: relative;
}
.erweima {
    position: relative;
    float: right;
    top:-18px;
}
.copyConCenter {
    width: 47%;
    float: right;
}
.psmall {
    padding-left: 18px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;

    background: url(../images/button.png) no-repeat ;
    background-position: 1px -920px;
}
.erweima .sao {
    position: absolute;
    bottom: 17px;
    left: 39%;
    color: #666666;
    font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .psmall {
        font-size: 10px;
    }
}

/* footer --- end */

/* 合作支持 --- start */
.con_top {
    width: 100%;
    margin: 0px 0 0px 0;
    font-size: 17px;
    height: 350px;
    background: url("../images/home1.jpg") center top no-repeat;
}

.con_top.bg {
    background: none;
    height: 50px;
}
.con_top .a2 span{
    display: block;
    width: 1px;
    background: #000;
    height: 14px;
    position: absolute;
    top: 20px;
    left: -69px;
}
.h2 .a2 {
    float: right;
    width: 141px;
    margin-left: 55px;
    position: relative;
}
/* development --- end */

/* --title标题 start--*/
.title {
    width: 100%;
    height: 130px;
    padding: 30px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title p {
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    color: #fff;
}
.title p.t1{
    font-size: 47px;
}

.title p.t {
    color: #CA0202;
}

.title .div596 {
    width: 596px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    background: url(../images/com.png) no-repeat 0px 0px;
    font-size: 16px;
}

.title .div496 {
    width: 496px;
    height: 43px;
    line-height: 42px;
    margin: 0 auto;
    background: url(../images/com.png) no-repeat 0px -50px;
    font-size: 16px;
}

.title .color1 {
    color: #787878;
}

/*灰色*/
.title .color2 {
    color: #fff;
}

/*灰色*/
/* --合作支持 end--*/

/* --当前位置 start--*/
.current {
    width: 100%;
    font-size: 14px;
    background: #ffffff;
}

.current .currentBox {
    max-width: 1200px;
    min-width: 1000px;
    padding: 15px 0px;
    margin: 0 auto;
}

.current .currentBox .center {
    height: 36px;
    line-height: 36px;
    background: url(../images/categroy.png) no-repeat 4px -108px;
}

.current .currentBox span {
    margin-left: 24px;
}

.current .currentBox a {
    margin: 0px 10px;
    color: #333;
}

.current .currentBox a.active {
    color: #D11724;
}

/* -- 当前位置 end--*/

/* -- 丰富产品 start--*/
.coClaim {
    width: 100%;
    height: 384px;
    background:#f2f3f5;
}
.h_title {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 60px;
}
.h_title.t1{
    padding-top: 60px;
    padding-bottom: 60px;
}

.h_title div {
    width: 210px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #C60211;
    margin: 0 auto;
    position: relative;
}

.h_title .div1 {
    width: 300px;
}

.h_title div.color1 {
    color: #fff;
}

.h_title div strong {
    font-weight: normal;
    font-size: 18px;
}

.h_title div .span1, .h_title div .span2 {
    width: 80px;
    height: 1px;
    display: block;
    background: #C60211;
    position: absolute;
    top: 10px;
}

.h_title div .span1.t, .h_title div .span2.t {
    background: #fff;
}

.h_title div .span1 {
    left: -25px;
}

.h_title div .span2 {
    right: -25px;
}
.coClaimCon {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.coPro1 {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #e40e18;
    font-size: 30px;
    font-weight: normal;
    margin-top: 77px;
}

.coClaimL {
    min-width: 900px;
    max-width: 1158px;
    height: 166px;
    margin: 0 auto;
    padding-top: 2px;
}
.title.coop{
    padding: 66px 0 0 0;
}
.title.coop p{
    color: #000;
}
.title.coop div{
    width:192px;
    height:40px;
    line-height: 40px;
    border:1px solid #515a6d;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}
.title.coop div span{
    width: 158px;
    height:1px;
    background:#515a6d;
    position: absolute;
    top:20px;
}
.title.coop div span.left{
    left:-147px;
}
.title.coop div span.right{
    right:-147px;
}
.coClaimL li {
    width: 32%;
    *width: 32%;
    height: 100%;
    float: left;
}

.coClaimL li:hover{ background: #d20000; color: #fff;}

.first {
    height: 100%;
}
.one,.tow,.three{
    background:#ffffff;
    margin: 0 0 0 10px;

}
.coClaimLCon {
    margin: 40px 25px;
    position: relative;
}

.coClaimLCon .ico {
    position:absolute;
    min-width: 64px;
    height: 64px;
    display: block;
}
.ico img{
    position:absolute;
    left:1px;
    top:1px;
    height: 65px;
    width:65px;
    z-index: 1;
    border: 2px solid #d20000;
    border-radius: 50%;
}

.coClaimL li:hover img{  
    border: 2px solid #fff;
    border-radius: 50%;
}

.ico_1{
    position: absolute;
    width: 66px;
    height: 66px;
    display:none;
    z-index:2;
}
.ico_3{
    position: absolute;
    width: 64px;
    height: 64px;
    border:2px solid #df0f1a;
    border-radius: 54px;
    display:none;
    z-index:2;
}
.coClaimLCon .ff_text {
    position: absolute;
    left:75px;
    width: 70%;
    padding-left:15px;
}



.coCSmall {
    color: #767676;
    font-size: 14px;
    line-height: 24px;
}

.coClaimL li:hover p.coCSmall{ color: #fff; }

/*-- 丰富产品 -- end */

/*-- 良好服务 --start */
.goodSer{
    height:570px;
    width:100%;
    margin-top:35px;
}
.module_sixt {
    width: 100%;
    height: 460px;
    padding-top:90px;
    background: url('../images/gs_bg.jpg') center top no-repeat;
}

.module_sixt .box {
    min-width: 1000px;
    max-width: 1210px;
    margin: 0 auto;
}

.module_sixt .box li {
    width: 16.66%;
    *width: 16.56%;
    float: left;
    height:300px;
    overflow: hidden;
    position: relative;
}
.module_sixt .box li .first {
    margin: 20px 5px 0 5px;
    background: #fff;
    height:170px;
    padding-top:110px;
    display: block;
    position: relative;
    top:0px;
    transition: all 0.8s;
    z-index: 2;
	border:0px;
}
.module_sixt .box li:hover a.first{top:-20px;transition: all 0.8s;}

.module_sixt .gs_title{
    text-align: center;
    display:block;
    color:#424242;
}
.module_sixt .gs_line{
    display: block;
    height:40px;
    background: url('../images/gs_line.jpg') center center no-repeat;
}
/*.module_sixt .box li:hover a.second{top:-20px;transition: all 0.6s;}*/
.second {
    margin: 20px 5px 0 5px;
    background: #df0f1a;
    height:250px;
    padding:30px 12px 0 25px;
    color:#fff;
    display: block;
    position: absolute;
    /*top:290px;*/
    top: 0px;
    transition: all 0.6s;
    z-index: 2;
    text-decoration: none!important;
}
.second dt{
    line-height: 60px;
    font-size:20px;
    font-weight: 500;
    text-align: center;
}
.second dd{
    line-height:26px;
    font-size:16px;
}
/*-- 良好服务 --end */

/*-- 专业技术 --start */
.pro_teh{
    width:100%;
    height:650px;
    margin-top:80px;
}
.module_three {
    min-width: 1000px;
    max-width: 1240px;
    margin: 0 auto;
}

.module_three li {
    width: 33.33%;
    *width: 33.23%;
    float: left;
}

.module_three li .first {
    border: solid 1px #D4D5D6;
    margin: 0 20px;
}
.exp_yanshi .module_three li .first{
    margin: 20px 20px;
}
.module_three li .first:hover{
    border: solid 1px #cf2d36;
}

.module_three li .first .img {
    position: relative;
    overflow: hidden;
}

.module_three li .first img {
    width: 100%;
    height: auto;
    transform:scale(1);
    transition: all 0.8s;
}

.module_three li .first .img img:hover{
    /*transform-origin: 0px 0px;*/
    transform: scale(1.2);
    transition: all 0.8s;
}

.module_three li .first dl {
    text-align: center;
    height: 200px;
    width: 100%;
}

.module_three li .first dt {
    padding-top: 46px;
    font-size: 18px;
    font-weight: bold;
}

.module_three li .first dd {
    padding: 46px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color:#333333;
}

.module_three li .first .button {
    width: 220px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}

.module_three li .first .button .left, .module_three li .first .button .right {
    width: 80px;
    height: 46px;
    line-height: 46px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    background: url(../images/exp.png) no-repeat;
}

.module_three li .first .button .left {
    float: left;
    background-position: 0 -1284px;
}

.module_three li .first .button .right {
    float: right;
    background-position: 0 -1484px;
}

.module_three li .first .button .left:hover {
    background-position: 1px -1384px;
    color: #C80405
}

.module_three li .first .button .right:hover {
    background-position: 1px -1584px;
    color: #C80405
}
/*-- 专业技术 --end */

/*-- 强大市场 --start */
.big_mar{
    width: 100%;
    height:650px;
}
#d_tab29 ul, #d_tab29 li { margin: 0; padding: 0; list-style: none }
#d_tab29 img { vertical-align: top }
#d_tab29 { position: relative; height: 537px;   text-align: left;background: url(../images/big_market.jpg) center top no-repeat }
#d_tab29 .d_img { position: relative; margin: 0 auto; width: 860px; height: 100% }
#d_tab29 .d_img li { position: absolute; display: none; z-index: 0;border:1px solid grey;}
/*#d_tab29 .d_img .cont{ width:100%; height:87px; background:rgba(0,0,0,0.5); position:absolute; bottom:0px; left:0px; z-index:99999;}*/
#d_tab29 .d_img li img { width: 100%;display: inline-block}
#d_tab29 .d_img li.d_pos1 { display: block; width: 200px; left: 0; top: 90px; z-index: 1;}
#d_tab29 .d_img li.d_pos2 { display: block; width: 250px; left: 20%; top: 70px; z-index: 2 ;}
#d_tab29 .d_img li.d_pos3 { display: block; width: 300px; left: 40%; top: 50px; z-index: 3 ;}
#d_tab29 .d_img li.d_pos4 { display: block; width: 250px; right: 20%; top: 70px; z-index: 2 ;}
#d_tab29 .d_img li.d_pos5 { display: block; width: 200px; right: 0; top: 90px; z-index: 1 ;}
/*#d_tab29 .d_img li div{position:absolute;top:0;height:100%;width:100%;background: white;box-shadow: 1px 1px 5px #666;border:1px solid #aaa;font-size:12px;}*/
/*.pos_tp,.pos_bt{width:300px;margin:0 auto;display: block;font-size:16px;}*/
#d_tab29 .d_next,#d_tab29 .d_prev{
    display: block;
    width:40px;
    height:40px;
    top: 220px;
    z-index: 10;
    cursor: pointer ;
    background: url("../images/button.png");
}
#d_tab29 .d_next {
    position: absolute;
    right: 13%;
    background-position: -150px -399px;

}
#d_tab29 .d_prev {
    position: absolute;
    left: 13%;
    background-position: -150px -350px;

}
/*-- 强大市场 --end */

/*-- 全面培训 --start */
.recr_td{
    width:100%;
    height:500px;
}
.recr_td .box{
    min-width: 1000px;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.recr_td .box ul {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.recr_td .box li {
    margin: 0;
    width: 282px;
    height: 300px;
    float: left;
}

.recr_td .box li.xiaodian {
    position: relative;
    font-size: 30px;
    width: 65px;
    height: 10px;
    font-size: 30px;
    color: #d7993d;
    margin: 0;
    top: 111px;
    left: 22px;
}

.recr_td .box li .first {
    height: auto;
    margin: 0px;
    position: relative;
}

.recr_td .box li .first:hover .posi {
    z-index: 3;
}

.recr_td .box li .first img {
    width: 282px;
    height: 282px;
}

.recr_td .box li .first .text {
    width: 282px;;
    height: auto;
    position: relative;
    z-index: 2;
}

.recr_td .box li .first .text p ,.recr_td .box li .first .posi p{
    width:120px;
    height:200px;
    text-align: center;
    position: absolute;
    top: 11%;
    left:29%;
}
.first .text p .p_tp{
    font-size:16px;
    line-height: 44px;
    color:#000;
}
.first .posi p .p_tp{
    font-size:16px;
    line-height: 44px;
    color:#fff;
}
.first .text p .p_bt{
    margin:10px auto;
    display:block;
    width: 112px;
    text-align: left;
    color:#444;
    line-height: 22px;
    font-size:14px;
}
.first .posi p .p_bt{
    margin:10px auto;
    display:block;
    width:112px;
    text-align:left;
    color:#fff;
    line-height:22px;
    font-size:14px;
}
.recr_td .box li .first .posi {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
/*-- 全面培训 --end */

/*-- 叠加奖励 --start */
.about_wenhua {
    width: 100%;
    height: 615px;
    background: #fff;
}
.about_wenhua .box_bg{
    background: url(../images/awa_bg.jpg) center top no-repeat;
}
.about_wenhua .box {
    min-width: 1000px;
    max-width: 1180px;
    height: 420px;
    padding-top:70px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about_wenhua .box a.left, .about_wenhua .box a.right {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/button.png) no-repeat;
    z-index: 10;
    top: 151px;
}

.about_wenhua .box a.left {
    left: 5px;
    background-position: -150px -350px;
}

.about_wenhua .box a.right {
    right: 5px;
    background-position: -150px -400px;
}

.about_wenhua .box ul {
    position: relative;
}

.about_wenhua .box li {
    width: 24%;
    margin-left:1%;
    *width: 24%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top:20px;
    padding-bottom:20px;
}

.about_wenhua .box li .first {
    border: solid 1px #E3E3E3;
    height: 100%;
    z-index:1;
}

.about_wenhua .box li.t .first {
    border-right: solid 1px #e3e3e3;
}

.about_wenhua .box li .first .text {
    width: 100%;
    height: 100%;
    background: #fff;
}

.about_wenhua .box li .first img {
    width: 100%;
    height: auto;
}

.about_wenhua .box li .first .text dl {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.about_wenhua .box li .first .text dt {
    height: 60px;
    line-height: 100px;
    font-size: 20px;
}

.about_wenhua .box li .first .text dd {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.about_wenhua .box li .posi {
    width: 100%;
    height: 112%;
    position: absolute;
    left: 0;
    top: 364px;
    z-index:2;
    transition: all 0.6s;
}


.about_wenhua .box li:hover .posi.icoo1 {
    background: url(../picture/awa_1.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    top:-20px;transition: all 0.6s;
}

.about_wenhua .box li:hover .posi.icoo2 {
    background: url(../picture/awa_2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    top:-20px;transition: all 0.6s;
}

.about_wenhua .box li:hover .posi.icoo3 {
    background: url(../picture/wenhua2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    top:-20px;transition: all 0.6s;
}

.about_wenhua .box li:hover .posi.icoo4 {
    background: url(../picture/awa_3.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    top:-20px;transition: all 0.6s;
}

.about_wenhua .box li .posi .t {
    width: 100%;
    height: 100%;
    background: rgba(211, 8, 8, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccE00D0D, endColorstr=#ccE00D0D);
}

.tiejia_1{background: url(../picture/dejia_1.jpg) no-repeat 0 0;}
.tiejia_2{background: url(../picture/dejia_2.jpg) no-repeat 0 0;}
.tiejia_3{background: url(../picture/dejia_3.jpg) no-repeat 0 0;}
.tiejia_4{background: url(../picture/dejia_4.jpg) no-repeat 0 0;}

.about_wenhua .box li .posi dl {
    position: relative;
    z-index: 2;
    top: 20%;
}

.about_wenhua .box li .posi dt {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.about_wenhua .box li .posi dd {
    height: 32px;
    line-height: 32px;
    padding-top:18px;
.padding-top:10px;/*ie7 ie8*/
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.about_wenhua .box li .posi .xian {
    width: 20px;
    height: 2px;
    background: #fff;
    display: none;
    position: relative;
    margin: 0 auto;
    top: 45%;
}
/*-- 叠加奖励 --end */

/*-- 合作申请 --start */
.cor_apl{
    width: 100%;
    height:280px;
}
.cor_apl .box{
    min-width:1000px;
    max-width:1180px;
    margin:0 auto;
    padding-top:50px;
}
.cor_apl .box p{
    display: block;
    margin:0 auto;
    text-align: center;
    width: 330px;
}
.ap_1{
    line-height:44px;
    font-size:16px;
}
.ap_2{
    line-height: 54px;
    font-size:18px;
}
.ap_3{
    font-size:16px;
    line-height: 54px;
}
.ap_3 a{
    display: block;
    width:150px;
    height:55px;
    color:#fff;
    background: url(../images/ap_3.png) center center no-repeat;
    margin: 0 auto;
}
/*-- 合作申请 --end */
/*X轴的翻转*/
.transfb{transform-style: preserve-3d; perspective:800px;}
.transfb .fb_first , .transfb .fb_last{
    transition:all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s; /* Opera */
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
}
.transfb .fb_first{
    opacity: 1;
}
.transfb .fb_last{
    transform:rotateX(-180deg);
    -ms-transform:rotateX(-180deg);
    -moz-transform:rotateX(-180deg);    /* Firefox */
    -webkit-transform:rotateX(-180deg); /* Safari 和 Chrome */
    -o-transform:rotateX(-180deg);  /* Opera */
    opacity: 0;
}
.transfb:hover .fb_first{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);     /* Firefox */
    -webkit-transform:rotateX(180deg); /* Safari 和 Chrome */
    -o-transform:rotateX(180deg);   /* Opera */
    opacity: 0;
}
.transfb:hover .fb_last{
    transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);   /* Firefox */
    -webkit-transform:rotateX(0deg); /* Safari 和 Chrome */
    -o-transform:rotateX(0deg);     /* Opera */
    opacity: 1;
}

/*翻书*/
.zb_book{transform-style:preserve-3d; perspective:800px;}
.zb_book li{width:100%; height:100%; transform-style:preserve-3d; perspective:800px; transform-origin:left center; position:absolute; top:0px; left:0px;}
.zb_book a{width:100%; height:100%; display:block; position:absolute; left:0px; top:0px; border-radius:6px;}

/*页 - 排序*/
.zb_book .bk_zIndex1{z-index:1;}
.zb_book .bk_zIndex2{z-index:2;}

/*页 - 正面*/
.zb_book .bk_top{
    z-index:2;
    background:-webkit-linear-gradient(#FCF9F3 0 , #DBD9D5 100%);
    background:linear-gradient(#FCF9F3 0 , #DBD9D5 100%);
}
.zb_book .bk_bottom{
    z-index:1;
    background:#FFFBF5;
    transform:translateZ(-1px);
}

/*封面*/
.zb_book .last_cover{width:102%; height:102%; top:-1%; box-shadow:3px 3px 20px #000;}

@media screen and (min-width: 320px) and (max-width: 1940px) {.header {  left: 0;
    margin-left: 0px;}}
