/*大赛规划*/
img {
	display: block;
	border: none;
}

.safewidth {
	width: 1000px;
	margin: 0 auto;
}

.title>h2 {
	display: inline;
	padding: 10px 20px;
	color: #fff;
	background: #3e3a39;
	font-size: 40px;
	letter-spacing: 2px;
}

.wrap1 {
	padding: 90px 0;
	margin-top: 110px;
	background: url(../imgs/bg7.png) no-repeat center;
	background-size: cover;
}

.wrap1 .msg {
	margin: 30px 0;
}

.wrap1 .msg p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: justify;
	overflow: hidden;
}

.wrap1 .msg p>b {
	padding: 0 6px;
	display: block;
	float: left;
}

.wrap1 .msg p>span {
	display: block;
	float: left;
	width: 90%;
}

.wrap1 .circle {
	overflow: hidden;
	margin-top: 30px;
}

.wrap1 .circle>li {
	width: 25%;
	float: left;
	padding: 10px;
}

.wrap1 .circle>li>div {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
}

.wrap1 .circle>li:nth-child(odd)>div {
	color: #333;
	background: #ffd900;
}

.wrap1 .circle>li:nth-child(even)>div {
	color: #fff;
	background: #81b146;
}

.wrap1 .circle>li:nth-child(1)>div,
.wrap1 .circle>li:nth-child(4)>div {
	line-height: 160px;
}

.wrap1 .circle>li:nth-child(2)>div,
.wrap1 .circle>li:nth-child(3)>div {
	padding-top: 40px;
}

.wrap1 .circle>li>p {
	color: #fff;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
}

.chars {
	margin-bottom: 30px;
}

.msg b {
	color: #FFD800;
}

.title img {
	width: 400px;

}

.title2 {
	text-align: right;
	margin-left: 50%;
}

.title2 img {
	width: 500px;
}

.wrap1 .msg2 {
	margin: 30px 0;
}

.wrap1 .msg2 p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	overflow: hidden;
}

.wrap1 .msg2 p>b {
	padding: 0 6px;
	display: block;
	float: right;
}

.wrap1 .msg2 p>span {
	display: block;
	float: right;
	width: 90%;
}

.msg2 b {
	color: #FFD800;
}

@media screen and (max-width:768px) {
	.safewidth {
		width: 100%;
		padding: 0 15px;
	}

	.wrap1 {
		padding: 30px 0;
		margin-top: 50px;
		background: none;
	}

	.wrap1:before {
		content: '';
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../imgs/mbg.png) no-repeat center;
		background-size: cover;
		overflow: hidden;
	}

	.title>h2 {
		font-size: 30px;
		padding: 6px 12px;
	}

	.wrap1 .msg {
		margin: 20px 0;
	}

	.wrap1 .msg p {
		font-size: 14px;
		line-height: 25px;
	}

	.wrap1 .circle {
		margin-top: 20px;
	}

	.wrap1 .circle>li {
		width: 50%;
	}

	.wrap1 .circle>li>div {
		width: 120px;
		height: 120px;
		font-size: 15px;
	}

	.wrap1 .circle>li:nth-child(1)>div,
	.wrap1 .circle>li:nth-child(4)>div {
		line-height: 120px;
	}

	.wrap1 .circle>li:nth-child(2)>div,
	.wrap1 .circle>li:nth-child(3)>div {
		padding-top: 30px;
	}

	.wrap1 .circle>li>p {
		padding: 10px 0;
		font-size: 15px;
	}

	.title img {
		width: 70%;
	}

	.title2 img {
		width: 200%;
		margin-left: -100%;
	}
}
