.page-title-wrap{
	background-image: url(../img/pageban-gy.jpg);
	background-repeat: no-repeat;
	background-color: var(--primary-dark);
	position: relative
}
.page-title-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(var(--rgb-black), 0.5);
}
.page-title-wrap .divider {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: -1px;
}
.divider svg {
    vertical-align: bottom;
}
.page-title-wrap .container {
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.page-title-wrap .title {
	color: var(--white);
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.page-title-wrap .sub-title {
	font-size: 14px;
	color: rgba(var(--rgb-white), .8)
}
.bg-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.fill-white-wrapper, 
.fill-gy-wrapper {
    fill: var(--white);
}

.general-blockwrap {
	padding-top: 20px;
	padding-bottom: 20px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
}

.guanyu-title {
   text-align: center;
   margin-bottom: 20px;
}
.guanyu-title .title {
   font-size: 20px;
   font-weight: 700;
   position: relative;
   z-index: 1;
}
.guanyu-title .title:after {
   content: "";
   display: block;
   height: 4px;
   width: 60px;
   margin: 5px auto 0;
   background-color: var(--secondary);
}

.guanyu-box {
    margin-bottom: 30px;
}
.guanyu-wrap .img{
	margin-bottom: 10px;
}
.guanyu-wrap .img img{
	border-radius: 5px;
}
.guanyu-wrap .desc{
	font-size: 16px;
	text-align: justify;
	line-height: 2;
}

.provid-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 10px;
}
.provid-list li .img img{
	border-radius: 5px;
}
.provid-list li .title {
    font-size: 0.42667rem;
    margin-top: 5px;
}
.provid-list li .desc {
	color: var(--gray);
    font-size: 0.32rem;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:992px){
	.Apage-body.guanyu {
	    background-color: var(--light);
	}
	.Apage-body {
		min-height: 80vh;
		max-width: 1920px;
	}
	.fill-white-wrapper,
	.fill-gy-wrapper {
	    fill: var(--light);
	}
	
	.general-blockwrap {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	
	.page-title-wrap .container {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.page-title-wrap .title,
	.page-title-wrap_b .title {
		font-size: 42px;
	}
	.page-title-wrap .sub-title,
	.page-title-wrap_b .sub-title {
		font-size: 16px;
	}
	
	.guanyu-title {
	    margin-bottom: 30px;
	}
	.guanyu-title .title {
	    font-size: 28px;
	}
	.guanyu-title .title:after {
	    height: 6px;
	    width: 80px;
	}
	
	.guanyu-box{
		padding: 30px;
		border-radius: 5px;
		background-color: var(--white);
		min-height: 200px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		margin-bottom: 20px;
	} 
	.guanyu-wrap{
		display: flex;
	}
	.guanyu-wrap .img{
		flex-basis: 40%;
		margin-right: 20px;
	}
	.guanyu-wrap .desc{
		flex-basis: 60%;
		/* font-size: 16px;
		text-align: justify;
		line-height: 2; */
	}
	
	.provid-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
	}
	.provid-list li .title{
		font-weight: 500;
		font-size: 18px;
		margin-top: 10px;
	}
	.provid-list li .desc{
		font-size: 14px;
		margin: 10px 0;
	}
}