@charset "utf-8";
/* CSS Document */
.about-right{
	margin-bottom:18%;
}
.about-right h2{
	margin-bottom:30px;
	width:100%!important;;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
	font-size: 1.2em;
    font-family:Microsoft YaHei,SimSun
    text-transform: uppercase;
    width:80%;float:left;
    font-weight:bold;
    padding: 25px 0px 11px 0px;
}
#tab-content,#round{
	width:90%;
	text-align:center;
	word-break:break-all;
}
#round table,#tab-content table{
	width:100%;
}
#round {
	background-color:#313232;
	margin-bottom:2px;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;            /* W3C syntax */
	color:#FFF;
	height:2.4em;
	line-height:2.4em;
	margin-top:100px;
}
#tab-content table tbody td{
	height:2.4em;
	line-height:2.4em;
	border:1px solid #CCCCCC;
}
.about-right #round table thead td{
	height:2.63em;
}
.about-right thead img{width:2px; height:0.9em; float:right; margin-top:10px;}
.right-tr{
	background-color:#EEE;
}