/*一、图片部分*/

.container .joinus-top {
	height: 490px;

	background-image: url("../../img/joinus/top/join-us_01.png"), url("../../img/joinus/top/join-us_02.png"), url("../../img/joinus/top/join-us_03.png"), url("../../img/joinus/top/join-us_04.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 1140px 105px, 1140px 105px, 1140px 105px, 1140px 105px;
	background-position: 0% 70px, 0% 175px, 0% 280px, 0% 385px;
	z-index: -10;
	/*background-image: url(../../img/joinus/join-us.jpg);
	background-repeat: no-repeat;
	background-position:0% 70px;*/
}

.container .joinus-top .joinus-top-nav {
	width: 100%;
	background-color: #D7D7D7;
	position: absolute;
	bottom: 0px;
	text-align: left;
	padding-left: 37px;
	color: #000;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
	opacity: 0.8;
}


/*二、左边导航部分*/

.container .joinus-left {
	float: left;
	width: 31%;
	height: 500px;
	/*position: fixed;*/
	/*border: 1px solid #E5E5E5;*/
}


/*左边导航边框样式*/

.container .joinus-left .joinus-left-top {
	width: 100%;
	height: 40px;
	/*background-color: #D7D7D7;*/
}

.container .joinus-left .joinus-left-title1 {
	float: left;
	width: 32%;
	height: 100%;
	border-bottom: 1px solid #4D82C1;
	/*background-color: red;*/
}

.container .joinus-left .joinus-left-title2 {
	float: left;
	width: 32%;
	height: 100%;
	border: 1px solid #4D82C1;
	border-bottom: 0px;
	text-align: center;
	/*background-color: blue;*/
	color: #000000;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 3px;
}

.container .joinus-left .joinus-left-title3 {
	float: left;
	width: 32%;
	height: 100%;
	border-bottom: 1px solid #4D82C1;
	/*background-color: yellow;*/
}

.container .joinus-left .joinus-left-middle {
	margin-left: 32%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600; 
	line-height: 40px;
	letter-spacing: 2px;
}


/*三、右边具体内容部分*/

.container .joinus-right {
	float: right;
	padding-top: 45px;
	overflow: visible;
	width: 68%;
	margin-bottom:20px;
	/*height: 500px;*/
	/*border: 1px solid #E5E5E5;*/
}

.container .joinus-right dl dt {
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 2px;
}

.container .joinus-right dl dt div {
	float: right;
	padding-right: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
}

.container .joinus-right dl dd {
	font-size: 15px;
	width: 600px;
	line-height: 30px;
	letter-spacing: 1px;
}

.container .joinus-right hr {
	margin-top: 22px;
	margin-bottom: 44px;
	height: 1px;
	border: none;
	border-top: 1px dashed  #000000;
	opacity: 0.2;
}

.join-bg{ background: url(../../img/joinus/top/join-us_bg.jpg) repeat-x;}


