<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding:0;
}
body{
    background-color: #f6f9fa;
    margin: 0;
    padding: 0;

}
a:link, a:visited {
    text-decoration: none;
    color: #212121;
}


/*å¯¼èˆª*/
.top_bar{
    width: 100%;
    height: 80px;
    background-color: #212121;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 2px 5px 5px #b3b3b3;
    float: left;
}

.top_bar .top_ob{
    list-style-type: none;
    width: 900px;
    height: 50px;
    float: left;
    line-height: 80px;

    margin: 15px 0px 15px 16%;


}
.top_block{
    width: 130px;
    height: 50px;
    float: left;
    line-height: 50px;
    /*text-align: center;*/
    margin-left: 12px;

}
.top_block a{
    width: 130px;
    height: 50px;
    float: left;
}
.top_box{
    width: 130px;
    /*height: 50px;*/
    float: left;
    color: white;
    opacity: 0.7;
    font-family: å®‹ä½“;
    font-size: 20px;
}


.top_box:hover{
    color: white;
    opacity: 1;
}

/*æ­£æ–‡éƒ¨åˆ†*/


/*å›¾ç‰‡éƒ¨åˆ†*/
.container{
    width: 999px;
    height: auto;
     text-align: center;
     margin-top: 150px;
     margin-left: 16%;
     margin-bottom: 150px;
     background-color: #f5f8f9;
     break-inside: avoid;
float: left;

}
.container img{
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;

}

.container .box_border{
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    width: 999px;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 25px;
    float: left;
    margin-bottom: 20px;

}
.container .box_border .box{
    width: 470px;
    overflow: hidden;
    margin-bottom: 30px;

}
.container img:hover{
    transform:scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    z-index: 2;
}

.container .body_bar{
    width: 990px;
    height: auto;
    text-align: center;
    position: relative;
    float:left;
}
.container .body_bar2{
    width: 990px;
    margin-left:350 px;
    height: auto;
    text-align: center;
    position: relative;
    float:left;
}
.container .body_bar .bar1 p{
    text-align: left;
    margin-left: 15px;
    opacity: 0.7;
    font-family: å®‹ä½“;
    font-size: 20px;
}
.container .body_bar .bar1{
    cursor: pointer;
    width: 300px;
    height: 20px;
    margin: 10px 10px 10px 0px;
    text-align: center;
    position: relative;
    float:left;

}
.container .body_bar2 .bar2 p{
    text-align: center;
    opacity: 0.7;
    font-family: å®‹ä½“;
    font-size: 20px;
    border: 1.5px solid black;
    border-radius: 2px;
}
.container .body_bar2 .bar2{
    cursor: pointer;
    width: 100px;
    height: 20px;
    margin: 10px;
    text-align: center;
    position: relative;
    float:left;


}
.container .body_bar .bar3{
    width: 970px;
    margin: 10px 0;
    height: auto;
    text-align: center;
    position: relative;
    float: left;
}
.container .body_bar .bar3 p{
    text-align: left;
    opacity: 0.9;
    font-family: Arial;
    font-size: 15px;
    line-height:22px;
    text-align:justify;
}


.container .body_bar .bar1 p:hover{
               color: red;
               opacity: 1;
}
.container .body_bar2 .bar2 p:hover{
               color: red;
               opacity: 1;
               border: 1.5px solid red;
}

.container .body_bar .bar2{
    width: 970px;
    height: 20px;
    margin: 10px;
    text-align: center;
    position: relative;
    float: left;
}
.container .body_bar .bar2 p{
    text-align: center;
    opacity: 0.7;
    font-family: å®‹ä½“;
    font-size: 20px;
}

/*è„šéƒ¨ä¿¡æ¯*/
.footing{
    width: 100%;
    height: 100px;
   background-color: #f5f8f9;
    margin-top: 100px;
    z-index: 9999;
    float: left;
    position: relative;

}
.footing .footing_bottom{
    width:900px;
    background-color: #f5f8f9;
    margin: 30px 0px 30px 16%;
    float: left;
    height: 40px;}

.footing .footing_bottom .foot_cell{
    width:130px;
    float: left;
    height:20px;
    font-family: å®‹ä½“;
    font-size: 15px;
    margin: 10px 12px;
    cursor: pointer;
    opacity: 0.7;
}

.footing .footing_bottom .foot_cell1{
    width:260px;
    height:20px;
    float: left;
    font-family: å®‹ä½“;
    font-size: 15px;
    margin: 10px 10px;
    cursor: pointer;
    opacity: 0.7;
}
.footing .footing_bottom .foot_cell .foot_cell2{
   width:130px;
   float: left;
   cursor: pointer;
   opacity: 0.5;
}
.footing .footing_bottom .foot_cell a{
    width:130px;
    height:20px;
    float: left;
}
.footing .footing_bottom .foot_cell3{
    width:60px;
    height:20px;
    float: left;
    margin: 12px 12px;
    opacity: 0.7;
 }</pre></body></html>