﻿@charset "UTF-8";
@import url(defaultStyles.css);
@import url(bootstrap.min.css);

.hover-anima_yes > a {
    color: #f75959 !important;
}
    .hover-anima_yes > a i.arrow-down {
        border-top-color: #f75959 !important;
    }
    .hover-anima_yes::after {
        width: 100% !important;
    }

#sp_top_all {
    width: 100%;
    z-index: 11;
    background: #fff;
    position: relative;
    height:72px;
}
.body-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

    #sp_top_all .login_info_right {
        float: right;
        margin-top: 18px;
    }

        #sp_top_all .login_info_right .search {
            float: right;
            width: 160px;
            height: 24px;
            border: 1px solid #d0d0d0;
            border-radius: 12px;
            display: inline-block;
            margin-top: 9px;
            margin-right: 34px;
            transition: width .4s ease-in-out;
            -webkit-transition: width .4s ease-in-out;
            -moz-transition: width .4s ease-in-out;
            -o-transition: width .4s ease-in-out;
        }

            #sp_top_all .login_info_right .search .icon_search {
                display: inline-block;
                width: 22px;
                height: 22px;
                margin-left: 4px;
                cursor: pointer;
                background: url(../Images/newhome/icon/icon_search.png) no-repeat center center;
                background-size: 12px;
            }

            #sp_top_all .login_info_right .search .text_search {
                display: inline-block;
                vertical-align: top;
                border: none;
                height: 20px;
                width: 74%;
                font-size: 14px;
                color: #666;
                padding: 0;
                line-height: 20px;
                margin-top: 1px;
                margin-bottom: 1px;
            }

            #sp_top_all .login_info_right .search:hover {
                width: 210px;
                border-color: #f75959;
            }

            #sp_top_all .login_info_right .search.actives {
                width: 210px;
                border-color: #f75959;
            }

        #sp_top_all .login_info_right .login_user {
            display: inline-block;
            vertical-align: top;
            float: right;
            /*min-width: 90px;*/
            min-height: 38px;
        }

            #sp_top_all .login_info_right .login_user .login_entoll {
                display: none;
                margin-top: 8px;
                margin-bottom: 8px;
                /*min-width: 170px;*/
                float: right;
                text-align: right;
            }

                #sp_top_all .login_info_right .login_user .login_entoll > * {
                    margin-right: 20px;
                    display: inline-block;
                    vertical-align: middle;
                }

                #sp_top_all .login_info_right .login_user .login_entoll a {
                    font-size: 14px;
                    line-height: 22px;
                    color: #f75959;
                }

                #sp_top_all .login_info_right .login_user .login_entoll .enroll {
                    color: #fff;
                    line-height: 24px;
                    display: block;
                }

                #sp_top_all .login_info_right .login_user .login_entoll .register-a {
                    text-align: center;
                    min-width: 90px;
                    background: #f75959;
                    border: 1px solid #f75959;
                    border-radius: 2px;
                    line-height: 24px;
                    margin-right: 0;
                    transition: all .2s ease-in-out;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                }

                    #sp_top_all .login_info_right .login_user .login_entoll .register-a:hover {
                        background-color: #ff3838;
                    }

            #sp_top_all .login_info_right .login_user .user_info {
                position: relative;
                z-index: 99;
                /*min-width: 170px;*/
            }

                #sp_top_all .login_info_right .login_user .user_info .user_name {
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    background: #999;
                    border-radius: 50%;
                    margin-top: -7px;
                    margin-bottom: 11px;
                    float: right;
                    overflow: hidden;
                    position: relative;
                }

                    #sp_top_all .login_info_right .login_user .user_info .user_name img {
                        display: block;
                        max-width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                    }

                #sp_top_all .login_info_right .login_user .user_info .info_animate {
                    position: absolute;
                    right: 0;
                    top: 54px;
                    width: 280px;
                    height: 0;
                    display: none;
                    overflow: hidden;
                }

                    #sp_top_all .login_info_right .login_user .user_info .info_animate .bg-opacity {
                        background: #000;
                        filter: alpha(opacity=80);
                        -moz-opacity: .8;
                        -khtml-opacity: .8;
                        opacity: .8;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                    }

                    #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info {
                        overflow: hidden;
                        width: 100%;
                        height: 70px;
                        background: #666;
                        padding: 0 15px;
                        filter: alpha(opacity=80);
                        -moz-opacity: .8;
                        -khtml-opacity: .8;
                        opacity: .8;
                        position: static;
                        *zoom: 1;
                    }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info > * {
                            display: inline-block;
                            vertical-align: middle;
                            position: relative;
                            z-index: 1;
                        }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info h4 {
                            font-size: 22px;
                            color: #fff;
                            margin: 0;
                            line-height: 70px;
                        }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a {
                            width: 20px;
                            height: 20px;
                            margin-left: 12px;
                            background-repeat: no-repeat;
                            background-position: center center;
                        }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.not_gray {
                                background-image: url(../Images/newhome/icon/not_gray.png);
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.ordinary_gray {
                                background-image: url(../Images/newhome/icon/ordinary_gray.png);
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.engineer_red {
                                background-image: url(../Images/newhome/icon/engineer_red.png);
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.service_blue {
                                background-image: url(../Images/newhome/icon/service_blue.png);
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.clientele_orange {
                                background-image: url(../Images/newhome/icon/clientele_orange.png);
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .user_name_info a.partner_green {
                                background-image: url(../Images/newhome/icon/partner_green.png);
                            }

                    #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge {
                        margin: 0 15px;
                        overflow: hidden;
                    }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money {
                            /*height: 77px;*/
                            padding-top: 18px;
                            padding-bottom: 18px;
                            border-bottom: 1px solid #eeeeee;
                            line-height: 40px;
                            color: #fff;
                            font-size: 14px;
                        }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money > * {
                                display: inline-block;
                                vertical-align: middle;
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money i {
                                width: 20px;
                                height: 20px;
                                background: url(../Images/newhome/icon/recharge.png) no-repeat center center;
                                margin-right: 10px;
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money span {
                                padding-right: 15px;
                            }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money a {
                                border: 1px solid #f75959;
                                color: #f75959;
                                padding: 0 10px;
                                line-height: 24px;
                                transition: all 120ms ease-in-out;
                                -webkit-transition: all 120ms ease-in-out;
                                -moz-transition: all 120ms ease-in-out;
                                -o-transition: all 120ms ease-in-out;
                                border-radius: 2px;
                            }

                                #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money a:hover {
                                    background: #f75959;
                                    color: #fff;
                                }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .recharge_money em {
                                float: right;
                                color: #f75959;
                            }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank {
                            margin-bottom: 0;
                        }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li {
                                overflow: hidden;
                            }

                                #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a {
                                    display: block;
                                    line-height: 24px;
                                    color: #fff;
                                    font-size: 14px;
                                    padding: 10px 0;
                                    transition: all 120ms ease-in-out;
                                    -webkit-transition: all 120ms ease-in-out;
                                    -moz-transition: all 120ms ease-in-out;
                                    -o-transition: all 120ms ease-in-out;
                                }

                                    #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i {
                                        display: inline-block;
                                        width: 20px;
                                        height: 20px;
                                        vertical-align: middle;
                                        background-repeat: no-repeat;
                                        background-position: center center;
                                        margin-right: 10px;
                                    }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.yonghu {
                                            background-image: url(../Images/newhome/icon/yonghu.png);
                                        }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.zhanghu {
                                            background-image: url(../Images/newhome/icon/zhanghu.png);
                                        }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.caiwu {
                                            background-image: url(../Images/newhome/icon/caiwu.png);
                                        }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.xiaoxi {
                                            background-image: url(../Images/newhome/icon/xiaoxi.png);
                                        }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.home {
                                            background-image: url(../Images/newhome/icon/shouye.png);
                                        }

                                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a i.peixun {
                                            background-image: url(../Images/newhome/icon/peixun.png);
                                        }

                                    #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .link_blank li a:hover {
                                        color: #f75959;
                                    }

                        #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .out_btn {
                            overflow: hidden;
                        }

                            #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .out_btn > * {
                                margin: 15px 0;
                                float: right;
                                border: 1px solid #fff;
                                border-radius: 2px;
                                font-size: 14px;
                                padding: 4px 10px;
                                color: #fff;
                                display: inline-block;
                                background: none;
                            }

                                #sp_top_all .login_info_right .login_user .user_info .info_animate .link_item_recharge .out_btn > *:hover {
                                    text-decoration: underline;
                                }

    #sp_top_all .sp_nav_all {
        border-bottom: 1px solid #f75959;
        position: relative;
        z-index: 9;
        background: #fff;
    }

        #sp_top_all .sp_nav_all .nav_logo_all {
            padding-top: 19px;
            padding-bottom: 14px;
            display: inline-block;
        }

            #sp_top_all .sp_nav_all .nav_logo_all > * {
                display: inline-block;
                vertical-align: top;
            }

            #sp_top_all .sp_nav_all .nav_logo_all .sp_logo {
                width: 131px;
                height: 37px;
            }

                #sp_top_all .sp_nav_all .nav_logo_all .sp_logo a {
                    display: block;
                    position: relative;
                    overflow: hidden;
                    width: 100%;
                    height: 100%;
                }

                    #sp_top_all .sp_nav_all .nav_logo_all .sp_logo a img {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                    }

    #sp_top_all .nav_link_all {
        margin-top: 1px;
        margin-left: 12px;
    }

        #sp_top_all .nav_link_all > * {
            float: left;
            /*margin-right: 20px;*/
            /*margin-right: 15px;*/
            margin-right: 6px;
        }

            #sp_top_all .nav_link_all > * > a {
                display: block;
                font-size: 16px;
                line-height: 16px;
                color: #333;
                padding: 10px 15px;
                font-family: "DIN-Regular" !important;
            }

        #sp_top_all .nav_link_all .hover-anima::after {
            bottom: -14px;
        }

.center_content {
    min-width: 1000px;
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

.hover-anima::after {
    content: '';
    position: relative;
    bottom: 0;
    border-top: 2px solid #f75959;
    display: block;
    margin: 0 auto;
    transition: all 120ms ease-in-out;
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    width: 0;
}

.hover-anima:hover,
.hover-anima:hover > a {
    color: #f75959 !important;
}
    .hover-anima:hover a i {
        border-top-color: #f75959 !important;
    }
    .hover-anima:hover::after {
        width: 100%;
    }
/*公用底部*/
.home-foot-btm {
    width: 100%;
    background: #363636;
    height: auto;
    overflow: hidden;
}

    .home-foot-btm .left-option-all {
        float: left;
        margin-left: 56px;
        margin-bottom: 0;
    }

        .home-foot-btm .left-option-all > li {
            float: left;
            width: 200px;
            padding-left: 30px;
            margin-top: 58px;
        }

            .home-foot-btm .left-option-all > li > h2 {
                margin: 0;
                color: #fff;
                font-size: 18px;
                font-weight: normal;
                line-height: 26px;
            }

    .home-foot-btm .option-ul-itme {
        margin-top: 20px;
        margin-bottom: 0;
    }

        .home-foot-btm .option-ul-itme a {
            color: #999;
            font-size: 14px;
            line-height: 36px;
        }

            .home-foot-btm .option-ul-itme a:hover {
                color: #fff;
            }

    .home-foot-btm .right-phone-erm {
        float: right;
        margin-top: 58px;
    }

        .home-foot-btm .right-phone-erm h2 {
            margin: 0;
            color: #fff;
            font-size: 18px;
            font-weight: normal;
            line-height: 26px;
        }

        .home-foot-btm .right-phone-erm h4 {
            margin: 0;
            margin-top: 20px;
            color: #fff;
            font-size: 18px;
            font-weight: normal;
            line-height: 26px;
        }

            .home-foot-btm .right-phone-erm h4 i {
                font-size: 20px;
                color: #faea4b;
            }

        .home-foot-btm .right-phone-erm .erm-box-all {
            margin-top: 30px;
        }

            .home-foot-btm .right-phone-erm .erm-box-all > * {
                width: 110px;
            }

                .home-foot-btm .right-phone-erm .erm-box-all > * > div {
                    width: 100%;
                    height: 110px;
                }

                    .home-foot-btm .right-phone-erm .erm-box-all > * > div img {
                        display: block;
                        max-width: 100%;
                        height: auto;
                    }

                .home-foot-btm .right-phone-erm .erm-box-all > * p {
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    line-height: 26px;
                    margin-top: 6px;
                }

        .home-foot-btm .right-phone-erm .left-erm {
            float: left;
            margin-right: 30px;
        }

        .home-foot-btm .right-phone-erm .right-rem {
            float: left;
        }

.home-footer-btm {
    background: #363636;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

    .home-footer-btm a {
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }

        .home-footer-btm a:hover {
            color: #f75959 !important;
        }

    .home-footer-btm .friends-link {
        height: 26px;
        line-height: 26px;
        text-align: center;
    }

        .home-footer-btm .friends-link > * {
            display: inline-block;
            vertical-align: top;
            color: #999;
        }

        .home-footer-btm .friends-link > a {
            margin-right: 26px;
            font-size: 14px;
        }

    .home-footer-btm .sp-copyright {
        text-align: center;
        line-height: 26px;
        color: #999;
        height: 26px;
    }

        .home-footer-btm .sp-copyright > * {
            font-size: 14px;
            display: inline-block;
            vertical-align: top;
            height: 26px;
            margin-right: 10px;
        }




/*分页*/

.page-turning .nav-page-all {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 30px;
}

    .page-turning .nav-page-all > * {
        display: inline-block;
        vertical-align: middle;
    }

    .page-turning .nav-page-all .num-record {
        font-weight: normal;
    }

        .page-turning .nav-page-all .num-record span {
            color: #f75959;
            padding: 0 4px;
        }

    .page-turning .nav-page-all > a {
        font-size: 12px;
        text-align: center;
        color: #666;
        line-height: 28px;
        border: 1px solid #e9e9e9;
    }

    .page-turning .nav-page-all .turning {
        padding: 0 10px;
    }

    .page-turning .nav-page-all > .a-num-style {
        width: 32px;
        height: 30px;
    }

    .page-turning .nav-page-all .xuan-zhong-clr {
        color: #fff;
        background: #f75959;
        border-color: #f75959;
    }

    .page-turning .nav-page-all a.xuan-zhong-clr:hover {
        color: #fff !important;
    }

    .page-turning .nav-page-all > .span-dian {
        width: 28px;
        height: 14px;
        vertical-align: text-bottom;
        font-size: 24px;
        text-align: center;
        color: #999;
    }

    .page-turning .nav-page-all .ji-page {
        width: 32px;
        height: 28px;
        border: 1px solid #e9e9e9;
        vertical-align: top;
        margin: 2px 4px;
        text-align: center;
    }

    .page-turning .nav-page-all .ti-btn {
        border: 1px solid #f75959;
        background: none;
        height: 22px;
        width: 42px;
        border-radius: 4px;
        color: #f75959;
        font-size: 12px;
        margin-left: 24px;
        cursor: pointer;
        line-height: 18px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .page-turning .nav-page-all .ti-btn:hover {
            background: #f75959;
            color: #fff;
        }

/*分页*/


/*没有数据提示样式*/
.null_result {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #999;
    line-height: 120px;
    background: url(/Images/null_result.png) no-repeat 28% center;
    margin-top: 10%;
    font-family: "Hiragino Sans GB" !important;
}
			 	

/*later 弹窗样式修改使文字居中*/
   .layui-layer-padding {
        padding: 32px 20px 20px 20px !important;
        text-align: center !important;
    }

    .layui-layer-ico7 {
        top: 29px !important;
        left: 110px !important;
    }
/*头部添加的下拉*/
.down-la {
    position: relative;
}
    .down-la .arrow-down {
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #999;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 7px;
    }
    .down-la ul {
        position: absolute;
        top: 38px;
        left: 0px;
        /*margin-left: 10px;*/
        min-width: 100px;
        padding-top: 0;
        background: #fff;
        /*display: none;*/
        transition: all 120ms ease-in-out;
        -webkit-transition: all 120ms ease-in-out;
        -moz-transition: all 120ms ease-in-out;
        -o-transition: all 120ms ease-in-out;
        border-radius: 2px;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }
.hover-anima:hover > ul {
    /*display:block !important;*/
    height: 123px !important;
    padding-top: 15px;
}
        .down-la ul li {
            /*padding: 7px 8px;*/
            padding: 7px 18px;
        }
        .down-la ul li a {
            color: #333;
            font-family: "DIN-Regular" !important;
            font-size: 16px;
            white-space: nowrap;
        }
        .down-la ul li a:hover {
            color: #f75959;
        }