/* reset */
* {box-sizing: border-box;}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0; }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { color:#333; font-size: 16px; font-family:"Open Sans","arial" ,sans-serif;  }
body { line-height: 1.5; min-width:1200px }
a:link,
a:visited,
a:active,
a { text-decoration: none;  }
a { blr:expression(this.onFocus=this.blur()); color:#333; }/* 链接 a 在获得焦点的同时失去焦点*/
a * { *cursor: pointer }
:focus { outline: none } 
a:hover { color:#035293; }
.tab-b { display:none;  }

.txt_color_000 { color:#000; }
.txt_color_333 { color:#333; }

/* clear 都不用再加清除样式 */
.clearfix:before, .cf:before,  { content: ''; display: table }
.clearfix:after, .cf:after { content: ''; display: table; clear: both }
.clearfix, .cf, { *zoom: 1 }
.fl { float:left; }
.fr { float:right;}

.center { text-align:center;}
.f-left { text-align:left;}
.f-right { text-align:right;}

.ellipsis{display: -webkit-box; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ellipsis-2 {  overflow:hidden;  max-height:3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellipsis-3 {  overflow:hidden;  max-height:4.5em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellipsis-4 {  overflow:hidden;  max-height:6em; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.pt20{
	padding-top: 20px;
}

.container{
	width: 1200px;
	margin: 0 auto;
}

/* header */
.headerbg{
	background: url(../images/header.jpg) no-repeat center 0;
}

.header .logo{
	padding: 50px 0;
	text-align: center;
}
.search{

	margin-bottom: 67px;
}
.search form,.subheader form{	display:flex;justify-content: center;}
.subheader .search{
  margin-bottom: 0;
  margin-top: 24px;
}
.search input[type="text"]{
	width: 510px;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	background-color: #fff;
	border: 0 none;
}
.subheader .search input[type="text"]{
  width: 320px;
  height: 44px;
}
.search .searchbtn{
	width: 94px;
	height: 50px;
	border: 0 none;
	font-size: 16px;
	color: #fff;
	background-color: #035293;
}
.subheader .search .searchbtn{
  width: 84px;
  background-color: #023c6b;
  height: 44px;
}
/* 导航栏样式 */

.nav-list{
	display: flex;
	justify-content: center;
	line-height: 53px;
}
.nav-list .nav-item {
  float: left;
  height: 53px;
  flex: 1;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list .nav-item:hover {
  background-color: #0561ac;
}
.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item a {
  display: block;
  color: #fff;
  font-size: 20px;
}
.submenu {
  position: absolute;
  display: none;
  width: 100%;
  background:#0561ac;
  filter: alpha(opacity=90);
  opacity: .9;
  -moz-opacity: .9;
  z-index: 999;
  width: auto;
  min-width: 100%;
}
.submenu li a {
  padding: 0px 10px !important;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 16px!important;
}
.submenu li a:hover {
  background-color: #024a85;
}

/* footer */
.footerbg{
	background-color: #d4dee6;
}
.footer{
	padding: 30px 0;
	line-height: 2;
	font-size: 14px;
	text-align: center;
	color: #666;
}

/* 内页header */
.subheaderbg{
	background: #035293;
}
.subheader{
	border-bottom: 1px solid #044280;
	padding: 25px 0;
}
.subnav{
	border-top: 1px solid #2369a3;
}


/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce {
    background-color:#035293 ;
    border:1px solid #035293 ;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num:hover a{
    background-color:#035293 ;
    border:1px solid #035293 ;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#035293 ;
    border:1px solid #035293 ;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}

