﻿@charset "utf-8";
*,
*:before,
*:after { margin: 0px;padding: 0px;box-sizing: border-box;}
body { font-family: "微软雅黑"; font-size: 14px; color: #333 }
ul,ol,li {list-style: none;}
select { border: 1px solid #DFDFDF; font-family: "微软雅黑"; border-radius:5px; }
img {border: none;}
em {font-style: normal;}
a {text-decoration: none; color: #333;cursor: pointer;color: inherit;}
a:hover {color:#CE3537;text-decoration: none; cursor: pointer;}
.hide {display: none;}
.clear {zoom: 1;}
.fl {float: left;}
.fr {float: right;}
input {outline: none;}
.clearfix::after,
.news_item_tab::after{
    content: '';
    display: block;
    clear: both;
}
.line-text{
    white-space:nowrap;/* 规定文本是否折行 */  
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
}
.two-line-text{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#wapper { margin:0 auto; }
.model{
    width: 1200px;
    margin: 0 auto;
}
.white-bg{
    background-color: #fff;
}

.news_list{
    display: flex;
    margin: 22px 0;
}
.news_list div{
    white-space:nowrap;/* 规定文本是否折行 */  
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
    vertical-align: top;
    flex: 1;
    min-width: 1px;
}
.news_list span{
    float: right;
    color: #bbb;
}
.news_list::before{
    content: '.';
    float: left;
    display: block;
    color: #333;
    margin-right: 6px;
    font-size: 12px;
    line-height: 1;
}

.item-title{
    margin-bottom: 20px;
    color: #004fa8;
    font-weight: bold;
    line-height: 30px;
}
.item-title img{
    margin-right: 10px;
    vertical-align: top;
}
.item-title-sub{
    color: #004fa8;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
}


.header{
    background: url(../img/u0.png) #245086 no-repeat center;
    height: 160px;
}
.header .head-top{
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.search{
    float: right;
    width: 320px;
    height: 34px;
    margin: 24px 0 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.search input{
    height: 100%;
    width: 100%;
    padding: 0 10px 0 20px;
    border-radius: 3px;
    border: none;
    background: url(../img/search-btn.png) no-repeat #fff 10px 8px;
}
.search span{
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../img/search.png) no-repeat center;
    background-size: 28px;
    right: 0;
    top: 0;
}

.nav{
    background-color: #0076E1;
}
.nav .model{
    display: flex;
    color: #00457e;
    font-size: 16px;
}
.nav-item{
    cursor: pointer;
    color: #fff;
    flex: 1;
    padding-left: 30px;
    line-height: 50px;
}
.nav-item .ico{
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.nav-item.active,
.nav-item:hover{
    background: linear-gradient(to bottom, #3093F9, #01359B);
}

.item-nav{
    display: flex;
    border-bottom: 1px solid #999;
    line-height: 40px;
    margin-bottom: 30px;
}
.item-nav.no-border{
    border-bottom: none;
    margin-bottom: 5px;
}
.item-nav span{
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.item-nav span.active,
.item-nav span:hover{
    color: #004fa8;
    position: relative;
    font-weight: bold;
}
.item-nav span.active::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #004fa8;
}
.item-nav.no-border span{
    text-align: left;
}
.item-nav.no-border span.active::before{
    border-bottom: none
}
.item-nav.inner-nav span{
    width: 100px;
    flex: inherit;
}


.footer{
    background-color: #1a528b;
}
.footer-mian{
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
}
.footer-left{
    width: 850px;
}
.footer-left div{
    color: #fff;
    margin-top: 10px;
}
.footer-left .link-item span{
    margin: 0 15px;
}
.footer-left div span:first-child{
    margin-left: 0;
}
.footer-right{
    text-align: right;
    flex: 1;
}
.footer-right img{
    vertical-align: middle;
}
.footer-right img:last-child{
    margin-left: 15px;
}
.link-outsize{
    background: #fafafa;
    padding: 10px 0;
}
.link-outsize .title{
    font-size: 18px;
    color: #01359B;
    margin-right: 10px;
}
.link-outsize select{
    width: 255px;
    margin-left: 20px;
    height: 28px;
    padding: 0 10px
}

.first-news{
    background-color: #f2f2f2;
}
.first-news .model{
    position: relative;
    min-height: 100px;
    padding: 20px;
}
.first-news .title-ico{
    position: absolute;
    top: 0;
    right: 0;
}
.first-news .title{
    font-size: 20px;
    font-weight: bold;
    color: #2B69B4;
    text-align: center;
    margin-bottom: 10px;
}
.first-news .cont{
    text-indent: 2em;
}

.home-item1{
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.home-item1 .item1-img{
    width: 580px;
    height: 350px;
    overflow: hidden;
}
.home-item1 .item1-img img{
    width: 100%;
    height: 100%;
}
.home-item1 .item1-news{
    flex: 1;
    margin-left: 30px;
}
.item1-news .item1-nav{
    line-height: 50px;
    display: flex;
    background: #f2f2f2;
    margin-bottom: 35px;
}
.item1-news .item1-nav span{
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #1a528b;
    cursor: pointer;
}
.item1-news .item1-nav span.active{
    background: #1a528b;
    color: #fff;
}
.item1-news .news_list{
    margin: 18px 0;
}
.home-item2{
    display: flex;
    margin: 30px auto;
}
.home-item2 .item2-title{
    width: 80px;
    height: 100%;
}
.home-item2 .item2-cont{
    display: flex;
    margin-left: 10px;
}
.home-item2 .item2-cont .item2-item{
    width: 268px;
    margin-left: 10px;
}

.home-item3{
    background: #0076E1;
    padding: 15px 0;
    color: #fff;
}
.home-item3 .model{
    display: flex;
    align-items: center;
}
.item3-title{
    height: 49px;
    margin-right: 10px;
}
.item3-cont{
    display: flex;
    flex: 1;
}
.item3-item{
    flex: 1;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
.item3-item:last-child{
    border-right: none;
}
.item3-item .item3-item-ico{
    width: 35px;
    height: 35px;
}
.item3-item img{
    margin-bottom: 6px;
    max-width: 35px;
    max-height: 35px;
}
.item3-item div{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.item3-item span{
    display: block;
    width: 100%;
}

.home-item4{
    background: url(../img/u4.png) no-repeat center;
}
.home-item4 .model{
    display: flex;
    padding: 20px 0;
}
.item4-left{
    width: 390px;
    display: flex;
    flex-wrap: wrap;
}
.item4-left .item4-l-item{
    width: 90px;
    height: 72px;
    background: #fff;
    border-radius: 20px;
    margin: 0 20px 20px;
    text-align: center;
    padding: 10px;
}
.item4-left .item4-l-item img{
    height: 30px;
}
.item4-left .item4-l-item span{
    display: block;
    color: #2b69b4;
}
.item4-left .item4-l-item:last-child{
    width: 220px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 32px;
}
.item4-left .item4-l-item:last-child img{
    margin-right: 15px;
}
.item4-right{
    flex: 1;
    margin-left: 20px;
}
.home-item5{
    display: flex;
    padding: 20px 0 0;
}
.item5-left{
    width: 700px;
    margin-right: 40px;
}
.item5-right{
    flex: 1;
}
.item5-item1{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #cbe1ed;
    padding-bottom: 30px;
}
.item5-item1 .c-item{
    width: 80px;
    color: #1a528b;
    text-align: center;
}
.item5-item1 .c-item .c-img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 1px solid #cbe1ed;
    text-align: center;
    margin-bottom: 10px;
}
.item5-item1 .c-item .c-img img{
    vertical-align: middle;
}
.item5-item2{
    background: #efefef;
    padding: 5px 10px;
}
.item5-item2 .news_list{
    margin: 14px 0;
}

.item5-r-item3{
    margin-top: 30px;
}
.item5-item3{
    background: #2b69b4;
    height: 120px;
    text-align: center;
    line-height: 120px;
}
.item5-item3 img{
    max-height: 70px;
    max-width: 100%;
    vertical-align: middle;
}

.home-main{
    padding: 0 0 20px 0;
}




/*index2*/
.first-img-news{
    margin: 20px 0;
}
.index2-home-item1,
.index2-home-item2{
    display: flex;
}
.index2-home-item1 .index2-item1-left,
.index2-home-item2 .index2-item2-left{
    width: 580px;
    padding: 0 20px;
    margin-right: 20px;
}
.index2-home-item1 .index2-item1-right,
.index2-home-item2 .index2-item2-right{
    flex: 1;
    min-width: 1px;
}
.index2-item1-img{
    overflow: hidden;
    height: 288px;
}
.index2-item1-img img{
    width: 100%;
    height: 100%;
}
.index2-item1-tit{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.index2-home-item2{
    margin-top: 20px;
}

.index2-home-item3{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.index2-item3-item{
    width: 372px;
}
.item-title-l{
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
    font-weight: bold;
}
.item-title-l::before{
    content: '';
    height: 18px;
    width: 5px;
    background: #1a528b;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.index2-home-item4{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.index2-item4-ceil{
    width: 290px;
    height: 120px;
}
.index2-item4-ceil img{
    width: 100%;
    height: 100%;
}

	a:hover{cursor:pointer;color:#2B69B4}
	*{padding:0;margin:0}
	.nListG ul{
		height:250px;
		overflow: hidden;
	}
	.nListG li{height:32px;}
	.nListG li a{float:left;width:400px;margin-right:60px;
			display: block;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;}
	.nListG li span{float:left;}\

	.trs_key4format{
		font-size: 16px;
		zoom: 1;
		color: #333;
	}

	.trs_key4format>p{
		text-indent: 2em;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 15px;
		color: #333;
		margin:5px 0;
	}
	.trs_key4format img{
		text-align: center;
		margin-bottom: -3px;
		max-width: 100%;
	}

	#crumb{
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(1_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;	
	border-bottom: 1px solid #D8D8D8;
}
#crumb *{color:#686868;}
#crumb h2{
	position: absolute;
	font-size: 15px;
	color:#fff;
	text-indent: 25px;	display:none;
}
#crumb span{/*background: url(images/hom.gif) no-repeat 5px 50%;*/
	text-indent: 25px;	
	float: left;
	margin-right: 30px;	
	font-size: 15px;	
}
	#container {
		position:relative;
		margin:0px auto;
		text-align:left;
		width:1200px;
		padding:0 0px 15px 0px;
		background-color: #fff;
	}
	#content{
		font-size: 16px;
		padding: 10px 20px 10px 20px;
		line-height: 200%;		
	}
	#contentPic{text-align: center;}
	#contentPic img{max-width:980px;margin:0 auto;margin-bottom:20px;}
	#content table td{
		margin:0 auto;
		border: 1px solid #999;	
	}
	#content p{	font-size: 16px;margin-bottom:10px;}
	#Err{
		
		height: 300px;
	}
	#ShowArtOne{border: 0px solid #DCDCDC;padding:10px;
		position: relative;margin-bottom:10px;
	}
	#ShowArtOne #title{
		font-size: 12px;
		text-align: center;
		margin:10px;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom:10px;
	}
	#ShowArtOne #title h1{
		line-height:28px;
		font-size: 28px;
		margin-top:10px;
		padding-bottom:10px;
		margin-bottom:10px;
		font-weight: normal;
		color:#014A8F;
	}
	#ShowArtOne #title p{
		height:30px;font-size: 13px;
		line-height:30px;color:#999999;	
	}
	#ShowArtOne #title em{font-style: normal;margin-left:10px;}
	#ShowArtOne hr{border-top: 1px dashed #C1C1C1;}
	#backLastPageBtn{color:#3F6F9F;}
	#PreNext{
		border-top: 1px dashed #CCCCCC;
		margin-top:15px;margin-bottom:15px;padding-top:5px;
		font-size: 12px;
	}
	#PreNext li{height:24px;
	}
	#fuJian{
		clear:both;
		margin:30px 0;padding-top:20px;
		border-top: 1px solid #DDDDDD;
	}
	#fuJian h3{
		height:30px;
		line-height:30px;
		font-size: 16px;
		color: #193080;
		font-weight: normal;
	}
	#fuJian a{
		line-height:24px;
		font-size: 16px;
		margin-bottom:6px;
		display: block;
		text-decoration: underline;
	}
	#fuJian a:link,#fuJian a:visited{color: #193080;}
	#btns{padding-bottom:30px;padding-left:300px;}
	#btns #btn1,#btns #btn2,#btns #btn3,#btns #btn4{
		float:left;
		width: 72px;
		height: 34px;
		display: inline-block;
		margin-right: 14px;
		text-decoration: none;
		text-indent: -2000px;
	}
	#btns #btn1{background: url(1_btn1.jpg) no-repeat 0px 0px;}
	#btns #btn2{background: url(1_btn2.jpg) no-repeat 0px 0px;}
	#btns #btn3{background: url(1_btn3.jpg) no-repeat 0px 0px;}
	#btns #btn4{background: url(1_btn4.jpg) no-repeat 0px 0px; width: 128px;padding-left:82px;}
	
	#sideMenu{	
		margin-bottom:10px;
		background-color: #fff;
	}
	#sideMenu h3{
		
		height: 55px;
		line-height: 55px;
		overflow: hidden;
		font-size: 22px;
		font-weight: normal;
		background-image: url(1_sideMenuh3.jpg);
		background-repeat: no-repeat;
		background-position: right 0px;
		color:#FFFFFF;
		text-align: center;
		letter-spacing: 2px;
	}

	#sideMenu ul{}
	#sideMenu li{height:51px;border-bottom: 1px solid #E8E8E8;}
	#sideMenu a{
		height:51px;
		line-height:51px;
		display: block;
		text-align: center;
		letter-spacing: 2px;
		font-size: 18px;}
	#sideMenu a:link,#sideMenu a:visited{}
	#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
		border-left: 6px solid #044A85;
		color: #0087CB;
		text-decoration: none;
		background-color: #EEF7FF;
	}
		
	#op1{padding:0;}
	#op1 ul li {
		height:41px;
		line-height:41px;
		overflow:hidden;
		border-bottom: 1px dashed #D8D8D8;}
	#op1 ul li a {
		white-space:normal;
		float:left;
		display: block;
		font-size: 16px;
		width:80%;}
	#op1 span{
		width:90px;
		margin-left:-90px;
		float:right;
		text-align:right;
		font-size: 14px;
		color: #989898;
	}

	#pagetop{clear: both;height: 20px;clear: both;}
	.pages {clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
	.pages A {BORDER: #D7D7D7 1px solid; PADDING: 2px 10px;  MARGIN: 2px; TEXT-DECORATION: none}
	.pages A:hover,.pages A:active {COLOR: #666; BORDER: #999 1px solid}
	.pages .current {BORDER: #62ADF1 1px solid;
		PADDING: 2px 10px;	
		FONT-WEIGHT: bold;	
		MARGIN: 2px;
		COLOR: #fff;	
		BACKGROUND-COLOR: #62ADF1;
	}
	.pages .disabled {
		BORDER: #D7D7D7 1px solid;
		PADDING: 2px 10px;	
		MARGIN: 2px;
		COLOR: #bbb;	
	}