.main_block {
    width: 1280px;
    margin: 0 auto 20px;
    clear: both;
    position: relative;
}

.main_block:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.main_c1 {
    float: left;
    margin-right: 20px;
    width: 243px;
}

.main_c2 {
    float: left;
    width: 633px;
}

.main_c3 {
    float: right;
    width: 363px;
}

.main_c2,
.main_c1,
.main_c3 {
    transition: all 0.8s ease;
}

.main_c2:hover,
.main_c1:hover,
.main_c3:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.down {
    height: 174px;
}

.down a {
    loat: left;
    width: 100%;
    height: 174px;
    background: url(../images/ndown.png) no-repeat center 42px #de3748;
    float: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.down a:hover {
    background-position: center 38px;
    background-color: #f54052;
}

/*红色按钮*/

.focus {
    width: 633px;
    height: 296px;
    background: #000;
    position: relative;
}

.lbt_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lbt_box a,
.lbt_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.lbt_box img,
.lbt_box img {
    width: 633px;
    height: auto;
}

#tab {
    position: absolute;
    right: 31px;
    bottom: 15px;
    z-index: 3;
    height: 13px;
}

#tab span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #161b34;
    border-radius: 13px;
    text-indent: -99999px;
    margin-left: 12px;
    cursor: pointer;
}

#tab span.current {
    background: #d51800;
}

.tab {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.tab span {
    width: 74px;
    height: 27px;
    display: inline-block;
    background: #3a3a3a;
    text-align: center;
    line-height: 27px;
    color: #afafaf;
    font-size: 14px;
    cursor: pointer;
}

.tab span.current {
    background: #d51800;
    color: #fff;
}

/*news*/

.news {
    width: 333px;
    height: 279px;
    background: #fff;
    padding: 15px 15px 0 15px;
    border: 1px solid #e6ebf7;
}

.news .title {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.news .title ul {
    border-bottom: 1px solid #b2b2b2;
    height: 40px;
}

.news .title li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    width: 66px;
    text-align: center;
    color: #3a3a3a;
}

.news .current {
    border-bottom: 2px solid #997934;
    font-weight: bold;
}

.news .current a {
    color: #997934;
}

.news .list li.first_child {
    color: #ed8578;
    font-size: 18px;
    text-align: center;
    padding: 16px 0 7px 0;
    font-weight: bold;
}

.news .list li.first_child a {
    color: #ff0000;
}

.first_child .date {
    display: none;
}

.first_child .typename {
    display: none;
}

.news .list div {
    display: none;
}

.news .list li {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .list li a {
    color: #4d4d4d;
}

.news .list li a:hover {
    color: #997934;
}

.news .list li .date {
    float: right;
}

.data {
    border: 1px solid #e6ebf7;
    width: 631px;
    height: 292px;
    background: #fff;
    font-size: 0;
}

.data li {
    width: 315px;
    float: left;
    height: 146px;
    border-bottom: 1px solid #f2f2f2;
}

.data li.data_bor {
    border-right: 1px solid #f2f2f2;
}

.data li h2 {
    font-size: 18px;
    color: #354164;
    border-left: 2px solid #354164;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    margin: 24px 23px 0 26px;
    font-weight: normal;
}

.data li h2 a {
    float: right;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ae976f;
    color: #ae976f;
    line-height: 11px;
    font-weight: normal;
    text-align: center;
}

.data li p {
    padding: 16px 0 0 22px;
}

.data li p a {
    display: inline-block;
    margin: 0 4px;
    padding: 0 7px;
    color: #4d4d4d;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    vertical-align: middle;
}

.data li p span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    overflow: hidden;
    vertical-align: middle;
}

.data li p a:hover {
    background: #b6a065;
    color: #fff;
}

.marvellous {
    background: #fff;
    height: 292px;
    border: 1px solid #e6ebf7;
}

.marvellous h2 {
    font-size: 20px;
    color: #283850;
    padding-left: 20px;
    line-height: 48px;
    font-weight: normal;
}

.marvellous h2 a {
    float: right;
    display: block;
    margin: 15px 10px 0 0;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ae976f;
    color: #ae976f;
    line-height: 11px;
    font-weight: normal;
}

.marvellous_cent {
    width: 363px;
    height: 203px;
    position: relative;
    overflow: hidden;
}

.marvellous_roll {
    position: absolute;
    left: 0;
    top: 0;
}

.marvellous_roll a {
    display: block;
    float: left;
}

.marvellous_tit {
    margin-top: 2px;
}

.marvellous_tit span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marvellous_tit span {
    width: 120px;
    background: #5d6783;
    display: inline-block;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 1px;
}

.marvellous_tit span.current {
    background: #b6a065;
}

.jobs {
    margin: 40px 0;
    height: 455px;
    background: #fff;
    position: relative;
}

.jobs_back {
    background: url(../images/jobs_back19.jpg) no-repeat center top;
    height: 455px;
}

.jobs_main {
    width: 1280px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -640px;
}

.jobs_left {
    float: left;
    width: 900px;
}

.jobs_left ul {
    width: 110px;
    float: left;
    margin-top: 15px;
}

.scrollbar {
    height: 432px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    display: none;
}

.jobs_left li {
    margin-bottom: 7px;
    height: 24px;
    cursor: pointer;
}

.jobs_left li span {
    background: url(../images/icon.png) -210px -19px;
    width: 26px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.jobs_left li i {
    display: inline-block;
    width: 71px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #596489;
    text-align: center;
    margin: 0 3px 0 5px;
    vertical-align: middle;
}

.jobs_left li em {
    display: inline-block;
    width: 2px;
    height: 24px;
    background: #5e74b5;
    overflow: hidden;
    vertical-align: middle;
}

.jobs_left li.current span,
.jobs_left li:hover span {
    background-position: -210px -2px;
}

.jobs_left li.current i,
.jobs_left li:hover i {
    background: #a99359;
    color: #fff;
}

.jobs_left li.current em,
.jobs_left li:hover em {
    background: #a99359;
}

.jobs_cent {
    width: 240px;
    float: left;
    margin: 60px 0 0 60px;
}

.jobs_cent p {
    color: #596489;
    font-size: 14px;
}

.jobs_cent p span {
    background: url(../images/icon.png) -249px -2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 4px;
}

.jobs_cent p i {
    background: url(../images/icon.png) -249px -19px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 4px;
}

.jobs_cent .list {
    display: none;
}

.jobs_cent .list div {
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img1 {
    background: url(../images/c02.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img2 {
    background: url(../images/c03.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img3 {
    background: url(../images/c04.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img4 {
    background: url(../images/c05.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img5 {
    background: url(../images/c19.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img6 {
    background: url(../images/c06.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img7 {
    background: url(../images/c07.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img8 {
    background: url(../images/c08.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img9 {
    background: url(../images/c09.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img10 {
    background: url(../images/c10.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img11 {
    background: url(../images/c11.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img12 {
    background: url(../images/c12.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img13 {
    background: url(../images/c13.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img14 {
    background: url(../images/c01.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img15 {
    background: url(../images/c00.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img16 {
    background: url(../images/c14.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img17 {
    background: url(../images/c15.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img18 {
    background: url(../images/c16.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img19 {
    background: url(../images/c17.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list .jobs_img20 {
    background: url(../images/c18.png);
    width: 245px;
    height: 130px;
}

.jobs_cent .list div {
    transform: translate(0, -80px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jobs_cent .list p {
    transform: translate(0, 80px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jobs_cent .loop div,
.jobs_cent .loop p {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.ranking {
    background: url(../images/ranking.png);
    width: 364px;
    height: 453px;
    float: right;
}

.ranking .title {
    margin: 124px 0 0 17px;
}

.ranking .title span {
    background: #eef0f4;
    border: 1px solid #e5e5e5;
    width: 71px;
    height: 58px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: #5f6b81;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
    font-weight: bold;
}

.ranking .title span.current {
    background: #b6a065;
    border: 1px solid #b6a065;
    color: #fff;
}

.ranking .list {
    display: none;
    font-size: 14px;
    color: #5f6b81;
    line-height: 35px;
    margin-top: 10px;
}

.tab_tit {
    font-weight: bold;
}

.player {
    border: 1px solid #e6ebf7;
    width: 591px;
    height: 291px;
    background: #fff;
    padding: 0 20px;
}

.player .title {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.player .title ul {
    border-bottom: 1px solid #e5e5e5;
    height: 62px;
}

.player .title li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    line-height: 62px;
    width: 90px;
    text-align: center;
    color: #354164;
    margin-right: 30px;
}

.player .title li a {
    color: #354164;
}

.player .current {
    border-bottom: 2px solid #354164;
}

.player .list {
    margin-top: 25px;
    display: none;
}

.player_l {
    float: left;
    width: 370px;
    font-size: 14px;
    line-height: 30px;
    color: #25243a;
}

.player_l li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player .typename {
    display: none;
}

.player .date {
    float: right;
}

.player .player_l a {
    color: #25243a;
}

.player .player_l a:hover {
    color: #c83a3a;
}

.player_r {
    float: right;
    width: 193px;
    margin-top: 5px;
    overflow: hidden;
}

.player_r img {
    transition: all 0.5s ease;
}

.player_r:hover img {
    transform: scale(1.1);
}

.djd {
    width: 361px;
    height: 291px;
    background: #fff;
    border: 1px solid #e6ebf7;
    position: relative;
}

.djd h2 {
    text-align: center;
    font-weight: normal;
    color: #596f94;
    font-size: 18px;
    height: 62px;
    line-height: 62px;
}

.djd_focus {
    width: 261px;
    height: 154px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.djd_focus ul {
    height: 154px;
    position: absolute;
}

.djd_focus ul li {
    float: left;
    width: 261px;
    height: 154px;
}

.djd_focus img {
    float: left;
    width: 261px;
    height: auto;
}

.djd .pre {
    background: url(../images/icon.png) -123px -22px;
    width: 19px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 126px;
}

.djd .next {
    background: url(../images/icon.png) -144px -22px;
    width: 19px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 126px;
}

.djd p {
    text-align: center;
    color: #354164;
    font-size: 14px;
    line-height: 20px;
    padding-top: 13px;
}

.sjsy {
    font-size: 0;
}

.sjsy .m10 {
    display: inline-block;
    margin: 0 10px;
}

.sjsy a {
    width: 204px;
    height: 141px;
    overflow: hidden;
    display: inline-block;
}

.sjsy img {
    transition: all 0.5s ease;
}

.sjsy img:hover {
    transform: scale(1.1);
}

.media {
    width: 361px;
    height: 139px;
    background: #fff;
    border: 1px solid #e6ebf7;
}

.link {
    position: relative;
    margin: 18px 0 15px 16px;
    background: #25243a;
    width: 314px;
    color: #d4d4d4;
}

.link_title {
    width: 314px;
    height: 38px;
    line-height: 38px;
    background: url(../images/icon.png) 0 -122px;
    font-size: 14px;
    color: #414242;
    padding-left: 17px;
}

.link_text {
    position: absolute;
    display: none;
    background: #f2f4f8;
    left: 0;
    top: -326px;
    height: 326px;
    overflow: auto;
    width: 331px;
}

.link_text a {
    height: 25px;
    line-height: 25px;
    display: block;
    color: #414242;
    text-decoration: none;
    padding-left: 16px;
    font-size: 14px;
}

.media_btm {
    margin-left: 16px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.mask {
    position: absolute;
    z-index: 9;
    filter: alpha(opacity=80);
    background: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.recommend {
    width: 800px;
    height: 500px;
    position: fixed;
    _position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -400px;
    z-index: 99;
    display: none;
}

.recommend a {
    display: none;
}

.recommend_close {
    background: url(../images/close_v1.png) no-repeat;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 5px;
    right: -40px;
    cursor: pointer;
}

.recommend_close:hover {
    transform: rotate(360deg);
    transition: 1s;
    display: block;
}

.footer {
    margin-top: 100px;
}

.video_tit {
    position: absolute;
    width: 291px;
    height: 408px;
    z-index: 999;
    top: 121px;
    left: 200px;
    background: url(../images/video_tit.png);
}

#top_video {
    position: absolute;
    left: -320px;
    top: 0;
    pointer-events: none;
}

.slogan {
    width: 501px;
    height: 256px;
    background: url(../images/slogan_bg_v7.png);
    background-size: 100% 100%;
    position: absolute;
    left: 179px;
    top: 188px;
}

body {
    overflow-x: hidden;
}

.main_video {
    background: url(../images/video_btn.png);
    width: 89px;
    height: 87px;
    position: absolute;
    top: 466px;
    right: 350px;
    z-index: 1;
    cursor: pointer;
}

.ageTips {
    position: absolute;
    left: 65%;
    bottom: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.ageTipsPopup {
    width: 882px;
    height: 512px;
    background: url(../images/tipspopup.jpg) no-repeat;
    position: fixed;
    _position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -441px;
    z-index: 99;
    display: none;
}

.ageTipsPopup div {
    width: 750px;
    margin: 0 auto;
    padding-top: 120px;
    color: #e5e0ce;
    line-height: 30px;
    font-size: 14px;
}

.ageTipsPopup div p {
    margin-bottom: 20px;
}

.tips_close {
    background: url(../images/tips_close.png) no-repeat;
    width: 43px;
    height: 344px;
    position: absolute;
    top: 5px;
    right: -50px;
    cursor: pointer;
}

.top_video {
    right: 277px;
    top: 452px;
}

.main_reg,
.main_reg_hide {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 2;
}

.main_reg_close {
    width: 33px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.main_reg_hide {
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 768px) {
    .wap_top {
        width: 100%;
        height: 4em;
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        display: block;
    }
    .wap_top img {
        height: 41px;
    }
    body {
        background: #eaecf1;
        padding: 0
    }
    .tit1 {
        height: 70px;
        line-height: 70px;
    }
    .left,
    .q1_top,
    .public_footer,
    .reg_box,
    .news ul li .date,
    .top1,
    .top2,
    .tit2,
    .top,
    .xiaz,
    .related,
    .typename {
        display: none;
    }
    .main {
        width: 100%;
        margin-top: 4.1em;
    }
    .right {
        width: 100%;
        float: left;
        padding-bottom: 0
    }
    .tit1 {
        padding: 0 5%;
    }
    .tit1 h2 {
        font-size: 18px;
        margin-top: 0;
    }
    .tit1 em {
        font-size: 14px;
    }
    .tit1 span {
        display: none;
    }
    .right {
        min-height: auto;
    }
    .right_news {
        padding: 0 2% 0 2%
    }
    .right_news .news ul li.xw_two,
    .right_news .news ul li {
        background-image: none;
        padding-left: 2%;
        font-size: 1.2em;
    }
    .wap_menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 3em;
        line-height: 3em;
        font-size: 1.1em;
        background: #000;
        display: block;
    }
    .wap_menu a {
        color: #fff;
        display: block;
        background: #000;
        height: 3em;
        float: left;
        width: 20%;
        text-align: center
    }
    .wap_menu a:hover {
        background: #00a3ff
    }
    .wap_menu a.tit2_focus {
        background: #00a3ff
    }
    .page {
        font-size: 1em;
        padding-top: 1em;
        background: none;
        color: #333;
        margin-top: 0
    }
    .page a {
        display: inline-block;
        background: #08a8f2;
        color: #fff;
        margin-bottom: 5px;
        padding: 3px 8px;
    }
    #divemot {
        display: none;
    }
    #article img {
        width: 100%;
        height: 100%
    }
    #article .xiaz {
        margin: 45px 0
    }
    #showCurrtxt a {
        word-wrap: break-word;
        display: block;
    }
    .right_news .first_child {
        margin: 10px 0;
    }
    #article h1 {
        margin: 20px 0
    }
    .ico_home {
        width: 41px;
        height: 39px;
        top: .8em;
        right: 0em;
        background: url(../images/ico_home.png) no-repeat;
        -webkit-background-size: 2em 2em;
        background-size: 2em 2em;
        text-indent: -9999px;
        display: block;
        position: absolute;
    }
}