﻿@charset "utf-8";
/* CSS Document */
/*重置*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,a,img,dl, dt, dd, ol, ul, li,tbody, tfoot, thead, tr, th, td, article,
figcaption, footer, header, menu, nav, output, section, input, time,img
{
    margin:0px;
    padding:0px;
    border:none;
}
body {
   font: 24px/1.5 arial;
	background-color:#f4f4f4;
	color:#3c3c3c;
	padding-bottom:100px !important;
}
div, span, p,a,dl, dt, dd, ol, ul, li,table,tbody, tfoot, thead, tr, th, td,input,p {
    font-size: 24px;
}
a{
	text-decoration:none;
	}
h1{
	font-size:100%;
	font-weight:normal;
	}
img{
	display:block;
	border:none;
	}
ul{
	list-style:none;
	}
/*页眉*/
.topBox{
	overflow:hidden;
	text-align:center;
	/*background-color:#fff;*/
	}
.logoCity {
	font-size: 20px;
	color: #f54747;
	text-shadow: 0px 4px 0px #ccc;
}

.logo {
	height: 100px;
	margin: 0 auto;
	width: 960px;
/*	background-image: url(../../css/images/logo.png);
	background-position: left;
	background-repeat: no-repeat;*/
	font-size: 36px;
	font-family: initial;
	font-weight: bold;
	color: #1f7cd9;
	line-height: 100px;
	text-shadow: 2px 2px 2px #98b8e8;
}
		.logo0{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../css/images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo1{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo1.png);
	background-position:left;
	background-repeat:no-repeat;
	}
			.logo2{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo2.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo3{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo3.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo4{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo4.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo5{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo5.png);
	background-position:left;
	background-repeat:no-repeat;
	}
.logo6 {
	height: 100px;
	margin: 0 auto;
	width: 960px;
	background-image: url(../../images/OrgLogin/beijing1/jg_logo6.png);
	background-position: left;
	background-repeat: no-repeat;
}
		.logo7{
	height:100px;
	margin:0 auto;
	width:960px;
background-image:url(../../images/OrgLogin/beijing1/jg_logo7.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo8{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo8.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo9{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo9.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo10{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo10.png);
	background-position:left;
	background-repeat:no-repeat;
	}
		.logo11{
	height:100px;
	margin:0 auto;
	width:960px;
	background-image:url(../../images/OrgLogin/beijing1/jg_logo11.png);
	background-position:left;
	background-repeat:no-repeat;
	}

/*导航*/
.site-navBox{
	background-color:#EBEBEB;
	border-bottom:1px solid #e0e0e0;
	  height: 34px;
  line-height: 34px;
	width:100%;
	overflow:hidden;
	}
.site-nav{
	width:1100px;
	margin:0 auto;
	line-height:30px;
	}
.site-nav span{
	float:rleft;
	letter-spacing:1px;
	}
.site-nav a{
	float:right;
	margin-right:45px;
	color:#666;
	}
.B1:hover{
	text-decoration:underline;
	color:#0180CC;
	}
.navBox{
	background-color:#0180cc;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	}
.nav{
	width:960px;
	height:50px;
	margin:0 auto;
	
	}
.nav a{
	float:left;
	
	color:#FFF;
	line-height:50px;
	font-weight:bold;
	margin:0 auto;
	padding:0 24px;
	font-family:"宋体";
	margin-right:1px;
	}
.nav a:hover{
	background-color:#0068a6;
	}
.nav .A{
	background-color:#0068a6;
	}
.current_1{
	width:960px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	margin-top:10px;
	color:#7c7c7c;
	}
.jiage_1{
	color:red;
	}
/* 登录模态窗口样式 */
.down {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.up {
	width: 300px;
	height: 280px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin-top: -148px;
	margin-left: -140px;
	display: none;
	color: #333;
	
}
.up .close {
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-top: -140px;
	margin-right: -4px;
}
/* 登录模态窗口样式 */
/*页脚*/
.footerBox {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: #202020;
	margin-top: 30px;
	position: fixed;
	bottom: 0px;
}
.footer {
	/*width: 960px;*/
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
}
	.footer p {
		width: 100%;
		height: 30px;
		font-size: 14px;
		padding-bottom: 0px;
		text-align: center;
		line-height: 30px;
	}
.sideNav{ position:fixed; top:200px; display: none }


.logo { 
	height: 72px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center; 
}


 