﻿/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*,
*:before,
*:after { margin: 0px;padding: 0px;}
a:link,a:visited{color: #5A5A5A;text-decoration: none;}
a:hover {color: #0F4689;}
a:active {}
h3{font-size: 18px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
input.radio, input.checkbox {width: auto;}
input {outline: none;}
.longTitle{/* 长标截断 */
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf,.clear-both {
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.hide {display: none;}
.clear {zoom: 1;}
.transparent{  
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}
.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;
}
.model {
    width: 1200px;
    margin: 0px auto;
}
body { font-family: "微软雅黑";min-width: 1200px; font-size: 14px; color: #333; }
.header{
    background: url(../img/top-bg.png) #245086 no-repeat center;
    padding: 100px 0;
}

#navs{
	height:175px;
	width:1200px;
	margin:0 auto;
	padding-top:40px;
	border-bottom: 15px solid #00457e;
	background-color: #FFF;
}
#navs a{
	float:left;
	display: block;
	width: 128px;
	height:175px;
	margin-right:70px;
	text-align: center;
	position: relative;
}
#navs a i{	
	background-image: url(../img/ico1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;	
	width: 88px;height: 45px;padding-top:110px;
	margin:0px auto;	
	
}
#navs a b{
	color: #00457e;
	font-size:16px;
	position: absolute;
	top:110px;
	left:0;
	width:100%;
	z-index: 1;
	text-align: center;
	
	display: block;
}
#navs a.on i{height: 65px;}
#navs a.on i,#navs a:hover i{background-position: left top;}
#navs a#n1{margin-left:46px;}#navs a#n6{margin-right:0;}
#navs a#n1 i{background-image: url(../img/ico1.gif);}
#navs a#n2 i{background-image: url(../img/ico2.gif);}
#navs a#n3 i{background-image: url(../img/ico3.gif);}
#navs a#n4 i{background-image: url(../img/ico4.gif);}
#navs a#n5 i{background-image: url(../img/ico5.gif);}
#navs a#n6 i{background-image: url(../img/ico6.gif);}


.header .logo{
    height: 70px;
}

.search{
    float: right;
    width: 320px;
    height: 40px;
    margin: 24px 0 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.search #keyword{
    height: 100%;line-height:40px;
    width: 100%;
    padding: 0 10px 0 40px;
    border-radius: 3px;
    border: none;
    background: url(../img/search-btn.png) no-repeat #fff 10px 8px;
}
.search .search_btn{
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	top: 0;
	background:none;
	outline:none;
	border:none;
	cursor: pointer;
}
#footer {
	clear:both;
	text-align:left;
	position: relative;
	background-color: #1A528B;
	height: 137px;color: #fff;
}

#footerInner{
	width:1200px;margin:0 auto;
	height:100px;
	padding:30px 0 0 0;
	line-height:180%;
	font-size:13px;	
	position: relative;	
}
#ficon{
	position: absolute;
	z-index: 1;
	right:0;top:40px;
}
#footer p{margin-top:5px;line-height:200%;}
#footer a:link,#footer a:visited{color: #fff;}
#footer a:hover{color: #A8CAED;}
#footer img {vertical-align: middle; margin-left: 25px;}
#_ideConac img {margin-left:0px; -10px;margin-bottom: -10px;}
