@charset "utf-8";
/* CSS Document */

/*以下样式为所有页面通用样式*/
.record_contact{
	width:100%;
	height:250px;
	background-color: #0054a3;
	}
.section_all{
	width:820px;
	height:250px;
	}
.section_left{
	width:150px;
	height:160px;
	float:left;
	margin-top:65px;
	}
.certificate{
	width:150px;
	height:140px;
	padding-top:20px;
	}
.section_center{
	width:480px;
	height:160px;
	float:left;
	margin-top:50px;
	}
.row_info{
	width:500px;
	height:25px;
	line-height:25px;
	color:White;
	font-size:12px;
	text-align:left;
	}
.row_info a{
	color:White;
	text-decoration:none;
	}
.row_info a:hover{
	text-decoration:underline;
	}
.section_right{
	width:170px;
	height:160px;
	float:left;
	margin-top:85px;
	}
.section_right div img{
	width:90px;
	}
.explain{
	width:90px;
	text-align:center;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:White;
	}
