.weishang_banner{
	width:100%;
	height: 600px;
  	background-image: url('../../images/weishang/banner2.png');
  	display: flex;
  	padding:0  300px;
  	align-items: center;
  	justify-content: space-between;
}
.weishang_banner_right img{
	width: 400px;
	height: 400px;
}
.weishang_banner_left{
	color:#fff;
}
.weishang_banner_left h3{
	font-size:35px;
}
.weishang_banner_left p{
 	margin-top: 30px;
  	margin-bottom: 55px;
  	font-size: 18px;
  	line-height: 32px;
}
.weishang_banner_left .goInfo a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  border: solid 1px #ffffff;
}
.weishang_banner_left .goInfo a:hover {
  background-color: #c09572;
  border: none;
}
/*模块1*/
.part1{
	width: 100%;
	height: 800px;
	background-color: #fff;
}
.part1 h2{
	font-size: 18px;
	color:#333;
	width:100%;
	height: 220px;
	text-align: center;
	line-height: 220px;
	font-weight: 600;
}
.part1_con{
	height: 530px;
	line-height: 530px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	height: auto;
	padding:0 300px;
}
.part1_left img{
	width:385px;
	height: 330px;	
}
.part1_right h3{
	line-height: 66px;
	font-size:16px;
	font-size: #333;
	width:300px;
	font-weight: 600;
}
/*part2*/
.part2{
	width:100%;
	height: 1000px;
	background-color: #F5F5F5;
	padding:60px 240px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.part2 h2{
	width:100%;
	text-align: center;
	font-size:35px;
	color:#333;
	margin-bottom:60px;
}
.part2_btn{
	width: 290px;
	height: 80px;
	margin:  auto ;
	font-size:32px;
	color:#fff;
	border-radius: 12px;
	background-color: #ffc442;
}
.part2_btn a{
	width:100%;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.part2_con{
	width:92%;
}
.part2_con_list{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.part2_con_li{
	width:300px;
	height:300px;
	background-color: #fff;
	border-radius: 12px;
	padding:50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}
.part2_con_li_one img{
	width:74px;
	height: 74px;
	object-fit: cover;
}

.part2_con_li_two{
	font-size: 18px;
}
.part2_con_li_three{
	width:100%;
	font-size:16px;
	color: #999;
	line-height: 24px;
	text-align: center;
}
/*part3*/
.part3{
	width:100%;
	height: 516px;
	background-color: #fff;
	padding:0 200px;
	box-sizing: border-box;
}
.part3_top h2{
	text-align: center;
	font-size:18px;
	font-weight: bold;
	color: #000;
	padding:60px 0 20px;
}
.part3_top h3{
	font-size:16px;
	color: #999;
	text-align: center;
	margin-bottom: 60px;
}
.part3_list{
	width: 100%;
	height: auto;
}
.part3_list{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.part3_lis{
	font-size:18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width:280px;
	height: 140px;
	border-radius: 18px;
  	background-size: cover;
}
