@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;}

#banner{
	height:400px;
	background:url(../images/banner6_02.jpg);
	margin-bottom:60px;
	}
.sidebar{
	width:300px;
	height:1130px;
	float:left;
}
.sidebar_title{
	text-align:center;
	margin-bottom:20px;
}
.sidebar_title h4{
	font-family:"微软雅黑";
	font-size:24px;
	color:#9d0000;
	line-height:29px;
}
.sidebar_title p{
	font-family:arial;
	font-size:18px;
	line-height:20px;
	color:#9d0000;
	text-transform:uppercase;
}
.sidebar_bot{
	height:80px;
	width:300px;
}
.sidebar_bot_box1{
	width:300px;
	height:60px;
	background:url(../images/sidebar1.png) no-repeat left top;
	line-height:60px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#9d0000;
}
.sidebar_bot_box3{
	width:300px;
	height:60px;
	background:url(../images/sidebar2.png) no-repeat left top;
	line-height:60px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#9d0000;
}
.sidebar_bot_box2{
	width:300px;
	height:60px;
	background:url(../images/sidebar3.png) no-repeat left top;
	line-height:60px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#fff;
}
.sidebar_bot_box4{
	width:300px;
	height:60px;
	background:url(../images/sidebar2.png) no-repeat left top;
	line-height:60px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#9d0000;
}
.sidebar_bot_box5{
	width:300px;
	height:60px;
	background:url(../images/sidebar4.png) no-repeat left top;
	line-height:60px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#9d0000;
}
.sidebar_bot_bg{
	width:300px;
	height:20px;
	background:url(../images/sidebar7.png);
}
.sidebar_bot_box1:hover{
	background:url(../images/sidebar6.png);
	color:#fff;
}
.sidebar_bot_box3:hover{
	background:url(../images/sidebar3.png);
	color:#fff;
}
.sidebar_bot_box4:hover{
	background:url(../images/sidebar3.png);
	color:#fff;
}
.sidebar_bot_box5:hover{
	background:url(../images/sidebar5.png);
	color:#fff;
}
#main{
	height:1130px;
	width:1200px;
	margin:0 auto;
	}
.main_right{
	width:900px;
	height:1130px;
	float:left;
	}
.main_right .bread{
	float:right;
	font-size:18px;
	font-family:"微软雅黑";
	}
.main_right a{
	color:#747474;
	}
.main_right .content{
	padding:70px 0 0 80px;
	width:820px;
	}
.content .menu{
	height:970px;
	}
.content .menu .box{
	width:560px;
	height:850px;
	margin:0 auto;
	padding-top:120px;
	background:url(../images/big_pic.png) no-repeat center top;
	}
.menu .box .tit{
	font-size:24px;
	font-family:"微软雅黑";
	color:#9d0000;
	text-align:center;
	margin-bottom:20px;
	}
.menu .box .p1{
	font-size:18px;
	font-family:"微软雅黑";
	color:#464646;
	margin-left:85px;
	line-height:22px;
	}
.menu .box .p2{
	font-size:16px;
	font-family:"微软雅黑";
	color:#6b6b6b;
	margin-left:85px;
	line-height:22px;
	}
.menu .box .small{
	width:100px;
	height:42px;
	font-size:16px;
	font-family:"微软雅黑";
	margin-left:400px;
	background:url(../images/small_pic.png) no-repeat;
	}
.menu .box a{
	color:#e7e7e7;
	margin-left:22px;
	padding-top:4px;
	display:block;
	}