#cooperation {
	min-width: 1280px;
}

#cooperation .content{
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1;
}
#cooperation .div2{
	position:absolute;
	z-index: 2;
	height: 30px;
	width: 100%; 
	top: 25px;
	left: 15; 
}
#cooperation .try{
	position: absolute;
        top: 550px;
	right: 80px;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-size: 18px;
	padding: 12px 80px;
        padding-bottom: 20px;
	z-index: 1;
	cursor: pointer;
	font-weight: bold;
	border-radius: 7px;

}
#mask{
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	background-color: #000;
	filter: 80;
	left: 0;
	top: 0;
	filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;
	display: none;
}
#codeImg{
	position: fixed;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
	z-index: 2000;
	background-color: #FFF;
	display: none;
}

