.proxqimg {
	text-align: center;
}

.proxqimg img {
	width: 100%;
	display: inline-block;
}

.pro_boxs{
	display: flex;
	flex-wrap: wrap;
}
.pro_boxs_left{
	width: 50%;
	padding-right: 50px;
}

.pro_boxs_right{
	width: 50%;
}
.pro_boxs_right h2 {
	color: #202020;
	font-size: 40px;
    line-height: 40px;
}
.pro_boxs_right .lines{
	width: 80px;
    height: 2px;
    line-height: 2px;
    background-color: #999;
    margin: 20px 0 30px;
}

.projs p{
	line-height: 1.7;
	margin-bottom: 4px;
}

.proxq_cont{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.proxq_cont img{
	margin: auto;
}

.backpage {
	margin: 20px 0 40px;
}

.backpage a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.hd-wrap {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.hd-wrap .hd-title {
	color: #19a8fa;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
	display: inline-block;
	font-weight: normal;
	position: relative;
	line-height: normal;
}

.hd-wrap .hd-title:before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 2px solid #19a8fa;
	position: absolute;
	bottom: -2px;
}

.hd-wrap a {
	font-size: 14px;
	line-height: 46px;
	color: #666;
}

.hd-wrap a:hover {
	color: #19a8fa;
}

.xgcp_box {
	position: relative;
}

.xgcp_cont {
	width: 90%;
	margin: 0 auto;
}

.xgcp_box .prev,
.xgcp_box .next {
	display: inline-block;
	width: 26px;
	height: 53px;
	background: no-repeat center center;
	position: absolute;
	top: 40px;
	z-index: 99;
}

.xgcp_box .prev {
	left: 0;
	background-image: url(../images/prev.png);
}

.xgcp_box .next {
	right: 0px;
	background-image: url(../images/next.png);
}

.pro_xgcp {
	margin-bottom: 50px;
}

.xgcp_cont p {
	text-align: center;
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}


@media screen and (max-width: 992px) {
	.xgcp_box .next{
		top: 18px;
	}
	.backpage {
		margin: 20px 0 20px;
	}
	.pro_boxs_left {
		width: 100%;
		padding-right: 0px;
	}
	.pro_boxs_right{
		width: 100%;

	}
	.pro_boxs_right h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.pro_boxs_right .lines{
		margin: 14px 0 14px;
	}
	
}