﻿@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-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}

/*btn*/
a{color:#333; text-decoration:none} 
a:hover{color:#f40}
/*- - - - - - - - -样式 - - - - - - - -*/

	#Downloadss{
	margin-top: -700px;
	margin-bottom: 10px;
	width: 1000px;
	height: 650px;
	position: relative;
	overflow: hidden;
	background: url(bj.png) no-repeat center center;
	z-index: 300;
	margin-right: auto;
	margin-left: auto;
}
	#Downloadss .DownloadList{float:left;width:760px;height:400px;margin-top:100px;margin-left:150px;overflow:hidden;}
	#Downloadss .DownloadList h3{clear:both;font-size:32px;font-weight:normal;color:#000;margin-bottom:40px}
	#Downloadss .kefuList{float:left;width:740px;height:80px;margin-bottom:30px;margin-top:0px;margin-left:130px;overflow:hidden;}
	#Downloadss .kefuList h3{clear:both;font-size:32px;font-weight:normal;color:#00EC00;margin-bottom:20px}
	#Downloadss .DownloadList dl{line-height:32px;font-size:14px;color:#000;margin-bottom:37px;}
	#Downloadss .DownloadList dl dt{display:inline;}
	#Downloadss .DownloadList dl dd{margin-right:25px;display:inline;}
	#Downloadss .DownloadList ul{float:left;width:900px;margin-bottom:55px;margin-left:50px;}
	#Downloadss .DownloadList ul li{float:left;margin-right:0px;display:inline;margin-bottom:10px;}
	#Downloadss .DownloadList ul li a{width:600px;height:100px;line-height:100px;text-align:center;font-size:30px;color:#000;background:url(down.png) no-repeat center top;display:block;}
	#Downloadss .DownloadList ul li a:hover{background:url(down_hover.png) no-repeat center top;text-decoration:none;}
	#Downloadss .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;}
	#Downloadss .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;}

/*在线客服*/
	#onlineKefu2{ width:62px;height:129px;right:10px;top:20px;left:900px;z-index:9999999999999;}
	#onlineKefu2 a.btn_kefu{width:62px;height:129px;background:url(a_bg2.jpg) no-repeat left top;margin-left:940px;margin-top:30px;display:block;z-index:9999999999999;}
	#onlineKefu2 a.btn_kefu:hover{background-position:-62px top ;width:62px;height:129px;z-index:9999999999999;}

