/*.banner {
    width: 100%;
    height: 540px;
}*/

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Microsoft yahei',arial;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, li, p, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clearfix:after {
    display: block;
    content: '.';
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

a {
    text-decoration: none;
}

input {
    border: none;
}

#menu {
    position: fixed;
    z-index: 99999;
    top: 26%;
    right: 50%;
    margin-right: 630px;
    width: 34px;
    display: none;
}

    #menu ul li {
        position: relative;
        width: 34px;
        height: 42px;
        list-style: none;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        background-color: #ffaa3b;
        color: #fff;
        border-bottom: 1px dotted #ddd;
    }

        #menu ul li.last {
            background: #ccc;
            color: #fff;
            border-bottom: none;
            line-height: 42px;
            font-size: 14px;
        }

        #menu ul li span {
            width: 34px;
            height: 42px;
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            padding-top: 5px;
        }

            #menu ul li span.active {
                display: block;
                background-color: #44a9f3;
                color: #fff;
                text-align: center;
            }

        #menu ul li:hover span {
            display: block;
            background-color: #44a9f3;
            color: #fff;
        }

            #menu ul li:hover span.active {
                display: block;
                background-color: #44a9f3;
                color: #fff;
            }



#nav {
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
}

    #nav .nav-content {
        width: 1170px;
        margin: 0 auto;
        line-height: 29px;
    }

        #nav .nav-content .title {
            font-size: 12px;
            color: #999;
        }

            #nav .nav-content .title span {
                margin-right: 25px;
            }

        #nav .nav-content .user-ui a {
            font-size: 12px;
            color: #999;
            margin-left: 20px;
        }

        #nav .nav-content .user-ui .english {
            color: #44a9f3;
            margin-left: 10px;
        }

            #nav .nav-content .user-ui .english span {
                display: inline-block;
                padding-right: 10px;
                color: #e5e5e5;
            }

        #nav .nav-content .user-login > a {
            font-size: 12px;
            color: #999;
            margin-left: 10px;
        }

            #nav .nav-content .user-login > a b {
                margin-right: 10px;
                color: #ddd;
            }

            #nav .nav-content .user-login > a .number {
                color: #e4393c;
            }

            #nav .nav-content .user-login > a:last-child {
                color: #44a9f3;
            }

        #nav .nav-content .user-login > div {
            display: inline-block;
            position: relative;
            color: #999;
        }

            #nav .nav-content .user-login > div span span {
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                max-width: 100px;
                vertical-align: middle;
            }

            #nav .nav-content .user-login > div span b {
                display: inline-block;
                width: 1px;
                height: 1px;
                border: 4px solid #999;
                border-left: 4px solid transparent;
                border-bottom: 4px solid transparent;
                border-right: 4px solid transparent;
                vertical-align: middle;
                margin-left: 3px;
            }

            #nav .nav-content .user-login > div ul {
                position: absolute;
                z-index: 999;
                background-color: #fff;
                border: 1px solid rgba(0,0,0,.15);
                display: none;
            }

                #nav .nav-content .user-login > div ul li {
                    width: 90px;
                    border-bottom: 1px dashed #ddd;
                }

                    #nav .nav-content .user-login > div ul li a {
                        color: #666;
                        margin-left: 10px;
                        display: inline-block;
                        width: 90px;
                    }

                        #nav .nav-content .user-login > div ul li a:hover {
                            color: #44a9f3;
                        }

#header {
    width: 100%;
}

    #header .header-content {
        width: 1170px;
        margin: 0 auto;
    }

        #header .header-content p:first-child {
            margin-right: 122px;
        }

        #header .header-content .search-content {
            width: 558px;
            margin-bottom: 24px;
        }

            #header .header-content .search-content ul {
                margin-top: 14px;
                overflow: hidden;
            }

                #header .header-content .search-content ul li {
                    float: left;
                    color: #44a9f3;
                    margin-right: 25px;
                }

                    #header .header-content .search-content ul li a {
                        color: #999;
                    }

            #header .header-content .search-content .search {
                height: 38px;
                background-color: #44a9f3;
            }

                #header .header-content .search-content .search .search-sl {
                    width: 478px;
                    height: 34px;
                    margin-top: 2px;
                    margin-left: 2px;
                    padding-left: 10px;
                }

                #header .header-content .search-content .search .btn-sl {
                    color: #fff;
                    font-size: 14px;
                    background-color: #44a9f3;
                    width: 70px;
                    margin-top: 2px;
                    height: 33px;
                }

        #header .header-content .shopping {
            width: 157px;
            border-radius: 5px;
            border: 1px solid #f2f2f2;
            background-color: #fff;
            padding: 7px 0;
            padding-left: 10px;
        }

            #header .header-content .shopping .shopping-icon {
                display: inline-block;
                width: 18px;
                height: 16px;
                background: url(../img/shopping.png) no-repeat;
                margin-right: 5px;
                vertical-align: sub;
            }

            #header .header-content .shopping .shopping-title {
                color: #44a9f3;
                font-size: 14px;
                margin-right: 8px;
            }

            #header .header-content .shopping .shopping-number {
                display: inline-block;
                color: #fff;
                background-color: #44a9f3;
                padding: 2px 4px;
                border-radius: 3px;
                width: 25px;
                text-align: center;
            }

#assortment {
    width: 100%;
    border-bottom: 2px solid #44a9f3;
}

    #assortment .asssortment-content {
        width: 1170px;
        margin: 0 auto;
    }

        #assortment .asssortment-content .all-product {
            position: relative;
            width: 210px;
            float: left;
        }

            #assortment .asssortment-content .all-product > span {
                display: block;
                border-radius: 5px 5px 0 0;
                background-color: #3f9fe6;
                color: #fff;
                line-height: 40px;
                font-size: 16px;
            }

                #assortment .asssortment-content .all-product > span b {
                    display: inline-block;
                    width: 22px;
                    height: 16px;
                    background: url(../img/nav.png) no-repeat;
                    margin-left: 21px;
                    margin-right: 7px;
                    vertical-align: middle;
                    margin-top: -4px;
                }

            #assortment .asssortment-content .all-product .product-content {
                position: absolute;
                top: 44px;
                left: 0;
                width: 210px;
                background-color: rgba(62,62,62,.85);
                padding-bottom: 10px;
                z-index: 999;
                display: none;
            }

                #assortment .asssortment-content .all-product .product-content > ul > li {
                    height: 34px;
                    width: 100%;
                    line-height: 34px;
                }

                    #assortment .asssortment-content .all-product .product-content > ul > li:hover {
                        width: 104%;
                    }

                    #assortment .asssortment-content .all-product .product-content > ul > li a {
                        color: #fff;
                        font-size: 14px;
                        margin-left: 20px;
                    }

                    #assortment .asssortment-content .all-product .product-content > ul > li .proColor {
                        color: #44a9f3;
                    }

                #assortment .asssortment-content .all-product .product-content > ul .liColor {
                    background-color: #fff;
                }

            #assortment .asssortment-content .all-product .product-slider-box {
                position: absolute;
                background-color: #fff;
                width: 942px;
                min-height: 418px;
                top: 44px;
                left: 210px;
                z-index: 999;
            }

                #assortment .asssortment-content .all-product .product-slider-box .product-slider-content {
                    margin: 16px 15px;
                }

                    #assortment .asssortment-content .all-product .product-slider-box .product-slider-content .children {
                        margin-bottom: 20px;
                    }

                        #assortment .asssortment-content .all-product .product-slider-box .product-slider-content .children p.children-title {
                            float: left;
                            color: #44a9f3;
                            margin-right: 30px;
                        }

                        #assortment .asssortment-content .all-product .product-slider-box .product-slider-content .children div {
                            width: 760px;
                            float: left;
                            border-bottom: 1px dashed #ddd;
                        }

                            #assortment .asssortment-content .all-product .product-slider-box .product-slider-content .children div ul li {
                                float: left;
                                width: 180px;
                                margin-right: 10px;
                                margin-bottom: 16px;
                            }

                                #assortment .asssortment-content .all-product .product-slider-box .product-slider-content .children div ul li a {
                                    font-size: 12px;
                                    color: #666;
                                }

        #assortment .asssortment-content .sort {
            float: left;
        }

            #assortment .asssortment-content .sort ul li {
                float: left;
                margin-left: 28px;
                text-align: center;
                height: 40px;
                line-height: 40px;
            }

                #assortment .asssortment-content .sort ul li a {
                    display: inline-block;
                    width: 80px;
                    font-size: 16px;
                    color: #666;
                    font-weight: 600;
                }

#banner-box {
    margin-bottom: 20px;
}

    #banner-box .banner {
        height: 418px;
    }

        #banner-box .banner ul li {
            position: relative;
            text-align: center;
        }

#information-box {
    position: absolute;
    top: 178px;
    left: 50%;
    margin-left: 343px;
    width: 240px;
    height: 418px;
}

    #information-box .information {
        width: 100%;
        background-color: rgba(255,255,255,.91);
    }

        #information-box .information .title {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
        }

            #information-box .information .title ul li {
                float: left;
                width: 80px;
                cursor: pointer;
                text-align: center;
                padding:10px;
            }

                #information-box .information .title ul li:first-child {
                    margin-left: 0;
                }

            #information-box .information .title ul .colorInf {
                color: #44a9f3;
                border-bottom:1px solid;
            }

        #information-box .information .content {
            margin-top: 5px;
            margin-left: 10px;
            padding-bottom: 7px;
        }

            #information-box .information .content ul li {
                margin-bottom: 5px;
            }

                #information-box .information .content ul li:last-child {
                    margin-bottom: 0;
                }

                #information-box .information .content ul li a {
                    color: #666;
                    font-size: 12px;
                    display: inline-block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 216px;
                }

                #information-box .information .content ul li a:hover{
                    color: #44a9f3;
                }

    #information-box .iconList {
        margin-top: 1px;
        background-color: rgba(255,255,255,.91);
    }

        #information-box .iconList ul {
            overflow: hidden;
        }

            #information-box .iconList ul li {
                width: 80px;
                height: 80px;
                border: 1px solid #ddd;
                float: left;
                /*border-top: none;*/
            }

                #information-box .iconList ul li a {
                    display: block;
                    width: 78px;
                    height: 78px;
                    text-align: center;
                }

                    #information-box .iconList ul li a b {
                        display: inline-block;
                        width: 31px;
                        height: 31px;
                        background-repeat: no-repeat;
                        margin-top: 12px;
                    }

                    #information-box .iconList ul li a .icon-yuan {
                        background-image: url(../img/xun.png);
                    }

                    #information-box .iconList ul li a .icon-PCB {
                        background-image: url(../img/pcb.png);
                    }

                    #information-box .iconList ul li a .icon-PCBA {
                        background-image: url(../img/pcba.png);
                    }

                    #information-box .iconList ul li a .icon-product {
                        background-image: url(../img/product.png);
                    }

                    #information-box .iconList ul li a .icon-scheme {
                        background-image: url(../img/fabu.png);
                    }

                    #information-box .iconList ul li a .icon-problem {
                        background-image: url(../img/problem.png);
                    }

                    #information-box .iconList ul li a span {
                        display: block;
                        font-size: 12px;
                        color: #666;
                        margin-top: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-top: 5px;
                    }

#main {
    width: 100%;
    position: relative;
}

    #main .special-commodity {
        width: 1170px;
        margin: 0 auto;
    }

        #main .special-commodity .title {
            width: 1000px;
            height: 40px;
            line-height: 40px;
        }

            #main .special-commodity .title span {
                font-size: 22px;
                color: #444;
                font-weight: 500;
            }

        #main .special-commodity .slider {
            width: 1169px;
            overflow: hidden;
            position: relative;
            border: 1px solid #e4e4e4;
            /*border-top: none;*/
            height: 194px;
            margin-left: 0.5px;
        }

            #main .special-commodity .slider ul {
                width: 2280px;
                position: absolute;
                left: 0;
                top: 0;
            }

                /*#main .special-commodity .slider ul li {
                    float: left;
                    width: 190px;
                    text-align: center;
                }*/

                #main .special-commodity .slider ul li {
                    float: left;
                    width: 160px;
                    text-align: center;
                    margin-right: 50px;
                }

                    #main .special-commodity .slider ul li span {
                        display: block;
                    }

                    #main .special-commodity .slider ul li .img {
                        height: 130px;
                        text-align: center;
                    }

                        #main .special-commodity .slider ul li .img img {
                            width: 100px;
                            height: 100px;
                            margin-top: 20px;
                        }

                    #main .special-commodity .slider ul li .money {
                        margin-top: 6px;
                        margin-bottom: 6px;
                        text-align: center;
                        width: 100%;
                        font-size: 18px;
                        color: red;
                    }

                    #main .special-commodity .slider ul li .num {
                        font-size: 12px;
                        color: #666;
                    }

                    #main .special-commodity .slider ul li:hover .num {
                        color: #44a9f3;
                    }

.indent-box {
    width: 1170px;
    margin: 30px auto;
    margin-bottom: 30px;
    overflow: hidden;
}

    .indent-box .indent-content {
        float: left;
    }

        .indent-box .indent-content .title {
            width: 584px;
            overflow: hidden;
        }

            .indent-box .indent-content .title p {
                width: 290px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                color: #ef8229;
                border: 1px solid #ef8229;
                float: left;
                cursor: pointer;
                font-size: 14px;
            }

            .indent-box .indent-content .title .titleColor {
                background-color: #ef8229;
                color: #fff;
            }

        .indent-box .indent-content .content .intent-new {
            border: 1px solid #ededed;
            border-top: none;
        }

            .indent-box .indent-content .content .intent-new > p {
                border-bottom: 1px solid #ededed;
                height: 40px;
            }

                .indent-box .indent-content .content .intent-new > p span {
                    color: #666;
                    font-size: 12px;
                    display: inline-block;
                    line-height: 40px;
                }

                .indent-box .indent-content .content .intent-new > p .address, .indent-box .indent-content .content .intent-new > p .name {
                    width: 100px;
                }

                .indent-box .indent-content .content .intent-new > p .name {
                    margin-left: 10px;
                }

                .indent-box .indent-content .content .intent-new > p .numb, .indent-box .indent-content .content .intent-new > p .phone {
                    width: 150px;
                }

            .indent-box .indent-content .content .intent-new .renav {
                height: 216px;
                width: 100%;
                overflow: hidden;
            }

                .indent-box .indent-content .content .intent-new .renav ul li span {
                    color: #333;
                    font-size: 12px;
                    display: inline-block;
                    line-height: 40px;
                }

                .indent-box .indent-content .content .intent-new .renav ul li .address, .indent-box .indent-content .content .intent-new .renav ul li .name {
                    width: 100px;
                }

                .indent-box .indent-content .content .intent-new .renav ul li .name {
                    margin-left: 10px;
                }

                .indent-box .indent-content .content .intent-new .renav ul li .numb, .indent-box .indent-content .content .intent-new .renav ul li .phone {
                    width: 150px;
                }

    .indent-box .intent-online {
        margin-left: 34px;
    }

        .indent-box .intent-online > p {
            width: 550px;
            height: 40px;
            text-align: center;
            background-color: #41b9d1;
            color: #fff;
            line-height: 40px;
        }

        .indent-box .intent-online .intent-form {
            border: 1px solid #ededed;
            border-top: none;
            width: 548px;
        }

            .indent-box .intent-online .intent-form form > div {
                margin-top: 18px;
                overflow: hidden;
            }

                .indent-box .intent-online .intent-form form > div p {
                    float: left;
                    margin-left: 6px;
                }

                    .indent-box .intent-online .intent-form form > div p label {
                        color: #666;
                        margin-right: 10px;
                        display: inline-block;
                        width: 50px;
                        text-align: right;
                    }

                        .indent-box .intent-online .intent-form form > div p label b {
                            color: #41b9d1;
                        }

                    .indent-box .intent-online .intent-form form > div p input {
                        width: 200px;
                        height: 30px;
                        border: 1px solid #ddd;
                        padding-left: 10px;
                    }

                    .indent-box .intent-online .intent-form form > div p select {
                        width: 200px;
                        height: 30px;
                    }

                .indent-box .intent-online .intent-form form > div:last-child button {
                    margin-left: 66px;
                    width: 200px;
                    height: 30px;
                    color: #fff;
                    border-radius: 5px;
                    background-color: #41b9d1;
                    border: none;
                    margin-right: 60px;
                    cursor: pointer;
                }

                .indent-box .intent-online .intent-form form > div:last-child a {
                    color: #41b9d1;
                }

            .indent-box .intent-online .intent-form form .login label {
                display: inline-block;
                width: 50px;
                text-align: right;
                color: #666;
                margin-left: 6px;
                margin-right: 10px;
            }

            .indent-box .intent-online .intent-form form .login input {
                width: 469px;
                height: 30px;
                border: 1px solid #ddd;
                padding-left: 10px;
            }

.advantage {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

    .advantage .advantage-product {
        /*width: 850px;
        float: left;*/
    }

        .advantage .advantage-product > p {
            border-bottom: 2px solid #ff9c00;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .advantage .advantage-product > p span {
                color: #666;
                font-size: 18px;
            }

                .advantage .advantage-product > p span b {
                    font-size: 20px;
                    color: #44a9f3;
                    font-weight: 400;
                    margin-right: 15px;
                }

        .advantage .advantage-product .popular-left {
            width: 580px;
            float: left;
            border: 1px solid #e4e4e4;
            border-radius: 5px;
        }

            .advantage .advantage-product .popular-left ul li {
                float: left;
                border: 1px solid #e4e4e4;
                border-top: none;
                width: 289px;
                height: 118px;
                text-align: center;
                border-right: none;
            }

                .advantage .advantage-product .popular-left ul li:nth-child(2n) {
                    border-right: 1px solid #e4e4e4;
                }

                .advantage .advantage-product .popular-left ul li a {
                    display: block;
                    transition: transform 0.3s;
                }

                    .advantage .advantage-product .popular-left ul li a b {
                        display: block;
                        width: 100px;
                        height: 100px;
                        margin: 0 auto;
                        margin-top: 10px;
                        float: left;
                    }

                        .advantage .advantage-product .popular-left ul li a b img {
                            width: 70px;
                            height: 70px;
                        }

                    .advantage .advantage-product .popular-left ul li a span {
                        display: block;
                        color: #666;
                        font-size: 12px;
                        max-width: 180px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        margin-left: 15px;
                        text-align: left;
                    }

                    .advantage .advantage-product .popular-left ul li a .xl {
                        margin-top: 10px;
                        margin-bottom: 10px;
                        font-size: 14px;
                        color: #666;
                        font-weight: 600;
                        padding-top: 20px;
                    }

                    .advantage .advantage-product .popular-left ul li a:hover {
                        /*-webkit-box-shadow: 0 3px 3px #c8c8c8 inset;
                -moz-box-shadow: 0 3px 3px #c8c8c8 inset;
                box-shadow: 0 3px 3px #c8c8c8 inset;*/
                        transform: translateX(-10px);
                    }

                .advantage .advantage-product .popular-left ul li:hover span {
                    color: #44a9f3;
                }

        .advantage .advantage-product .popular-right {
            width: 578px;
            margin-left: 10px;
            float: left;
            border: 1px solid #e4e4e4;
            border-radius: 5px;
        }

            .advantage .advantage-product .popular-right ul li {
                float: left;
                width: 192px;
                height: 177px;
                border: 1px solid #e4e4e4;
                border-top: none;
                border-right: none;
            }

                .advantage .advantage-product .popular-right ul li:nth-child(3n) {
                    border-right: 1px solid #e4e4e4;
                }

                .advantage .advantage-product .popular-right ul li:hover span {
                    color: #44a9f3;
                }



                .advantage .advantage-product .popular-right ul li a b {
                    display: block;
                    text-align: center;
                    margin-top: 10px;
                }

                    .advantage .advantage-product .popular-right ul li a b img {
                        width: 100px;
                        height: 100px;
                        transition: transform 0.3s;
                    }

                .advantage .advantage-product .popular-right ul li:hover img {
                    transform: scale(1.1);
                }

                .advantage .advantage-product .popular-right ul li a span {
                    display: block;
                    text-align: center;
                    margin-top: 18px;
                    font-size: 12px;
                    color: #666;
                }

        .advantage .advantage-product .popular-bottom {
            background: url(../../Content/img/index20181126/BEJING.png) no-repeat;
            height: 230px;
        }

            .advantage .advantage-product .popular-bottom .piece {
                border-radius: 5px;
                background-color: #fff;
                width: 266px;
                float: left;
                margin-left: 20px;
                height: 200px;
                margin-top: 15px;
                overflow: hidden;
            }

                .advantage .advantage-product .popular-bottom .piece a {
                    display: inline-block;
                    line-height: 26px;
                    border-radius: 12px;
                    background-color: #44a9f3;
                    text-align: center;
                    color: #fff;
                    padding: 1px 20px;
                    font-size: 12px;
                }

            .advantage .advantage-product .popular-bottom .p1 > p span {
                display: inline-block;
                text-align: center;
                color: #666;
            }

            .advantage .advantage-product .popular-bottom .p1 > p .name {
                width: 70px;
            }

            .advantage .advantage-product .popular-bottom .p1 > p .phone {
                width: 80px;
            }

            .advantage .advantage-product .popular-bottom .p1 > p .now {
                width: 100px;
            }

            .advantage .advantage-product .popular-bottom .p1 ul {
                z-index: 99;
            }

                .advantage .advantage-product .popular-bottom .p1 ul li {
                    margin-top: 5px;
                    font-size: 12px;
                    color: #999;
                }

                    .advantage .advantage-product .popular-bottom .p1 ul li span {
                        display: inline-block;
                        text-align: center;
                    }

                    .advantage .advantage-product .popular-bottom .p1 ul li .name {
                        width: 60px;
                    }

                    .advantage .advantage-product .popular-bottom .p1 ul li .phone-title {
                        width: 110px;
                    }

                    .advantage .advantage-product .popular-bottom .p1 ul li .now {
                        width: 80px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        vertical-align: sub;
                    }

    .advantage .new-busness {
        width: 336px;
        margin-left: 30px;
    }

        .advantage .new-busness > p {
            border-bottom: 2px solid #eb2d14;
            padding-bottom: 14px;
        }

            .advantage .new-busness > p span {
                font-size: 18px;
                color: #eb2d14;
            }

        .advantage .new-busness .busness {
            width: 336px;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            height: 422px;
        }

            .advantage .new-busness .busness ul li {
                border-bottom: 1px solid #ddd;
                padding-top: 10px;
                padding-bottom: 11px;
            }

                .advantage .new-busness .busness ul li span {
                    display: inline-block;
                }

                    .advantage .new-busness .busness ul li span:first-child {
                        width: 100px;
                        height: 60px;
                        margin-left: 10px;
                        margin-right: 10px;
                    }

                        .advantage .new-busness .busness ul li span:first-child img {
                            width: 100px;
                            height: 60px;
                        }

                    .advantage .new-busness .busness ul li span:last-child {
                        vertical-align: top;
                        font-size: 12px;
                        color: #666;
                        width: 190px;
                    }

.hot-product {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

    .hot-product > p {
        padding-bottom: 10px;
    }

        .hot-product > p span {
            color: #666;
            font-size: 18px;
        }

            .hot-product > p span b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

    .hot-product .hot-img {
        margin-right: 10px;
        width: 290px;
    }

    .hot-product .content {
        border-top: 2px solid #29b9de;
        width: 850px;
    }

        .hot-product .content ul {
            overflow: hidden;
        }

            .hot-product .content ul li {
                float: left;
                width: 170px;
                height: 178px;
                border: 1px solid #f4f4f4;
                border-top: none;
                border-left: none;
            }

                .hot-product .content ul li:nth-child(1n) {
                    border-left: 1px solid #f4f4f4;
                }

                .hot-product .content ul li:hover span {
                    color: #44a9f3;
                }



                .hot-product .content ul li a b {
                    display: block;
                    text-align: center;
                    margin-top: 10px;
                }

                    .hot-product .content ul li a b img {
                        width: 100px;
                        height: 100px;
                        transition: transform 0.3s;
                    }

                .hot-product .content ul li:hover img {
                    transform: scale(1.1);
                }

                .hot-product .content ul li a span {
                    display: block;
                    text-align: center;
                    margin-top: 18px;
                    font-size: 12px;
                    color: #666;
                }

.crowdsourcing {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

    .crowdsourcing > p {
        padding-bottom: 10px;
    }

        .crowdsourcing > p span {
            color: #666;
            font-size: 18px;
        }

            .crowdsourcing > p span b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

        .crowdsourcing > p a {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .crowdsourcing .content-img {
        float: left;
        width: 290px;
        height: 362px;
        position: relative;
    }

        .crowdsourcing .content-img a {
            position: absolute;
            bottom: 20px;
            width: 105px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            border-radius: 5px;
            box-shadow: 0 3px 2px rgba(104,99,98,.6);
            background-color: #53d1f4;
            left: 90px;
        }

    .crowdsourcing .content-table {
        float: left;
        margin-left: 10px;
        border-top: 2px solid #28a9bf;
        width: 870px;
    }

        .crowdsourcing .content-table table {
            text-align: center;
            border-collapse: separate;
            border-spacing: 10px;
        }

            .crowdsourcing .content-table table thead {
                color: #999;
                font-size: 14px;
            }

            .crowdsourcing .content-table table tbody tr td:first-child a {
                display: inline-block;
                width: 80px;
                height: 25px;
                text-align: center;
                line-height: 25px;
                color: #fff;
                background-color: #ffaa3b;
                border-radius: 3px;
                margin-top: 2.4px;
                cursor: default;
            }

            .crowdsourcing .content-table table tbody tr td:nth-child(2) a {
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                max-width: 250px;
                font-size: 14px;
                color: #666;
            }

                .crowdsourcing .content-table table tbody tr td:nth-child(2) a:hover {
                    color: #44a9f3;
                }

            .crowdsourcing .content-table table tbody tr td {
                color: #666;
                font-size: 14px;
            }

                .crowdsourcing .content-table table tbody tr td span {
                    font-size: 14px;
                    color: #ffaa3b;
                }

                .crowdsourcing .content-table table tbody tr td:last-child span {
                    color: red;
                }

.share {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

    .share > p {
        padding-bottom: 10px;
    }

        .share > p span {
            color: #666;
            font-size: 18px;
        }

            .share > p span b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

        .share > p a {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .share .share-img {
        float: left;
        width: 290px;
        height: 362px;
        margin-right: 10px;
    }

    .share .share-content {
        float: left;
        border-top: 2px solid #30c3b0;
        overflow: hidden;
        width: 870px;
    }

        .share .share-content .modal-title {
            float: left;
        }

            .share .share-content .modal-title ul li {
                float: left;
                width: 424px;
                height: 175px;
                margin-top: 10px;
            }

                .share .share-content .modal-title ul li:nth-child(2n) {
                    margin-left: 20px;
                }

                .share .share-content .modal-title ul li > div {
                    margin-left: 15px;
                    margin-top: 17px;
                    overflow: hidden;
                }

                    .share .share-content .modal-title ul li > div > p {
                        margin-bottom: 15px;
                    }

                        .share .share-content .modal-title ul li > div > p a {
                            font-size: 16px;
                            color: #666;
                            display: inline-block;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            max-width: 400px;
                        }

                            .share .share-content .modal-title ul li > div > p a:hover {
                                color: #44a9f3;
                            }

                    .share .share-content .modal-title ul li > div .media-left {
                        float: left;
                        margin-right: 10px;
                    }

                        .share .share-content .modal-title ul li > div .media-left img {
                            width: 100px;
                            height: 100px;
                        }

                    .share .share-content .modal-title ul li > div .media-right {
                        float: left;
                        width: 270px;
                    }

                        .share .share-content .modal-title ul li > div .media-right p:first-child {
                            font-size: 12px;
                            color: #999;
                            margin-bottom: 10px;
                        }

                            .share .share-content .modal-title ul li > div .media-right p:first-child span:first-child b {
                                display: inline-block;
                                width: 10px;
                                height: 10px;
                                margin-right: 5px;
                            }

                            .share .share-content .modal-title ul li > div .media-right p:first-child span:first-child .star {
                                background: url(../img/star.png) no-repeat;
                            }

                            .share .share-content .modal-title ul li > div .media-right p:first-child span:first-child .no-star {
                                background: url(../img/no-star.png) no-repeat;
                            }

                            .share .share-content .modal-title ul li > div .media-right p:first-child span:first-child .half-star {
                                background: url(../img/half-star.png) no-repeat;
                            }

                            .share .share-content .modal-title ul li > div .media-right p:first-child span:last-child {
                                color: #ffaa3b;
                                margin-left: 20px;
                            }

                    .share .share-content .modal-title ul li > div .media-body {
                        position: relative;
                        line-height: 1.4em;
                        height: 5.3em;
                        overflow: hidden;
                    }

                        .share .share-content .modal-title ul li > div .media-body:after {
                            content: "  ";
                            font-weight: 700;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            padding: 0 20px 1px 45px;
                            background: url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y;
                        }

        .share .share-content .share-sort {
            margin-left: 15px;
        }

            .share .share-content .share-sort > p {
                font-size: 14px;
                color: #666;
                margin: 15px 0 18px 0;
            }

            .share .share-content .share-sort .sort {
                width: 120px;
                overflow: hidden;
                margin-bottom: 24px;
            }

                .share .share-content .share-sort .sort ul li {
                    float: left;
                    margin-bottom: 10px;
                    margin-right: 10px;
                }

                    .share .share-content .share-sort .sort ul li a {
                        color: #30c3b0;
                        font-size: 12px;
                    }

            .share .share-content .share-sort .update {
                width: 120px;
                height: 120px;
                color: #fff;
                border: 1px solid #f9f9f9;
                text-align: center;
            }

                .share .share-content .share-sort .update a {
                    display: block;
                    text-align: center;
                    width: 42px;
                    height: 47px;
                    background: url(../img/update.png) no-repeat;
                    margin: 20px auto;
                }

                .share .share-content .share-sort .update p {
                    font-size: 14px;
                    color: #666;
                }

.service {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

    .service > p {
        padding-bottom: 10px;
    }

        .service > p span {
            color: #666;
            font-size: 18px;
        }

            .service > p span b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

        .service > p a {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .service .service-img {
        width: 290px;
        margin-right: 10px;
    }

    .service .service-right {
        width: 870px;
        border-top: 2px solid #28a9bf;
        padding-top: 18px;
    }

    .service .service-picture {
        margin-right: 22px;
    }

        .service .service-picture .slider {
            overflow: hidden;
            width: 590px;
            height: 160px;
        }

            .service .service-picture .slider ul li {
                float: left;
                margin-right: 6px;
            }

                .service .service-picture .slider ul li a {
                    text-align: center;
                    color: #666;
                    font-size: 12px;
                }

                    .service .service-picture .slider ul li a span {
                        display: block;
                        margin-bottom: 10px;
                    }

                        .service .service-picture .slider ul li a span img {
                            width: 110px;
                        }

    .service .service-ui .PCB-sell {
        width: 246px;
        height: 160px;
        border: 1px solid #ef8229;
    }

        .service .service-ui .PCB-sell:first-child {
            margin-bottom: 22px;
        }

        .service .service-ui .PCB-sell > p {
            border-bottom: 1px solid #ef8229;
            height: 37px;
            text-align: center;
            line-height: 37px;
            font-size: 16px;
            color: #666;
        }

        .service .service-ui .PCB-sell div {
            margin-top: 20px;
        }

            .service .service-ui .PCB-sell div p {
                margin-bottom: 20px;
                margin-left: 13px;
            }

                .service .service-ui .PCB-sell div p a {
                    display: block;
                    width: 220px;
                    height: 30px;
                    color: #fff;
                    font-size: 14px;
                    padding-top: 6px;
                    background-color: #FF932E;
                }

                    .service .service-ui .PCB-sell div p a b {
                        display: inline-block;
                        width: 19px;
                        height: 21px;
                        background: url(../img/service_06.jpg) no-repeat;
                        margin-right: 10px;
                        margin-left: 10px;
                        vertical-align: top;
                    }

                    .service .service-ui .PCB-sell div p a span {
                        vertical-align: top;
                    }

.dominator {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

    .dominator > p {
        padding-bottom: 10px;
    }

        .dominator > p span {
            color: #666;
            font-size: 18px;
        }

            .dominator > p span b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

        .dominator > p a {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .dominator .dominator-img {
        width: 290px;
        margin-right: 10px;
    }

    .dominator .business {
        border-top: 2px solid #44a9f3;
    }

        .dominator .business ul li {
            padding: 10px;
            float: left;
            width: 190px;
            height: 120px;
            border: 1px solid #f4f4f4;
            margin-bottom: 5px;
            margin-right: 4px;
            text-align: center;
            transition: box-shadow 0.2s;
        }

            .dominator .business ul li:nth-child(1n) {
                margin-left: 1px;
            }

            .dominator .business ul li:nth-child(6n) {
                margin-right: 0px;
            }

            .dominator .business ul li a img {
                width: 90px;
                height: 45px;
            }

            .dominator .business ul li p {
                font-size: 12px;
                color: #666;
                margin-top: 6px;
            }

            .dominator .business ul li:hover {
                /*background: rgba(0,0,0,.2);*/
                box-shadow: 0 0 10px #999;
            }


.club {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .club > p {
        padding-bottom: 10px;
        border-bottom: 2px solid #30c3b0;
    }

        .club > p span:first-child {
            color: #666;
            font-size: 18px;
        }

            .club > p span:first-child b {
                font-size: 20px;
                color: #44a9f3;
                font-weight: 400;
                margin-right: 15px;
            }

        .club > p span:last-child {
            color: #ddd;
            margin-left: 20px;
        }

        .club > p a {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .club .club-well {
        width: 560px;
    }

        .club .club-well > p {
            margin: 10px 0 5px 0;
            font-size: 16px;
            color: #666;
        }

        .club .club-well ul li {
            margin-top: 10px;
        }

            .club .club-well ul li a {
                color: #666;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                max-width: 530px;
                font-size: 14px;
            }

                .club .club-well ul li a:hover {
                    color: #44a9f3;
                }

.fix {
    position: fixed;
    right: 0;
    top: 350px;
}

    .fix > ul .Airlines {
        margin-top: 1px;
        position: relative;
    }

        .fix > ul .Airlines > span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../img/art_03.png) no-repeat;
        }

        .fix > ul .Airlines div {
            width: 180px;
            height: 155px;
            background-color: rgba(0,0,0,.8);
            padding: 10px;
        }

            .fix > ul .Airlines div p {
                color: #fff;
                padding-bottom: 10px;
                border-bottom: 1px dashed #fff;
            }

            .fix > ul .Airlines div ul li {
                float: left;
                width: 70px;
                margin-top: 10px;
            }

                .fix > ul .Airlines div ul li a {
                    color: #fff;
                }

    .fix > ul .weixin {
        margin-top: 1px;
        position: relative;
    }

        .fix > ul .weixin > span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../img/art_06.png) no-repeat;
        }

        .fix > ul .weixin div {
            width: 180px;
            height: 170px;
            background-color: rgba(0,0,0,.8);
            padding: 10px;
            text-align: center;
        }

            .fix > ul .weixin div p {
                color: #fff;
                padding-bottom: 10px;
                border-bottom: 1px dashed #fff;
                margin-bottom: 10px;
            }

    .fix > ul .tickling {
        margin-top: 1px;
        position: relative;
    }

        .fix > ul .tickling > span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../img/art_07.png) no-repeat;
        }

        .fix > ul .tickling div {
            width: 77px;
            height: 40px;
            background-color: rgba(0,0,0,.8);
            line-height: 40px;
            text-align: center;
            left: -80px;
        }

            .fix > ul .tickling div a {
                color: #fff;
            }

    .fix > ul li div {
        position: absolute;
        left: -185px;
        top: 0;
    }

        .fix > ul li div > b {
            position: absolute;
            top: 16px;
            right: -13px;
            display: inline-block;
            width: 1px;
            height: 1px;
            border: 9px solid rgba(0,0,0,.8);
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-right: 4px solid transparent;
        }

.new-business {
    width: 1170px;
    margin: 30px auto;
    overflow: hidden;
}

    .new-business .business-title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #a54c81;
    }

        .new-business .business-title span {
            margin-left: 15px;
            font-size: 18px;
        }

        .new-business .business-title b {
            font-weight: 400;
            font-size: 12px;
            color: #fff;
            margin-left: 30px;
        }

        .new-business .business-title a {
            float: right;
            margin-right: 15px;
            display: inline-block;
            width: 80px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            border: 1px solid #e1a6c7;
            border-radius: 2px;
            margin-top: 6px;
            background-color: #b66291;
        }

    .new-business .slider-box {
        width: 1170px;
        overflow: hidden;
        position: relative;
        height: 380px;
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
    }

        .new-business .slider-box ul {
            position: absolute;
            top: 0;
            left: 0;
            width: 10080px;
        }

            .new-business .slider-box ul li {
                float: left;
                width: 195px;
                text-align: center;
            }

                .new-business .slider-box ul li > div {
                    border: 1px solid #e4e4e4;
                    border-top: none;
                    border-left: none;
                    height: 189px;
                }

                    .new-business .slider-box ul li > div:hover a {
                        color: #44a9f3;
                    }

                    .new-business .slider-box ul li > div p {
                        margin-bottom: 12px;
                    }

                        .new-business .slider-box ul li > div p:first-child {
                            padding-top: 30px;
                        }

                        .new-business .slider-box ul li > div p:nth-child(2) {
                            margin-top: 20px;
                        }

                        .new-business .slider-box ul li > div p img {
                            width: 90px;
                            height: 45px;
                        }

                        .new-business .slider-box ul li > div p a {
                            color: #666;
                        }



.hot-img, .order-list {
    margin-top: 34px;
    margin-left: 20px;
    float: left;
}

    .hot-img > p, .order-list > p {
        width: 300px;
        height: 40px;
        text-align: center;
        background-color: #ef8229;
        line-height: 40px;
    }

        .hot-img > p span, .order-list > p span {
            font-size: 16px;
            color: #fff;
        }

    .hot-img .order, .order-list .order {
        border: 1px solid #f4f4f4;
        border-top: none;
        height: 380px;
        overflow: hidden;
        width: 300px;
    }

        .hot-img .order > p, .order-list .order > p {
            width: 280px;
            height: 34px;
            line-height: 34px;
            margin-bottom: 10px;
            position: relative;
            z-index: 999999;
        }

            .hot-img .order > p span, .order-list .order > p span {
                display: inline-block;
                text-align: center;
                color: #666;
            }

            .hot-img .order > p .name, .order-list .order > p .name {
                width: 80px;
            }

            .hot-img .order > p .phone, .order-list .order > p .phone {
                width: 120px;
            }

            .hot-img .order > p .now, .order-list .order > p .now {
                width: 80px;
            }

        .hot-img .order ul, .order-list .order ul {
            z-index: 99;
        }

            .hot-img .order ul li, .order-list .order ul li {
                margin-top: 10px;
                font-size: 12px;
                color: #999;
            }

                .hot-img .order ul li span, .order-list .order ul li span {
                    display: inline-block;
                    text-align: center;
                }

                .hot-img .order ul li .name, .order-list .order ul li .name {
                    width: 80px;
                }

                .hot-img .order ul li .phone-title, .order-list .order ul li .phone-title {
                    width: 120px;
                }

                .hot-img .order ul li .now, .order-list .order ul li .now {
                    width: 80px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    vertical-align: sub;
                }

.advertesment-img {
    width: 1170px;
    margin: 30px auto;
}

    .advertesment-img img {
        width: 100%;
    }

.myFloat {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999999;
}

.xinye {
    margin-bottom: 30px;
}

.color-bg {
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

#footer {
    padding: 0;
}

    #footer .link-list-row div.link-widget h3 {
        padding-bottom: 0px;
        font-weight: 500;
    }


    #footer h2 {
        padding-bottom: 11px;
        border-bottom: 1px solid #e0e0e0;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-size: 21px;
        line-height: 32px;
    }

    #footer h3 {
        padding-bottom: 11px;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    #footer .widget .row {
        margin: 0;
        padding: 0;
    }

    #footer .widget .body {
        margin: 27px 0 0 0;
    }

        #footer .widget .body li {
            margin: 0 0 20px 0;
        }

            #footer .widget .body li a {
                color: #0e53a5;
                text-transform: capitalize;
                font-weight: 700;
                font-size: 14px;
                line-height: 15px;
            }

    #footer .widget .price {
        line-height: 21px;
    }

        #footer .widget .price .price-prev {
            color: #c6c6c6;
            text-decoration: line-through;
            font-size: 11px;
        }

        #footer .widget .price .price-current {
            color: #3d3d3d;
            font-size: 15px;
        }

        #footer .widget .price .price-current, #footer .widget .price .price-prev {
            display: inline-block;
            vertical-align: top;
            vertical-align: middle;
        }

    #footer .widget .thumb-holder {
        float: right;
        display: inline-block;
        border: 1px solid #e0e0e0;
        background-color: #fff;
    }

        #footer .widget .thumb-holder img {
            width: 73px;
        }

    #footer .sub-form-row {
        position: relative;
        /*z-index: 200;*/
        z-index: 0;
        margin: 51px 0;
    }

        #footer .sub-form-row:before {
            position: absolute;
            top: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #e0e0e0;
            content: "";
            display: block;
        }

    #footer .link-list-row {
        /*margin: 75px 0 72px 0;*/
        margin: 25px 0 25px 0;
    }

        #footer .link-list-row .contact-info {
            text-transform: capitalize;
        }

            #footer .link-list-row .contact-info .regular-bold {
                margin: 0 0 29px 0;
            }

            #footer .link-list-row .contact-info .social-icons {
                margin: 58px 0 0 0;
            }

                #footer .link-list-row .contact-info .social-icons h3 {
                    line-height: 27px;
                }

        #footer .link-list-row .footer-logo {
            display: inline-block;
            margin: 7px 0 30px 0;
            vertical-align: top;
        }

        #footer .link-list-row .link-widget {
            display: inline-block;
            margin: 0 0 0 15px;
            width: 131px;
            vertical-align: top;
        }

            #footer .link-list-row .link-widget h3 {
                padding-bottom: 32px;
            }

            #footer .link-list-row .link-widget li {
                margin: 0;
            }

                #footer .link-list-row .link-widget li a {
                    color: #adadad;
                    text-transform: capitalize;
                    font-size: 12px;
                }

    #footer .copyright-bar {
        padding: 17px 0;
        background-color: #3d3d3d;
        text-transform: capitalize;
        text-align: center;
    }

        #footer .copyright-bar .copyright {
            /*color: #8a8a8a;*/
            color: white;
            line-height: 30px;
        }

            #footer .copyright-bar .copyright a {
                color: #fff;
                font-weight: 600;
            }

    #footer .payment-methods {
        text-align: right;
    }

        #footer .payment-methods li {
            display: inline-block;
            padding: 0 5px;
            width: 50px;
            border-radius: 2px;
            background-color: #fff;
            text-align: center;
        }

            #footer .payment-methods li:hover {
                cursor: pointer;
            }

                #footer .payment-methods li:hover img {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

            #footer .payment-methods li img {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
            }

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.friendship_link a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px;
    color: #666;
}

    .friendship_link a:hover {
        color: #44a9f3;
    }

.no-margin {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.cha-set .praing-title {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #41b9d1;
}

.cha-set {
    border: 1px solid #ededed;
}

    .cha-set > div {
        margin-top: 20px;
        margin-bottom: 12px;
    }

        .cha-set > div > p {
            display: inline-block;
            width: 96px;
            text-align: center;
        }

            .cha-set > div > p span {
                display: block;
                margin-top: 6px;
                font-size: 12px;
                text-align: center;
                width: 95px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

    .cha-set .btn-content {
        text-align: center;
        margin-bottom: 15px;
    }

        .cha-set .btn-content a {
            display: inline-block;
            line-height: 26px;
            border-radius: 12px;
            background-color: #41b9d1;
            text-align: center;
            color: #fff;
            padding: 1px 20px;
        }

            .cha-set .btn-content a:hover {
                background-color: #30a6bd;
            }

.commitment {
    border: 1px solid #ededed;
    margin-bottom: 15px;
}

    .commitment .commitment-title {
        width: 100%;
        height: 40px;
        font-size: 16px;
        color: #fff;
        background-color: #ef8229;
        text-align: center;
        line-height: 40px;
    }

    .commitment .bear-content {
        margin-left: 30px;
        margin-top: 15px;
    }

        .commitment .bear-content ul li {
            margin-bottom: 15px;
        }

            .commitment .bear-content ul li:nth-child(2) a {
                display: inline-block;
                width: 205px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .commitment .bear-content ul li a {
                font-size: 16px;
                color: #666;
                margin-left: 16px;
            }
