body{
	height: 100%;
	background: url(/SPM/images/bg.png) repeat-x center 100% rgb(0, 148, 255);
	position: relative;
}
.content_div{;
	width: 1360px;
	height: 700px;
	position: absolute;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -680px;
	color:#FFF;
	font-family:'Microsoft YaHei', Verdana, Arial, SimSun, sans-serif, serif;
}
.content_main{
	float:left;
	width:100%;
	margin-top:80px;
	padding-left:150px;
}
.content_right{
	float:left;
	width:30%;
	margin-top:100px;
}
.left_text{
	margin-top:5%;
	margin-bottom:5%;
}
.left_code{
	margin-bottom:2%;
	font-size: 12px;
}
.left_code_content{
	float:left;
	border-radius:5px;
	height: 200px;
	width: 200px;
	border: 1px solid #FFF;
	margin-right: 2%;
	text-align: center;
}
.qr_code{
	display: block;
	padding: 8% 12.5% 2% 12.5%;
}
.phone_icon{
	margin-right: 5%;
	vertical-align: middle;
}
.left-no-active {
	border-top: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px solid !important;
}
.right-no-active {
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid !important;
}
.nav-tabs {
	margin: 20px 0;
}
.active {
	border: 1px solid;
	border-bottom: 0 !important;
}
.div-tabs {
	float: left;
	padding: 8px;
	cursor: pointer;
	line-height: 20px;
}
.pre-type-right {
	float: left;
	border-bottom: 1px solid;
	padding: 8px;
	margin: 0;
	width: 55%;
	line-height: 20px;
}
.pre-type-left {
	float: left;
	border-bottom: 1px solid;
	padding: 8px;
	margin: 0;
	width: 20px;
	line-height: 20px;
}
.sub-left {
	width: 55%;
	float: left;
}
.sub-right {
	float: left;
	margin-top: 2%;
}
/*		.target_content{ 
	width: 1360px;
	height: 700px;
	position: absolute;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -680px;
	color:#FFF;
	font-family:'Microsoft YaHei', Verdana, Arial, SimSun, sans-serif, serif;
}
.target_div{
	padding-left:300px;
}*/
@media (max-width: 1360px) {
	.content_div{
		width: 1060px;
		margin-left: -530px;
	}
	.content_main{
		float:left;
		width:100%;
		margin-top:120px;
	}
	/*.content_right{*/
		/*float:left;*/
		/*width:30%;*/
		/*margin-top:200px;*/
	/*}*/
	/*.target_content{
		width: 1060px;
		margin-left: -530px;
	}*/
}
.gj_login_btn{ 
	float: right;
    margin-right: 370px;
    margin-top: 15px;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 10px;
    border-radius: 3px;

}