html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: arial;*font-size: 16px; color:#808080; background:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#ff6969; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#f3b5b5;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 30px; font-family:arial, sans-serif; font-weight:normal; color:#ff7b7b; }
div.main { 
	min-height: 100%; 
	_height: 100%; 
	width:998px; 
	margin: 0 auto;
	background: url(../img/contBg.jpg) no-repeat;
    background-position: right bottom;
}
div.block{
    overflow: hidden;
    zoom:1;
    position: relative;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:300px;
    z-index:4;
    background:url("../img/headerBg.jpg")  no-repeat;
    background-position: top right;
}
.header .text{
    font-size:12px;
    color:#fff;
    line-height:22px;
    width:540px;
    position:relative;
    z-index:6;
    padding:45px 0 0 50px;
}
.header .text p{
    width:435px;
    padding-left:70px;
    margin:0 0 20px;
    background:url("../img/newsBg.jpg") no-repeat;
    background-position:left center;
}
.header .text p.first{
    margin-left:55px;
}

div.right{
    position:relative;
    z-index: 4;
    float: right;
    width: 305px;
}

div.menu{
    padding:0 0 40px 25px;
}

div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 0px 7px 1px;
    *padding:0 0px 4px 1px;
}
.news{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	margin:0 0 0 20px;
	padding-bottom: 80px;
}
.news p{
    padding:22px 0 20px 0;
    position:relative;
}
div.left{
	margin:0 300px 0px 37px;
	z-index: 2;	
    position:relative;
}
.left .title{
    text-align:right;
    line-height:55px;
    padding:0 80px 15px 0;
}
.left .title .one{
    color:#fff;
    font-size:88px;
    font-family:Times New Roman;
    padding-right:50px;
}
.left .title .two{
    color:#d24d4d;
    font-size:50px;
    font-family:Times New Roman;
}
div.content{
	padding-bottom: 20px;
}
div.content h1{
    padding-bottom:10px;
}

div.image{
    position:relative;
    z-index:2;
    float:left;
    width:200px;
    height:200px;
    margin:10px 15px 8px 0;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height:80px;
	clear:both;
	overflow: hidden;
	zoom:1;
	width: 670px;
	position: relative;
}
div.footer div.google{
	color:#fff;
	padding:0 5px 0 0;
	z-index: 2;
	position: relative;
	float: left;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: right;
	padding: 8px 0 0 35px;
    font-size:18px;
    color:#e85151;
    z-index: 2;
    position: relative;
    line-height:16px;
}
div.copy .year{
    font-size:12px;
    color:#ababab;
}
