/*global settings*/
ol,dl,dt,dd,ul,li{ margin:0; padding:0;}
body{
	background:#fff;
	min-width:1100px;
}
a{
	cursor: pointer;
}
.container{ 
	width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    position: relative;
    background-size: 100% 418px;
    background-repeat: no-repeat;
}
.wrap{
	width:1200px;
	margin:0 auto;
	position:relative;
}

#header{
	width:100%;
	position:relative;
	z-index:3;
}
#main{
	width:100%;
	padding:30px 0;
	position:relative;
	z-index:2;
}
#footer{
	width:100%;
	line-height:2em;
	min-height:180px;
	text-align:center;
	color:#6f89a2;
	background:#1c547d;
	position:relative;
	z-index:1;
}
#footer ul{ line-height:46px; background:#13456a; overflow:hidden;zoom:1; margin-bottom:30px;}
#footer li{ display:inline-block; margin:0 9px;}
#footer li:after{ content:""; display:inline-block; width:1px; height:12px; border-left:1px solid #777; margin-left:20px; position:relative; top:1px;}
#footer li:last-child:after{ display:none;}
#footer li a{ color:#aeb8c2; font-size:14px;}
#footer p{ margin-bottom:0;}
#footer p span{ margin:0 10px;}



.logoBar{
	height:290px;
	width:100%;
	position:relative;
}

#head-logo {
	width: 575px;
	height: 115px;
	position: absolute;
	top: 15px;
	left: 100px;
}
.logo{
	display:block;
	width:576px;
	height:58px;
	background:url(../images/logo.png) 0 0 no-repeat;
	position:relative;
	top:50px;
	left:12px;
}
.logo>span{
	float: right;
    line-height: 36px;
    font-size: 30px;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-top: 10px;
}
.logoBar .slogan{ 
	display:block; 
	width:575px; 
	height:165px; 
	/* background:url(../images/1.png) 0 0 no-repeat; */
	position:absolute; 
	top:0; 
	right:0;
}


.nav{
	background:#0052ab;
	position:relative;
	z-index: 999;
}
.nav .menu{
	line-height:50px;
	font-size:16px;
}
.nav .menu > a,.nav .menu > a:link,.nav .menu > a:visited{
	display:block;
	color:#fff;
	padding:0 22px;
	margin-right:2px;
	float:left;
}
.nav .menu > a:hover{
	text-decoration:none;
	background:#0a66ca;
}
.nav .search{
	border:1px solid #bcbcbc;
	overflow:hidden;
	position:absolute;
	top:6px;
	right:0;
}
.nav .search > input{
	display:block;
	width:200px;
	line-height:22px;
	height:28px;
	font-size:12px;
	color:#fff;
	padding:5px 10px;
	background:none;
	border:0;
	float:left;
}

.nav .search > button{
	display:block;
	width:32px;
	line-height:28px;
	font-size:14px;
	color:#fff;
	background:none;
	border:0;
	float:left;
	overflow:hidden;
}
.nav .search > button:hover{
	background:#20227b;
	cursor:pointer;
}
.nav .search > button > i{
	font-size:18px;
	position:relative;
	top:1px;
}


.title-cur1 a.more:link,
.title-cur1 a.more:visited{
	color:#fff;
}
.advice a.more:link,.advice a.more:visited{
	color:#e5e5e5;
}
a.more:link,a.more:visited{
	display:block;
	line-height:24px;
	font-size:12px;
	color:#83b0e3;
	position:absolute;
	top:50%;
	margin-top:-12px;
	right:20px;
}
.gg>a.more:link,a.more:visited{
	right: 0px;
}
a.more:after{
	font-family:"iconfont" !important;
	font-size:13px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	/* content: "\e607"; */
	content:">";
}



/*����*/


.shadow{
	background:#fff;
	box-shadow:0 1px 7px rgba(0,0,0,0.04);
}
.article{
	border-top: 4px solid #185299;
}
.title-cur1{
	background:#4093ed;
}
.title-cur{
	line-height:30px;
	position:relative;
}
.title-cur h2{
	width:180px;
	line-height:44px;
	font-size:16px;
	font-weight:bold;
}
.title-cur h2 i{ line-height:32px; font-size:22px; vertical-align:middle; color:#795548;}

.tab-title{ 
	line-height:44px; 
	font-size:16px; 
	font-weight:200;
	margin: 0px 20px;
	border-bottom: 1px solid #eee;
}
.tab-title li{ display:block; float:left; position:relative;}
.title-cur1 .tab-title a{
	color:#aeaeae;
}
.article .tab-title a{
	margin-left: 15px;
    padding: unset;
}
.tab-title a{ 
	display:block; 
	padding:0px 10px; 
	color:#888; 
	position:relative;
	font-weight: bold;
}
.tab-title a.active{ 
	color: #2973de;
    background: #fff;	
    font-weight: bold;
}
.article .tab-title a.active{
	background: none;
}
.advice .tab-title a.active{
	color:#fff;
}
.advice .tab-title a{
	color:#e5e5e5;
	font-weight:bold;
}
.advice .tab-title li:after{
	color:#e5e5e5;
}
.tab-title a.active:after{ content:""; display:block; width:100%; height:2px; background:#2662d3; position:absolute; left:0;}

.title-cur.simple{ border-bottom:1px solid transparent;}
.title-cur.simple .tab-title li:after{ content:"/"; position:absolute; top:0; right:-12px;}
.title-cur.simple .tab-title li:last-child:after{ display:none;}
.title-cur.simple .tab-title a.active:after{ display:none;}


.layout-l{ width:288px; float:left;}
.layout-m{ width:595px; float:left; margin-left:15px;}
.layout-r{ width:285px; float:right;}

.notice{
	padding: 0px !important;
}
.column{ 
	background:#fff;
    /* border-left:1px solid #eee; 
    border-right:1px solid #eee;
    border-bottom:1px solid #eee; */
    border:1px solid #eee; 
    /* padding:0 15px; */
    margin-bottom: 15px;
}
.column > .content{ padding-bottom:10px;padding: 0px 12px;}

.calendar{ height:319px;border:1px solid #eee;background:#fff;}
.calendar .title-cur h2{color:#fff !important;}
.photo-box{ width:100%; height:90px; }
.repository{ display:block; width:100%; height:60px; background:url(../images/zsk.png) 0 0 no-repeat;}

.sysbox{ margin:0 10px;}
.sysbox > .title{ font-size:20px; font-weight:600; color:#3F51B5; height:38px; position:relative; top:-4px;}
.sysbox > .title i{ font-size:24px;}
.sysbox a{ 
	display: block;
    line-height: 70px;
    font-size: 18px;
    color: #1a3e76;
    border-radius: 2px;
    padding-left: 60px;
    margin-bottom: 2px;
    position: relative;
    font-weight: bold;
    border-bottom: dashed 1px #9e9e9e;
}
.sysbox a:hover{ text-decoration:none; opacity:0.8;}
.sysbox a i{ font-size:24px; position:absolute; top:0; left:18px;}
.sysbox a:after{  
	font-family:"iconfont" !important;
	font-size:12px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e635";
	position:absolute; top:0;
	right:10px;
}




.fast-link{ position:relative; padding-right:47px;}
.fast-link a.sys{ display:block; line-height:58px; font-size:16px; color:#fff; background:#6dabe4;background:linear-gradient(to bottom, #7eb8ee, #69a8e2); padding-left:70px; margin-bottom:4px; position:relative;}
.fast-link a.sys:hover{ text-decoration:none; opacity:0.9;}
.fast-link a.sys i{ position:absolute; top:0px; left:30px; font-size:26px;}
.fast-link a.sys:after{content: "\e635";font-family:"iconfont" !important;font-size:12px;font-style:normal; color:rgba(0,0,0,0.4);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; top:0; right:15px;}
.fast-link a.sys.yellow{ background:#f1ca86;background:linear-gradient(to bottom, #f8d497, #edc47c);}

.fast-link .gys{ position:absolute; top:0; right:0;}
.fast-link .gys a{ display:block; width:38px; font-size:14px; text-align:center; color:#fff; box-sizing:border-box; background:#ea6811; padding:7px 6px; position:relative;}
.fast-link .gys a:hover{ text-decoration:none; background:#d95c09;}
.fast-link .gys a + a{ margin-top:6px;}
.fast-link .gys a:before{ content:""; display:block; width:1px; background:rgba(255,255,255,0.2); position:absolute; top:2px; bottom:2px; left:1px;}








.textlist{
	width:100%;
	padding-top:7px;
	padding-bottom: 7px;
}

.layout-m .textlist{
	padding-top:10px;
}
.article .content,.download .content{
	padding: 0px 12px;
}
.article .textlist > li{
	line-height:32px;
}
.download .textlist {
	padding-top: 3px;
	padding-bottom: 3px;
}
.download .textlist > li{
	line-height:32px;
}
.download .textlist > li{
	padding:0 104px 0 0;
    border-bottom: dashed 1px #9e9e9e;
}
.download .textlist > li:last-child{
    border-bottom: none;
}
.download .textlist > li > a{
	margin-left:30px;
}
.download .textlist > li > a:before {
	content:"";
	display:block;
	position:absolute;
	top:8px;
	left:3px;
	width: 16px;
	height: 16px;
	background: url(../images/icon-download.svg);
	
}
.guidance .textlist > li:before {
	content:"";
	display:block;
	position:absolute;
	border:none !important;
	top:8px !important;
	left:3px !important;
	width: 16px;
	height: 16px;
	background: #ddd;
	border-radius: 10px;
}
.guidance .textlist > li:nth-child(1):before,
.guidance .textlist > li:nth-child(2):before,
.guidance .textlist > li:nth-child(3):before {
	background: #5987dc;
}
.guidance .textlist > li > a:before {
	content:"";
	display:block;
	position:absolute;
	color: #fff;
	font-size: 14px;
	left: 7px;
}
.guidance .textlist > li:nth-child(1) > a:before {content: "1";}
.guidance .textlist > li:nth-child(2) > a:before {content: "2";}
.guidance .textlist > li:nth-child(3) > a:before {content: "3";}
.guidance .textlist > li:nth-child(4) > a:before {content: "4";}
.guidance .textlist > li:nth-child(5) > a:before {content: "5";}
.guidance .textlist > li:nth-child(6) > a:before {content: "6";}
.guidance .textlist > li:nth-child(7) > a:before {content: "7";}
.guidance .textlist > li:nth-child(8) > a:before {content: "8";}
.guidance .textlist > li:nth-child(9) > a:before {content: "9";}
.textlist > li{
	line-height:32px;
	font-size:14px;
	padding:0 104px 0 18px;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guidance .textlist > li {
	padding:0 104px 0 30px;
}
.article .title-cur{
	border-bottom: 1px solid #eee;
	margin: 0px 20px;
}

.download .title-cur{
	border-bottom: 1px solid #eee;
	margin: 0px 20px;
}
.textlist.small > li{ font-size:12px;}
.article .textlist > li:before{
	content:"";
	display:block;
	position:absolute;
	top:12px;
	left:3px;
	border-left: 6px solid #0052ab;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.notice .textlist > li:before{
	content:"";
	display:block;
	position:absolute;
	top:12px;
	left:3px;
	border-left: 6px solid #0052ab;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.textlist > li a{
	color:#535353;
}
.textlist > li span{
	display:block;
	font-size:12px;
	color:#bbb;
	position:absolute;
	top:0;
	right:2px;
}
.textlist > li span.warning{ color:#ff9800;}
.textlist > li.new:before{
	content: "\e60b";
	color:#dd4e08;
	font-size:24px;
}
.textlist > li.new a{
	font-weight:bold;
	color:#dd4e08;
}
.textlist.hideTime > li{ padding-right:0;}
.textlist.hideTime > li span{ display:none;}

.textlist > li.topline{ padding:0 0 0 24px; margin-bottom:13px;}
.textlist > li.topline:before{ display:none;}
.textlist > li.topline a{ display:block; font-size:17px; font-weight:800; font-style:normal; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.textlist > li.topline span{ display:none;}



.slider{ width:340px; height:243px; padding:8px; border:1px solid #eee; float:left;}
.slider img{ display:block; width:100%; height:100%;}














/*---------------------------------------����ҳ��--------------------------------------*/
.subpage{
	background:url(../images/lider.png) 5px 0 repeat-y #fff;
	border:1px solid #e5e5e5;
	position:relative;
	padding-left:200px;
}
.subpage.no-sider{
	background:#fff;
	padding-left:0;
}
.subpage.no-sider .siderBar{
	display:none;
}
.subpage.no-sider > .contant{
	border-left:0;
}
.subpage > .contant{
	min-height:400px;
	background:#fff;
	border-left:1px solid #e5e5e5;
}
.subpage > .siderBar{
	width:200px;
	position:absolute;
	left:0;
	top:0;
}
.subpage > .siderBar > .title{
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	padding:0 10px;
	margin:0 10px;
	margin-bottom:15px;
	border-bottom:2px solid #bcbcbc;
}
.subpage > .siderBar > .menu{
	padding:0 8px;
}
.subpage > .siderBar > .menu li{
	padding:3px 0;
}
.subpage > .siderBar > .menu a{
	display:block;
	line-height:30px;
	padding:2px 10px;
	border-radius:5px;
	position:relative;
}
.subpage > .siderBar > .menu a > i{
	display:block;
	line-height:24px;
	position:absolute;
	top:5px;
	right:10px;
}
.subpage > .siderBar > .menu a.default:link,.subpage > .siderBar > .menu a.default:visited{
	color:#666;
	border:1px solid #e2e2e2;
}
.subpage > .siderBar > .menu a.default:hover{
	background:#f4f4f4;
	text-decoration:none;
	border:1px solid #dadada;
}
.subpage > .siderBar > .menu a.active:link,.subpage > .siderBar > .menu a.active:visited{
	color:#fff;
	background:#71befb;
	border:1px solid #71befb;
}
.subpage > .siderBar > .menu a.red:hover{
	text-decoration:none;
}


.subpage .listbar{
	margin:0 30px;
}
.subpage .listbar > .title{
	font-size:14px;
	color:#555;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.subpage .listbar > .title > span{
	display:inline-block;
	line-height:40px;
	border-bottom:2px solid #048ed6;
	margin-bottom:-1px;
	font-weight:bold;
}
.subpage .listbar > .list{
	width:100%;
	padding-bottom:50px;
}
.subpage .listbar > .list td{
	display:block;
	line-height:24px;
	padding:7px 115px 7px 24px;
	border-bottom:1px dotted #eee;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.subpage .listbar > .list td a{
	color:#444;
}
.subpage .listbar > .list td:before{
	content:"\e635";
	font-family:"iconfont" !important;
	font-size:12px;
	font-style:normal;
	line-height:24px;
	color:#aaa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:8px;
	left:0;
}
.subpage .listbar > .list td:hover{
	background:#f8f8f8;
}
.subpage .listbar > .list td span{
	color:#aaa;
	display:block;
	position:absolute;
	top:7px;
	right:0;
}





.subpage .textbox{
	min-height:700px;
	padding:20px;
}
.subpage .textbox > .title{
	border-bottom:1px solid #f5f5f5;
	text-align:center;
	padding-bottom:15px;
}
.subpage .textbox > .title h1{
	font-size:21px;
	font-weight:800;
	color:#444;
	line-height:1.5em;
}
.subpage .textbox > .title > span{
	color:#999;
	line-height:2em;
	margin:0 1em;
}
.subpage .textbox > .msbox{
	width:auto;
	font-size:14px;
	line-height:2em;
	padding:30px;
}
.subpage .textbox > .msbox p{
	text-indent:2em;
	margin-bottom:1em;
}

.subpage .search-bar{
	padding:50px 0;
	border-bottom:1px solid #eee;
	margin:0 30px;
	margin-bottom:40px;
}
.subpage .search-bar > .search-tool{
	width:500px;
	margin:0 auto;
}
.subpage .search-bar > .search-tool > input{
	display:block;
	width:410px;
	line-height:22px;
	height:42px;
	font-size:12px;
	padding:8px 12px;
	background:#fff;
	border:2px solid #4774d6;
	border-radius:3px 0 0 3px;
	float:left;
}
.subpage .search-bar > .search-tool > button{
	display:block;
	width:62px;
	line-height:42px;
	font-size:14px;
	color:#fff;
	background:#4774d6;
	border:0;
	border-radius:0 3px 3px 0;
	float:left;
	overflow:hidden;
}
.subpage .search-bar > .search-tool > button:hover{
	background:#4879e4;
	cursor:pointer;
}







/*-----------------------------self-adaption--------------------------------*/
@media(max-width:1025px){


}

.rk{
	margin-bottom: 15px;
}

.rk>div{
	height:55px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-size: 20px;
	color: white;
	line-height: 54px;
}

.rk>div>i{ 
	font-size:30px; 
	position: relative;
	top: 4px;
	margin: 0px 10px 0px 40px;
}

.rk>div>a{
	color: white;
	text-decoration: none;
} 

.rk>div>span{
	float: right;
	margin-right: 20px;
} 