section {
	width: 100%;
}

.bg {
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	background: black;
}

.bg img {
	width: 100%;
}

.con_nav {
	background: white;
	font-size: 1.2em;
	text-align: center;
	color: rgb(186, 157, 105);
	font-family: '微软雅黑';
	padding: 3em 0 1em 0;
}

.con_nav p:last-child {
	font-size: 0.8em;
}

.con_tran {
	width: 100%;
	height: 30px;
	background: black;
	position: relative;
}

.triangle {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid white;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	z-index: 100;
}

.triangle1 {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid rgb(178, 163, 130);
	position: absolute;
	left: 50%;
	margin-left: -30px;
}

#con_content {
	width: 100%;
	position: relative;
	background: url(../img/pn2.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 150px 0 450px 0;
}

.con_content .box1 {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	font-family: "微软雅黑";
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	background: white;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.6s;
	border-radius: 5px;
	border: 5px solid rgb(178, 163, 130);
}

.center {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	width: 90%;
	margin: 0 auto !important;
}

.con_content .box1:hover {
	transform: scale(1.03);
}

.con_content .box1 img {
	width: 100%;
}

.con_content .box1 div {
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	padding: 15px;
	text-align: center;
	transform: translate(-50%, -50%);
}

.con_content .box1 div span:first-child {
	color: rgb(178, 163, 130);
	font-size: 1em;
}

.con_content .box1 div span:last-child {
	color: rgb(52, 157, 255);
	font-size: 0.8em;
	cursor: pointer;
}

.con_content .box1 div p img {
	width: 60%;
}

.box1 .img {
	/*border:8px solid white;*/
	box-sizing: border-box;
}

@media(max-width: 768px) {
	#con_content {
		width: 100%;
		background: black;
		position: relative;
		padding:40px 0;
		background: url(../img/pn2.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	.center {
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.5);
		width: 100%;
		margin: 0 auto !important;
	}
	.con_nav {
		padding: 1em 0 1em 0;
	}
	.con_content .box1 div {
		padding: 0px;
	}
	.con_content .box1 div span:first-child {
		font-size: 0.8em;
	}
	.con .con_content .box1 {
		width: 70%;
		margin-top: 10px;
	}
	.con_content .box1 img {
		width: 100%;
	}
	.con_content .box1 div span:last-child {
		color: rgb(52, 157, 255);
		font-size: 0.6em;
		cursor: pointer;
	}
	.con_content .box1 {
		width:90%;
	}
}