<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 */

*{ margin:0; padding:0;}
body{ font-family:"微软雅黑", "宋体"; font-size:14px; color:#666; background:url(images/bg.png) repeat scroll 0 0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#666; text-decoration:none;}
a:hover,a:focus{ color:#64941f; text-decoration:underline;}

.banner{ width:100%; height:468px; background:url(images/banner.jpg) no-repeat top center;}
/*------------------导航样式-------------------*/
.top{height: 40px; line-height: 40px; width: 100%; background-color:#288ff8;}
.nav { background-color:#288ff8; color: #ffffff; font-family: "微软雅黑"; font-size: 16px; height: 40px; line-height: 40px; width:960px; margin:0 auto;}
.nav li { float: left; text-align: center; width: 60px;}
.nav li a { color: #ffffff;}
.nav li a:hover{ color: #ffffff; text-decoration:none;}
.nav li a:focus{ color: #ffffff; text-decoration:none;}
/*------------------主体内容样式-------------------*/
.content{ width:960px; height:100%; margin:0 auto;}
.part1{ margin-top:30px; width:960px; height:320px;}
.part1_l{ width:530px; height:320px; float:left;}

.part1_r{ width:390px; height:320px; float:left; margin-left:40px;}
.news{ width:390px; height:32px; background:url(images/title01.png) no-repeat top right;}
.part1_r h3{
	font-family:"微软雅黑", "宋体";
	font-size:18px;
	color:#000;
	margin-top:15px;
	text-align:center;
}
.part1_r p{ line-height:28px; margin-top:10px; text-indent:2em;}
.part1_r p a{ color:#288ff8;}
.line{ width:390px; height:1px; border-bottom:1px dashed #ddd; margin-top:15px;}

.part2{ margin-top:25px; width:960px; }
.part2_title{ width:960px; height:58px; background:url(images/title02.png) no-repeat top center;}
.list{}
.list li{ width:460px; height:196px; float:left; position:relative; margin-top:20px; margin-right:40px;}
.list li h3{ width:460px; height:33px; background:url(images/title03.png) no-repeat top left; padding-left:30px; font-size:18px;}
.list li img{ position:absolute; left:0; top:50px;}
.list li p{width:230px; margin:15px 0 0 234px; line-height:24px; }
.list li p a{ color:#288ff8;}

.part3{ margin-top:15px; width:960px; height:500px;}
.part3_title{ width:960px; height:63px; background:url(images/title04.png) no-repeat top center;}

.part4{ margin-top:15px; width:960px; height:420px;}
.part4_title{ width:960px; height:60px; background:url(images/title05.png) no-repeat top center;}
.photo{ margin-top:10px;}
.photo li{ width:180px; float:left; margin-right:15px; margin-top:10px;}
.photo li a span{ width:180px; height:40px; line-height:40px; display: block; text-align:center;}

.part5{ margin-top:15px; width:960px; height:430px;}
.part5_title{ width:960px; height:66px; background:url(images/title06.png) no-repeat top center;}

/*------------------底部三栏样式-------------------*/
.part8{ width:960px; margin-top:15px;}
.part8_l{ width:298px; height:400px; border:1px solid #ddd; float:left; margin-left:15px;}
.part8_l h3{ width:298px; height:44px; font-size:18px; font-family:"微软雅黑", "宋体"; line-height:44px; background-color:#037b9f; color:#fff; text-align:center; }
.part8_l ul{ margin-left:20px; margin-top:15px;}
.part8_l ul li{ width:240px; background:url(images/icon.png) no-repeat scroll 0 13px; padding-left:15px;line-height:32px;}

.part8_c{ width:328px; height:400px; border:1px solid #ddd; float:left; margin-left:15px;}
.part8_c h3{ width:328px; height:44px; font-size:18px; font-family:"微软雅黑", "宋体"; line-height:44px; background-color:#037b9f; color:#fff; text-align:center; }
.xk_08_mid_con { font-size: 14px; padding-left:20px;}

.part8_r{  width:298px; height:400px; border:1px solid #ddd; float:left;}
.part8_r h3{width:298px; height:44px; font-size:18px; font-family:"微软雅黑", "宋体"; line-height:44px; background-color:#037b9f; color:#fff; text-align:center; }
.part8_r ul{ margin:15px 0 0 18px;}
.part8_r ul li{ width:259px; margin-top:10px;}
.part8_r ul li span{ width:259px; height:30px; line-height:30px; display:block; text-align:center;}
.part8_r ul li span a{ color:#333;}
.part8_r ul li span a:hover{color:#64941f;}

/*------------------页脚样式-------------------*/
.footer{ width:960px; text-align:center;}
</pre></body></html>