﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.clearfix:after,
.container:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#front_header {
    min-width: 1200px;
}


.zm {
    width: 1200px;
    margin: 0 auto;
    position: fixed;
    bottom: -100px;
    z-index: 999;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

    .zm img {
        width: 1200px;
        position: relative;
    }

    .zm .close {
        width: 50px;
        height: 100px;
        position: relative;
        left: 1150px;
        top: -160px;
        cursor: pointer;
    }

img {
    border: none;
}

#search_container {
    width: 100%;
    background: #fff;
    min-width: 1200px;
    padding: 35px 0;
    top: -50px;
}

    #search_container.active {
        position: fixed;
        padding: 0;
        z-index: 20;
        top: 0;
        -webkit-box-shadow: 0 1px 4px #ddd;
        -moz-box-shadow: 0 1px 4px #ddd;
        box-shadow: 0 1px 4px #ddd;
        -webkit-transition: top 0.3s ease-in-out 0.3s;
        -moz-transition: top 0.3s ease-in-out 0.3s;
        -ms-transition: top 0.3s ease-in-out 0.3s;
        -o-transition: top 0.3s ease-in-out 0.3s;
        transition: top 0.3s ease-in-out 0.3s;
    }

        #search_container.active #hotWords {
            display: none;
        }

    #search_container .container {
        background: #fff;
    }

    #search_container .logo {
        width: 35.5%;
        height: 50px;
    }

        #search_container .logo img {
            line-height: 50px;
            width: auto;
            float: left;
        }

        #search_container .logo b {
            display: inline-block;
            line-height: 20px;
            font-size: 22px;
            color: #595757;
            border-left: 1px solid #dcdcdc;
            padding-left: 10px;
            margin: 15px 0 0 10px;
            font-weight: normal;
        }

    #search_container .punlish_container {
        width: 12%;
        position: relative;
        margin-top: 7px;
        height: 36px;
    }

        #search_container .punlish_container .publish {
            height: 36px;
            width: 100%;
            color: #007AFF;
            border: 1px solid #007AFF;
            background: #fff;
            cursor: pointer;
            letter-spacing: 2px;
            font-size: 14px;
            padding-left: 26px;
            position: relative;
        }

            #search_container .punlish_container .publish:before {
                display: block;
                position: absolute;
                content: url(/css/20161025/img/written.jpg);
                top: 9px;
                left: 26px;
                height: 16px;
                width: 16px;
            }

#search {
    width: 49.16666667%;
    border: 1px solid #007AFF;
    height: 36px;
    margin-top: 7px;
    position: relative;
    font-size: 12px;
}

    #search dl {
        width: 10.16949153%;
        cursor: pointer;
        text-align: center;
        position: relative;
        z-index: 17;
        font-size: 12px;
        color: #999;
        height: 36px;
        float: left;
        border-right: none;
    }

        #search dl dt {
            line-height: 34px;
            width: 100%;
            padding-right: 12px;
            display: inline-block;
            background: url(/images/dropdown.png) right center no-repeat;
        }

        #search dl dd.all:before {
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -4px;
            content: '';
            display: inline-block;
            height: 8px;
            width: 8px;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fff;
        }

        #search dl dd,
        #search dl dd:visited {
            background: #fff;
            position: relative;
            z-index: 1;
            line-height: 34px;
            visibility: hidden;
            padding: 0 8px;
            border: 1px solid #ddd;
            border-bottom: none;
        }

            #search dl dd.last {
                border-bottom: 1px solid #ddd;
            }

            #search dl dd:hover {
                background: #eee;
            }

                #search dl dd:hover:before {
                    background: #eee;
                }

    #search .key_words {
        width: 68.81355932%;
        height: 34px;
        line-height: 34px;
        padding: 0 7px;
        border: none;
        font-size: 12px;
        outline: none;
    }

        #search .key_words.all {
            width: 78.98305085%;
        }

    #search .go_search {
        width: 21.01694915%;
        height: 100%;
        line-height: 34px;
        border: none;
        background: #007AFF;
        color: #fff;
        cursor: pointer;
        letter-spacing: 6px;
        text-indent: 6px;
    }

        #search .go_search:hover {
            background: #e74c00;
        }

    #search #hotWords {
        top: 44px;
        position: absolute;
        left: 0;
    }

        #search #hotWords a,
        #search #hotWords a:visited {
            color: #999;
            font-size: 12px;
            padding-right: 8px;
            border-right: 1px solid #d7d7d7;
            margin-right: 8px;
            line-height: 12px;
            float: left;
        }

            #search #hotWords a:hover,
            #search #hotWords a:visited:hover {
                color: #007AFF;
            }

            #search #hotWords a.last,
            #search #hotWords a:visited.last {
                border: none;
            }

div#header div.header_main > div.fr div.issue_demand:hover a.publish {
    color: #fff;
    background-color: #007AFF;
}

    div#header div.header_main > div.fr div.issue_demand:hover a.publish::before {
        display: inline-block;
        content: url(/images/index_icon/fabu.jpg);
        position: relative;
        top: 4px;
        left: 0;
    }

div.punlish_container:hover div#drop_down {
    display: block;
}

#drop_down {
    position: absolute;
    min-width: 260px;
    width: 260px;
    z-index: 10001;
    border: 1px solid #ddd;
    right: 1px;
    display: none;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

    #drop_down h3 {
        margin: 0 20px;
        font-size: 16px;
        color: black;
        padding: 0;
        /* padding-bottom: 15px; */
        line-height: 54px;
        border-bottom: 1px dashed #ddd;
        text-align: center;
    }

    #drop_down div.post_demand ul.ul_list {
        margin: 0 20px;
    }

        #drop_down div.post_demand ul.ul_list li:after {
            content: '';
            clear: both;
            height: 0;
            display: block;
        }

        #drop_down div.post_demand ul.ul_list li a.fl {
            display: block;
            width: 32px;
            height: 32px;
            margin-right: 20px;
            margin-top: 20px;
        }

        #drop_down div.post_demand ul.ul_list li div.fl {
            width: 158px;
            margin-top: 15px;
        }

            #drop_down div.post_demand ul.ul_list li div.fl h4 {
                font-size: 15px;
                color: #333;
            }

            #drop_down div.post_demand ul.ul_list li div.fl p {
                color: #fe8388;
                font-size: 12px;
                margin-bottom: 10px;
            }

#footer {
    min-width: 1200px;
}

#nav_type {
    height: 38px;
    width: 100%;
    background: #fff;
    min-width: 1200px;
    position: relative;
    z-index: 6;
}

    #nav_type .nav {
        padding: 0 18px;
        line-height: 38px;
        width: 1000px;
        white-space: nowrap;
    }

        #nav_type .nav li.fl div.nav_item {
            padding: 11px 0;
            position: relative;
        }

            #nav_type .nav li.fl div.nav_item > b.hot {
                position: absolute;
                display: block;
                width: 30px;
                float: right;
                height: 14px;
                background: url(/images/spring/new.gif) no-repeat;
                right: -6px;
                top: 0;
                z-index: 1;
            }

            #nav_type .nav li.fl div.nav_item > a,
            #nav_type .nav li.fl div.nav_item > a:visited {
                display: block;
                padding: 0 18px;
                font-size: 16px;
                line-height: 1;
                color: #333;
                cursor: pointer;
            }

                #nav_type .nav li.fl div.nav_item > a.bold,
                #nav_type .nav li.fl div.nav_item > a:visited.bold {
                    font-weight: bold;
                }

                #nav_type .nav li.fl div.nav_item > a.border,
                #nav_type .nav li.fl div.nav_item > a:visited.border {
                    border-right: 1px solid #ddd;
                }

                #nav_type .nav li.fl div.nav_item > a.active,
                #nav_type .nav li.fl div.nav_item > a:visited.active {
                    color: #007AFF;
                }

                #nav_type .nav li.fl div.nav_item > a:hover:not(.active),
                #nav_type .nav li.fl div.nav_item > a:visited:hover:not(.active) {
                    color: #f90;
                }

#drop_down_nav .trangel {
    display: none;
    position: absolute;
    border: 6px solid transparent;
    border-bottom-color: #272c2d;
    bottom: 0;
    margin-left: -3px;
    z-index: 0;
    left: 445px;
}

#drop_down_nav li.fl:hover .dropdown_list_container {
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

#drop_down_nav li.fl:hover div.nav_item > a:not(.active) {
    color: #f90;
}

#drop_down_nav .dropdown_list_container {
    top: 32px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
    height: 0;
    overflow: hidden;
    display: none;
    z-index: 16;
    padding-top: 6px;
}

    #drop_down_nav .dropdown_list_container div.bg {
        background: #272c2d;
    }

    #drop_down_nav .dropdown_list_container .dropdown_list_item {
        position: relative;
        padding: 28px 0;
        width: 1200px;
        margin: 0 auto;
    }

    #drop_down_nav .dropdown_list_container .dropdown_list {
        display: inline-block;
        position: relative;
    }

    #drop_down_nav .dropdown_list_container dl {
        display: inline-block;
        float: left;
        text-align: left;
        vertical-align: top;
        margin: 0 8px;
    }

        #drop_down_nav .dropdown_list_container dl dt {
            font-size: 14px;
            font-weight: 600;
            height: 24px;
            line-height: 24px;
            color: #fff;
            margin-bottom: 12px;
        }

        #drop_down_nav .dropdown_list_container dl dd {
            line-height: 24px;
        }

            #drop_down_nav .dropdown_list_container dl dd a {
                font-size: 12px;
                line-height: 24px;
                color: #a3a8a9;
            }

                #drop_down_nav .dropdown_list_container dl dd a > b.hot {
                    position: relative;
                    display: block;
                    width: 30px;
                    float: right;
                    height: 14px;
                    background: url(/images/spring/new.gif) no-repeat;
                    right: -6px;
                    top: 0;
                }

            #drop_down_nav .dropdown_list_container dl dd:hover a {
                color: #f90;
            }

#all_types {
    width: 16.66666667%;
    padding-left: 16px;
    line-height: 38px;
    background: #37a5ec;
    color: #fff;
    font-size: 16px;
}

    #all_types:before {
        width: 16px;
        height: 16px;
        content: '';
        display: inline-block;
        position: relative;
        top: -2px;
        margin-right: 12px;
        vertical-align: middle;
        background: url(/images/index/sprits.png) -91px 0 no-repeat;
    }

#banner_types {
    height: 312px;
    margin-bottom: 10px;
    position: relative;
}

#sorts {
    width: 16.66666667%;
    height: 100%;
    background: #fff;
    font-size: 14px;
    color: #666;
}

    #sorts li {
        cursor: pointer;
        position: relative;
    }

        #sorts li:hover {
            background: #d9d9d9;
        }

            #sorts li:hover div.child {
                display: block;
            }

        #sorts li > a {
            display: block;
            position: relative;
            padding-left: 44px;
            line-height: 35px;
        }

            #sorts li > a:hover {
                color: #007AFF;
            }

            #sorts li > a b {
                position: absolute;
                width: 18px;
                height: 18px;
                top: 10px;
                background: url(/images/index_v4/sorts.png) no-repeat 0 0;
                filter: grayscale(100%);
                left: 17px;
            }

            #sorts li > a:hover b {
                filter: none;
            }

    #sorts div.child {
        display: none;
        position: absolute;
        top: 0;
        max-height: 442px;
        width: 850px;
        z-index: 16;
        overflow: hidden;
        left: 200px;
        padding: 20px 10px;
        border: 1px solid #f7f7f7;
        background: #fff;
        -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    }

        #sorts div.child dl {
            padding-left: 150px;
            position: relative;
            min-height: 22px;
        }

            #sorts div.child dl dd {
                padding-top: 2px;
            }

            #sorts div.child dl dt {
                position: absolute;
                left: 0;
                top: 4px;
                width: 140px;
                text-align: right;
            }

                #sorts div.child dl dt a {
                    color: #666;
                    font-size: 12px;
                    font-weight: bold;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: inline-block;
                    max-width: 80%;
                    line-height: 20px;
                }

                    #sorts div.child dl dt a:after {
                        display: inline-block;
                        content: '>';
                        font-family: Consolas;
                        line-height: 20px;
                        font-size: 16px;
                        color: #666;
                        font-weight: bold;
                        position: relative;
                        margin-left: 4px;
                        vertical-align: top;
                    }

                    #sorts div.child dl dt a:hover {
                        color: #007AFF;
                    }

                        #sorts div.child dl dt a:hover:after {
                            color: #007AFF;
                        }

            #sorts div.child dl dd span {
                font-size: 12px;
                float: left;
                margin: 4px 0;
                padding: 0 10px;
                height: 16px;
                border-left: 1px solid #e0e0e0;
                line-height: 16px;
                white-space: nowrap;
            }

                #sorts div.child dl dd span a:hover {
                    color: #007AFF;
                }

#banners {
    width: 83.33333333%;
    height: 100%;
    padding: 10px 0 0 10px;
}

    #banners .carousel_container {
        width: 95.75757576%;
        margin-right: 1.01010101%;
    }

    #banners .main_banner {
        width: 100%;
        height: 300px;
    }

    #banners .carousel .carousel-inner > .item.active,
    #banners .carousel .carousel-inner > .item,
    #banners .carousel .carousel-inner img {
        width: 100%;
        height: 300px;
        background: #f4f4f4;
        cursor: pointer;
    }

#little_banners {
    width: 101.33333333%;
    margin-left: -1.33333333%;
    margin-top: 10px;
}

    #little_banners li {
        float: left;
        width: 25%;
        padding: 0 0 0 10px;
    }

        #little_banners li a {
            background: #fff;
            display: block;
            width: 100%;
            height: 122px;
        }

            #little_banners li a img {
                display: block;
            }

        #little_banners li.none {
            width: 100%;
        }

            #little_banners li.none p {
                line-height: 122px;
                text-align: center;
                background: #fff;
            }

        #little_banners li:hover img {
            -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        }

#banner_right {
    width: 23.23232323%;
    height: 100%;
}

#banner-active {
    width: 100%;
    height: 212px;
    background: #fff;
    overflow: hidden;
}

    #banner-active #myTab {
        width: 100.43478261%;
        border-bottom: 1px solid #e5e5e5;
    }

        #banner-active #myTab li {
            width: 33.33333333%;
            float: left;
            line-height: 12px;
            margin: 10px 0;
            text-align: center;
            border-right: 1px solid #e5e5e5;
        }

            #banner-active #myTab li a,
            #banner-active #myTab li a:visited {
                font-size: 12px;
                line-height: 12px;
            }

                #banner-active #myTab li a:hover,
                #banner-active #myTab li a:visited:hover {
                    color: #f90;
                }

            #banner-active #myTab li.active a {
                color: #007AFF;
            }

#myTabContent.tab-content > .tab-pane {
    display: none;
}

#myTabContent .fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#myTabContent.tab-content > .active {
    display: block;
}

#myTabContent .fade.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

#myTabContent ul {
    padding: 0 10px;
    height: 155px;
    overflow: hidden;
}

#myTabContent li,
#myTabContent li:visited {
    margin: 8px 0 0;
    font-size: 14px;
    padding: 0;
    width: 100%;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    list-style: none;
    color: #666;
}

    #myTabContent li span,
    #myTabContent li:visited span {
        float: left;
        width: 4%;
        top: 0;
    }

    #myTabContent li a,
    #myTabContent li:visited a {
        font-size: 12px;
        line-height: 14px;
        color: #666;
        white-space: normal;
        display: inline-block;
        float: left;
        max-width: 96%;
    }

    #myTabContent li:hover,
    #myTabContent li:visited:hover {
        color: #f90;
    }

        #myTabContent li:hover a,
        #myTabContent li:visited:hover a {
            color: #f90;
        }

#myTabContent a.look_more {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 54px;
    height: 16px;
    color: #999;
    line-height: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 4px auto 0;
}

#little_banner li {
    margin: 10px 0 0;
    width: 100%;
    height: 100px;
    background: #fff;
}

    #little_banner li:hover img {
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    }

    #little_banner li.none {
        height: 100%;
        line-height: 210px;
        text-align: center;
    }

#quick_nav {
    margin-bottom: 20px;
}

    #quick_nav li {
        float: left;
        width: 20%;
        border-right: 1px solid #EEEEF0;
        background: #fff;
        position: relative;
    }

        #quick_nav li.secure {
            border-right: none;
        }

        #quick_nav li div {
            height: 90px;
            line-height: 60px;
            font-size: 18px;
            color: #666;
            padding: 15px 40px;
            white-space: nowrap;
        }

            #quick_nav li div img {
                vertical-align: middle;
                margin-right: 18px;
            }

        #quick_nav li .text-hover {
            position: absolute;
            z-index: 10;
            width: 100%;
            padding: 0;
            top: 0;
            left: 0;
            height: 100%;
            line-height: 16px;
            font-size: 12px;
            white-space: normal;
            opacity: 0;
        }

            #quick_nav li .text-hover p {
                color: #fff;
                height: 100%;
                padding: 10px;
                cursor: default;
            }

            #quick_nav li .text-hover.vip_text {
                padding: 11px 10px;
            }

            #quick_nav li .text-hover.order_text {
                padding: 28px 8px;
            }

                #quick_nav li .text-hover.order_text p {
                    padding: 0;
                }

            #quick_nav li .text-hover.org_text {
                padding: 19px 18px;
            }

            #quick_nav li .text-hover.money_text {
                padding: 22px 11px;
            }

            #quick_nav li .text-hover.secure_text {
                padding: 22px 8px;
            }

                #quick_nav li .text-hover.secure_text p {
                    padding: 0;
                }

        #quick_nav li .icon-hover {
            position: absolute;
            z-index: 10;
            width: 100%;
            padding: 0;
            overflow: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            top: 0;
            left: 0;
        }

            #quick_nav li .icon-hover .dot {
                float: left;
                height: 100%;
                width: 33.33333333%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transform: scale(0.4);
                -ms-transform: scale(0.4);
                transform: scale(0.4);
                -moz-transform: scale(0.4);
                -o-transform: scale(0.4);
                -webkit-transition: -webkit-transform 0.3s;
                -o-transition: transform .3s;
                transition: transform .3s;
                transition: transform 0.3s, -webkit-transform 0.3s;
            }

            #quick_nav li .icon-hover.quick_vip .dot {
                background: #ffa01a;
            }

            #quick_nav li .icon-hover.quick_order .dot {
                background: #44b9f6;
            }

            #quick_nav li .icon-hover.quick_org .dot {
                background: #ff6600;
            }

            #quick_nav li .icon-hover.quick_money .dot {
                background: #d3b378;
            }

            #quick_nav li .icon-hover.quick_secure .dot {
                background: #48c68c;
            }

        #quick_nav li:hover .icon-hover {
            opacity: 1;
            filter: alpha(opacity=1);
        }

            #quick_nav li:hover .icon-hover .dot {
                -webkit-transform: scale(1.6);
                -moz-transform: scale(1.6);
                -ms-transform: scale(1.6);
                -o-transform: scale(1.6);
                transform: scale(1.6);
            }

        #quick_nav li:hover .text-hover {
            opacity: 1;
            filter: alpha(opacity=1);
        }

#floors {
    position: relative;
}

    #floors #lift {
        position: fixed;
        top: 200px;
        margin-left: -50px;
        width: 36px;
        display: none;
    }

        #floors #lift li {
            width: 100%;
            height: 46px;
            padding: 8px 6px;
            background: #fff;
            font-size: 12px;
            cursor: pointer;
            letter-spacing: 0;
            color: #999;
            line-height: 16px;
            border-bottom: 1px solid #EEEEF0;
        }

            #floors #lift li.active,
            #floors #lift li.click {
                background: #007AFF;
                color: #fff;
            }

    #floors .ftitle {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        float: left;
        margin: 10px 0 10px 6px;
    }

    #floors .change_another {
        display: none;
        float: right;
        width: 76px;
        height: 20px;
        cursor: pointer;
        line-height: 20px;
        background: #f8a670;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 12px;
        color: #fff;
        margin-top: 22px;
        text-align: center;
    }

        #floors .change_another:before {
            width: 14px;
            height: 14px;
            content: '';
            display: inline-block;
            background: url(/images/index_v4/refresh-white.png) no-repeat 0 0;
            background-size: 100%;
            vertical-align: middle;
            margin: -3px 4px 0 0;
        }

    #floors .floor_container {
        clear: both;
        background: #fff;
        overflow: hidden;
    }

    #floors ul.none {
        width: 100%;
        background: #fff;
        text-align: center;
        line-height: 290px;
        height: 290px;
    }

        #floors ul.none li > img {
            height: 30px;
        }

    #floors #yanxuan {
        margin-bottom: 15px;
        overflow: hidden;
    }

        #floors #yanxuan h4.title {
            position: relative;
            text-align: center;
            margin-bottom: 15px;
        }

            #floors #yanxuan h4.title a {
                font-size: 22px;
                font-family: PingFangSC-Semibold, PingFangSC;
                font-weight: 600;
                color: #222222;
                text-align: center;
                position: relative;
                z-index: 1;
            }

            #floors #yanxuan h4.title span.xian {
                width: 29px;
                height: 3px;
                background: #2b8af8;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                z-index: 0;
                top: 29px;
            }

        #floors #yanxuan div.left {
            width: 590px;
            float: left;
            height: 410px;
        }

            #floors #yanxuan div.left .first {
                float: left;
                width: 220px;
                height: 410px;
                background: linear-gradient(38deg, #2697ff 0%, #796aff 100%);
                padding-top: 24px;
            }

                #floors #yanxuan div.left .first h4 {
                    font-size: 20px;
                    font-family: PingFangSC-Semibold, PingFangSC;
                    font-weight: 600;
                    color: #ffffff;
                    margin-bottom: 30px;
                    text-align: center;
                }

                #floors #yanxuan div.left .first img {
                    width: 160px;
                    height: 160px;
                }

                #floors #yanxuan div.left .first .keyword {
                    margin-top: 24px;
                    padding-left: 30px;
                }

                    #floors #yanxuan div.left .first .keyword span {
                        padding: 4px 10px;
                        border-radius: 4px;
                        background: rgba(255, 255, 255, 0.28);
                        font-size: 12px;
                        font-family: PingFangSC-Regular, PingFangSC;
                        font-weight: 400;
                        margin-bottom: 12px;
                        display: inline-block;
                        margin-right: 8px;
                    }

                        #floors #yanxuan div.left .first .keyword span a {
                            color: #ffffff;
                        }

            #floors #yanxuan div.left .second {
                float: left;
                width: 370px;
                height: 410px;
                background: #ffffff;
            }

                #floors #yanxuan div.left .second ul {
                    overflow: hidden;
                }

                    #floors #yanxuan div.left .second ul li {
                        width: 180px;
                        float: left;
                        padding-top: 14px;
                        padding-left: 20px;
                        height: 205px;
                        padding-right: 20px;
                        text-align: center;
                    }

                        #floors #yanxuan div.left .second ul li:hover img {
                            -webkit-transform: scale(1.05);
                            -moz-transform: scale(1.05);
                            -ms-transform: scale(1.05);
                            -o-transform: scale(1.05);
                            transform: scale(1.05);
                        }

                        #floors #yanxuan div.left .second ul li a {
                            display: block;
                        }

                        #floors #yanxuan div.left .second ul li div {
                            width: 140px;
                            height: 140px;
                            padding: 8px;
                        }

                        #floors #yanxuan div.left .second ul li img {
                            width: 124px;
                            height: 124px;
                        }

                        #floors #yanxuan div.left .second ul li h4.title {
                            font-size: 14px;
                            font-family: PingFangSC-Medium, PingFangSC;
                            font-weight: 600;
                            color: #222222;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            margin-bottom: 4px;
                        }

                        #floors #yanxuan div.left .second ul li p.zq {
                            margin-top: 4px;
                            font-size: 12px;
                            font-family: PingFangSC-Regular, PingFangSC;
                            font-weight: 400;
                            color: #222222;
                            -ms-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                        }

        #floors #yanxuan div.right {
            width: 590px;
            float: left;
            margin-left: 20px;
            height: 410px;
        }

            #floors #yanxuan div.right .first {
                float: left;
                width: 220px;
                height: 410px;
                background: linear-gradient(46deg, #ff6600 0%, #f39c17 100%, #f39d17 100%);
                padding-top: 24px;
            }

                #floors #yanxuan div.right .first h4 {
                    font-size: 20px;
                    font-family: PingFangSC-Semibold, PingFangSC;
                    font-weight: 600;
                    color: #ffffff;
                    margin-bottom: 30px;
                    text-align: center;
                }

                #floors #yanxuan div.right .first .keyword {
                    margin-top: 24px;
                    padding-left: 30px;
                }

                    #floors #yanxuan div.right .first .keyword span {
                        padding: 4px 10px;
                        border-radius: 4px;
                        background: rgba(255, 255, 255, 0.28);
                        font-size: 12px;
                        font-family: PingFangSC-Regular, PingFangSC;
                        font-weight: 400;
                        margin-bottom: 12px;
                        display: inline-block;
                        margin-right: 8px;
                    }

                        #floors #yanxuan div.right .first .keyword span a {
                            color: #ffffff;
                        }

                #floors #yanxuan div.right .first img {
                    width: 160px;
                    height: 160px;
                }

            #floors #yanxuan div.right .second {
                float: left;
                width: 370px;
                height: 410px;
                background: #ffffff;
            }

                #floors #yanxuan div.right .second ul {
                    overflow: hidden;
                }

                    #floors #yanxuan div.right .second ul li {
                        width: 180px;
                        float: left;
                        padding-top: 14px;
                        padding-left: 20px;
                        height: 205px;
                        padding-right: 20px;
                        text-align: center;
                    }

                        #floors #yanxuan div.right .second ul li:hover img {
                            -webkit-transform: scale(1.05);
                            -moz-transform: scale(1.05);
                            -ms-transform: scale(1.05);
                            -o-transform: scale(1.05);
                            transform: scale(1.05);
                        }

                        #floors #yanxuan div.right .second ul li a {
                            display: block;
                        }

                        #floors #yanxuan div.right .second ul li div {
                            width: 140px;
                            height: 140px;
                            padding: 8px;
                            margin-bottom: 5px;
                        }

                        #floors #yanxuan div.right .second ul li img {
                            width: 124px;
                            height: 124px;
                        }

                        #floors #yanxuan div.right .second ul li h4.title {
                            font-size: 14px;
                            font-family: PingFangSC-Medium, PingFangSC;
                            font-weight: 600;
                            color: #222222;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            margin-bottom: 4px;
                        }

                        #floors #yanxuan div.right .second ul li p.zq {
                            margin-top: 4px;
                            font-size: 12px;
                            font-family: PingFangSC-Regular, PingFangSC;
                            font-weight: 400;
                            color: #222222;
                            -ms-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                        }

        #floors #yanxuan dt.yanxuan {
            width: 16.66666667%;
            height: 100%;
            height: 290px;
            background: url(/images/yanxuan.png) no-repeat 0 0;
            text-align: center;
            float: left;
        }

            #floors #yanxuan dt.yanxuan a {
                width: 84px;
                height: 22px;
                border-radius: 11px;
                border: 1px solid #ffffff;
                font-size: 12px;
                font-family: PingFangSC;
                font-weight: 400;
                display: inline-block;
                color: #ffffff;
                text-align: center;
                line-height: 20px;
                margin-top: 195px;
                cursor: pointer;
            }

                #floors #yanxuan dt.yanxuan a:hover {
                    background: #2B8AF8;
                }

        #floors #yanxuan .item {
            width: 16.66666667%;
            float: left;
            height: 290px;
            background: #ffffff;
            border-left: 1px solid #EEEEF0;
        }

            #floors #yanxuan .item a {
                height: 100%;
                width: 100%;
                background: #fff;
                display: block;
                padding: 20px 20px 20px 20px;
            }

                #floors #yanxuan .item a .title {
                    font-size: 14px;
                    color: #3E3A3A;
                    line-height: 1.1;
                    margin-top: 25px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #floors #yanxuan .item a .model {
                    font-size: 12px;
                    color: #999;
                    line-height: 1.2;
                    margin-top: 6px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #floors #yanxuan .item a p.bq {
                    margin-top: 7px;
                }

                    #floors #yanxuan .item a p.bq span {
                        padding: 0px 6px;
                        background: #fff3ec;
                        border-radius: 3px;
                        font-size: 12px;
                        font-family: PingFangSC;
                        font-weight: 400;
                        color: #ff6600;
                        margin-right: 10px;
                    }

                        #floors #yanxuan .item a p.bq span.color {
                            background: #2B8AF8;
                            color: #fff;
                        }

                #floors #yanxuan .item a .new_price {
                    margin-top: 7px;
                    color: #FF6D11;
                    margin-right: 4px;
                    display: inline-block;
                    vertical-align: bottom;
                    max-width: 50%;
                    letter-spacing: 0;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                    #floors #yanxuan .item a .new_price b {
                        font-size: 14px;
                        font-weight: normal;
                    }

                    #floors #yanxuan .item a .new_price s {
                        font-size: 12px;
                    }

                #floors #yanxuan .item a .img {
                    height: 160px;
                    width: 160px;
                    display: block;
                    margin: 0 auto;
                    overflow: hidden;
                    -webkit-transition: -webkit-transform 1s;
                    -moz-transition: -moz-transform 1s;
                    -ms-transition: -ms-transform 1s;
                    -o-transition: -o-transform 1s;
                    transition: -webkit-transform 1s;
                    transition: -webkit-transform 1s, -webkit-transform 1s;
                }

                #floors #yanxuan .item a:hover .img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

        #floors #yanxuan dd.none {
            width: 83.33333333%;
            background: #fff;
            height: 100%;
            float: left;
            text-align: center;
            line-height: 290px;
        }

            #floors #yanxuan dd.none img {
                height: 30px;
            }

    #floors .floor {
        height: 290px;
        width: 1201px;
        margin: 0 0 -1px;
        display: none;
    }

        #floors .floor.active {
            display: block;
        }

        #floors .floor .item {
            width: 16.66666667%;
            height: 100%;
            float: left;
            border-left: 1px solid #EEEEF0;
        }

            #floors .floor .item a {
                height: 100%;
                width: 100%;
                background: #fff;
                display: block;
                padding: 26px 22px 20px;
            }

                #floors .floor .item a .title {
                    font-size: 14px;
                    color: #3E3A3A;
                    line-height: 1.1;
                    margin-bottom: 10px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #floors .floor .item a .model {
                    font-size: 12px;
                    color: #999;
                    line-height: 1.2;
                    margin-bottom: 12px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #floors .floor .item a .new_old_price {
                    color: #999;
                    font-size: 12px;
                    min-height: 18px;
                    line-height: 1.1;
                    letter-spacing: 0;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                    #floors .floor .item a .new_old_price .new_price {
                        color: #FF6D11;
                        margin-right: 4px;
                        display: inline-block;
                        vertical-align: bottom;
                        max-width: 50%;
                        letter-spacing: 0;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                        #floors .floor .item a .new_old_price .new_price b {
                            font-size: 14px;
                            font-weight: normal;
                        }

                #floors .floor .item a .img {
                    height: 170px;
                    width: 170px;
                    display: block;
                    margin: 10px 0 0 -7px;
                    overflow: hidden;
                    -webkit-transition: -webkit-transform 1s;
                    -moz-transition: -moz-transform 1s;
                    -ms-transition: -ms-transform 1s;
                    -o-transition: -o-transform 1s;
                    transition: -webkit-transform 1s;
                    transition: -webkit-transform 1s, -webkit-transform 1s;
                }

                #floors .floor .item a:hover .img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

        #floors .floor dd.none {
            width: 83.33333333%;
            background: #fff;
            height: 100%;
            float: left;
            text-align: center;
            line-height: 290px;
        }

            #floors .floor dd.none img {
                height: 30px;
            }

        #floors .floor dt.item > div {
            height: 100%;
            width: 100%;
            background: #fff url(/images/index_v4/activity01.jpg?v2.0) 0 0 no-repeat;
            background-size: contain;
            display: block;
        }

            #floors .floor dt.item > div p {
                color: #ffd4b0;
                font-size: 16px;
                text-align: center;
                padding: 184px 0 10px;
            }

        #floors .floor dt.item div.clearfix {
            padding-left: 30px;
        }

            #floors .floor dt.item div.clearfix span {
                float: left;
                width: 30px;
                text-align: center;
                color: #FFC4B0;
                font-size: 12px;
                margin-right: 6px;
            }

        #floors .floor dt.item #countdown {
            position: relative;
        }

            #floors .floor dt.item #countdown span {
                height: 30px;
                line-height: 30px;
                background: #333;
                font-size: 16px;
                color: #fff;
                margin-bottom: 4px;
            }

                #floors .floor dt.item #countdown span img {
                    display: block;
                }

@-webkit-keyframes flash {
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
    }

    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes flash {
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
    }

    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation: flash 0.8s ease-out both;
    animation: flash 0.8s ease-out both;
}

@-webkit-keyframes rotate270 {
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

@keyframes rotate270 {
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation: rotate 0.3s ease-out both;
    animation: rotate 0.3s ease-out both;
}

#topic_container {
    width: 1216px;
    margin: 10px 0 0 -16px;
}

    #topic_container .topic {
        float: left;
        width: 33.33333333%;
        padding-left: 16px;
        margin-bottom: 20px;
    }

        #topic_container .topic > .clearfix {
            background: #fff;
            width: 100%;
            height: 520px;
        }

        #topic_container .topic .topic_title {
            font-size: 20px;
            font-weight: normal;
            color: #44B9F6;
            line-height: 50px;
            border-bottom: 1px solid #EEEEF0;
            padding: 0 12px;
        }

            #topic_container .topic .topic_title span.fr {
                font-size: 12px;
                color: #999;
                height: 20px;
                display: none;
                cursor: pointer;
                line-height: 22px;
                text-align: center;
                margin-top: 15px;
            }

                #topic_container .topic .topic_title span.fr:before {
                    width: 12px;
                    height: 12px;
                    content: '';
                    display: inline-block;
                    background: url(/images/index_v4/h-f5.png) no-repeat 0 0;
                    background-size: 100%;
                    vertical-align: middle;
                    margin: -3px 4px 0 0;
                }

        #topic_container .topic .topic_item {
            display: none;
        }

            #topic_container .topic .topic_item.active {
                display: block;
            }

            #topic_container .topic .topic_item li {
                float: left;
                width: 50%;
                height: 50%;
            }

                #topic_container .topic .topic_item li a {
                    padding: 14px 14px 0;
                    display: block;
                }

                #topic_container .topic .topic_item li .img {
                    width: 165px;
                    height: 165px;
                    -webkit-transition: -webkit-transform 1s;
                    -moz-transition: -moz-transform 1s;
                    -ms-transition: -ms-transform 1s;
                    -o-transition: -o-transform 1s;
                    transition: -webkit-transform 1s;
                    transition: -webkit-transform 1s, -webkit-transform 1s;
                }

                #topic_container .topic .topic_item li:hover .img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

                #topic_container .topic .topic_item li .t_title {
                    font-size: 14px;
                    line-height: 1.2;
                    margin-top: 16px;
                    color: #3e3e3a;
                    font-weight: normal;
                    text-align: center;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #topic_container .topic .topic_item li .t_model {
                    font-size: 12px;
                    line-height: 1.1;
                    margin-top: 6px;
                    color: #999;
                    font-weight: normal;
                    text-align: center;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

#topic_container1 {
    width: 1216px;
    margin: 10px 0 0 -16px;
}

    #topic_container1 .topic {
        float: left;
        width: 33.33333333%;
        padding-left: 16px;
    }

        #topic_container1 .topic > .clearfix {
            background: #fff;
            width: 100%;
            height: 520px;
        }

        #topic_container1 .topic .topic_title {
            font-size: 20px;
            font-weight: normal;
            color: #44B9F6;
            line-height: 50px;
            border-bottom: 1px solid #EEEEF0;
            padding: 0 12px;
        }

            #topic_container1 .topic .topic_title span.fr {
                font-size: 12px;
                color: #999;
                height: 20px;
                display: none;
                cursor: pointer;
                line-height: 22px;
                text-align: center;
                margin-top: 15px;
            }

                #topic_container1 .topic .topic_title span.fr:before {
                    width: 12px;
                    height: 12px;
                    content: '';
                    display: inline-block;
                    background: url(/images/index_v4/h-f5.png) no-repeat 0 0;
                    background-size: 100%;
                    vertical-align: middle;
                    margin: -3px 4px 0 0;
                }

        #topic_container1 .topic .topic_item {
            display: none;
        }

            #topic_container1 .topic .topic_item.active {
                display: block;
            }

            #topic_container1 .topic .topic_item li {
                float: left;
                width: 50%;
                height: 50%;
            }

                #topic_container1 .topic .topic_item li a {
                    padding: 14px 14px 0;
                    display: block;
                }

                #topic_container1 .topic .topic_item li .img {
                    width: 165px;
                    height: 165px;
                    -webkit-transition: -webkit-transform 1s;
                    -moz-transition: -moz-transform 1s;
                    -ms-transition: -ms-transform 1s;
                    -o-transition: -o-transform 1s;
                    transition: -webkit-transform 1s;
                    transition: -webkit-transform 1s, -webkit-transform 1s;
                }

                #topic_container1 .topic .topic_item li:hover .img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

                #topic_container1 .topic .topic_item li .t_title {
                    font-size: 14px;
                    line-height: 1.2;
                    margin-top: 16px;
                    color: #3e3e3a;
                    font-weight: normal;
                    text-align: center;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #topic_container1 .topic .topic_item li .t_model {
                    font-size: 12px;
                    line-height: 1.1;
                    margin-top: 6px;
                    color: #999;
                    font-weight: normal;
                    text-align: center;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

#publicClass .see_more {
    width: 76px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    background: #49C78C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
    text-align: center;
}

#publicClass .img {
    float: left;
    width: 23.83333333%;
    height: 230px;
    overflow: hidden;
    margin-right: 1.16666667%;
}

    #publicClass .img a {
        display: block;
        width: 100%;
        height: 100%;
    }

#brands .change_another {
    width: 76px;
    height: 20px;
    cursor: pointer;
    display: block;
    line-height: 20px;
    background: #f8a670;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-top: 22px;
    text-align: center;
}

    #brands .change_another:before {
        width: 14px;
        height: 14px;
        content: '';
        display: inline-block;
        background: url(/images/index_v4/refresh-white.png) no-repeat 0 0;
        background-size: 100%;
        vertical-align: middle;
        margin: -3px 4px 0 0;
    }

#brands .brands_container {
    overflow: hidden;
}

#brands .imgs {
    width: 1201px;
    margin-right: -1px;
    clear: both;
    position: relative;
    height: 330px;
    background: #fff;
}

    #brands .imgs li.none {
        text-align: center;
        line-height: 330px;
    }

    #brands .imgs li {
        position: absolute;
        top: 0;
        width: 100%;
        transform-style: preserve-3d;
        z-index: 1;
    }

        #brands .imgs li > div {
            float: left;
            border-right: 1px solid #EEEEF0;
            border-bottom: 1px solid #EEEEF0;
            width: 12.5%;
            background: #fff;
            height: 110px;
            text-align: center;
            line-height: 110px;
            overflow: hidden;
            position: relative;
            -webkit-transform: rotateY(270deg);
            -moz-transform: rotateY(270deg);
            -ms-transform: rotateY(270deg);
            -o-transform: rotateY(270deg);
            transform: rotateY(270deg);
        }

            #brands .imgs li > div img {
                width: 100%;
                vertical-align: middle;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

    #brands .imgs .mask {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, 0, endColorstr=#BF000000, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

        #brands .imgs .mask a {
            width: 100px;
            height: 26px;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            border-radius: 18px;
            display: inline-block;
            background: #007AFF;
            color: #fff;
            font-size: 14px;
            text-align: center;
            line-height: 26px;
            margin: 41.5px auto 0;
        }

    #brands .imgs li > div:hover .mask {
        opacity: 1;
        filter: alpha(opacity=1);
    }

    #brands .imgs .active {
        z-index: 2;
    }

        #brands .imgs .active div {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }

            #brands .imgs .active div a {
                display: block;
            }

.types {
    font-size: 14px;
    line-height: 1.1;
    color: #666;
    margin-top: 24px;
}

    .types span {
        padding: 0 20px;
        cursor: pointer;
        border-right: 1px solid #d7d7d7;
    }

        .types span.active {
            color: #007AFF;
        }

        .types span.last {
            border: none;
        }

#research_information .see_more {
    width: 76px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    background: #f8a670;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-top: 22px;
    text-align: center;
}

#research_information .info_container {
    overflow: hidden;
    height: 230px;
    width: 100%;
    position: relative;
}

    #research_information .info_container p.none {
        background: #fff;
        width: 100%;
        height: 228px;
        text-align: center;
        line-height: 228px;
    }

#research_information .info_item {
    position: absolute;
    top: 230px;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

    #research_information .info_item.active {
        top: 0;
        -webkit-transition: top 0.3s ease-in-out;
        -moz-transition: top 0.3s ease-in-out;
        -ms-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
    }

#research_information .top_three {
    float: left;
    width: 60.83333333%;
}

    #research_information .top_three li {
        float: left;
        margin-right: 2.18579235%;
        width: 31.14754098%;
        background: #fff;
    }

        #research_information .top_three li:hover {
            -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
        }

            #research_information .top_three li:hover a,
            #research_information .top_three li:hover p {
                color: #007AFF;
            }

        #research_information .top_three li .img {
            height: 150px;
            width: 100%;
        }

        #research_information .top_three li a {
            display: block;
            padding-bottom: 24px;
        }

        #research_information .top_three li p {
            margin-top: 24px;
            line-height: 15px;
            font-size: 14px;
            color: #666;
            height: 30px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            padding: 0 18px;
            overflow: hidden;
        }

#research_information .other_info {
    width: 39.16666667%;
    float: right;
    background: #fff;
    padding: 20px;
    height: 230px;
}

    #research_information .other_info li,
    #research_information .other_info li:visited {
        color: #999;
        font-size: 12px;
        line-height: 32px;
    }

        #research_information .other_info li:hover,
        #research_information .other_info li:visited:hover {
            color: #007AFF;
        }

            #research_information .other_info li:hover a,
            #research_information .other_info li:visited:hover a {
                color: #007AFF;
            }

        #research_information .other_info li:after,
        #research_information .other_info li:visited:after {
            content: '';
            clear: both;
            height: 0;
            display: block;
        }

        #research_information .other_info li .date,
        #research_information .other_info li:visited .date {
            float: right;
            text-align: right;
            width: 15.34883721%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            letter-spacing: 0;
        }

        #research_information .other_info li > a,
        #research_information .other_info li:visited > a {
            float: left;
            width: 84.65116279%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #666;
        }

            #research_information .other_info li > a b,
            #research_information .other_info li:visited > a b {
                position: relative;
                top: -4px;
            }

#media_report {
    padding: 0 0 30px 0;
}

    #media_report .see_more {
        width: 76px;
        height: 20px;
        cursor: pointer;
        line-height: 20px;
        background: #f8a670;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 12px;
        color: #fff;
        margin-top: 22px;
        text-align: center;
    }

    #media_report .media {
        width: 1216px;
        margin-right: -16px;
    }

        #media_report .media li {
            margin-right: 1.31578947%;
            width: 18.68421053%;
            background: #fff;
            overflow: hidden;
            height: 196px;
            float: left;
        }

            #media_report .media li:hover {
                -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
                box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            }

                #media_report .media li:hover a,
                #media_report .media li:hover p {
                    color: #007AFF;
                }

            #media_report .media li .img {
                height: 80px;
                width: 100%;
                border-bottom: 1px solid #EEEEF0;
            }

            #media_report .media li .mContent {
                padding: 16px 16px 24px;
            }

                #media_report .media li .mContent span {
                    font-size: 14px;
                    color: #333;
                    display: block;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    margin-bottom: 10px;
                    line-height: 1.1;
                    letter-spacing: 0;
                }

            #media_report .media li p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                font-size: 12px;
                color: #999;
                line-height: 18px;
            }

#ad04,
#ad05 {
    margin: 10px 0 0;
}

    #ad04 ul,
    #ad05 ul {
        width: 1220px;
        margin-right: -20px;
    }

        #ad04 ul:after,
        #ad05 ul:after {
            display: block;
            content: '';
            clear: both;
            height: 0;
        }

    #ad04 li,
    #ad05 li {
        width: 590px;
        height: 90px;
        background: #fff;
        margin-right: 20px;
    }

.ads {
    margin: 10px 0 0;
}

#ads_under_recommand li {
    width: 590px;
    height: 90px;
    background: #fff;
    margin: 10px 0 0;
    cursor: pointer;
}

    #ads_under_recommand li img {
        width: 100%;
        height: 100%;
    }

.ads_img {
    cursor: pointer;
}

#ads06 {
    margin-top: 15px;
}

#top_ads {
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background: url(/images/index_v4/top_ad_banner.png) no-repeat 0 0;
    padding: 13px 0;
}

    #top_ads ul {
        width: 1230px;
        margin-left: -30px;
        height: 64px;
    }

        #top_ads ul:after {
            clear: both;
            content: '';
            height: 0;
        }

        #top_ads ul li {
            width: 380px;
            margin-left: 30px;
        }

            #top_ads ul li a {
                display: block;
                height: 64px;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                overflow: hidden;
                -webkit-box-shadow: 0 0 0 2px #eee;
                -moz-box-shadow: 0 0 0 2px #eee;
                box-shadow: 0 0 0 2px #eee;
            }

    #top_ads img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

#ads_topic_recommand li,
#ads06 li {
    width: 590px;
    height: 90px;
    background: #fff;
}

    #ads_topic_recommand li .fl,
    #ads06 li .fl {
        margin-right: 20px;
    }

    #ads_topic_recommand li img,
    #ads06 li img {
        width: 100%;
        height: 100%;
    }

#popUp {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 102;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 10px;
}

    #popUp .popUp_container {
        min-width: 100px;
        min-height: 100px;
        position: absolute;
        max-width: 100%;
        left: 50%;
        top: 100px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        #popUp .popUp_container .cancel {
            position: absolute;
            top: -10px;
            width: 30px;
            height: 30px;
            -webkit-border-radius: 50%;
            right: -10px;
            background: #fff;
            color: #999;
            font-size: 28px;
            line-height: 26px;
            text-align: center;
            -moz-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
        }

            #popUp .popUp_container .cancel:hover {
                color: #999;
            }

    #popUp img {
        width: 100%;
        height: auto;
        display: block;
    }
