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

::selection {



    background-color: #204ef8;

     color: #FFF;

}



::-moz-selection {



    background-color:#204ef8;



    color: #FFF;

}



::-webkit-selection {



    background-color:#204ef8;

    color: #FFF;

}

.between{

	width:1180px;

	margin:0 auto;

	overflow: hidden;

}

.clear{

	clear: both;

}

.float_l{

	float:left;

}

.float_r{

	float:right;

}

.clear_fl{

	height:0px;

	clear: both;

	overflow: hidden;

}





/**nav**/

.nav_all{height:114px;position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));
background-color: #fff;
}



.nav_box h1{

	

	

	float: left;

}

.nav_box h1&gt;a{z-index:2;}

.nav_box h1&gt;a&gt;img{float: left;margin-top: 28px;}



.nav { float: right;}

.nav li {float:left; text-align:center;padding:0px 24px;height: 114px;line-height: 114px;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}



.nav li a {display:block; font-size:14px; color:#4c4c4c;text-align: center;}

.nav li:hover{ background-color: #204ef8}

.nav li:hover a{color: #fff;}

.nav li.another{  background-color: #204ef8}

.nav li.another a{color: #fff;}

.fixedNav{ position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}



/**bottom_box**/



/**link开始**/

.link{

	width:100%;

	margin-top: 50px;

}

.link_body{

	height:50px;

	color:#4c4c4c;

	text-align: center;

	

}

.link_body&gt;a{

	width:1180px;

	height:50px;

	line-height: 50px;

	color:#4c4c4c;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

/**link结束**/

/*footer*/



/*footer*/

.nav_all2{ height:50px;padding-top: 30px;width: 966px;}

.copyright { width:990px; border-bottom: 1px solid #e5e5e5;height:50px}

.copyright li {float:left; text-align:center;}

.copyright li a {display:block; font-size:15px; height:50px; line-height:50px; color:#f5f5f5; padding:0px 36px;}



.footer_bg{

	background:url(../images/footer_bg.jpg) no-repeat center;

	

	height: 266px;

	

}

.footer_bg a{

	color: #f5f5f5;

}

.footer_bg a:hover{

	color: #204ef8;

}

.footer_l{

	width: 164px;

	height: 266px;

	background-color: #fff;

	text-align: center;

	box-shadow:0px 0px 16px rgba(217,217,217,.6);

	margin:0 20px 0 20px;

}

.footer_l .ewm{

	margin:36px auto 20px auto;

	width: 100px;

	height: 100px;

	box-shadow:0px 0px 16px rgba(17,49,132,.3);

}

.footer_logo{

	margin-top: 24px;

}

.footer_l&gt;p{

	color: #445855;

	font-size: 4px;

	text-align: center;

}

.footer_r{

	width: 966px;

}

.footer_r p,.footer_r&gt;div{

	color: #f5f5f5;

	font-size: 14px;

	line-height: 74px;



}

.footer_r b{

	display: block;

	width: 966px;

	height: 1px;

	background-color: #e5e5e5;

}

.footer_r h2{

	float: left;

	color: #f5f5f5;

	font-size: 14px;

	display: block;

	clear: both;

	margin-right: 20px;

}

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