.join{
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 1.688rem 0 3.813rem 0;
}
.join .container{
	height: auto;
}
.join .container ul{
	margin-bottom: 3rem;
}
.join .container ul li{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	transition: all 0.5s; 
	margin-bottom: 1rem;
	cursor: pointer;
}
.joinitem-off{
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
	padding: 0 1.313rem 0 2.188rem;
}
.joinitem-off span{
	font-size: 1rem;
	line-height: 1.356rem;
	letter-spacing: 0.081rem;
	color: #333333;
}
.joinitem-off i.iconfont{
	font-size: 1rem;
	color: #dedede;
	transition: all 0.5s;
	transform: rotate(0deg);
}
.joinitem-on{
	width: 100%;
	height: 18rem;
	padding: 2.188rem 3.875rem 2.188rem 2.188rem;
	display: none;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.063rem solid #FE4901;
	position: relative;
	transition: all 0.5s;
}
.joinitem-on::after{
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.28rem);
	content: "";
	width: 0;
	height: 0;
	border-bottom: 0.563rem solid #fe4901;
	border-left: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
}
.joinitem-on-left{
	width: 32.125rem;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.joinitem-on-left p:nth-child(1){
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	letter-spacing: 0.081rem;
	color: #fe4901;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.joinitem-on-left p:nth-child(2),.joinitem-on-center p:nth-child(1){
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	letter-spacing: 0.081rem;
	color: #333333;
	margin-bottom: 0.875rem;
}
.joinitem-on-left dl,.joinitem-on-center dl{
	width: 24.125rem;
}
.joinitem-on-left dl dd,.joinitem-on-center dl dd{
	font-size: 0.875rem;
	height: auto;
	line-height: 1.356rem;
	letter-spacing: 0.063rem;
	color: #666666;
}
.joinitem-on-center{
	width: 25rem;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.joinitem-on-right{
	width: auto;
	height: auto;
}
.joinitem-on-right a{
	color: #fe4901;
	border: solid 0.063rem #fe4901;
}
.joinitem-on-right a i.iconfont{
	color: #fe4901;
}
.joinitem-on-left::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0.063rem;
	height: 13.625rem;
	background-color: #ebebeb;
}
.join3{
	width: 100%;
	height: auto;
	padding: 3.25rem 0;
	background-color: #F6F6F6;
}
.specially{
	width: 100%;
	height: auto;
	margin-bottom: 2.563rem;
}
.specially ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	
}
.specially ul li{
	width: calc((100% - 3.564rem)/4);
	height: auto;
	padding: 1.813rem 2rem 1.875rem 1.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 0.125rem;
}
.specially-ico{
	width: 4.75rem;
	height: 5.25rem;
	margin-right: 1.25rem;
}
.specially-txt{
	width: 11.125rem;
}
.specially-txt p:nth-child(1){
	font-size: 1.25rem;
	height: 1.25rem;
	line-height: 1.356rem;
	letter-spacing: 0.15rem;
	color: #ff743b;
	font-weight: 600;
	margin-bottom: 1rem;
}
.specially-txt p:nth-child(2){
	font-size: 1rem;
	height: auto;
	line-height: 1.356rem;
	letter-spacing: 0.119rem;
	color: #666666;
}
.idea{
	width: 100%;
	height: auto;
}
.idea .container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.idea-left{
	width: 43.625rem;
	height: 21.25rem;
	display: flex;
}
.idea-headpic{
	width: 29rem;
	height: 100%;
}
.idea-title a{
	display: inline-block;
	width: 14.625rem;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-image: url(../img/wangge.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.idea-title p:nth-child(1){
	font-size: 1.375rem;
	height: 1.375rem;
	line-height: 1.375rem;
	letter-spacing: 0.113rem;
	color: #666666;
	margin-bottom: 1rem;
}
.idea-title p:nth-child(2){
	font-size: 0.875rem;
	height: 0.875rem;
	line-height: 0.875rem;
	letter-spacing: -0.019rem;
	color: #ff743b;
	margin-bottom: 1.25rem;
}
.idea-title p:nth-child(3) i.iconfont{
	font-size: 1.25rem;
	color: #ff743b;
	opacity: 1;
	transition: all 0.5s;
}
.idea-title:hover p:nth-child(3) i.iconfont{
	opacity: 0.55;
}
.idea-right{
	width: 42rem;
	height: 21.25rem;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	overflow: hidden;
}
.idea-txt-dd::before{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 4px;
	background-color:#ff743b; 
	border-radius: 100%;
	font-size: 1.2rem;
	font-weight: 900;
}
.idea-txt-title{
	font-size: 1.375rem;
	height: 1.375rem;
	line-height: 1.375rem;
	letter-spacing: 0.163rem;
	color: #ff743b;
	margin-bottom: 1.831rem;
	font-weight: 600;
	overflow: hidden;
}
.idea-txt-desc{
	font-size: 1rem;
	height: auto;
	line-height: 1.731rem;
	letter-spacing: 0.119rem;
	color: #333333;
	overflow: hidden;
}
.idea-right .idea-txt-desc:nth-child(3){
	margin-bottom: 2.375rem;
}
.idea-txt-dd{
	font-size: 1rem;
	height: auto;
	line-height: 2.044rem;
	letter-spacing: 0.119rem;
	color: #666666;
	overflow: hidden;
	padding-left: 15px
}
@media (max-width:1240px) {
	.joinitem-on-left dl{
		width: 100%;
	}
}
@media (min-width:100px) and (max-width:1023px) {
	.join3{
		padding: 1rem 0;
	}
	.join{
		padding: 1rem 0;
	}
	.joinitem-off{
		height: 3.5rem;
	}
	.joinitem-on{
		flex-direction: column;
		padding: 1rem;
		height: auto;
	}
	.joinitem-on-left{
		width: 100%;
		height: auto;
	}
	.joinitem-on-left p:nth-child(1),.joinitem-on-left p:nth-child(2){
		margin-bottom: 0.5rem;
	}
	.joinitem-on-left::after{
		display: none;
	}
	.joinitem-on-center{
		width: 100%;
		height: auto;
		margin: 1rem 0;
	}
	.joinitem-on-left p:nth-child(2), .joinitem-on-center p:nth-child(1){
		margin-bottom: 0.5rem;
	}
	.joinitem-on-left dl, .joinitem-on-center dl{
		width: 100%;
	}
	.joinitem-on-right{
		width: 100%;
		height: auto;
	}
	.specially{
		margin-bottom: 1rem;
	}
	.specially ul{
		flex-direction: column;
	}
	.specially ul li{
		width: 100%;
		padding: 1rem;
	}
	.specially-ico{
		width: 3.75rem;
		height: 4.25rem;
	}
	.specially-txt p:nth-child(1){
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.specially-txt p:nth-child(2){
		font-size: 0.875rem;
		height: auto;
		line-height: 1.2rem;
	}
	.specially ul li:not(:last-child){
		margin-bottom: 1rem;
	}
	.idea .container{
		padding: 0;
		flex-direction: column;
	}
	.idea-headpic{
		width: 100%;
	}
	.idea-title a{
		width: 100%;
		padding: 1rem 0;
	}
	.idea-title p:nth-child(2){
		margin-bottom: 0.5rem;
	}
	.idea-title p:nth-child(3){
		transform: rotate(90deg);
	}
	.idea-title p:nth-child(3) i.iconfont{
		display: inline-block;
		animation: beatingX 2s linear infinite;
		transition: all;
	}
	.idea-left{
		flex-direction: column;
		width: 100%;
		margin-bottom: 2rem;
	}
	.idea-right{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.idea-txt-title{
		font-size: 1.2rem;
		height: 1.3rem;
		line-height: 1.3rem;
		margin-bottom: 1rem;
		overflow: hidden;
	}
	.idea-txt-desc{
		height: auto;
		font-size: 0.875rem;
		line-height: 1.2rem;
		overflow: hidden;
	}
	.idea-right .idea-txt-desc:nth-child(3){
		margin-bottom: 1rem;
	}
	.idea-txt-dd{
		font-size: 0.875rem;
		height: auto;
		line-height: 1.1rem;
		margin-bottom: 0.5rem;
		overflow: hidden;
	}
}