<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header &gt; .inner &gt; .fr &gt; ul &gt; li:nth-child(6) &gt; a {
    border-bottom: 4px solid #1162bd;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 345px;
    overflow: hidden;
}
.banner &gt; img {
    width: 1920px;
    height: 345px;
}
.menu {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    line-height: 64px;
    background: url(../images/menu_bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
}
.menu &gt; .inner {
    width: 1200px;
    margin: 0 auto 0px;
    overflow: hidden;
}
.menu &gt; .inner &gt; .fl {
    overflow: hidden;
}
.menu &gt; .inner &gt; .fl &gt; p {
    float: left;
}
.menu &gt; .inner &gt; .fl &gt; p &gt; a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #444;
}
.menu &gt; .inner &gt; .fr {
    overflow: hidden;
}
.menu &gt; .inner &gt; .fr &gt; ul {
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
}
.menu &gt; .inner &gt; .fr &gt; ul &gt; li {
    margin-left: 47px;
}
.menu &gt; .inner &gt; .fr &gt; ul &gt; li:nth-child(1) {
    margin-left: 0px;
}
.menu &gt; .inner &gt; .fr &gt; ul &gt; li:nth-child(1) &gt; a {
    border-bottom: 2px solid #1162bd;
}
.menu &gt; .inner &gt; .fr &gt; ul &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}
.content {
    width: 1123px;
    margin: 0 auto 0px;
    padding: 65px 0px 100px;
}
.content &gt; .img {
    width: 1123px;
    height: 220px;
}
.content &gt; .img &gt; img {
    width: 1123px;
    height: 220px;
}
.content &gt; .describe {
    padding: 0px 16px;
}
.content &gt; .describe &gt; p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 43px;
}
.content &gt; .describe &gt; p:nth-child(1) {
    margin-top: 48px;
}
.content &gt; .describe &gt; p &gt; b {
    font-size: 16px;
    font-weight: bold;
}


</pre></body></html>