.gtcp{
	width: 100%;
	height: auto;
}

.gtcpk{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.gtcptitle{
	width: 100%;
	font-size: 30px;
	color: #333333;
	margin-top:80px;
	font-weight: bold;
}

.gtcpmain{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gtcpzi{
	width: 48.9%;
	height: auto;
}

.dahuang{
	font-size: 20px;
	color: #f8931d;
	margin-top: 57px;
	margin-bottom: 30px;
}


.danhuang{
	font-size: 18px;
	line-height: 36px;
	color: #f8931d;
	padding-top: 20px;
}


.cpheizi{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}


/* 图 */
.gtcpimg{
	width: 45%;
	height: auto;
	padding-top: 175px;
}
.cpimgmain{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.cpimgmain img{
	width: 100%;
}


@media (max-width:1200px) {
	.gtcpk{
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	height: auto;
	margin: 0 auto;
     }
	 .gtcptitle {
	     width: 100%;
	     font-size: 30px;
	     color: #333333;
	     margin-top: 30px;
	     font-weight: bold;
	 }
	 .dahuang {
	     font-size: 20px;
	     color: #f8931d;
	     margin-top: 20px;
	     margin-bottom: 10px;
	 }
	 .danhuang {
	     font-size: 18px;
	     line-height: 36px;
	     color: #f8931d;
	     padding-top: 10px;
	 }
	 .gtcpimg {
	     width: 45%;
	     height: auto;
	     padding-top: 40px;
	 }
}

@media (max-width:767px) {
	.gtcpzi {
	    width: 100%;
	    height: auto;
	}
	.gtcpimg {
	    width: 100%;
	    height: auto;
	    padding-top:30px;
	}
	.cpimgmain {
	    width: 100%;
	    height: auto;
	    margin-bottom: 15px;
	}
	.qubr{
		display: none;
	}
	
}