p{margin:0px !important;}
.main {
	height:98.5%;
}
/*二级页面切换*/
.right-top-left1 a:nth-of-type(2) {
	background: #1b6e8f;
	color: white;
}
/*banner区*/
.banner {
	width: 100%;
	margin-top: 28px;
}
.banner-content {
	width: 80%;
	margin: 0 auto;
}
.banner-content>img {
	width: 100%;
}
/*标题  首页>专委会*/
.title {
	width: 100%;
	height: 24px;
	clear: both;
}
.title-content {
	width: 100%;
	height: 24px;
	margin: 0 auto;
}
.title-left {
	float: left;
}
.title-left>span {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #1b6e8f;
	margin-right: 6px;
	margin-top: 5px;
}
.title-left>span,
.title-left>p {
	float: left;
	line-height: 28px;
	font-size: 14px;
}
.title-left>p>a {
	font-size: 14px;
	color: #898989;
}
.title-left>p>span {
	font-weight: bold;
	color: #545454;
	font-size: 14px;
}
/*韦氏幼儿智力量表第四版中文版*/
.introduce {
	width: 100%;
}
.introduce-content {
	width: 70%;
	margin: 0 auto;
}
.introduce-content>h3 {
	font-size: 22px;
	font-weight: bold;
	color: #201e1e;
	text-align: center;
	padding: 50px 0 30px 0;
}
.introduce-content>p {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 30px;
	text-indent: 28px;
	text-align: justify;
}
/*负责人*/
.introduce2 {
	width: 100%;
}
.introduce-content2 {
	width: 70%;
	margin: 0 auto;
}
.introduce-content2>h3 {
	font-size: 22px;
	font-weight: bold;
	color: #201e1e;
	text-align: center;
	padding: 50px 0 20px 0;
}
.introduce-content2>p {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 30px;
	text-indent: 0px;
	width: 100%;
}
.introduce-content2>p>span {
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 30px;
}
/*常务理事*/
.introduce3 {
	width: 100%;
}
.introduce-content3 {
	width: 70%;
	margin: 0 auto;
}
.introduce-content3>h3 {
	font-size: 22px;
	font-weight: bold;
	color: #201e1e;
	text-align: center;
	padding: 50px 0 20px 0;
}
.introduce-content3>p {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 30px;
	text-indent: 0px;
	width: 100%;
}
.introduce-content3>p>span {
	display: inline-block;
	width: 70px;
	height: 30px;
	float: left;
	line-height: 30px;
}
.introduce-content3>p>span:nth-of-type(1),
.introduce-content3>p>span:nth-of-type(15),
.introduce-content3>p>span:nth-of-type(29) {
	text-align: left;
}
/*主试资格名单*/
.introduce4 {
	width: 100%;
	clear: both;
	margin-top: 90px;
}
.introduce-content4 {
	width: 80%;
	margin: 0 auto;
}
.introduce-content4>h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1b6e8f;
	text-align: center;
	padding: 30px 0 20px 0;
}
.sousuo {
	width: 100%;
	height: 36px;
	background: rgb(240, 240, 240);
}
.sousuo>p {
	width: 50%;
	height: 36px;
	line-height: 36px;
	float: left;
	font-weight: bold;
	color: #1b6e8f;
	font-size: 14px;
	text-indent: 15px;
}
.sousuo>p>span {
	display: inline-block;
	width: 8px;
	height: 36px;
	background: #1b6e8f;
	float: left;
}
.sousuo>div {
	width: 50%;
	float: right;
}
#search {
	float: right;
	display: inline-block;
	width: 170px;
	height: 36px;
	line-height: 36px;
	background: #1b6e8f;
	color: white;
	border: none;
	outline: none;
	text-align: center;
}
.introducte4box {
	width: 100%;
	clear: both;
}
.kecheng-bottom {
	width: 100%;
	margin-bottom: 70px;
}
/* 弹出输入信息框 */
#informationbox {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none;
}
#information {
	width: 500px;
	height: 270px;
	padding: 10px;
	background: white;
	position: absolute;
	top: 35%;
	left: 36.5%;
	z-index: 3;
	border-radius: 6px;
}
#closeinformation,
#closeinformation2 {
	float: right;
	font-size: 16px;
	cursor: pointer;
}
.informationtitle {
	clear: both;
	font-size: 16px;
	width: 92%;
	margin: 10px auto 30px auto !important;
}
.informationlist {
	width: 94%;
	margin: 0 auto;
}
.informationlist>li input,
.informationlist>li select {
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid gray;
	margin-bottom: 16px;
	text-indent: 6px;
}
.informationlist>li select {
	margin: 10px;
}
#validation {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 30px;
	background: #1b6e8f;
	color: white;
	text-align: center;
	border: none;
	outline: none;
	margin: 28px auto 30px auto;
	clear: both;
	border-radius: 5px;
}
.zhushiinformationbox {}
.zhushiinformation {
	width: 350px;
	clear: both;
	margin: 0 auto;
}
#professionalName {
	width: 340px;
	border: 1px solid lightgray;
	outline: none;
	text-indent: 6px;
	font-size: 14px;
	color: gray;
}
.zhushiinformation #customerRemark1 {
	display: inline-block;
	border: 1px solid lightgray;
	margin: 0;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	float: left;
	outline: none;
	color: gray;
}
.zhushiinformation>div {
	float: left;
	display: contents;
}
.zhushiinformation>div>input {
	height: 30px;
	line-height: 30px;
	border: 1px solid lightgray;
	outline: none;
	color: gray;
	text-indent: 6px;
	font-size: 14px;
	margin-left: 20px;
}
#validateIdCard {
	display: flex;
	font-size: 12px;
	color: red;
	margin-top: -12px;
	margin-right: 10px;
	height: 15px;
	float: right;
}
.test11 {
	display: inline-block;
}
#test {
	width: 17px;
}
.tubiao {
	width: 30px;
	height: 25px;
	position: absolute;
	right: 17%;
	padding-top: 8px;
	opacity: 0.5;
}
.tubiao:hover {
	opacity: 1;
}
/* 选择证书框 */
#informationbox2 {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: none;
}
#information2 {
	width: 500px;
	min-height:270px;
	padding: 10px 10px 40px 10px;
	background: white;
	position: absolute;
	top: 35%;
	left: 36.5%;
	z-index: 4;
	border-radius: 6px;
}
.informationlist>li>p {
	display: inline-block;
	width: 206px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid gray;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer;
}
.informationlist>li>p:nth-of-type(1),
.informationlist>li>p:nth-of-type(3) {
	margin: 0px 34px 30px 0px !important;
}
/* 查看证书 */
.certificate {
	width: 500px;
	height: 700px;
	padding: 14px;
	background: white;
	position: absolute;
	top: 5%;
	left: 36.5%;
	z-index: 4;
	border-radius: 6px;
	display: none;
}
.certificate img {
	max-width: 100%;
	height: 100%;
}
.certificate .downBtn {
	position: absolute;
	top: 50%;
	left: 105%;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: #1b6e8f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.certificateimg {
	position: relative;
}
.certificatediv {
	position: absolute;
	top: 20%;
	left: 12%;
	width: 76%;
}
.closecertificate {
	width: 30px;
	height: 30px;
	color: white;
	border: 1px solid white;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	display: block;
	margin:36px auto  0 auto !important;
	position: absolute;
	top: 0%;
	left: 105%;
}
.certificatetop {
	width: 80%;
	margin: 0 auto;
}
.certificatetop>img {
	display: block;
	width: 120px;
	height: 140px;
	margin: 0 auto;
}
.certificatetop>p {
	text-align: center;
	color: #a98c20;
	font-size: 14px;
	line-height: 24px;
}
.certificatecenter {
	width: 94%;
	margin: 0 auto;
}
.name {
	font-size: 13px;
	line-height: 24px;
	color: #2b2202;
	text-align: center;
}
.name>span:nth-of-type(1) {
	color: #a98c20;
	font-size: 16px;
	border-bottom: 1px solid #2b2202;
	padding: 0 5px;
	display: inline-block;
}
.name>span:nth-of-type(2),
.name>span:nth-of-type(3) {
	display: inline-block;
	border-bottom: 1px solid #2b2202;
	padding: 0 5px;
}
.course {
	color: #a98c20;
	font-size: 16px;
	text-align: center;
	padding: 6px 0 0 0;
}
.course2 {
	color: #a98c20;
	font-size: 16px;
	text-align: center;
	padding: 6px 0 0 0;
}
.english {
	font-family: Snell Roundhand !important;
	font-style: italic;
	line-height: 16px;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	margin-bottom: 10px;
}
/*主试名单*/
.tab-wrapper {
	margin: 0px auto 60px auto;
	width: 100%;
}
.tab-menu {
	border-left: 8px solid #1b6e8f;
}
.tab-menu li {
	position: relative;
	color: gray;
	display: inline-block;
	padding: 2px 12px;
	margin: 12px 5px 0 5px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 0;
	font-size: 14px;
	font-weight: bold;
}
.tab-menu div {
	float: right;
	height: 26px;
}
.tab-menu div input {
	width: 134px;
	border: none;
	outline: none;
	font-size: 12px;
	padding: 1px 15px;
	border: 1px solid #1b6e8f;
	background: white;
	float: left;
}
.tab-menu div>img {
	float: left;
	background: #1b6e8f;
	padding: 3px 4px;
	height: 14px;
}
.tab-menu li.active {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 12px;
	color: white;
	background: #1b6e8f;
	opacity: 1;
}
.tab-content {
	margin: 60px 0 120px 0;
	padding: 20px 0;
	border: 1px solid lightgray;
	border-top: 36px solid rgb(240, 240, 240);
}
.line {
	position: absolute;
	width: 0;
	height: 0px;
	top: 0;
	left: 0;
}
/*名单介绍区*/
.tab-content1 {
	box-sizing: border-box;
	width: 100%;
	/*height:auto;*/
}
.listbox {
	width: 100%;
}
.listbox-centent {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	min-height: 320px;
	height: 379px;
	overflow: hidden;
}
.listbox-centent a {
	/*width: 8.333%;*/
	/*overflow: hidden;*/
	display: inline-block;
	height: 34px;
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #898989;
	text-align: center;
	min-width: 56px !important;
}
.listbox-centent a>span {
	/*width: 56px;*/
	margin: 0 20px;
	/*overflow: hidden;*/
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #898989;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
	/*这行必加，兼容ie浏览器*/
	text-justify: inter-ideograph;
	/*IE*/
	vertical-align: top;
	min-width: 51px !important;
}
.listbox-centent a>span:after {
	display: inline-block;
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0;
}
/*版权*/
.right-footer {
	position: relative;
	height: 40px;
	background: none;
	line-height: 40px;
	margin-top: -40px;
	color: #a3a3a3;
	font-size: 30px;
	text-align: center;
	z-index: 1;
	width: 88%;
	float: right;
	clear: both;
	border-top: 1px solid lightgray;
}
.right-footer-content {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #a3a3a3;
}
.informationlist li {}

/*避免因网络问题导致的乱版*/
.main {
	display: block !important;
	height:98.5%;
}
.loading {
	display: none !important;
}
