@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}


a,
span {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}


body {
	font-size: 15px;
	color: #333333;
	font-family: "PingFang SC-Regular, PingFang SC";

}

.bodyhtml {
	background: #e5f2ff;
}


/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/* 边距 */
/*****边距调整****/

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* 内容块 */
.centerWidth {
	width: 1200px;
	margin: 0px auto;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */
.qrqw_bjt {
	background: url(qrqw_bjt.png) no-repeat;
}

.qrqw_head {
	line-height: 50px;
	background: #1B62CD;
	height: 50px;
}

.head_text_lf a,
.head_text_lf span,
.head_text_rt a,
.head_text_rt span {
	color: #fff;
	font-size: 16px;
}

.usercenter {
	font-size: 16px;
	line-height: 50px;
	margin: 0 10px;
	float: right;
	color: white;
	padding-left: 10px;
}

.qrqw_logo img {
	padding: 50px 30px;
}

.qrqw_priv {
	float: left;
	width: 340px;
	height: 290px;
	text-align: center;
	background: url(qrqw_priv.png) no-repeat center;
	border-radius: 10px;
}

.qrqw_priv .touxian {
	width: 88%;
	height: 130px;
	padding: 30px 20px;
}

.touxian .img {
	float: left;
	width: 120px;
	height: 120px;
}

.touxian span.name {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.touxian span.info {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 25px;
	background: url(qrqw_renzBg.png) no-repeat left;
	font-size: 16px;
	color: #333;
}

.touxian .img img {
	width: 100%;
	height: 100%;
}

.Information {
	width: 100%;
}

.folder {
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	background-color: #4373d5;
	display: inline-block;
	margin: 0 auto;
}

.qrqw_policy {
	width: calc(100% - 380px - 20px);
	background-color: #fafbfc;
	box-shadow: #a7a7a7 0px 0px 12px 0px;
	border-radius: 10px;
	padding: 10px 20px;
}

.qrqw_policy_title {
	line-height: 50px;
	border-bottom: 1px solid #ecebeb;
	    display: flex
;
    justify-content: space-between;
}

.qrqw_policy_title h1 {
	color: #3062c7;
	font-size: 24px;
	border-bottom: 3px solid #3062c7;
}

.qrqw_policy_title a {
	font-size: 18px;
	color: #b0bbc2;
}

.qrqw_policy_ul,.qrqw_mymy_ul {
	padding: 5px 15px;
}

.qrqw_policy_ul li ,.qrqw_mymy_ul li{
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 31px;
	padding: 5px 0;
	padding-left: 20px;
	background: url(qrqw__lip.png) no-repeat left center;
}

.qrqw_policy_ul li a,.qrqw_mymy_ul li a {
	display: inline-block;
	float: left;
	max-width: 80%;
	max-width: calc(100% - 180px);
	position: relative;

	color: #333;
	transition: all 0.3s;
}

.qrqw_policy_ul li span {
	display: inline-block;
	float: right;
	text-align: right;
	width: 150px;
	color: #999;
}


/* 联合查询 */
.qrqw_query {
	background: url(qrqw_search.png) no-repeat;
	width: 100%;
	height: 110px;
	position: relative;
	margin: 20px 0;
	margin-top: 35px;

}

.qrqw_query>span {
	font-size: 22px;
	color: #1a53c5;
	font-weight: bold;
	margin: 0 auto;
	width: 250px;
	display: block;
}

.qrqw_query #keywords {
	width: 86%;
	height: 40px;
	margin-left: 20px;
	font-size: 16px;
	float: left;
}

.qrqw_query .btn {
	width: 12%;
	height: 60px;
	cursor: pointer;
	display: block;
	float: left;
}

/* 办件 */
.qrqw_package {
	margin: 30px 0;
}

.qrqw_packa {
	width: 588px;
	background: url(qrqw_package.png) no-repeat;
	height: 405px;
	box-shadow: rgb(0 0 0 / 12%) 0px 0px 12px 0px;
	background-size: 100%;
}

.qrqw_packatitle {
	line-height: 64px;

}

.qrqw_packatitle>span {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0 30px;
}

.qrqw_packatitle>a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.qrqw_packaboy {
	width: 99.8%;
	background-color: #fff;
	height: 334px;
	margin: 0 auto;
	margin-right: 0.1px;
	position: relative;

}

.qrqw_packaboy table {
	width: 100%;
	border-collapse: collapse;
}


.qrqw_packaboy_list li,
.qrqw_packaboy_title li {

	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.qrqw_packaboy .tline {
	line-height: 60px;
	background: #F3F3F3;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.qrqw_packaboy1 {
	padding: 10px;
	position: relative;
}

.qrqw_LNumber {
	width: 18%;
}

.qrqw_LTitle {
	width: 70%;
}

.qrqw_LStatus {
	width: 12%;
}

.qrqw_packaboy_title ul,
.qrqw_packaboy_list ul {
	line-height: 60px;
}

.qrqw_packaboy_list ul:nth-child(odd) {
	background: #fff;
}

.qrqw_packaboy_list li:nth-child(1) {
	width: 20%;
}

.qrqw_packaboy_list li:nth-child(2) {
	width: 70%;
}

.qrqw_packaboy_list li a {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;

}

.qrqw_packaboy_list li:nth-child(3) {
	width: 12%;
}

/* 便民应用 */
.qrqw_application {
	margin: 0px 50px;
	position: relative;
}

.qrqw_swp1 li {
	width: 190px;
	height: 80px;
	display: flex;
	align-items: center;
	margin: 10px 10px;
	padding: 0 15px;
	background-color: #f0f4fd;
	float: left;
}

.qrqw_swp1 li span {
	width: 100%;
	padding-left: 15px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	white-space: initial
}

.qrqw_swp1 {

	position: relative;
	display: inline-block;
	width: 486px;
	height: 305px;
	overflow: hidden;
}

.qrqw_swp1 li:nth-child(2) {
	background-color: #edfcf5;
}

.qrqw_appdire {
	position: absolute;
	top: 43%;
	width: 100%;
}

.qrqw_appleft {
	position: absolute;
	left: 10px;
}

.qrqw_apprigh {
	position: absolute;
	right: 10px;
}



/* 办事服务 */
.qrqw_packabstitle {
	display: flex;
	justify-content: space-between;
}

.qrqw_packabstit {
	padding: 0 1px;
}

.qrqw_packabstit span {
	background: url(qrqw_packagexxm.png) no-repeat;
	width: 144px;
	height: 36px;
	display: inline-block;
	margin-top: 30px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.qrqw_packabstit span.cur {

	color: #026ab6;
}


/* 个人服务 */
.qrqw_swp2 li {
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0px;
	padding: 10px 0px;
	float: left;
}


.qrqw_swp2 li div {
	width: 80px;
	height: 80px;
	box-shadow: 0 4px 10px 0 rgba(1, 82, 147, .1);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.qrqw_swp2 li span {
	line-height: 45px;
	font-size: 18px;
}

.qrqw_swp2 {
	position: relative;
	display: inline-block;
	width: 486px;
	height: 305px;
	overflow: hidden;
}



/* 法人服务 */
.qrqw_swp3 li {
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0px;
	padding: 10px 0px;
	float: left;
}


.qrqw_swp3 li div {
	width: 80px;
	height: 80px;
	box-shadow: 0 4px 10px 0 rgba(1, 82, 147, .1);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.qrqw_swp3 li span {
	line-height: 45px;
	font-size: 18px;

}

.qrqw_swp3 {
	position: relative;
	display: inline-block;
	width: 486px;
	height: 305px;
	overflow: hidden;
}

.tabitem {
	display: none;
}

.tabitem.cur {
	display: block;
}

/* 我的 */
.qrqw_mymy {
	width: 380px;
	height: 365px;
}

.qrqw_mymy .qrqw_packaboy {
	height: 300px;
	width: 99.6%;
}

/* 我的订阅 */

.qrqw_swp4 {
	position: relative;
	display: inline-block;
	width: 356px;
	height: 250px;
	overflow: hidden;
}

.qrqw_swp4 li {
	display: flex;
	line-height: 60px;
	background-color: #f0f4fd;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	margin: 15px 0;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.qrqw_swp4 li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80%;
	display: inline-block;
}

.qrqw_swp4 li span {
	padding: 0 20px;
}

.pag4 {
	text-align: center;
}

.pag4 span {
	width: 10px;
	height: 10px;
	background-color: #a9a9a9;
	display: inline-block;
	margin: 0 5px;
	border-radius: 10px;
}

.pag4 span.swiper-visible-switch {
	background-color: #185baf;
}

/* 我的收藏 */
.qrqw_Collection {
	margin: 0 30px;
}

.qrqw_mymy .qrqw_packaboy1 {
	padding: 0;
}

.qrqw_my .qrqw_Subscriptions .qrqw_packaboy1 {
	padding: 10px;
}

.qrqw_mymy ul.qrqw_mymy_ul li a {
	max-width: 100% ;
}



/* 手机端 */
@media screen and (max-width: 760px) {
	.qrqw_wap {
		width: 100%;
		padding: 0 .2rem;
	}

	.qrqw_head {
		display: none;
	}

	.centerWidth {
		width: 100%;
	}

	.qrqw_logo {
		text-align: center;
	}

	.qrqw_logo img {
		width: 80%;
	}

	.qrqw_logo img {
		padding: 0.5rem;
	}

	.qrqw_priv {
		width: 100%;
		float: inherit;
		background-size: 100%;
		height: 4.5rem;
	}

	.qrqw_priv .touxian {
		width: 94%;
		height: 2.1rem;
		padding: 0.3rem 0.2rem;
		display: flex;
		flex-direction: row;
	}

	.touxian_jbxinxi {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.touxian span.name {
		font-size: 0.45rem;
	}

	.touxian span.info {
		font-size: 0.32rem;
	}

	.folder {
		font-size: 0.32rem;
		padding: 0.3rem 0.5rem;
	}

	.qrqw_policy {
		width: 100%;
		float: initial;
		padding: 0;
		margin-top: 0.3rem;

	}

	.qrqw_rotweb {
		padding: 0.2rem 0.3rem;
	}

	.qrqw_query {
		display: none;
	}

	.qrqw_policy_ul {
		width: 100%;
		float: inherit;
		padding: 0;
		margin-top: 0.3rem;
	}

	.qrqw_policy_ul li {
		width: 100%;
		line-height: 0.8rem;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.qrqw_policy_ul li span {
		font-size: 0.28rem;
		width: auto;
	}

	.qrqw_policy_ul li a {
		font-size: 0.32rem;
		max-width: 70%;
	}

	.qrqw_packa {
		width: 100%;
		height: 8.3rem;
	}

	.qrqw_packaboy {
		height: 6.7rem;
	}

	.qrqw_packaboy1 {
		padding: 0;
	}

	.qrqw_packaboy_title,
	.qrqw_packaboy_list {
		padding: 0.2rem;
	}

	.qrqw_packaboy_title li.qrqw_LNumber,
	.qrqw_packaboy_title li.qrqw_LStatus {
		display: none;
	}

	.qrqw_packaboy_list li:nth-child(1),
	.qrqw_packaboy_list li:nth-child(3) {
		display: none;
	}

	.qrqw_packaboy_list li:nth-child(2) {
		width: 100%;
	}

	.qrqw_LTitle {
		width: 100%;
	}



	.qrqw_appdire {
		display: none;
	}

	.qrqw_application {
		margin: 0 0.2rem;
	}

	.qrqw_swp1 {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 5rem;
		overflow: hidden;
	}

	.qrqw_swp1 li {
		width: 39%;
		height: 1.2rem;
		display: flex;
		align-items: center;
		margin: 0.1rem;
		padding: 0 0.2rem;
		background-color: #f0f4fd;
		float: left;
	}

	.qrqw_swp1 li img {
		width: 20%;
	}

	.qrqw_swp1 li span {
		width: 100%;
		padding-left: 15px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden;
		white-space: initial;
		font-size: 0.28rem;
	}

	.qrqw_packa_wap .qrqw_packa {
		height: 6rem;
	}

	.qrqw_packa_wap .qrqw_packaboy {
		height: 4.2rem;
		width: 99%;
		padding: 0.3rem 0;
		background-color: #fff;
		margin-right: 0.04rem;
		position: relative;
	}

	.qrqw_package {
		margin: 0.5rem 0;
	}

	.qrqw_packa_wap .qrqw_packa.rt {
		margin-top: 0.5rem;
	}

	.qrqw_packabstit span {
		font-size: 0.32rem;
		width: 50%;
		padding-left: 0.3rem;
	}

	.qrqw_packabstit {
		padding: 0 1px;
		display: flex;
		align-items: center;
		width: 50%;
	}

	.qrqw_swp2,.qrqw_swp3{
		position: relative;
		display: inline-block;
		width: 100%;
		height: 5rem;
		overflow: hidden;
	}


	.qrqw_swp2 ul,.qrqw_swp3 ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
	}

	.qrqw_swp2 li ,.qrqw_swp3 li{
		width: 24%;
		height: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0.1rem 0;
		padding: 0.1rem 0;

	}

	.qrqw_swp2 li div ,.qrqw_swp3 li div{
		width: 1.2rem;
		height: 1.4rem;
		box-shadow: 0 4px 10px 0 rgba(1, 82, 147, .1);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.qrqw_swp2 li div img ,.qrqw_swp3 li div img{
		width: 50%;
	}

	.qrqw_packa_wap .qrqw_packa.pagetab {
		height: 6.7rem;
	}

	.qrqw_packa_wap .qrqw_packaboy.tabitem {
		height: 4.4rem;
	}
	.qrqw_Collection {
	    margin: 0;
	}
	.lf ,.rt{
	    float: initial;
	}
	.qrqw_my .qrqw_mymy{
		height: 7.3rem;
	}
	.qrqw_Collection{
		margin: .5rem 0;
	}
	


}