<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =Header
============================================================================== */

/* =Header Containers
	-------------------------------------------------------------------------- */
#header {
    height: 108px;
    background: #1d65d4;
    padding: 20px 0px 0px 0px;
    color: #fff;
    overflow: hidden;
}

    #header .logo {
        width: 188px;
        float: left;
    }

        #header .logo .icon_logo {
            width: 187px;
            height: 44px;
            background: url(../../images/common/logo.png) no-repeat;
        }

    #header a {
        color: #fff;
        text-decoration: none;
    }

    #header .logo .subject1 {
        margin-top: 10px;
        font-size: 12px;
    }

    #header .logo .subject2 {
        margin-top: 4px;
        font-size: 10px;
        text-transform: uppercase;
	letter-spacing:-1px;
    }

    #header .menu_midden {
        width: 760px;
        float: left;
        padding: 0px;
        margin-left:26px;
    }

        #header .menu_midden .menu_midden_top {
	height:40px;
        }

            #header .menu_midden .menu_midden_top .location {
                width: 120px;
            }

                #header .menu_midden .menu_midden_top .location .location_icon {
                    width: 12px;
                    height: 17px;
                    background: url(../../images/common/location-icon.png) no-repeat;
                }

                #header .menu_midden .menu_midden_top .location .location_text {
                    font-family: "NSimSun";
                    font-size: 12px;
                    margin: 2px 0px 0px 10px;
                }

            #header .menu_midden .menu_midden_top .search {
                margin-left: 14px;
            }

                #header .menu_midden .menu_midden_top .search .search_input {
                    width: 350px;
                    height: 38px;
                    background: #fff;
                    overflow: hidden;
                }

                    #header .menu_midden .menu_midden_top .search .search_input.search_input input {
                        width: 100%;
                        border: 0;
                        font-size: 14px;
                        padding: 10px;
                    }

    #header #search_button {
        cursor: pointer;width:86px; height:38px;
        background: url(../../images/common/btn_search.png) no-repeat;
    }


    #header .menu_midden .menu_midden_bottom {
        margin: 26px 0px 0px 22px;
    }

        #header .menu_midden .menu_midden_bottom ul {
            list-style: none;
        }

            #header .menu_midden .menu_midden_bottom ul li {
                float: left;
                margin-right: 50px;
            }



                #header .menu_midden_bottom ul li a {
                    font-family: "Microsoft YaHei Light";
                    font-size: 14px;
                    color: #fff;
                }

    #header .login {
        margin: 6px 24px 0px 0px;
        cursor: pointer;
    }

        #header .login a {
            font-size: 14px;
	    line-height:24px;
            color: #fff;
        }

    #header .signIn {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
	background:url(../../images/common/btn_reg.png) no-repeat;
	width:82px; height:27px;
    }

    #header .signIn_Icon {
        margin: 28px 0px 0px 10px;
        display: block;
	background:url(../../images/common/icon_userphoto.png) no-repeat;
	width:106px; height:26px;
        cursor: pointer;
    }
</pre></body></html>