/* 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{color:#333;}
a:hover{color: #0D3F57;}
/* 清除浮动 */
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;
}
.g-bd h2{
	position: relative;
	height:32px;
	line-height: 34px;
	font-size: 16px;
	color:#333;
	border-bottom: 3px solid #0D3F57;
}
.g-bd h2 .more{
	position: absolute;
	right: 10px;
}
.clear{clear: both;}
.g-hd{
	width:100%;
	height:118px;
}
/* 菜单 */
.g-hd .menuwrap{
	position: relative;
	width:100%;
	height:38px;
	background: #0D3F57;
	z-index: 2;
}
.g-hd .menu{
	width:1200px;
	margin: 0 auto;
}
.g-hd .menuwrap ul li{
	position: relative;
	display: inline-block;
	/*display:-moz-inline-stack;*/
	*zoom:1;
	*display:inline;
	height:32px;
	line-height: 32px;
	font-size:16px;
}
.g-hd .menuwrap li a{
	display: inline-block;
	*zoom:1;*display:inline;
	height: 32px;
	padding:3px 20px;
	color: #fff;
}
.g-hd .menuwrap .crt a{
	background-color: #fff;
	color: #333;
}
.g-hd .menuwrap li:hover a{
	color: #333;
	background: #fff;
}
/* 子导航 */
.g-hd .menuwrap li ul{
	position: absolute;
	top: 37px;
	left: 0;
	width: 150px;
	background-color: #0D3F57;	
	z-index: 9999;			
}
.g-hd .menuwrap li li{
	position: relative;
	margin:0;
	padding: 0;
	display: block;
}
/*.g-hd .menuwrap li li ul {
    position:absolute;
    top:0;
    left:150px; 
    margin: 0;
    padding: 0;
}
*/
/* 子导航链接 */
.g-hd .menuwrap li .sub-menu li a {
	color:#fff;
    margin:0;
    padding:0 10px;
    background-color: #0D3F57;
}
.g-hd .menuwrap li li a:hover{
	/*color: #fff;*/
	opacity: 0.6;
	/*background-color: #0D3F57;*/
	/*filter:alpha(opacity=80);*/
}
/*.g-hd .menuwrap li li:last-child a {
    border-bottom:none;
}*/
.g-hd .menuwrap ul.sub-menu {
    display:none;
}

/* 导航区 */
.g-hd .nav{
	position: relative;
	width:1200px;
	margin:0 auto;
}
.g-hd .nav .logo{
	display: inline-block;
	*zoom:1;*display:inline;
	width:60px;
	height:60px;
	background: url(../../images/technology/trade.png) no-repeat -208px -69px;
	margin-top: 9px;
}
.g-hd img.title{
	position: absolute;
	top: 18px;
	left: 70px;
}
.g-hd .nav ul{
	position: absolute;
	right:270px;
	top:25px;
}
.g-hd .nav li{
	display: inline-block;
	*zoom:1;*display:inline;
	margin-right:20px;
}
.g-hd .nav li a{
	height: 30px;
	line-height: 30px;
	font-size:16px;
	color:#333;
}
.g-hd .nav li a:hover{
	text-decoration: underline;
}
.g-hd .nav li a i{
	position: relative;
	top:3px;
	left:-5px;
	display: inline-block;
	*zoom:1;*display:inline;
	width:20px;
	height:20px;
	background: url(../../images/technology/trade.png) no-repeat -3px -5px;
}
.g-hd .nav li .portal i{
	background: url(../../images/technology/trade.png) no-repeat -29px -5px;
}
/* 搜索框 */
.g-hd .nav form{
	position: absolute;
	top: 22px;
	right: 0;
}
.g-hd .nav input{
	width:245px;
	height:32px;
	line-height: 32px;
	padding-left:10px;
	border:1px solid #ccc;
	border-radius: 4px;
	font-size:16px;
	color:#999;
}
.g-hd .nav form i{
	position:absolute;
	top:7px;
	right:10px;
	display: inline-block;
	*zoom:1;*display:inline;
	width:16px;
	height:16px;
	background: url(../../images/technology/trade.png) no-repeat -63px -5px;
}
