@import url("global.css");

/******************顶部导航栏******************/
.limit{
	/*width: 1138px;*/
	margin: 0 auto;
	padding:0 114px;
}
.top_nav{
	overflow: hidden;
}
.logo{
	float: left;
    
    height:80px;
	cursor: pointer;
}
.nav_title,.login_btn{
	margin-left: 40px;
}
.nav_title:link,.nav_title:visited,.nav_title:active{
	float: right;
	font: 14px/78px "微软雅黑";
	color: #555;
	text-decoration: none;
}
.nav_title:hover{
	font-weight: bold;
}
.login_btn{
	float: right;
	font: 14px/78px "微软雅黑";
}
.login_btn a,.login_btn .divide{
	color: #ff6b3d;
}
.nav_bluebackground{
	background: #0180fe !important;
}
.nav_white_font{
	color: #fff !important;
}
.nav_yellow_font{
	color: #f0ff01 !important;
}
/******************通栏图******************/
.bannerbox{
	height: 500px;
	overflow: hidden; 
	position: relative;
}
#focus{
	height: 500px;
	margin: 0px auto;
	position: relative;
}
#focus ul {
	position:absolute; 
	z-index: 2;
	}
#focus ul li {
	float:left; 
	text-align: center;
	}
#focus .btnBg { 
	display:none;
	}

#focus .btn {
	position:absolute; 
	bottom:10px; 
	left:48%; 
	z-index:10;	
	}
#focus .btn span { 
	background:#ffffff; 
	width:8px; 
	height:8px;  
	cursor:pointer;
	display:block; 
	float:left; 
	margin-right:10px;
	opacity: 0.4;
	
	border-radius: 100%;
	}
#focus .btn span.on,#focus .btn span:hover {
	opacity: 0.2;
	}
/******************内容区导航卡片******************/
.content_nav{
	width: 100%;
	margin: 20px 0;
	/*border-spacing: 8px;*/
}
.content_nav td{
	height: 250px;
	background: #f7f7f7;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s; 
}
.content_nav td:hover{
	background: #c0d9d9;/*#d6deef*/
	cursor: pointer;
}
.content_subnav{
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.content_subnav_img{

}
.content_subnav_title{
	font:bold 16px/36px "微软雅黑";
	margin-top: 4px;
}
.content_subnav_info{
	height: 44px;
	font: 12px/20px simsun;
    color: #888; 
   
}
.readmore{
	margin-top: 32px;
	color: #888;
}
/******************底部信息栏******************/
/*.foot{
	height: 80px;
	background: #ff6b3d;
	text-align: center;
	overflow: hidden;
}
.foot .info{
	font: 12px/20px simsun;
	color: #fff;
	margin-top: 14px;
}*/ 

/******************注册页面******************/
.logincontent{
	overflow: hidden;
	height: 570px;
	background:#5584a1 url(../img/loogincontent_bg.png) right bottom no-repeat;
}
.login_pic{
	width: 418px;
	height: 385px;
	background: url(../img/login_pic.png) no-repeat;
	float:left;
	margin:106px 0 0 164px;
}
.login_box{
	width: 538px;
	height: 647px;
	background: url(../img/login_box.png) no-repeat;
	float: right;
	margin-top: 48px;
}
.login_limit{
	width: 328px;
	height: 340px;
	margin-top: 100px;
}
.logintitle{
	font: 24px/78px "微软雅黑";
	color: #333;
	text-align: center;
}
.login_name,.login_pass{
	border: none;
	outline: none;
	display: block;
	background: #dce0e2;
	height: 40px;
	width: 270px;
	font: 14px/40px "微软雅黑";
	color: #959595;
	text-align: center;
	margin:0 auto 10px auto;
	
	transition: all 0.3s;
}
.login_name:hover,.login_pass:hover{
	box-shadow:  0 2px 0px #ff6b3d;
}
.yanzheng_box{
	width: 270px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.login_yanzheng{
	float: left;
	border: none;
	outline: none;
	background: #dce0e2;
	height: 40px;
	width: 85px;
	font: 14px/40px "微软雅黑";
	color: #959595;
	text-align: center;	
}
.yanzheng_pic{
	float: left;
	width: 86px;
	height: 40px;
	border: 1px solid #d1d6db;
	background: #fff;
	margin-left: 4px;
}
.remenber_dot{
	float: right;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
   /* border: 1px solid #959595;*/
    margin: 13px 6px 0 0;
}
.remenber_dot input{
	display: block;
	margin: 1px;
}
.remenber{
	float: right;
	font: 12px/40px "微软雅黑";
	color: #959595;
}
.loginbutton{
	display: block;
	border: none;
	outline: none;
	width: 270px;
	font: 14px/44px "微软雅黑";
	color: #fff;
	background: #4591fb;
	border-bottom: 4px solid #3e82e1;
	border-radius: 4px;
	margin: 25px auto 0 auto;
	cursor: pointer;
}
.loginbutton:hover{
	border-top: 1px solid #b3d3ff;
	border-bottom: 3px solid #3e82e1;
}
.forget{
	display: inline-block;
	font: 12px/19px simsun;
	color: #fff;
	background: #ff6b3d;
	border-radius: 4px;
	margin: 16px auto 0 auto;
	padding: 0 6px;
	zoom: 1;
	*display: inline;
	
	cursor: pointer;
}