body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
/***/
* {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"微软雅黑";
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
.autor {
	margin:0 auto;
	width:1100px;
}
.big_min {
	width:100%;
	min-width:1100px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.align {
	text-align:center;
}
.clebh {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
/***/
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 45%;
    margin: -40px 0 0 0;
    left:1% ;
    height: 120px;
    width: 61px;
    color: #fff;
    cursor: pointer;
	border-radius:10px;
}
.prev:hover, .next:hover{
	
    background-color: #000;
    opacity: .3;
}
.prev{
	background:url(imagesl.png) center no-repeat;
}
.next {
    left: auto;
    right: 1%;
    background:url(imagesr.png)  center no-repeat;
}
.pagination{
	display:none;
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: red;
}
.s10 {
  position: fixed;
  z-index: 10; 
  top: 30%;
  width: 100%;
  height: 279px;
  background:url(images/wenhua.png) center no-repeat;
}
.s11 {
  position: fixed;
  z-index: 20;
  top: 10%;
  width: 100%;
  height: 67px;
  background:url(imagesindex-logo.png) left no-repeat;
}
.s13 {
  position: fixed;
  z-index: 10;
  bottom: 35%;
  width: 100%;
  height: 315px;
  background:url(imageswenhua.png) center no-repeat;
}
.s12 {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  width: 100%;
  height: 74px;;
}
.s12 a{display:block;width:495px;height:74px;background:#DB7F7F;opacity:.7;border-radius:40px;margin:0 auto;border:2px solid #dd0000;text-align:center;line-height:74px;color:#ffffff;font-size:30px;}
.s12 a:hover{background:#dd0000;}