.header{
	box-shadow:0px 4px 16px 0px rgba(102,102,102,0.08);
}
body{
	background-color:#FAFAFA;
}
.content{
	width:1200px;
	margin:auto;
}
.banner{
	margin-top:100px;
}
.we_news{
	margin-top:60px;
}
.we_tiele{
	display: flex;
	align-items: center;
	display: -webkit-flex;
}
.we_title_icon{
	width:34px;
	height:26px;
	margin-right:10px;
}
.we_title_icon img{
	width:100%;
	height:100%;
}
.we_tiele h2{
	font-size:32px;
	font-family:MicrosoftYaHei-Bold;
	color:rgba(51,51,51,1);
}
.we_box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top:40px;
}
.we_phone,.we_address{
	width:816px;
	height:104px;
	padding:40px;
	margin-bottom:20px;
	background-color:white;
}

.we_phone1{
	cursor: pointer;
	overflow: hidden;
	margin-bottom:24px;
}
.we_phone1 img{
	float:left;
	margin-top:2px;
	margin-right:14px;
}
.we_phone1 h3{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	color:rgba(51,51,51,1);
}
.we_phone p{
	font-size:18px;
	margin-bottom: 12px;
	cursor: pointer;
	color:rgba(102,102,102,1);
}
.we_code{
	overflow: hidden;
	width:220px;
	height:125px;
	cursor: pointer;
	margin-left: auto;
	background-color: white;
}
.we_code{
	overflow: hidden;
	padding:28px 20px 0 20px;
}
.we_code_icon{
	width:100px;
	height:100px;
	float:left;
}
.we_code img{
	width:100%;
	height:100%;
}
.we_code p{
	width:99px;
	float:right;
	font-size:14px;
	margin-top:28px;
	color:rgba(102,102,102,1);
}
.we_activity{
	margin-top:-20px;
	margin-left:auto;
	width:260px;
}
.we_activity h2{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	color:rgba(51,51,51,1);
}
.we_activity_box{
	width:260px;
	height:302px;
	margin-top:21px;
	justify-content: center;
	display: flex;
	display: -webkit-flex;
	background-color:white;
}
.we_activity_box ul li p{
	width:122px;
	height:37px;
	font-size:14px;
	color:rgba(51,51,51,1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.we_activity_box ul li span{
	font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:400;
	display:block;
	margin-top:8px;
	color:rgba(102,102,102,1);
}
.we_activity_box ul li{
	overflow: hidden;
	margin-top:20px;
	cursor: pointer;
	padding-bottom:16px;
	border-bottom:1px solid #EBEBEB;
}
.we_activity_box ul li:last-child{
	border:0px;
}
.we_activityImg{
	width:94px;
	height:60px;
	float:left;
	margin-right:14px;
}
.we_activityImg img{
	width:100%;
}
/*footer*/
.footer{
	margin-top:120px;
}
/*字体*/
.we_phone p,.we_code p,.we_activity_box ul li p{
	font-family:MicrosoftYaHei;
	font-weight:400;
}