@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

#wrapper{
	margin:0px auto;
	padding:0px;
}

.main{
	margin:0px auto;
	padding:0px;
	width:100%;
}

.main_box{
	margin:0px auto;
	padding:0px;
	width:100%;
	overflow:hidden;
}

/*--------------------logo--------------------*/

.logo_box{
	width:100%;
    background:url(../images/bg04.png) repeat center top;	
}

.logo_box_in{
	margin:0px auto;
	width:990px;
	height:150px;
	position:relative;                                             /* tag定位 */
	background:url(../images/logo.png) repeat center top;
}

.logo_box_in .icon_00{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:191px;
	top:0px;
	width:510px;
	height:150px;
}

.logo_box_in .icon_01{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:772px;
	top:120px;
	width:69px;
	height:16px;
}

.logo_box_in .icon_02{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:852px;
	top:120px;
	width:64px;
	height:16px;
}

.logo_box_in .icon_03{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:926px;
	top:116px;
	width:24px;
	height:24px;
}

.logo_box_in .icon_04{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:956px;
	top:116px;
	width:24px;
	height:24px;
}


/*--------------------pic--------------------*/
.pic_box{
	width:100%;
	padding:15px 0;
    background:url(../images/bg03.jpg) repeat center top;	
}

.pic_box_in{
	width:2000px;
}

.pic{
	float:left;
}


.btnbtn{
	margin:0px auto;
	width:990px;
	height:0px;
	position:relative;                                             /* tag定位 */
}

.btnbtn .btn01{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:10px;
	top:-300px;
	width:45px;
	height:45px;
}

.btnbtn .btn02{
	position:absolute;                                             /* tag定位 */
	z-index:9;
	left:935px;
	top:-300px;
	width:45px;
	height:45px;
}

/*--------------------content--------------------*/

.content_box{
	width:100%;
    background:url(../images/bg02.png) repeat center top;	
}

.arrow{
	height:7px;
    background:url(../images/bg01.png) repeat center top;
	margin-bottom:50px;	
}

.content{
	margin:0px auto;
	width:990px;
}

.content .aa{
	margin-bottom:60px;
}

.content_in{
	width:950px;
	padding:0 20px 60px 20px;
}

.content_in .content_left{
	width:465px;
	float:left;
}

.content_left .title{
	margin-bottom:20px;
}

.content_left .left{
	float:left;
}

.content_left .right{
	width:270px;
	float:left;
}

.content_left p{
	font-family: Verdana, Geneva, sans-serif;
    color:#555555;
	font-size:12px;
	line-height:22px;
	margin-bottom:15px;
}


.content_in .content_right{
	width:465px;
	float:right;
}

.content_right .title{
	margin-bottom:20px;
}

.content_right .left{
	float:left;
}

.content_right .right{
	width:270px;
	float:left;
}

.content_right p{
	font-family: Verdana, Geneva, sans-serif;
    color:#555555;
	font-size:12px;
	line-height:22px;
	margin-bottom:15px;
}


/*--------------------footer--------------------*/

.footer_box{
	width:100%;
	height:30px;
    background:url(../images/bg05.jpg) repeat center top;
}

.footer{
	width:990px;
	margin:0 auto;
}

.footer p{
	font-family: Verdana, Geneva, sans-serif;
    color:#ffffff;
	font-size:11px;
	text-align:center;
	line-height:30px;
}