@charset "utf-8";
/* CSS Document */



/*会议表单*/
.box {
	width: 100%;
	background: #f5f5f5;
	padding-top: 20px;
	clear: both;
	overflow: hidden;
}
.box .meetting {
	width: 1000px;
	margin: auto;
	background: #fff;
}
.meetting .meetting_top {
	width: 940px;
	height: 100px;
	border-bottom: 2px solid #d2d2d2;
	margin: auto;
}
.meetting_top .meetting_title {
	width: 220px;
	height: 50px;
	margin-top: 40px;
	float: left;
}
.meetting_top .meetting_position {
	width: 230px;
	height: 26px;
	float: right;
	margin-right: 10px;
	margin-top: 16px;
}
.meetting_top .meetting_position a {
	text-decoration: underline;
	color: #000;
	font-size: 14px;
}
.meetting_top .meetting_position a:hover {
	color: red;
}
.meetting_top .meetting_position span {
	text-decoration: underline;
	color: #000;
	font-size: 14px;
}
.meetting .meetting_card {
	width: 900px;
	height: 40px;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin: auto;
	margin-top: 18px;
}
.meetting_card .card_01 {
	background: url(../images/meetting_01.png) center no-repeat;
	width: 140px;
	height: 32px;
	float: left;
	margin-left: 587px;
	margin-top: -1px;
	line-height: 32px;
	text-align: center;
}
.meetting_card .card_01 a {
	text-decoration: none;
	color: #fff;
}
.meetting_card .card_02 {
	background: url(../images/meetting_02.png) center no-repeat;
	width: 140px;
	height: 32px;
	float: left;
	margin-left: 15px;
	margin-top: -1px;
	line-height: 32px;
	text-align: center;
}
.meetting_card .card_02 a {
	text-decoration: none;
	color: #787878;
}
.meetting_card .card_03 {
	background: url(../images/meetting_02.png) center no-repeat;
	width: 140px;
	height: 32px;
	float: left;
	margin-left: 587px;
	margin-top: -1px;
	line-height: 32px;
	text-align: center;
}
.meetting_card .card_03 a {
	text-decoration: none;
	color: #787878;
}
.meetting_card .card_04 {
	background: url(../images/meetting_01.png) center no-repeat;
	width: 140px;
	height: 32px;
	float: left;
	margin-left: 15px;
	margin-top: -1px;
	line-height: 32px;
	text-align: center;
}
.meetting_card .card_04 a {
	text-decoration: none;
	color: #fff;
}
/*table01*/
.meetting_contents {
	border: none;
	margin: auto;
}
.meetting_contents .table_01 {
	border: 1px solid #d2d2d2;
	width: 902px;
	margin: auto;
	border-top: none;
	border-collapse: collapse;
}
.meetting_contents .table_01 th {
	height: 28px;
}
.meetting_contents .table_01 th span {
	font-size: 24px;
	line-height: 28px;
}
.meetting_contents .table_01 tr {
	height: 30px;
	border: 1px solid #d2d2d2;
}
.meetting_contents .table_01 td {
	height: 30px;
	border: 1px solid #d2d2d2;
	padding-left: 22px;
	font-size: 14px;
	font-family: "宋体";
	line-height: 22px;
}
/*table02*/
.meetting_contents {
	border: none;
	margin: auto;
}
.meetting_contents .table_02 {
	border: 1px solid #d2d2d2;
	width: 902px;
	margin: auto;
	border-top: none;
	border-collapse: collapse;
}
.meetting_contents .table_02 th {
	height: 28px;
}
.meetting_contents .table_02 th span {
	font-size: 24px;
	line-height: 28px;
}
.meetting_contents .table_02 tr {
	height: 30px;
	border: 1px solid #d2d2d2;
}
.meetting_contents .table_02 td {
	height: 30px;
	border: 1px solid #d2d2d2;
	padding-left: 22px;
	font-size: 14px;
	font-family: "宋体";
	line-height: 22px;
}
.meetting_contents .table_02 .people {
	border-collapse: collapse;
}
.meetting_contents .table_02 .people tr td {
	padding-left: 0px;
}
.meetting_contents .table_02 .room {
	border-collapse: collapse;
	width: 100%;
}
.meetting_contents .table_02 .room tr td {
	padding-left: 0px;
	text-align: center;
}
.meetting_bottom {
	height: 20px;
	width: 1000px;
	background: #f5f5f5;
	margin: auto;
}
.td_01 {
	background: #e1ecf9;
	width: 246px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.td_02 {
	background: #f5f5f5;
	width: 246px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.btn {
	width: 360px;
	height: 58px;
	margin: auto;
	margin-top: 70px;
}
.res {
	width: 154px;
	height: 29px;
	border: #d2d2d2 solid 3px;
	color: #b3b3b3;
	border-radius: 7px 7px 7px 7px;
	background: #fff;
	cursor: pointer;
}
.sub {
	width: 154px;
	height: 29px;
	border: #0046a0 solid 3px;
	color: #0046a0;
	border-radius: 7px 7px 7px 7px;
	background: #fff;
	margin-left: 40px;
	cursor: pointer;
}
/*底部*/
.bottom {
	width: 100%;
	height: 157px;
	border-top: #0046a0 2px solid;
	background: #f0f0f0;
}
.bottom .bottom_center {
	width: 960px;
	height: 130px;
	margin: auto;
	margin-top: 10px;
}
.bottom .bottom_01 {
	width: 150px;
	height: 130px;
	float: left;
}
.bottom .bottom_01 ul li {
	font-size: 12px;
	color: #3c3c3c;
	height: 18px;
	text-align: 18px;
}
.bottom .bottom_02 {
	width: 300px;
	margin-left: 44px;
	float: left;
	height: 130px;
}
.bottom .bottom_02 ul li {
	font-size: 12px;
	color: #3c3c3c;
	height: 18px;
	text-align: 18px;
}
.bottom .bottom_03 {
	width: 440px;
	height: 130px;
	float: left;
	margin-left: 20px;
	border: 2px solid #fff;
	border-radius: 7px 7px 7px 7px;
}
.bottom_03 .bottom_031 {
	width: 90px;
	height: 106px;
	float: left;
	margin-left: 15px;
	margin-top: 16px;
}
.bottom_03 .bottom_031 img {
	margin: auto;
	margin-top: 0px;
}
.bottom_03 .bottom_031 span {
	font-size: 12px;
	color: #3c3c3c;
	display: block;
	text-align: center;
	font-weight: bold;
}
.bottom_03 .bottom_032 {
	width: 212px;
	height: 93px;
	float: left;
	margin-left: 10px;
	margin-top: 16px;
}
.bottom_03 .bottom_032 .bottom_032_top {
	width: 210px;
	height: 40px;
	margin: auto;
}
.bottom_03 .bottom_032 .bottom_032_bottom {
	width: 210px;
	height: 50px;
	margin: auto;
	margin-top: 4px;
}
.bottom_03 .bottom_032 .bottom_032_bottom span {
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	line-height: 20px;
}
.bottom_03 .bottom_033 {
	width: 103px;
	height: 106px;
	float: left;
	margin-left: 4px;
	margin-top: 15px;
	text-align: center;
}
.bottom_03 .bottom_033 img {
	margin: auto;
	margin-top: 0px;
}
.bottom_03 .bottom_033 span {
	font-size: 12px;
	color: #3c3c3c;
	display: block;
	text-align: center;
	font-weight: bold;
}
