/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.125  Arial,Helvetica,Microsoft Yahei,SimSun;_font-family: "Microsoft Yahei","SimSun";color:#666;outline:0;}
body{background:#fbfbf9;min-width: 1349px}
a,a:hover{color:#333;}
/* 清除浮动 */
li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}

ul,li{
	list-style-type: none;
}
/* 表格 */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.ellipsis,.ellipsis li,.ellipsis td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
h1{
	text-indent: -9999px;
}
.logo{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:60px;
	height:60px;
	background: url(../../images/ie/ee.png) no-repeat 0 -1px;
	margin-top:10px;
}
.g-hd{
	width:100%;
	height:110px;
	position: relative;
	z-index: 2;
}
.g-hd .top{
	width:100%;
	height:50px;
	background: #00449F;
}
.g-hd .top .subnav{
	position: relative;
	width:1200px;
	line-height: 50px;
	margin:0 auto;
	font-size:16px;
	color:#fff;
}

.g-hd .subnav ul{
	position:absolute;
	right:280px;
	top:2px;
}
.g-hd .subnav li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	margin-right:35px;
}
.g-hd .subnav li a{
	color:#fff;
}
.g-hd .subnav li a:hover{
	text-decoration: underline;
}
.g-hd .subnav form{
	position: absolute;
	top:-1px;
	right:0;
}
.g-hd .subnav input{
	width:245px;
	height:32px;
	line-height: 32px;
	padding-left:10px;
	vertical-align: middle;
	border:1px solid #ccc;
	border-radius: 3px;
	font-size:16px;
	color:#999;
}
.g-hd .subnav form i{
	position:absolute;
	top:18px;
	right:10px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:16px;
	height:16px;
	background: url(../../images/ie/ee.png) no-repeat -85px -80px;
}
.g-hd .banner{
	position: relative;
	width:1200px;
	height:80px;
	margin:0 auto 5px;
}
.g-hd img.title{
	position: absolute;
	top: 18px;
	left: 70px;
}
.g-hd .banner .menuwrap{
	position: absolute;
	top:25px;
	right: 0;
}
.g-hd .banner ul li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 88px;
	height:32px;
	line-height: 32px;
	font-size:16px;
	text-align: center;
}
.g-hd .banner li a{
	padding:3px 10px;
}
.g-hd .banner .crt{
	border-bottom: 3px solid #00449F;
}
.g-hd .banner li:hover{
	border-bottom: 3px solid #00449F;
}
