<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.header-co2 {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-co2 .header-co2-logo{
    height: 80px;
}
.header-co2 .header-co2-logo a{
    display: flex;
    align-items: center;
    height: 80px;
}
/*.header-co2 .header-co2-logo a img{*/
/*    height: 50px;*/
/*    display: block;*/
/*}*/
.header-co2 .header-co2-logo a img {
    height: 100%;
    width: auto;
    display: block;
}

.header-co2-search input {
    width: 260px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 5px;
    font-size: 14px;
    float: left;
}

.header-co2-search button {
    height: 40px;
    width: 80px;
    background: #1e61a7;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    float: left;
}

.header-co2-info {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-co2-info-contact {
    align-items: flex-end;
    line-height: 150%;
    font-size: 20px;
    font-weight: bold;
}

.header-co2-info-contact a {
    color: #F00;
    font-weight: bold;
    font-size: 20px
}
.header-co2-info-contact span:first-child a{
    font-size: 20px;
}

.i {
    color: #2e6cbf
}

.header-co2-info img {
    height: 80px;
    width: 80px;
    margin-left: 20px;
}

.navbar {
    height: auto;
    background: #1e61a7;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-co1 {
    justify-content: flex-start;
    align-items: flex-start;
    /*width: 1200px;*/
}

.nav-label {
    font-size: 18px;
    font-weight: 700;
    margin-right: 45px;
    height: 100%;
    /* width: 80px; */
    white-space: nowrap;
}

.nav-list {
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nav-list a {
    margin:0 10px 10px 0;
    font-size:16px;
    color: #fff;
    display:inline-block;
}
.nav-list a:hover{
    color: #fff !important;
    text-decoration: underline;
}


/*鐐瑰嚮閫夋嫨鐣欏鐩殑鍦�*/
.navSon{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid rgb(46,107,190);
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 7px 3px rgba(0, 0, 0, .1);
}
.navSon .tit{
    width: 23px;
    height: 260px;
    padding: 10px 6px;
    text-align: center;
    border-right: 1px solid #ccc;
    color: #e52f0c;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.navSon ul{
    width: calc(100% - 45px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.navSon ul li{
    width: calc(100% / 9 - 10px);
    overflow: hidden;
    margin: 15px 5px 0px 5px;
    display: block;
    text-align: center;
    line-height: 100%;
}
.navSon ul li a{
    display: block;
}

.navSon ul li a p{
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.navSon ul li a img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 5px auto;
}</pre></body></html>