html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    font: 14px/1.7 'Microsoft YaHei',Verdana,Arial,Helvetica,sans-serif;
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited {
        color: #333;
    }

    a:hover, a:active {
        /* text-decoration: underline; */
        color:#2C508E
    }

.hidden {
    display: none
}

ol, ul {
    list-style: none
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix {
    zoom: 1
}

    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden
    }

.text-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mt20 {
    margin-top: 20px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt10 {
    margin-top: 10px !important
}

.w1270 {
    width: 1270px;
    /*width: 60%;*/
    margin: 0 auto;
}

.wrapper {
min-width: 1270px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}


.header-wrapper {
    background: #2C508E url(../public/hd_r.png) no-repeat right;
    background-size: 240px;
}

    .header-wrapper .middle {
        height: 105px;
        border-bottom: 1px solid #0a2c66;
    }

        .header-wrapper .middle .logo {
            float: left;
            height: 105px;
            display: flex;
            align-items: center;
        }
        .header-wrapper .middle .logo2{
            display:none;
        }
        .header-wrapper .middle .logo1 img{
        height: 70px;
        }
        .header-wrapper .middle .logo2 img{
            width: 150px;
            margin-left: 20px;
            margin-top: 10px;
        }

        .header-wrapper .middle b {
            width: 518px;
            height: 105px;
            float: right;
            background: url(/tsg/new_tsg/public/xw.png) no-repeat right;
        }


    .header-wrapper .nav {
        border-top: 1px solid #7fa1dc;
    }

        .header-wrapper .nav .w1270 {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-wrapper .nav .search {
            background: #5b7aac;
            width: 247px;
            height: 32px;
            /* float: right; */
            /* margin-top: 57px; */
            border-radius: 10px;
        }

            .header-wrapper .nav .search .search_text {
                float: left;
                width: 160px;
                padding: 0 10px;
                margin-top: 4px;
                height: 25px;
                border: 0;
                outline: none;
                border-right: 1px solid #fff;
                background-color: transparent;
                color: #fff;
            }

            .header-wrapper .nav .search .search_button {
                padding: 0;
                outline: none;
                border: 0;
                background-color: transparent;
                color: #fff;
                font-size: 18px;
                text-align: center;
                height: 32px;
                width: 60px;
                cursor: pointer;
            }

        .header-wrapper .nav .ul-nav {
            font-size: 18px;
            line-height: 50px;
        }

            .header-wrapper .nav .ul-nav > li {
                width: 135px;
                float: left;
                position: relative;
                text-align: center;
            }

                .header-wrapper .nav .ul-nav > li.last:after, .header-wrapper .nav .ul-nav > li:hover:after {
                    display: none;
                }

                .header-wrapper .nav .ul-nav > li:after {
                    content: "";
                    position: absolute;
                    right: -1px;
                    width: 1px;
                    height: 24px;
                    top: 13px;
                    background: #fff;
                }

                .header-wrapper .nav .ul-nav > li .aa {
                    color: #fff;
                    text-decoration: none;
                    display: block;
                    text-align: center;
                }

                .header-wrapper .nav .ul-nav > li:hover {
                    background: #ebeff5;
                }

                    .header-wrapper .nav .ul-nav > li:hover .aa {
                        color: #234785;
                    }

                .header-wrapper .nav .ul-nav > li .sub_menu {
                    position: absolute;
                    width: 135px;
                    background: #fdfdfd;
                    display: none;
                    z-index: 999;
                }

                    .header-wrapper .nav .ul-nav > li .sub_menu li {
                        height: 36px;
                        line-height: 36px;
                        overflow: hidden;
                        border-bottom: 1px solid #cbcbcb;
                        text-align: center;
                    }

                        .header-wrapper .nav .ul-nav > li .sub_menu li:last-child {
                            border: 0;
                        }

                        .header-wrapper .nav .ul-nav > li .sub_menu li a {
                            color: #234785;
                            display: block;
                            text-align: center;
                            font-size: 12px;
                        }

                .header-wrapper .nav .ul-nav > li:hover .sub_menu {
                    display: block;
                }


.footer-wrapper {
    background: #344C8C;
    padding: 50px 0;
    margin-top: 60px;
}

    .footer-wrapper .top {
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-wrapper .top>img{
        width:300px
    }

        .footer-wrapper .top .zaos {
            font-size: 16px;
            position: relative;
            padding: 0 50px;
            margin-top: 20px;
            width: 670px;
            margin: 0 50px;
        }

            .footer-wrapper .top .zaos:after, .footer-wrapper .top .zaos:before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                height: 100px;
                width: 1px;
                left: 0;
                background: #fff;
            }

            .footer-wrapper .top .zaos:before {
                right: 0;
                left: auto;
            }

            .footer-wrapper .top .zaos p {
                line-height: 1.2;
                padding-bottom: 10px;
                font-size: 16px;
            }

                .footer-wrapper .top .zaos p a {
                    color: #fff;
                    font-size: 16px;
                }

                    .footer-wrapper .top .zaos p a:hover {
                        text-decoration: underline;
                    }

                .footer-wrapper .top .zaos p.links {
                    font-size: 0;
                    line-height: 1.6;
                }

                    .footer-wrapper .top .zaos p.links a {
                        display: inline-flex;
                        align-items: center;
                    }

                        .footer-wrapper .top .zaos p.links a:after {
                            content: '';
                            display: inline-block;
                            height: 14px;
                            width: 1px;
                            background: #fff;
                            margin: 0 10px;
                        }

                .footer-wrapper .top .zaos p.last {
                    font-weight: bold;
                    margin-top: 10px;
                }

        .footer-wrapper .top .code {
            font-size: 12px;
            font-weight: bold;
            display: flex;
            text-align: center;
            align-items: center;
            width: 200px;
            justify-content: space-between;
        }

            .footer-wrapper .top .code .ewm {
            }