body{margin:0 0;background:#000;}
ul li{list-style:none;}
a{text-decoration:none;}




/*Header*/
.header{width:100%;height:50px;background:#000;color:#999;}
.header ul{width:680px;height:50px;background:rgba(255,255,255,.0);margin:0 auto;}
.header ul li{width:120px;height:30px;text-align:center;float:left;background:rgba(255,255,255,.2);margin-top:8px;margin-right:10px;padding-top:5px;cursor:pointer;}
.header ul li:hover{background:rgba(255,255,255,.5);}
.header a{color:#fff;}


/*NEWS*/
.news{width:100%;height:340px;background:#000;}
.news ul{width:1080px;margin-left:120px;margin:20px auto;}
.news ul li{float:left;height:150px;}
.image{float:left;padding-top:17px;margin-right:10px;}
.title{width:960px;font-size:20px;font-weight:bold;color:rgba(54,125,243,.5);float:left;margin-bottom:5px;}
.date{font-size:12px;color:#777;float:right;}
.text{font-size:14px;color:#999;}


/*DOWNLOAD*/
.down{width:100%;height:580px;background:#000;}
.down ul{width:1080px;margin-left:120px;margin:20px auto;}
.down ul li{float:left;height:250px;margin-bottom:20px;position: relative;}
.dimage{float:left;margin-right:10px;}
.dtitle{width:820px;font-size:20px;font-weight:bold;color:rgba(54,125,243,.5);float:left;margin-bottom:5px;}
.ddate{font-size:12px;color:#777;float:right;}
.dtext{font-size:14px;color:#999;}
.downloadF{bottom:10px;position:absolute;padding-top:5px;color:#fff;}
.fileDown{padding:5px 5px 5px 5px;font-size:14px;border:1px solid #fff;text-align:center;margin-left:10px;color:#fff;}
.fileDown:hover{background:#06f;}

/*ABOUT*/
.about{width:100%;height:250px;background:#000;border-top:1px solid #333;}
.about h1{text-align:center;}
.about a{color:#fff;text-decoration:underline;}
.about h2{width:1080px;font-size:16px;color:#fff;text-align:center;margin:0 auto;}


/*CONTACT*/
.contact{width:100%;height:250px;background:#000;}
.contact h1{text-align:center;}
.contact a{color:#fff;text-decoration:underline;}
.contact h2{width:1080px;font-size:16px;color:#fff;text-align:center;margin:0 auto;}
.coutact h2 a{text-decoration:none;}
.contact h2 a:hover{color:red;}

/*copytype*/
.copytype{height:30px;text-align:center;}
.copytype span{font-size:12px;color:#999;}