.we{
	width: 100%;
	height: auto;
}
.we-tab{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f4f4f4;
	padding: 0 0.35rem;
}
.we-tab>ul{
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.we-tab>ul>li>a{
	display: block;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.24rem;
	color: #343434;
}
.we-tab>ul>.on>a{
	color: #bd0c11;
	border-bottom: 2px solid #bd0c11;
}
.we-item{
	padding: 0 0.35rem;
}
.explain,.event,.contact{
	padding: 0.35rem 0;
}
.expalin-title{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0.24rem;
	color: #333;
}
.expalin-title>span{
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #333;
}
.explain-img{
	margin: 0.2rem 0;
}
.explain-img>img{
	width: 100%;
}
.explain-text{
	font-size: 0.17rem;
	line-height: 1.6;
}
.explain-info{
	width: 100%;
	height: auto;
	padding: 0.35rem 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.explain-item{
	width: calc((100% - 1.5rem)/4);
	height: auto;
}
.explain-item>a{
	display: block;
	width: 100%;
	height: auto;
}
.explain-item-img>img{
	width: 100%;
}
.explain-item-text{
	font-size: 0.21rem;
	color: #333333;
	padding: 0.15rem 0;
	text-align: center;
}

.event-main{
	padding: 0.2rem 0;
}
.event-list{
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #a0a0a0;
	position: relative;
	padding-top: 0.5rem;
}
.event-list:first-child{
	padding-top: 0;
}
.event-img{
	width: 40%;
	height: auto;
	padding: 0 0.2rem 0.5rem 0.2rem;
	text-align: right;
	position: relative;
}
.event-text{
	width: 60%;
	height: auto;
	position: relative;
}
.event-text-main{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.event-img>span{
	width: 1.34rem;
}
.event-img>span>img{
	width: 100%;
}
.event-title{
	font-size: 0.21rem;
	padding-bottom: 0.05rem;
}
.event-text p{
	font-size: 0.18rem;
	padding-bottom: 0.25rem;
}

.event-img::after{
	content: "";
	width: 1px;
	height: 1rem;
	border-right: 1px dotted #a0a0a0;
	position: absolute;
	right: 1.26rem;
	top: 0.55rem;
}
.event-icon{
	width: 0.37rem;
	height: auto;
	position: absolute;
	bottom: 0.05rem;
	right: 0.25rem;
}
.event-icon>img{
	width: 100%;
}


.team{
	padding: 0.35rem 0;
}
.team-list{
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.35rem;
}
.team-img{
	width: 45%;
	height: auto;
}
.team-img>img{
	width: 100%;
}
.team-main{
	width: 55%;
	height: auto;
	background-color: #fff;
	position: relative;
}
.team-text{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 0.2rem;
}
.team-title{
	font-size: 0.22rem;
	padding: 0.05rem 0;
}
.team-text>p{
	font-size: 0.18rem;
	line-height: 1.6;
}

.contact-main{
	width: 100%;
	padding: 0.3rem 0;
	font-size: 0.2rem;
}
.contact-main>p{
	padding: 0.05rem;
	line-height: 1.6;
}
.map>img{
	width: 100%;
}

.we-main>.we-item{
	display: none;
}
.we-main>.we-item:first-child{
	display: block;
}