@media (max-width:1920px) {
	.container{
		max-width: 1440px !important;
		margin: 0 auto;
	}
}
@font-face {
	font-family:"syht";
	src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
	font-family:"syhttwo";
	src: url(../fonts/SourceHanSansCN-Normal.otf);
}
ul{
	margin: 0;
}
dd{margin: 0;}
dl{margin: 0;}
.main{
	padding: 3.2% 0;
}
.main2{
	padding: 3.2% 0 2.5% 0;
}
.main_b{
	padding:0 0 3% 0;
}
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after{
	background: #fff !important;
}

/*黑色标题*/
.labp_title{
	font-family: syht;
	text-align: center;
	margin-bottom: 5%;
	
	
}


.labp_title h3{
	position: relative;
	display: inline-block;
	margin: 0;
	letter-spacing: 4px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.labp_title p{
	letter-spacing: 2px;
	color: #666;
}

/*白色标题*/
.labp_titletwo{
	font-family: syht;
	text-align: center;
	margin-bottom: 5%;
}

.labp_titletwo h3{
	position: relative;
	display: inline-block;
	margin: 0;
	letter-spacing: 4px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.labp_titletwo p{
	letter-spacing: 2px;
	color: #fff;
}
/*a*/
.labp_a{
	text-align: center;
}
.labp_a a{
	display: inline-block;
	padding: 10px 60px;
	border: 1px solid #3d6cc4;
	border-radius: 3px;
	transition: .5s;
	color: #3d6cc4;
	text-decoration: none;
}
.labp_a a:hover{
	background: #3d6cc4;
	color: #fff;
}
