.bannerBox img {
    width: 100%;
}
.pageConBox {
    background-image: url(bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 640px;
}
.pageCon{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 640px;
    background-image: url(quan.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.qykb {
    position: absolute;
    left: 20%;
    top: 19%;
}
.qykb > img {
    position: absolute;
    right: -60px;
    top: -20px;
}
.qykb .listBox {
    position: absolute;
    left: 120px;
    min-width: 300px;
    top: 65px;
}
.qytc {
    position: absolute;
    left: 75%;
    top: 8%;
}
.qytc > img {
    position: absolute;
    right: -80px;
    top: 0px;
}
.qytc .listBox {
    position: absolute;
    left: 200px;
    min-width: 300px;
    top: 25px;
}
.xmjs {
    position: absolute;
    left: 5%;
    top: 50%;
}
.xmjs > img {
    position: absolute;
    right: -60px;
    top: 0px;
}
.xmjs .listBox {
    position: absolute;
    left: 20px;
    min-width: 300px;
    top: 115px;
}
.xmjs .titleBox img {
    margin-bottom: 15px;
}
.qyjy {
    position: absolute;
    left: 55%;
    top: 52%;
}
.qyjy > img {
    position: absolute;
    right: -60px;
    top: -30px;
}
.qyjy .listBox {
    position: absolute;
    left: 120px;
    min-width: 400px;
    top: 65px;
}
.listBox {
    position: absolute;
    left: 120px;
    min-width: 300px;
    top: 100px;
}
.titleBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}
.titleBox p{
	font-weight: 700;
	width: 96px;
	height: 24px;
	font-size: 24px;
	text-align: left;
	color: #1781DE;
}
.listBox li {
    position: relative;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
	cursor: pointer;
}
.listBox > ul > li::before {
	content: ''; /* 创建一个空内容 */
	position: absolute;
	left: 0; /* 定位在左侧 */
	top: 10px; /* 定位在顶部 */
	width: 10px;
	height: 10px;
	background-color: #1781DE;
	border-radius: 50%;
}
.listBox li a {
    font-size: 16px;
    line-height: 30px;
}

.listHrefBox {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background: #00000080;
}
.show{
	display: block !important; 
}
.listHref {
    position: fixed;
    width: 800px;
    background: #fff;
    margin-left: -400px;
    margin-top: -200px;
    left: 50%;
    top: 50%;
	z-index: 1;
}
.listHref h1 {
    height: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #6ab9ff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
}
.xuanzeQy{
    padding: 0 30px 30px 30px;
}
.jiuquanshi {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    border-bottom: 1px solid #ccc;
    font-size: 18px !important;
    color: #6ab9ff;
}
.listHref div ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.listHref div li {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.listHref div > h2 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}
.listHref div > h2 span {
    color: #6ab9ff;
}
button.close {
    width: 100px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
	color: #333;
	margin-right: 10px;
	cursor: pointer;
}
a.open {
    display: block;
    width: 100px;
    height: 40px;
    background: #6ab8ff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 40px !important;
}
.xuanzeQy> div {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.qyjy .listBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.qyjy .listBox ul li {
    width: 50%;
    white-space: nowrap;
}