/*报名参会*/
.safewidth {
    width: 1200px;
    margin: 0 auto;
}
.titleEn {
	width: 350px!important;
}
.pageTitle{
	width: 260px;
	margin: 0 auto;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #fff;
	background: #3e3a39;
	font-size: 40px;
	letter-spacing: 2px;
}
.wrap1{
	padding: 60px 0;
	margin-top: 110px;
	height: 870px;
	background: url(../imgs/bg14.png) no-repeat center;
	background-size: cover;
}
.wrap2 {
	background: url(../imgs/bg14.png) no-repeat center;
	background-size: cover;
	height: 1072px;
	color: #fff;
	text-align: center;
	padding: 90px 0;
}
/* .wrap1::before {
	content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/bg14.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
} */
.form{
	width: 780px;
	margin: 0 auto;
}
.title>h2 {
	display: inline;
	padding: 10px 20px;
	color: #fff;
	background: #3e3a39;
	font-size: 40px;
	letter-spacing: 2px;
}

.wrap2 .msg {
	margin: 30px 0;
	margin-top: 220px;
}

.wrap2 .msg p {
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	text-align: justify;
	overflow: hidden;
}

.wrap2 .msg p>b {
	padding: 0 6px;
	color: #0D569E;
	font-size: 40px;
	display: block;
	float: left;
}

.wrap2 .msg p>span {
	display: block;
	float: left;
	width: 90%;
}

.wrap2 h5 {
	color: #0D569E;
	text-align: justify;
	font-size: 28px;
	margin-bottom: 20px;
}

.wrap2 h4 {
	text-align: center;
	font-size: 25px;
	margin: 30px 0;
	background-color: #0D569E;
	padding: 10px 0;
	width: 320px;
}

.phbg {
	display: none;
}



@media screen and (max-width:768px) {
	.safewidth {
        width: 100%;
    }
    .pageTitle{
		width: 180px;
		height: 60px;
		line-height: 60px;
		font-size: 26px;
	}
	/* .wrap1::before {
		content: '';
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../imgs/m/m-registration.jpg) no-repeat center;
		background-size: cover;
		overflow: hidden;
	} */
    .wrap1 {
        width: 100%;
        height: auto;
		margin-top: 50px;
		padding: 30px 0;
		background-color: #F4D020;
	}
	.safewidth {
			width: 100%;
			padding: 0 15px;
		}
	
		.wrap2 {
			background: none;
			height: 1160px;
			background: #F4D020;
		  margin-top: -120px;
		}
	
	.phbg {
		 display: block;
	}
	
		.title>h2 {
			font-size: 30px;
			padding: 6px 12px;
		}
	
		.wrap2 .msg {
			margin: 20px 0;
		}
	
		.wrap2 .msg p {
			font-size: 14px;
			line-height: 25px;
		}
	
		.wrap2 h5 {
			font-size: 22px;
		}
	
	.form{
		width: 100%;
	}
}