﻿@charset "utf-8";
/* CSS Document */


*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
input,textarea {outline:none;border:0px;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link { text-decoration: none;color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover { text-decoration: none !important; color:rgb(184, 181, 181);transition: all 0.3s ease-out 0s;}
a:active {text-decoration: none; color: #000;}


body {margin: 0px; 
color:#262626; 
font-size: 14px; 
font-family:微软雅黑,Arial, Helvetica, sans-serif;
background: url(../images/bg.jpg) y-repeat center;}
a.more:link { text-decoration: none;color: #FFFFFF;}
a.more:visited {text-decoration: none; color: #FFFFFF;}
a.more:hover { text-decoration: none; color: #FFFFFF;}
a.more:active {text-decoration: none; color: #FFFFFF;}


/*header*/
/*top*/
.header{background:#fff; width:100%; height:100px;}
.topbox{background:#000f58; color:#fff;}
.top{ overflow:hidden; 
width:1180px; 
height:29px; 
margin:0 auto; 
line-height:29px; 
padding-right:10px;
}
.top a{ float:right; 
margin-right:4px; 
color:#fff;
}
.top a:hover{text-decoration:underline;}
.top span{float:left;}

.top2{ width:1180px; 
height:122px; 
margin:0 auto;
}
.logo{width:300px; 
height:105px; 
float:left; 
margin-top:18px; 
display:inline; 
}
.logo-R{ width:480px; 
height:75px; 
float:left; 
margin-left:100px; 
font-size:16px; 
color:#06056d
;
margin-top:34px;
text-align:left;
}
.logo-R span{ display:block; 
line-height:37px;
font-size:18px;
}
.logo-R b{font-weight:normal;
 font-size:24px;
 }
.logo-R2{ height:60px; 
padding-left:70px; 
float:right; 
font-size:14px; 
line-height:25px; 
font-weight:bold;
color:#dc131b;
}
.text_1{line-height:30px;}
.logo-R2 span{font-size:18px; 
font-style:italic;
}



/*nav*/
.navbox{width:100%;
	height:60px;
	overflow:hidden;
	border-bottom: 5px solid #1b2c39;
    background: #0c4da1;
}
.nav{width:1180px;
	margin:0 auto;
	height:60px;
	line-height:60px;
	overflow:hidden;
	
}
.nav ul li{float:left;
	font-size:15px;
}
.nav ul li a{color:#fff;
	display:block;
	width:130px;
	height:55px;
        line-height:60px;
	text-align:center;
}
.nav ul li a:hover{border-bottom:5px solid rgba(255, 255, 255, 0.36);}






/*search*/
.search-box{ width:100%; 
	height:35px;
	margin-top:20px;
}
.search-box2{ width:1180px; 
	height:35px; 
	margin:0 auto;
}
.search-L{ width:700px; 
	height:50px; 
	line-height:30px; 
	float:left; 
	overflow:hidden;
}
.search-L a{ margin-right:10px;}
.search-R{ width:372px; 
	height:30px;  
	float:right; 
}
.search-R1{ width:300px; 
	height:28px;
	border:1px solid #005ae0; 
	float:left; 
	margin-left:10px;
}
.search2{ width:300px; 
	height:28px; 
	padding-left:10px; 
	background:none; 
	color:#909090; 
	line-height:30px;
}
.search3{ width:60px; 
	height:30px; 
	line-height:30px; 
	font-size:14px;
	font-family:"Microsoft YaHei"; 
	background:#005ae0; 
	text-align:center; 
	float:right;
}
.search3 a{ color:#fff;}

.tabx_menu10 a{
	color: #252323;
}



/*foot*/
.footer{width:100%; background:#0c4da1; margin-top:30px; padding:20px 0; overflow:hidden; color:#fff; text-align:center;line-height:25px;}
.foot{width:1180px;  padding:20px 0; overflow:hidden; color:#fff; text-align:center;margin:0 auto; line-height:25px;}
.foot a{color:#fff; font-size:14px;}
.foot a:hover{text-decoration:underline;}
.menu{border-bottom:1px dotted #fff; padding-bottom:10px;}
.foot_text{margin:10px 0 0 0;}
.foot_text img{margin:0 5px;}
.foot_text a{color:#fff; font-size:12px;}
.indexTitle{
	border-bottom: 1px solid rgb(49, 49, 49);
	box-shadow: none;
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	width: 97%;
}
.indexTitle a{
	font-size: 14px;
	float: right;
	font-weight: 400;
}





























