﻿body {
	
	background: #EEE;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
input{
	border: 0;
}
/*头部样式*/
.ms_top_right{
	margin-top: -20px;
}
.ms_header {
	margin: 0px auto;
	width: 100%;
	height: 64px;
	background: url(../images/bg.png) repeat ;
	text-align: left;
	margin-bottom: 10px;
	border: 0;
	min-width: 1000px;
}
.ms_header_logo{
	width: 1000px;
	margin: 0px auto;
	padding-top: 16px;
	
}
.header_logo img{
	vertical-align: middle;
	margin-top: -6px;
}

.top_right_ms{
	margin-top: 8px;
	float: right;
}
.div_menu {
	float: right;
	padding-left: 30px;
	font-weight: bold;
}
.div_menu a{
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
.div_menu a:hover{
	color: #2C33E4;
}
.last_menu{
	padding-right: 0px;
}
.last_menu a{
	color: #3287FE;
	font-weight: normal;
}
.last_menu img{
	margin-left: 5px;
	margin-right: 5px;
}
.welcome_to_re{
	border-left: 1px solid #CCC;
	margin-left: 10px;
	padding-left: 16px;
	margin-top: -6px;
}
ul,li{list-style: none;}

.content_left{
	float: left;
	width: 158px;
	margin-top: 10px;
	height: 936px;
	background: #FFF;
}
.content_right{
	float: left;
	width: 837px;
	text-align: center;
	height: 600px;
	margin-left: 5px;
	margin-top: 9px;
	
}
.content_left_detail li {
	margin-bottom: 20px;
	background-color:#008080"
}
.content_left_detail_top{
	color: #000;
	font-weight: bold;
	margin-left: -8px;
	cursor: default;
}
/* .content_left_detail_top:active{
	color: #373737;
}
.content_left_detail_top:hover{
	color: #0066B3;
} */
.content_left_details{
	margin-left: -60px;
	padding-top: 10px;
	width: 100px;
}

.content_left_details a:hover{
	color: #1796F9;
	
}
.content_left_details li{
	padding: 4px 0px 4px 10px;
	margin-bottom: 5px;
	width: 120px;
}
.content_left_details li:hover{
	background: #F0F7FD;
}
.content_left_details ul{
	width: 90px;
	margin-bottom: 8px;
}
.content_left_details_content{
	color: #333;	
	width: 120px;
}

.membership-center{
	width: 134px;
	margin: 0px auto;
	font-weight: bold;
	padding: 5px 0px;
	background: #1796F9;
	margin-top: 30px;
}
.membership-center a{
	color: #FFF;
}
	
.membership-center img{
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 6px;
}
/*中间部分*/
.ms_mid {
	width: 1000px;

	margin: 0 auto;
	margin-top: 60px;
}
.ms_content{
	
}

.content_left_detail_show {
	margin-left: -60px;
}

.content_left_detail{
	margin-left: 60px;
}


.introjs-button{
	color: #ffffff!important;
	background-image: linear-gradient(#5ca5d2, #5ca5d2)!important;
	text-shadow: none!important;
}

.introjs-button:focus, .introjs-button:active {
    background-image: linear-gradient(#5ca5d2, #5ca5d2)!important;
}
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
	color: #ffffff!important;
    background-image: linear-gradient(#bcbcbc, #bcbcbc)!important;
}