@charset "utf-8";
/* CSS Document */
*{margin: 0;padding:0;}
a{text-decoration: none;}
ul li{list-style-type: none;}

.qdzcb-sec1{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner1.jpg") top center no-repeat;position: relative;}
.qdzcb-sec6{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner6.jpg") top center no-repeat;}
.qdzcb-sec21{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner2.jpg") top center no-repeat;}
.qdzcb-sec3{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner3.jpg") top center no-repeat;}
.qdzcb-sec4{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner4.jpg") top center no-repeat;}
.qdzcb-sec5{width: 100%;height: 480px;margin: 0 auto;background: url("../images/qdzcb-banner5.jpg") top center no-repeat;}














.qdzcb-list{width:1200px;margin: 0 auto;position:relative;}
.qdzcb-list ul{display: block;position: absolute;top: 275px;}
.qdzcb-list ul li{float: left;margin-left: 15px;}
.qdzcb-list ul li a{display: block;width: 245px;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px; font-size:16px;}


.qdzcb-list6{width:564px;margin:  0px auto;position:relative;}
.qdzcb-list6 ul{display: block;position: absolute;top: 275px;left: -213px;}
.qdzcb-list6 ul li{float: left;margin-left: 15px;}
.qdzcb-list6 ul li a{display: block;width: 245px;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px;margin-bottom: 6px;font-size:16px;}


.qdzcb-list5{width:800px;margin: 0 auto;position:relative;}
.qdzcb-list5 ul{display: block;position: absolute;top: 275px;left: -213px;}
.qdzcb-list5 ul li{float: left;margin-left: 15px;}
.qdzcb-list5 ul li a{display: block;width: 245px;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px;margin-bottom: 6px;font-size:16px;}







.qdzcb-sec2{width:1200px;margin: 0 auto;}
.qdzcb-sec2::after{content: '';display: table;clear: both;}
.qdzcb-sec2 ul li a{display: block;border-bottom: 1px dashed #999;padding-top: 25px;}
.qdzcb-sec2 ul li a:hover{background: #cde8ff;}
.qdzcb-sec2 ul li a p{font-size: 16px;color:#333;line-height: 2;}
.qdzcb-sec2 ul li a span{font-size: 14px;color:#999;line-height: 1.8;margin-right: 20px;margin-bottom: 10px;display: inline-block;}
#testfenye{
	width: 100%;
	margin: 20px auto;
}
.page-elem-field-root {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.page-elem-field {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
/* .page-elem-field .item:first-child::after{
	content: "å…±{{total}}æ¡";
	position: absolute;
	left: -60px;
} */
.page-elem-field .item {
	position: relative;

	width: 32px;
height: 32px;
border: 1px solid #e3e3e6;
border-radius: 4px;


	
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* ä¸¤ä¸ªå°æ–¹å—ä¹‹é—´çš„è·ç¦» */
	margin-right: 8px;
}
.page-elem-field .item:last-child{
	margin-right: 0px;
}
.page-elem-field .item.head {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.foot {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.active {
	background-color: #425CDE;
	color: #fff;
}

.page-elem-field .item:hover {
	background-color:#425CDE;
	color: #fff;
}

.page-elem-field .item.item-disable {
	color: #d2d2d2 !important;
	cursor: not-allowed !important;
}

.page-elem-field .item.active:hover {
	background-color:#425CDE;
	color: #fff;
}

.toPage {
	margin-left: 32px;
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	
}

.toPage .inputBox {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}

.toPage .inputBox .inputborder {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	outline: none;
	border: 1px solid #e2e2e2;
	z-index: 22;
	position: absolute;
	left: 0;
	top: 0;
}

.toPage .inputBox .show-val {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.toPage::before {
	content: '跳至';
	display: block;
	margin-right: 5px;
	width: 32px;
	height: 30px;
	line-height: 30px;
}

.toPage::after {
	content: '页';
	margin-left: 5px;
	width: 16px;
	height: 30px;
	line-height: 30px;
}

.pagesbox {
	margin-left: 10px;
	width: 60px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.pagesbox .currectPage {
	color: deepskyblue;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pagesbox .line {
	color: deepskyblue;
	width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pagesbox .allPages {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}	

@media screen and (max-width: 750px){

.qdzcb-sec1{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner11.jpg")top center no-repeat
    ;background-size: 100%;  height: revert;}	
.qdzcb-sec6{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner61.jpg")top center no-repeat
    ;background-size: 100%; height: revert;}	
	.qdzcb-sec21{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner21.jpg")top center no-repeat
    ;background-size: 100%; height: revert;}	
	.qdzcb-sec3{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner31.jpg")top center no-repeat
    ;background-size: 100%; height: revert;}
	.qdzcb-sec4{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner41.jpg")top center no-repeat
    ;background-size: 100%; height: revert;}
	.qdzcb-sec2 ul li a{display: block;border-bottom: 1px dashed #999;}
  #esdMobleButton {
    width: 25px !important;
    height: 25px !important;
    }
    #esdMobleButton svg {
      width: 15px !important;
    }
	.qdzcb-sec5{width: 100%;margin: 0 auto;background: url("../images/qdzcb-banner51.jpg")top center no-repeat
    ;background-size: 100%;height: revert;}
	.qdzcb-list::before{clear: both;display: table;content: '';}
	.qdzcb-list ul{display: block;position: static;top:0px;margin-top: 44%;}
	.qdzcb-list6::before{clear: both;display: table;content: '';}
	.qdzcb-list6 ul{display: block;position: static;top:0px;margin-top: 44%;}
	.qdzcb-list5 ul{display: block;position: static;top:0px;margin-top: 44%;}
	.qdzcb-list5 ul{display: block;position: static;top:0px;margin-top: 44%;}
	.qdzcb-list5::before{clear: both;display: table;content: '';}
	
	

	
	
	
	
.qdzcb-list{width:96%;margin: 0 auto;position:static;}
	
.qdzcb-sec2{width:96%;margin: 0 auto;}
.qdzcb-list ul li{float:none;margin-left: 0px;display: block;margin-bottom: 5px;}
	.qdzcb-list ul li:first-child{margin-top: 5px;}	
.qdzcb-list ul li a{display: block;width:100%;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px;font-size:16px;}
.qdzcb-list6{width:96%;margin: 0 auto;position:static;top:0;}

.qdzcb-list6 ul li{float:none;margin-left: 0px;display: block;width: 100%;}
.qdzcb-list6 ul li a{display: block;width:100%;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px;margin-bottom: 6px;}	
	
	
	.qdzcb-list5{width:96%;margin: 0 auto;position:static;top:0;}

.qdzcb-list5 ul li{float:none;margin-left: 0px;display: block;width: 100%;}
.qdzcb-list5 ul li a{display: block;width:100%;height: 60px;background: #176ae7;line-height: 60px;color: #fff;text-align: center;border-radius: 5px;margin-bottom: 6px;}	
	
	
	.qdzcb-sec2 ul li a span{font-size: 14px;color:#999;line-height: 1.8;margin-right: 20px;margin-bottom: 5px;display: inline-block;}
	#testfenye{
	width: 100%;
	margin: 20px auto;
	padding-left: 20px;
}
.page-elem-field-root {
	display: block;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.page-elem-field {
	display: block;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
/* .page-elem-field .item:first-child::after{
	content: "å…±{{total}}æ¡";
	position: absolute;
	left: -60px;
} */
.page-elem-field .item {
	position: relative;

	width: 32px;
height: 32px;
border: 1px solid #e3e3e6;
border-radius: 4px;


	
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* ä¸¤ä¸ªå°æ–¹å—ä¹‹é—´çš„è·ç¦» */
	margin-right: 8px;
	float: left;
}
.page-elem-field .item:last-child{
	margin-right: 0px;
}
.page-elem-field .item.head {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.foot {
	width: 60px;
	min-width: 50px;
}

.page-elem-field .item.active {
	background-color: #425CDE;
	color: #fff;
}

.page-elem-field .item:hover {
	background-color:#425CDE;
	color: #fff;
}

.page-elem-field .item.item-disable {
	color: #d2d2d2 !important;
	cursor: not-allowed !important;
}

.page-elem-field .item.active:hover {
	background-color:#425CDE;
	color: #fff;
}

.toPage {
	margin-left: 32px;
	width: 100px;
	height: 30px;
    display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	
}

.toPage .inputBox {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}

.toPage .inputBox .inputborder {
	width: 40px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	outline: none;
	border: 1px solid #e2e2e2;
	z-index: 22;
	position: absolute;
	left: 0;
	top: 0;
}

.toPage .inputBox .show-val {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.toPage::before {
	content: '跳至';
	display: block;
	margin-right: 5px;
	width: 32px;
	height: 30px;
	line-height: 30px;
}

.toPage::after {
	content: '页';
	margin-left: 5px;
	width: 16px;
	height: 30px;
	line-height: 30px;
}

.pagesbox {
	margin-left: 10px;
	width: 60px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.pagesbox .currectPage {
	color: deepskyblue;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pagesbox .line {
	color: deepskyblue;
	width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pagesbox .allPages {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}	
}





