/* CSS Document */
:focus{outline:0; }
a:active{outline:none; }
*{margin:0px; padding:0px;}
ol,li,ul{margin:0; padding:0; list-style:none;}
a:link, a:visited{color: #555;text-decoration:none;}
img{border:0}
a:hover{color: #cf0818;text-decoration: none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-ms-transition:all 0.3s ease;}
.border{border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;-zom-border-radius: 3px;-ms-border-radius: 3px;}
.cl{clear:both; height:0px; overflow:hidden;}
.fL{float: left;}
.fR{float: right;}
body{
	font-size: 14px;
	font-family: "微软雅黑", sans-serif, serif;
	text-align: left;
	margin: 0px auto;
}
.top{margin: 0px auto;border-top: 2px solid #b61711;}
.header{width: 1100px;margin: 0px auto;height: 100px;overflow: hidden;}
.Logo{padding: 12px 0px;}
.Head_r{padding: 12px 0px;color: #999;font-size: 12px;}
.Head_r a{color: #999}
.Head_r .Collection{ height: 24px; line-height: 24px; text-align: right; margin-bottom: 3px;}

.Head_r .search{border: 1px solid #f0f0f0;height: 26px;line-height: 26px;border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;-zom-border-radius: 3px;-ms-border-radius: 3px;width: 184px;padding: 0px 8px;}
.Head_r .search .text{height: 26px; border: none;color: #999;width: 160px;}
.Head_r .search .button{background:url(../images/search.png) center no-repeat; width: 17px; height: 26px; border: none;cursor: pointer;}


.Nav{ height: 40px; line-height: 40px; background: url(../images/Nav.png) left top repeat-x;}
.Nav ul{width: 1098px;margin: 0px auto;} 
.Nav ul li{float: left;width: 114px;text-align: center;}
.Nav ul li a{color: #fde1a8;display: block;}
.Nav ul li.lan{width: 9px;background: url(../images/li.png) center top no-repeat; height: 40px; display: block;}
.Nav ul li a:hover,
.Nav ul li a.sel{background: url(../images/sel.jpg) left top no-repeat;color: #444;}



.footer{height: 50px;line-height: 50px;background: #c9001c;color: #fde1a8; font-size: 12px;margin-top: 20px;}
.footer .Foot{width: 1100px;margin: 0px auto;}
.footer .Foot a{color: #fde1a8;}
.footer .Foot .fL a{margin-right: 12px;}
.footer .Foot .fR a{ margin-left: 10px;}
