﻿@charset "utf-8";
/*css reset*/
body,dd,dl,dt,h1,h2,h3,h4,h5,ul,ol,li,p,form,select,input{margin:0;padding:0}
ul,li {list-style:none;}
img {border: none;}
input[type="checkbox"], input[type="radio"] {margin: 0;vertical-align: middle;margin-right: 2px;margin-top: -2px;}
form,fieldset{margin:0; padding:0; word-wrap:break-word; word-break:normal}
button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner{border:0;padding:0}
h1,h2,h3,h4,h5{font-family:"Arial","Microsoft YaHei";font-weight:400;font-size:12px}
button,input[type=button],input[type=submit],input[type=reset],input[type=file]{cursor:pointer}
:focus{outline:0}
em,i{font-style:normal}
table{border-collapse:collapse;border-spacing:0}
th{font-weight:400}
.radio{margin:0; vertical-align:middle; margin-right:2px; margin-top:-2px}

/*states*/
.blok{display:block}
.inline{display:inline}
.none{display:none}
.relative{position:relative}
.absolute{position:absolute}
.strong{font-weight:bold}
.tl{text-align:left}
.tr{text-align:right}
.tc{text-align:center}
.vm{vertical-align:middle}
.vt{vertical-align:top}
.vb{vertical-align:bottom}
.fl{float:left}
.fr{float:right}
.cursor{cursor:pointer}
.underline,.underline:hover{text-decoration: underline}
.clear{clear:both} 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}


/*body init*/
body{min-width:1200px;font-family:"微软雅黑," "Arial","SimSun"; color:#333; font-size:12px; background:#04222c url(bg.jpg) top no-repeat;}

/*btn*/
a{color:#333; text-decoration:none} 
a:hover{color:#f40}
/*- - - - - - - - -样式 - - - - - - - -*/

	#Download{margin:0 auto 50px;width:1300px;height:860px;position:relative;overflow:hidden;z-index:300;}
	#Download .DownloadList{position:absolute;width:1000px;height:500px;overflow:hidden;padding-top:0px;left:230px;margin-left:80px;top:500px;}
	#Download .DownloadList h3{clear:both;font-size:24px;font-weight:bold;color:#ffffff;margin-bottom:20px}
	#Download .DownloadList dl{line-height:32px;font-size:14px;color:#fff;margin-bottom:37px;}
	#Download .DownloadList dl dt{display:inline;}
	#Download .DownloadList dl dd{margin-right:25px;display:inline;}
	#Download .DownloadList ul{float:left;width:900px;margin-bottom:45px;}
	#Download .DownloadList ul li{float:left;margin-right:15px;display:inline;}
	#Download .DownloadList ul li a{width:133px;height:41px;line-height:41px;text-align:center;font-size:14px;color:#fff;background:url(btn_a_bg.png) no-repeat left top;display:block;}
	#Download .DownloadList ul li a:hover{background-position:right top;text-decoration:none;}
	#Download .DownloadList .btnclose{width:40px;height:37px;position:absolute;text-indent:-99em;overflow:hidden;top:14px;right:13px;background:url(btn_close.png) no-repeat left top;}
	#Download .DownloadList .btnclose:hover{background-position:left bottom;}
	.btnnext{width:126px;height:66px;position:absolute;text-indent:-99em;overflow:hidden;top:309px;left:305px;background:url(btn_next.png) no-repeat left top;z-index:3;}

