<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: url('../images/top_bg.jpg') center top no-repeat;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

*{
    box-sizing: border-box;
}

#header{
    height: 312px;
}


/* top */

.banner{
    height: 222px;
    overflow: hidden;
}

.title{
    float: left;
    margin: 97px 0 0 4px;
}

.tip{
    float: right;
    margin: 24px -48px 0 0;
}

/* nav */

.nav{
    height: 90px;
    background: url('../images/nav_bg.jpg') left top repeat-x;
}

.nav-item{
    float: left;
    width: 14.2857%;
    position: relative;
}

.nav-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,0.2);
}

.nav-item:first-child::before{
    display: none;
}

.nav-item a{
    display: block;
    height: 90px;
    padding-top: 50px;
    line-height: 30px;
    font-size: 18px;
    color: #fefeff;
    text-align: center;
    background-position: center 16px;
    background-repeat: no-repeat;
}

.nav-item a:hover,
.nav-item a.cur{
    background-color: #d73a37;
}

.nav1{
    background-image: url('../images/nav_icon1.png');
}

.nav2{
    background-image: url('../images/nav_icon2.png');
}

.nav3{
    background-image: url('../images/nav_icon3.png');
}

.nav4{
    background-image: url('../images/nav_icon4.png');
}

.nav5{
    background-image: url('../images/nav_icon5.png');
}

.nav6{
    background-image: url('../images/nav_icon6.png');
}

.nav7{
    background-image: url('../images/nav_icon7.png');
}

/* footer*/

.foot-link{
    height: 36px;
    margin-top: 40px;
}

.link-hd{
    float: left;
    line-height: 36px;
    font-size: 16px;
}

.link-bd{
    margin-left: 140px;
}

.link-items{
    margin: 0 -10px;
}

.link-item{
    width: 25%;
    float: left;
}

.select-mod{
    margin: 0 10px;
}

.select-mod select{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.chosen-container-single .chosen-single{
    height: 36px;
    line-height: 34px;
    border-color: #e8e8e8;
    padding-left: 20px;
}

.chosen-container-single .chosen-single span{
    color: #666;
}

.chosen-container .chosen-results{
    max-height: 125px;
    overflow:auto;
}

.footer{
    margin-top: 42px;
    height: 100px;
    background: #3e4859;
}

.foot-info{
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #a7aab0;
    padding-top: 20px;
}

.foot-info a{
    color: #a7aab0;
}

.foot-info p span{
    margin-right: 8px;
}

.foot-img1,
.foot-img2{
    display: block;
    position: absolute;
    top: 26px;
}

.foot-img1 img,
.foot-img2 img{
    vertical-align: top;
}

.foot-img1{
    right: 78px;
}

.foot-img2{
    right: 11px;
}

/* tool */

.tool{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 620px;
    margin-top: -136px;
    z-index: 999;
}

.tool-item{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: url('../images/tool_bg.png') no-repeat;
    margin-top: 6px;
}

.tool-item:hover{
    background-image: url('../images/tool_bgh.png');
}

.tool-item:first-child{
    margin-top: 0;
}

.tool-item a{
    display: block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.tool1{
    background-image: url('../images/tool1.png');
}

.tool1:hover{
    background-image: url('../images/tool1h.png');
}

.tool2{
    background-image: url('../images/tool2.png');
}

.tool2:hover{
    background-image: url('../images/tool2h.png');
}

.tool3{
    background-image: url('../images/tool3.png');
}

.tool3:hover{
    background-image: url('../images/tool3h.png');
}

.tool4{
    background-image: url('../images/tool4.png');
}

.tool4:hover{
    background-image: url('../images/tool4h.png');
}

.tool5{
    background-image: url('../images/tool5.png');
}

.tool5:hover{
    background-image: url('../images/tool5h.png');
}

/* 公共样式 */

.bod{
    border: 1px solid #e8e8e8;
}

.public-hd{
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.public-hd h3{
    float: left;
    height: 50px;
    border-bottom: 2px solid #d92721;
    margin-left: -1px;
    padding: 0 24px;
    color: #d92721;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
}

/* 小分辨率 */

@media(max-width: 1199px){
    .tool{
        margin-left: 440px;
    }
}

/* pad */

@media(max-width: 979px){
    .title img{
        width: 400px;
    }

    .tip{
        width: 330px;
        margin-right: 0;
    }

    .title{
        margin-top: 70px;
    }

    .banner,
    #header{
        height: auto;
    }

    .tool{
        margin-left: 330px;
    }

    .foot-info{
        font-size: 12px;
    }
}

/* phone */

@media(max-width: 767px){
    .tool{
        margin: 0;
        top: 40px;
        left: auto;
        right: 0;
    }

    .title{
        margin-top: 20px;
    }

    .tip{
        margin-top: -40px;
    }

    .nav-item{
        height: 45px;
        line-height: 45px;
        width: 25%;
    }

    .nav-item::before{
        display: none;
    }

    .nav-item a{
        background: none;
        padding-top: 0;
        height: 45px;
        line-height: 45px;
    }

    .foot-link{
        height: auto;
        margin-top: 10px;
    }

    .link-hd{
        float: none;
    }

    .link-bd{
        margin-left: 0;
    }

    .link-items{
        margin: 0;
    }

    .link-item{
        width: 100%;
        margin-top: 5px;
    }

    .select-mod{
        margin: 0;
    }

    .footer{
        height: auto;
        padding: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .foot-info{
        padding: 0;
    }

    .foot-img1,
    .foot-img2{
        position: static;
        display: inline-block;
        margin: 0 5px;
    }

    .foot-info p span{
        margin-right: 0;
        display: block;
    }
}

@media(max-width: 500px){
    .tip{
        display: none;
    }

    .banner{
        padding-bottom: 20px;
    }

    .nav-item a{
        font-size: 14px;
    }
}</pre></body></html>