.topbanner {
	position: relative;
	height: 416px;
	margin-bottom: 116px;
	background: url(../images/banner_ymcx.png) no-repeat center center;	
}
.topbanner.organization {
	background: url(../images/banner_gywm.png) no-repeat center center;	
}
body {
	background-color: rgb(245, 247, 250);
}
.search-box {
	width: 1200px;
	padding: 32px 0;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom:-76px;
	background-image: linear-gradient(178deg, 
		#ebeff5 2%, 
		#ffffff 100%);
	box-shadow: 0px 0px 24px 0px 
		rgba(89, 97, 120, 0.26);
	border-radius: 4px;
	border: solid 2px #ffffff;
}

.search-box .center-box {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.search-box .search-tip {
	font-size: 14px;
	color: #191a24;
}
.search-box .search-tip h3{
	display: inline-block;
	margin-right: 16px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	letter-spacing: -1px;
	color: #ff2626;
}
.search-box .input-div {
	height: 48px;
	margin-top: 20px;
	line-height: 48px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: solid 1px #d0d5dc;
}
.search-box  input {
	width: 721px;
	padding: 0 24px;
	font-size: 14px;
}
.search-box .hasdot  input {
	width: 660px;
} 
.search-box  .dot-txt {
	height: 20px;
	padding-right: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #191a24;
	border-right: 1px solid #d0d5dc;
}
.search-btn {
	display: inline-block;
	width: 64px;
	height: 48px;
	text-align: center;
	line-height: 48px;
}
.search-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/index-icons.png);
	background-position: 0 0;
	vertical-align: middle;
}
.search-result {
	margin-bottom: 80px;
	min-height: 640px;
	background-color: #ffffff;
}
.search-result img {
	display: block;
	width: 100%;
}
/* 公用 免费试用弹窗吗 bgein*/

.searchTip {
    display: none;
    width: 440px;
    /* height: 216px; */
}


.searchTip h5 {
	padding-top: 34px;
	font-size: 16px;
	color: #191a24;
	text-align: center;
	line-height: 22px;
}
.searchTip h5 i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	background: url(../images/icon_js.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.searchTip .btn-box {
	padding: 32px 24px;
	text-align: right;
}
.searchTip a{
	display: inline-block;
	width: 76px;
	height: 32px;
	margin-left: 14px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d7dce2;
	text-align: center;
	line-height: 32px;
}

.searchTip .sure-btn {
	width: 76px;
	height: 32px;
	border: solid 1px #ff2626;
	background-color: #ff2626;
	border-radius: 4px;
	color: #FFFFFF;
}


.knowledge-box {
	margin-bottom: 80px;
}
.topbanner.knowledge {
	position: relative;
	height: 416px;
	margin-bottom: 116px;
	background: url(../images/banner_ymzs.png) no-repeat center center;	
}

.knowledge-left {
	width: 240px;
	background-color: #ffffff;
	border-radius: 4px;
}
.knowledge-left .menu-item {
	position: relative;
	display: block;
	height: 48px;
	margin: 8px 0;
	padding: 0 24px  0 40px;
	line-height: 48px;
	font-size: 16px;
	color: #191a24;
}
.knowledge-left .menu-item  i{
	position: absolute;
	display: none;
	width: 16px;
	height: 16px;
	right: 24px;
	margin-top: -8px;
	top: 50%;
	z-index: 9;
	background: url(../images/icon_sel.png);
	vertical-align: middle;
}
.knowledge-left .menu-item.active{
	background-color: rgb(255,238,238);
	color: #ff2626;
	font-weight: bold;
}
.knowledge-left .menu-item.active i{
	display: inline-block;
}



.knowledge-right {
	width: 944px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}
.knowledge-list {
	padding: 15px 52px 15px 88px;
}
.knowledge-item a{
	display: block;
	padding: 25px 0;
	border-bottom: dashed 1px #d7dce2;;
}
.knowledge-item a:hover {
	opacity: 1;
}
.knowledge-item a:last-of-type {
	border: none;
}
.knowledge-item a:hover h3{
	font-weight: bold;
}
.knowledge-item .img-box {
	width: 174px;
	height: 128px;
	background-color: #f5f7fa;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
	overflow: hidden;
	line-height: 128px;
	text-align: center;
}
.knowledge-item .img-box img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.knowledge-txt {
	width: 606px;
}
.knowledge-txt h3 {
	font-size: 16px;
	color: #191a24;
}
.knowledge-txt .time {
	margin-top: 24px;
	font-size: 14px;
	color: #a2aab9;
}
.knowledge-txt .time i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background: url(../images/notice-icons.png);
	background-position: 0 -16px;
	vertical-align: middle;
}
.knowledge-txt .konwledge-dec {
	margin-top: 18px;
	font-size: 14px;
	line-height: 22px;
	color: #676e80;
}
.infomation-more {
	display: block;
	width: 112px;
	height: 40px;
	margin: 20px auto 0 auto;
	border-radius: 4px;
	border: solid 1px #ff2626;
	line-height: 40px;
	text-align: center;
	color: #ff2626
}
.infomation-more:hover {
	color: #ff2626;
	border: solid 1px #ff2626;
}


.cerfiticate-content {
	height: 1714px;
	background: url(../images/cera.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.cerfiticate-content.error {
	height: 848px;
	background: url(../images/cera_err.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.cerfiticate-list {
	padding: 376px 181px 0 181px;
}
.cerfiticate-content.error .cerfiticate-list{
	padding-top: 310px;
}
.cerfiticate-item {
	margin-bottom: 20px;
}
.cerfiticate-left {
	float: left;
	width: 28%;
}
.cerfiticate-right {
	float: left;
	width: 72%;
	font-size: 22px;
	color: #000000;
}
.cerfiticate-left .ch-name {
	font-size: 22px;
	color: #000000;
}
.cerfiticate-left .en-name {
	font-size: 16px;
	color: #000000;
}
.cerfiticate-right .no-register {
	margin-top: 24px;
}