﻿@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接颜色设置*/
a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none !important;
    color: #0089d1 !important;
}

a:active {
    text-decoration: none !important;
    color: #000;
}

.colorRed {
    color: red !important;
}

/* 链接颜色设置*/
* html ul li {
    float: left;
}

    * html ul li a {
        cursor: pointer;
    }

body {
    color: #000;
    /*设置字体颜色*/
}

.main {
    width: 1230px;
    /*max-width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

.wrap {
    width: 100%;
    min-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}
/* 清除右外边距（ie） */
#marginR {
    margin-right: 0;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
    /* for IE6 IE7 */
}

/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox {
    position: relative;
}

    .imgBox img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.overflowH {
    overflow: hidden;
}

.font-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    display: block;
}

input, textarea {
    outline: none;
}

i, strong, em {
    font-style: normal;
}

.view {
    background-color: #000;
}

.i_placeholder {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.placeholder:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

/*其他效果*/
/*图片展示效果*/
/*.imageList li:hover img {
  box-shadow: 2px 2px 10px #888888; }

.imageList li {
  cursor: pointer; }*/


/*各模块标题*/
.title-main {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
    margin-top: 40px;
}

    .title-main .title {
        background-color: #fff;
        display: inline-block;
        padding: 0 50px;
        position: relative;
    }

        .title-main .title:before, .title-main .title:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 30px;
            background-color: #000;
            top: 50%;
            margin-top: -15px;
            color: red;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .title-main .title:before {
            left: 0;
        }

        .title-main .title:after {
            right: 0;
        }

        .title-main .title em {
            font-size: 40px;
            font-weight: bold;
            display: block;
        }

            .title-main .title em i {
                color: #1c6dc1;
            }

        .title-main .title span {
            font-size: 26px;
        }

    .title-main .title-line {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        background-color: #000;
        z-index: -1;
    }

.title-more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}


/*公共类结束*/
/* header */
.header_top_content {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
    color: #424242;
}

    .header_top_content a {
        color: #424242;
    }

.header_top_l, .header_top_r {
    height: 100%;
}

.header_top p, .header_top a, .header_top span {
    display: inline-block;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.header_top_l {
    float: left;
}

    .header_top_l a {
        margin-right: 1em;
    }

    .header_top_l span {
        color: #1c2a52;
    }

.header_top_r {
    float: right;
}

    .header_top_r a {
        line-height: 1;
        margin: 0 5px;
    }

        .header_top_r a:last-child {
            border-right: 0;
        }

.header_logo {
    display: table;
    padding: 28px 0;
}

.header_logo_l {
    width: 330px;
}

.header_logo_r {
    width: 250px;
}

.header_logo_l, .header_logo_r, .header_logo_m {
    display: table-cell;
    vertical-align: bottom;
    white-space: nowrap;
}

.header_logo_content {
    border-bottom: 1px solid #e8e8e8;
}

    .header_logo_content .logo {
        height: 60px;
        display: inline-block;
        vertical-align: bottom;
    }

    .header_logo_content .logotext {
        display: inline-block;
        vertical-align: bottom;
    }

        .header_logo_content .logotext .url {
            font-size: 20px;
        }

        .header_logo_content .logotext .webName {
            font-size: 20px;
        }
        .header_logo_content .logotext .webSlogn {
            color: #757575;
            font-size: 12px;
            margin-top: 4px;
            margin-bottom: 4px;
        }

.SearchCtrl_btn {
    position: relative;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
}
.input_box {
    position: relative;
}

    .input_box .form_err {
        display: none;
        position: absolute;
        top: 100%;
        left: 155px;
        color: red;
        font-size: 12px;
        line-height: 1;
        margin-top: 1px;
    }
    .SearchCtrl_btn input,
    .SearchCtrl_btn select {
        border: none;
    }

        .SearchCtrl_btn input[type = text] {
            overflow: hidden;
            height: 100%;
            font-size: 14px;
            text-indent: 1em;
            box-sizing: border-box;
        }

            .SearchCtrl_btn input[type = text]::input-placeholder {
                color: #cccccc;
            }

    .SearchCtrl_btn .searchType {
        height: 100%;
        padding: 0 3px;
        float: left;
        font-size: 14px;
        border-right: none;
        outline: none;
    }

    .SearchCtrl_btn input[type = button] {
        float: right;
        width: 34px;
        height: 100%;
        color: #fff;
        border: 0;
        background: #4c4c4c url("../Images/search-img.jpg") no-repeat center center;
    }

    .SearchCtrl_btn .keyword {
        position: absolute;
        top: 42px;
        left: 0;
    }

        .SearchCtrl_btn .keyword a {
            font-size: 12px;
            color: #221815;
            margin-right: 10px;
            line-height: 1.5;
        }


/*nav2*/

/*nav2*/
.nav2 {
}

    .nav2 .main {
    }

    .nav2 ul {
        display: block;
        height: 100%;
        text-align: center;
    }

    .nav2 li {
        display: inline-block;
        font-size: 16px;
        height: 100%;
        padding: 0 20px;
    }

        .nav2 li a {
            position: relative;
        }

            .nav2 li a:after {
                content: "";
                display: block;
                width: 0;
                height: 1px;
                position: absolute;
                left: 50%;
                bottom: -4px;
                transform: translate(-50%, 0);
                background-color: #3c6db4;
                z-index: -1;
                transition: all 0.2s ease;
            }

        .nav2 li.on a:after,
        .nav2 li:hover a:after {
            width: 100%;
        }



/*nav*/
.nav-box {
    height: 30px;
    border-bottom: 4px solid #1e2974;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nav, .other-nav {
    float: left;
}

.nav {
    position: relative;
    width: 198px;
    line-height: 30px;
}

    .nav:after {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        width: 17px;
        top: 0;
        right: -17px;
        background: url(../Images/nav-c.png) no-repeat center center;
    }

    .nav .hd {
        position: relative;
    }

    .nav .bd {
        position: absolute;
        display: none;
        top: 30px;
        left: 0;
        z-index: 233;
    }

    .nav .nav-t {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        height: 30px;
        text-align: center;
        background-color: #1c6dc1;
        font-size: 18px;
        color: #fff;
        margin-bottom: -4px;
        padding-bottom: 4px;
    }

    .nav .f-list {
        width: 100%;
        height: 498px;
        margin-top: 4px;
        background-color: #232e3d;
    }

        .nav .f-list > li {
            height: 37px;
            line-height: 37px;
            border-bottom: 1px solid #4c5563;
            background-color: #232e3d;
        }

            .nav .f-list > li:last-child {
                border-bottom: 0;
            }

            .nav .f-list > li.on {
                background-color: #f5f5f6;
            }

            .nav .f-list > li > a {
                display: block;
                font-size: 18px;
                text-align: center;
                text-align: right;
                padding-right: 26px;
                color: #fff;
            }

            .nav .f-list > li.on > a {
                /*  border-left: 3px solid #1c6dc1;*/
                color: #1c6dc1;
            }

            .nav .f-list > li > a:after {
                content: ">";
                margin-left: 1em;
            }

    .nav .s-list {
        display: none;
        position: absolute;
        width: 810px;
        height: 100%;
        left: 198px;
        top: 0;
        /*overflow-y: auto;*/
        overflow: hidden;
        background-color: #f5f5f6;
        border: 1px solid #e4e4e4;
        transition: opacity .6s ease-in;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        /* padding-left: 90px */
    }

        .nav .s-list .s-list-iBox {
            display: block;
            width: 100%;
            height: 100%;
        }

            .nav .s-list .s-list-iBox img {
                width: 100%;
                height: 100%;
            }

.s-list-scroll {
    width: 100%;
    min-height: 100%;
    background-color: #fff;
}

.sls-box {
    margin-left: -90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .sls-box li {
        padding-left: 90px;
    }

        .sls-box li span {
            width: 90px;
            text-align: center;
            float: left;
            position: relative;
            right: 90px;
            margin-left: -100%;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
        }

        .sls-box li p {
            width: 96%;
            margin-left: 2%;
            margin-right: 2%;
            float: left;
            padding-top: 1em;
            padding-bottom: 1em;
            border-bottom: 1px dotted #ccc;
        }

            .sls-box li p a {
                line-height: 1;
                display: block;
                float: left;
                border-right: 1px solid #ddd;
                white-space: nowrap;
                padding: 0 10px;
                margin: 4px 0;
            }

                .sls-box li p a:last-child {
                    border-right: 0;
                }

.other-nav {
    margin-left: 64px;
}

    .other-nav a {
        margin-right: 26px;
        font-size: 20px;
        line-height: 30px;
    }

.productInfos-img {
    width: 307px;
}

    .productInfos-img img {
        width: 100%;
        height: 422px;
    }

    .productInfos-img span {
        display: block;
        height: 58px;
        line-height: 58px;
        font-size: 20px;
        color: #444;
        text-align: center;
        border: 1px solid #aaa;
    }

.productInfos {
    width: 440px;
    height: 482px;
    border: 1px solid #aaa;
    margin-left: 21px;
    padding: 10px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .productInfos .productInfos-title {
        font-size: 18px;
        color: #444;
        margin-bottom: 20px;
    }

        .productInfos .productInfos-title span {
            font-weight: bold;
        }

        .productInfos .productInfos-title a {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
        }

    .productInfos li {
        font-size: 16px;
        color: #666;
        line-height: 1;
        padding: 16px 0 18px;
        border-top: 1px dashed #aaa;
    }

        .productInfos li a {
            color: #666;
        }


.footer-nav {
    padding-top: 32px
}

    .footer-nav .fn-l {
        width: 820px;
        float: left;
        padding-right: 4px;
        background: url(../Images/fn-bg.png) no-repeat right center;
    }

        .footer-nav .fn-l ul li {
            display: table-cell;
            width: 1%;
            line-height: 1.8;
        }

            .footer-nav .fn-l ul li > a {
                font-size: 16px;
                color: #2a2f37;
                font-weight: bold
            }

        .footer-nav .fn-l .sList a {
            display: block;
            color: #666;
        }

    .footer-nav .fn-r {
        float: left;
    }

        .footer-nav .fn-r li {
            float: left;
            margin-left: 50px;
        }

            .footer-nav .fn-r li span {
                font-size: 16px;
                color: #2a2f37;
                line-height: 1.8;
            }

            .footer-nav .fn-r li img {
                width: 138px;
                height: 138px;
            }

.footer {
    background-color: #2a2f37;
    border-top: 9px solid #213a71;
    padding-top: 20px;
    padding-bottom: 28px;
    margin-top: 45px;
    color: #d0d0d4;
}

    .footer a {
        color: #d0d0d4;
    }

    .footer .main {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .footer .f-list li {
        float: left;
        white-space: nowrap;
        text-align: center;
        line-height: 1;
        border-left: 1px solid #fff;
        margin-left: 24px;
        padding-left: 24px;
    }

        .footer .f-list li:first-child {
            border-left: 0;
            padding-left: 0;
            margin-left: 0;
        }

.f-line p {
    margin-top: 10px;
    line-height: 1;
}

.footer-bottom .logo_container {
    color: #fff;
    margin-right: 30px;
    padding-top: 0;
}

    .footer-bottom .logo_container .logo {
        display: inline-block;
        vertical-align: middle;
        width: 155px;
        height: 84px;
    }

    .footer-bottom .logo_container .logotext {
        display: inline-block;
        vertical-align: middle;
        height: 84px;
        overflow: hidden;
        color: #d0d0d4;
    }

        .footer-bottom .logo_container .logotext .url {
            font-size: 20px;
            padding-top: 16px;
            margin: 0;
        }

        .footer-bottom .logo_container .logotext .webName {
            font-size: 28px;
            font-weight: bold;
            margin: 0;
        }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors li {
        font-weight: bold;
        color: #ff0000;
    }

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/


/*产品样式*/
.product-box {
    margin-top: 35px;
}

    .product-box .title {
        height: 23px;
        line-height: 23px;
        font-size: 20px;
    }

        .product-box .title span {
            display: inline-block;
            width: 35px;
            height: 100%;
            background: url(../Images/product-list-num.png) no-repeat center bottom;
            color: #fff;
            text-indent: 3px;
            margin-right: 10px;
            font-size: 13px;
            vertical-align: top;
            font-weight: bold;
        }

        .product-box .title a {
            vertical-align: top;
        }

    .product-box .background {
        border-top: 1px solid #d2d2d2;
    }

.product .p-l2 {
    width: 219px;
    height: 674px;
    float: left;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

    .product .p-l2 img {
    }

.product .p-r2 {
    float: right;
    width: 979px;
    overflow: hidden;
    position: relative;
}

    .product .p-r2 ul.product-img {
        display: block;
        border-left: 1px solid #d2d2d2;
        overflow: hidden;
        height: 675px;
    }

        .product .p-r2 ul.product-img li {
            float: left;
            width: 326px;
            height: 225px;
            background-color: #fff;
            box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border-bottom: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2;
        }

    .product .p-r2 ul li:hover {
    }

    .product .p-r2 ul.product-img li .imgBox {
        width: 300px;
        height: 185px;
        padding: 2px;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        margin: 10px auto 3px auto;
    }

    .product .p-r2 ul.product-img li span {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .product .p-r2 ul.brand-img {
        margin-left: -9px;
        margin-right: -9px;
    }

        .product .p-r2 ul.brand-img li {
            float: left;
            width: 182px;
            height: 90px;
            margin-left: 8px;
            margin-right: 8px;
            margin-bottom: 26px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #ddd;
        }

            .product .p-r2 ul.brand-img li a {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
            }

            .product .p-r2 ul.brand-img li img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

            .product .p-r2 ul.brand-img li a.more {
                font-size: 27px;
                color: #fff !important;
                background-color: #1c6cc3;
                line-height: 89px;
                text-align: center;
            }

.product .topContent {
    height: 250px;
    padding-left: 20px;
    overflow: hidden;
}

    .product .topContent .innerTitle {
        font-size: 28px;
        margin-top: 20px;
    }

    .product .topContent .slogan {
        font-size: 16px;
        line-height: 30px;
    }

    .product .topContent .subProductType {
        margin-top: 10px;
    }

        .product .topContent .subProductType li {
            float: left;
            padding: 5px 10px;
            margin-right: 15px;
            padding-bottom: 5px;
            margin-right: 5px;
            text-align: center;
            display: block;
            margin-bottom: 10px;
        }

.product .subProductType li a {
    color: #ffffff;
}

    .product .subProductType li a:hover {
        color: #ffffff;
    }

    .product .subProductType li a:visited {
        color: #ffffff;
    }

.product .bottomContent .image {
    height: 230px;
    overflow: hidden;
}

    .product .bottomContent .image img {
        margin: 0 auto;
    }

.product .bottomContent .companyInfo {
    box-sizing: border-box;
    bottom: 15px;
    position: absolute;
}

    .product .bottomContent .companyInfo .companyInfoTitle {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 18px;
    }

    .product .bottomContent .companyInfo li {
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product .bottomContent .companyInfo a {
        color: #666666;
    }



.brand-content {
    padding-bottom: 60px;
    border-bottom: 1px solid #a0a0a0;
}



.topProductType {
    height: 148px;
    background: url(../Images/productBg.jpg) no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .topProductType table {
        border: #ffffff solid 0px !important;
    }

    .topProductType tr, .topProductType td {
        border: #ffffff solid 0px !important;
        font-size: 12px;
        line-height: 36px;
        color: #666;
        font-family: Times New Roman !important;
    }

    .topProductType .left {
        width: 453px;
    }

    .topProductType .middle {
        width: 489px;
    }

    .topProductType .right {
        width: 255px;
    }

    .topProductType a {
        color: #666;
    }

        .topProductType a:visited {
            color: #666;
        }

        .topProductType a:hover {
            color: #666;
        }


/*自定义部分*/
/*电动平移门*/
.ddpym .title {
    border-bottom: #0062d7 solid 2px;
}

    .ddpym .title span {
        background-color: #0062d7;
    }

.ddpym .topContent .slogan {
    color: #0062d7;
}

.ddpym .background {
    background: #e5effb;
}

.ddpym .innerTitle {
    color: #0062d7;
}

.ddpym .subProductType li {
    background: #0062d7;
}

.ddpym .bottomContent .companyInfo .companyInfoTitle {
    color: #0062d7;
}

/*电动伸缩门*/
.ddssm .title {
    border-bottom: #72a724 solid 2px;
}

    .ddssm .title span {
        background-color: #72a724;
    }

.ddssm .topContent .slogan {
    color: #72a724;
}

.ddssm .background {
    background: #f1f6e9;
}

.ddssm .innerTitle {
    color: #72a724;
}

.ddssm .subProductType li {
    background: #72a724;
}

.ddssm .bottomContent .companyInfo .companyInfoTitle {
    color: #72a724;
}

/*别墅庭院大门*/
.bstydm .title {
    border-bottom: #f2a04e solid 2px;
}

    .bstydm .title span {
        background-color: #f2a04e;
    }

.bstydm .topContent .slogan {
    color: #f2a04e;
}

.bstydm .background {
    background: #fdf2e6;
}

.bstydm .innerTitle {
    color: #f2a04e;
}

.bstydm .subProductType li {
    background: #f2a04e;
}

.bstydm .bottomContent .companyInfo .companyInfoTitle {
    color: #f2a04e;
}

/*停车场系统*/
.tccxt .title {
    border-bottom: #a6964a solid 2px;
}

    .tccxt .title span {
        background-color: #a6964a;
    }

.tccxt .topContent .slogan {
    color: #a6964a;
}

.tccxt .background {
    background: #edeadb;
}

.tccxt .innerTitle {
    color: #a6964a;
}

.tccxt .subProductType li {
    background: #a6964a;
}

.tccxt .bottomContent .companyInfo .companyInfoTitle {
    color: #a6964a;
}

/*开门机*/
.kmj .title {
    border-bottom: #003855 solid 2px;
}

    .kmj .title span {
        background-color: #003855;
    }

.kmj .topContent .slogan {
    color: #003855;
}

.kmj .background {
    background: #d3e1e8;
}

.kmj .innerTitle {
    color: #003855;
}

.kmj .subProductType li {
    background: #003855;
}

.kmj .bottomContent .companyInfo .companyInfoTitle {
    color: #003855;
}

/*升降柱*/
.sjz .title {
    border-bottom: #00ae9d solid 2px;
}

    .sjz .title span {
        background-color: #00ae9d;
    }

.sjz .topContent .slogan {
    color: #00ae9d;
}

.sjz .background {
    background: #ccefeb;
}

.sjz .innerTitle {
    color: #00ae9d;
}

.sjz .subProductType li {
    background: #00ae9d;
}

.sjz .bottomContent .companyInfo .companyInfoTitle {
    color: #00ae9d;
}

/*通道闸*/
.tdz .title {
    border-bottom: #00ae9d solid 2px;
}

    .tdz .title span {
        background-color: #00ae9d;
    }

.tdz .topContent .slogan {
    color: #00c0dc;
}

.tdz .background {
    background: #cdf2fa;
}

.tdz .innerTitle {
    color: #00c0dc;
}

.tdz .subProductType li {
    background: #00c0dc;
}

.tdz .bottomContent .companyInfo .companyInfoTitle {
    color: #00c0dc;
}


/*筛选*/
.filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .filter .filterProductType {
        margin-bottom: 10px;
    }

    .filter span {
        display: inline-block;
        vertical-align: top;
    }

    .filter ul {
        display: inline-block;
    }

    .filter .text {
        font-size: 16px;
        font-weight: bold;
        margin-right: 35px;
        line-height: 30px;
        display: inline-block;
        width: 64px;
    }

    .filter .all {
        display: none;
    }

        .filter .all a {
            font-size: 14px;
            margin-right: 30px;
            padding-left: 13px;
            padding-right: 13px;
            border-radius: 5px;
            line-height: 30px;
            display: inline-block;
        }

    .filter a.on {
        background: #0062d7;
        color: #fff;
    }

    .filter li {
        display: inline-block;
        margin-right: 10px;
        line-height: 30px;
    }

        .filter li a {
            color: #666;
            font-size: 14px;
            padding-left: 13px;
            padding-right: 13px;
            border-radius: 5px;
            line-height: 30px;
            display: inline-block;
        }

    .filter .list {
        width: 1050px;
    }


.alertBox {
    display: none;
    position: fixed;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 8px 26px;
    line-height: 1.6;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 4px 0px #e5e5e5;
    color: #398fce;
    z-index: 19891015;
}