<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: 0px;padding: 0px;}
body{font-size:12px;background: #fff;font-family: "微软雅黑","Arial" !important;}
div{padding: 0px; margin: 0px;}
span,p{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li{margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
from,input,select{margin: 0px; padding: 0px;}
a{text-decoration:none;color: #333;}
b{font-weight: normal;}
.fl{float: left;}
.fr{float: right;}

/*head*/
.head{
	width: 100%;
	height: 40px;
	background: #eee;
}
.head_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.head_left{
	width: 50%;
	height: 100%;
}
.head_left a{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 40px;
}
.head_right {
	width: 12%;
	height: 100%;
}
.head_right a{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 40px;
	padding-left: 20px;
	border-left: 2px solid #5f5f5f;
}
.head_right a:hover{color: #0e5ead;}
.head_logo{
	width: 100%;
	height: 118px;
}
.head_logo_bg{
	max-width: 1200px;
	height: 100%;
	margin:0 auto;
	background: url(/statics/images/tem//head_logo.png)no-repeat center;
}

/*nav*/
.menu_bg{
	width:100%; 
	height: 59px;
	background: #0e5ead;
}
#menu{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	background: url(/statics/images/tem//nav_bg.png)no-repeat center;
}
#menu li{
	height:50px; 
	float:left; 
	text-align:center; 
	line-height:59px;
}
#menu li a{
	color:#fff; 
	display:block;
	font-size:16px; 
	padding:0px 34px;
}
#menu li a:hover{
	color:#fff; 
	display:block; 
	font-size:16px; 
	background:#ff6f61;
}
#menu .cur a{background:#ff6f61;}
#menu .no a{
	color:#fff;
	margin-right:1px;
	background:#ff6f61;
}
#menu .sddm{
	margin: 0 auto; 
	height:auto; 
	position:relative; 
	z-index:99;
}
#menu .sddm #m1,#menu .sddm #m4,#menu .sddm #m5{
	visibility: hidden; 
	margin: 0; padding: 0;
	position:absolute; 
	left:0px; top:58px;}
#menu .sddm #m2,#menu .sddm #m3,#menu .sddm #m6,#menu .sddm #m7,#menu .sddm #m8,#menu .sddm #m9{
	visibility: hidden; 
	margin: 0; padding: 0;
	position:absolute; 
	left:0px; top:58px;
}
#menu .sddm div a{
	margin: 0; 
	width:130px; 
	padding:0px 0px; 
	color:#fff; 
	white-space: nowrap; 
	font-size:16px; 
	text-decoration: none; 
	line-height:35px; 
	border:1px solid #0e5ead; 
	border-top:none; 
	display:block; 
	background:#0e5ead;
}
#menu .sddm div a:hover{ 
	background:#ff6f61;  
	font-size:16px; 
	color:#fff;
}
#menu #m1{
	visibility: hidden;
	margin: 0; padding: 0;
	position:absolute; 
	left:-150px; top:58px;}
#menu .sddm #m2,#menu .sddm #m5,#m6,#m7,#m8,#m9{visibility: hidden;}

/*banner*/
#flash_bg{
	width:100%; 
	margin:0 auto;
}
.focus{
	width:100%;
	position: relative; 
	left:0;
	overflow:hidden;
}
.jqfocus ul,.jqfocus li{
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
}
.jqfocus li{display: none}
.focus .bg {
	position: absolute;
	width:100%; 
	height: 30px; 
	left: 0; bottom: 0; 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	z-index: 1; background:none;
}
.focus .f_btns{
	position: absolute; 
	width: 100%; 
	height:30px;
	line-height:30px;
	left: 0; bottom: 20px;
	text-align: center; z-index: 2
}
.focus .f_btns h2 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.focus .f_btns h2 a{color: #fff;}
.focus .f_btns h2 a:hover{text-decoration: none}
.focus .f_btns .btn{
	text-align: center;
	height:18px; 
	overflow: hidden; 
	font-size:0;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:46px; 
	height: 8px; 
	overflow: hidden; 
	margin: 0 10px; 
	background:url(/statics/images/tem//dian.png) no-repeat; 
	cursor: pointer
}
.focus .f_btns .btn span.cur{
	background:url(/statics/images/tem//yuan.png) no-repeat;
}
.focus .prev {
	background: url(/statics/images/tem//left.png) no-repeat;
	position: absolute; 
	top:40%;left:80px;
	width: 40px; 
	height: 60px;
	z-index: 3; 
	cursor: pointer
}
.focus .next {
	background: url(/statics/images/tem//right.png) no-repeat; 
	position: absolute; 
	top:40%; 
	width: 40px; 
	height: 60px;
	right: 80px;
	z-index: 3;
	cursor: pointer;
}
.jqfocus ul li a{
	width:100%;
	height: 100%;
	display:block;
}
.jqfocus ul li a img{
	width:100%;
	height: 100%;
}

/*footer*/
.footer{
	width: 100%;
	height: 330px;
	background: #212121;
	margin-top: 60px;
}
.footer_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #acacac;
}
.footer_left{
	width: 70%;
	height: 165px;
	padding-top: 75px;
}
.footer_left b{
	display: block;
	width: 24px;
	height: 100%;
	background: url(/statics/images/tem//footer_icon.png)no-repeat center;
}
.footer_left p{
	font-size: 18px;
	height: 175px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 45px;
	margin-top: -172px;
}
.footer_left p n{
	font-size: 21px;
	color: #fff;
}
.footer_left span{
	display: block;
	font-size: 16px;
	margin-top: 30px;
}
.footer_left span a{
	color: #acacac;
}
.footer_left span a:hover{
	color: #005ead;
}
.footer_right{
	width: 131px;
	height: 170px;
	padding-top: 75px;
	overflow: hidden;
}
.footer_right img{
	width: 131px;
	height: 131px;
}
.footer_right p{
	font-size: 18px;
	line-height: 40px;
}</pre></body></html>