<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
}

/* é¡µé¢é¡¶éƒ¨ */
.public-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1001;
}

.public-header .wide {
    height: 80px;
}

.public-header .header-nav {
    margin-left: 30px;
}

.public-header .header-ul&gt;li {
    margin-right: 34px;
    position: relative;
    padding: 0 4px;
    line-height: 80px;
    color: #333333;
}

.public-header .header-ul&gt;li:hover {
    color: #1c4b8d;
}

.public-header .header-ul&gt;li:not(.pull_nav_control):hover::after {
    transform: scale(1);
}

.public-header .header-ul&gt;li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1c4b8d;
    transform: scaleX(0);
    transition: all .4s;
}

.public-header .header-ul&gt;li:last-child {
    margin-right: 0;
}

.public-header .line {
    width: 1px;
    height: 16px;
    background-color: #b5b5b5;
    opacity: 0.28;
}

.public-header .header-language .iconfont {
    font-size: 24px;
    color: #bfbfbf;
}

.public-header .header-language .iconfont:hover {
    color: #950505;
}

.public-header .header-tel {
    padding-right: 4px;
}

.public-header .header-tel p {
    font-size: 14px;
    color: #666666;
}

.public-header .header-tel p .iconfont {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
    color: #b82020;
}

.public-header .header-tel p:last-child {
    margin-top: 2px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    color: #b82020;
}

/* é¡µé¢é¡¶éƒ¨ end */



/* é¡µé¢åº•éƒ¨ */
.public-footer {
    background: #f2f2f2;
}

.public-footer .footer-top {
    padding: 48px 0;
}

.public-footer .footer-dl dt {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.public-footer .footer-dl dt::after {
    content: "";
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
}

.public-footer .footer-dl dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #950505;
}

.public-footer .footer-dl .weixin-box {
    position: relative;
    margin-top: 30px;
    padding: 6px;
    width: 120px;
    height: 120px;
    border: solid 1px #dcdcdc;
}

.public-footer .footer-dl .weixin-box::before,
.public-footer .footer-dl .weixin-box::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
}

.public-footer .footer-dl .weixin-box::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
}

.public-footer .footer-dl .weixin-box::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}

.public-footer .footer-dl dd {
    line-height: 34px;
    font-size: 14px;
    color: #666666;
}

.public-footer .footer-dl dd:hover {
    color: #1c4b8d;
}

.public-footer .footer-contact {
    width: 212px;
}

.public-footer .space-dl dt {
    margin-bottom: 20px;
}

.public-footer .footer-bottom {
    padding: 24px 0;
    border-top: 1px solid rgba(191, 191, 191, 0.24);
    font-size: 14px;
    color: #747474;
}

.public-footer .footer-bottom a {
    display: inline-block;
}

/* é¡µé¢åº•éƒ¨ end */



/* within_banner START */
.within_banner {
    position: relative;
    height: 400px;
}

.within_banner img {
    position: absolute;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* within_banner END */



/* crumbs START */
.crumbs {
    border-bottom: 1px solid #eee;
    line-height: 50px;
    height: 50px;
}

.crumbs a {
    display: inline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.crumbs .crumbs_left {
    float: left;
    position: relative;
    font-size: 16px;
    color: #666;
}

.crumbs .crumbs_left a {
    float: left;
    margin-right: 45px;
}

.crumbs .crumbs_left a:hover,
.crumbs .crumbs_left a.active {
    color: #1c4b8d;
}

.crumbs .crumbs_left .active_line {
    position: absolute;
    width: 64px;
    height: 3px;
    background: #1c4b8d;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.crumbs .crumbs_right {
    float: right;
    height: 50px;
    color: #888;
    font-size: 14px;
}

.crumbs .crumbs_right .iconfont {
    font-size: 12px;
    display: inline-block;
    margin: 0 2px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.crumbs .crumbs_right a:hover,
.crumbs .crumbs_right .active {
    color: #b82020;
}

/* crumbs END */



/* åˆ†é¡µ */
.paging {
    position: relative;
    font-size: 14px;
}

.paging a {
    color: #666;
    margin: 0 5px;
    line-height: 32px;
    text-align: center;
    height: 34px;
    background: #ffffff;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.paging .page {
    width: 38px;
}

.paging .prevPage,
.paging .nextPage {
    width: 64px;
}

.paging .firstPage,
.paging .lastPage {
    width: 44px;
}

.paging a.active,
.paging a:not(.noPage):hover {
    color: #fff;
    background: #1c4b8d;
    border-color: #1c4b8d;
}

.paging .noPage {
    color: rgba(51, 51, 51, 0.3);
    cursor: default;
}

/* åˆ†é¡µ END */



/* ä¸‹æ‹‰èœå• START */
.public-header .header-ul&gt;li .pull_nav {
    display: none;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: 100;
    line-height: normal;
    background: #fff;
    padding: 0 22px;
    width: auto;
    font-size: 14px;
    color: #666666;
    box-shadow: 4px 6px 21px 0px rgba(8, 1, 3, 0.07);
}

.public-header .header-ul&gt;li .pull_nav a {
    width: 110px;
    line-height: 44px;
    text-align: center;
}

.public-header .header-ul&gt;li .pull_nav li:not(:first-child) a {
    border-top: 1px dashed #eee;
}

.public-header .header-ul&gt;li .pull_nav a:hover {
    color: #1c4b8d;
}

/* ä¸‹æ‹‰èœå• END */


/* ä¾§è¾¹å’¨è¯¢ */
.aside-ask {
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 40%;
    width: 70px;
    border: solid 1px rgba(84, 124, 175, 0.6);
    background: #f3f5f7;
}

.aside-ask a {
    padding-bottom: 8px;
    padding-top: 2px;
    border-bottom: solid 1px #547caf;
    text-align: center;
    transition: all .4s;
}

.aside-ask a:hover {
    background: #547caf;
}

.aside-ask a:hover .iconfont {
    color: #fff;
}

.aside-ask a:hover p {
    color: #fff;
}

.aside-ask a:nth-of-type(3) {
    border-bottom: none;
}

.aside-ask a:last-child p {
    transform: translate(0, -4px);
}

.aside-ask .iconfont {
    font-size: 38px;
    line-height: 40px;
    color: #547caf;
    transition: all .4s;
}

.aside-ask .iconchangyonglogo27 {
    font-size: 40px;
}

.aside-ask p {
    font-size: 14px;
    color: #547caf;
    transition: all .4s;
}

.contact-h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #444444;
}

.contact-sec1 .contact1-ul1 p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.contact-sec1 .contact1-ul1 p:first-child {
    margin-bottom: 20px;
}</pre></body></html>