﻿/* CSS Document */
body{ background:#FFF; font-size:14px; font-family:"宋体"; color:#000; margin:0 auto; max-width:600px;}
header,main,footer,nav,div,ul,dl,li,dd,dt,p,span,strong,small,samp,h1,h2,h3,h4,img,b{ margin:0; padding:0; list-style:none;}
a {text-decoration:none; color:#4a4949;-webkit-tap-highlight-color:rgba(255,0,0,0);}

/*式样初始化*/

/*顶部开始*/
header{width:100%; height:104px; overflow:hidden;}
header ul{width:100%; height:50px; overflow:hidden;}
header ul button{ background:none; border:none; margin:12px 4% 0 0; float:right;}
header ul .logo{ float:left; margin:2px 0 0 4%;}
header nav{width:100%; height:41px; background:url(../images/navBack.gif) repeat-x; overflow:hidden;}
header nav a{ color:#FFF; line-height:41px; height:41px; overflow:hidden; margin-left:1%;padding:3px;}
header nav a:hover{background:#1f88d9; padding:3px;}

/*Flash焦点图*/
.Flash{ width:auto; height:auto;border:4px solid #FFF; overflow:hidden; margin:0 auto;} 
.rslides {position: relative;overflow: hidden; width: 100%; }
.rslides li {-webkit-backface-visibility: hidden; position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  }
.rslides li:first-child { position: relative; display: block;  float: left;  }
.rslides img {  display: block;  height: auto;  float: left;  width: 100%;  border: 0;  }
.slide_container {  position: relative;float: left;  width: 100%;  }
.slide { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;  }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img {display: block;position: relative;z-index: 1;height: auto; width: 100%;border: 0;}
.slide .caption { display: block;position: absolute;z-index: 2;font-size: 14px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .6);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.slide_nav {  position: absolute;  -webkit-tap-highlight-color: rgba(0,0,0,0);  top: 52%;  left: 0;  opacity: 0.4;  z-index: 3;  text-indent: -9999px;  overflow: hidden; text-decoration: none;  height: 61px;  width: 30px;  background: transparent url("../images/themes.png") no-repeat left top;  margin-top: -45px;  }
.slide_nav:active {  opacity: 0.8;  }
.slide_nav.next {  left: auto; background-position: right top; right: 0;  }
.caption a{ color:#FFF;}

/*脚注开始*/

footer{width:100%; height:auto; overflow:hidden; margin-top:20px;}
footer ul{width:100%; height:31px; background:url(../images/foot.jpg) repeat-x; }
footer ul #more a{ float:left; font-size:12px; color:#FFF; margin-left:2%; height:31px; line-height:31px;}
footer ul #up{ float:right; margin-right:4%; margin-top:3px;}
footer p{width:100%; height:auto; font-size:12px; margin-top:10px; text-align:center;}

