﻿body {margin: 0;background:#fff;/*padding: 45px 0px 0px 0px;*/font-family:"微软雅黑"}
ul,li,div,img,i{margin: 0;padding: 0;list-style-type: none;border: 0;outline: none;}


.rp-clear {clear: both;}

@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
ul,
li,
dl,
dt,
dd,
p,
em,
b,
h1,
h2,
h3,
h4,
h5,
h6,
select,
checkbox,
textarea,
span,
input,
button,
img {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
	outline: none;
}
dl,
dt,
dd{
	font-weight: normal;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
img
{
	vertical-align:top;   /*解决IMG留白的bug，而且保留原来的行内块属性*/
	border:none;
}
li
{
	list-style:none;
}
.clearfix:after  /*清除浮动*/
{
	display:block;
	clear:both;
	content:'';
}
.clearfix
{
	zoom:1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}




#rp-top-user-offline{float:right;width: 114px;height: 27px;line-height: 27px;margin-top: 9px;text-align: center;}
#rp-top-user-offline a{color: #fff;display: inline-block;text-decoration: none;}
#rp-top-user-offline .rp-top-login-btn {
	background: url(../images/login_bg.png) no-repeat;
	width: 56px;float:left;
}
#rp-top-user-offline .rp-top-reg-btn {
	background: url(../images/reg_bg.png) no-repeat;
	width: 56px;float:right;
}
#rp-top-user-offline .rp-top-login-btn a:hover,#rp-top-user-offline .rp-top-reg-btn a:hover {
	color: #fda323;
}

#rp-top-user-online{float:right;position: absolute;top:0px;right:0px;}
#rp-top-user-online .rp-user00 {
	position: relative;
	/**background: #48ba96;**/
	padding: 0 10px;
}

#rp-top-user-online .rp-user00>a {
	color: #fff;
	display: inline-block;
	padding: 0 15px 0 10px;
	text-decoration: none;
}

#rp-top-user-online .rp-user00 a i {
	background: url(../images/arrow.png) no-repeat;
	width: 9px;
	height: 5px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 8px;
}

#rp-top-user-menu {
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 44px;
	right: 0;
	display: none;
	width:123px;
}
#rp-top-user-menu >a{display: block;height: 30px;line-height: 30px;padding-left:5px;}
#rp-top-user-menu >a>span {color: #19a97b;margin:0 4px 0 15px;}
#rp-top-user-menu >a:hover{background: #eee;color: #19A97B;}

/*bootom*/
.rp-bottom {
	width: 100%;
	height: 90px;
	background: #252525;
	overflow: hidden;
}
.rp-bottom-con {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
.rp-bottom-con>p {color: #666;line-height:30px;}

.rp-menu-item:hover .rp-subnav{
  display: block;
}



/*头部区域样式*/
.head{
	width: 1100px;
	height: 95px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/logo_bg.jpg) no-repeat right bottom;
}

.logo{
    width: 550px;
    height: 70px;
    margin-top: 9px;
}
.rp-container{
	width: 1100px;
	margin:0 auto;
	height: 45px;
	line-height: 45px;
	position:relative;
}
.rp-container>ul{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.rp-container>ul>li{
	float: left;
	font-size: 15px;
	text-align: center;	
}
.rp-container >ul >li >a{
	font-weight: bold;
	color: #fff;
	padding: 0 17px;
	display: block;
	text-decoration:none;
}
.rp-container >ul>li>a.rp-current{
	background: #02518d;
}
.rp-container ul li a:hover{
	background: #02518d;
}
/*头部导航*/
.rp-container>ul>li{
	position:relative;
	z-index:9999;
	width:108px;
}
/*登录按钮*/
#rp-nav-login{ 
	float:right;
}
/*下拉菜单*/
.rp-subnav{	
	display:none;
	width:108px;
	background:#fff;
	z-index:999999;
	border-left:1px solid #0365b0;
	border-bottom:1px solid #0365b0;
	border-right:1px solid #0365b0;
}

.rp-subnav li{
	
	z-index:999999;
	width:106px;
	height:30px;	
	line-height:30px;
	cursor:pointer;
}

.rp-subnav li a{
	color:#333;
	text-decoration:none;
}
.rp-subnav li a:hover{
	color:#fff;
}
.rp-subnav li:hover{
	color:#fff;
	z-index:999999;
	background:#02518d;
}
.rp-subnav li:hover a{
	color:#fff;
}

.rp-top-bg{
	width:100%;
	background:#0365b0;
}

/*登录弹框*/
.login-tk{
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
	overflow: hidden;
	clear: both;
	z-index: 999999;
}

/*登录页*/
.login-con{ 
	width:390px; 
	height:346px; 
	border-radius:10px; 
	background:#fff; 
	margin:0 auto;
	margin-top:120px;
}
.login-top{
	height: 45px;
	line-height: 45px;
	/* background: #19a97b; */
	position:relative;		
}
.login-top h2{
	font-size: 21px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	line-height:inherit;
}
.login-close{
	position:absolute;
	width:20px; 
	height:20px; 
	color:#fff; 
	font-size:30px;
	right:8px; 
	top:-3px;
	cursor:pointer;
}
.login-info{
	width: 300px;
	margin:35px auto 0;
	font-size: 14px;
}
.login-user{
	margin-bottom: 18px;
}
.login-user input{	
	border: 1px solid #ccc;
	width: 300px;
	height: 35px;
	line-height: 35px;	
	font-size: 14px;
}
.rp-logo{
	width:550px;
	height:70px;
	margin-top:9px;
}
.rp-head{
	width:1100px;
	height:95px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/wx_bg.jpg) no-repeat right bottom;
}
#rp-top-avatar-link{
	vertical-align:middle;
	width:30px;
	height:30px;
}
.v2-search{
	margin:-50px 0 0 760px;
	overflow: hidden;
	width: 330px;
	height: 40px;
}
.v2-search input{
	padding-left:15px;
	display: inline-block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #3d95de;
}
.v2-serBtn{
	cursor:pointer;
	width: 80px;
	height: 40px;
	background: #3d95de;
}
.v2-serBtn i{
	display: inline-block;
	margin: 8px 10px 0;
}
.v2-serBtn span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

.search-wrapper{
	width:254px;
	height:30px;
	padding-left:4px;
	border:1px solid #0365b0;
	margin-top:-45px;
}
.search-wrapper input{
	width:193px;
	height:28px;
	line-height:28px;
}
.search-wrapper span{
	width:55px;
	height:28px;
	color:#fff;
	line-height:28px;
	font-size:15px;
	display:inline-block;
	background:#0365b0;
	text-align:center;
	cursor:pointer;
}
