/*联系我们*/
.lxwm_content ul img{
	margin-right:20px;
}
.lxwm_content ul li{
	height:45px;
	line-height: 45px;
	margin-bottom: 15px;
}
.lxwm_content .map img{
	width:95%;
	margin-top: 40px;
}
/*关于卓越*/
.gyzy_content p{
	font-size:16px;
	color:#333;
	line-height: 1.7;
}
/*隐私设置*/
.yssz_content p{
	font-size:16px;
	color:#333;
	line-height: 1.7;
}
/*加盟卓越*/
.jmzy_content ul li .header{
	height:44px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	line-height: 44px;
	padding-left: 20px;
	position: relative;
}
.jmzy_content ul li.cur .header{
	background-color: #1f5284;
	color:#fff;
}

.jmzy_content .caret1{
	position:absolute;
    right:15px;
    top:12px;
	width:20px;
	height:20px;
	border-radius: 10px;
	background-color: #cfcfcf;

}
.jmzy_content .caret1 a{
	display: inline-block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:rotate(135deg);
　　	transform:rotate(135deg);
	position:relative;
	left:6px;
	top:-14px;
    
}
.jmzy_content .detail{
	padding-bottom: 50px;
	display: none;
}
.jmzy_content .detail_tab{
	padding-left: 20px;
	margin-top: 40px;
}
.jmzy_content  .header .note{
	display: none;
	position: absolute;
	right:90px;
}

.jmzy_content  .header .note span{
	margin-right: 55px;
	
}
.jmzy_content ul li.cur .caret1{
	background-color: #fff;
}
.jmzy_content ul li.cur .caret1 a{
	-webkit-transform:rotate(-45deg);
　　	transform:rotate(-45deg);
	border-top:2px solid #3e4962;
	border-right:2px solid #3e4962;
	top:-12px;
}
.jmzy_content ul li.cur .detail{
	display: block;
}
.jmzy_content ul li.cur .header .note{
	display: inline-block;
}