* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}


a {
	text-decoration: none;
	color: #666666;
}

#wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

/* 导航 */
#wrap .nav {
	padding: 15px 0;
	width: 1200px;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
}

#wrap .nav .nav_logo {
	padding: 20px;
}

#wrap .nav .nav_name {
	padding: 0 50px;
	font-size: 27px;
}

#wrap .nav .nav_list {
	font-size: 16px;
}


#wrap .nav ul {
	display: flex;
}

#wrap .nav ul li {
	padding: 0 18px;
}

/* 轮播*/
.lunbo {
	width: 100%;
	height: 395px;
	background-color: #FFFFFF;
}

.swiper-container {
	width: 100%;
	height: 395px;
}

.swiper-container .swiper-slide img {
	width: 100%;
	height: 395px;
}


/* 底部 */
.btm {
	width: 100%;
	background-color: rgb(108, 108, 108);
	color: #FFFFFF;
}

.btm .wrap {
	width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.btm .wrap .btm_left {
	color: #e5e5e5;
	font-size: 15px;
}

.btm .wrap .btm_left ul li:nth-child(1) {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.btm .wrap .btm_left ul li {
	padding: 5px 0;
}

.btm .wrap .btm_mid ul {
	height: 155px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px;
}

.btm .wrap .btm_mid ul li.phone {
	font-size: 25px;
}

.btm .wrap .btm_right ul {
	height: 155px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.btm .wrap .btm_right ul li {
	margin-bottom: 20px;
}

.btm .wrap .btm_right ul li p {
	margin-bottom: 7px;
	text-align: center;
}

.btm img {
	width: 110px;
	height: 110px;
}
.main{
	font-size: 16px;
}