/* 公用标题 */
.yltitlek{
	width: 266px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.yltitlebottom{
	width: 266px;
	text-align: center;
	margin: 0 auto;
}


.yltitlebottom{
    font-size: 14px;
	color: #acacac;	
	margin-top:5px;
}

.yltitle{
	font-size: 30px;
	color: #35547f;
	font-weight: bold;
}

.yltitle div:before, .yltitle div:after {
	    position: absolute;
	    background: #c8c8c8;
	    content: "";
	    height: 1px;
	    top: 50%;
	    width: 63px;
}

.yltitle div:before {
	left: 0px;
}

.yltitle div:after {
	right: 0px;
}

/* 标题结束 */



.aerknav{
	width: 100%;
	height: 80px;
}

.aerknavk{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aerkimg{
	width: 15.3%;
}

.aerkimg img{
	width: 100%;
}

.aerktext{
	width: 68.333%;
}

.aerktext ul{
	display: flex;
	justify-content: space-between;
}

.navphoneimg{
	margin-right: 10px;
}

.rx{
	font-size: 16px;
	color: #35547f;
}

.aerktext ul li{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #323232;
	cursor: pointer;
	font-weight: bold;
}
.aerktext ul li:hover{
	color: #35547f;
}


/* 头部结束 */


/* banner开始 */
.aerkbanner{
	width: 100%;
	height: auto;
}

.aerkbanner img{
	width: 100%;
	height: auto;
}



/* 脚步开始 */
.aerkfoot{
	width: 100%;
	height: auto;
	padding-top: 56px;
	background: url(../../images/wingimg/footbg.png) no-repeat center center;
	background-size: cover;
}

.aerkfootk{
	width: 1200px;
	padding-bottom:20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footbigtitle{
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 42px;
}

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

.fyimain{
	width: 36.8%;
	border-bottom: 1px solid #6a6a6a;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #ffffff;
}

.afootdiyi{
	width: 25.8%;
}

.afootdier{
	width: 28.7%;
}

.afooter{
	width: 100%;
}

.afooterzi{
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 26px;
}

.afootdisan{
	width: 12%;
	height: auto;
}

.afootsan img{
	width: 100%;
	height: auto;
}

.footsecond{
	width: 100%;
	height: auto;
	border-top:1px solid #6a6a6a;
}

.footsecondk{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 19px;
	padding-bottom: 15px;
	margin: 0 auto;
	color: white;
}

/* 面包屑 */
.ylbread{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px 
	rgba(208, 208, 208, 0.35);
}
.ylbreadk{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.ylbread1{
	margin-left: 10px;
	color: #999999;
}


@media (max-width: 1200px) {
	/* nav */
		.aerknav{
			display: none;
	    }
		.aerknavk{
			display: none;
		}
	/* nav */
	
	
	/* bread */
	.ylbreadk{
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	
	.aerkfootk{
		width: 100%;
		padding-bottom:20px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.footsecondk{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-grow: wrap;
		padding-top: 19px;
		padding-bottom: 15px;
		margin: 0 auto;
		color: white;
		padding-left: 8px;
		padding-right: 8px;
	}
	
}


@media (max-width:767px) {
	.aerkfoot {
	    width: 100%;
	    height: auto;
	    padding-top: 25px;
	}
	
	.fyimain {
	    width: 46.8%;
	    border-bottom: 1px solid #6a6a6a;
	    padding-bottom: 10px;
	    margin-bottom: 15px;
	    color: #ffffff;
	}
	
	.afootdiyi {
	    width:100%;
	}
	
	.afootdier {
	    width:50%;
	}
	
	.afootdisan {
	    width: 43%;
	    height: auto;
	}
	
	.footbigtitle {
	    margin-bottom: 20px;
	}
	.afootsan img {
	    width: 86%;
	    height: auto;
	}
	.aerkfootk {
	    padding-bottom: 0px;
	    
	}
	.fsecond1{
		width: 100%;
	}
	.fsecond2{
		width: 100%;
		margin-top: 10px;
	}
	
}




