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

* {
    padding: 0px;
    list-style: none;
}

img {
    display: inline-block;
    border: none;
}

body {
    width: 1380px;
    margin: 0 auto;
    padding: 8px;
    font-family: Microsoft YaHei,微软雅黑,Verdana,"宋体";
    font-size: 16px;
}
p {
    margin: 5px 0px 5px 0px;
}
form {
    margin: 0px;
    padding: 0px;
}

hr {
    border-top: 1px dashed #B9DCFF;
}

.clear {
    clear: both;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkbox {
    vertical-align: middle;
    margin-top: 0;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #00d80b;
}

.text_bold{
    font-weight: bold;
}

.div2column {
    width: 100%;
}

.div2column_left {
    float: left;
    width: 290px;
    height: 40px;
}

.div2column_right {
    float: right;
    width: 1070px;
}

.div2column_right_neirong {
    height: 40px;
    width: 1070px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.div2column_logo {
    width: 100%;
}


.div2column_b {
    width: 100%;
    overflow: hidden;
    background-image: url(../image/bj1380b.jpg);
    background-repeat: repeat-y;
}

.div2column_b_left {
    float: left;
    width: 310px;
}

.div2column_b_right {
    float: right;
    width: 1070px;
}

div2column_b_left_300 {
    width: 300px;
    float: left;
}

.div2column_b_right_neirongTxt_Div {
    float: right;
    width: 1045px;
}

.div3column {
    width: 100%;
    overflow: hidden;
    background-image: url(../image/bj1380.jpg);
    background-repeat: repeat-y;
}

.div3column .div3column_left {
    width: 260px;
    float: left;
}

.div3column .div3column_center {
    width: 810px;
    float: left;
    /*border: 1px solid #51A8FF;*/
}

.div3column .div3column_right {
    width: 310px;
    float: right;
}

.div3column_left_250 {
    width: 253px;
    line-height: 25px;
}

.div3column_center_770 {
    width: 100%;
    margin: 0 auto;
}

.div3column_right_300 {
    width: 303px;
    line-height: 25px;
    float: right;
}

.biaotiTxt {
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    font-weight: bold;
}
.biaotiTxt2 {
    font-size: 20px;
    font-weight: bold;
}
.biaotiTxt2_center {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.biaotiTxt2_center2 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.biaotiTxt3 {
    text-indent: 38px;
    font-size: 20px;
    font-weight: bold;
}

.neirongTxt_Div {
    width: 765px;
    margin: 0 auto;
    /*border: 1px solid #FF00FF;*/
}

.neirongTxt_Div2 {
    text-align: center;
    margin: 0 auto;
}

.neirongTxt_1 {
    /*内容首行缩进*/
    text-indent: 38px;
    line-height: 30px;
    font-size: 18px;
    /*border: 1px solid #FF00FF;*/
}

.neirongTxt_2 {
    /*内容首行不缩进*/
    line-height: 30px;
    font-size: 18px;
    /*border: 1px solid #FF00FF;*/
}

.weibu {
    line-height: 20px;
    text-align: center;
    font-size: 15px;
}

.weibu img {
    vertical-align: middle;
}

.color1 {
    color: #FF0000; /*红*/
}

.color2 {
    color: #990000; /*深红*/
}

.color3 {
    color: #60B5DD; /*蓝*/
}

.color4 {
    color: #006699; /*深蓝*/
}

.color5 {
    color: #FF00FF; /*粉红*/
}

.color6 {
    color: #00C600; /*绿*/
}

.color7 {
    color: #FF9900; /*橙*/
}

.color8 {
    color: #9900FF; /*紫*/
}

.color9 {
    color: #cccccc; /*灰*/
}

.color10 {
    color: #999999; /*深灰*/
}

.color11 {
    color: #333333; /*黑*/
}

.color12 {
    color: #ffffff; /*白*/
}

.fenge2 {
    height: 2px;
}

.fenge3 {
    height: 3px;
}

.fenge5 {
    height: 5px;
}

.fenge10 {
    height: 10px;
}

.xian1 {
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.xian2 {
    width: 100%;
    height: 2px;
    background: #eeeeee;
}

.xian5 {
    width: 100%;
    height: 5px;
    background: #eeeeee;
}


/*黑色*/
.Button1 {
    border: 1px solid #B3B3B3;
    background-color: #f1eeee;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button1:link {
    text-decoration: none;
    color: #000000;
}

.Button1:visited {
    color: #000000;
}


/*绿色*/
.Button2 {
    border: 1px solid #4ac632;
    background-color: #eaf5e8;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button2:link {
    text-decoration: none;
    color: #009900;
}

.Button2:visited {
    color: #009900;
}

/*红色*/
.Button3 {
    border: 1px solid #ddb096;
    background-color: #FDF5DB;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button3:link {
    text-decoration: none;
    color: #ff0000;
}

.Button3:visited {
    color: #ff0000;
}

/*紫色*/
.Button4 {
    border: 1px solid #dc61ef;
    background-color: #FEFBF1;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button4:link {
    text-decoration: none;
    color: #a111ee;
}

.Button4:visited {
    color: #a111ee;
}

/*褐色*/
.Button5 {
    border: 1px solid #ddb096;
    background-color: #FDF5DB;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button5:link {
    text-decoration: none;
    color: #993300;
}

.Button5:visited {
    color: #993300;
}

/*浅蓝色*/
.Button6 {
    border: 1px solid #7cabdd;
    background-color: #eef9fc;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button6:link {
    text-decoration: none;
    color: #0099FF;
}

.Button6:visited {
    color: #0099FF;
}

/*深蓝色1*/
.Button7 {
    border: 1px solid #7cabdd;
    background-color: #dcf1f6;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button7:link {
    text-decoration: none;
    color: #2c5092;
}

.Button7:visited {
    color: #2c5092;
}

/*深蓝色2*/
.Button8 {
    border: 1px solid #1b71aa;
    background-color: #eef9fc;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
}

.Button8:link {
    text-decoration: none;
    color: #1b71aa;
}

.Button8:visited {
    color: #1b71aa;
}

/*首行标题*/
.Button_Top {
    border: 1px solid #1b71aa;
    background-color: #eef9fc;
    cursor: pointer;
    border-radius: 4px;
    padding: 0px 5px 0px 5px;
    font-size:19px;
    margin-right:5px;
}

.Button_Top:link {
    text-decoration: none;
    color: #1b71aa;
}

.Button_Top:visited {
    color: #1b71aa;
}

.url250 {
    width: 100%;
}
.url250_li {
    width: 98%;
    height: 100%;
    margin: 6px 0px 6px 0px;
    border: 1px solid #dcd7d7;
}
.url250_li a:link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
    padding: 2px 0px 2px 5px;
}
.url250_li a:hover {
    background: #48a2f8;
    color: #ffffff;
}

.url300 {
    width: 300px;
}
.url300_li {
    width: 300px;
    height: 100%;
    border: 1px solid #dcd7d7;
    margin: 6px 0px 6px 0px;
}
.url300_li a:link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
    padding: 2px 0px 2px 5px;
}
.url300_li a:hover {
    background: #48a2f8;
    color: #ffffff;
}

.url_heng_li {
    float:left;
    height: 100%;
    margin: 5px 0px 5px 5px;
    border: 1px solid #dcd7d7;
}
.url_heng_li a:link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
    padding: 3px 3px 3px 3px;
}

.url_heng_li a:hover {
    background: #48a2f8;
    color: #ffffff;
}

.div_ul {
    /*border:1px solid #0094ff;*/
}

    .div_ul li {
        float: left;
        cursor: pointer;
        list-style: none;
        margin: 5px 2px 5px 2px;
        border: 1px solid #b7b7b7;
    }

        .div_ul li a {
            display: inline-block;
            padding: 5px 5px 5px 5px;
            height: 100%;
            text-decoration: none;
            list-style: none;
        }

.div_ul2 {
    /*border:1px solid #0094ff;*/
}

    .div_ul2 li {
        float: left;
        cursor: pointer;
        list-style: none;
        margin: 5px 5px 5px 5px;
        border: 1px solid #b7b7b7;
    }

        .div_ul2 li a {
            display: inline-block;
            padding: 5px 5px 5px 5px;
            height: 100%;
            text-decoration: none;
            list-style: none;
        }

.div_ul3 {
    /*border:1px solid #0094ff;*/
}

    .div_ul3 li {
        float: left;
        cursor: pointer;
        list-style: none;
        margin: 5px 5px 5px 5px;
        border: 1px solid #b7b7b7;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .div_ul3 li a {
            display: inline-block;
            padding: 5px 8px 5px 8px;
            height: 100%;
            text-decoration: none;
            list-style: none;
        }

.BiaoTi_ShuoMing {
    font-size: 18px;
    font-weight: initial;
    color: #8f8f8f;
}

.ul_AnNiu_1 {
    float: left;
    height: 100%;
    margin: 5px 15px 5px 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fee3bf;
    border: 1px solid #bf3805;
}

    .ul_AnNiu_1 a:link {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #000000;
        padding: 2px 10px 2px 10px;
    }

    .ul_AnNiu_1 a:hover {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background: #bf3805;
        color: #ffffff;
    }

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