.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 85px;
	padding-bottom: 45px;
}

.main .top .l h4.title {
	font-size: 48px;
	color: #009381;
	font-weight: 500;
	line-height: 78px;
}

.main .top .l p {
	font-size: 18px;
	color: #6c6c6c;
	line-height: 48px;
}

.main .top .r h4.en_title {
	font-family: arial;
	font-size: 68px;
	font-weight: 500;
	opacity: 0.15;
	color: #7f7f7f;
	line-height: 126px;
}

.main .bottom ul.join_list li {
	max-height: 55px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.7s;
}

.main .bottom ul.join_list li.active {
	max-height: 1000px;
}

.main .bottom ul.join_list li.active .list {
	border: none;
}

.main .bottom ul.join_list li.active .list .join_more {
	background-image: url(../images/join_list_bg1.png);
}

.main .bottom ul.join_list li .list:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom ul.join_list li .list {
	border-bottom: 1px solid #d1d1d1;
}

.main .bottom ul.join_list li:first-child {
	background-color: #f16d03;
	cursor: none;
}

.main .bottom ul.join_list li:first-child .list>div {
	float: left;
	font-family: 'pingfang';
	font-size: 14px;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
	height: 54px;
}

.main .bottom ul.join_list li .list>div {
	float: left;
	font-family: 'pingfang';
	font-size: 14px;
	color: #767676;
	line-height: 54px;
	text-align: center;
	height: 54px;
}

.main .bottom ul.join_list li .join_name {
	width: 20%;
}

.main .bottom ul.join_list li .join_num {
	width: 15%;
}

.main .bottom ul.join_list li .join_address {
	width: 20%;
}

.main .bottom ul.join_list li .join_sday {
	width: 15%;
}

.main .bottom ul.join_list li .join_eday {
	width: 15%;
}

.main .bottom ul.join_list li:first-child .join_more {
	background-image: none;
}

.main .bottom ul.join_list li .join_more {
	width: 15%;
	background-image: url(../images/join_list_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .bottom ul.join_list li .content {
	background-color: #fafafa;
	box-sizing: border-box;
	padding-left: 92px;
	padding-bottom: 55px;
	padding-top: 1px;
}

.main .bottom ul.join_list li .content h5 {
	font-size: 14px;
	color: #009381;
	line-height: 24px;
	padding-left: 18px;
	border-left: 2px solid #009381;
	margin-top: 30px;
	margin-bottom: 15px;
}

.main .bottom ul.join_list li .content p {
	font-size: 12px;
	color: #818181;
	line-height: 24px;
	font-weight: 600;
}

.main .bottom ul.join_list li:hover .list {
	background-color: #f1f1f1;
}

.main .bottom ul.join_list li:first-child:hover .list {
	background-color: #f16d03;
}

@media screen and (max-width: 550px ) {
	
	.banner img {
		margin-left: -30%;
	}
	
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main .top {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.main .top .l,
	.main .top .r {
		width: 100%;
		float: none;
	}
	
	.main .top .l h4.title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .top .r h4.en_title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .bottom>.l {
		display: none;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main .bottom ul.join_list li .content {
		padding-left: 10px;
	}
	
	.main .bottom ul.join_list li .list>div {
		width: calc(100% / 4);
	}
	
	.main .bottom ul.join_list li .list .join_sday,
	.main .bottom ul.join_list li .list .join_eday {
		display: none;
	}
	
}