.join .box1{
	padding: 50px 0 80px;
}
.join .box1 .inner-title{
	text-align: center;
}
.join .box1 .box-c{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join .box1 .box-c .l{
	width: 45%;
}
.join .box1 .box-c .r{
	width: 50.5%;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.join .box2 .box-c{
	display: flex;
	align-items: center;
}
.join .box2 .box-c .inner-title{
	font-weight: 400;
}
.join .box2 .box-c .list{
	flex: 1;
	margin-left: 120px;
	display: flex;
	justify-content: space-between;
}
.join .box2 .box-c .list li{
	height: 260px;
	width: 47.41%;
	background: #F7F7F7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.join .box2 .box-c .list li:hover{
	box-shadow: 6px 8px 20px 0px rgba(51,51,51,0.2);
}
.join .box2 .box-c .list li .icon .iconfont{
	font-size: 50px;
	color: rgba(51, 51, 51, 1);
}
.join .box2 .box-c .list li .text-title{
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 23px;
}
.join .box2 .box-c .list li .text-des{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #D90B18;
	line-height: 30px;
	margin-top: 12px;
	display: none;
}
.join .box2 .box-c .list li:hover .text-des{
	display: block;
}
.join .box3{
	margin: 100px 0 80px;
}
.join .box3 .ul-table li{
	padding: 0 60px;
}
.join .box3 .ul-table .li-header{
	display: flex;
	background-color: rgba(247, 247, 247, 1);
	justify-content: space-between;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.join .box3 .ul-table .div1,
.join .box3 .ul-table .div2,
.join .box3 .ul-table .div3,
.join .box3 .ul-table .div4{
	margin-right: 15px;
	text-align: center;
}
.join .box3 .ul-table .div1{
	width: 320px;
	text-align: center;
}
.join .box3 .ul-table .div2,
.join .box3 .ul-table .div5{
	width: 80px;
}
.join .box3 .ul-table .div3{
	width: 150px;
}
.join .box3 .ul-table .div4{
	width: 90px;
	display: none;
}
.join .box3 .ul-table .li-content{
	border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.join .box3 .ul-table .li-content.active{
	padding-bottom: 32px;
}
.join .box3 .ul-table .li-content-t{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	padding: 21px 0;
	cursor: pointer;
}
.join .box3 .ul-table .li-content.active .li-content-t{
	color: #D90B18;
}
.join .box3 .ul-table .li-content-t .icon{
	width: 25px;
	height: 25px;
	border: 1px solid #D90B18;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	color: #D90B18;
}
.join .box3 .ul-table .li-content-t .icon .iconfont{
	display: block;
	transform: rotate(-90deg);
	transition: all 1s;
}
.join .box3 .ul-table .li-content.active .li-content-t .icon{
	background-color: #D90B18;
	color: #fff;
}
.join .box3 .ul-table .li-content.active .li-content-t .icon .iconfont{
	transform: rotate(-270deg);
}
.join .box3 .ul-table .li-content-b{
	display: none;
	margin-top: 13px;
	background-color: rgba(247, 247, 247, 1);
	padding: 50px 60px;
	/* border-bottom: 1px solid rgba(218, 218, 218, 1); */
}
.join .box3 .ul-table .li-content.active .li-content-b{
	display: block;
}
.join .box3 .ul-table .li-content-b .text-title{
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.join .box3 .ul-table .li-content-b .text-des{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 13px;
}
.join .box3 .ul-table .li-content-b .text-box:not(:last-child){
	margin-bottom: 33px;
}
.join .box3 .more{
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #D90B18;
	border-radius: 5px;
	display: block;
	margin: 40px auto 0;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #D90B18;
	line-height: 48px;
}
.join .box3 .more:hover{
	background-color: #D90B18;
	color: #fff;
}
@media (max-width: 1199px) {
	.join .box2 .box-c .list li{
		height: 220px;
	}
	.join .box2 .box-c .list li .text-title{
		margin-top: 5px;
	}
	.join .box3 .ul-table li{
		padding: 0 20px;
	}
	.join .box3 .ul-table .li-header{
		font-size: 16px;
		line-height: 45px;
	}
	.join .box3{
		margin: 60px 0;
	}
	.join .box3 .ul-table .li-content-t{
		font-size: 16px;
		line-height: 28px;
	}
	.join .box3 .ul-table .li-content-t{
		padding: 12px 0;
	}
	.join .box3 .ul-table .li-content-b{
		padding: 30px 20px;
		margin-top: 6px;
	}
	.join .box3 .ul-table .li-content-b .text-title{
		font-size: 16px;
	}
	.join .box3 .ul-table .li-content-b .text-des{
		font-size: 14px;
		line-height: 24px;
	}
	.join .box3 .ul-table .li-content-b .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.join .box3 .ul-table .div1{
		width: 300px;
	}
	.join .box3 .ul-table{
		min-width: 720px;
	}
	.join .box3 .box-c{
		overflow: auto;
	}
}
@media (max-width: 1024px) {
	.join .box1 .box-c{
		flex-direction: column;
	}	
	.join .box1 .box-c .l{
		width: 100%;
	}
	.join .box1 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.join .box1{
		padding-bottom: 60px;
	}
	.join .box2 .box-c .list{
		margin-left: 30px;
	}
	.join .box2 .box-c .list li .icon .iconfont{
		font-size: 38px;
	}
	.join .box2 .box-c .list li .text-title{
		font-size: 20px;
	}
	.join .box2 .box-c .list li .text-des{
		font-size: 16px;
		margin-top: 6px;
	}
}
@media (max-width: 768px) {
	.join .box2 .box-c .list{
		margin-left: 0;
		flex: none;
		width: 100%;
	}
	.join .box2 .box-c{
		flex-direction: column;
	}
	.join .box1{
		padding: 50px 0;
	}
	.join .box2 .box-c .list{
		margin-top: 25px;
	}
	.join .box2 .box-c .list li .text-des{
		display: block;
	}
	.join .box2 .box-c .list li{
		height: auto;
		padding: 20px;
	}
	.join .box3{
		margin: 50px 0 ;
	}
	.join .box3 .more{
		margin-top: 30px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.join .box1{
		padding: 20px 0 40px;
	}
	.join .box1 .box-c{
		margin-top: 25px;
	}
	.join .box3{
		margin: 40px 0;
	}
	.join .box2 .box-c .list{
		flex-wrap: wrap;
	}
	.join .box2 .box-c .list li{
		width: 100%;
	}
	.join .box2 .box-c .list li:not(:last-child){
		margin-bottom: 20px;
	}
}