<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    made by lonewalker*/
/**/
*{margin:0;padding:0;}
body{font-size:14px;font-family:"微软雅黑";color:#fff;min-width:1200px;}
h1,h2,h3,h4,h5,h6{text-align:left;}
i{font-style:normal;}
b{font-weight:normal;}
ul,ol{list-style:none;}
img{border:none;}
a{text-decoration:none;color:#333;}
table{border-collapse:collapse;}
a,img,textarea,button,input:focus{outline:none;}
.autor{margin:0 auto;width:1200px;}
.wrapper{width:100%;min-width:1200px;}
.fl{float:left;}
.fr{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.align{text-align:center;}
.both{clear:both;}
.clearfix:after{content:"";display:block;height:0;line-height:0;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}
.pa{position:absolute;}
.pr{position:relative;}
.clip{overflow:hidden;}
.block{display:block;}
.none{display:none;}
.inline{display:inline-block;}
.kuai{padding:30px 0 50px 0;}
/**/
/*head开始*/
	/*欢迎开始*/
.comm_wel{
	height:46px;
	line-height:46px;
	font-size:12px;
	color:#888;
	border-bottom:1px solid #eee;
	background:#f6f6f6;
}
.comm_wel &gt; div &gt; span{
	float:left;
	display:block;
	padding:0 22px;
	border-right:1px solid #eee;
	background:url(../images/zhuye.png) no-repeat left 16px;
}
.index_wel_right{
	padding:15px 0 0 35px;
	background:url(../images/head_youxiang.jpg) no-repeat left 16px;
}
.index_wel_right &gt; li{
	float:left;
	padding:0 15px;
	line-height:16px;
	border-left:1px solid #999;
}
.index_wel_right &gt; li img{
	vertical-align:middle;
}
.comm_wel a{
	color:#888;
}
	/*欢迎结束*/
	/*logo开始*/
.comm_logo_wrap{
	padding-top:5px;
	height:135px;
	background:url(../images/head_nav_bgf.jpg) no-repeat center bottom;
}
.comm_logo &gt; h1{
	text-align:center;
	padding-right:20px;
	padding-top:33px;
}
.comm_logo &gt; p{
/*	width:580px;*/
	margin-top:30px;
	padding-top:0px;
	padding-left:10px;
	border-left:1px solid #eee;
	min-height:60px;
	font-size:29px;
	line-height:46px;
	color:#333;
	font-weight:bold;
}
.comm_logo &gt; p &gt; span{
	display:block;
	font-size:12px;
	line-height:30px;
	color:#0056b7;
	font-weight:normal;
	text-transform: uppercase;
}
.comm_logo &gt; p &gt; span b{
	color:#e10000;
}
.index_head_wxdh{
	padding-top:10px;
}
.index_head_wewx &gt; p{
	width:80px;
	height:80px;
	padding:5px;
	border:1px solid #d3d3d3;
	border-bottom:none;
}
.index_head_wewx &gt; div{
	width:92px;
	line-height:18px;
	background:#d0d0d0;
	text-align:center;
	color:#3c3c3c;
	font-size:12px;
}
.index_head_lxa{
	padding:15px 0 0 10px;
}
.index_head_lxa &gt; p{
	font-size:13px;
	color:#3a3843;
	line-height:40px;
}
.index_head_lxa &gt; p &gt; span{
	font-size:25px;
	color:#e10000;
	vertical-align:0;
	font-weight:bold;
}
.index_head_lxa &gt; div{
	font-size:18px;
	color:#373540;
	width:270px;
	line-height:38px;
	font-weight:bold;
	border:1px solid #373540;
	text-align:center;
}
	/*logo结束*/
	/*导航开始*/
.comm_nav_wrap{
	height:60px;
	line-height:60px;
/*	background:url(../images/nav_bg.jpg) no-repeat center top;*/
	background:#2454ac;
	position:relative;
	z-index:1000;
}
.comm_nav_wrap &gt; ul &gt; li{
	width:170px;
	float:left;
	height:60px;
	text-align:center;
	position:relative;
	border-left:1px solid #3a65b4;
/*	border-right:1px solid #3a65b4;*/
}
.comm_nav_big{
	width:1200px;
/*	border-left:1px solid #006cc7;*/
/*	border-right:1px solid #1485e5;*/
	margin:0 auto;
}
.comm_nav_wrap &gt; ul &gt; li a{
	display:block;
	color:#fff;
	font-size:15px;
}


.comm_nav_wrap &gt; ul &gt; .comm_nav_crt a{
	color:#fff;
	background:#7bcf36;
}
.comm_nav_wrap &gt; ul &gt; li a:hover{
	color:#fff;
	background:#7bcf36;
}
.comm_nav_wrap &gt; ul &gt; li a:hover{
/*	color:#ffff00;*/
}
.comm_nav_wrap &gt; ul &gt; li:hover .comm_nav_sub{
	display:block;
}
.comm_nav_wrap &gt; ul &gt; li:hover &gt; s{
	display:block;
}
.comm_nav_sub{
	width:100%;
	text-align:center;
	left:0;
	top:60px;
	display:none;
}
.comm_nav_sub &gt; li{
	height:50px;
	border-top:1px solid #fff;
	position:relative;
}
.comm_nav_subn{
	position:absolute;
	left:149px;
	top:0;
	width:100%;
	display:none;
}
.comm_nav_wrap &gt; ul &gt; li li:hover .comm_nav_subn{
	display:block;
}
.comm_nav_wrap &gt; ul &gt; li li a{
	background:#2454ac;
	line-height:50px;
}
.comm_nav_wrap &gt; ul &gt; li li a:hover{
/*	color:#ffff00;*/
}
.comm_nav_sub &gt; li{
	height:50px;
}
	/*导航结束*/
/*banner开始*/
.comm_banner_wrap{
	width:100%;
	position:relative;
	height:650px;
}
.comm_banner_wrap &gt; div{
	position:absolute;
	left:0;
	top:0;
	height:650px;
	width:100%;
	display:none;
}
.comm_banner_zero{
	background:url(../images/banner00.jpg) no-repeat center top;
}
.comm_banner_one{
/*	z-index:1;*/
	background:url(../images/banner01.jpg) no-repeat center top;
}
.comm_banner_two{
	background:url(../images/banner02.jpg) no-repeat center top;
}
.comm_banner_three{
	background:url(../images/banner03.jpg) no-repeat center top;
}
.comm_banner_four{
	background:url(../images/banner04.jpg) no-repeat center top;
}
.comm_banner_wrap &gt; ul{
	width:100%;
	height:24px;
	position:absolute;
	left:0;
	top:600px;
	z-index:20;
/*	text-align:right;*/
}
.comm_banner_wrap &gt; ul &gt; li{
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:10px;
/*	border-radius:50%;*/
	background:#fff;
	background:rgba(255,255,255,.8);
	border:1px solid #f98904;
	cursor:pointer;
	color:#f98904;
	font-size:14px;
	line-height:22px;
	text-align:center;
}
.comm_banner_wrap &gt; ul &gt; .comm_banner_current{
	background:#f98904;
	color:#fff;
}
	/* banner结束 */
	/*关键词开始*/
.comm_gjc_wrap{
	height:74px;
}
.comm_gjc_left{
	line-height:74px;
	color:#414950;
}
.comm_gjc_left &gt; a{
	color:#414950;
	padding:0 6px;
}
.comm_gjc_right{
	padding-top:24px;
}
.inp01{
	float:left;
	width:178px;
	height:26px;
	line-height:26px;
	padding-left:5px;
	border:1px solid #2454ac;
}
.searchgo{
	float:left;
	text-align:center;
	width:38px;
	height:28px;
	line-height:28px;
	color:#fff;
	background:#2454ac;
	cursor:pointer;
	border:none;
}
	/*关键词结束*/
/*head结束*/
/*foot开始*/

	/*友情链接开始*/
.comm_yqlj_wrap{
	background:#ecf0f1;
}
.comm_yqlj{
	line-height:74px;
	color:#333;
}
.comm_yqlj &gt; a{
	color:#333;
	padding:0 6px;
}
	/*友情链接结束*/
	/*版权等开始*/
.index_foot_wpa{
	background:#000;
	padding:60px 0 30px 0;
}
.index_foot_lefta{
	width:300px;
	height:290px;
}
.index_foot_tita{
	font-size:18px;
	color:#fff;
	line-height:50px;
}
.index_foot_lefta &gt; ul &gt; li{
	float:left;
	width:150px;
	line-height:46px;
}
.index_foot_lefta &gt; ul &gt; li &gt; a{
	font-size:15px;
	color:#ccc;
}
.index_foot_xiana{
	position:absolute;
	right:0;
	top:36px;
	width:1px;
	height:220px;
	background:#505050;
}
.index_foot_middlea{
	width:500px;
	height:290px;
	padding-left:50px;
}
.index_foot_middlea &gt; ul &gt; li{
	line-height:46px;
	font-size:15px;
	color:#ccc;
} 
.index_foot_middlea &gt; ul &gt; li &gt; img{
	vertical-align:middle;
	margin-right:15px;
}
.index_foot_righta{
	width:350px;
}
.index_foot_righta &gt; p{
	font-size:22px;
	color:#fff;
	line-height:50px;
	padding-bottom:15px;
}
.index_foot_btom{
	border-top:1px solid #505050;
	padding-top:26px;
	font-size:13px;
	line-height:36px;
	color:#ccc;
	text-align:center;
}
.index_foot_btom &gt; p &gt; a{
	font-size:13px;
	color:#ccc;
}
    /*版权等结束*/
/*foot结束*/
/*固定定位开始*/
.comm_fiexd{
	width:76px;
	height:365px;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-50px;
	z-index:999999999;
}
.index_fiexd_li{
	position:relative;
	left:0;
	top:0;
	margin-bottom:1px;
	background:#2454ac;
	height:72px;
	width:100px;
	cursor:pointer;
}
.index_fiexd_lit{
	position:relative;
	left:0;
	top:0;
	margin-bottom:1px;
	background:#2454ac;
	height:72px;
	width:200px;
}
.index_fiexd_li &gt; a{
	display:block;
	color:#fff;
}
.index_fiexd_s{
	display:block;
	width:40px;
	height:40px;
	margin-left:18px;
	background:url(../images/fix.png) no-repeat left top;
}
.index_fiexd_s02{
	background-position:left -35px;
}
.index_fiexd_s03{
	background-position:-56px top;
}
.index_fiexd_s04{
	background-position:-56px -78px;
}
.index_fiexd_p{
	padding-left:12px;
}
.index_fiexd_pt{
	padding-left:19px;
}
.index_fiexd_n{
	left:76px;
	top:0;
	line-height:72px;
}
.index_fiexd_i{
	left:-120px;
	top:-14px;
	display:none;
}
/*固定定位结束*/</pre></body></html>