@charset "utf-8";
/* CSS Document */

.main_wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.nav {
	width: 185px;
	min-width: 185px;
	border: solid 1px #D5D5D5;
	
	float: left\9;
}

.nav .nav_c {
	height: 30px;
    background: url("../../images/Expandx.jpg") no-repeat 0% 50% #C00;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}

.nav .nav_i_b > * {
	margin-top: 5px;
    background: url(../../images/aBg1.jpg) no-repeat;
	color: #666;
	font-size: 12px;
    line-height: 23px;
    text-indent: 30px;
    display: block;
}

.nav .nav_i_b > *.nav_i_active {
	background: url(../../images/aBg.jpg) no-repeat;
}

.main_content {
	padding-left: 30px;
	
	float: right\9;
}

.about_caption {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #BBB;
    color: #C00;
}

.about_c_b {
	margin-top: 30px;
}

.about_c_b.p_30px {
	padding-left: 30px;
	padding-right: 30px;
}

.about_desc {
    font-size: 12px;
    line-height: 28px;
    text-align: justify;
}

.about_desc > p {
	text-indent: 2em;
}

.about_s {
	color: #006295;
}

.about_a {
	text-align: center;
}

.s_title {
	background: url("../images/desTitleIcon2.jpg") no-repeat  transparent ;
	color: #C00;
	text-indent: 45px;
	height:20px;
	line-height:14px;
	background-position:20px top;
}

.s_img img {
	width: 90%;
}

.c_wrapper > div:first-child {
	width: 300px;
	float: left\9;
}

.c_wrapper > div:first-child + div {
	width: 380px;
	float: right\9;
}

table.b_table {
	background-color: rgb(221, 221, 221);
	border-collapse: separate;
    width: 100%;
    border-spacing: 1px;
    font-size: 12px;
}

table.b_table tr {
    background-color: rgb(255, 255, 255);
}

table.b_table th {
	padding: 5px 0px;
    background-color: rgb(213, 237, 255);
    color: rgb(51, 51, 51);
}

table.b_table td {
	padding: 5px;
}

table.b_table.align_c td {
	text-align: center;
}

table.b_table td.align_l {
	text-align: left !important;
}

table.b_table.m_table td {
	width: 16%;
}

table.b_table.m_table td:nth-child(3),
table.b_table.m_table td:nth-child(4) {
	width: 26%;
	text-align: justify !important;
}

table.b_table.m_table td:last-child {
	text-align: center !important;
}

table.b_table.g_table td:first-child {
	width: 20%;
}

table.b_table.g_table td:first-child + td {
	width: 40%;
}

table.b_table.g_table td:ladt-child {
	width: 40%;
}

.h_title{
	font-weight:bold;
	/*margin-top:30px;*/
	color:#006295;
}
.n_title{
	font-weight: bold;
}
