.hang0 {
	line-height: 20px;
	text-decoration: none;
}
.hang1 {
	line-height: 24px;
	text-decoration: none;
}
.hang2 {
	line-height: 28px;
	text-decoration: none;
}
.bian {
	border: 1px solid #cccccc;
}
.textcen {
	text-align: center;
}
.red{
	color: #f74d4d;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.blcen{
	margin: 0 auto;
}

.content{
	width:var(--conwidth);
	padding-bottom: 20px;
}
.content .menu {
	float: left;
	width: 280px;
}
.content .menu .tit {
	height: 80px;
	background: #fff;
}
.content .menu .tit h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	line-height: 70px;
	padding-left: 30px;
	letter-spacing: 1px;
}
.content .menu .tit img{
	width: 290px;
}
.content .menu .list {
	background: #fff;
	padding: 10px 20px 30px;
}
.content .menu .list li {
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
}
.content .menu .list li:first-child {
	border-top: 1px solid #f5f5f5;
}
.content .menu .list li a {
	color: #333;
	font-size: 18px;
	display: block;
	width: 100%;
	height: 100%;
}
.content .menu .list li.cur a {
	font-weight: bold;
	background: #D50100;
	color: #fff;
}
.content .menu .cont {
	margin-top: 20px;
}
.content .menu .cont a {
	display: block;
	margin-top: 10px;
}
.menu .blockm{
	width: calc(100% - 30px);
	margin-bottom: 20px;
}
.menu .blockm .tit{
	height: 39px;
}
.menu .blockm .tit h4{
	border-bottom: 3px solid #D50100;
}
.menu .blockm ul li a{
	font-size: 14px;
}
.menu .blockm .con{
	padding-top: 0;
}
.content .body {
	float: right;
	width: 900px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px 20px 20px;
}
.content .body>.crumbs {
	background: #f2f2f2;
	height: 50px;
	line-height: 50px;
	border-left: 6px solid #D50100;

	padding: 0 20px;
}
.content .body>.crumbs h2 {
	float: left;
	color: #D50100;
	font-size: 20px;
	letter-spacing: 1px;
}
.content .body>.crumbs p {
	float: right;
	color: #808080;
	font-size: 14px;
}
.content .body>.crumbs p a {
	color: #808080;
}
.content .body .about1{
	padding: 35px 0 0 0;
}
.about1>.tit {
	text-align: center;
}
.about1>.tit h3 {
	color: #bd1a2d;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.about1>.tit p {
	color: #3e5ea5;
	font-size: 16px;
	letter-spacing: 1px;
}
.about1>.cont {
	color: #4d4d4d;
	line-height: 28px;
	text-align: justify;
}

/* 证书查询页 */
.typelist{
	padding: 40px 0 40px 0;

}
.typelist ul li{
	margin: 0 15px 0 0;
	width: calc((100% - 60px)/5);
}
.typelist ul li:nth-child(5){
	margin: 0;
}
.typelist ul li a{
	background: #FFFFFF;
	border-radius: 5px;
	display: block;
	color: #212121;
	padding: 20px 0px 20px 0px;
	position: relative;
}
.typelist ul li a .iconfont{
	font-size: 40px;
}
.typelist ul li a h4{
	font-size: 16px;
	margin-top: 10px;
}
.typelist ul li .active{
	color: #FFFFFF;
	background: red;
}
.typelist ul li .active .sanjiao{
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	transform: rotate(45deg);
}
.cxcon{
	background: #FFFFFF;
	border-radius: 5px;
	padding:45px 0 50px 0;
	margin-bottom: 15px;
}
.cxcon .cxcont{
	margin: 0 0 80px 0;
}
.cxcon .cxcont .cxcontc{
	display: inline-block;
}
.cxcon .cxcont .xian{
	border-top: 1px solid #4f4f4f;
	height: 1px;
	width: 160px;
	margin-top: 23px;
}
.cxcon .cxcont h4{
	font-size: 34px;
	margin: 0 30px 0 30px;
	color: #242424;
}
.cxcon .cxconl{
	padding: 0 0 0 80px;
	width: 585px;
}
.cxcon .cxconl ul li{
	margin: 0 0 25px 0;
}
.cxcon .cxconl .pro{
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
.cxcon .cxconl input{
	padding: 20px;
	width: 338px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
}
.cxcon .cxconl input:focus{
	outline: none;
}
.cxcon .cxconl button{
	background: #0d70c1;
	color: #FFFFFF;
	border: none;
	padding: 13px 10px;
	width: calc(100% - 15px);
	margin: 15px 0 0 15px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
	font-weight: bold;
}
.cxcon .cxconr{
	background: #f4f8ff;
	padding: 15px 20px 30px 45px;
	border-radius: 10px;
	width: 935px;
}
.cxcon .cxconr p{
	color: #999999;
	font-size: 16px;
	line-height: 2;
}
.cxcon .cxconr img{
	width: 20px;
	margin: 8px 5px 0 0;
}
.cxcon .cxconr .tips{
	color: #feae2f;
	font-size: 18px;
}

/*表单*/
table{border-collapse: collapse;}
.inner3-block1{padding:56px 0 193px;overflow:hidden}
.search-result{overflow:hidden;background: #fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);border-radius: 12px;padding: 30px 40px 60px 40px;box-sizing: border-box;margin-bottom: 25px;}
.searchResult-head{margin:7px 23px 0 0;float:left;width:130px;overflow:hidden}
.searchResult-head img{display:block;width:100%}
.searchResult-con{overflow:hidden}
.searchResult-con .item+.item{margin-top:42px}
.searchResult-con .btn{margin-top:28px;display:block;width:98px;height:40px;line-height:40px;border-radius:4px;background-color:#D50100;font-size:16px;color:#fff;text-align:center;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.searchResult-con .btn:hover{opacity:.8;filter:alpha(opacity=80)}
.table-z1{overflow:hidden}
.table-z1 table{width:100%}
.table-z1 td,.table-z1 th{padding:9px 0;font-size:16px;color:#444;font-weight:400;border:1px solid #dfdfdf}
.table-z1 th{background-color:#e1ebf7;text-align:right}
.table-z1 td{padding-left:18px;padding-right:18px}
.table-z1 .red{color:#D50100;font-weight:700}
.table-z1 .yellow{font-size:14px;color:#feae2f}
.inner-info.inner-info_3 .hd{padding-bottom:24px}
.inner-info.inner-info_3 .hd h1{font-size:29px;color:#282828;line-height:1.5}
.inner-info.inner-info_3 .hd h1 span{display:block;font-size:13px;color:#282828;text-transform:uppercase}
.inner-info.inner-info_3 .con{padding:20px 0;font-size:16px;color:#4d4d4d;line-height:1.6}
.tit-z4 h3{padding-left:34px;font-size:20px;color:#D50100;background-repeat:no-repeat;background-position:left center;font-weight: bold;}
.wp{padding:0 50px;margin:0 auto;width:100%;max-width:1200px}
br{
	clear: both;
}
.tit-z4{padding-bottom:6px;margin-bottom:24px;border-bottom:1px solid rgba(213,1,0,.68);overflow:hidden}
.avatar{float: left; width: 117px; height: 157px;}
.table-z1 .table1{float: right; width: calc(100% - 127px);}
.table-z1 .table1 td{padding: 15px 18px 15px 18px;}