html,body{
	background:#fff;width:100%;
}



img{display: block;}

.fw{
	width: 100%;
	position: relative;
}

.cont{
	width:100%;
	position:relative;
	display: block;
	background: url('../img/contbg.png') no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
	-moz-background-size:100% 100%;  
    background-size:100% 100%; 
	background-attachment:scroll;
}

.cont .inner1 {
	width: 1002px;
	position: relative;
	margin: 50px auto 70px auto;
	min-width: 1002px;
	display: block;
	background: none;
	box-shadow: 0 -9px 9px #e9e9e9, 0 16px 16px #e9e9e9, -12px 0 12px #e9e9e9, 20px 0 20px #e9e9e9;
	-moz-box-shadow: 0 -9px 9px #e9e9e9, 0 16px 16px #e9e9e9, -12px 0 12px #e9e9e9, 20px 0 20px #e9e9e9;
	-webkit-box-shadow: 0 -9px 9px #e9e9e9, 0 16px 16px #e9e9e9, -12px 0 12px #e9e9e9, 20px 0 20px #e9e9e9;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.cont .inner1 .cont1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.cont .inner1 .cont1 img {
	position: relative;
	width: 1002px;
}


.cont .inner1 .cont1 a {
	display: block;
	position: absolute;
	right: 106px;
	top: 510px;
	background: rgb(180,7,6);
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	padding: 0 8px 0 25px;
	text-indent: 0;
	font-size: 32px;
	font-weight: normal;
	border-radius: 16px 16px;
	letter-spacing: 1px;
	cursor: pointer;
}

.cont .inner1 .cont1 a:hover{
	text-decoration: underline;
	background: #e60033;
	cursor: pointer;
}

.cont .inner1 .cont3{
	position: relative;
}

.cont .inner1 .cont3 a {
	display: block;
	position: absolute;
	right: 29px;
	bottom: 50px;
	background: rgb(180,7,6);
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	padding: 0 8px 0 25px;
	text-indent: 0;
	font-size: 32px;
	font-weight: normal;
	border-radius: 16px 16px;
	letter-spacing: 1px;
}

.cont .inner1 .cont3 a:hover{
	text-decoration: underline;
	background: #e60033;
	cursor: pointer;
}

/*.cont1 .inner1{
	display: block;
	clear: both;
	width: 100%;
}

.cont1 .inner1 img {
	width: 340px;
	margin: 0;
	float: left;
	display: block;
}

.cont1 .inner1 p {
	display: block;
	float: left;
	color: rgb(2,62,130);
	background: rgb(245,244,244);
	font-size: 20px;
	letter-spacing: 1px;
	text-indent: 41px;
	word-break: break-all;
	text-align: justify;
	line-height: 32px;
	width: 600px;
	margin: 45px 20px 35px 20px;
}*/

