* {
	margin: 0;
	padding: 0;
}


/* banner */
.banner_swiper {
	width: 100%;
	max-width: 19.2rem;
	margin: 0 auto;
	height: 6rem;
	position: relative;
}

.banner_swiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 1.5rem;
}

.banner_swiper .swiper-slide .banner_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.banner_swiper .swiper-slide .banner_bg img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.banner_swiper .swiper-slide-active .banner_bg img,
.banner_swiper .swiper-slide-duplicate-active .banner_bg img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner_swiper .swiper-slide .banner_txt {
	width: 15rem;
	margin: 0 auto;
	position: relative;
}

.banner_swiper .swiper-slide .banner_txt .banner_title {
	font-family: ZhenyanGB;
	font-size: 0.5rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 0.3rem;
}

.banner_swiper .swiper-slide .banner_txt .banner_url {
	display: flex;
}

.banner_swiper .swiper-slide .banner_txt .banner_url a {
	width: 1.4rem;
	height: 0.44rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: #fff;
	margin-right: 0.18rem;
}

.banner_swiper .swiper-slide .banner_txt .banner_url a:nth-child(1) {
	background: #3b87bb;
}

.banner_swiper .swiper-slide .banner_txt .banner_url a:nth-child(2) {
	background: #379fac;
}

.banner_swiper .swiper-slide .banner_txt .banner_url a:nth-child(3) {
	background: #6581a9;
}

.banner_swiper .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 0.4rem;
}

.banner_swiper .swiper-pagination span {
	display: block;
	margin: 0 0.07rem;
	width: 0.12rem;
	height: 0.12rem;
	background: #fff;
	opacity: 0.2;
	cursor: pointer;
	border-radius: 50%;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner_swiper .swiper-button-white {
	width: 0.3rem;
	height: 0.5rem;
}

.banner_swiper .swiper-button-white::after {
	display: none;
}

.banner_swiper .swiper-button-next {
	background: url(../img/nextw.png) center no-repeat;
	background-size: contain;
	left: auto;
	right: 1.2rem;
}

.banner_swiper .swiper-button-prev {
	background: url(../img/prevw.png) center no-repeat;
	background-size: contain;
	left: 1.2rem;
}


/* 数据 */
.num_body {
	width: 100%;
	min-height: 1.2rem;
	padding: 0.36rem 0;
	background: #024282;
}

.num_body .about-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.num_body .stat-item .stat-value,
.num_body .stat-item .stat-value .scroll_num {
	font-family: Anton-Regular;
	font-weight: 400;
	font-size: 0.42rem;
	color: #fff;
	line-height: 1.6;
}

.num_body .stat-item .stat-value .stat-unit {
	font-weight: normal;
	font-size: 0.22rem;
	color: #fff;
}

.num_body .stat-item .stat-title {
	font-weight: normal;
	font-size: 0.18rem;
	color: #FFFFFF;
}

.num_body .stat_icon {
	width: 0.01rem;
	height: 0.8rem;
	background: #fff;
	opacity: 0.3;
}


/* 搜索 */
.m_chaxun .g_chaxun {
	/*background: url(../img/cha_bg.png) no-repeat center, linear-gradient(to right, #2681ff, #1968d4);*/
	background: linear-gradient(to right, #2e6bc2, #104b9d);
	height: 1.6rem;
	background-size: cover;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 0.08rem;
	overflow: hidden;
}



.m_chaxun .g_chaxun .cha_fl {
	width: 2.9rem;
	float: left;
	box-sizing: border-box;
}

.m_chaxun .g_chaxun .cha_fl h3 {
	font-size: 0.3rem;
	font-weight: 600;
	color: #f0f0e1;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0.2rem;
}

.m_chaxun .g_chaxun .cha_fl p {
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
}


.g_chaxun .cha_fr {
	height: auto;
	width: 68%;
	float: left;
	box-sizing: border-box;
}

.g_chaxun .cha_fr form {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 0.3rem;
	margin-bottom: 0.1rem;
	overflow: hidden;
}

.g_chaxun .cha_fr select {
	border: none;
	width: 2rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: bold;
	color: #666;
}

.g_chaxun .cha_fr input {
	width: calc(100% - 2.5rem);
	float: left;
	padding-left: 0.2rem;
	color: #000;
	height: 0.6rem;
	line-height: 0.6rem;
	border: none;
	background: none;
	font-size: 0.16rem;
}

.g_chaxun .cha_fr input::placeholder {
	color: #777777;
}

.g_chaxun .cha_fr .btn {
	width: 0.8rem;
	height: 0.6rem;
	background: #f39800;
	border-radius: 0.3rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g_chaxun .cha_fr .btn em {
	display: block;
	width: 38px;
	height: 38px;
	float: left;
	background: url(../img/2021_zwgk_icon14.png) no-repeat;
	background-position: -38px 4px;
}

.g_chaxun .cha_fr .btn span {
	color: #ffffff;
	font-size: 0.14rem;
	float: left;
}

.g_chaxun .cha_fr .search_key {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.g_chaxun .cha_fr .search_key i {
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	float: left;
	background: url(../img/2021_zwgk_icon14.png) no-repeat;
	background-position: -254px -7px;
	margin: 0.07rem 0.07rem 0.07rem 0.03rem;
}

.g_chaxun .cha_fr .search_key span {
	color: #f39800;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
}

.g_chaxun .cha_fr .search_key a {
	font-size: 0.14rem;
	width: auto;
	height: auto;
	color: #ffffff;
	margin-right: 0.16rem;
}





/* 表格 */
.table_body {
	margin-bottom: 0.04rem;
}
.table_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}
.table_top .table_div,
.table_top .table_url{
    display: flex;
    align-items: baseline;
}
.table_top .table_div .table_title{
	font-size: 0.24rem;
	color: #2c7cdf;
	margin-right: 0.16rem;
}
.table_top .table_div .table_cont{
	font-size: 0.16rem;
	color: #666;
}
.table_top .table_div .table_cont b{
	color: #ba3e44;
	font-size: 0.16rem;
}
.table_top .table_url .table_btn{
    display: flex;
    align-items: center;
    border: 0.01rem solid #f7a710;
    margin-left: 0.2rem;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    background: #eff0e0;
    color: #000;
    width: 1.4rem;
    height: 0.34rem;
	white-space: nowrap;
	word-break: keep-all;
}
.table_top .table_url .table_btn i{
	width: 0.36rem;
	height: 100%;
	background: #f7a710;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
}
.table_top .table_url .table_btn:hover {
	border: 0.01rem solid #f78410;
	box-shadow: 0 0.01rem 0.03rem #f78410;
}
.table_top .table_url .table_btn:hover i{
	background: #f78410;
}
.table_top .table_url .table_btn i img{
	width: 0.24rem;
	height: auto;
	object-fit: contain;
}


.table_tab {
	width: 100%;
	height: auto;
	border: 0.01rem solid #d0d0d0;
	border-top: 0.04rem solid #2c7cdf;
	background-color: #fff;
	border-radius: 0.05rem;
	box-shadow: 0 0.01rem 0.03rem #ccc;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.table_tab .table_list{
	width: 100%;
	border-bottom: 0.01rem solid #e2e2e2;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0.1rem 0.25rem;
}
.table_tab .table_list:last-child{
	border-bottom: none;
}

.table_tab .table_list .table_list_item {
	width: 20%;
}

.table_tab .table_list .table_list_item a {
	font-size: 0.16rem;
	color: #3c77bd;
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 70%;
	padding: 0.04rem;
	border-radius: 0.05rem;
}
.table_tab .table_list .table_list_item a:hover {
	background-color: #3c77bd;
	color: #fff !important;
}

.table_tab .table_list1{
	width: 100%;
	border-bottom: 0.01rem solid #f5f5f5;
	display: flex;
	align-items: center;
	padding: 0.1rem 0.2rem;
	box-sizing: border-box;
}
.table_tab .table_list1:last-child{
	border-bottom: none;
	margin-bottom: 0.2rem;
}
.table_div{
	width: 50%;
	display: flex;
	align-items: flex-start;
}
.table_div .table_txt{
	font-size: 0.14rem;
	font-weight: bold;
	color: #fff;
	background: #ffa101;
	padding: 0.04rem 0.08rem;
	letter-spacing: 0.06rem;
	box-sizing: border-box;
	border-radius: 0.04rem;
	margin-right: 0.4rem;
	white-space: nowrap;
	width: 80px;
	text-align: center;
}
.table_div .table_span{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 0.3rem;
}
.table_div .table_span span{
	font-size: 0.16rem;
	color: #3c77bd;
	margin-right: 0.3rem;
	position: relative;
	line-height: 1.8;
}
.table_div .table_span span:before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.15rem;
	background: #7a7a7a;
	right: 0;
	top: 0.09rem;
}
.table_div .table_span span:last-child:before{
	display: none;
}
.table_div .table_span a{
	font-size: 0.16rem;
	color: #3c77bd;
	padding: 0 0.15rem;
	border-radius: 0.04rem;
	position: relative;
	line-height: 1.8;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
}
.table_div .table_span a:hover{
	background-color: #3c77bd;
	color: #fff !important;
}
.table_div .table_span a:before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.15rem;
	background: #7a7a7a;
	right: 0;
	top: 0.09rem;
}
.table_div .table_span a:last-child:before{
	display: none;
}

.footer{
	margin-top: 0.5rem;
}
