/* RESET */
*{
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}   
img{
	border: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* DEMO HEADER */
body{
	/*font: 12px/20px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif;
	color: #444;
	border-top: 3px solid #444;
	background:url(../img/texture.jpg) repeat;
	overflow-x:hidden;*/
}
h1.title_name {
    color: #685440;
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
	background-color:#404853;
}
h1.title_name span {
    color: rgba(255, 255, 255, 0.9);
    font-family: normal Georgia,'Times New Roman',Times,serif;
    font-size: 1em;
}
h1.title_name small {
    color: #2FB1BE;
    display: block;
    font-family: normal Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#2FB1BE;
	text-decoration:none;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
html{
  overflow-y:scroll;
  overflow-x:hidden;
}
.col{
	position: absolute;
	border:none;
	z-index:1;
	overflow: hidden;
}
.col1,.col1 img{
	width: 165px;
	height: 155px;
	left: 334px;
	top: 0px;
}
.col2,.col2 img{
	width: 330px;
	height: 155px;
	right: 167px;
	top: 0px;
}
.col3,.col3 img{
	width: 160px;
	height: 155px;
	right: 3px;
	top: 0px;
}
.col4,.col4 img{
	width: 165px;
	height: 305px;
	top: 159px;
	left: 334px;
}
.col5,.col5 img{
	width: 160px;
	height: 150px;
	right: 337px;
	top: 159px;
}
.col6,.col6 img{
	width: 160px;
	height: 150px;
	right: 337px;
	top: 314px;
}
.col7,.col7 img{
	width: 330px;
	height: 305px;
	right: 3px;
	top: 159px;
}
.active { 
	z-index: 10;
	opacity: 1;
}
.col a {
  display: block;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
.todos-thumb-span{
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: -24px;
	background:transparent;
	background: rgba(0,0,0,0.6);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	padding: 2px 3px;
	white-space:nowrap;
    text-overflow:ellipsis;
    color: #ffffff;
    font-size: 12px;
}




/*广告轮播*/
.adlunbo{
	height: 470px;
	width: 330px;
	border:none;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
*{
	margin:0px;
	padding:0px;
}
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 330px;
	height: 470px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flexslider .slides a img {
	width: 330px;
	height: 464px;
	display: block;
}