@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
/* 公用样式 */
html, body, div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, font, img, ins, kbd, q, s, samp,
      small, strike, strong, sub, sup, tt, var,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td {
          margin: 0;
          padding: 0;
	      outline: 0;
	      font-weight: inherit;
	      font-style: inherit;
       	  font-size: 100%;
       	  font-family:"微软雅黑";
          vertical-align: baseline;
 }
 a:active{
	 text-decoration:none;
	 }
img {
	border: none;
}

body{
	width:100%;
	text-align:center;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-family: "雅黑宋体", "微软雅黑", "新宋体", "宋体";
	font-size: 12px;
	color:#565656;
	overflow-x:hidden;
}
.content{
	width:100%;
	height:100%;
	}
/*****头部******/
.header{
	width:100%;
	height:40px;
	background:#379fee;
	}
.header-top{
	width:1000px;
	margin:auto;
	height:40px;
	overflow:hidden;
	}	
.header-nav{
	float:right;
	}
.header-nav li{
	float:left;
	list-style:none;
	line-height:40px;
	font-size:14px;
	}
.header-nav li span{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width:25px;
	height:25px;
	margin-right:5px;
	margin-top:7px;
	background:url(../image/user.png) no-repeat;
	float:left;
	}
.header-nav li a{
	color:#fff;
	float:left;
	text-decoration:none;
	}
.header-nav li a b{
	font-style:normal;
	color:red;
	}
.header-nav li a.a-btn{
	cursor:pointer;
	}
.header-nav li a.a-btn:hover{
	color:#ffe617;
	}
.header-nav li i{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width:1px;
	height:9px;
	margin-top:17px;
	margin-left:10px;
	margin-right:10px;
	background:#f0f0f0;
	float:left
	}
	
.header-menu{
	width:100%;
	height:106px;
	background:#fff;
	}	
.header-menu-con{
	width:1000px;
	margin:auto;
	height:106px;
	}	
	
.logo{
	background:url(../image/logo.png) no-repeat;
	width:276px;
	height:71px;
	margin-top:21px;
	float:left;
	}
.loginAndregisterlogo{
	background:url(../image/logo.png) no-repeat;
	width:276px;
	height:71px;
	margin-top:21px;
	margin-left:auto;
	margin-right:auto;
	}
.header-menu-nav{
	float:right;
	height:75px;
	margin-top:30px;
	}	
.header-menu-nav li{
	height:75px;
	float:left;
	margin:0px 10px;
	list-style:none;
	}	
.header-menu-nav li a{
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	line-height:73px;
	padding:0px 3px;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	color:#565656;
	}
.header-menu-nav li a.menu-a{
	border-bottom:3px solid #379fee;
	line-height:70px;
	color:#379fee;
	}	

.bottom{
	background:#eef2f5;
	height:auto;
	overflow:hidden;
	width:100%;
	clear:both;
	}
.footbar{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:auto;
	}	
.foot-con{
	margin-top:17px;
	height:auto;
	overflow:hidden;
	}	
.foot-con a{
	cursor:pointer;
	}	
	
.foot-con a:hover{
	color:#5fb2f1;
	}	
	
	
.formdiv ul.question{
	float:left;
	margin-left:10px;
	list-style-type:none;
}
.formdiv ul.question li{
	position:relative;
	margin-left:0px;
	margin-top:13px;
	height:16px;
	line-height:16px;
}
#questionIcon{
	overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width:16px;
    height:16px;
    background:url(../image/wenhao.png) no-repeat;
}
.formdiv ul.question li p{
	background-clip:padding-box;
    background-color: #ffffff;
    color:#7c8598;
    border:1px solid rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align:left;
    z-index:100;
    display:none;
    left:-128px;
    top:-14px;
    z-index:9999;
    width:195px;
    line-height:24px;
    height:auto;
    overflow:hidden;
    padding:10px;
    font-size:14px;
}
.formdiv ul.question li:hover p{
	display:block
}
.warn-logo{
	background:url(../image/warnLogo.png) no-repeat;
	width:530px;
	height:95px;
	margin-top:6px;
	float:left;
	}
.warn-logo span{
	color: #0a4163;
    font-size: 31px;
    margin-left: 10px;
    position: relative;
    top: 22px;
}	
	
	
	
	
	
	
	
	
	
	
	