* {
	margin: 0;
	padding: 0;
	list-style: none;
}


body, html {  
  height: 100%;  
  margin: 0;   
}
.clear{
	clear: both;
}

.banner{
	height: 635px;
	width: 100%;
	background-image: url(../img/business_banner.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about_title{
	position: relative;
	left: 18.75%;
	top: 225px;
	font-size: 60px;
	width: 245px;
}
.about_bg{
	height: auto;
	width: 100%;
}
.about_box{
	position: relative;
	left: 18.75%;
	top: -125px;
	width: 62.5%;
	z-index: 98;
}
.about_box_top{
	width: 100%;
	height: 125px;
	background: rgba(250, 252, 255, 0.7);
}
.about_box_top p{
	position: relative;
	left: 60px;
	top: 60px;
	letter-spacing:1px;
	width: 685px;
}
.about_box_left{
	width: 29.16%;
	float: left;
	background: rgba(255, 255, 255);
}
.about_box_left_title{
	margin: 10px 0 0 60px;
	font-size: 28px;
	letter-spacing:3px;
}
.about_box_left_hr{
	width: 280px;
	height: 1px;
	margin: 10px 0 0 60px;
	background-color:#BEBEBE ;
}
.about_box_left_nav{
	margin: 15px 0 0 60px;
	font-size: 15px;
	letter-spacing:3px;
}
.about_box_left_nav span{
	margin-left: 10px;
}
.about_box_left_nav_nav{
	margin: 15px 0 0 60px;
	font-size: 15px;
	letter-spacing:3px;
}
.about_box_left_nav_nav span{
	margin-left: 10px;
}
#nav_select{
	color: #941B20;
}
.about_box_right{
	float: left;
	width: 70.83%;
	background: rgba(255, 255, 255);
}

.about_box_right_content{
	width: 87.65%;
	margin-left: 60px;
	margin-top: 20px;
}
.party_detail_title{
	width: 100%;
    
    font-size: 22px;
    margin: 30px 0 0 0;

}
.party_detail_content{
	width: 100%;
	margin-top: 30px;
}
.party_detail_content p{
	width: 100%;
	text-align: justify;
	text-indent: 2em;
	line-height: 2em;
	letter-spacing: 2px;
	font-size: 15px;
}
.party_detail_content img{
	width: 100%;
	margin-top: 90px ;
}
.party_detail_back{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	background-color: #941B20;
	color: #FFFFFF;
	margin: 50px 0 0 297.5px;
}
