.ml12{
	margin-left: 12px;
}
.mb16{
	margin-bottom: 16px;
}

.side1 img{
	width:100%;
}

.center1 {
	padding: 50px 0;
}
.container {
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}
.clearf {
	zoom: 1;
}
.module1 .leftwrap{
	width: 304px;
	height: 588px;
	float: left;
	background: url("../images/bg51.jpg") 304px 588px;
}
.module1 div h4{
	color: #212121;
	padding: 40px 30px;
	font-size: 40px;
}
.module1 div p{
	padding: 0 30px;
	line-height: 30px;
	font-size: 16px;
	color: #625252;
}
.module1 ul{
	margin-left: 10px;
	float: left;
	width: 885px;
}
.module1 ul li{
	float: left;
	width: 286px;
	height: 304px;
}
.module1 ul li p{
	color: #625252;
	font-size: 16px;
	text-align: center;
	padding: 24px 14px;
}
.btnwrap{margin:40px auto 0;width: 710px;display: flex;justify-content: space-between;}
.btnwrap a:hover{
	opacity: .9;
}
.btnwrap a{
	border-radius: 26px;
	line-height: 66px;
	width: 45%;
	height: 66px;
	text-align: center;
	border: 1px solid #f7717a;
	font-size: 24px;
	color: #fff;
	background: #f7717a;
}
.btnwrap a:hover{
	transition: .3s;
	border: 1px solid #f7717a;
	font-size: 24px;
	color: #f7717a;
	background-color: #fff;
}
/*.btnwrap a:nth-child(2){*/
	/*border-radius: 26px;*/
	/*line-height: 66px;*/
	/*display: inline-block;*/
	/*width: 310px;*/
	/*height: 66px;*/
	/*text-align: center;*/
	/*border: 1px solid #f7717a;*/
	/*font-size: 24px;*/
	/*color: #f7717a;*/
/*}*/

.module2{
	padding: 50px 0;
	background-color: #f0d2d4;
}
.module2 div img{
	margin: 0 auto 40px;
}
.module2 ul{
	width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	display: -webkit-flex;
}
.module2 ul li{
	flex:1;
}
.module2 ul li p{
	text-align: center;
	background-color: #fff;
	padding: 0 50px 30px;
	font-size: 20px;
	color: #625252;
}
.module2 ul li div{
	text-align: center;
	width: 288px;
	background-color: #fff;
}
.module2 ul li div .line{
	display: inline-block;
	margin: 40px auto 26px;
	width: 60px;
	height: 2px;
	background-color: #f0d2d4;
}
.module3{
	margin: 0 auto;
	width: 1200px;
	padding: 50px 0;
	background-color: #f5f5f5;
}
.module3 div:first-child img {
	margin: 0 auto 40px;
}
.module3 .pic_wrap ul:first-child{
	margin-right: 16px;
	width: 590px;
	float: left;
}
.module3 .pic_wrap ul:nth-child(2){
	margin-right: 16px;
	width: 286px;
	float: left;
}
.module3 .pic_wrap ul:nth-child(3){
	width: 286px;
	float: left;
}
.module3 .pic_wrap ul li{
	border: 1px solid #dcdcdc;
}

/**/
.module5{
	width: 1200px;
	margin: 80px auto 0;
}
.module5 img{
	margin: 0 auto 40px;
}
.module5 ul{
	justify-content: space-between;
	width: 1200px;
	display: flex;
	display: -webkit-flex;
}
.module5 ul li{
	text-align: center;
	width: 32.5%;

}
.module5 ul li p:first-child{
	font-size: 24px;
	color: #322a2a;
	padding-top: 40px;

}
.module5 ul li p:first-child{
	font-size: 24px;
	color: #322a2a;
	padding-top: 40px;
}
.module5 ul li p:nth-child(2){
	font-size: 20px;
	color: #625252;
	padding: 12px 0 40px;

}
.bg_pink{
	background-color: #f0d2d4;
}
.bg_blue{
	background-color: #bee1e7;
}
.bg_yellow{
	background-color: #f7e7c3;
}
.module6{
	width: 1200px;
	margin: 90px auto;
}
.module6 div img{
	margin: 0 auto 40px;
}
.module6 ul{
	justify-content: space-between;
	display: flex;
	display: -webkit-flex;

}
.module6 ul li{
	border: 1px solid #dcdcdc;
	text-align: center;
	width: 24%;
}
.module6 ul li p{
	font-size: 18px;
	color: #212121;
	height: 66px;
	line-height: 66px;
}

.module6 ul li img{
	width: 100%;
}


/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.module4{
	overflow: hidden;
	padding: 40px 0 ;
	width: 1200px;
	margin: 0 auto;
}
.m4_img{
	margin: 0 auto 40px;
}
.word_wrap{
	background-color: #fff;
	width: 288px;
}
.word_wrap p{
	padding-bottom: 40px;
}
.word_wrap div{
	display: inline-block;
	margin: 40px auto 26px;
	width: 60px;
	height: 2px;
	background-color: #bee1e7;
}
.bg4{
	background-color:#bee1e7;
}

.bgllm1{
	padding-bottom:50px;
}


.bg4 .swiper-container .swiper-pagination{
	bottom:0;
}