<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*通用*/
body {
	font-family:"微软雅黑";
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;    
    list-style:none;
}
img{border:0;}

.block{width:100%; height:20px; clear:both;}
a{color:#333;}
a:hover{color:#f00;}

/*top*/
.header{width:100%; height:33px; border-bottom:2px solid #4C67A7; background-color:#EBF0F3;}
.top{width:1000px; height:30px; line-height:30px; font-size:13px; color:#333; margin:0 auto;}
.top ul li{float:left; padding:0 5px; width:100px;}
.top span{float:left; font-size:10px;}
.top ul li img{float:left; margin-right:5px; margin-top:6px;} 
.top span{font-size:20px;}

/*banner*/
.banner{width:100%; height:170px; background:url(banner.gif) no-repeat top center;}
.banner_con{width:1000px; height:170px; margin:0 auto; padding-top:50px;}

.search{width:300px; height:36px; float:right; margin-top:25px;}
.search a{float:right; font-size:14px; line-height:18px; color:#0069ae;}

/*主导航*/
.nav{width:100%; height:50px; background-color:#0069AE;}
.nav_con{width:1000px; height:50px; margin:0 auto;}
.nav_con ul li{float:left; padding:0 33px;}
.nav_con ul li.hover{background-color:#3ABEF4;}
.nav_con ul img{margin-right:10px; margin-bottom:3px;  -webkit-transition: -webkit-transform 1s ease-out;
            -moz-transition: -moz-transform 1s ease-out;
            -o-transition: -o-transform 1s ease-out;
            -ms-transition: -ms-transform 1s ease-out;}
.nav_con ul li.hover img{ -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);}            
.nav_con ul li a{font-size:17px; font-weight:bold; line-height:50px; color:#fff;}
.nav_con ul span{float:left; line-height:48px; font-size:15px; color:#fff;}

/*主体*/	
.warp{width:100%; height:auto; background:url(bg.png) repeat-x top;  background-color:#fffeff;}
/*当前位置*/
.position{width:100%; height:50px; font-size:13px; line-height:50px; background:url(house.gif) no-repeat 10px 20px; padding-left:30px;}
.position a:hover{color:#BA1803;}

.content{width:1000px; height:auto; background-color:#fff; margin:0 auto;}
.f_col{width:100%; height:40px; background-color:#0069AE; font-size:16px; color:#fff; text-align:center; line-height:40px; font-weight:bold;}
.t_col{min-height:400px; font-size:15px;}
.col_title{width:695px; height:40px; border-bottom:2px solid #ccc; margin:0 auto; background:url(col_bg.gif) no-repeat 1px 11px;}
.col_name{height:40px; border-bottom:2px solid #0069AE; font-size:15px; color:#333; line-height:38px; padding-left:25px; font-weight:bold; padding-left:25px; padding-right:10px; float:left;}
.col_list{padding:0 15px; min-height:400px; font-size:14px;}
.col_list a:hover{color:#BA1803;}

/*底部*/
.footer{width:100%; height:117px;}
.copyright{width:100%; height:117px; background-color:#0069AE;}
.copy_con{width:1000px; height:117px; margin:0 auto; position:relative; text-align:center; padding-top:30px;}
.dzjg{position:absolute; top:25px; left:180px;}
.error{position:absolute; top:35px; right:120px;}
.copy_con p{font-size:15px; color:#fff; line-height:30px;}</pre></body></html>