﻿@charset "UTF-8";
/* CSS Reset*/
html {
    font: 14px/1.5 "PingFang SC",Arial,"Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    background: transparent;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

    a:active {
        outline: 0;
    }

b, strong {
    font-weight: bold;
}

dfn {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    outline: none;
}

input, textarea, button {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "PingFang SC","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

em, i {
    font-style: normal;
}

.clearfix:after, .header-box .header-inner-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .header-box .header-inner-box {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html .header-box .header-inner-box, .header-box * html .header-inner-box {
    height: 1%;
}

.clearfix, .header-box .header-inner-box {
    display: block;
}

/* End hide from IE-mac */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.fn-lt {
    float: left;
}

.fn-rt {
    float: right;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.align-center {
    text-align: center;
}

.align-rt {
    text-align: right;
}

.cp {
    cursor: pointer;
}

table {
    width: 100%;
}

a:hover {
    color: #3399ff;
}

/*Reset End*/
/*多行显示 clamp(5);文本*/
/*单行显示文本; singleLine*/
/* 圆角，默认3像素; border-radius(5px)*/
/*盒模型，默认为border-box; box-sizing(border-box)*/
/*盒子阴影; box-shadow(1px 2px 3px 4px #000)*/
/*过渡效果; transition(all,0.3s)*/
/*css3变形；transform(rotate(190deg))*/
/*input的placeholder元素颜色; placeholder(#fff)*/
/* flex布局，包含flex-box(),水平对齐方式justify-between(space-between),垂直对齐方式align-center(center),flex-item($val:1)*/
/*兼容性 透明度*/
/*颜色定义*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@font-face {
    font-family: slick;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 72px;
    width: 36px;
    margin-top: -36px;
    line-height: 0;
    cursor: pointer;
    background: #333;
    color: transparent;
    top: 50%;
    padding: 0;
    border: 0;
    outline: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .slick-prev:focus, .slick-next:focus {
        outline: 0;
    }

    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        opacity: .25;
    }

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

    .slick-slider:hover .slick-prev:hover, .slick-slider:hover .slick-next:hover {
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

.slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
}

    /*.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;outline:0}.slick-dots li button:focus{outline:0}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{opacity:.75  }*/
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        cursor: pointer; /* &:hover,*/
    }

        .slick-dots li button {
            display: block;
            margin: 0;
            width: 14px;
            height: 14px;
            background: none;
            font-size: 0;
        }

        .slick-dots li:before {
            position: absolute;
            content: '';
            top: 4px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 2px;
            height: 6px;
            background: #fff;
        }

        .slick-dots li.slick-active:before {
            top: 0;
            width: 10px;
            height: 10px;
            background: none;
            border: 2px solid #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

li.slick-active button { /*      background: #fff;*/
}

.m-title {
    margin: 0 20px;
    position: relative;
    height: 41px;
    padding-top: 20px;
    border-bottom: 1px solid #E2E8ED;
}

    .m-title .name {
        position: relative;
        float: left;
        line-height: 41px;
        font-size: 22px;
        color: #057EE1;
    }

        .m-title .name:before {
            position: absolute;
            content: '';
            left: -20px;
            top: 8px;
            height: 26px;
            width: 4px;
            background: #057EE1;
        }

    .m-title .tab {
        float: right;
        padding-top: 8px;
        margin-right: 50px;
    }

        .m-title .tab .key {
            float: left;
            height: 25px;
            line-height: 25px;
        }

        .m-title .tab a {
            float: left;
            width: 43px;
            height: 25px;
            margin: 0 6px;
            line-height: 25px;
            text-align: center;
            color: #999;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .m-title .tab a.active, .m-title .tab a:hover {
                color: #fff;
                background: #FF9A18;
            }

    .m-title .option {
        float: right;
        margin-right: 50px;
    }

        .m-title .option a {
            position: relative;
            float: left;
            padding: 0 4px;
            margin: 0 12px;
            font-size: 14px;
            font-weight: 400;
            color: #333;
            line-height: 41px;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

            .m-title .option a.dis-item {
                margin-left: 32px;
            }

                .m-title .option a.dis-item:after {
                    position: absolute;
                    left: -20px;
                    content: "";
                    top: 14px;
                    width: 1px;
                    height: 14px;
                    background: #E2E8ED;
                }

            .m-title .option a:before {
                position: absolute;
                bottom: -1px;
                content: "";
                left: 50%;
                width: 0;
                height: 2px;
                background: #FF9A18;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

            .m-title .option a:hover, .m-title .option a.active {
                color: #FC8200;
            }

                .m-title .option a:hover:before, .m-title .option a.active:before {
                    left: 0;
                    width: 100%;
                }

    .m-title .more {
        float: right;
        font-size: 14px;
        color: #999;
        line-height: 41px;
    }

        .m-title .more:hover {
            color: #057EE1;
        }

    .m-title .change {
        float: right;
        margin-right: 20px;
        line-height: 41px;
        font-size: 14px;
        color: #999;
    }

        .m-title .change:hover {
            color: #057EE1;
        }

    .m-title .switch {
        float: left;
        margin-left: 50px;
    }

        .m-title .switch .key, .m-title .switch a {
            float: left;
            height: 41px;
            line-height: 41px;
            margin-right: 20px;
        }

    .m-title .tip {
        float: right;
        font-size: 14px;
        color: #333;
        line-height: 41px;
    }

        .m-title .tip .num {
            color: #ff9a18;
        }

.doc-type {
    position: absolute;
    left: 20px;
    top: 8px;
    width: 18px;
    height: 18px; /* border: 1px solid #e5e5e5; text-align: center; line-height: 18px; font-size: 14px; @include border-radius(2px);*/
    background: url(../images/doc-type.png) no-repeat 0 0;
}

    .doc-type:before {
        display: none;
    }

    .doc-type.icon-doc-word {
        background-position: 0 -57px; /*color: #057EE1;*/
    }

    .doc-type.icon-doc-ppt {
        background-position: 0 -19px; /*color: #fd7532;*/
    }

    .doc-type.icon-doc-pdf {
        background-position: 0 -95px; /* color: #db0f0f;*/
    }

    .doc-type.icon-doc-audio {
        background-position: 0 -114px; /*  color: #d976ae;*/
    }

    .doc-type.icon-doc-zip {
        background-position: 0 -38px; /*  color: #07aad9;*/
    }

    .doc-type.icon-doc-video {
        background-position: 0 0; /*  color: #28c0ba;*/
    }

    .doc-type.icon-doc-excel {
        background-position: 0 -76px; /*  color: #6eb450;*/
    }

    .doc-type.icon-doc-other {
        background-position: 0 -133px; /* color: #2975dc;*/
    }

    .doc-type.doc-album, .doc-type.doc-suit, .doc-type.doc-que {
        background: none;
        color: #DF0909;
        line-height: 16px;
        width: 16px;
        height: 16px;
        border: 1px solid #f6baba;
        text-align: center;
        font-size: 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.panel {
    position: fixed;
    bottom: 150px;
    right: 10px;
    margin-left: 615px;
    z-index: 100;
    width: 45px;
}

    .panel li {
        position: relative;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        background-color: #d4d4d4;
        border-radius: 2px;
        margin-bottom: 2px;
        cursor: pointer;
    }

        .panel li i {
            display: block;
            width: 45px;
            height: 45px;
            position: absolute;
            top: 0;
            left: 0;
            background: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/up_bg.png") no-repeat;
        }

        .panel li .tip {
            display: none;
            color: #fff;
            font-size: 14px;
        }

        .panel li .qq-box {
            display: none;
            position: absolute;
            top: -40px;
            right: 60px;
            padding: 15px;
            border: 1px solid #ccc;
            background-color: #fff;
            color: #666;
            width: 87px;
        }

        .panel li .account-box {
            position: absolute;
            right: 45px;
            top: 0;
            display: none;
            border: 1px solid #dbdbdb;
            border-right: 0;
            background-color: #fff;
            color: #666;
            font-size: 14px;
        }

            .panel li .account-box:before {
                position: absolute;
                right: -5px;
                top: 16px;
                content: "";
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 5px solid #fff;
                border-bottom: 5px solid transparent;
            }

            .panel li .account-box .before-login {
                line-height: 184px;
                width: 230px;
            }

                .panel li .account-box .before-login a {
                    color: #057ee1;
                }

            .panel li .account-box .after-login {
                padding: 10px 0 15px 15px;
                width: 358px;
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/after-login-bg.png");
                background-position: center top;
                background-repeat: no-repeat;
            }

            .panel li .account-box .after-login {
                line-height: 33px;
                text-align: left;
            }

                .panel li .account-box .after-login a {
                    color: #333;
                    margin: 0 3px;
                }

                    .panel li .account-box .after-login a:hover {
                        text-decoration: underline;
                    }

                .panel li .account-box .after-login .label {
                    max-width: 130px;
                    display: inline-block;
                    overflow: hidden;
                }

                .panel li .account-box .after-login .blue {
                    color: #057ee1;
                }

                .panel li .account-box .after-login .username {
                    color: #333;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .panel li .account-box .after-login .username .userid {
                        color: #666;
                        font-weight: normal;
                    }

                .panel li .account-box .after-login .price {
                    margin-top: 28px;
                }

                    .panel li .account-box .after-login .price .label {
                        margin-right: 0;
                        width: 125px;
                    }

                .panel li .account-box .after-login .value {
                    color: #fe0000;
                }

                .panel li .account-box .after-login .quit:hover {
                    color: #fe0000;
                    text-decoration: underline;
                }

                .panel li .account-box .after-login a {
                    margin-right: 12px;
                    margin-left: 0;
                }

                .panel li .account-box .after-login .link {
                    color: #fff;
                    margin-right: 0;
                }

                    .panel li .account-box .after-login .link:hover {
                        color: #ffe21d;
                        text-decoration: none;
                        font-weight: bold;
                    }

                .panel li .account-box .after-login .username a {
                    color: #fff;
                }

                .panel li .account-box .after-login .username .userid {
                    color: #fff;
                    font-weight: normal;
                }

                .panel li .account-box .after-login .quit:hover {
                    color: #ffe21d;
                    text-decoration: none;
                    font-weight: bold;
                }

                .panel li .account-box .after-login .color-white {
                    color: #fff;
                }

                .panel li .account-box .after-login .f12 {
                    font-size: 12px;
                }

                .panel li .account-box .after-login .price {
                    margin-top: 28px;
                }

                    .panel li .account-box .after-login .price .label {
                        margin-right: 0;
                        width: 125px;
                    }

        .panel li:hover {
            background-color: #ff9a18;
        }

        .panel li.qr-code {
            z-index: 1;
        }

            .panel li.qr-code:hover {
                background-color: #11b71c;
            }

                .panel li.qr-code:hover .qr-code-img-wrap {
                    display: block;
                }

                .panel li.qr-code:hover i {
                    display: block;
                }

            .panel li.qr-code i {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjM1QjVCQ0VGNUQwMTFFOEIxRTE4Qjk4QTQzQjg3RjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjM1QjVCQ0ZGNUQwMTFFOEIxRTE4Qjk4QTQzQjg3RjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzVCNUJDQ0Y1RDAxMUU4QjFFMThCOThBNDNCODdGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MzVCNUJDREY1RDAxMUU4QjFFMThCOThBNDNCODdGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlK/fpQAAAHnSURBVHjapJa/L0NRFMe9tiElsbBJioTBYDAgRCJiEINfFTrYMLGL0Sb+BFOZhUGIRHQobRALMfgx+F2RRiOW+hV9vpfvTW6E9+67Pckn56X9nnveu++c826BbdsFeRAEE2AHPNs/9gjWwDDwqfp8EjWDa9vZdkGljLG+M3q3BpAEQZADK2AdZEAIDIF2alOgDVyZPJHYmmPe+QNo/EcXBlnq4sAySdbNBXKg1UUbVra0zyTZPINjmvot6pdNkh0weFpTP0Z9yiRZmsGDmvo2uY8+g0ospM9q6ovp30ySfdIXaepb6E9/JxsBlyDqEJyhL9NIJPpwnNebcl8tpcqEnTi8g21qZlzelVgzSu2HmCTyjyklkSjVaodFFqhbcNBUgFVlzWk5G0PMLGwJ+F3ueEaZCm7tIWxRDmTxxxx/FCVdqlHKo9Sfuzx9ml8ES536hwye1eybfuozXntUVGMdqyWpWcqv9H6vPeNTmvTFY5O+myS753WtZkwN/Y1Jsj1eRzRjOumPPM8evLhepUzdhmsTv2PCerwWiOz0OBcQX9aBf8T14I66MxDwmkyeQapAAlTwgWNgCVyActDFuRlgIXWAfZNtlIR4GnKyW36fjE5kfx1mImADPDGBOA8mwCQoyeec+SXAADOTk5wqjQDzAAAAAElFTkSuQmCC");
                background-position: center center;
            }

        .panel li:hover i {
            display: none;
        }

        .panel li:hover .tip {
            display: block;
            font-size: 12px;
            padding: 8px 5px;
            line-height: 14px;
        }

        .panel li.account {
            position: relative;
        }

            .panel li.account i {
                background-position: 8px 8px;
            }

            .panel li.account:hover i {
                display: block;
            }

            .panel li.account:hover .account-box {
                display: block;
            }

        .panel li.wrong i {
            background-position: 8px -42px;
        }

        .panel li.qq i {
            background-position: 8px -92px;
        }

        .panel li.gotop i {
            background-position: 8px -142px;
        }

        .panel li.gotop:hover i {
            display: block;
        }

        .panel li.wrong i {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAYAAABvCO8sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMTI5MjI5NTBERTUxMUU3OEFEREY5OUExNDI4OTc5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMTI5MjI5NjBERTUxMUU3OEFEREY5OUExNDI4OTc5RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIxMjkyMjkzMERFNTExRTc4QURERjk5QTE0Mjg5NzlFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIxMjkyMjk0MERFNTExRTc4QURERjk5QTE0Mjg5NzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rpbXhwAAAnpJREFUeNq0lj1oFEEUxzfnETAElJPgF2ghEgULRWMhBouI4FlEFDWKNgpiIYJCULQTYiVqkcZCECLBIorFaREUSUCCEaNEMGpAI2gsYhCMesSPW38T/4PD3d7e7rk++DG3M7P73pt777/r+b5fAwfhnZ+8dUA9eBbjbL/neV0wBQ+85Gw5LIOrcASmZ2Zx+Ao+w2Y3kgRYCi+V6Xo7n1Iko3DXS9be6uSMNdjJlMYa7/9YWqMf5nA+XIAmXZ+CbVU6nFXsMB2wqRmOQxYegSmqe3A7yZRd64VOOAqNMAantWayvlHhmf0KMrJDU7555/onfHH2z63gsD5uhub/aoc3MAytcF5HPBDBoR/X4UO4opLugw546qwXYvxlNrjZf8P5Y08SbnrLbuiG1a60+cpgjRNZHexRhEbuBitkslLVXatWy6uqx0sPvDTDBrjuCPBHaAnJ4iS8DxDuZ3C4eH+Qw0OauwnH9HtYa406IkMX3NF6Ac7CTtgBlxzH56A2zOEZzdnoxiXu5veWgEz6YW1A5hvhufZsD3O4CSZgEl4r+k6t1cEqaIOvkId1IcedhWk9Z3E5hykdzSh8g8uQKXrQLvilF2ylSu2WjyZzHdSHBclXTqL+PaD3FqgaByP04geN88o1vitx5SwVRVUcaSy5Ma5NacxG2LtC48S/KM0S56OrOWSfKa4fMGDrwDocqkK2DujeF7A1YH2vWsrYhrC2iEpaTW3tmhr+IvQU9WoO5liHQyr/tioF2ijLSIAg9EkSc45AZIx4m/fdLVXlSMziOQH3YSEsgowq95O+FCb1AuiBlplPFUXZCo+r+LLeF/EUzHH2wthvAQYAgj4TO4iwyE4AAAAASUVORK5CYII=");
            background-position: center center;
            background-repeat: no-repeat;
        }

            .panel li.wrong i.ctus-kf {
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/kefuhover.png");
                background-position: center top;
                background-repeat: no-repeat;
            }

        .panel li.vedio i {
            background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/panel_vedio.png");
            background-position: center center;
        }

        .panel li.vedio:hover .tip {
            padding: 8px 5px;
            line-height: 14px;
        }

    .panel .qr-code-img-wrap {
        width: 215px;
        position: absolute;
        display: none;
        background-color: #fff;
        left: -237px;
        top: -90px;
        border: 1px solid #eaeaea;
        padding: 10px;
    }

        .panel .qr-code-img-wrap:before {
            position: absolute;
            right: -5px;
            top: 107px;
            content: "";
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            width: 0;
            height: 0;
            zoom: 1;
        }

        .panel .qr-code-img-wrap img {
            width: 100%;
            display: block;
        }

        .panel .qr-code-img-wrap p {
            font-size: 14px;
            text-align: center;
            font-weight: 600;
            margin-top: 10px;
            color: #333;
            line-height: normal;
        }

            .panel .qr-code-img-wrap p span {
                margin-left: 10px;
            }

/* footer*/
.footer {
    background-color: #e1e1e1;
    color: #333;
    font-size: 16px;
    padding: 20px 0;
    box-sizing: border-box;
    margin-top: 0;
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 1200px;
}

    .footer .wrapper {
        position: relative;
        width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        *width: 1060px;
        box-sizing: border-box;
    }

        .footer .wrapper a {
            color: #333;
        }

    .footer .copyright {
        border-top: 0;
        padding-top: 0;
    }

        .footer .copyright .text {
            font-size: 14px;
            color: #333;
            text-align: center;
            line-height: 30px;
            height: 30px;
        }

            .footer .copyright .text.grey {
                color: #b5b5b5;
            }

        .footer .copyright .list {
            width: 900px;
            margin: 0 auto;
            margin-bottom: 15px;
        }

            .footer .copyright .list li {
                width: 140px;
                height: 60px;
                float: left;
                margin-left: 10px;
            }

    .footer .link-box {
        position: relative;
        text-align: left;
        padding-left: 10px;
    }

        .footer .link-box dl {
            float: left;
            width: 182px;
        }

        .footer .link-box dt {
            font-size: 18px;
            font-weight: bold;
            line-height: 44px;
        }

        .footer .link-box dd {
            line-height: 30px;
            font-size: 14px;
            padding-left: 5px;
        }

            .footer .link-box dd a {
                color: #333;
            }

                .footer .link-box dd a:hover {
                    color: #057ee1;
                }

        .footer .link-box .share-box {
            width: 225px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .footer .link-box .share-box .phone {
                font-size: 32px;
                color: #333;
            }

            .footer .link-box .share-box .text {
                font-size: 14px;
                color: #333;
            }

            .footer .link-box .share-box .box {
                float: left;
                margin-top: 12px;
                width: 118px;
                font-size: 14px;
                color: #333;
            }

                .footer .link-box .share-box .box .miniprogram img, .footer .link-box .share-box .box .service img {
                    vertical-align: middle;
                    margin-left: 2px;
                }

                .footer .link-box .share-box .box .service {
                    margin-top: 10px;
                }

            .footer .link-box .share-box .sina {
                display: block;
                height: 40px;
                line-height: 40px;
                padding-left: 48px;
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/fenxiang.png");
                background-repeat: no-repeat;
                background-position: 13px 4px;
            }

            .footer .link-box .share-box .tencent {
                display: block;
                height: 40px;
                line-height: 40px;
                padding-left: 48px;
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/fenxiang.png");
                background-repeat: no-repeat;
                background-position: 13px -38px;
            }

            .footer .link-box .share-box .erweima {
                float: right;
                margin-right: 10px;
                margin-top: 5px;
                background-color: #fff;
            }

                .footer .link-box .share-box .erweima img {
                    width: 86px;
                    height: 86px;
                    background: #fff;
                }

    .footer .friend-link {
        margin-top: 19px;
        padding-left: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #f1f1f1;
    }

        .footer .friend-link .title {
            font-size: 18px;
            color: #333;
            line-height: 36px;
        }

        .footer .friend-link .list a {
            font-size: 14px;
            color: #666;
            line-height: 30px;
            margin-right: 3px;
            display: inline-block;
        }

            .footer .friend-link .list a:hover {
                color: #057ee1;
            }

    .footer .hezuo-jigou {
        margin-top: 8px;
    }

        .footer .hezuo-jigou .title {
            font-size: 18px;
            color: #333;
            line-height: 48px;
            border-bottom: 1px solid #f1f1f1;
            position: relative;
            height: 48px;
        }

            .footer .hezuo-jigou .title span {
                float: left;
            }

            .footer .hezuo-jigou .title .tips {
                float: left;
                margin-left: 30px;
                font-size: 14px;
                color: #999;
            }

        .footer .hezuo-jigou .list {
            border-top: 1px solid #c4c4c4;
            padding-top: 14px;
        }

            .footer .hezuo-jigou .list li {
                width: 200px;
                height: 64px;
                float: left;
                margin-left: 35px;
            }

                .footer .hezuo-jigou .list li.first {
                    margin-left: 0;
                }

    .footer .friend-list {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

        .footer .friend-list a {
            font-size: 14px;
            color: #666;
            line-height: 30px;
            margin-right: 3px;
            display: inline-block;
        }

            .footer .friend-list a:hover {
                color: #057ee1;
            }

    .footer .our-link {
        text-align: center;
        border-top: 1px solid #c4c4c4;
        padding-top: 4px;
        line-height: 60px;
        height: 60px;
        box-sizing: content-box;
        color: #aeaeae;
    }

        .footer .our-link a {
            font-size: 14px;
            color: #333;
            line-height: 30px;
            margin-right: 3px;
            display: inline-block;
        }

            .footer .our-link a:hover {
                color: #057ee1;
            }

/*.footer-nav { position: fixed; bottom: 0; width: 100%; height: 50px; border-top: 1px solid $bd-color; background-color: #f6f6f6; z-index: 11; li { width: 20%; float: left; @include box-sizing; a { display: block; text-align: center; width: 100%; font-size: 11px; color: $gray50; .shop-num { margin: 3px 0 0 10px; } .user-num { margin: 5px 0 0 15px; } &.current { color: #f60; } } }
}*/
/*
.shop-num { position: absolute; width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; background-color: $skin-orange; color: $skin-w; font-size: 12px; letter-spacing: -1px;
}
.user-num { position: absolute; width: 5px; height: 5px; border-radius: 50%; background-color: $skin-orange;
}

.nav-icons { display: inline-block; // width: 16px; // height: 16px; font-size:1.5em; margin-top: 8px; margin-bottom: 5px;
}

.footer-full { width: 100%; // height: 50px; padding: 20px 0; overflow: hidden; // border-top: 1px solid $bd-color; background-color: #ededed; .logo { text-align: center; // margin: 10px auto 0 auto; img { width: 41px; height: 24px; } }
}*/
#scrollTop {
    position: fixed;
    bottom: 80px;
    right: 0;
    display: none;
}

/* header*/
.header {
    height: 29px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}

    .header .wrapper {
        width: 1200px;
        margin: 0 auto;
        *z-index: 100;
    }

    .header .logo {
        float: left;
        height: 30px;
        width: 220px;
        background: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/header-logo.png") center center no-repeat;
    }

    .header .header-right {
        float: right;
        position: relative;
        color: #666;
        font-size: 12px;
        line-height: 30px;
        text-align: right;
        z-index: 501;
    }

        .header .header-right .hspan_top {
            position: relative;
            display: inline-block;
        }

            .header .header-right .hspan_top:hover .dl-box {
                display: block;
            }

        .header .header-right .span_top {
            position: relative;
            float: left;
        }

            .header .header-right .span_top:hover .dl-box {
                display: block;
            }

            .header .header-right .span_top .un-login {
                float: left;
            }

                .header .header-right .span_top .un-login .bind-btn {
                    color: #fc8200;
                }

                    .header .header-right .span_top .un-login .bind-btn:before {
                        display: none;
                    }

                .header .header-right .span_top .un-login > a {
                    position: relative;
                    float: left;
                    padding: 0 10px;
                    color: #666;
                }

                    .header .header-right .span_top .un-login > a:before {
                        position: absolute;
                        content: "";
                        right: 0;
                        top: 10px;
                        width: 1px;
                        height: 10px;
                        background: #ccc;
                    }

                    .header .header-right .span_top .un-login > a.server-btn {
                        color: #2695ff;
                        font-weight: bold;
                    }

                    .header .header-right .span_top .un-login > a.login-btn {
                        color: #fff;
                        background-color: #ff9a18;
                        display: inline-block;
                        padding: 0 10px;
                    }

                        .header .header-right .span_top .un-login > a.login-btn:hover {
                            background-color: #f18801;
                        }

                        .header .header-right .span_top .un-login > a.login-btn:before {
                            display: none;
                        }

                .header .header-right .span_top .un-login b {
                    display: none;
                }

                .header .header-right .span_top .un-login .sao {
                    left: 39px;
                }

                    .header .header-right .span_top .un-login .sao:before {
                        display: none;
                    }

            .header .header-right .span_top .user-btn {
                color: #fc8200;
            }

                .header .header-right .span_top .user-btn:hover {
                    text-decoration: underline;
                }

            .header .header-right .span_top .alreday-login {
                float: left;
                padding: 0 10px;
                position: relative;
            }

                .header .header-right .span_top .alreday-login b {
                    display: none;
                }

                .header .header-right .span_top .alreday-login:before {
                    position: absolute;
                    content: "";
                    right: 0;
                    top: 10px;
                    width: 1px;
                    height: 10px;
                    background: #ccc;
                }

        .header .header-right .server-btn, .header .header-right .vedio-btn, .header .header-right .bookshop, .header .header-right .master-link, .header .header-right .service-btn {
            position: relative;
            float: left;
            padding: 0 10px;
            text-align: center;
            line-height: 30px;
            color: #666;
        }

            .header .header-right .server-btn:before, .header .header-right .vedio-btn:before, .header .header-right .bookshop:before, .header .header-right .master-link:before, .header .header-right .service-btn:before {
                position: absolute;
                content: "";
                right: 0;
                top: 10px;
                width: 1px;
                height: 10px;
                background: #ccc;
            }

    .header .dl-box {
        display: none;
        position: absolute;
        top: 30px;
        z-index: 999;
        left: 50%;
        margin-left: -62px;
        width: 318px;
        height: 150px;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #1e8cf5;
    }

        .header .dl-box .arrow {
            position: absolute;
            top: -6px;
            left: 0;
        }

            .header .dl-box .arrow:before {
                content: "";
                position: absolute;
                top: -2px;
                left: 62px;
                border-bottom: 8px solid #1e8cf5;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
            }

            .header .dl-box .arrow:after {
                content: "";
                position: absolute;
                left: 63px;
                top: -1px;
                border-bottom: 7px solid #fff;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }

        .header .dl-box .dl-con {
            padding: 10px 15px 0;
        }

        .header .dl-box .dl-con .dl-b a {
            color: #474e5d;
            margin: 0 20px;
            font-size: 14px;
        }

                .header .dl-box .dl-con .dl-b a:hover, .header .dl-box .dl-con .dl-t .dl-quit:hover {
                    color: #1e8cf5;
                }

            .header .dl-box .dl-con .dl-t {
                overflow: hidden;
                border-bottom: none;
            }

                .header .dl-box .dl-con .dl-t .userpic {
                    margin: 20px 20px 0 0;
                    width: 55px;
                    height: 55px;
                    border-radius: 50%;
                }

            .header .dl-box .dl-con .dl-b {
                position: absolute;
                left: 12px;
                right: 12px;
                bottom: 0;
                color: #474e5d;
                text-align: center;
                line-height: 40px;
                white-space: nowrap;
                border-top: 1px solid #e5e5e5;
            }

        .header .dl-box .dl-user {
            margin-top: 10px;
            width: 180px;
            text-align: left;
            line-height: 30px;
        }

        .header .dl-box .dl-box .dl-user .username {
            display: block;
            color: #1e8cf5;
            text-align: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .header .dl-box .dl-user p {
            text-align: left;
        }

        .header .dl-box .dl-box .dl-user .head-title {
            display: block;
            white-space: nowrap;
            color: #fc8200;
            text-decoration: underline;
        }

            .header .dl-box .dl-box .dl-user .head-title:hover {
                font-weight: 700;
            }

        .header .dl-box .dl-quit {
            color: #333;
        }

    .header .map {
        position: relative;
        float: left;
        z-index: 100;
        top: 0;
        right: 0;
        height: 30px;
        line-height: 30px;
        color: #666;
    }

        .header .map:hover .title .icon-down {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .header .map:hover .title .list {
            display: block;
        }

        .header .map:hover .list-box {
            display: block;
        }

        .header .map .title {
            padding-left: 10px;
            cursor: pointer;
        }

            .header .map .title .icon-down {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

        .header .map .list-box {
            display: none;
            position: absolute;
            width: 1200px;
            right: 0;
            top: 29px;
            z-index: 1000;
            box-shadow: 0 2px 6.51px 0.49px rgba(9, 2, 4, 0.3);
        }

            .header .map .list-box .sanjiao {
                position: absolute;
                top: -8px;
                right: 20px;
                display: block;
                width: 24px;
                height: 10px;
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/box_sanjiao.png");
                background-position: center;
                background-repeat: no-repeat;
            }

        .header .map .icon-down {
            background-position: 0 -150px;
            width: 12px;
            height: 6px;
        }

        .header .map .list {
            border: 1px solid #1e8cf5;
            background-color: #fff;
            padding: 18px;
        }

            .header .map .list > li {
                float: left;
                padding: 0 15px;
            }

            .header .map .list .line {
                padding: 0;
                width: 1px;
                height: 250px;
                margin-top: 40px;
                background-color: #e7e7e7;
                margin-right: 10px;
            }

            .header .map .list .subtitle {
                font-size: 14px;
                color: #666;
                font-weight: bold;
                text-align: left;
            }

            .header .map .list .item li {
                width: 100px;
                float: left;
            }

            .header .map .list .item a {
                font-size: 14px;
                color: #666;
                line-height: 30px;
                display: block;
                text-align: left;
            }

                .header .map .list .item a:hover {
                    color: #057ee1;
                }

.fl {
    float: left;
}

.tooltip {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 10px;
    width: 160px;
    line-height: 25px;
    text-align: left;
    border: 1px solid #ff9a18;
    border-radius: 4px;
    background: #fdf7e3;
}

    .tooltip:before, .tooltip:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

    .tooltip:before {
        top: -8px;
        left: 50px;
        border-bottom: 8px solid #ff9a18;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .tooltip:after {
        top: -7px;
        left: 51px;
        border-bottom: 7px solid #fdf7e3;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    .tooltip .close {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 18px;
        color: #ff9a18;
        cursor: pointer;
    }

        .tooltip .close:hover {
            color: #f18801;
        }

.header-right b {
    display: none;
}

.header-right .tooltip a {
    display: block;
    margin: 0;
    line-height: 25px;
}

.header-right .tooltip img {
    margin: 0 5px;
    vertical-align: middle;
    width: 15px;
    height: 10px;
}

.gift-bag {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: 600px;
    width: 85px;
    height: 305px;
}

    .gift-bag .icon-guanbi {
        position: absolute;
        bottom: -35px;
        left: 30px;
        font-size: 28px;
        color: #ccc;
        cursor: pointer;
    }

        .gift-bag .icon-guanbi:hover {
            color: #666;
        }

.checkin-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    margin: -285px 0 0 -290px;
    width: 570px;
    height: 580px;
    background: url(http://user.zxxk.com/Content/images/checkin-dialog.png) no-repeat;
}

    .checkin-dialog .icon-guanbi {
        position: absolute;
        top: 130px;
        right: 110px;
        font-size: 28px;
        color: #ccc;
        cursor: pointer;
    }

        .checkin-dialog .icon-guanbi:hover {
            color: #fff;
        }

    .checkin-dialog .enter {
        position: absolute;
        top: 320px;
        left: 160px;
        width: 250px;
        height: 100px;
    }

.daily-checkin {
    display: none;
    position: absolute;
    top: 330px;
    right: 0;
    width: 220px;
    height: 200px;
    background: url(http://user.zxxk.com/Content/images/daily-checkin.png) no-repeat;
}

    .daily-checkin .icon-guanbi {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 28px;
        color: #ccc;
        cursor: pointer;
    }

        .daily-checkin .icon-guanbi:hover {
            color: #666;
        }

    .daily-checkin .enter {
        position: absolute;
        top: 145px;
        left: 40px;
        width: 140px;
        height: 40px;
    }

/*
.g-top{ width: 100%; padding: 8px 10px; background-color: $skin-w; border-bottom: 1px solid $bd-color; // overflow: hidden; z-index: 30;
}

.ui-logo { display: block; float: left; // width:30%; width: 90px; line-height: 30px; color: $gray50; .icons-logo { float: left; // width: 41px; // height: 24px; margin: 5px 5px 0 0; } span { float: left; font-size: 13px; } // .logo { //     display: inline-block; //     vertical-align: middle; //     margin-right: 10px; //     width: icons-sprite-width('logo'); //     height: icons-sprite-height('logo'); // }
}

.m-search-wrap { width: 70%; height: 32px; float: right;
}

.m-search { width: 100%; height: 30px; line-height: 30px; .close-search { display: none; top: 11px; right: 35px; // @include icons-dimensions(icons,close-s); width: icons-sprite-width('close-s'); height: icons-sprite-height('close-s'); } .off-search { font-size: 0.75em; color: $gray50; } .product-list { width: 20px; margin-top: 6px; } &.index { .ui-search-btn { //   right: 0; } }
}

.ui-search { width: 87%; height: 30px; right: 28px; // left:30px; // top: 8px; background-color: $skin-w; font-size: 13px; text-indent: 1em; color: $gray50; border: 1px solid $bd-color; border-radius: 5px; outline: none; -webkit-transition: all 1s ease; transition: all 1s ease; &:focus { border: 1px solid $gray50; }
}

.ui-search-btn { // display: inline-block; // vertical-align: middle; right: 35px; top: 8px; outline: none; border: none; background-color: #FFF; width: icons-sprite-width('search'); height: icons-sprite-height('search');
}*/
.header-box {
    width: 100%;
    min-width: 1200px;
    border-bottom: 0;
    padding-bottom: 10px;
    background: #fff url(../images/header-bg.png) repeat-x 0 bottom;
}

    .header-box .header-inner-box {
        width: 1200px;
        line-height: 38px;
        margin: 0 auto;
        position: relative;
    }

    .header-box .scop-box {
        float: left;
        line-height: 38px;
        position: relative;
        padding-top: 26px;
    }

        .header-box .scop-box .logo-wrap {
            display: block;
            float: left;
            line-height: 58px;
            margin-left: 12px;
        }

            .header-box .scop-box .logo-wrap img {
                width: 163px;
                height: 58px;
                display: block;
            }

        .header-box .scop-box .scop-icon-box {
            line-height: 58px;
            height: 58px;
            float: left;
            margin-left: 30px;
        }

            .header-box .scop-box .scop-icon-box .scop-icon {
                color: #2695ff;
            }

            .header-box .scop-box .scop-icon-box:hover .address-pld-box {
                display: block;
            }

        .header-box .scop-box .iconfont {
            transition: all 0.3s;
            display: inline-block;
        }

        .header-box .scop-box .address-pld-box {
            position: absolute;
            display: none;
            border: 1px solid #1e8cf5;
            background-color: #fff;
            z-index: 251;
            left: 184px;
            top: 76px;
            box-shadow: 0 2px 6.51px 0.49px rgba(9, 2, 4, 0.3);
            text-align: left;
        }

            .header-box .scop-box .address-pld-box .hot-city {
                white-space: nowrap;
                line-height: 1;
            }

                .header-box .scop-box .address-pld-box .hot-city a[href='http://zhejiang.zxxk.com/'] {
                    position: relative;
                    color: #ff4d4d;
                }

                    .header-box .scop-box .address-pld-box .hot-city a[href='http://zhejiang.zxxk.com/']:before {
                        position: absolute;
                        content: 'NEW';
                        top: -14px;
                        height: 14px;
                        right: -8px;
                        width: 26px;
                        font-size: 12px;
                        font-family: serif;
                        line-height: 14px;
                        text-align: center;
                        color: #fff;
                        border-radius: 4px;
                        background: #ff4d4d;
                    }

            .header-box .scop-box .address-pld-box .sanjiao {
                position: absolute;
                top: -9px;
                left: 32px;
                display: block;
                width: 24px;
                height: 10px;
                background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/box_sanjiao.png");
                background-position: center;
                background-repeat: no-repeat;
                z-index: 1;
            }

            .header-box .scop-box .address-pld-box .list {
                padding: 12px 14px;
            }

                .header-box .scop-box .address-pld-box .list b {
                    display: block;
                    margin-bottom: 12px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #057ee1;
                    text-align: left;
                    line-height: 20px;
                }

                .header-box .scop-box .address-pld-box .list a {
                    position: relative;
                    font-size: 14px;
                    padding-right: 14px;
                    line-height: 20px;
                }

    .header-box .top-search-line-box {
        padding: 40px 0 6px;
        float: right;
        width: 936px;
    }

    .header-box .search-ipt-group {
        float: left;
        margin-left: 17px;
        position: relative; /*姝ゅ璋冩暣涓嬫媺鎻愮ず鐨勫脊鍑哄眰*/
    }

        .header-box .search-ipt-group .search-tips-wrap {
            position: absolute;
            z-index: 100;
            background: #fff;
            left: 0;
            top: 36px;
            border: 1px solid #ccc;
            width: 410px;
            display: none;
        }

            .header-box .search-ipt-group .search-tips-wrap li {
                padding: 4px 9px;
            }

                .header-box .search-ipt-group .search-tips-wrap li p {
                    font-size: 12px;
                    line-height: 20px;
                }

                .header-box .search-ipt-group .search-tips-wrap li .search-add-tag {
                    display: none;
                }

                .header-box .search-ipt-group .search-tips-wrap li a {
                    font-size: 12px;
                }

                .header-box .search-ipt-group .search-tips-wrap li:hover {
                    background: #f0f0f0;
                }

                    .header-box .search-ipt-group .search-tips-wrap li:hover .search-add-tag {
                        display: block;
                    }

        .header-box .search-ipt-group .main-search-ipt {
            width: 370px;
            height: 35px;
            border: 1px solid #2695ff;
            border-radius: 3px 0 0 3px;
            padding: 0 10px;
            display: inline-block;
            outline: none;
            line-height: 35px !important;
            float: left;
            color: #999;
        }

        .header-box .search-ipt-group .main-search-btn {
            display: inline-block;
            background: #2695ff;
            text-align: center;
            width: 58px;
            height: 37px;
            line-height: 37px;
            color: #fff;
            cursor: pointer;
            border-radius: 0 3px 3px 0;
            float: left;
        }

        .header-box .search-ipt-group .search_hid {
            position: absolute;
            top: 38px;
            left: auto;
            width: 390px;
            border: 1px solid #e1e1e1;
            background: #fff;
            -moz-box-shadow: 0 0 5px #999;
            -webkit-box-shadow: 0 0 5px #999;
            box-shadow: 0 0 5px #999;
            display: none;
            z-index: 250;
        }

            .header-box .search-ipt-group .search_hid ul {
                padding: 10px;
            }

                .header-box .search-ipt-group .search_hid ul li {
                    line-height: 24px;
                    font-size: 12px;
                    clear: both;
                    margin-bottom: 5px;
                    overflow: hidden;
                }

            .header-box .search-ipt-group .search_hid .nowRow {
                background-color: #EBEBEB;
            }

    .header-box .source-bucket-wrap {
        float: left;
        margin-left: 15px;
        height: 37px;
        position: relative;
        width: 94px;
    }

        .header-box .source-bucket-wrap:hover .source-bucket {
            border-color: #2695ff;
            border-radius: 3px 3px 0 0;
            border-bottom: none;
            height: 36px;
        }

        .header-box .source-bucket-wrap:hover .zyl_list {
            display: block;
        }

            .header-box .source-bucket-wrap:hover .zyl_list .no_res {
                background: url(http://zxxkstatic.xkw.com/images/icon5.png) no-repeat 10px 10px;
                padding: 10px 0 10px 65px;
                color: #676767;
                line-height: 60px;
                height: 60px;
            }

        .header-box .source-bucket-wrap .source-bucket {
            cursor: pointer;
            width: 90px;
            padding: 0 1px;
            border: 1px solid #e6e6e6;
            height: 35px;
            line-height: 35px;
            border-radius: 3px;
            text-align: center;
            position: absolute;
            z-index: 253;
            background: #fff;
        }

            .header-box .source-bucket-wrap .source-bucket .iconfont {
                color: #999;
            }

            .header-box .source-bucket-wrap .source-bucket .number {
                position: absolute;
                top: -9px;
                right: -9px;
                width: 22px;
                height: 22px;
                line-height: 22px;
                font-size: 12px;
                text-align: center;
                color: #fff;
                background-color: #ff9a18;
                z-index: 3;
                -webkit-border-radius: 11px;
                -moz-border-radius: 11px;
                -ms-border-radius: 11px;
                border-radius: 11px;
            }

            .header-box .source-bucket-wrap .source-bucket .text-color {
                color: #2695ff;
                margin-left: 10px;
                font-size: 14px;
            }

        .header-box .source-bucket-wrap .zyl_list {
            position: absolute;
            display: none;
            top: 36px;
            padding: 0;
            width: 380px;
            right: 0;
            z-index: 252;
            line-height: 20px;
            border: 1px solid #188eee;
            background-color: #fff;
            height: auto !important;
        }

            .header-box .source-bucket-wrap .zyl_list ul {
                margin: 10px 15px;
                max-height: 192px;
                overflow: auto;
            }

                .header-box .source-bucket-wrap .zyl_list ul li {
                    height: 26px;
                    line-height: 26px;
                    padding: 0 0 5px;
                    border-bottom: 1px dashed #eee;
                }

                    .header-box .source-bucket-wrap .zyl_list ul li a {
                        display: inline-block;
                        height: 26px;
                        padding-left: 5px;
                        width: 175px;
                        float: left;
                        color: #333;
                        margin: 0;
                        overflow: hidden;
                    }

                    .header-box .source-bucket-wrap .zyl_list ul li span {
                        background: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/icon.png") no-repeat scroll 0 -891px;
                        cursor: pointer;
                        padding-left: 15px;
                        float: right;
                        display: inline-block;
                        padding-right: 5px;
                        color: #666;
                    }

                    .header-box .source-bucket-wrap .zyl_list ul li i {
                        color: red;
                        float: right;
                        font-style: normal;
                        padding-right: 10px;
                    }

            .header-box .source-bucket-wrap .zyl_list .zyl_btn {
                background-color: #f5f5f5;
                padding: 8px 0;
                width: 100%;
                height: 30px;
                line-height: 30px;
            }

                .header-box .source-bucket-wrap .zyl_list .zyl_btn .all {
                    float: left;
                    padding-left: 15px;
                    color: #676767;
                }

                .header-box .source-bucket-wrap .zyl_list .zyl_btn input {
                    width: 70px;
                    height: 30px;
                    float: right;
                    display: inline-block;
                    text-align: center;
                    color: #333;
                    border: 0;
                    margin-right: 15px;
                    cursor: pointer;
                }

    .header-box .func-icons {
        float: right;
        color: #2695ff;
    }

        .header-box .func-icons a {
            position: relative;
            float: left;
            color: #2695ff;
            margin-left: 30px;
        }

            .header-box .func-icons a:hover i, .header-box .func-icons a:hover span {
                color: #2695ff;
            }

            .header-box .func-icons a:hover .iconfont.hole {
                color: #fff;
            }

            .header-box .func-icons a:hover .iconfont.solid {
                display: block;
            }

            .header-box .func-icons a .hole, .header-box .func-icons a span {
                cursor: pointer;
                float: left;
            }

            .header-box .func-icons a .iconfont {
                font-size: 33px;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

                .header-box .func-icons a .iconfont.solid {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: none;
                }

                .header-box .func-icons a .iconfont.hole {
                    color: #2695ff;
                }

            .header-box .func-icons a span {
                font-size: 14px;
                padding-left: 6px;
            }

            .header-box .func-icons a .drum {
                display: none;
            }

        .header-box .func-icons .earn-cash-tips {
            position: relative;
        }

            .header-box .func-icons .earn-cash-tips span {
                display: inline-block;
                position: absolute;
                width: 45px;
                height: 23px;
                top: -14px;
                left: 0;
                background: url("../images/earn-cash-tips.png") no-repeat;
            }

        .header-box .func-icons .charge-btn {
            position: relative;
        }

            .header-box .func-icons .charge-btn span {
                display: inline-block;
                position: absolute;
                width: 80px;
                height: 23px;
                top: -14px;
                left: -11px;
            }

    .header-box .left-top-nav {
        width: 190px;
        background: #2695ff;
        border-radius: 3px 3px 0 0;
        text-align: center;
        padding: 5px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        margin-top: 26px;
        font-size: 16px;
        float: left;
        position: relative;
        bottom: -1px;
    }

        .header-box .left-top-nav a {
            color: #fff;
        }

            .header-box .left-top-nav a:hover {
                color: #ffd71e;
            }

    .header-box .main-nav {
        float: left;
        width: 1000px;
        font-size: 16px;
        margin-top: 26px;
        height: 46px;
        line-height: 46px;
    }

        .header-box .main-nav .nav-list {
            float: left;
            margin-top: 15px;
            position: relative;
            padding: 0 8px 0 9px;
        }

            .header-box .main-nav .nav-list:first-child:before {
                display: none;
            }

            .header-box .main-nav .nav-list:before {
                position: absolute;
                left: 0;
                top: 3px;
                height: 10px;
                width: 1px;
                background: #ccc;
                content: '';
            }

            .header-box .main-nav .nav-list li {
                float: left;
                position: relative;
                min-width: 47px;
            }

                .header-box .main-nav .nav-list li.more-item {
                    width: 30px;
                }

                .header-box .main-nav .nav-list li a, .header-box .main-nav .nav-list li .more {
                    display: block;
                    font-size: 16px;
                    line-height: 16px;
                    color: #333;
                    text-align: center;
                    cursor: pointer;
                }

                .header-box .main-nav .nav-list li .more {
                    font-size: 14px;
                    color: #999;
                    text-align: left;
                }

                    .header-box .main-nav .nav-list li .more .more-icon {
                        display: block;
                        height: 16px;
                        background: url(../images/dots.png) no-repeat 0 0;
                    }

                .header-box .main-nav .nav-list li a:hover {
                    color: #2695ff;
                }

                .header-box .main-nav .nav-list li:hover .nav-down {
                    height: 68px;
                    border: 1px solid #2695ff;
                    border-top: none;
                }

                .header-box .main-nav .nav-list li.bei:before {
                    content: 'NEW';
                    position: absolute;
                    top: -15px;
                    right: -15px;
                    width: 30px;
                    height: 15px;
                    font-size: 12px;
                    line-height: 15px;
                    text-align: center;
                    color: #fff;
                    font-family: serif;
                    font-style: normal;
                    border-radius: 4px;
                    background: #ff4d4d;
                }

                .header-box .main-nav .nav-list li.bei a {
                    color: #ff4d4d;
                }

.left-nav-box {
    border: 1px solid #2695ff;
    width: 198px;
    height: 587px;
    background: #f7fbff;
    position: absolute;
    left: 0;
    top: 157px;
    line-height: 41px;
    z-index: 250;
}

    .left-nav-box ul li {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

        .left-nav-box ul li:hover .nav_class {
            display: block;
        }

        .left-nav-box ul li div.subject-wrap {
            font-size: 0;
            height: 41px;
            width: 78%;
            margin: 0 auto;
            padding: 0 15px;
            border-bottom: 1px solid #c9e7fb;
            text-align: center;
            color: #2695ff;
        }

            .left-nav-box ul li div.subject-wrap .iconfont {
                font-size: 18px;
            }

            .left-nav-box ul li div.subject-wrap .icon-arrow-right {
                font-size: 14px;
            }

            .left-nav-box ul li div.subject-wrap > a {
                display: inline-block;
                font-size: 14px;
                margin: 0 1px;
            }

            .left-nav-box ul li div.subject-wrap a {
                color: #2695ff;
            }

                .left-nav-box ul li div.subject-wrap a:hover {
                    color: #ffd71e;
                }

        .left-nav-box ul li span {
            margin-left: 10px;
            font-size: 14px;
        }

    .left-nav-box li:hover {
        background: #2695ff;
    }

        .left-nav-box li:hover i.iconfont {
            -webkit-animation: wobble 1s 0s ease both;
            -moz-animation: wobble 1s 0s ease both;
            -ms-animation: wobble 1s 0s ease both;
        }

        .left-nav-box li:hover div.subject-wrap {
            color: #fff;
            border-bottom-color: #2695ff;
        }

            .left-nav-box li:hover div.subject-wrap a {
                color: #fff;
            }

    .left-nav-box div:after {
        content: "";
        display: table;
        clear: both;
    }

    .left-nav-box .nav_class {
        display: none;
        position: absolute;
        width: 1000px;
        *width: 986px;
        left: 198px;
        top: 0;
        padding: 0 20px;
        box-sizing: border-box;
        border: 1px solid #1e8cf5;
        background-color: #fff;
        font-size: 14px;
        line-height: 28px;
        font-weight: normal;
    }

        .left-nav-box .nav_class .item {
            border-bottom: 1px dashed #e5e5e5;
            padding: 10px 0;
        }

            .left-nav-box .nav_class .item.no-border {
                border-bottom: 0 solid #e5e5e5;
            }

            .left-nav-box .nav_class .item .classify-title {
                font-size: 16px;
                color: #2695ff;
                text-align: left;
                margin-left: 6px;
            }

                .left-nav-box .nav_class .item .classify-title .nav-type {
                    display: inline-block;
                    margin: 0 6px;
                    padding: 0 2px 0 5px;
                    height: 20px;
                    line-height: 20px;
                    background: #fdf5e9;
                    color: #ee7a3f;
                    font-size: 14px;
                }

                    .left-nav-box .nav_class .item .classify-title .nav-type:first-child {
                        margin-left: 14px;
                    }

                    .left-nav-box .nav_class .item .classify-title .nav-type .iconfont {
                        color: #ffc27e;
                        font-size: 12px;
                        opacity: 0.6;
                        filter: Alpha(opacity=60);
                        filter: "alpha(opacity=60)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                    }

                    .left-nav-box .nav_class .item .classify-title .nav-type:hover {
                        background: #ee7a3f;
                        color: #fff;
                    }

                        .left-nav-box .nav_class .item .classify-title .nav-type:hover .iconfont {
                            color: #fff;
                        }

        .left-nav-box .nav_class .title {
            font-weight: 600;
            width: 70px;
            float: left;
            text-align: right;
            line-height: 35px;
            cursor: inherit;
            font-size: 13px;
            color: #333;
        }

        .left-nav-box .nav_class .name-box {
            width: 874px;
            float: right;
        }

            .left-nav-box .nav_class .name-box a {
                color: #636262;
                padding: 0 5px;
                height: 35px;
                line-height: 35px;
                display: inline-block;
                float: left;
                margin-right: 12px;
                font-size: 14px;
            }

                .left-nav-box .nav_class .name-box a.current, .left-nav-box .nav_class .name-box a:hover {
                    background-color: #188eee;
                    color: #fff;
                }

            .left-nav-box .nav_class .name-box .text {
                color: #999;
                padding: 0 5px;
                height: 28px;
                line-height: 28px;
                display: inline-block;
                float: left;
                margin-right: 8px;
                cursor: default;
            }

    .left-nav-box .list {
        width: 1000px;
        *width: 980px;
        float: left;
        height: 50px;
        box-sizing: border-box;
    }

        .left-nav-box .list li {
            position: relative;
            float: left;
            z-index: 300;
            font-size: 16px;
        }

            .left-nav-box .list li a {
                position: relative;
                display: inline-block;
                height: 50px;
                text-align: center;
                font-size: 16px;
                line-height: 50px;
                color: #fff;
                padding: 0 9px;
            }

                .left-nav-box .list li a.active, .left-nav-box .list li a:hover {
                    background-color: #055aac;
                }

                .left-nav-box .list li a.home {
                    padding: 0 20px;
                }

            .left-nav-box .list li .line {
                display: inline-block;
                vertical-align: middle;
                width: 1px;
                height: 15px;
                background-color: #fff;
                margin: 2px 0 0;
            }

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-15%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(10%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-10%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(5%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }

    15% {
        -moz-transform: translateX(-15%) rotate(-5deg);
    }

    30% {
        -moz-transform: translateX(10%) rotate(3deg);
    }

    45% {
        -moz-transform: translateX(-10%) rotate(-3deg);
    }

    60% {
        -moz-transform: translateX(5%) rotate(2deg);
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes wobble {
    0% {
        -ms-transform: translateX(0%);
    }

    15% {
        -ms-transform: translateX(-5%) rotate(-2deg);
    }

    30% {
        -ms-transform: translateX(3%) rotate(1deg);
    }

    45% {
        -ms-transform: translateX(-3%) rotate(-1deg);
    }

    60% {
        -ms-transform: translateX(1%) rotate(0.5deg);
    }

    75% {
        -ms-transform: translateX(0%) rotate(0deg);
    }

    100% {
        -ms-transform: translateX(0%);
    }
}

.gofloor {
    display: none;
    width: 48px;
    line-height: 34px;
    position: fixed;
    top: 250px;
    left: 50%;
    z-index: 200;
    text-align: center;
    margin-left: -653px;
}

    .gofloor a {
        position: relative;
        display: block;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        background-color: #1e8cf5;
        border-bottom: 1px solid #48a0f4;
        cursor: pointer;
        color: #fff;
    }

        .gofloor a:hover, .gofloor a.current {
            background-color: #0d75d9;
        }

.left-nav-box {
    display: block;
}

[class^=icon-] {
    background-image: url(http://zxxkstatic.zxxk.com/zxxk/skins/index/images/icon_bg.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

html {
    min-width: 1400px;
}

.body-bg {
    background: #f1f1f1;
    min-width: 1400px;
}

.red, .red a {
    color: #ff0000;
}

.banner-box {
    width: 1200px;
    margin: 0 auto;
}

    .banner-box .right-banner-box {
        width: 1000px;
        height: 578px;
        background: #f1f1f1;
        float: right;
    }

        .banner-box .right-banner-box .lg-banner-container {
            height: 201px;
            overflow: hidden;
        }

            .banner-box .right-banner-box .lg-banner-container .slick-next, .banner-box .right-banner-box .lg-banner-container .slick-prev {
                height: 50px;
                width: 25px;
                margin-top: -25px;
            }

            .banner-box .right-banner-box .lg-banner-container img {
                display: block;
                width: 551px;
                height: 201px;
            }

            .banner-box .right-banner-box .lg-banner-container:hover + .rslides-arrow .arrow-btn {
                filter: alpha(opacity=40);
                opacity: 0.4;
            }

        .banner-box .right-banner-box .rslides-arrow {
            position: absolute;
            top: 100px;
            left: 0;
            height: 0;
            width: 100%;
            z-index: 2;
        }

            .banner-box .right-banner-box .rslides-arrow .arrow-btn {
                position: absolute;
                height: 50px;
                width: 25px;
                margin-top: -25px;
                cursor: pointer;
                background: #333;
                top: 50%;
                filter: alpha(opacity=0);
                opacity: 0;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

                .banner-box .right-banner-box .rslides-arrow .arrow-btn:hover {
                    filter: alpha(opacity=80);
                    opacity: 0.8;
                }

                .banner-box .right-banner-box .rslides-arrow .arrow-btn.arrow-next {
                    right: 1px;
                }

                .banner-box .right-banner-box .rslides-arrow .arrow-btn.arrow-prev {
                    left: 10px;
                }

        .banner-box .right-banner-box .small-slick {
            margin-top: 1px;
            height: 88px;
            overflow: hidden;
        }

            .banner-box .right-banner-box .small-slick img {
                height: 88px;
            }

            .banner-box .right-banner-box .small-slick .slick-prev, .banner-box .right-banner-box .small-slick .slick-next {
                height: 40px;
                width: 20px;
                margin-top: -20px;
                z-index: 2;
            }

                .banner-box .right-banner-box .small-slick .slick-prev:before {
                    background-position: 1px -58px;
                }

        .banner-box .right-banner-box .slick-next, .banner-box .right-banner-box .rslides-arrow .arrow-next {
            right: 1px;
        }

    .banner-box .right-banner-box-r01 {
        padding-top: 10px;
        background: #fff;
    }

        .banner-box .right-banner-box-r01 .right-banner-box-lt {
            position: relative;
            width: 552px;
            padding-left: 10px;
            float: left;
        }

            .banner-box .right-banner-box-r01 .right-banner-box-lt .lg-banner-container {
                z-index: 1;
            }

            .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box {
                width: 552px;
                overflow: hidden;
                font-size: 12px;
            }

                .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-left {
                    float: left;
                    width: 223px;
                }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-left a {
                        float: left;
                        margin-right: 10px;
                    }

                .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-right {
                    float: right;
                    width: 223px;
                }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-right a {
                        float: right;
                        margin-left: 10px;
                    }

                .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle {
                    float: left;
                    width: 90px;
                    height: 90px;
                    margin-top: 17px;
                }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle a {
                        position: relative;
                        display: block;
                        height: 88px;
                        border: 1px solid #e3e3e3;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                    }

                        .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle a:before {
                            display: none;
                            position: absolute;
                            width: 34px;
                            height: 34px;
                            top: 27px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            content: '';
                            background: #000;
                            z-index: 1; /* @include opacity(0);*/
                            opacity: 0;
                            filter: Alpha(opacity=0);
                            filter: "alpha(opacity=0)";
                            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                            -webkit-border-radius: 100%;
                            -moz-border-radius: 100%;
                            border-radius: 100%;
                            -webkit-transition: all 0.4s;
                            -moz-transition: all 0.4s;
                            -ms-transition: all 0.4s;
                            -o-transition: all 0.4s;
                            transition: all 0.4s;
                        }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle img {
                        display: block;
                        margin: 4px auto 0;
                        width: 80px;
                        height: 80px;
                        border-radius: 100%;
                        transition: all 0.3s;
                    }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle .iconfont {
                        position: absolute;
                        top: 34px;
                        font-size: 20px;
                        color: #fff;
                        left: 36px;
                        line-height: 1;
                        z-index: 2;
                        -webkit-transition: all 0.4s;
                        -moz-transition: all 0.4s;
                        -ms-transition: all 0.4s;
                        -o-transition: all 0.4s;
                        transition: all 0.4s;
                        opacity: 0;
                        filter: Alpha(opacity=0);
                        filter: "alpha(opacity=0)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                    }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle:hover a:before {
                        display: block;
                        opacity: 0.8;
                        filter: Alpha(opacity=80);
                        filter: "alpha(opacity=80)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                        animation: iconscale 2s infinite;
                        -moz-animation: iconscale 2s infinite; /* Firefox */
                        -webkit-animation: iconscale 2s infinite; /* Safari and Chrome */
                        -o-animation: iconscale 2s infinite; /* Opera */
                    }

                    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-middle:hover .iconfont {
                        animation: iconscale 2s infinite;
                        -moz-animation: iconscale 2s infinite; /* Firefox */
                        -webkit-animation: iconscale 2s infinite; /* Safari and Chrome */
                        -o-animation: iconscale 2s infinite; /* Opera */
                        opacity: 0.8;
                        filter: Alpha(opacity=80);
                        filter: "alpha(opacity=80)";
                        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                    }

@keyframes iconscale {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-left a, .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-right a {
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color, border-color 0.3s, 0.3s;
}

    .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-left a:hover, .banner-box .right-banner-box-r01 .right-banner-box-lt .brand-box .brand-box-right a:hover {
        border-color: #ff9a18;
        background-color: #ff9a18;
        color: #fff;
    }

.banner-box .right-banner-box-r01 .right-banner-box-lt .dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 177px;
    z-index: 2;
    height: 14px;
    line-height: 1;
    text-align: center;
}

    .banner-box .right-banner-box-r01 .right-banner-box-lt .dots span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        cursor: pointer;
        font-size: 0;
    }

        .banner-box .right-banner-box-r01 .right-banner-box-lt .dots span:before {
            position: absolute;
            content: '';
            top: 4px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 2px;
            height: 6px;
            background: #fff;
        }

        .banner-box .right-banner-box-r01 .right-banner-box-lt .dots span:hover:before, .banner-box .right-banner-box-r01 .right-banner-box-lt .dots span.active:before {
            top: 0;
            width: 10px;
            height: 10px;
            background: none;
            border: 2px solid #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

.banner-box .right-banner-box-r01 .right-banner-box-rt {
    position: relative;
    width: 408px;
    padding: 0 20px 0 10px;
}

.banner-box .right-banner-box-r01 .data-box {
    background: #ebf5ff;
    padding: 7px 0;
}

    .banner-box .right-banner-box-r01 .data-box .data-box-item {
        float: left;
        width: 134px;
        text-align: center;
        line-height: 25px;
    }

        .banner-box .right-banner-box-r01 .data-box .data-box-item:first-child {
            width: 128px;
            text-align: center;
            border-right: 1px dotted #e5e5e5;
        }

            .banner-box .right-banner-box-r01 .data-box .data-box-item:first-child .value {
                display: block;
                font-size: 30px;
                color: #fe0000;
                line-height: 32px;
            }

            .banner-box .right-banner-box-r01 .data-box .data-box-item:first-child .name {
                display: block;
                line-height: 20px;
            }

    .banner-box .right-banner-box-r01 .data-box .align-rt {
        text-align: right;
    }

.banner-box .right-banner-box-r01 .notice-box {
    margin-top: 12px;
}

    .banner-box .right-banner-box-r01 .notice-box .vtikcer-box {
        padding-left: 10px;
        overflow: hidden;
        position: relative;
        height: 27px;
    }

        .banner-box .right-banner-box-r01 .notice-box .vtikcer-box ul {
            margin-left: 10px;
        }

            .banner-box .right-banner-box-r01 .notice-box .vtikcer-box ul a {
                height: 21px;
                line-height: 21px;
                width: 345px;
                color: #2695ff;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .banner-box .right-banner-box-r01 .notice-box .notice-text {
        color: #2695ff;
        height: 27px;
        line-height: 21px;
    }

    .banner-box .right-banner-box-r01 .notice-box span.fr a {
        display: block;
        font-size: 12px;
        height: 27px;
        line-height: 21px;
    }

.banner-box .right-banner-box-r01 .theme-box {
    width: 100%;
}

    .banner-box .right-banner-box-r01 .theme-box h3 {
        text-align: center;
        font-size: 17px;
        padding: 10px 0 6px 0;
        font-weight: bold;
    }

        .banner-box .right-banner-box-r01 .theme-box h3.theme-box-title a {
            color: #f75e12;
        }

        .banner-box .right-banner-box-r01 .theme-box h3 a {
            color: #ec1d23;
        }

    .banner-box .right-banner-box-r01 .theme-box ul p {
        float: left;
        padding: 7px 0 4px;
    }

        .banner-box .right-banner-box-r01 .theme-box ul p .shallow-gray {
            color: #a0a0a0;
        }

        .banner-box .right-banner-box-r01 .theme-box ul p.align-rt {
            float: right;
            text-align: right;
        }

.banner-box .right-banner-box-r01 .shortcut-box {
    position: relative;
    margin-bottom: 4px;
    color: #2695ff;
}

    .banner-box .right-banner-box-r01 .shortcut-box:before, .banner-box .right-banner-box-r01 .shortcut-box:after {
        content: "";
        display: table;
    }

    .banner-box .right-banner-box-r01 .shortcut-box:after {
        clear: both;
        overflow: hidden;
    }

    .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box {
        position: relative;
        float: left;
        cursor: pointer;
        margin-left: 22px;
        color: #2695ff;
    }

        .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box:first-child {
            margin-left: 0;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box:hover {
            color: #7db6ef;
        }

            .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box:hover a {
                color: #7db6ef;
            }

            .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box:hover .app-qrcode-box {
                display: block;
            }

        .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box a {
            color: #2695ff;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box .iconfont {
            float: left;
            font-size: 15px;
            line-height: 37px;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .short-nav-box span {
            float: left;
            margin-left: 4px;
            line-height: 37px;
            font-size: 12px;
        }

    .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box {
        display: none;
        position: absolute;
        padding: 12px 20px;
        text-align: center;
        border: 1px solid #2695ff;
        background: #fff;
        z-index: 1000;
        width: 130px\9;
        bottom: 43px;
        left: -44px;
    }

        .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box:before, .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box:after {
            position: absolute;
            z-index: 2;
            width: 0;
            content: '';
            height: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            border: 6px solid #fff;
            border-color: #fff transparent transparent transparent;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box:before {
            bottom: -12px;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box:after {
            bottom: -16px;
            z-index: 1;
            border: 8px solid #4b98ff;
            border-color: #4b98ff transparent transparent transparent;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box .app-dld-img {
            width: 100px;
            height: 100px;
        }

        .banner-box .right-banner-box-r01 .shortcut-box .app-qrcode-box p {
            line-height: 25px;
            color: #333;
            white-space: nowrap;
        }

.banner-box .brand-middle {
    margin-top: 10px;
    background: #fff;
}

    .banner-box .brand-middle .tab-box {
        width: 33.33%;
        float: left;
        padding: 10px 0 4px;
        position: relative;
    }

        .banner-box .brand-middle .tab-box:first-child:before {
            display: none;
        }

        .banner-box .brand-middle .tab-box:before {
            position: absolute;
            content: '';
            left: -5px;
            top: 26px;
            width: 1px;
            background: #f1f1f1;
            height: 100px;
        }

        .banner-box .brand-middle .tab-box .tab-name {
            position: relative;
            padding: 0 12px;
            height: 22px;
            font-size: 16px;
            color: #333;
            line-height: 22px;
        }

            .banner-box .brand-middle .tab-box .tab-name em {
                margin: 0 2px;
                display: inline-block;
                width: 43px;
                padding-right: 5px;
                color: #fff;
                text-align: center;
                background: url(../images/sum.png) no-repeat 0 0;
            }

            .banner-box .brand-middle .tab-box .tab-name .iconfont {
                position: absolute;
                right: 23px;
                font-size: 14px;
            }

        .banner-box .brand-middle .tab-box .tab-list {
            padding: 8px 12px 0;
            height: 96px;
            overflow: hidden;
        }

        .banner-box .brand-middle .tab-box li a {
            display: block;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .banner-box .brand-middle .tab-box li:hover a {
            color: #2695ff;
        }

.slick-next, .rslides-arrow .arrow-btn, .slick-prev {
    z-index: 2;
}

    .slick-next:before, .rslides-arrow .arrow-btn:before, .slick-prev:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 2px;
        margin-top: -11px;
        width: 20px;
        height: 22px;
        background: url(../images/arrow.png) no-repeat 4px -82px;
    }

    .slick-prev:before, .rslides-arrow .arrow-prev:before {
        background-position: 3px -58px;
    }

.latest {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

.latest-hot {
    padding: 10px 0 20px;
}

    .latest-hot .latest-news li .txt {
        padding: 0 55px 0 22px;
    }

    .latest-hot .latest-news li .time {
        width: 60px;
        white-space: nowrap;
    }

    .latest-hot .latest-news, .latest-hot .hot-news {
        float: left;
        width: 50%;
    }

    .latest-hot .album-news {
        clear: both;
    }

        .latest-hot .album-news li {
            float: left;
            width: 50%;
        }

.latest-news li, .hot-news li, .album-news li {
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .latest-news li:hover .doc-type, .hot-news li:hover .doc-type, .album-news li:hover .doc-type {
        opacity: 0.7;
        filter: Alpha(opacity=70);
        filter: "alpha(opacity=70)";
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
    }

    .latest-news li:hover .txt, .hot-news li:hover .txt, .album-news li:hover .txt {
        color: #057EE1;
    }

    .latest-news li:hover .time, .hot-news li:hover .time, .album-news li:hover .time {
        color: #057EE1;
    }

    .latest-news li .txt, .hot-news li .txt, .album-news li .txt {
        padding: 0 50px 0 22px;
        display: block;
        height: 34px;
        line-height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .latest-news li .time, .hot-news li .time, .album-news li .time {
        position: absolute;
        right: 20px;
        top: 0;
        text-align: right;
        width: 40px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        color: #999;
    }

        .latest-news li .time.now, .hot-news li .time.now, .album-news li .time.now {
            color: #ec1d23;
        }

.boutique {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

    .boutique .book {
        padding: 16px 0 0;
        margin: 0 -10px;
    }

        .boutique .book li {
            float: left;
            width: 10%;
        }

            .boutique .book li a {
                display: block;
            }

                .boutique .book li a img {
                    display: block;
                    max-width: 66px;
                    height: 84px;
                    margin: 0 auto;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                .boutique .book li a:hover img {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    transform: scale(1.1);
                }

    .boutique .bou-list {
        padding: 20px 0;
    }

        .boutique .bou-list li {
            position: relative;
            float: left;
            width: 33.333%;
            padding: 0 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .boutique .bou-list li:hover .txt {
                color: #057EE1;
            }

                .boutique .bou-list li:hover .txt:before {
                    background: #057EE1;
                }

            .boutique .bou-list li:hover .doc-type {
                opacity: 0.7;
                filter: Alpha(opacity=70);
                filter: "alpha(opacity=70)";
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
            }

            .boutique .bou-list li .txt {
                position: relative;
                padding: 0 0 0 8px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 34px;
                line-height: 34px;
            }

                .boutique .bou-list li .txt:before {
                    position: absolute;
                    left: 0;
                    content: '';
                    top: 16px;
                    width: 3px;
                    height: 3px;
                    background: #b4c6d0;
                }

.famous {
    width: 1200px;
    padding-bottom: 16px;
    margin: 20px auto 0;
    background: #fff;
}

    .famous .m-title {
        border: 0;
    }

        .famous .m-title .option a {
            margin: 0 6px;
        }

    .famous .school {
        padding: 16px 24px 9px;
        margin-top: 14px;
        background: url(../images/school-bg.png) no-repeat 0 0;
    }

        .famous .school li {
            width: 144px;
            float: left;
        }

            .famous .school li:hover .symbol {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

            .famous .school li:hover .name {
                color: #057EE1;
            }

            .famous .school li:hover .num {
                color: #f75e12;
            }

            .famous .school li .symbol {
                display: block;
                width: 72px;
                height: 72px;
                margin: 0 auto;
                overflow: hidden;
                text-align: center;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
                background: #fff;
            }

                .famous .school li .symbol .iconfont {
                    margin-top: 8px;
                    display: inline-block;
                    width: 56px;
                    height: 56px;
                    background: #E5E5E5;
                    font-size: 35px;
                    color: #fff;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                }

                .famous .school li .symbol img {
                    display: block;
                    width: 56px;
                    height: 56px;
                    margin: 8px auto;
                }

            .famous .school li .name {
                padding-top: 8px;
                display: block;
                text-align: center;
                font-size: 12px;
                color: #fff;
                line-height: 16px;
            }

            .famous .school li .num {
                padding-top: 4px;
                display: block;
                font-size: 12px;
                font-weight: 400;
                color: #ff9a18;
                line-height: 16px;
                text-align: center;
            }

                .famous .school li .num .iconfont {
                    font-size: 12px;
                }

    .famous .latest-news {
        padding-top: 6px;
    }

        .famous .latest-news li {
            float: left;
            width: 50%;
        }

.exam {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

    .exam .exam-wrapper {
        padding: 14px 20px 10px;
    }

    .exam .exam-slide {
        margin-top: 14px;
        float: left;
        width: 220px;
        height: 268px;
        overflow: hidden;
    }

        .exam .exam-slide a {
            position: relative;
            display: block;
        }

            .exam .exam-slide a img {
                display: block;
                height: 268px;
                width: 100%;
            }

            .exam .exam-slide a .list-item-det {
                position: absolute;
                display: table;
                left: 0;
                right: 0;
                top: 0;
                height: 268px;
            }

                .exam .exam-slide a .list-item-det .text {
                    height: 100%;
                    display: table-cell;
                    padding: 0 22px 0 24px;
                    vertical-align: middle;
                    font-size: 16px;
                    line-height: 28px;
                    color: #fff;
                }

        .exam .exam-slide .slick-prev, .exam .exam-slide .slick-next {
            width: 20px;
            height: 40px;
            margin-top: -20px;
        }

    .exam .exam-list {
        margin-left: 10px;
        float: left;
        width: 578px;
    }

        .exam .exam-list li {
            height: 42px;
            line-height: 42px;
            position: relative;
        }

            .exam .exam-list li:hover .txt {
                color: #057EE1;
            }

            .exam .exam-list li:hover .time {
                color: #057EE1;
            }

            .exam .exam-list li:hover .type {
                color: #f75e12;
            }

            .exam .exam-list li .type { /*  position: absolute; left:0; top:0;*/
                position: relative;
                float: left;
                width: auto;
                padding-right: 6px;
                font-size: 14px;
                color: #999;
            }

                .exam .exam-list li .type:before {
                    position: absolute;
                    content: '';
                    top: 14px;
                    right: 3px;
                    width: 1px;
                    height: 14px;
                    background: #999;
                }

            .exam .exam-list li .txt {
                display: block; /* padding: 0 40px 0 68px;*/
                padding: 0 50px 0 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
                color: #333;
            }

            .exam .exam-list li .time {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                font-weight: 400;
                color: #999;
            }

                .exam .exam-list li .time.now {
                    color: #ec1d23;
                }

    .exam .exam-age {
        float: right;
        width: 320px;
    }

        .exam .exam-age .exam-name {
            height: 42px;
            line-height: 42px;
            font-size: 16px;
            color: #057EE1;
        }

        .exam .exam-age .exam-order {
            margin-right: -30px;
        }

            .exam .exam-age .exam-order a {
                float: left;
                margin: 0 20px 0 0;
                line-height: 32px;
                font-size: 14px;
                color: #333;
            }

                .exam .exam-age .exam-order a:first-child {
                    margin-left: 0;
                }

                .exam .exam-age .exam-order a .iconfont {
                    font-size: 12px;
                }

                .exam .exam-age .exam-order a:hover {
                    color: #057EE1;
                }

.video {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

    .video .m-title {
        border-bottom: none;
    }

    .video .video-wrapper {
        padding: 0 20px;
    }

    .video .video-item {
        position: relative;
        float: left;
        width: 136px;
        margin: 20px 0;
    }

        .video .video-item:hover .name {
            color: #057EE1;
        }

        .video .video-item:hover .media:before {
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .video .video-item:hover .media .iconfont {
            opacity: 1;
            filter: Alpha(opacity=100);
            filter: "alpha(opacity=100)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
        }

        .video .video-item:hover .scan {
            color: #f75e12;
        }

        .video .video-item:hover .num {
            color: #057EE1;
        }

        .video .video-item .media {
            position: relative;
            display: block;
            height: 76px;
        }

            .video .video-item .media:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: #000;
                filter: alpha(opacity=0);
                opacity: 0;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s;
            }

            .video .video-item .media .iconfont {
                position: absolute;
                left: 50%;
                margin: -15px 0 0 -15px;
                top: 50%;
                font-size: 30px;
                line-height: 30px;
                color: #fff;
                opacity: 0;
                filter: Alpha(opacity=0);
                filter: "alpha(opacity=0)";
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

            .video .video-item .media img {
                display: block;
                height: 100%;
                width: 100%;
            }

        .video .video-item .name {
            margin-top: 6px;
            display: block;
            height: 17px;
            font-size: 12px;
            color: #333;
            line-height: 17px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .video .video-item .name:hover {
                color: #057EE1;
            }

        .video .video-item .num {
            display: block;
            margin-top: 8px;
            font-size: 12px;
            height: 17px;
            line-height: 17px;
            color: #999;
        }

            .video .video-item .num .iconfont {
                font-size: 13px;
            }

        .video .video-item .scan {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 17px;
            font-size: 12px;
            color: #FF9A18;
            line-height: 17px;
        }

    .video .recom-video.video-item {
        width: 358px;
        margin-right: 7px;
    }

        .video .recom-video.video-item .name {
            font-size: 14px;
        }

        .video .recom-video.video-item .media {
            height: 240px;
        }

            .video .recom-video.video-item .media .iconfont {
                font-size: 40px;
            }

    .video .video-list {
        float: left;
        width: 450px;
    }

        .video .video-list .video-item {
            margin: 20px 7px;
        }

    .video .recommend-list {
        margin-top: 20px;
        float: right;
        width: 320px;
    }

        .video .recommend-list li {
            position: relative;
        }

            .video .recommend-list li .order {
                position: absolute;
                left: 10px;
                top: 6px;
                width: 17px;
                height: 17px;
                text-align: center;
                line-height: 17px;
                font-size: 14px;
                color: #999;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .video .recommend-list li .order.first {
                    color: #fff;
                    background: #FF3200;
                }

                .video .recommend-list li .order.second {
                    color: #fff;
                    background: #FF6600;
                }

                .video .recommend-list li .order.third {
                    color: #fff;
                    background: #FF9900;
                }

            .video .recommend-list li .pic {
                position: relative;
                display: none;
            }

                .video .recommend-list li .pic:before {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background: #000;
                    opacity: 0.45;
                    filter: Alpha(opacity=45);
                    filter: "alpha(opacity=45)";
                    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                    -webkit-border-radius: 7px;
                    -moz-border-radius: 7px;
                    border-radius: 7px;
                }

                .video .recommend-list li .pic .iconfont {
                    position: absolute;
                    left: 50%;
                    margin: -10px 0 0 -10px;
                    top: 50%;
                    font-size: 20px;
                    line-height: 20px;
                    color: #fff;
                    opacity: 0.45;
                    filter: Alpha(opacity=45);
                    filter: "alpha(opacity=45)";
                    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                .video .recommend-list li .pic:hover .iconfont {
                    opacity: 1;
                    filter: Alpha(opacity=100);
                    filter: "alpha(opacity=100)";
                    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$attr);
                }

            .video .recommend-list li .con {
                display: block;
                position: relative;
            }

                .video .recommend-list li .con .art {
                    display: block;
                    padding: 0 44px 0 36px;
                    font-size: 14px;
                    line-height: 33px;
                    height: 33px;
                    color: #333;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .video .recommend-list li .con .art:hover {
                        color: #057EE1;
                    }

                .video .recommend-list li .con .num {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    height: 33px;
                    font-size: 12px;
                    color: #999;
                    line-height: 33px;
                }

                .video .recommend-list li .con .type {
                    display: none;
                    position: absolute;
                    top: -14px;
                    right: -14px;
                    width: 29px;
                    height: 28px;
                    font-size: 12px;
                    font-weight: 400;
                    color: #fff;
                    line-height: 17px;
                }

                    .video .recommend-list li .con .type:before {
                        position: absolute;
                        top: 0;
                        right: 0;
                        content: '';
                        border: 14px solid #FF9900;
                        border-color: #FF9900 #FF9900 transparent transparent;
                    }

                    .video .recommend-list li .con .type:after {
                        position: absolute;
                        top: 0;
                        right: 0;
                        content: '';
                        width: 20px;
                        height: 20px;
                        text-align: center;
                    }

                    .video .recommend-list li .con .type.type-album:after {
                        content: '辑';
                    }

                    .video .recommend-list li .con .type.type-suit:after {
                        content: '套';
                    }

            .video .recommend-list li.current {
                padding: 14px 14px 12px 35px;
                background: #FFFBF4;
            }

                .video .recommend-list li.current .pic {
                    display: block;
                    float: left;
                    width: 68px;
                    height: 68px;
                }

                    .video .recommend-list li.current .pic img {
                        display: block;
                        width: 68px;
                        height: 68px;
                        -webkit-border-radius: 7px;
                        -moz-border-radius: 7px;
                        border-radius: 7px;
                    }

                .video .recommend-list li.current .con {
                    float: left;
                    height: 69px;
                    width: 192px;
                    margin-left: 10px;
                }

                    .video .recommend-list li.current .con .art {
                        padding: 0;
                        height: 40px;
                        line-height: 20px;
                        overflow: hidden;
                        white-space: normal;
                    }

                    .video .recommend-list li.current .con .num {
                        left: 0;
                        font-size: 12px;
                        color: #FE0000;
                        height: 17px;
                        line-height: 17px;
                    }

                    .video .recommend-list li.current .con .type {
                        display: block;
                    }

                .video .recommend-list li.current .order {
                    top: 15px;
                }

.education {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

    .education .m-title {
        border-bottom: none;
    }

    .education .edu-wrapper {
        padding: 20px 0;
        margin: 0 -10px;
    }

    .education .edu-list {
        width: 33.33%;
        float: left;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .education .edu-list .tab {
            position: relative;
            border-bottom: 1px solid #e1e1e1;
        }

            .education .edu-list .tab .item {
                position: relative;
                float: left;
                margin-right: 20px;
                width: 80px;
                height: 42px;
                text-align: center;
                font-size: 16px;
                color: #999;
                line-height: 42px;
            }

                .education .edu-list .tab .item:before {
                    position: absolute;
                    bottom: -1px;
                    content: "";
                    left: 50%;
                    width: 0;
                    height: 1px;
                    background: #057EE1;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                .education .edu-list .tab .item:hover, .education .edu-list .tab .item.active {
                    color: #0D75D9;
                }

                    .education .edu-list .tab .item:hover:before, .education .edu-list .tab .item.active:before {
                        left: 0;
                        width: 100%;
                    }

            .education .edu-list .tab .more {
                position: absolute;
                right: 0;
                top: 0;
                height: 42px;
                line-height: 42px;
                font-size: 14px;
                color: #999;
            }

                .education .edu-list .tab .more:hover {
                    color: #ff9a18;
                }

        .education .edu-list .tab-box {
            padding-top: 14px;
        }

            .education .edu-list .tab-box .item {
                margin-bottom: 12px;
            }

        .education .edu-list .item {
            position: relative;
        }

            .education .edu-list .item .img {
                float: left;
                width: 33%;
                overflow: hidden;
            }

                .education .edu-list .item .img img {
                    display: block;
                    width: 100%;
                    height: 80px;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                .education .edu-list .item .img:hover img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }

            .education .edu-list .item .title {
                float: right;
                width: 67%;
                padding-left: 10px;
                position: relative;
                font-size: 16px;
                line-height: 24px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .education .edu-list .item .sub {
                position: absolute;
                bottom: 3px;
                left: 130px;
                color: #999;
                font-size: 12px;
                white-space: normal;
                line-height: 24px;
            }

                .education .edu-list .item .sub a {
                    color: #999;
                }

                    .education .edu-list .item .sub a:hover {
                        color: #057EE1;
                    }

        .education .edu-list .link {
            position: relative;
            padding-left: 8px;
            display: block;
            font-size: 14px;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .education .edu-list .link:hover {
                color: #057EE1;
            }

                .education .edu-list .link:hover:before {
                    background: #057EE1;
                }

            .education .edu-list .link:before {
                position: absolute;
                left: 0;
                content: '';
                top: 16px;
                width: 3px;
                height: 3px;
                background: #b4c6d0;
            }

.section-hzxfc {
    margin: 20px auto 0;
    width: 1200px;
    background: #fff;
}

    .section-hzxfc .m-title {
        border-bottom: none;
    }

    .section-hzxfc .hezuo-school {
        padding: 20px;
    }

        .section-hzxfc .hezuo-school .wxt {
            float: left;
            width: 206px;
            height: 406px;
            border-top: 4px solid #3f7dd8;
            background: #629bef url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/wxt_bg.png") center bottom no-repeat;
        }

            .section-hzxfc .hezuo-school .wxt .title {
                width: 190px;
                height: 50px;
                margin: 0 auto;
                font-size: 18px;
                line-height: 50px;
                color: #ffc207;
                font-weight: bold;
                border-bottom: 1px solid #88b8fc;
            }

            .section-hzxfc .hezuo-school .wxt .text {
                font-size: 14px;
                line-height: 34px;
                padding: 0 16px;
                word-break: break-all;
                color: #fff;
            }

                .section-hzxfc .hezuo-school .wxt .text a {
                    color: #fff;
                }

                .section-hzxfc .hezuo-school .wxt .text .tel {
                    font-size: 16px;
                    line-height: 60px;
                    color: #fff;
                }

                .section-hzxfc .hezuo-school .wxt .text .btn {
                    margin: 0 auto;
                    display: block;
                    width: 130px;
                    height: 38px;
                    line-height: 38px;
                    -webkit-border-radius: 19px;
                    -moz-border-radius: 19px;
                    border-radius: 19px;
                    color: #b75c0b;
                    font-size: 16px;
                    background-color: #fee647;
                    text-align: center;
                }

                    .section-hzxfc .hezuo-school .wxt .text .btn:hover {
                        background-color: #eabf11;
                        color: #934a09;
                    }

        .section-hzxfc .hezuo-school .img-box {
            float: left;
            width: 720px;
            height: 410px;
            margin-left: 15px;
            position: relative;
        }

            .section-hzxfc .hezuo-school .img-box .item {
                width: 228px;
                height: 185px;
                cursor: pointer;
                overflow: hidden;
                float: left;
                position: relative;
                margin-left: 12px;
                margin-bottom: 40px;
            }

                .section-hzxfc .hezuo-school .img-box .item .tail {
                    width: 228px;
                    height: 132px;
                    position: absolute;
                    bottom: 0;
                    z-index: 2;
                    overflow: hidden;
                }

                    .section-hzxfc .hezuo-school .img-box .item .tail .school-img {
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 228px;
                        height: 132px;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-transition-duration: .3s;
                        transition-duration: .3s;
                        -webkit-transition-property: transform;
                        transition-property: transform;
                        background-size: cover;
                    }

                    .section-hzxfc .hezuo-school .img-box .item .tail .mask {
                        display: none;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 227px;
                        height: 132px;
                        background-color: #000;
                        filter: alpha(opacity=40);
                        -moz-opacity: .4;
                        -khtml-opacity: .4;
                        opacity: 0.4;
                    }

                    .section-hzxfc .hezuo-school .img-box .item .tail .school-name {
                        position: absolute;
                        width: 228px;
                        height: 36px;
                        bottom: 0;
                        font-size: 16px;
                        line-height: 36px;
                        color: #fff;
                        text-align: center;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        background-image: url("http://zxxkstatic.zxxk.com/zxxk/skins/index/images/school-name-bg.png");
                        background-color: transparent;
                        z-index: 3;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-transition-duration: .3s;
                        transition-duration: .3s;
                        -webkit-transition-property: all;
                        transition-property: all;
                    }

                    .section-hzxfc .hezuo-school .img-box .item .tail:hover .mask {
                        display: none;
                    }

                    .section-hzxfc .hezuo-school .img-box .item .tail:hover .school-name {
                        display: block;
                        left: 0;
                        top: 0;
                        width: 227px;
                        height: 132px;
                        font-size: 16px;
                        padding-top: 60px;
                    }

                    .section-hzxfc .hezuo-school .img-box .item .tail:hover .school-img {
                        -webkit-transform: scale(1.1);
                        transform: scale(1.1);
                    }

            .section-hzxfc .hezuo-school .img-box .head {
                position: absolute;
                top: 0;
                left: 0;
                *left: 69px;
                right: 0;
                z-index: 3;
                width: 82px;
                height: 82px;
                margin: 0 auto;
                border: 4px solid #fff;
                -webkit-border-radius: 45px;
                -moz-border-radius: 45px;
                border-radius: 45px;
            }

                .section-hzxfc .hezuo-school .img-box .head img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    -webkit-border-radius: 45px;
                    -moz-border-radius: 45px;
                    border-radius: 45px;
                }

                .section-hzxfc .hezuo-school .img-box .head .mask {
                    position: absolute;
                    width: 82px;
                    height: 82px;
                    left: 0;
                    top: 0;
                    display: block;
                    -webkit-border-radius: 45px;
                    -moz-border-radius: 45px;
                    border-radius: 45px;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-animation-duration: .5s;
                    -webkit-animation-delay: .2s;
                    -webkit-animation-timing-function: ease;
                    -webkit-animation-fill-mode: both;
                    -moz-animation-duration: .5s;
                    -moz-animation-delay: .2s;
                    -moz-animation-timing-function: ease;
                    -moz-animation-fill-mode: both;
                    animation-duration: .5s;
                    animation-delay: .2s;
                    animation-timing-function: ease;
                    animation-fill-mode: both;
                }

                .section-hzxfc .hezuo-school .img-box .head .position {
                    width: 82px;
                    height: 82px;
                    position: absolute;
                    top: 15px;
                    display: none;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-animation-duration: .5s;
                    -webkit-animation-delay: .2s;
                    -webkit-animation-timing-function: ease;
                    -webkit-animation-fill-mode: both;
                    -moz-animation-duration: 1s;
                    -moz-animation-delay: .2s;
                    -moz-animation-timing-function: ease;
                    -moz-animation-fill-mode: both;
                    -ms-animation-duration: .5s;
                    -ms-animation-delay: .2s;
                    -ms-animation-timing-function: ease;
                    -ms-animation-fill-mode: both;
                    animation-duration: .5s;
                    animation-delay: .2s;
                    animation-timing-function: ease;
                    animation-fill-mode: both;
                }

                .section-hzxfc .hezuo-school .img-box .head .name {
                    width: 82px;
                    height: 82px;
                    position: absolute;
                    top: 35px;
                    font-size: 16px;
                    color: #fff;
                    display: none;
                    text-align: center;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-animation-duration: .5s;
                    -webkit-animation-delay: .2s;
                    -webkit-animation-timing-function: ease;
                    -webkit-animation-fill-mode: both;
                    -moz-animation-duration: 1s;
                    -moz-animation-delay: .2s;
                    -moz-animation-timing-function: ease;
                    -moz-animation-fill-mode: both;
                    -ms-animation-duration: .5s;
                    -ms-animation-delay: .2s;
                    -ms-animation-timing-function: ease;
                    -ms-animation-fill-mode: both;
                    animation-duration: .5s;
                    animation-delay: .2s;
                    animation-timing-function: ease;
                    animation-fill-mode: both;
                }

                .section-hzxfc .hezuo-school .img-box .head:hover .mask {
                    background-color: #029afb;
                    filter: alpha(opacity=85);
                    -moz-opacity: .85;
                    -khtml-opacity: .85;
                    opacity: .85;
                    -webkit-backface-visibility: visible !important;
                    -webkit-animation-name: flipInY;
                    -moz-backface-visibility: visible !important;
                    -moz-animation-name: flipInY;
                    -ms-backface-visibility: visible !important;
                    -ms-animation-name: flipInY;
                    -o-backface-visibility: visible !important;
                    -o-animation-name: flipInY;
                    backface-visibility: visible !important;
                    animation-name: flipInY;
                }

                .section-hzxfc .hezuo-school .img-box .head:hover .position {
                    display: block;
                    -webkit-backface-visibility: visible !important;
                    -webkit-animation-name: flipInY;
                    -moz-backface-visibility: visible !important;
                    -moz-animation-name: flipInY;
                    -ms-backface-visibility: visible !important;
                    -ms-animation-name: flipInY;
                    -o-backface-visibility: visible !important;
                    -o-animation-name: flipInY;
                    backface-visibility: visible !important;
                    animation-name: flipInY;
                }

                .section-hzxfc .hezuo-school .img-box .head:hover .name {
                    display: block;
                    -webkit-backface-visibility: visible !important;
                    -webkit-animation-name: flipInY;
                    -moz-backface-visibility: visible !important;
                    -moz-animation-name: flipInY;
                    -ms-backface-visibility: visible !important;
                    -ms-animation-name: flipInY;
                    -o-backface-visibility: visible !important;
                    -o-animation-name: flipInY;
                    backface-visibility: visible !important;
                    animation-name: flipInY;
                }

        .section-hzxfc .hezuo-school .list {
            float: right;
            width: 188px;
        }

            .section-hzxfc .hezuo-school .list .title {
                color: #057ee1;
                font-size: 16px;
                border-bottom: 1px solid #e1e1e1;
                line-height: 43px;
                height: 43px;
                margin-bottom: 8px;
            }

            .section-hzxfc .hezuo-school .list .name {
                display: block;
                height: 30px;
                line-height: 30px;
                color: #333;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .section-hzxfc .hezuo-school .list .name:hover {
                    color: #057ee1;
                }

            .section-hzxfc .hezuo-school .list .more {
                float: right;
                font-size: 14px;
                color: #999;
                display: inline-block;
            }

                .section-hzxfc .hezuo-school .list .more:hover {
                    color: #ff9a18;
                }

@-webkit-keyframes hvr-icon-pulse-grow-laba {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-icon-pulse-grow-laba {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-180deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(-360deg);
        opacity: 0.85;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-180deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(-360deg);
        opacity: 0.85;
    }
}

@-ms-keyframes flipInY {
    0% {
        -ms-transform: perspective(400px) rotateY(0deg);
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotateY(-180deg);
    }

    100% {
        -ms-transform: perspective(400px) rotateY(-360deg);
        opacity: 0.85;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-180deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(-360deg);
        opacity: 0.85;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-180deg);
    }

    100% {
        transform: perspective(400px) rotateY(-360deg);
        opacity: 0.85;
    }
}

.nav {
    background: darkred;
}

.hhhh {
    background: darkred;
}

/*# sourceMappingURL=main.css.map */
