<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;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1500px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    background: url(../images/head-bj.png) no-repeat center top;
}

.head {
    overflow: hidden;
    padding: 20px 0;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    text-align: center;
}

.head-r a {
    font-size: 14px;
    color: #fff;
}

.head-r span {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}

.search {
    margin-top: 10px;
    width: 220px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.search input[type="text"] {
    width: 170px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 14px;
    color: #fff;
}

.nav {
    line-height: 50px;
}

.nav&gt;ul&gt;li {
    position: relative;
    float: left;
    width: 14%;
    border-right: 1px solid #eeeeee;
    text-align: center;
}

.nav&gt;ul&gt;li&gt;a {
    font-size: 18px;
    color: #333;
}

.nav&gt;ul&gt;li:first-child {
    border-left: 1px solid #eeeeee;
}

.nav&gt;ul&gt;li&gt;ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #f5e0e0;
    display: none;
    z-index: 999;
}

.nav&gt;ul&gt;li&gt;ul li {
    line-height: 40px;
}

.nav&gt;ul&gt;li&gt;ul li:hover {
    background-color: #cb0327;
}

.nav&gt;ul&gt;li&gt;ul li a {
    font-size: 14px;
    color: #333;
}

.nav&gt;ul&gt;li&gt;ul li:hover a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 10px;
}

.banner .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    background-color: #e43f5c;
}

.footer {
    background: url(../images/footer20230703.png) no-repeat center top;
    background-size: cover;
}

.foot {
    overflow: hidden;
    padding: 50px 0;
}

.foot-l {
    float: left;
}

.foot-r {
    float: right;
    text-align: right;
}

.foot-r p {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

.foot-r p a {
    color: #fff;
}

.side {
    position: fixed;
    width: 150px;
    height: 680px;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    background: url(../images/side-bj20230508.png) no-repeat center center;
    z-index: 999;
    transition: all .3s;
}

.side&gt;ul {
    padding-top: 80px;
    padding-right: 35px;
}

.side&gt;ul&gt;li {
    margin-bottom: 15px;
    text-align: center;
}

.side&gt;ul&gt;li&gt;p {
    font-size: 14px;
    color: #fff;
}

.apply {
    position: relative;
}

.dj {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/s.png) no-repeat center center;
}

.side.on {
    right: -150px;
}

.zk {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/s.png) no-repeat center center;
}
</pre></body></html>