/*header*/
.headerWrap {
	height:150px;
	overflow:hidden;
	background:url(../img/headerbg.png) no-repeat center bottom;
}
.header {
	position:relative;
	height:100%;
}
.logo img{
	padding:30px 0 0 20px;
	height:100px;
}
.search {
	position:absolute;
	right:20px;
	bottom:20px;
	width:246px;
	height:34px;
	background:#fff;
	border-radius:10px;
	border:1px solid #1b74c3;
	font-size:0;
}
.input-text {
	width:190px;
	padding:8px;
	outline:none;
	font-size:14px;
	color:#999;
	background:transparent;
	vertical-align: top;
float:left;
}
.submit {
	width:25px;
	height:25px;
	padding:5px;
	cursor:pointer;
}
.language {
    position: absolute;
    top: 10px;
    right: 40px;
}
.language .on {
color: #014d91;
}
.language a:hover {
color: #014d91;
}
/*nav*/
.nav {
	height:50px;
	overflow:hidden;
	background-color:#014d91;
}
.nav ul {
	
}
.nav ul li {
	float:left;
	text-align:center;
	line-height: 50px;
	    width: 128px;
}
.nav ul li a {
	color:#fff;
	font-size:16px;
}
.nav ul li:hover {
	background:#006dae;
}
/*banner*/
.banner{
	font-size:0;
	position:relative;
	min-width:1280px;
	max-height: 460px;
	overflow:hidden;
}
.banner-img {
	width:400%;
	overflow:hidden;
}
.banner-img li {
	float:left;
	width:25%;
}
.banner-img img{
	width:100%;	
}
.banner-des {
	position:absolute;
	z-index:9999;
	bottom:0;
	height:50px;
	overflow:hidden;
	text-align:center;
}
.banner-des li a {
	color:#fff;
	line-height: 50px;
	font-size:16px;
}
.button {
	position:absolute;
	top:0;
	left:50%;
	width:1280px;
	height:80%;
	margin-left:-640px;
}
.button li {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:9999;
	transition:all .5s;
	opacity: 0;
	filter:alpha(opacity:0);
	cursor: pointer;
}
.button .prev {
	left:100px;
	background:url(../img/left.png) no-repeat center;
}
.button .next {
	right:100px;
	background:url(../img/right.png) no-repeat center;
}
.banner:hover .button li {
	opacity:1;
	filter:alpha(opacity:100);
}
.banner:hover .button .prev {
	left:50px;
}
.banner:hover .button .next {
	right:50px;
}
.bannerbg {
	position:absolute;
	bottom:0;
	z-index:9998;
	height:50px;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity:50);
}
/*main*/
.main {
	background:url(../img/bodybg.png) no-repeat center bottom;
}
.mainwrap {
	min-height:500px;
	/*background:#fff;*/
}
.main1-l {
	width:1000px;
	min-height:500px;
	/*background:red;*/
}
.main1-l-top {
	padding:10px 0 10px 15px;
	/*background:#f4f4f6;*/
	height:368px;
}
.main1-l-top >section {
	width:475px;
}
.title {
	margin:16px 0;
	width:100%;
	height:45px;
	overflow:hidden;
	border-bottom:2px solid #006dae;
	padding-right: 10px;
}
.title h3 {
	float:left;
	line-height: 45px;
	padding:0 10px;
	color:#fff;
	font-size:17px;
	border-radius: 3px 3px 0 0;
	background: #006dae url(../img/logobg.png) no-repeat 0px center;
}
.title p {
	float:right;
	padding-right:20px;
	line-height: 45px;
	background:url(../img/more.png) no-repeat right center;
}
.title p a {
	color:#014d91;
}
.list {  }
.list li {
	padding-left:20px;
	line-height: 42px;
	height:42px;
	/*border-top:1px solid #ccc;*/
	background:url(../img/point.png) no-repeat 0 center;
	background-size: 8px;
}
.list li a {
	display:inline-block;
           float:left;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list li span {
	float:right;
	width:90px;
}
.list li:hover a,
.list li:hover span {
	color:#014d91;
	font-weight:bold;
}
.list li:first-child{
	border:none;
}
.main-l-bottom {
	padding:0 0 0 15px;
	margin-top:20px;
	min-height: 200px;
}
.main-l-bottom >section {
	width:475px;
}
.more-list li {
	border:none;
}
.main-l-bottom .title span {
	float:left;
	margin-right:2px;
	line-height: 45px;
	padding:0 10px;
	color:#014d91;
	font-size:17px;
	border:1px solid #006dae;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.main-l-bottom .title span:hover {
	background: #006dae url(../img/logobg.png) no-repeat 0px center;
	color:#fff;
}
.main-l-bottom .title .on {
	background: #006dae url(../img/logobg.png) no-repeat 0px center;
	color:#fff;
}
.more-a a{
	display:none;
}
.more-list-item {
	display:none;
}
/*用户导航*/
.main1-r {
	padding-top:26px;
	width:250px;
	min-height:500px;
	/*background:blue;*/
}
.yhdh {
	position:relative;
	height:440px;
}
.yhdh h3 {
	width: 250px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: url(../img/yhdhbg.png) no-repeat center top;
    background-size: 250px 70px;
    position: absolute;
    z-index: 1;
}
.yhdh-wrap {
	width:160px;
	/*height:388px;*/
	padding:10px 20px ;
	background:#f5f5f5;
	position:absolute;
	left:25px;
	top:50px;
	/*z-index:-1;*/
}
.yhdh-wrap li {
	padding-left:60px;
	line-height: 50px;
}
.yhdh-wrap li a {
	color:#014d91;
	font-size:16px;
	letter-spacing: 1px;
}
.yhdh-wrap li:hover a {
	font-weight: bold;
}
.yhdh-item1 {
	background:url(../img/home.png) 20px center no-repeat;
	background-size:28px;
}
.yhdh-item2 {
	background:url(../img/fwdt.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item3 {
	background:url(../img/jwxt.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item4 {
	background:url(../img/yjsy.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item5 {
	background:url(../img/bkzb.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item6 {
	background:url(../img/jyxx.png) 20px center no-repeat;
	background-size:25px;
}
.yhdh-item7 {
	background:url(../img/xydl.png) 20px center no-repeat;
	background-size:25px;
}
.erweima img{
	width:120px;
	height:120px;
	/*padding:0px 50px;*/
}
.lxfs {
	margin:10px 0;
}
.lxfs p {
	line-height:1.8;
}
.xq90 { padding-top:12px }
.xq90 div {
    text-align: center;
    padding: 2px;
    border: 1px solid #9b1a1a;
}
.xq90 img {
    height: 95px;
}
.xq90 p {
    line-height: 2;
    text-align: center;
}
/*link*/
.link {
	padding:0 15px 15px 15px;
	
}
.linkbg {
	/*background:url(../img/contentbg.jpg) no-repeat center bottom;*/
}
.linkbg >ul {
	margin-bottom:10px;
}
.text-link li{
	float:left;
	line-height: 40px;
	padding-right:42px;
}
.xylink {
   width:947px;
}
.xylink li {
   padding-right:50px;
}
.gslink {
   width:303px;
}
.gslink li {
   width:55px;
   padding-right:20px;
}
.text-link li:hover a {
	font-weight:bold;
	color:#014d91;
}
.img-link li {
	float:left;
	margin-left:20px;
}
.img-link li:first-child {
	margin-left:0;
}
.img-link li a {
	display:block;
	width:160px;
	height:66px;
	overflow:hidden;
}
.img-link li img {
	width:160px;
	height:66px;
	transition:all .5s;
}
.img-link li:hover img {
	transform:scale(1.2);
}
.img-link li p {
	text-align:center;
	line-height:30px;
}
/*footer*/
.footer {
	background:url(../img/footerbg.png) no-repeat center bottom;
	height:62px;
	padding-top:28px;
}
.footer p {
	text-align:center;
	color:#fff;
	line-height:1.5;
}

/*list*/
.container {
	background:url(../img/secbg.png) no-repeat center bottom;
	min-height: 500px;
	padding:35px 0;
}
.aside {
	width:240px;
}
.aside h3 {
	width:100%;
	height:60px;
	background:#014d91 url(../img/logobg.png) no-repeat 0 top;
	color:#fff;
	font: 24px/60px '黑体'; 
	text-align:center;
	letter-spacing: 1px;
	box-shadow: 1px 1px 5px 1px #ccc;
}
.secNav li {
	width:100%;
	height:60px;
	background:#f8f8f8;
	font:16px/60px "微软雅黑";
	color:#151515;
	text-align:center;
	margin-top:10px;
	transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
}
.secNav li:hover {
	background:#014d91;
}
.secNav li:hover a {
	color:#fff;
}
.container-right {
	width:1000px;
}
.sec-title {
	width:100%;
	height:60px;
	line-height:70px;
	display:inline-block;
	border-bottom:1px solid #014d91;
}
.sec-title h3 {
	color:#014d91;
	font-size:26px;
	float:left;
	letter-spacing: 1px;
	font-family:'黑体';
	padding-right:10px;
}
.sec-title p {
	color:#999;
	line-height: 80px;
}
.sec-list {
	margin-top:15px;
}
.sec-list .list li {
	background:url(../img/listpoint.png) no-repeat 0 center;
	border:none;
}
.sec-list .list li a { width:800px; }
.fy {
	text-align:center;
	
}
.fy a {
	display:inline-block;
	padding:0 10px;
	height:24px;
	border:1px solid #999;
	line-height: 24px;
}
.fy .on {
	background:#014d91;
	color:#fff;
}
/*content*/
.artical-title {
		border-bottom:1px solid #014d91;
	text-align:center;
}
.artical-title h3 {
	color:#014d91;
	line-height: 30px;
	font-size:24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.artical-title p span{
	padding:0 10px;
	line-height: 30px;
	color:#666;
}
.fontSize .on {
	color:#014d91;
}
.artical-content {
	margin-top:20px;
	line-height: 2;
	font-size:14px;
           padding:0 20px;
}
.artical-content p {
	margin-bottom:10px;
}
.sec-list-item { padding:0 10px; }
.sec-list-item h3 {
display: inline-block;
    /*width: 130px;*/
padding: 0 10px;
    height: 40px;
    margin:10px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 40px;
    font-size: 22px;
    color: #f7fcfe;
    border-radius: 3px;
    background: #014d91 url(../img/logobg.png) no-repeat 0 center;
}
.ldfc-list li {
    float: left;
    width: 224px;
    padding-left: 20px;
    background: url(../img/ldfcpoint.png) no-repeat 5px center;
    line-height: 40px;
    background-size: 6px;
}
.ldfc-list li:hover a {
color:#014d91;
font-weight:bold;
}

.kcjs {
	width:900px;
	margin:0 auto;
	border-collapse: collapse;
line-height:30px;
}
.kcjs tbody tr:hover {
background:#e0e7e9;
}
.kcjs th {
text-align:center;
font-weight:bold;
}
.kcjs td {
	color:#333;
text-align:center;
}
/*.kcjs td:last-child {
text-align:left;
padding-left:10px;
}*/
.kcjs td a {
color:#014d91;
}