﻿@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
body{font-size:14px; font-family:"微软雅黑";}
ul,ol,li{ list-style:none;}
img{border:none; vertical-align:middle;}
h1, h2, h3, h4, h5, h6, hr, blockquote, form, ul, ol, li, p, pre, dl, dt, dd, fieldset, legend, button, input, textarea{margin:0; padding:0; font-weight:normal;}
a:link{color:#333; text-decoration:none;}
a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}
.clear{clear:both; font-size:0; font-family:"sans-serif"; height:0; line-height:0;}



/*banner*/
.banner{width:510px; float:left;}
/*中间区域*/
.center{
	width:100%;
	height:325px;
	background:#ccc;
}
/*中间轮播图区域*/
 
.content_middle{
	height:325px;
    margin:0px auto;
    position:relative;
}
.content_middle p{position:absolute; bottom:0; left:0; height:40px; line-height:40px; padding:0 15px; background:rgba(0,0,0,0.5); text-align: center; width:480px; color:#fff;}

/*左右切换图标*/
.content_middle .common{
	width:14px;
	height: 28px;
	position: absolute;
	z-index: 25;
    bottom: 1.5%;
}
    .content_middle .btnLeft {
        opacity: 0.5;
        left: 10px;     
        background: url(../../Images/Book/book4.png) no-repeat;
    }
    .content_middle .btnRight {
        opacity: 0.5;
        right: 10px;
        background: url(../../Images/Book/book5.png) no-repeat;
    }
/*左右切换图标*/
.content_middle ul li{
	width:100%;
	height:325px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{
	display: none;
	width:80px; 
	height:10px;
	position: absolute;
	bottom:15px;
	right:0;
	z-index:9; 
	line-height: 24px; 
}
.content_middle .table a{
    width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;
}

.content_middle .table a.small_active{
	background:#30c37c;
	color: #fff;
	 
} 

