﻿body {
	overflow: hidden;
	background-color: #0c0c0c;
	margin: 0;
	padding: 0;
}
.tohome{ text-align:center; position:absolute; width:100%; top:10px; z-index:9999999;}
.tohome span{ margin:0 10px; display: inline-block; height:28px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius:15px; box-shadow:0 0 10px #CCC; background:rgba(0,0,0,0.5);}
.tohome a{ color:#FFF; text-decoration:none; padding:0 20px; line-height:28px; font-size:14px;}
.tohome p{ color:#FFF; margin:10px 0 0; opacity:0.5;}
#canvas {
	position: absolute;
	background: url('../images/background.jpg') repeat-x bottom center;
}
.magazine-viewport .container {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 1500px;
	height: 800px;
	margin: auto;
}
.magazine-viewport .magazine {
	width: 1500px;
	height: 800px;
	left: -661px;
	top: -300px;
}
.magazine-viewport .page {
	width: 750px;
	height: 800px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.magazine-viewport .zoomer .region {
	display: none;
}
.magazine .region {
	position: absolute;
	overflow: hidden;
	background: #0066FF;
	opacity: 0.2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.magazine .region:hover {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.magazine .region.zoom {
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}
.magazine .region.zoom:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.magazine .page {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.magazine-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}
.magazine .even .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}
.magazine .odd .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.magazine-viewport .zoom-in .even .gradient, .magazine-viewport .zoom-in .odd .gradient {
	display: none;
}
.magazine-viewport .loader {
	background-image: url(../images/loader.gif);
	width: 22px;
	height: 22px;
	position: absolute;
	top: 280px;
	left: 219px;
}
.magazine-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
 .next-button {
 	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	background:url('../images/arrows.png') -59px 0;
	right: 10px;
	z-index:10;
}
.previous-button {
	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	background-image: url('../images/arrows.png');
	z-index:10;
}
.magazine-viewport .previous-button-hover {
	background-position: 0 -59px;
	cursor: pointer;
}
.magazine-viewport .next-button-hover {
	background-position: -59px -59px;
	cursor: pointer;
}
.magazine-viewport .previous-button-hover, .magazine-viewport .previous-button-down {
}
.magazine-viewport .previous-button-down, .magazine-viewport .next-button-down {
}
.magazine-viewport .next-button-hover, .magazine-viewport .next-button-down {
}
.magazine-viewport .zoom-in .next-button, .magazine-viewport .zoom-in .previous-button {
	display: none;
}
.animated {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-ms-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.exit-message {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 10000;
}
.exit-message > div {
	width: 140px;
	height: 30px;
	margin: auto;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font: 12px arial;
	line-height: 30px;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.zoom-icon {
	position: absolute;
	z-index: 1000;
	width: 22px;
	height: 22px;
	top: 10px;
	right: 10px;
	background-image: url(../images/zoom-icons.png);
	background-size: 88px 22px;
}
.zoom-icon-in {
	background-position: 0 0;
	cursor: pointer;
}
.zoom-icon-in.zoom-icon-in-hover {
	background-position: -22px 0;
	cursor: pointer;
}
.zoom-icon-out {
	background-position: -44px 0;
}
.zoom-icon-out.zoom-icon-out-hover {
	background-position: -66px 0;
	cursor: pointer;
}
.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


.navUey{width:100%; overflow:hidden; position:absolute; left:0; right:0; bottom:15px; text-align:center; z-index: 99999;}
.navUey a{background:rgba(0,0,0,0.5); padding:0 12px; margin:0 10px; display:inline-block; color:#fff; font-size:14px; line-height:30px; border-radius:6px; text-decoration:none;}
.navUey a:hover{background:#fb9900;}

.phoNey{width:75px; padding-top:45px; overflow:hidden; background:#fff url("../../../../../images/logo.jpg") center 10px no-repeat; position:absolute; left:10px; top:25px; z-index:999999999; background-size:40px; border-radius:6px; cursor:pointer; cursor:pointer; display:none;}
.phoNey span{color: #f90;font-size: 18px; display:block; line-height:32px; text-align:center; font-weight:700; padding-bottom:4px;}

.zaixianzixu{width:160px;height:500px;position:fixed;left:0px;top:25px;display:block;z-index:99999999;}
.zxzx_logo{width:140px;height:78px;margin:0 10px;float:left; border:1px solid #c40a0c; border-radius:6px; background:#fff;}
.zxzx_logo img{margin:5px 26%;width:70px;height:68px; cursor:pointer;}
.ganggang{width:100%;height:12px;float:left;}
.ganggang span{width:3px;height:12px;border-left:1px #c40a0c solid;border-right:1px #c40a0c solid;display:inline-block;}
.ganggang span:first-child{margin:0 55% 0 20%;}
.zaixianCon{width:140px;height:400px;border:1px solid #c40a0c;border-radius:6px;float:left;margin:0 10px;background:#fff;}
.titleZaixian{width:100%;height:50px;background:#c40a0c;float:left;border-radius:2px 2px 0 0;line-height:50px;font-size:20px;color:#fff;text-indent:0.5em;}
.titleZaixian a{float:right;margin-right:12px;color:#fff; text-decoration:none;}
.zaixianCon ul{width:100%;height:225px;float:left; padding:0; margin:0;}
.zaixianCon ul li{list-style:none;width:96%;height:49px;float:left;margin:5px 2% 1px 2%;line-height:49px;font-size:14px;font-weight:bold;}
.zaixianCon ul li a{color:#c40a0c;margin-left:40px;text-decoration:none;}
.zaixianCon ul li:nth-child(3){background:url(../../../../../images/zaixian_nan.png) no-repeat;}
.zaixianCon ul li:nth-child(2),.zaixianCon ul li:nth-child(1){background:url(../../../../../images/zaixian_nv.png) no-repeat;}
.zaixianCon ul li:nth-child(4){background:url(../../../../../images/zaixian_pho.png) no-repeat;font-size:14px;font-weight:500;}
.zaixianCon ul li:nth-child(4) a{color:#c40a0c;margin-left:40px;line-height:16px;float:left;text-decoration:none;}
.zaixianCon ul li:nth-child(4) p{color:#c40a0c;margin:0 0 0 40px ;line-height:8px;height:25px; line-height:25px;}
.phonl{width:100%;height:30px;line-height:30px; text-align:center;float:left;color:#c40a0c;font-weight:bold;font-size:16px; margin:0;}
#zaixianerweima{width:88px;height:88px;margin-left:28px;}
.zaixiankai{width:35px;height:100px;position:fixed;left:10px;top:25px;display:block;background:#c40a0c;display:none;font-size:16px; z-index:99999999;}
#fanhuiTop{width:100px;margin:0 30px;float:left; border:1px solid #c40a0c;height:30px;margin-top:5px; border-radius:6px; text-align:center; line-height:30px;font-size:20px;color:#c40a0c;font-weight:bold;cursor:pointer;}
.zaixiankai a{width:68%;font-size:20px;font-weight:bold;line-height:25px;color:#fff;display:inline-block;margin:0 16%; text-decoration:none;}

@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
.zaixianzixu,.zaixiankai{display:none;}
.phoNey{display:block;}
}