<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*base code css*/
html,body {	
	margin:0 auto; padding:0px;font-family:"Microsoft YaHei",微软雅黑;  
	background-position: center top; background-repeat:no-repeat;
}
ul,li,div,dl,dd,dt,ol,p,h1,h2,h3,h4,h5,h6{ 
	margin:0px; padding:0px; list-style:none;
}
img{ 
	border:none; vertical-align:middle;
}
a{ 
	color:#000; text-decoration:none;
}
a:hover{ 
	text-decoration:none;
}
.clear{	
	clear:both; height:0px;
}
span{ 
	vertical-align:middle;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*header code css*/
.header{
	width: 100%;height: 80px;;position: fixed;top: 0;background: transparent;z-index: 1000;
}
.head{
	width: 90%;height: 80px;margin: 0px auto;line-height: 80px;
}
.logo{
	width: 15%;float: left;
}
.logo h1{
	width: 90%;
}
.logo img{
	width: 100%;height: auto;
}
.logo h1 span{
	display: none;
}
.head_name{
	width: 42%;height: 80px;float: left;
}
.head_name h2{
	font-size: 1.6em;margin-top: 10px;color: green;
}
.head_name h3{
	font-size: 1.2em;margin-top: 8px;
}
.head_name h3{
	background:url("../imgs/phone.png") no-repeat scroll left;background-size: 50px 50px;
}
.head_name  p{
	margin-left: 70px;
}
.head_name h3 .red{
	color: green;
}
.head_wx{
	width: 28%;height: 120px;float: right;
}
.head_wx img{
	width: 120px;height: 120px;margin-left: 3%;
}
.logo&gt;a{
	display: none;
}
.language{
	width: 10%;float: right;
}
.telphone{
	float: left;background: url(../imgs/telphone2.png) no-repeat center left;margin-top: 16px;
}
.telphone p{
	margin-left: 36px;font-size: 1em;color: #333333;line-height: 24px;
}
.language_pic{
	float: right;
}
.language_pic a{
	width: 20px;height: 20px;border-radius: 20px;display: inline-block;line-height: 20px;text-align: center;background: #ededed;font-size: 0.9em;
}
.language_pic a.lan_active{
	background: green;color: #ffffff;
}
.menu{
	width: 75%;float: left;
}
.menu_ul{
	position: relative;width: 100%;
}
ul.menu_ul&gt;li{
	float: left;width: 14.28%;text-align: center;position: relative;
}
ul.menu_ul&gt;li&gt;a{
	font-size: 1em;
}
.menu_ul&gt;li:hover{
	
}
.menu_ul&gt;li:hover&gt;a{
	color: #232e66;
}
.nav_list{
	display: none; position:absolute;top: 60px;width: 100%;
}
.menu_ul&gt;li:hover&gt;dl{
	display: block;
}
.nav_list&gt;dd{
	width: 100%;height:24px;float:left; position: relative;line-height: 24px;background: #232e66;;margin-bottom: 4px;	
}
.nav_list&gt;dd:hover{
	background: rgba(60,75,150,0.95);width: 100%;
}
.nav_list&gt;dd&gt;a{
	color:#ffffff; display: inline-block; *zoom:1;*display:inline;font-size: 0.9em;
}
.nav_list&gt;dd&gt;a:hover{
	color: #ffffff;
}
/*footer code css*/
.footer{
	width: 100%;background: #232e66;padding-top: 40px;
}
.footer a{
	color: #ffffff;
}
.footer a:hover{
	color: orange;text-decoration: underline;
}
.footer_text{
	width: 80%;margin: 0px auto;
}
.foot_nav{
	width: 60%;float: left;border-right: 1px solid #ffffff;
}
.foot_address{
	width: 34%;float: left;margin-left: 5%;
}
.foot_weixin img{
	width: 100%;height: auto;
}
.foot_ul_li{
	display: inline-block;vertical-align: top;width: 16%;
}
.foot_ul_li&gt;a{
	border-bottom: 1px solid #ffffff;padding-bottom: 10px;
}
.foot_ul_2 li{
	margin-top: 20px;
}
.foot_address p{
	color: #ffffff;margin-bottom: 20px;
}
.foot_address img{
	width: 120px;height: 120px;
}
.friendlink{
	width: 80%;margin: 0px auto;border-top: 1px solid #ffffff;margin-top: 20px;line-height: 50px;
}
.friendlink dl dt{
	display: inline-block;color: #ffffff;
}
.friendlink dl dd{
	display: inline-block;
}
.address{
	width: 80%;margin: 0px auto;padding-bottom: 30px;
}
.address p{
	text-align: center;color: #ffffff;
}
.footlist{
	display: none;
}
</pre></body></html>