﻿body, html, h1, h2, h3, h4, h5, ol, ul, li, dl, dt, dd, p, span, form, input, img {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}



    body a {
        text-decoration: none;
    }

    body ul, body li {
        list-style-type: none;
    }

    body .hidden {
        display: none;
    }

    body i {
        font-style: normal;
    }

.header-wrap {
    width: 100%;
    position: relative;
    z-index: 500;
    background-color: #fff;
}

    .header-wrap .header-content {
        position: relative;
        width: 1200px;
        height: 120px;
        margin: 0 auto;
        padding-top: 15px;
        background-color: #fff;
        text-align: center;
    }

        .header-wrap .header-content .header-left {
            overflow: hidden;
            position: absolute;
            top: 15px;
            left: 0;
        }

            .header-wrap .header-content .header-left a {
                color: #3196C3;
                text-decoration: none;
            }

                .header-wrap .header-content .header-left a img {
                    width: 220px;
                }

        .header-wrap .header-content .header-right {
            margin: 20px 215px 0 350px;
        }

            .header-wrap .header-content .header-right .header-search {
            }

                .header-wrap .header-content .header-right .header-search .search {
                    margin: 0;
                    padding: 0;
                    width: 530px;
                    height: 31px;
                    border: 2px solid #3196C3;
                }

                    .header-wrap .header-content .header-right .header-search .search li {
                        height: 31px;
                        float: left;
                        line-height: 31px;
                    }

                    .header-wrap .header-content .header-right .header-search .search .search-center {
                        width: 421px;
                        position: relative;
                    }

                        .header-wrap .header-content .header-right .header-search .search .search-center .keyword {
                            height: 31px;
                            float: left;
                            line-height: 31px;
                        }

                        .header-wrap .header-content .header-right .header-search .search .search-center .search-input {
                            width: 436px;
                            height: 31px;
                            line-height: 31px;
                            padding-left: 15px;
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 8;
                            border: 0;
                            text-indent: 3px;
                            outline: none;
                        }

                    .header-wrap .header-content .header-right .header-search .search .search-right {
                        width: 95px;
                        float: right;
                        position: relative;
                    }

                        .header-wrap .header-content .header-right .header-search .search .search-right a i {
                            position: absolute;
                            height: 31px;
                            width: 100%;
                            top: 0;
                            left: 0;
                            color: #fff;
                            text-align: center;
                            font-weight: bold;
                            line-height: 31px;
                            cursor: pointer;
                            background: #3196C3;
                            font-size: 16px;
                            font-style: normal;
                            -webkit-font-smoothing: antialiased;
                        }



.menu-wrap {
    width: 100%;
    height: 38px;
}

    .menu-wrap .header-menu {
        width: 1090px;
        height: 38px;
        line-height: 38px;
        margin: 0 auto;
        _border: 0;
        background-color: #fff;
    }

        .menu-wrap .header-menu li {
            float: left;
            position: relative;
            font-size: 15px;
            color: #fff;
            z-index: 3;
        }

            .menu-wrap .header-menu li .nav {
                padding: 0px 45px;
                height: 38px;
                border-top: 2px solid #fff;
                display: inline-block;
                color: #323232;
                font-weight: bold;
            }



.header-tree-menu {
    width: 180px;
    background-color: #151515;
    margin-right: 140px;
}

.menu-wrap .header-menu .header-tree-menu .nav {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    width: 180px;
}

    .menu-wrap .header-menu .header-tree-menu .nav i {
        padding-right: 12px;
    }

.tree-menu {
    background-color: #333;
    width: 180px;
    position: absolute;
}

    .tree-menu .tree-menu-item {
        line-height: 40px;
    }

        .tree-menu .tree-menu-item .tree-menu-title {
            border-left: 3px solid #333;
            border-bottom: 1px solid #444;
        }

            .tree-menu .tree-menu-item .tree-menu-title:hover {
                border-left: 3px solid red;
                background-color: #696969;
            }

            .tree-menu .tree-menu-item .tree-menu-title div {
                font-weight: normal;
                font-size: 16px;
                height: 50px;
                padding-left: 50px;
                line-height: 50px;
            }

                .tree-menu .tree-menu-item .tree-menu-title div a {
                    width: 90px;
                    color: #fff;
                    display: inline-block;
                }

        .tree-menu .tree-menu-item .tree-menu-children {
            background: #f2f2f2;
            width: 146px;
            min-height: 400px;
            border-top: none;
            position: absolute;
            top: 0px;
            left: 180px;
            z-index: 9999;
        }

            .tree-menu .tree-menu-item .tree-menu-children .item-menu-child {
                padding-left: 32px;
                font-size: 14px;
                border-bottom: 1px solid #eaeaea;
            }

                .tree-menu .tree-menu-item .tree-menu-children .item-menu-child a {
                    color: black;
                }





.wrapper {
    width: 100%;
    display: inline-block;
}

    .wrapper .w-1400 {
        width: 1400px;
        margin: 0 auto;
    }
        .wrapper .w-1400 h2 {
            text-align: center;
            font-size: 30px;
            margin: 50px 0;
        }

.resource-box > a {
    width: 670px;
    height: 168px;
    display: inline-block;
    background: #eee;
    margin-left: 40px;
    margin-top: 30px;
    transition: all .2s linear;
    border: 2px solid #eee;
}

    .resource-box > a dl dd.content {
        height: 36px;
        overflow: hidden;
        width: 100%;
    }

    .resource-box > a:hover {
        border: 2px solid #d71518;
    }

        .resource-box > a:hover dt, .resource-box > a:hover dd, .resource-box > a:hover dd.timer {
            
        }

    .resource-box > a:nth-child(2n-1) {
        margin-left: 0;
    }

    .resource-box > a img {
        display: inline-block;
        width: 195px;
        height: 138px;
        margin: 15px 0 0 15px;
    }

    .resource-box > a dl {
        width: 420px;
        margin: 35px 17px 0px 0px;
    }

        .resource-box > a dl dt {
            color: #3c3c3c;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .resource-box > a dl dd {
            color: #676767;
            font-size: 14px;
            line-height: 18px;
        }

            .resource-box > a dl dd.timer {
                font-size: 12px;
                color: #02569d;
                margin-top: 20px;
            }

.resource-box {
    padding-bottom: 50px;
    min-height: 400px;
}

.rt {
    float: right;
}


.news-box {
    width: 80%;
    margin: 0 auto;
    min-height: 500px;
}

    .news-box p {
        line-height: 22px;
        font-size: 14px;
        color: #454545;
    }

    .news-box h3 {
        color: #d71518;
        font-size: 20px;
        margin: 30px 0 10px;
        text-align: center;
    }

    .news-box .subtitle {
        font-size: 14px;
        color: #454545;
        text-align: center;
        margin-bottom: 20px;
    }































/*        */
.quick_links {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 99
}

    .quick_links i {
        display: none;
        width: 108px;
        height: 94px;
        background: url("../images/qq.png") left no-repeat;
        padding: 10px;
    }

    .quick_links .all {
        display: block;
        height: 45px;
        width: 45px;
        cursor: pointer;
        background-image: url("../images/backtop.png");
        margin-top: 5px;
    }

        .quick_links .all:hover {
            position: relative;
        }

            .quick_links .all:hover i {
                display: block;
                position: absolute;
                top: -50px;
                left: -128px
            }

                .quick_links .all:hover i img {
                    padding-left: 5px;
                }

            .quick_links .all:hover .i-wx .wx {
                width: 100px;
                padding-left: 0px;
            }


    .quick_links .a1 {
        background-position: 0px 0px;
    }

        .quick_links .a1:hover {
            background-position: -45px 0px;
        }

    .quick_links .a2 {
        background-position: 0px -56px;
    }

        .quick_links .a2:hover {
            background-position: -45px -56px;
        }

    .quick_links .a3 {
        background-position: 0px -112px;
    }

        .quick_links .a3:hover {
            background-position: -45px -112px;
        }



/*-------------------end-------------------------*/

/*-------------------????-------------------------*/
.view-footer {
    min-width: 1200px;
    padding: 0 !important;
}

.footer_main {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    background: #fff;
}

.footer_content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 50px;
}

.footer_content_lt {
    width: 410px;
    border-right: 1px solid #cfcfcf;
    float: left;
    /* padding: 50px 126px 80px 92px; */
}

.footer_content_lt_IMgBox {
    float: left;
    /*width: 100%;*/
    margin-bottom: 50px;
}

.footer_content_lt_IMgBox_item {
    width: 100px;
    height: 100px;
}

    .footer_content_lt_IMgBox_item:nth-child(1) {
        float: left;
    }

    .footer_content_lt_IMgBox_item:nth-child(2) {
        float: right;
    }

    .footer_content_lt_IMgBox_item > img {
        display: block;
        width: 100px;
        height: 100px;
        background: red;
        margin-bottom: 12px;
    }

    .footer_content_lt_IMgBox_item > p {
        width: 100%;
        text-align: center;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #363b40;
        cursor: default;
    }

.footer_content_lt_right {
    float: left;
    margin-left: 30px;
}

    .footer_content_lt_right i {
        display: inline-block;
        font-size: 14px;
        line-height: 36px;
        font-weight: 600;
        margin-top: 10px;
        border-bottom: 1px solid #c8c8c8;
    }

    .footer_content_lt_right > h4 {
        font-size: 14px;
        color: #363b40;
        margin: 16px 0 0 0;
        cursor: default;
    }

    .footer_content_lt_right > h5 {
        margin: 15px 0;
        font-size: 14px;
        color: #606365;
        cursor: default;
    }

.footer_content_Rt {
    width: 754px;
    float: right;
    /* padding-top: 52px; */
}

    .footer_content_Rt > li {
        float: left;
        width: 25%;
    }

        .footer_content_Rt > li > h3 {
            width: 50%;
            padding-left: 11px;
            box-sizing: border-box;
            margin: 0 0 10px 0;
            padding-bottom: 8px;
            font-size: 16px;
            border-bottom: 1px solid #c8c8c8;
            color: #363b40;
            cursor: not-allowed;
        }

        .footer_content_Rt > li > ul > li {
            margin-bottom: 15px;
            padding-left: 10px;
            background: url("../images/footer_y.png") no-repeat 0 7px;
            background-size: 6px 6px;
        }

            .footer_content_Rt > li > ul > li > a {
                font-family: MicrosoftYaHei;
                font-size: 14px;
                line-height: 19px;
                color: #606365;
                border-radius: 4px;
            }

.footer-info .footer-info-company {
    font-size: 12px;
    width: 1186px;
    margin: 0 auto 10px auto;
    text-align: center;
    color: #999;
    padding-top: 10px;
    background: #fff;
    width: 100%;
}

/*-------------------end-------------------------*/

/*-------------------?C???????-------------------------*/

.inter_footer {
    margin: 50px 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

    .inter_footer p {
        margin-bottom: 10px;
        color: #939393;
    }

        .inter_footer p a {
            color: #939393;
            -moz-transition: color .25s ease-in-out;
            -o-transition: color .25s ease-in-out;
            -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
        }
/*-------------------end-------------------------*/

