.tumbbox{
	width:806px;
	overflow:hidden;
	margin:0;
	padding:0px;
}
.tumbbox1{
	width:674px;
	height:427px;
	overflow:hidden;
	margin:0 auto 10px;
	padding:20px 20px;
	background-color: #f4f4f4;
}

.tumbbox2{
	width:674px;
	height:640px;
	overflow:hidden;
	margin:0 auto 10px;
	padding:20px 20px;
	background-color: #f4f4f4;
}
.tumb{
	width:100%;
	height:430px;
	position:relative;
	float:left;
}

.tumb1{
	width:72%;
	height:400px;left:300px;
   top:300px;
	position:relative;
	float:left;
}
.tumb2{
	width:72%;
	height:400px;
	position:relative;
	float:left;
}
.tumb3{
	width:72%;
	height:400px;
	position:relative;
	float:left;
 left:30px;
   top:30px;
}
.tumb4{
	width:30%;
	height:400px;
	position:relative;
	float:left;
}
.tumb5{
	width:72%;
	height:400px;
	position:relative;
	float:left;
}
.tumb6{
	width:72%;
	height:400px;
	position:relative;
	float:left;
}
.lefticon,.righticon{
	position:absolute;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:rgba(225,225,225,0.3);
	font-size:30px;
	line-height:45px;
	top:180px;
	z-index:20;
	text-align:center;
	color:#999;
	cursor:pointer;
}
.lefticon:hover,.righticon:hover{
	background-color:rgba(100,100,100,0.8);
	color:#fff;
}
.lefticon{
	left:10px;
}
.righticon{
	right:10px;
}
.blank{
	height:20px;
	width:100%;
	background:#fff;
}
.tumbunit{
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	border-top:0px solid #fff;
	opacity:0;
	webkit-transition:all 1s ease;
	transition:all 1s ease;
}
.nowobj{
	opacity:1;
}
.tumbimg{
	height:430px;
	width:100%;
	display:block;
}
.title{
	width:100%;
	height:42px;
	padding:5px 5px;
	text-align:justify;
	position:relative;
}
.title span{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.magzinename{
	font-size:12px !important;
	line-height:150% !important;
	font-weight:normal !important;
	width: 90%;
    display: inline-block;
}

.position{
	width:26%;
	margin-left:2%;
	height:430px;
    float:left;
    padding:10px;
    background-color: #fcf9d9;
}

.position1{
	width:70%;
	margin-left:10%;
    margin-top:14%;
	height:200px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.position2{
	width:34%;
	margin-left:93%;
        margin-top:-48%;
	height:200px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}

.position3{
	width:34%;
	margin-left:-3.5%;
        margin-top:13%;
	height:200px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.position4{
	width:70%;
	margin-left:6%;
	height:200px;
 margin-top:23%;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.position5{
	width:34%;
	margin-left:37%;
 margin-top:-72.5%;
	height:200px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.position6{
	width:34%;
	margin-left:27%;
 margin-top:-92%;
	height:200px;
    float:left;
   float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.position7{
	width:34%;
	margin-left:37%;
 margin-top:-72.5%;
	height:200px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}

.position8{
    width: 21%;
    margin-left: 55.5%;
    margin-top: -46%;
    height: 120px;
    float:left;
    float:top;
    padding:10px;
    background-color: #fcf9d9;
}
.positiontitle{
	width:100%;
	height:40px;
	font-size:25px;
	line-height:40px;
	font-weight: bold;
	text-align:center;
}

.positiontitle1{
	width:100%;
	height:100px;
	font-size:27px;
	line-height:40px;
	font-weight: bold;
	text-align:center;
}
.positiontext{
	width:100%;
	height:320px;
	padding:0 10px;
	text-align:justify;
}
.positiontext p{
	font-size:18px;
	text-indent:1em;
	margin-bottom:15px;
}
.titleline{
	font-size:20px;
	font-weight:bold;
	font-family:"Helvetica","STHeiti";
	color:#fff;
}
.controllerbar{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:20;
}
.controllerbar .pointer{
	float:left;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ddd;
	margin-right:3px;
	cursor: pointer;

}
 .pointer:hover{
 	background-color: #333;
 }
.controllerbar .iamhere{
	background-color:#fff;
}