<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é¡¶éƒ¨åº•éƒ¨æ&nbsp;·å¼*/
html, body {
    width: 100%;
    height: 100%
}
body {
    background-color: #f5f5f5;
    line-height: 24px;
    min-width: 1500px;
}
.nav-box {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(52 53 54 / 50%);
    /*-webkit-text-fill-color: #fff;*/
    /*-webkit-text-stroke: 6px #bfd1da00;*/
    /*background-color: #1663bd;*/
}
.nav-content {
    width: 1500px;
    margin: 15px 0;
    display: flex;
    background-color:#0079e9;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-content &gt; div {
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 9px;
    transition: all .2s;
    position: relative;
}
.nav-content &gt; div:hover {
    /*width: 100%;*/
    height: 100%;
    /*background: rgba(255, 255, 255, 0.2);*/
    cursor: pointer;
}

.nav-content &gt; div:hover .nav-second {
    display: flex;
}

.nav-second {
    min-width: 100%;
    line-height: 2em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff!important;
    display: none;
    flex-direction: column;
    z-index: 999;
    background-color:#62B3FD;
    cursor: pointer;
    text-align: center;
}
.nav-second span {
    white-space: nowrap;
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.nav-second span a{
    color: inherit;
}
.nav-second span:hover {
    background-color: #fff;
    /*width: 80%;*/
    color: #62B3FD!important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 99;
}
.nav-second span:hover .nav-third-container {
    display: flex;
}


.nav-third-container{
    min-width: 100%;
    line-height: 2em;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    background-color:#A5CFFF;
    cursor: pointer;
    text-align: center;
    display: none;
    flex-direction: column;
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    left: 100%;
    top: 0;
}
.nav-third-container&gt;a{
    color: #fff;
}
.nav-third-container&gt;a:hover{
    width: 94%;
    background-color: #fff;
    color: #62B3FD;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.topic-top-date{
    color: gray;
}
.navigation_first {
    width: 133px;
    height: 30px;
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.w {
    width: 962px;
}
.m {
    width: 1500px;
    height: 181px;
    margin: 0 auto;
}
.text{
    height: 200px;
}

.top_all {
    width: 100%;
    height: 218px;
}
.top_boxs{
    width: 200px;
    height: 25px;
    padding-left: 200px;
}

.top-box{
    width: 1500px;
    margin: 0 auto;
    height: 190px;
    display: flex;
    justify-content: space-between;
}
.top-logo {
    line-height: 190px;
    height: 190px
}
.top-logo &gt; img {
    width: 196px;
    height: 70px;
}
.top-logo2 {
    display: flex;
    width: 450px;
    height: 130px;
    align-items: center;
}
.top-logo2&gt; img {
    width: 430px;
    height: 80px;
}
.input-box {
    margin: auto 0;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.dh{
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
}
.dh span{
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #0079e9;
    text-align: right;
}
.table4_list2 {
    position: absolute;
    top: -34%;
    left: 42%;
    z-index: 3;
}
.table4_list3 {
    position: absolute;
    top: -34%;
    left: 42%;
    z-index: 3;
}

.table4_list2 ul li {
    line-height: 40px;
}
.table4_list3 ul li {
    line-height: 40px;
}
.dh_bottom {
    border: 1px solid #fcefc1;
    height: 36px;
    width: 195px;
    text-align: center;
    font-size: 14px;
    color: black;
    background-color: #FFFFFF;
}
.ss {
    margin-top: 60px;
    position: relative;
}
.ss .input-box2 {
    width: 310px;
    height: 38px;
    border: 2px solid #0079e9;
    border-radius: 12px;
    font-size: 18px;
    z-index: 1;
}
.input-box2 button {
    position: absolute;
    right: 0;
    top: 2px;
    width: 70px;
    height: 38px;
    border-radius: 12px;
    border: 2px solid #0079e9;
    background: url(../../image/linxiazhou/sousuo.png) no-repeat center #0079e9;
    z-index: 1;
    cursor: pointer;
}
.ss .input-text {
    width: 275px;
    font-size: 16px;
    background-color: white;
    height: 38px;
    border-radius: 10px;
    display: block;
    padding-left: 13px;
}
.top-box .w{
    height: 181px;
}
.nav_box{
    background-color: #0079e9;
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav_content {
    width: 1500px;
    display: flex;
    justify-content: space-between;
}
.nav_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 18px;
    position: relative;
    box-sizing: border-box;
}
.nav_group::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 70px;
    /*background-color: #b0130f;*/
    transform: translate(-50%, -50%);
}
.nav_group:nth-child(1){
    flex-basis: 100%;
}
.nav_group:nth-child(4)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 70px;
    background-color: #0079e9;
    transform: translate(-50%, -50%);
}
.class_item{
    font-size: 18px;
    color: white;
    padding: 5px 14px;
    -webkit-transition: all .2s;
    position: relative;
    border-radius: 20px;
}
.class_item &gt; a{
    font-size: 18px;
    color: white;
}

/*åº•éƒ¨æ&nbsp;·å¼*/
.bottom {
    z-index: 991;
    background: url(/static/image/linxiazhou/bottom.jpg) no-repeat;
    color: black;
    background-size: 100% 100%;
    /*height: 240px;*/
    width: 100%;
    position: relative;
    padding: 30px 0;

}
.bot_f {
    display: flex;
    height: 40px;
    width: 400px;
    margin: 0 auto;
    justify-content: space-between;
}
.bot_f div img {
    width: 16px;
    filter: grayscale(100%) hue-rotate(360deg) brightness(0.2) contrast(200%);
}
.bot_f div span a{
    color: black;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    line-height: 30px;
    padding-left: 5px;
}
.bot_s {
    height: 100px;
    width: 100%;
    margin: 5px auto;
}
.bot_s div {
    display: flex;
    justify-content: center;
}
.bot_s div span {
    font-size: 14px;
    color: black;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.bot_s div span &gt;a {
    font-size: 14px;
    color: black;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.bot_t {
    height: 70px;
    width: 420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bot_t div {
    margin: auto 0;
    padding: 0 30px;
}
</pre></body></html>