﻿.card{
	width: 1300px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	box-sizing: border-box;
}
.company{
	width: 83%;
}
.company p{
	display: flex;
	align-items: center;
}
.company .companytit{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
.company p .xc {
	  display: block;
    padding: 4px 10px;
    color: #9ab733;
    border: 1px solid #9ab733;
		margin-left: 20px;
		font-size: 14px;
}

/* 二维码 start */
	#qrcode{
		margin: 10px 20px;
	}
	#qrcode img{
		margin: 0 auto;
	}
/* end */

.download{
	width: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: right;
/* 	border: 1px solid red; */
}
.download a{
		height: 42px;
		border: 1px solid var(--color);
		line-height: 42px;
		color: var(--color);
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin-bottom: 10px;
		box-sizing: border-box;
		width: 190px;
}
.download a:hover{
	color: #fff;
	background-color: var(--color);
}
/* 最要提示 */
.tips{
	width: 1300px;
	margin: 30px auto;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	box-sizing: border-box;
}
.tips h2{
	margin-bottom: 8px;
	color: var(--color);
	font-weight: normal;
	font-size: 20px;
}
.tips p{
	line-height: 40px;
}
.tips p a{
	color: #409eff;
}
/* 基础信息 */
.detail{
	width: 1300px;
	margin: 30px auto;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	box-sizing: border-box;
}
.top-bar i {
    color: #e12323;
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
		font-style: normal;
		font-weight: normal;
}
.top-bar i::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #e12323;
}

.detail .table {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.detail .table .label {
    font-weight: 700;
    width: 260px;
    padding: 20px;
    background-color: #f7f7f7;
		
}
.detail .table .td-cont{
	width: 287px;
}
.detail .table div {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px 20px;
    background-color: #fcfcfc;
}
/* 行政管理 */
.card2{
	width: 1300px;
	margin: 30px auto;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding: 15px 20px;
	box-sizing: border-box;
	position: relative;
}
.card2 .chaxun-nav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card2 .chaxun-nav ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e3e3;
	width: 162px;
	padding: 10px 8px;
	border-right: 0;
	color: #666;
	font-size: 14px;
}
.card2 .chaxun-nav ul li:last-child{
	border-right: 1px solid #e3e3e3;
}
.card2 .chaxun-nav ul li.active{
	font-weight: bold;
	border: 1px solid #e12323;
}
.card2 .chaxun-nav ul li:hover{
	border: 1px solid #e12323;
}
.card2 .chaxun-nav ul li a{
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card2 .chaxun-nav ul li span{
	width: 100%;
	text-align: center;
}
.card2 .chaxun-nav ul li .num{
	text-align: right;
}
.card2 .chaxun-nav ul li img{
	margin-bottom: 10px;
}
/* 标准 */
.chaxun-bar{
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e3e3;
}
.chaxun-bar a{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #e3e3e3;
	margin-right: 20px;
	font-size: 14px;
}
.chaxun-bar a.on{
	background-color: var(--color);
	color: #fff;
}
/* .chaxun-bar a:hover{
	border: 1px solid var(--color);
	color: var(--color);
} */
.chaxun-bar a span{
	font-weight: bold;
}
/* 具体内容 */
.chaxun-con{
	width: 100%;
	margin-top: 20px;
	min-height: 400px;
}
.chaxun-con p{
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.chaxun-con table {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	font-size: 14px;
	margin-bottom: 10px;
}
.chaxun-con table td {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px 20px;
    background-color: #fcfcfc;
}
.chaxun-con table td.label {
    font-weight: 700;
    width: 130px;
    padding: 20px;
    background-color: #f7f7f7;
}

/* 空 */
.no-empty{
	width: 100% !important;
    height: 300px;
    background: url(../images/search/no-empty.png) no-repeat center 40px;
    text-align: center;
    padding: 0 !important;
    padding-top: 230px !important;
}
.no-empty:after {
    content: "暂无内容";
    font-size: 18px;
}
/*  loading  */
.loading_box{
	text-align: center;
    height: 100%;
	line-height: 400px;
    background-color: rgb(247 247 247 /70%);
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
}


@media (max-width: 1250px) {
	.card,.company,.download,.tips,.detail,.card2{ width: 100%;}
	.detail .table .label,.detail .table .td-cont{width: 45%;}
	.detail .table{justify-content: center;}
}

@media (max-width: 768px) {
   /* .card,.company,.download,.tips,.detail,.card2{ width: 100%;} */
	.card,.company p{display: inherit;}
	.company p .xc{display: inline-block;}
	.download{ display: flex; flex-direction:inherit; justify-content: space-around;}
	.company{margin-bottom: 10px;}
	.card2 .chaxun-nav ul{flex-wrap: wrap;}
	.card2 .chaxun-nav ul li{width:46%;border: 1px solid #e3e3e3;margin-bottom: 5px;}
	.detail .table .label,.detail .table .td-cont{width: 42%;}
	.chaxun-bar{flex-wrap: wrap;margin-top: 20px;}
	.chaxun-bar a{margin:0;padding: 5px 10px;margin-right: 5px;}	
}

@media (max-width: 550px){
	.company .companytit{font-size: 24px;}
    .card2 .chaxun-nav ul li{padding: 5px 4px;}
    .download a{width: 45%;}
	.detail .table .label,.detail .table .td-cont{width: 100%;}
}
@media (max-width: 371px){
	
	
}


















