﻿.about_div{
	margin-top:5px;
	background-color:#030;	
}
.about_left{
	width:200px;
	margin-left:180px;
	float:left;
}
.about_left_up{
	background-color:#e9e7df;
	color:#6b6b6b;
}
.about_left_up div:nth-child(1){
	background-color:#fcc800;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#6b6b6b;
	font-weight:bold;
	border:0 !important;
}
/*
.about_left_up div:nth-child(5){
	background-color:#fcc800 !important;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#6b6b6b;
	font-weight:bold;
	border:0 !important;
}
*/
.about_left_up div:not(:first-child){
	background-color:#e9e7df;
	height:40px;
	line-height:40px;
	color:#6b6b6b;
	font-size:16px;


}
.about_left_up div:not(:last-child){
	border-bottom:1px #c0af7d solid;
}
	


#triangle-right {
	float:left;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fcc800;
    border-bottom: 5px solid transparent;
	margin-left:30px;
	margin-top:15px;
	margin-right:15px;
}

.about_left_down{
	background-color:#f2eabe;
	margin-top:5px;
	text-align:center;
	padding:10px 0;
}
.about_left_down_title{
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	color:#333;
	letter-spacing:5px;

}
.about_left_down span{
     border:1px #004009 solid; 
	 padding:1px 10px;
	 border-radius:10px;
	 color:#004009;
	 font-size:16px;
}


.about_right{
	width:800px;
	float:left;
	margin-left:15px;
}
.about_right_up{
	text-align:right;
	font-size:14px;
	color:#333;
}


.about_right_mid{
	margin-top:10px;
	background-color:#e9e7df;
	padding:20px;
}




.about_bottom{
	/*float:left;*/
	/*margin-left:15px;*/
	float:right;
	margin-right: 185px;
	border:1px #e2e2e2 solid;
	width:798px;
	
}

.about_bottom img{
	width:100%;
}

.banner img{
	border-bottom:2px #e2e2e2 solid;
}