/*footer*/


.aside-service {
    position: fixed;
    left: 0px;
    top: 0px; /* background: #fff; */ /* box-shadow: 0 0px 3px rgba(0,0,0,0.1); */
    width: 80px;
    z-index: 1111;
    height: 100%;
    display: table;
}

.aside_box {
    display: table-cell;
    vertical-align: middle;
}

.aside-service .aside-icon {
    text-align: center;
    line-height: 24px;
    color: #424242;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0;
}

    .aside-service .aside-icon.aside-last-icon {
        margin-top: 15px;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
        display: block;
        height: 0;
        transition: all .3s linear;
    }

    .aside-service .aside-icon span {
        position: relative;
        z-index: 9;
        display: block;
        font-size: 15px;
    }

    .aside-service .aside-icon.aside-last-icon i {
        font-size: 33px;
        color: #FC5427;
        background: #fff;
        border-radius: 5px;
        padding: 23px 0;
        margin: 0;
        border: 1px solid #FC5427;
    }

    .aside-service .aside-icon.aside-last-icon:hover i {
        background: #FC5427;
        color: #fff;
    }

    .aside-service .aside-icon:hover,
    .aside-service .aside-icon:hover i {
        color: #FC5427;
    }

        .aside-service .aside-icon:hover .aside-tel,
        .aside-service .aside-icon:hover .aside-contacts {
            display: block;
        }

            .aside-service .aside-icon:hover .aside-contacts,
            .aside-service .aside-icon:hover .aside-contacts i {
                color: #FC5427;
            }

    .aside-service .aside-icon i {
        display: block;
        font-size: 25px;
        color: #424242;
        margin: 6px 0;
    }

    .aside-service .aside-icon img {
        height: 130px;
        padding: 10px 10px 0;
        border-radius: 5px;
        background: #fff;
    }

.aside-service .aside_nav, .aside-service .aside_top {
    border-radius: 4px;
    background: #fff;
    padding-bottom: 1px;
    width: 80px;
}

.aside-service .aside_top {
    margin-top: 15px;
    padding: 8px 0;
}

.aside-service .aside_nav p {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    /* margin: 8px; */
    margin: 6px 0;
    cursor: pointer;
    color: #424242;
}

    .aside-service .aside_nav p:hover {
        background: #FC5427;
        color: #fff;
        border-radius: 5px;
    }

.aside-service .aside-tel {
    transition: all .3s linear;
    position: absolute;
    right: 100px;
    top: 4px;
    width: 150px;
    color: #ff8c1c;
    background: #fff;
    display: none;
}

    .aside-service .aside-tel em {
        color: #FC5427;
        height: 30px;
        display: block;
        margin-top: -10px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .aside-service .aside-tel:after {
        display: block;
        content: '';
        clear: both;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        border-left: 15px solid #fff;
        position: absolute;
        top: 12px;
        right: -23px;
    }
/*.aside-service .aside-contacts:after{
    display:block;
    content:'';
    clear:both;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 15px solid #fff;
    position:absolute;
    top: 12px;
    right: -23px;
}

.aside-service .aside-contacts{transition:all .3s linear;position: absolute;top: 4px;right: -180px;width:150px;background: #fff;text-align: left;} 
.aside-service .aside-contacts .inner{padding: 0 15px;}
.aside-service .aside-contacts li{ padding: 15px 0;border-top: 1px solid #eee; }
.aside-service .aside-contacts li:first-child{border-top:0;}
.aside-service .aside-contacts .name{text-align: center;color:#555;font-size: 13px;}
.aside-service .aside-contacts .tel{font-size:12px;color:#222;}
.aside-service .aside-contacts .tel i{float:left;font-size:16px;margin-right: 5px;}
 */
.goTop {
    z-index: 111;
    position: fixed;
    left: 50%;
    margin-left: 535px;
    bottom: 50px;
    display: none;
}

    .goTop p {
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        display: block;
        z-index: 1000;
        line-height: 60px;
        width: 60px;
        height: 60px;
        border: 1px solid #FC5427;
        color: #FC5427;
        background: #fff;
    }

        .goTop p:hover {
            background: #FC5427;
            color: #fff;
        }

        .goTop p span {
            font-size: 30px;
        }

.loadmore {
    font-size: 14px;
    line-height: 42px;
    background: #f9f9f9;
    color: #929292;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}

    .loadmore:hover {
        color: #FC5427;
    }

.friendly-link {
    margin-top: 15px;
    line-height: 26px;
    font-size: 13px;
}

    .friendly-link .content-tit {
        height: 30px;
        line-height: 30px;
        display: block;
        font-weight: 600;
        font-size: 15px;
        color: #6d5f5f; /* padding-left: 10px; */
    }

    .friendly-link a {
        color: #666;
        margin-right: 10px;
    }

        .friendly-link a:hover {
            color: #0f368a
        }

.Contact {
    margin: 0 auto;
    padding: 20px 0 0;
    background: #fff;
    border-top: 2px solid #FC5427;
    margin-top: 40px;
}

    .Contact ul {
        width: 80%;
        display: inline-block;
        font-size: 0px;
        vertical-align: middle;
        border-right: 1px solid #f5f5f5;
    }

        .Contact ul li {
            float: left;
        }

            .Contact ul li div p a:hover {
                color: #FC5427;
                cursor: pointer;
            }

            .Contact ul li div p a {
                display: inline-block;
                vertical-align: middle;
                width: 25%;
                color: #222;
            }

            .Contact ul li div p.contact-tit {
                font-weight: 600;
                font-size: 15px;
                color: #6d5f5f;
            }

            .Contact ul li div p.default {
                color: #FC5427;
                font-weight: 600;
                font-size: 16px;
            }

                .Contact ul li div p.default i {
                    display: inline-block;
                    margin-right: 5px;
                }

            .Contact ul li div p {
                text-align: left;
                font-size: 14px;
                line-height: 30px;
                color: #333;
            }

    .Contact .contact-rg {
        width: 19%;
        display: inline-block;
        vertical-align: middle;
    }

        .Contact .contact-rg p {
            line-height: 37px;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            color: #333;
        }

        .Contact .contact-rg img {
            margin: 0 auto;
            display: block;
        }


.copyright {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 26px;
    padding: 15px 0;
    text-align: center;
}

    .copyright a {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0;
    }
/*.copyright a img{*/
/*  height:45px;*/
/*}*/
.foot {
    padding: 0 0 10px 0;
    margin-top: -10px;
}

    .foot img {
        display: block;
        margin: 0 auto 3px;
    }

    .foot span {
        display: block;
        width: 100%;
        line-height: 27px;
        text-align: center;
        font-size: 13px;
        color: #9b9b9b;
    }

        .foot span a {
            color: #9b9b9b;
        }

            .foot span a:hover {
                color: #000;
            }

footer {
    background: #fff;
}

.header {
    height: 88px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    border-top: 3px solid #ff7800;
}

    .header .logo {
        float: left;
        padding: 15px;
    }

    .header .user,
    .header .search {
        float: right;
        margin-top: 25px;
        position: relative;
    }

    .header .header-title {
        display: inline-block;
        margin-top: 15px;
    }

        .header .header-title .title-left, .header .header-title .title-right {
            display: inline-block;
            vertical-align: middle;
        }

            .header .header-title .title-left img {
                display: block;
                margin: 0 auto;
            }

            .header .header-title .title-right span {
                font-size: 25px;
                line-height: 40px;
                color: #666;
                padding-right: 5px;
                display: inline-block;
                vertical-align: middle;
            }

        .header .header-title .title-right {
            border: 1px solid #d8d7d7;
            padding: 0 15px;
            height: 40px;
            border-radius: 35px;
            margin-left: 10px;
            position: relative;
            cursor: pointer;
            transition: all .2s linear;
        }

            .header .header-title .title-right .code_img {
                position: absolute;
                top: 60px;
                left: -22px;
                z-index: 99;
                box-shadow: 0px 0px 4px 0px rgba(0,0,0,.3);
                background: #fff;
                border-radius: 5px;
                display: none;
                padding: 10px;
                transition: all .3s linear;
            }

                .header .header-title .title-right .code_img img {
                    display: block;
                    margin: 0 auto;
                }

            .header .header-title .title-right:hover {
                border-color: #174090;
                color: #174090;
            }

                .header .header-title .title-right:hover .code_img {
                    display: block;
                }

                .header .header-title .title-right:hover b, .header .header-title .title-right:hover span {
                    color: #174090;
                }

            .header .header-title .title-right b {
                display: inline-block;
                vertical-align: middle;
                font-weight: normal;
                font-size: 16px;
                color: #666;
            }

    .header .search i {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 34px;
        width: 44px;
        text-align: center;
        color: #b9b9b9;
    }

    .header .search .sc-text {
        height: 34px;
        line-height: 34px;
        border: 1px solid #e9e9e9;
        border-radius: 40px;
        padding-left: 40px;
        font-size: 14px;
        width: 200px;
        transition: .3s;
    }

        .header .search .sc-text:focus {
            border: 1px solid #e0e0e0;
        }

    .header .user {
        margin-left: 20px;
        padding: 0 15px;
        border-left: 1px solid #e9e9e9;
        line-height: 18px;
        margin-top: 35px;
    }

        .header .user a {
            color: #999;
        }

.homepage-cont {
    position: relative;
}

.website-menu {
    width: 160px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}

    .website-menu li {
        line-height: 60px;
        margin: 0 20px;
        border-top: 1px solid #e9e9e9;
        position: relative;
    }

        .website-menu li img {
            position: absolute;
            right: 0;
            top: 0;
        }

        .website-menu li:first-child {
            border-top: 0;
        }

        .website-menu li a {
            font-size: 16px;
            display: block;
        }

        .website-menu li i {
            width: 30px;
            float: left;
            font-size: 20px;
            color: #444;
        }

        .website-menu li.active a,
        .website-menu li.active i,
        .website-menu li a:hover,
        .website-menu li a:hover i {
            color: #ff7800;
        }

    .website-menu.box-fixed {
        position: fixed;
        left: inherit;
    }

    .website-menu li a span {
        display: inline-block;
        height: 20px;
        padding: 0 5px;
        background: #ff7800;
        border-radius: 7px;
        float: right;
        color: #fff;
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 20px;
    }

.homepage-cont-main {
    margin-left: 180px;
    padding-top: 10px;
    min-height: 500px;
}

.main-box {
    background: #fff;
    margin-top: 10px;
    padding: 10px 20px 20px 20px;
    border-radius: 6px;
}

.loadmore {
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ea3c00;
    color: #ea3c00;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 20%;
    cursor: pointer;
    border-radius: 50px;
    transition: all .3s linear;
}

    .loadmore:hover {
        cursor: pointer;
        background: #ea3c00;
        color: #fff;
    }
/*footer*/
/*.footer{background:#fff;border-top:1px solid #e9e9e9; text-align: center;padding:20px 0;}*/
/*.footer a{color:#666;}*/
/*.footer a:hover{color:#0f368a}*/
/*.footer em{color:#e9e9e9; font-style: normal;margin:0 10px;}*/
/*.footer .copyright{color:#9b9b9b;font-size:12px;line-height:26px;margin-top:10px;}*/
/*.footer .copyright strong{color:#666;}*/
/*.footer-img{margin-top:20px;}*/


.container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: block;
    _zoom: 1;
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none;
}

.m-t-0 {
    margin-top: 0px;
}


/*ÇÐ»»³ÇÊÐ */
.provices {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    sor: pointer;
    position: relative;
}

    .provices .name {
        cursor: pointer;
        line-height: 30px;
        text-align: center;
        width: 80px;
    }

        .provices .name:hover, .provices .name:hover i {
            color: #ff8700;
        }

        .provices .name i {
            display: inline-block;
            transform: rotate(180deg);
        }

.citys {
    position: absolute;
    top: 40px;
    width: 500px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
    background: #fff;
    z-index: 10;
    left: -430px;
    display: none;
}

    .citys:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        right: 27px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #f1f1f1;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        margin-top: -20px;
    }

    .citys .city_name {
        line-height: 35px;
        font-size: 0;
        border-bottom: 1px solid #f5f5f5;
    }

        .citys .city_name span {
            font-size: 14px;
            width: 20%;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

            .citys .city_name span i {
                display: block;
                border: 1px solid transparent;
                margin: 0 auto;
                width: 55%;
            }

            .citys .city_name span.on, .citys .city_name span:hover {
                color: #ff8700;
            }

                .citys .city_name span.on i, .citys .city_name span:hover i {
                    border: 1px solid #ff8700;
                }

.provice {
    padding: 10px 5px;
    width: 495px;
    margin: 0 auto;
}

    .provice .pro_list {
        padding-top: 10px;
        line-height: 25px;
        display: none;
    }

        .provice .pro_list.on {
            display: block;
        }

        .provice .pro_list b {
            width: 70px;
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            line-height: 25px;
            text-align: center;
            color: #ff8700;
        }

        .provice .pro_list p {
            display: inline-block;
            width: 420px;
            font-size: 0;
        }

        .provice .pro_list.pro_first p {
            width: 490px;
        }

        .provice .pro_list p span {
            width: 70px;
            font-size: 13px;
            color: #747474;
            line-height: 25px;
            display: inline-block;
            cursor: pointer;
            vertical-align: top;
            overflow: hidden;
        }

        .provice .pro_list.pro_first p span {
            text-align: center;
            line-height: 35px;
        }

        .provice .pro_list p span.on, .provice .pro_list p span:hover {
            color: #ff8700;
        }
/**/
/*Í¨ÓÃ*/
.main-title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

    .main-title .line {
        width: 3px;
        height: 26px;
        position: absolute;
        left: -20px;
        top: 15px;
        background: #ff7800;
    }

    .main-title .title-name {
        font-size: 24px;
        float: left;
    }

    .main-title .title-tab {
        margin-left: 100px;
    }

        .main-title .title-tab .tab-name {
            float: left;
            margin: 0 30px;
            height: 58px;
            cursor: pointer;
            color: #666;
            font-size: 16px;
        }

            .main-title .title-tab .tab-name span {
                width: 50%;
                margin: 0 auto;
                line-height: 15px;
                margin-top: -14px;
                border: 2px solid #ff7800;
                border-radius: 3px;
                display: none;
            }

            .main-title .title-tab .tab-name i {
                width: 50%;
                margin: 0 auto;
                line-height: 15px;
                margin-top: -14px;
                border: 2px solid #ff7800;
                border-radius: 3px;
                display: none;
            }

        .main-title .title-tab .active {
            color: #ff7800;
        }

        .main-title .title-tab .tab-name:hover {
            color: #ff7800;
        }

            .main-title .title-tab .tab-name:hover i {
                display: block;
            }

            .main-title .title-tab .tab-name:hover span {
                display: block;
            }

        .main-title .title-tab .active i {
            display: block;
        }

        .main-title .title-tab .active span {
            display: block;
        }

    .main-title .tab-select {
        display: inline-block;
    }

        .main-title .tab-select .tab {
            display: inline-block;
            padding: 0px 20px;
            font-size: 16px;
            position: relative;
            margin-right: 10px;
            height: 40px;
            line-height: 40px;
        }

            .main-title .tab-select .tab p {
                cursor: pointer;
            }

                .main-title .tab-select .tab p i {
                    display: inline-block;
                    vertical-align: middle;
                    transform: rotate(180deg);
                    margin-left: 5px;
                    font-size: 20px;
                    margin-top: -1px;
                    transition: all .2s linear;
                }

            .main-title .tab-select .tab .tab_box {
                position: absolute;
                top: 40px;
                left: 0;
                width: 100%;
                background: #fff;
                height: 287px;
                z-index: 100;
                box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
                overflow-y: auto;
                display: none;
            }

                .main-title .tab-select .tab .tab_box::-webkit-scrollbar {
                    width: 8px;
                    height: 8px;
                }

                .main-title .tab-select .tab .tab_box::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
                    border-radius: 4px;
                    background-color: #f9f9f9;
                }

                .main-title .tab-select .tab .tab_box::-webkit-scrollbar-thumb {
                    border-radius: 4px;
                    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
                    background-color: #f3f3f3;
                }

            .main-title .tab-select .tab.on {
                background: #ff8700;
            }

                .main-title .tab-select .tab.on p {
                    color: #fff;
                }

                    .main-title .tab-select .tab.on p i {
                        transform: rotate(0deg);
                    }

            .main-title .tab-select .tab .tab_box a {
                display: block;
                text-indent: 10px;
                line-height: 30px;
                font-size: 14px;
                cursor: pointer;
                border-radius: 3px;
                width: 90%;
                margin: 0 auto;
                margin-top: 10px;
                height: 30px;
                transition: all 0s linear;
            }

                .main-title .tab-select .tab .tab_box a:hover {
                    background: #ff8700;
                    color: #fff;
                }

    .main-title .title-more {
        float: right;
    }

        .main-title .title-more i {
            float: right;
            font-size: 18px;
            margin-left: 3px;
        }

        .main-title .title-more a {
            color: #666;
        }

            .main-title .title-more a:hover {
                color: #0f368a;
            }

            .main-title .title-more a.title-comlpain {
                background: #EA3C00;
                color: #fff;
                text-align: center;
                padding: 0 8px;
                margin-right: 5px;
                height: 35px;
                line-height: 35px;
                display: inline-block;
                border-radius: 5px;
            }

            .main-title .title-more a.title-group {
                background: #3CB79A;
                margin-left: 5px;
                color: #fff;
                text-align: center;
                width: 90px;
                height: 35px;
                line-height: 35px;
                display: inline-block;
                border-radius: 5px;
                box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
            }

        .main-title .title-more img {
            cursor: pointer;
            display: block;
            margin: 0 auto;
            width: 40px;
        }

        .main-title .title-more i.tit {
            font-style: normal;
            text-align: center;
            line-height: 25px;
            font-size: 12px;
            color: #999;
            float: none;
            display: block;
            margin-left: 0px;
            margin: 0 auto;
        }

        .main-title .title-more span {
            color: #666;
        }

            .main-title .title-more span i {
                color: #E14D3E;
                font-style: normal;
            }

    .main-title .title-center {
        font-size: 15px;
        color: #ED6846;
        text-align: right;
        width: 45%;
        display: inline-block;
    }

        .main-title .title-center span b {
            cursor: pointer;
            padding: 0px 15px;
            font-weight: normal;
        }

            .main-title .title-center span b:hover {
                color: #12459E;
            }

            .main-title .title-center span b.on {
                color: #12459E;
            }

        .main-title .title-center span.tip {
            background: #3CB79A;
            color: #fff;
            border-radius: 2px;
            vertical-align: top;
            width: 15%;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

        .main-title .title-center div.title-text {
            margin-left: 10%;
            width: 82%;
            display: inline-block;
        }

            .main-title .title-center div.title-text p {
                vertical-align: top;
                font-size: 22px;
                color: #333;
                line-height: 30px;
                text-align: left;
            }

                .main-title .title-center div.title-text p.title-tip {
                    color: #999;
                    font-size: 13px;
                    line-height: 20px;
                }
