@charset "utf-8";
/* CSS Document */
* {
	font-family: "Microsoft YaHei";
	padding: 0;
	margin: 0;
}
input, button {
	margin: 0;
	padding: 0;
	outline: none;
}
.zy_cont_box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.zy_content {
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 20px;
	overflow: hidden;
}
.zy_left {
	background: #fff;
	margin-bottom: 50px;
	padding: 30px;
	width: 790px;
	float: left;
}
/**************************************正式样式*****************************************************/
.certificateCont {
	width: 100%;
	overflow: hidden;
}
.certificateCont .CertTitle {
	font-size: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
.CertForm input {
	padding-left: 25px;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	width: 672px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.CertForm select {
	padding-left: 10px;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.CertBut {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 140px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	background: #0166b6;
	font-size: 16px;
	border: 0;
}
.CertTable {
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
	margin-bottom: 35px;
}
.CertTable table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}
.CertTable table tr td {
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.CertTable table tr td:last-child {
	border-right: 0;
}
.CertTable table thead tr td {
	font-size: 16px;
	color: #333;
	height: 44px;
}
.CertTable table tbody tr:last-child td {
	border-bottom: 0;
}
.CertTable table tbody tr td {
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #666;
}
.CertTable table tbody tr td:last-child {
	position: relative;
}
.CreatImgshow {
	position: absolute;
	width: 26px;
	height: 22px;
	top: 13px;
	left: 30px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.zoom-img-wrap img {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
