* {
	padding: 0;
	margin: 0;
}
body{
	min-width:1200px;
}

#yun3d{width:100%;}
.content{
	margin:0 auto;
	min-width:1200px;
	background:#ebe3d3;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.contentHide{ 

	overflow:hidden;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.content .bg{
	width:1200px;
	height:636px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-318px;
	margin-left:-600px;
}
.content .middle{
	width:870px;
	height:540px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-222px;
	margin-left:-435px;
	background-image: linear-gradient(to bottom, rgb(186, 7, 7,.6), transparent);
    background-position: center;
    background-blend-mode: normal;
}
.content .middle .visitNum{
	height:24px;
	width:718px;
	padding:3px 76px;
	margin-top:16px;
}
.content .middle .visitNum img{
	float:left;
	margin-right:5px;
}
.content .middle .visitNum span{
	float:left;
	display:block;
	font-size:14px;
	line-height:24px;
	color:white;
}
.content .middle .tici{
	margin:28px 76px 20px 78px;
}
.content .middle .t1{
	margin:3px 76px 20px 75px;
}
.content .middle .info{
	width:717px;
	margin:98px 76px 20px 75px;
	font-size:14px;
	color:black;
	text-align:center;
	line-height:27px;
}
.content .goBtn{
	width:116px;
	height:60px;
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
}
* {
	padding: 0;
	margin: 0;
}
body{
	min-width:1200px;
}

#yun3d{width:100%;}
.content{
	marg