*{
	font-family: "PingFang SC", "Microsoft YaHei", "SimSun";
}
.j-top-wrap{
	width: 100%;
	height: 600px;
	background-image: url(../images/joinus-banner.jpg);
	background-size: cover;
}
iframe{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.cp-footer{
	height: 330px;
}
.j-banner-wrap{
	padding-top: 55px;
}
.j-banner-wrap img{
	display: block;
    margin: 0 auto;
    width: 368px;
    height: 93px;
}
.banner-txt{
	width: 100%;
	text-align: center;
    margin: 65px auto 0;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.9);
}
.join-cont{
	width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.join-cont-tle{
	text-align: center;
}
.join-cont-tle img{
	display: inline-block;
    height: 20px;
    width: auto;
}
.join-cont-tle h1{
	margin-top: -15px;
    font-size: 48px;
    color: #333333;
}
.join-sec-tab{
	overflow: hidden;
	word-break: break-all;
}
.join-sec-content{
	margin-top: 50px;
    padding-bottom: 88px;
    min-height: 500px;
}
.sec-l{
	font-size: 22px;
   	color: #333333;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: bold;
    width: 110px;
}
.sec-r{
	width: 1090px;
	height:auto;
	overflow: hidden;
}
.sec-r ul li{
	float: left;
}
.sec-r ul li a{
	display: block;
    padding: 0 7px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #151515;
    letter-spacing: 0;
}
.sec-r ul li.active a{
	color: #fff;
	background: #e0181a;
}
.j-table{
	width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.j-table>thead>tr{
	background: #F2F2F2;
}
.j-table tr > th{
	font-weight: bold;
    border: none;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    padding: 19px 0 21px;
}
.j-table tbody tr {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.j-table tbody tr:hover{
	background-color: #f5f5f5;
}
.j-table tbody tr > td {
	text-align: center;
	font-size: 16px;
}
