/*
html{
 background-image:url(../img/9_1.jpg);
 background-repeat-y:no-repeat;
 background-size:100% 100%;
}


body {
	background-image:url(../img/9.jpg);
	background-size:100% 100%;
    background-repeat-y:no-repeat;
    height: 780px!important;
}
*/

body {
	background-image:url(../img/9.jpg);
	background-size:repeat-x;
	height:100%;
	padding:0
}

.v-con {
	width:80%;
	background-color:white;
	height:100%;
	border:none;
	border-radius: 20px 20px 0px 0px;
	margin-top:2px;
}

nav {
	border:none;
	border-radius:20px 20px 0px 0px;
}
.v-logo {
	background-image:url(../img/1010.jpg);
	background-size:cover;
	height:100px;
	border:none;
	border-radius: 20px 20px 0px 0px;
}
.v-logo a img {
	height:100px
}
.footer {
	width:80%;
	border-radius:0 0 10px 10px;
	background-color:#09598C;
	color:white; 
}
#tupian img {
			max-width:960px;
			width:960px;
			width:expression(document.body.clientWidth>960?"960px":"auto");
			overflow:hidden;
			}
.re_bg{
				position:relative;
				left:430px;
				top:-865px;
				width:45px;
				height:17px;
				background-color:red;
				filter:alpha(opacity=40);opacity: 0.6;
				z-index:1000;
				margin:0;
				padding:0;
			}
