﻿@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}

body{font-family:"微软雅黑",Arial,Helvetica,sans-serif;font-size:12px;}

body a {outline:none;blr:expression(this.onFocus=this.blur());}

a{text-decoration:none;}

img{border:none}

.clear{clear:both}

ol,ul,li{list-style:none}

a,a:focus,input{outline:none}

.main{position: relative; width:950px;min-width:950px;margin:0px auto;}

.header{height:60px;background:#fff;margin:0px auto}

.logo{background:url(../images/logo.jpg) 0 0 no-repeat;width:152px;height:45px;display:block;float: left;margin-left:35px;margin-top: 10px;}

.nav{float:right;margin-top:25px;margin-right:15px;color:#a2a5a4}

.nav a{padding: 0px 15px; font-size:12px;font-family:"宋体";color:#a2a5a4;}

.nav a:hover{text-decoration:underline}


.banner{
	height: 345px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.banner a{
	position: absolute;
	top: 280px;
	left: 195px;

	width: 120px;
	height: 58px;
	
	text-indent: -9999px;
}
.banner .a2{
	top: 265px;
	left: 375px;
	width: 150px;
}

.middle{
	margin: 0 auto;
	padding-bottom: 22px;
	max-width: 1400px;
	background: #fff;
}

.middle .box{
	position: relative;
	height: 871px;
	text-indent: -9999px;
	background: url(../images/box1.jpg) top center no-repeat;
}

.middle .box2{
	height: 400px;
	background-image: url(../images/box2.jpg);
}

.middle .box3{
	height: 1719px;
	background-image: url(../images/box3.jpg);
}

.middle .box4{
	height: 2084px;
	background-image: url(../images/box4.jpg);
}

.middle .box5{
	height: 956px;
	background-image: url(../images/box5.jpg);
}

.middle .box6{
	height: 165px;
	background-image: url(../images/box6.jpg);
}
.middle .box6 a{
	position: absolute;
	top: 25px;
	left: 30px;

	width: 430px;
	height: 30px;

	text-indent: -9999px;
}
.middle .box6 .link2{
	top: 55px;
}



.footer{
	padding-top: 5px;
	height: 60px;
}
.footer p,
.footer a{
	line-height: 20px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
}

