﻿.smal_banner {
    width: 100%;
    overflow: hidden;
    height: 100px;
    margin-top: 20px;
}

    .smal_banner a {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .smal_banner img {
        width: 100%;
        height: 100px;
        transition: all 0.4s ease;
    }

        .smal_banner img:hover {
            transform: scale(1.06);
            transition: all 0.4s ease;
        }

.comm_part {
    overflow: hidden;
}

ul.pg_toplist {
    overflow: hidden;
    margin-top: 30px;
    margin-left: -39px;
}

    ul.pg_toplist li {
        float: left;
        margin-left: 39px;
        width: 128px;
    }

        ul.pg_toplist li a.ptl_img {
            height: 128px;
            display: block;
            border-radius: 128px;
            overflow: hidden;
            width: 128px;
        }

            ul.pg_toplist li a.ptl_img img {
                transition: all 0.6s;
            }

        ul.pg_toplist li:hover a.ptl_img img {
            transform: scale(1.1);
            transition: all 0.6s;
        }

        ul.pg_toplist li > span {
            width: 128px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            display: block;
            text-align: center;
        }

.w870 {
    width: 870px;
    overflow: hidden
}

.w570 {
    width: 570px;
}

.w390 {
    width: 390px;
}

.bannerBox {
    position: relative;
    height: 260px;
    width: 570px;
    box-sizing: border-box;
    overflow: hidden;
}

    .bannerBox ul {
        position: relative;
    }

    .bannerBox li {
        position: relative;
        float: left;
        width: 570px;
        height: 260px;
    }

        .bannerBox li img {
            width: 570px;
            height: 260px;
        }

.btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 38px;
    height: 80px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

    .btn.prev {
        left: 0;
    }

    .btn .cover {
        background: #000;
        filter: alpha(opacity=35);
        opacity: 0.35;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
    }

    .btn .btn-ico {
        width: 19px;
        height: 38px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -19px;
        z-index: 22;
        background-image: url("../images/icon.png");
    }

    .btn.prev .btn-ico {
        background-position: -339px -716px;
    }

    .btn.next .btn-ico {
        background-position: -371px -716px;
    }

    .btn.next {
        right: 0;
    }

.comm_ptbox {
    width: 100%;
    overflow: hidden;
}
/*轮播*/
.w480 {
    width: 480px;
}

.mr40 {
    margin-right: 40px;
}

ul.l_sofe {
    overflow: hidden;
    padding-top: 10px;
}

    ul.l_sofe li {
        float: left;
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px dashed #f0f0f0;
    }

        ul.l_sofe li img {
            width: 66px;
            height: 66px;
            border-radius: 40px;
        }

        ul.l_sofe li div {
            margin-left: 15px;
            height: 66px;
            width: 210px;
        }

            ul.l_sofe li div a {
                display: inline-block;
                margin-top: 6px;
                font-size: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            ul.l_sofe li div span {
                margin-top: 10px;
                font-size: 13px;
                color: #a8a8a8;
                display: inline-block;
            }

        ul.l_sofe li a.lq_btn {
            background: url(../images/sole.png) no-repeat -125px -56px;
            padding: 4px 0px;
            padding-left: 19px;
            display: inline-block;
            width: 45px;
            height: 20px;
            text-align: center;
            border: 1px solid #eb4e50;
            color: #eb4e50;
            border-radius: 6px;
            margin-top: 20px;
        }

            ul.l_sofe li a.lq_btn:hover {
                color: #ffffff;
                background: url(../images/sole.png) #eb4e50 no-repeat -139px -90px;
            }
/*每日推荐*/
.w260 {
    width: 260px;
}

.azMrtjBox {
    width: 258px;
    height: 260px;
    border: 1px solid #F0F0F0;
    background: #F9F9F9;
    box-sizing: border-box;
    overflow: hidden;
}

.azMrtjTitle {
    width: 258px;
}

    .azMrtjTitle h2 {
        font-size: 18px;
        color: #666;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

    .azMrtjTitle span {
        display: block;
        width: 85px;
        margin: auto;
        margin-top: 4px;
    }

        .azMrtjTitle span b {
            display: block;
            float: left;
            width: 12px;
            height: 10px;
            background: url(../images/icon.png) no-repeat -520px -1025px;
            margin: 3px 5px 0px 0px;
        }

        .azMrtjTitle span h3 {
            float: left;
            font-size: 12px;
            color: #999999;
            display: block;
        }

#featured-area {
    width: 233px;
    height: 140px;
    margin: 18px auto 0 auto;
}

.roundabout-holder {
    list-style: none;
    width: 120px;
    height: 120px;
    margin: 0px auto;
}

.roundabout-moveable-item {
    height: 120px;
    width: 120px;
    cursor: pointer;
}

    .roundabout-moveable-item img {
        height: 100%;
        width: 100%;
        float: left;
        border-radius: 20%;
        transition: transform 0.5s;
    }

    .roundabout-moveable-item .libox {
        position: relative;
    }

        .roundabout-moveable-item .libox > div {
            display: none;
            width: 210px;
            position: absolute;
            left: -45px;
        }

            .roundabout-moveable-item .libox > div p {
                display: block;
                max-width: 210px;
                font-size: 15px;
                line-height: 20px;
                height: 20px;
                text-align: center;
                margin: 0 auto 4px auto;
            }

            .roundabout-moveable-item .libox > div em {
                display: block;
                width: 210px;
                line-height: 22px;
                max-height: 44px;
                overflow: hidden;
                text-align: center;
                color: #999999;
            }

            .roundabout-moveable-item .libox > div a {
                display: none;
                width: 120px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                background: #70B63A;
                color: #fff;
                margin: 0 auto;
            }

                .roundabout-moveable-item .libox > div a i {
                    height: 16px;
                    width: 18px;
                    display: inline-block;
                    *display: inline;
                    *zoom: 1;
                    color: #fff;
                    padding-left: 6px;
                    background: url("../images/icon.png") no-repeat;
                    background-position: -59px -798px;
                }

.roundabout-in-focus .libox > a {
    padding-bottom: 6px;
}

.roundabout-in-focus .libox > div {
    display: block;
}

.roundabout-in-focus a {
    display: block;
    overflow: hidden;
}

.roundabout-moveable-item .libox > div:hover em {
    display: none;
}

.roundabout-moveable-item .libox > div:hover a {
    display: block;
}
/*新游预约*/
.w380 {
    width: 380px;
    overflow: hidden;
}
/*  */
.picBoxone {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .picBoxone .sortBox {
        position: relative;
        height: 180px;
    }

    .picBoxone ul.sydn_navList {
        position: absolute;
        height: 180px;
        margin-left: -22px;
        overflow: hidden;
    }

        .picBoxone ul.sydn_navList li {
            float: left;
            margin-left: 22px;
            margin-top: 20px;
            overflow: hidden;
            width: 112px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #666;
            background-color: #fff;
            box-sizing: border-box;
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }

            .picBoxone ul.sydn_navList li.cur {
                color: #ffffff;
                border: 1px solid #358ff0;
                background-color: #358ff0;
            }

.iconBtn_box {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    margin: 20px 0 16px 0;
    overflow: hidden;
}

    .iconBtn_box span.arrow_icon {
        width: 20px;
        height: 20px;
        text-align: center;
        display: inline-block;
        z-index: 99;
        cursor: pointer
    }

    .iconBtn_box span.left_arrow {
        background: url(../images/icon.png) repeat-x -520px -1060px;
    }

        .iconBtn_box span.left_arrow:hover {
            background: url(../images/icon.png) repeat-x -520px -1090px;
        }

    .iconBtn_box span.right_arrow {
        background: url("../images/icon.png") repeat-x -490px -1060px;
    }

        .iconBtn_box span.right_arrow:hover {
            background: url("../images/icon.png") repeat-x -490px -1090px;
        }

    .iconBtn_box .iconone {
        height: 20px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin: 0 10px;
    }

        .iconBtn_box .iconone i {
            display: inline-block;
            width: 12px;
            height: 8px;
            float: left;
            border-radius: 8px;
            margin: 6px 5px 0 5px;
            background: #ccc;
        }

        .iconBtn_box .iconone .on {
            background-color: #358ff0;
            width: 20px;
            height: 8px;
        }

.callbacks_container {
    position: relative;
    float: left;
    width: 380px;
    height: 190px;
    margin-top: 20px;
    margin-bottom: 26px;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 380px;
}

    .callbacks li {
        position: absolute;
        width: 380px;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        width: 380px;
        height: 190px;
    }

    .callbacks .caption {
        width: 380px;
        display: block;
        height: 35px;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/bg2.png) repeat-x 0px -215px;
    }

        .callbacks .caption a {
            display: block;
            font-size: 16px;
            color: #FFFFFF;
            text-decoration: none;
            line-height: 35px;
            text-align: center;
        }

            .callbacks .caption a:hover {
                text-decoration: underline;
            }

.callbacks_nav {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 27px;
    width: 27px;
    background: transparent url("../images/arrow.png") no-repeat left top;
}

    .callbacks_nav:hover {
        background: transparent url("../images/arrow_hover.png") no-repeat left top;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.ywAblack a, .ywAblack {
    color: #333333;
    text-decoration: none;
}

    .ywAblack a:hover, a.ywAblack:hover {
        color: #358ff0;
        text-decoration: underline;
    }

.w540 {
    width: 540px;
}

ul.az_applist {
    /*  padding: 20px 0px;*/
    /*  padding-bottom: 0px;*/
    margin-left: -20px;
    max-height: 612px;
}

    ul.az_applist li {
        margin-top: 26px;
        float: left;
        width: 120px;
        margin-left: 20px;
        text-align: center;
    }

        ul.az_applist li img {
            width: 100px;
            height: 100px;
            border-radius: 16px;
            margin: 0 0 6px 0px;
        }

        ul.az_applist li .two_img {
            display: none;
        }

        ul.az_applist li .a_tit:hover {
            color: #358ff0;
        }

        ul.az_applist li .a_tit {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0px;
            background: none;
            color: #333333;
        }

        ul.az_applist li span {
            display: inline-block;
            width: 100%;
            font-size: 12px;
            padding: 8px 0px;
            background-color: #f5f5f5;
            color: #999999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        ul.az_applist li .two_a:hover {
            background-color: #2b71c2;
            color: #ffffff;
        }

        ul.az_applist li:hover span {
            display: none;
        }

        ul.az_applist li:hover .two_a, ul.az_applist li:hover .two_img {
            display: inline-block;
        }

        ul.az_applist li:hover .one_img {
            display: none;
        }

    ul.az_applist.mb6 li {
        height: 164px;
        border: none;
        position: relative;
    }

        ul.az_applist.mb6 li .a_tit {
            margin-bottom: 8px;
            display: block;
            margin-top: 8px;
        }

        ul.az_applist.mb6 li .app_img {
            display: block;
            overflow: hidden;
        }

        ul.az_applist.mb6 li img {
            width: 100px;
            height: 100px;
            margin: 0px;
            transition: transform 0.5s;
        }

        ul.az_applist.mb6 li:hover img {
            transform: rotateY(180deg);
            transition: transform 0.5s;
        }

        ul.az_applist.mb6 li .hover_ewm {
            display: none;
            width: 110px;
            height: 102px;
            background: url("../images/icon.png") no-repeat -430px -596px;
            position: absolute;
            top: 10px;
            overflow: hidden;
            left: 50px;
            z-index: 1;
            padding: 8px 0px;
        }

        ul.az_applist.mb6 li .one_a:hover {
            color: #ffffff;
            background-color: #ffc221;
        }

            ul.az_applist.mb6 li .one_a:hover::after {
                background: url(../images/icon.png) no-repeat -335px -95px;
            }

        ul.az_applist.mb6 li .one_a::after {
            content: "";
            background: url(../images/icon.png) no-repeat -374px -95px;
            display: inline-block;
            width: 18px;
            height: 18px;
            position: relative;
            top: 4px;
            left: 5px;
        }

        ul.az_applist.mb6 li .one_a {
            display: inline-block;
            width: auto;
            padding: 0px 18px 0 12px;
            background-color: #ffffff;
            border: 1px solid #f0f0f0;
            color: #999999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-radius: 5px;
            line-height: 2;
        }

        ul.az_applist.mb6 li:hover {
            border: none;
        }

            ul.az_applist.mb6 li:hover .two_a, ul.az_applist.mb6 li:hover .hover_ewm {
                display: none;
            }

            ul.az_applist.mb6 li:hover .one_a, ul.az_applist.mb6 li:hover .one_img {
                display: inline-block;
            }

.w300 {
    width: 300px;
    overflow: hidden;
}

.azSyzbList {
    width: 100%;
}

    .azSyzbList li {
        width: 100%;
        float: left;
    }

.azSyzbCont1 {
    width: 100%;
    height: 79px;
    border-bottom: 1px dashed #DFDFDF;
    margin-top: 15px;
}

.azSyzbOrange {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #FFA633;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    margin-top: 16px;
}

    .azSyzbOrange.red {
        background: #ff4800;
    }

    .azSyzbOrange.org {
        background: #ff6d34;
    }

    .azSyzbOrange.yel {
        background: #ffa07b;
    }

.azSyzbImg {
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 0px 0px 15px;
    display: inline;
}

    .azSyzbImg img {
        width: 66px;
        height: 66px;
    }

.azSyzbIn {
    float: left;
    width: 179px;
    margin: 0px 0px 0px 12px;
}

    .azSyzbIn dl {
        float: left;
        width: 100%;
        margin-top: 6px;
    }

        .azSyzbIn dl dt a {
            display: block;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            font-size: 16px;
        }

        .azSyzbIn dl dd {
            height: 16px;
            line-height: 16px;
            overflow: hidden;
            color: #999999;
            margin-top: 18px;
        }

            .azSyzbIn dl dd a {
                color: #999999;
            }

                .azSyzbIn dl dd a:hover {
                    color: #358ff0;
                }

    .azSyzbIn span {
        display: block;
        float: right;
        width: 13px;
        height: 11px;
        margin-top: 30px;
    }

        .azSyzbIn span a {
            display: block;
            width: 13px;
            height: 11px;
            background: url(../2015images/2015bg30.png) no-repeat -55px -235px;
        }

            .azSyzbIn span a:hover {
                background-position: -95px -235px;
            }

.azSyzbCont2 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #DFDFDF;
    padding: 10px 0;
}

    .azSyzbCont2 span {
        display: block;
        float: left;
        width: 28px;
        height: 28px;
        line-height: 28px;
        background: #C5C5C5;
        font-size: 16px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 100px;
    }

    .azSyzbCont2 a {
        display: block;
        float: left;
        width: 165px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        font-size: 15px;
        margin: 0 0px 0px 15px;
    }

    .azSyzbCont2 em {
        display: block;
        float: right;
        width: 60px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        font-size: 12px;
        color: #999999;
        text-align: right;
    }
/*  */
ul.zthj_boximg {
    margin: 20px 0px;
    margin-bottom: 40px;
}

.zthj_boximg li {
    height: 450px;
    float: left;
    margin-right: 4px;
}

ul.zthj_boximg li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    ul.zthj_boximg li a:hover img, ul.zthj_boximg li img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

ul.zthj_boximg li .img_bit {
    width: 267px;
    height: 450px;
    overflow: hidden;
    display: block;
}

ul.zthj_boximg li .img_top {
    width: 250px;
    height: 290px;
    overflow: hidden;
    display: block;
}

ul.zthj_boximg li .img_bot {
    width: 250px;
    height: 155px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #c5c5c5;
    display: block;
}

    ul.zthj_boximg li .img_bot:hover {
        background-color: #b0b0b0;
    }

    ul.zthj_boximg li .img_bot i {
        width: 31px;
        height: 31px;
        background: url(../images/icon.png) no-repeat;
        background-position: -395px -750px;
        display: block;
        margin: 46px auto 8px;
    }

ul.zthj_boximg li .mt5 {
    margin-top: 5px;
}

ul.zthj_boximg .mr0 {
    margin-right: 0px;
}

ul.zthj_boximg li a:hover p {
    display: block;
}

ul.zthj_boximg li p {
    display: none;
    text-align: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(5, 2, 3, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);
    position: relative;
    top: -29px;
    padding: 5px 0px;
    color: #ffffff;
}
/**/
ul.cur_zqlist {
    margin-left: -25px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 8px;
}

    ul.cur_zqlist li {
        width: 240px;
        height: 130px;
        margin-left: 25px;
        float: left;
        position: relative;
    }

        ul.cur_zqlist li > a img {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
        }

        ul.cur_zqlist li > a img {
            width: 240px;
            height: 130px;
        }

        ul.cur_zqlist li a span {
            display: none;
            width: 100%;
            position: absolute;
            bottom: 0px;
            line-height: 30px;
            height: 30px;
            background: rgba(0, 0, 0, 0.6);
            color: #ffffff;
            text-align: center;
        }

        ul.cur_zqlist li:hover a span {
            display: block;
        }

.tab_BoxList {
    width: 100%;
    margin: 20px 0;
    margin-bottom: 0px;
}

    .tab_BoxList ul.tab_list {
        width: 100%;
        margin: 0;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        border: 1px solid #eee;
    }

        .tab_BoxList ul.tab_list li {
            font-size: 16px;
            padding: 0 6px;
            float: left;
            line-height: 48px;
            height: 48px;
            margin: 0 20px;
            position: relative;
            z-index: 8;
        }

            .tab_BoxList ul.tab_list li i {
                width: 12px;
                height: 10px;
                display: none;
                position: absolute;
                bottom: -10px;
                left: 32px;
                z-index: 9;
                background: url(../images/icon.png) no-repeat left center;
                overflow: hidden;
                background-position: -449px -67px;
            }

            .tab_BoxList ul.tab_list li.cur i {
                display: block;
            }

            .tab_BoxList ul.tab_list li.cur {
                border-bottom: 1px solid #00be6e;
            }

        .tab_BoxList ul.tab_list li {
            color: #666;
            font-weight: bold;
        }

            .tab_BoxList ul.tab_list li.cur, .tab_BoxList ul.tab_list li:hover {
                color: #00be6e;
            }
/*必备*/
.comm_rigbox ul.sfpc_bblist {
    margin-left: -32px;
    max-height: 395px;
    overflow: hidden;
}

    .comm_rigbox ul.sfpc_bblist li {
        float: left;
        margin-top: 20px;
        margin-left: 65px;
    }

        .comm_rigbox ul.sfpc_bblist li a {
            display: inline-block;
            width: 80px;
        }

        .comm_rigbox ul.sfpc_bblist li img {
            display: inline-block;
            border-radius: 16px;
            margin-bottom: 8px;
            width: 80px;
            height: 80px;
            transition: transform 0.5s;
        }

        .comm_rigbox ul.sfpc_bblist li:hover img {
            transform: rotateY(180deg);
            transition: transform 0.5s;
        }
/*mac列表*/
.w960 {
    width: 960px;
}

ul.mac_itemUl {
    margin-left: -50px;
    margin-top: 20px;
}

    ul.mac_itemUl li {
        display: block;
        width: 200px;
        height: 258px;
        box-sizing: border-box;
        padding: 10px;
        background: #fff;
        float: left;
        margin: 0px 0px 20px 50px;
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
        -webkit-transition: all .4s ease-out;
    }

        ul.mac_itemUl li:hover {
            background-color: #7f7f7f;
        }

        ul.mac_itemUl li .aimg {
            display: block;
            overflow: hidden;
            width: 102px;
            height: 102px;
            margin: 10px auto 0;
        }

        ul.mac_itemUl li a img {
            border-radius: 20px;
            width: 102px;
            height: 102px;
            position: relative;
            transition: all 0.6s;
        }

        ul.mac_itemUl li:hover a .aimg img {
            transform: scale(0.8);
            transition: all 0.6s;
        }

        ul.mac_itemUl li .show-title {
            display: block;
            color: #555;
            font-size: 16px;
            margin: 8px 0 2px 0;
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-weight: 400;
            text-align: center;
        }

        ul.mac_itemUl li .ver {
            height: 20px;
            margin-bottom: 6px;
            line-height: 20px;
            text-align: center;
            color: #666;
            overflow: hidden;
        }

        ul.mac_itemUl li .show-content {
            display: block;
            color: #777;
            font-size: 12px;
            margin: 0 auto 5px;
            height: 36px;
            line-height: 18px;
            overflow: hidden;
        }

        ul.mac_itemUl li .show-time {
            width: 100%;
            height: 20px;
            margin: 0 auto;
            line-height: 20px;
            font-size: 12px;
            color: #fe0101;
        }

            ul.mac_itemUl li .show-time i {
                background: url("../images/icon.png") no-repeat -444px -722px;
                width: 14px;
                height: 14px;
                margin-top: 4px;
                float: left;
                margin-right: 6px;
                display: inline-block;
            }

        ul.mac_itemUl li:hover .show-title, ul.mac_itemUl li:hover .ver {
            color: #fff;
        }

        ul.mac_itemUl li:hover .show-content {
            height: 54px;
            color: #fff;
        }

        ul.mac_itemUl li:hover .show-time {
            display: none;
        }

.w880 {
    width: 880px;
    overflow: hidden;
}

.com_titList {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 0px;
}

.com_titOne {
    margin-top: 0;
}

    .com_titOne em {
        border: 1px solid #ff6d34;
        border-radius: 4px;
        display: inline-block;
        margin-left: 10px;
        padding: 2px 6px;
        color: #ff6d34;
        font-size: 10px;
        height: 12px;
        line-height: 12px;
        background-color: #fff;
    }

.SESFBox {
    width: 100%;
    overflow: hidden;
}
/*每日更新*/
.elrjList {
    overflow: hidden;
    margin-left: -20px;
    max-height: 520px;
}

    .elrjList li {
        float: left;
        width: 185px;
        margin: 22px 0px 0px 20px;
    }

        .elrjList li span img {
            width: 80px;
            height: 80px;
            border-radius: 15px;
            float: left;
            transition: transform 0.5s;
        }

ul.elrjList li:hover img {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.elrjList li dl {
    float: left;
    width: 95px;
    margin: 4px 0px 0px 10px;
}

    .elrjList li dl dt a {
        display: block;
        height: 18px;
        color: #444;
        line-height: 18px;
        overflow: hidden;
        font-size: 15px;
    }

    .elrjList li dl dd {
        height: 16px;
        line-height: 16px;
        overflow: hidden;
        color: #999999;
        margin-top: 12px;
    }

        .elrjList li dl dd b {
            display: block;
            float: left;
            width: 15px;
            height: 15px;
            background: url(../images/icon.png) no-repeat;
            margin: 0px 5px 0px 0px;
        }

            .elrjList li dl dd b.icon1 {
                background-position: -506px -993px;
            }

            .elrjList li dl dd b.icon2 {
                background-position: -526px -993px;
            }

        .elrjList li dl dd a {
            color: #999999;
        }

            .elrjList li dl dd a:hover {
                color: #358ff0;
            }
/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    margin: 0px;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
    cursor: pointer;
}

    a:hover {
        color: #358ff0;
    }

li {
    cursor: default;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

button {
    background-color: #ffffff;
    border: none;
}

    button:active {
        border: none;
    }

    button:focus {
        outline: none;
    }

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

em, i {
    font-style: normal
}

.clearfix {
    zoom: 1;
}
    /* 清楚浮动 */
    .clearfix:after {
        content: ".";
        width: 0;
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
        overflow: hidden;
    }

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.mainContent {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    min-width: 1300px;
}

.mw1300 {
    width: 1300px;
    margin: 0 auto;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#none {
    display: none;
}

#np_l {
    padding-right: 0px;
}

#nm_l {
    margin-right: 0px;
}

.more {
    color: #a8a8a8;
    display: inline-block;
    width: 15%;
    height: 26px;
    text-align: right;
    padding-top: 10px;
    font-size: 12px;
    /*  margin-top: 10px;*/
}

    .more::before {
        content: "...";
        display: inline-block;
        border: 1px solid #a8a8a8;
        border-radius: 25px;
        width: 12px;
        height: 12px;
        position: relative;
        top: -3px;
        left: -5px;
        /* background-color: #ffffff; */
        text-align: center;
        color: #a8a8a8;
        line-height: 0.4;
    }

    .more:hover::before {
        color: #358ff0;
        border: 1px solid #358ff0;
    }

    .more:hover {
        color: #358ff0;
    }
/* top部分 */
.top {
    width: 100%;
    background: #3d3c3a;
    font-size: 14px;
    color: #a8a8a8;
    min-width: 1300px;
}

.footer {
    width: 100%;
    float: left;
    background: #3d3c3a;
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 30px;
    min-width: 1300px;
}

.top a {
    color: #a8a8a8;
}

    .top a:hover {
        color: #fff;
    }

.t-nav {
    padding: 10px 0px;
}

    .t-nav .fl .navigation {
        background: url("../images/top.png") no-repeat -404px 0px;
        position: absolute;
        display: inline-block;
        width: 79px;
        height: 33px;
        padding-left: 30px;
        padding-top: 10px;
        top: -10px;
        z-index: 802;
        color: #fff;
        overflow: hidden;
    }

        .t-nav .fl .navigation:hover {
            background: url("../images/top.png") no-repeat -260px 0px;
        }

    .t-nav .fl .mobile {
        background: url("../images/top.png") no-repeat -565px -10px;
        margin-left: 140px;
        padding-left: 20px;
        color: #a8a8a8;
        overflow: hidden;
    }

        .t-nav .fl .mobile:hover {
            background: url("../images/top.png") no-repeat -719px -13px;
            color: #fff;
        }

    .t-nav .fr span {
        margin: 0px 15px;
    }
/* 移入导航 */
.hover_nav {
    position: absolute;
    top: 29px;
    width: 1300px;
    height: 525px;
    display: none;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 800;
}

    .hover_nav ul.top_sli_list {
        height: 100%;
        width: 162px;
        float: left;
        border-right: 1px solid #686868;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .hover_nav ul.top_sli_list.last {
            border-right: none;
            width: 159px;
        }

        .hover_nav ul.top_sli_list li {
            line-height: 36px;
            width: 100%;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .hover_nav ul.top_sli_list li a {
                text-align: left;
                font-size: 15px;
                color: #f9f9f9;
                display: inline-block;
            }

                .hover_nav ul.top_sli_list li a:hover {
                    color: #f8b148;
                }

        .hover_nav ul.top_sli_list .title {
            margin-bottom: 10px;
            line-height: 60px;
            font-size: 17px;
            color: #f8b148;
            border-bottom: 1px solid #686868;
        }

            .hover_nav ul.top_sli_list .title a {
                display: inline-block;
                font-size: 17px;
                color: #f8b148;
            }
/* footer部分 */
/* 底部链接 */
.footer .f-links {
    padding: 0px 0px 30px 0;
    overflow: hidden;
}

    .footer .f-links a {
        color: #a8a8a8;
    }

        .footer .f-links a:hover {
            color: #ffffff;
        }

    .footer .f-links .links {
        border-bottom: 1px dashed #a8a8a8;
        margin-top: 30px;
    }

        .footer .f-links .links span {
            width: 100%;
            font-size: 18px;
            color: #a8a8a8;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .footer .f-links .links p {
            margin: 25px 0px;
        }

            .footer .f-links .links p a {
                font-size: 14px;
                margin-right: 20px;
                margin-bottom: 5px;
                display: inline-block;
            }
    /* 底部关于 */
    .footer .f-links .about {
        padding-top: 25px;
        color: #a8a8a8;
    }

        .footer .f-links .about .text {
            margin: 0 auto;
            width: 780px;
        }

            .footer .f-links .about .text .text-top {
                font-size: 14px;
            }

                .footer .f-links .about .text .text-top .one {
                    font-size: 16px;
                    margin-bottom: 25px;
                }

                .footer .f-links .about .text .text-top span {
                    margin: 0px 10px;
                }

                .footer .f-links .about .text .text-top .three {
                    margin-top: 20px;
                }

                    .footer .f-links .about .text .text-top .three a {
                        margin: 0px 7px;
                    }

                        .footer .f-links .about .text .text-top .three a img {
                            margin-right: 5px;
                        }

            .footer .f-links .about .text .text-button p {
                margin-top: 8px;
                font-size: 14px;
            }
/* nav部分 */
.nav {
    width: 100%;
    font-size: 14px;
    min-width: 1300px;
    box-shadow: 0px 5px 10px 0px rgba(233, 233, 233, 1);
}

    .nav .n-top {
        padding: 28px 0px 26px 0;
        overflow: hidden;
    }

.seLog {
    float: left;
    width: 240px;
    height: 70px;
    margin-right: 50px;
    margin-top: 14px;
}

    .seLog img {
        width: 240px;
        height: 70px;
    }

.seMenu {
    float: right;
    margin-left: 50px;
}

    .seMenu li {
        float: left;
        text-align: center;
        margin-left: 10px;
    }

        .seMenu li a {
            display: block;
            padding: 6px 12px 18px 12px;
            text-decoration: none;
            font-size: 16px;
            color: #737373;
        }

            .seMenu li a b {
                display: block;
                width: 28px;
                height: 26px;
                background: url(../images/nav.png) no-repeat;
                margin: 14px auto 0;
                margin-bottom: 11px;
                transition: transform 0.2s;
            }

            .seMenu li a:hover {
                transform: translateY(-5px);
                transition: transform 0.2s;
            }

            .seMenu li a b.icon1 {
                background-position: -18px -9px;
            }

            .seMenu li a b.icon2 {
                background-position: -115px -9px;
            }

            .seMenu li a b.icon3 {
                background-position: -224px -9px;
            }

            .seMenu li a b.icon4 {
                background-position: -324px -9px;
            }

            .seMenu li a b.icon5 {
                background-position: -427px -9px;
            }

            .seMenu li a b.icon6 {
                background-position: -528px -9px;
            }

            .seMenu li a b.icon7 {
                background-position: -620px -9px;
            }

            .seMenu li a.hover b.icon1 {
                background-position: -18px -142px;
            }

            .seMenu li a.hover b.icon2 {
                background-position: -115px -142px;
            }

            .seMenu li a.hover b.icon3 {
                background-position: -224px -142px;
            }

            .seMenu li a.hover b.icon4 {
                background-position: -324px -142px;
            }

            .seMenu li a.hover b.icon5 {
                background-position: -427px -142px;
            }

            .seMenu li a.hover b.icon6 {
                background-position: -528px -142px;
            }

            .seMenu li a.hover b.icon7 {
                background-position: -620px -142px;
            }

            .seMenu li a.hover b.iconHj {
                background-position: -680px -142px;
            }

            .seMenu li a.hover {
                background: #358ff0;
                color: #FFFFFF;
                border-radius: 8px;
                font-weight: bold;
            }

        .seMenu li:first-child a.hover {
            padding-left: 16px;
            padding-right: 16px;
        }
/* 热门菜单 */
.n-bot {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #358ff0;
    overflow: hidden;
}

    .n-bot ul li {
        display: block;
        text-align: center;
        float: left;
        font-size: 15px;
        line-height: 2;
        color: #fff;
    }

        .n-bot ul li a {
            padding: 6px 18px;
            display: block;
            text-align: center;
            float: left;
            font-size: 15px;
            line-height: 2;
            color: #fff;
        }

.nav .n-bot ul li:hover, .nav .n-bot ul li.cur {
    color: #ffffff;
    background-color: #2b71c2;
}
/* 热门菜单后面图标 */
.ioc::after {
    background: url("../images/nav.png") no-repeat;
    content: "";
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
    top: -7px;
}

.i-hot::after {
    background: url("../images/nav.png") no-repeat -167px -76px;
}

.i-jian::after {
    background: url("../images/nav.png") no-repeat -272px -76px;
}

.i-new::after {
    background: url("../images/nav.png") no-repeat -377px -76px;
}
/* 搜索 */
.inline {
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    *display: inline;
    *zoom: 1;
}
/*搜索框*/
.searth_box {
    float: left;
    height: 66px;
    overflow: hidden;
    margin-top: 14px;
}

.n-top .searth {
    width: 280px;
    height: 36px;
    overflow: hidden;
    padding: 0px;
    border: 2px solid #358ff0;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 6px;
    margin-top: 1px;
}

    .n-top .searth .inp {
        margin-left: 10px;
        float: left;
        margin-top: 5px;
        line-height: 26px;
        height: 26px;
        width: 230px;
    }

    .n-top .searth #but {
        background-color: #ffffff;
        background: url("../images/nav.png") no-repeat -509px -76px;
        width: 32px;
        height: 28px;
        position: absolute;
        padding: 0px;
        margin-top: 4px;
        cursor: pointer;
    }

.searth_box p {
    width: 280px;
    color: #999999;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    overflow: hidden;
    margin-top: 9px;
}

    .searth_box p a {
        color: #666;
    }

        .searth_box p a.red {
            color: #ff0000;
        }

.searth_tips {
    width: 280px;
    display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #358ff0;
    top: 122px;
    z-index: 99999;
}

    .searth_tips p {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 3px 12px;
        overflow: hidden;
        height: 28px;
        margin-top: 0;
        line-height: 22px;
        text-decoration: none;
    }

        .searth_tips p em {
            font-weight: 700;
            color: red;
        }

        .searth_tips p a {
            display: block;
            color: #666;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .searth_tips p:hover {
            background-color: #f1f1f1;
        }
/*返回顶部*/
#gotoTop {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 705px;
    bottom: 120px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #2b71c2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999;
    font-size: 50px;
    color: #ffffff;
}

    #gotoTop:hover {
        opacity: 1;
        background-color: #358ff0;
        filter: alpha(opacity=100);
    }
/*标题*/
.com_titOne {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

    .com_titOne h2 {
        font-size: 20px;
        line-height: 34px;
        float: left;
        color: #444;
    }

        .com_titOne h2.fx22 {
            font-size: 22px;
        }

        .com_titOne h2.w420 {
            width: 420px;
        }

        .com_titOne h2 i {
            content: "";
            display: block;
            width: 30px;
            height: 26px;
            float: left;
            margin-right: 10px;
            position: relative;
            top: 3px;
            background: url(../images/icon.png) no-repeat -250px -172px;
        }

            .com_titOne h2 i.tit_iconhj {
                background-position: -119px -171px;
            }

            .com_titOne h2 i.tit_iconzq {
                background-position: -207px -171px;
            }

            .com_titOne h2 i.tit_iconbb {
                background-position: -494px -169px;
            }

            .com_titOne h2 i.tit_iconzy {
                background-position: -533px -170px;
            }

            .com_titOne h2 i.tit_iconzb {
                background-position: -207px -171px;
            }

            .com_titOne h2 i.tit_iconwy {
                background-position: -449px -170px;
            }

            .com_titOne h2 i.tit_icondnb {
                background-position: -159px -171px;
            }

            .com_titOne h2 i.tit_icon1 {
                background-position: -401px -170px;
            }

            .com_titOne h2 i.tit_iconaz {
                background-position: -249px -172px;
            }

            .com_titOne h2 i.tit_iconpg {
                background-position: -299px -171px;
            }

            .com_titOne h2 i.tit_iconmac {
                background-position: -568px -170px;
            }

            .com_titOne h2 i.tit_iconpcsf {
                background-position: -18px -168px;
            }

            .com_titOne h2 i.tit_iconupd {
                background-position: -62px -171px;
            }

    .com_titOne h3 {
        font-size: 18px;
        float: left;
        padding: 10px 0px;
        color: #666666;
    }

        .com_titOne h3::before {
            content: "";
            float: left;
            margin-top: 6px;
            display: inline-block;
            width: 4px;
            height: 16px;
            background-color: #358ff0;
            margin-right: 10px;
        }

    .com_titOne .click_more {
        color: #a8a8a8;
        display: inline-block;
        height: 26px;
        text-align: right;
        padding-top: 15px;
        font-size: 12px;
    }

        .com_titOne .click_more::before {
            content: "...";
            display: inline-block;
            border: 1px solid #a8a8a8;
            border-radius: 25px;
            width: 12px;
            height: 12px;
            position: relative;
            top: -3px;
            left: -5px;
            text-align: center;
            color: #a8a8a8;
            line-height: 0.4;
        }

        .com_titOne .click_more:hover::before {
            color: #358ff0;
            border: 1px solid #358ff0;
        }

        .com_titOne .click_more:hover {
            color: #358ff0;
        }

    .com_titOne .hot_tab_item {
        padding: 12px 0px;
    }

.hot_tab_item a {
    padding-left: 10px;
}

.tab_tit_item {
    text-align: right;
    margin-left: 160px;
    line-height: 2;
    padding: 5px 0px;
    padding-bottom: 5px;
}

    .tab_tit_item a:hover {
        border: 1px solid #358ff0;
        color: #358ff0;
    }

    .tab_tit_item a {
        padding: 2px 15px;
        text-align: center;
        border-radius: 20px;
        margin-left: 20px;
        color: #444444;
        border: 1px solid #eeeeee;
    }

    .tab_tit_item .tabListUl {
        width: auto;
        overflow: hidden;
    }

.tabListUl li.cur {
    border: 1px solid #358ff0;
    color: #358ff0;
}

.tabListUl li:hover {
    border: 1px solid #358ff0;
    color: #358ff0;
}

.tabListUl li {
    padding: 0 15px;
    text-align: center;
    border-radius: 20px;
    margin-left: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    color: #444444;
    border: 1px solid #eeeeee;
}

/*五角星*/
.app_starBox {
    width: 102px;
    height: 20px;
    overflow: hidden;
}

    .app_starBox .star {
        display: block;
        height: 20px;
        overflow: hidden;
        float: left;
        line-height: 20px;
        margin-left: 0;
    }

        .app_starBox .star span {
            width: 102px;
            height: 20px;
            background: url("../images/icon.png") no-repeat;
            display: inline-block;
        }

            .app_starBox .star span.star0 {
                background-position: -22px -270px;
            }

            .app_starBox .star span.star1 {
                background-position: -22px -300px;
            }

            .app_starBox .star span.star2 {
                background-position: -22px -330px;
            }

            .app_starBox .star span.star3 {
                background-position: -22px -360px;
            }

            .app_starBox .star span.star4 {
                background-position: -22px -390px;
            }

            .app_starBox .star span.star5 {
                background-position: -22px -420px;
            }
/*内页当前位置*/
.pageposition {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #696969;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 16px 0 0px 0px;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    background: #f3fbfe;
    z-index: 0
}

    .pageposition > div::before {
        content: "";
        float: left;
        margin-top: 13px;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        background: url(../images/icon.png) no-repeat -331px -803px;
    }

    .pageposition a {
        color: #696969;
    }

        .pageposition a:hover {
            color: #09f;
        }

    .pageposition em {
        color: #ff0000;
    }

.com_titList {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

    .com_titList h2 {
        font-size: 22px;
        float: left;
        padding: 10px 0px;
        color: #666666;
    }

        .com_titList h2::before {
            content: "";
            float: left;
            border-radius: 5px;
            margin-top: 6px;
            display: inline-block;
            width: 5px;
            height: 18px;
            background-color: #358ff0;
            margin-right: 10px;
        }

    .com_titList span {
        float: right;
        color: #a8a8a8;
        line-height: 50px;
        display: inline-block;
    }

        .com_titList span em {
            margin: 0 6px;
            color: #ff0000;
            font-weight: bold;
            font-style: normal;
        }

.gmList_tab {
    margin: 0 auto;
    height: 30px;
    margin-top: 14px;
    position: relative;
}

    .gmList_tab span {
        width: 50%;
        cursor: pointer;
        display: inline-block;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
        color: #404040;
        font-size: 14px;
        position: relative;
        height: 30px;
        font-weight: bold;
    }

        .gmList_tab span.cur {
            color: #f76341;
        }

            .gmList_tab span.cur::after {
                z-index: 2;
                content: '';
                display: block;
                position: absolute;
                height: 4px;
                background-color: #f76341;
                border-radius: 3px;
                width: 40px;
                margin-left: -20px;
                left: 50%;
                bottom: 0;
            }

.top_left {
    position: relative;
}

    .top_left .slideMobile {
        width: 268px;
        height: 106px;
        position: absolute;
        left: 136px;
        top: 29px;
        padding: 0;
        display: none;
    }

        .top_left .slideMobile img {
            width: 100%;
            height: 100%;
        }

.norBor_bom {
    border-bottom: none;
}

.mt0 {
    margin-top: 0;
}