<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
a {
    text-decoration: none;
}
img {
    object-fit: cover;
}
span {
    display: block;
}
::-webkit-scrollbar {
    width: 0;
}
.scrollbar-thumb {
    background: transparent !important;
}
.scrollbar-track {
    background: transparent !important;
}

.header {
    position: fixed;
    top: -141px;
    width: 100%;
    height: 110px;
    background: #ea5413;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}
.header-n {
    background-color: transparent;
}

.header .headInner{
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    min-width: 1024px;
    max-width: 1488px;
    box-sizing: border-box;
}

.header .left {
    display: flex;
}
.header .logo {
    margin-right: 100px;
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
    width: 264px;
}
.header .logo img {
    width: 100%;
}
.header .header-ad {
    height: 50px;
}
.header .header-ad-content {
    display: none;
    line-height: 60px;
    max-width: 500px;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.header .header-ad-show {
    display: block;
}
.header .header-ad-content a {
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.header .nav {
    display: flex;
    /* margin-top: 42px; */
}
.header .nav li {
    margin-right: 60px;
    position: relative;
    height: 60px;
    /* line-height: 140px; */
}
.header .nav li .after {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.4s;
}
.header .nav li:last-child {
    margin-right: 0;
}
.header .nav li a {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
}
.header .nav li .title {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    transition: 0.6s;
    border-bottom: 2px solid transparent;
    line-height: 45px;
}
.header-n .nav li .title {
    color: #ea5512;
}
.header .nav li .white .navItem {
    position: relative;
}
.header .nav li .white .triangle {
    position: absolute;
    top: -10px;
    left: 95px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #efefef;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 999;
}
.header .nav li .white .navItem .sj {
    position: absolute;
    top: 0;
    left: 400px;
    background-color: #efefef;
    width: 300px;
    display: none;
}
.header .nav li .white .navItem:hover .sj {
    display: block;
}
.header .nav li .white .navItem a {
    display: inline-block;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 15px 30px;
    background-color: #efefef;
    box-sizing: border-box;
}
.header .nav li .white .navItem a:hover {
    background-color: #ea5413;
}
.header .nav li:hover .title {
    /* color: #E95413; */
    border-bottom: 2px solid #fff;
}
.header .nav li .white .content:hover a span {
    color: #E95413;
}
.header .nav li:hover .white {
    /* transform: translateX(-50%)scaleY(1); */
    opacity: 1;
    display: block;
}
.header .nav li .white:hover {
    display: block;
}
.header .nav li:hover .after {
    opacity: 1;
}

.header .nav .navBox{
    position: relative;
}
.header .nav .navBox .white {
    position: absolute;
    top: 60px;
    left: -85%;
    padding: 10px 0;
    display: none;
    width: 400px;

    color: #000000;
    background: #efefef;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    box-sizing: border-box;
}


/*.header .nav .nav-item-2 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 445px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}
.header .nav .nav-item-3 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 590px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}
.header .nav .nav-item-4 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 735px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}
.header .nav .nav-item-5 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 880px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}
.header .nav .nav-item-6 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 1025px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}
.header .nav .nav-item-7 .white {
    color: #000000;
    width: 330px;
    background: #efefef;
    position: fixed;
    top: 110px;
    left: calc(5% + 1170px);
    width: 400px;
    box-sizing: border-box;
    padding: 10px 0;
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    display: none;
}*/



.header .nav li .white_warp {
    display: flex;
    margin-bottom: 40px;
}
.header .nav li .white .content {
    width: 210px;
    margin-right: 100px;
}
.header .nav li .white .content:nth-child(5) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(10) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(15) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(20) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(25) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(30) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(35) {
    margin-right: 0;
}
.header .nav li .white .content:nth-child(40) {
    margin-right: 0;
}
.header .nav li .white .content span {
    font-size: 20px;
    height: 45px;
    display: block;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    display: flex;
    align-items: center;
    transition: 0.6s;
}
.header .nav li .white .content .images {
    width: 100%;
    height: 110px;
    background: black;
    margin-top: 12px;
    margin-bottom: 4px;
}
.header .nav li .white .content .images img {
    width: 100%;
    height: 100%;
}
.header .nav li .white .content p {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #000000;
}
.header .search {
    position: relative;
    top: 10px;
}
.header .search text {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    margin-bottom: 18px;
}
.header .search text span {
    color: #fff;
    font-size: 13px;
    margin-right: 2px;
    margin-top: 3px;
}
.header .search .border {
    width: 310px;
    height: 35px;
    /* background: #333333; */
    border-radius: 22px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}
.header-n .search .border {
    border: 1px solid #ea5413;
}
.header .search .border input {
    width: 84%;
    height: 100%;
    margin-left: 20px;
    font-size: 16px;
    border: none;
    background: transparent;
    outline: none;
    color: #fff;
}
.header .search .border span {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.header-n .search .border input {
    color: #ea5413;
}
.header-n .search .border span {
    color: #ea5413;
}
.header .search .click {
    cursor: pointer;
}
.header .search .click span {
    position: absolute;
    left: -18px;
    top: 150px;
    display: none;
    width: auto;
    font-size: 44px;
    color: #fff;
}

/*.top_rota_active {
    transform: rotate(0deg) !important;
}*/


#my-scrollbar {
    height: 100vh;
}



.footerBox {
    width: 100%;
    height: auto;
    background: #272727;
    overflow: hidden;
}
.footerBox .warp {
    margin: 33px auto 21px;
    padding: 0 20px;
    width: 90%;
    min-width: 1024px;
    max-width: 1488px;
    height: 100%;
    box-sizing: border-box;
}
.footerBox .warp .title ul {
    display: flex;
}
.footerBox .warp .title li {
    width: 20%;
}
.footerBox .warp .title a {
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    padding: 20px 0;
    transition: 0.6s;
}
.footerBox .warp .title a:hover {
    color: #E95413;
}
.footerBox .warp .title .line {
    width: 100%;
    height: 1px;
    background: #FFFAFF;
    margin-top: 38px;
}
.footerBox .warp .content {
    margin-top: 21px;
    width: 100%;
}
.footerBox .warp .content .footer_nav {
    display: flex;
}
.footerBox .warp .content .footer_nav ul {
    width: 20%;
}
.footerBox .warp .content .footer_nav li {
    width: 100%;
}
.footerBox .warp .content .footer_nav li a {
    font-size: 18px;
    font-family: Arial Regular;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
    transition: 0.6s;
    white-space: nowrap;
}
.footerBox .warp .content .footer_nav li a:hover {
    color: #E95413;
}

.footerBox .warp .content .relation {
    display: flex;
    justify-content: flex-end;
    width: 280px;
}
.footerBox .warp .content .relation p {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.footerBox .warp .bott {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #FFFAFF;
    padding-top: 19px;
    margin-top: 38px;
}
.footerBox .warp .bott .transform {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footerBox .warp .bott p {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFEFE;
}
.footerBox .warp .bott a {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFEFE;
}
.footerBox .warp .bott .images {
    display: flex;
    align-items: center;
}
.footerBox .warp .bott .images a {
    display: block;
    margin-right: 16px;
    margin-top: 5px;
}
.footerBox .warp .bott .images img {
    margin-right: 20px;
    transform: scale(1.05);
}
.footerBox .warp .bott .images img:last-child {
    margin-right: 0;
}
.footerBox .scroll {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footerBox .scroll img {
    width: 54%;
    transform: rotate(-45deg);
    margin-top: 8px;
}
.mobileRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile {
    padding: 10px;
    display: none;
    height: 18px;
    z-index: 99999;
    background: white;
    border-radius: 4px;
}
.mobile span {
    width: 25px;
    height: 2px;
    background-color: #ea5514;
    display: block;
    margin-top: 6px;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.4s;
}
.mobile span:first-child {
    margin-top: 0;
}
.mobile_active span:nth-child(1) {
    opacity: 0;
    left: -50px;
}
.mobile_active span:nth-child(2) {
    transform: rotate(45deg);
}
.mobile_active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px;
}
.mobile_bg {
    position: fixed;
    top: 78px;
    width: 100%;
    /*height: auto;*/
    height: 100vh;
    background: #efefef;
    display: none;
    left: 0;
    z-index: 99999;
}
.mobile_bg li {
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    line-height: 50px;
    font-size: 13px;
    transition: 0.6s;
    background: #efefef;
    color: #ea5514;
}
.mobile_bg li .navItem {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ea5514;
}
.mobile_bg .click a {
    width: 20%;
    white-space: nowrap;
    /*å¼ºåˆ¶ä¸æ¢è¡Œ*/
}
.mobile_bg li a {
    color: #ea5514;
    display: block;
    width: 100%;
}
.mobile_bg .li-bot {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: 0.65s;
    height: 100%;
    background: #efefef;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
    z-index: 10;
}
.registerBarMoblie {
    margin-left: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    border-radius: 4px;
}
.registerBarMoblie .registerIconMoblie {
    width: 20px;
}
.registerBarMoblie .signBoxMoblie {
    color: #ea5514;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    font-weight: bold;
}
.registerBarMoblie .signBoxMoblie .urlMoblie p {
    font-size: 16px;
}



.result_background {
    position: fixed;
    top: 110px;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}
.result_background .warp {
    position: absolute;
    top: 0;
    right: 9%;
    margin-right: 5px;
    padding: 25px 0;
    display: flex;
    width: 75%;
    background: #efefef;
    font-size: 20px;
}
.result_background .warp .c1 {
    margin-left: 60px;
    width: 160px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_background .warp .c2 {
    /*margin-left: 140px;*/
    padding: 0px 20px;
    width: 400px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_background .warp .c3 {
    /*margin-left: 240px;*/
    width: 250px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_background .warp .c1 p, .result_background .warp .c2 p, .result_background .warp .c3 p {
    margin: 10px;
    padding: 2px 5px;
    cursor: pointer;
}
.result_background .warp .c1 p:hover, .result_background .warp .c2 p:hover, .result_background .warp .c3 p:hover {
    background-color: #000;
    color: #fff;
}
.result_background .warp .triangle {
    position: absolute;
    top: -10px;
    /* left: 95px; */
    right: 250px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 999;
}
.result_background .warp .title {
    width: 96%;
    margin: 100px auto 20px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
}
.result_background .warp .line {
    width: 100%;
    height: 1px;
    background: #e1e7e7;
}
.result_background .warp .content {
    width: 100%;
    /*margin: 0 auto 80px;*/
    max-height: 70vh;
    overflow-y: scroll;
}
.result_background .warp .content .item {
    width: 96%;
    padding: 0 2%;
    display: flex;
    align-items: center;
    transition: 0.6s;
    padding-top: 20px;
    padding-bottom: 20px;
}
.result_background .warp .content .item:hover {
    background: #e1e7e7;
}
.result_background .warp .content .item .text {
    width: 80%;
    margin-right: 80px;
}
.result_background .warp .content .item .text span {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.result_background .warp .content .item .text p {
    font-size: 16px;
    color: #111;
    line-height: 25px;
}
.result_background .warp .content .item .images {
    width: 120px;
}
.result_background .warp .content .item .images img {
    width: 100%;
}




.foo_flex {
    display: flex;
    align-items: center;
}
.foo_flex a {
    margin-right: 60px;
}
.foo_flex a:first-child img {
    width: 90px;
}
.foo_flex_moblie {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.foo_flex_moblie a {
    margin-right: 10px;
}
.foo_flex_moblie a:first-child img {
    width: 90px;
}
.registerBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border: 2px solid #ea5413;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
}
.registerBar .registerBarCloseIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.registerBar .registerIcon {
    width: 52px;
}
.registerBar .signBox {
    font-size: 35px;
    color: #ea5514;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 70px;
    font-weight: bold;
}
.registerBar .signBox a {
    margin-left: 30px;
}
.registerBar .signBox .url {
    background-color: #e95314;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 6px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: normal;
    transition: all .5s ease;
}
.registerBar .signBox .url:hover {
    background-color: #e7916d;
    color: #fff;
}
.registerBar .signBox .url p {
    font-size: 18px;
}
.registerBar .signBox .url .icon {
    margin-left: 20px;
    width: 25px;
}
.f-bold {
    font-weight: bold;
}
.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-bc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.flex-ccc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 768px) {
    .header {
        padding: 0;
        flex-direction: column;
        width: 100%;
        height: 90px;
        top: 0;
        opacity: 1;
    }
    .header .headInner{
        padding: 0;
        flex-direction: column;
        width: 100%;
        min-width: auto;
    }
    .header .left {
        padding: 20px 5%;
        justify-content: space-between;
        width: 90%;
        background: #ea5413;
    }
    .header .mobile {
        display: block;
    }
    .header .logo {
        top: 0;
        margin-right: 0;
        width: 150px;
    }
    .header .nav {
        display: none;
    }
    .header .header-ad-show {
        display: none;
    }
    .header .search {
        top: 0;
        padding: 18px 5%;
        width: 90%;
        border-radius: 0;
        z-index: 99999;
        background: white;
    }
    .header .search text {
        display: none;
    }
    .header .search .border {
        justify-content: space-between;
        width: 100%;
        height: 45px;
        border-radius: 0;
        border: 0 !important;
    }
    .header .search .border input {
        margin-left: 0;
        padding-left: 6px;
        padding-right: 6px;
        width: 82%;
        border: 1px solid #ea5413;
        border-radius: 4px;
    }
    .header-n .search .border .icon-sousuo {
        padding: 8px;
        border-radius: 6px;
        background: #ea5413;
    }
    .header-n .search .border span {
        color: #fff;
    }


    .result_background .warp {
        right: 0;
        padding: 20px 5%;
        display: flex;
        width: 90%;
    }
    .result_background .warp .content a {
        margin-top: 8px;
        display: block;
    }
    .result_background .warp .content a:nth-child(1) {
        margin-top: 0;
    }
    .result_background .warp .c1 {
        margin-left: 0;
        width: 18%;
    }
    .result_background .warp .c2 {
        padding: 0px 10px;
        width: 45%;
    }
    .result_background .warp .c3 {
        width: 30%;
    }
    .result_background .warp .title {
        margin: 43px auto 20px;
    }
    .result_background .warp .content .item .text {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .result_background {
        top: 135px !important;
    }
    .result_background .warp .content .item {
        flex-direction: column-reverse;
    }
    .result_background .warp .content .item .images {
        display: none;
    }


    #my-scrollbar {
        padding-top: 28px;
        box-sizing: border-box;
    }


    .footerBox .warp {
        margin: 10px auto 0;
        padding: 0;
        width: 100%;
        min-width: auto;
    }
    .footerBox .warp .title {
        padding: 0 5%;
        width: 90%;
    }
    .footerBox .warp .title .line {
        display: none;
    }
    .footerBox .warp .title ul {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerBox .warp .title li {
        width: auto;
        height: 40px;
        line-height: 40px;
        margin-right: 0;
        border-bottom: 1px solid #373737;
    }
    .footerBox .warp .title li:last-child{
        display: none;
    }
    .footerBox .warp .title li a {
        font-size: 14px;
    }
    .footerBox .warp .content {
        padding: 0 5%;
        width: 90%;
        flex-direction: column;
    }
    .footerBox .warp .content .footer_nav {
        display: none;
    }
    .footerBox .warp .content .foo_flex_moblie a:first-child img {
        width: 130px;
    }
    .footerBox .warp .content .relation {
        margin-top: 30px;
    }
    .footerBox .warp .content .relation p {
        margin-right: 0;
        justify-content: center;
        width: 50%;
        line-height: 25px;
        font-size: 12px;
    }
    .footerBox .scroll {
        margin: 25px auto;
    }
    .footerBox .warp .bott {
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 15px;
        justify-content: center;
        background: #ea5413;
        border-top: 0;
    }
    .footerBox .warp .bott .transform {
        position: unset;
        transform: unset;
    }
    .footerBox .warp .bott p, .footerBox .warp .bott a {
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
    }
    .footerBox .warp .bott .images {
        margin-top: 20px;
    }
}</pre></body></html>