/* 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: 1216px}
a{color:#333;}
a:hover{color:#dd0400;}
/* 清除浮动 */
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;
}

.hidden{
	display: none;
}
.txt-default{
	/*display: block;*/
	position:absolute;
	top:7px;
	left:0;
	width:220px;
	height:27px;
	font-size: 16px;
	color: #999;
	padding-left:12px;
}

h1{
	
	text-indent: -9999px;
}

.nav img.title{
	position: absolute;
	top: 30px;
	left: 80px;
}
.logo{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	position: absolute;
	top:23px;
	left:0;
	width:85px;
	height:85px;
	background: url(../../images/cooperation/foreign.png) no-repeat -5px -2px;
}
.g-hd{
	position: relative;
	width:100%;
	height:100px;
	z-index: 10;
}
.g-hd .nav{
	position: relative;
	width:1200px;
	margin:0 auto;
	height:100px;
}
.g-hd .nav .subnav{
	position: absolute;
	right:0;
	top:25px;
}
.g-hd .subnav ul{
	position:absolute;
	right:235px;
	top:0;
	width:270px;
}
.g-hd .subnav li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	margin-right:30px;
	width:95px;
}
.g-hd .subnav li a{
	font-size:16px;
	color:#999;
}
.g-hd .subnav li a:hover{
	color:#e33f31;
}
.g-hd .subnav li i{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 20px;
	height: 20px;
	margin-right:10px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.g-hd .subnav li .index i{	
	background: url(../../images/cooperation/foreign.png) no-repeat -5px -94px;
}
.g-hd .subnav li .portal i{
	background: url(../../images/cooperation/foreign.png) no-repeat -31px -94px;
}
.g-hd .subnav form{
	position: absolute;
	top:-7px;
	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:10px;
	right:10px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:16px;
	height:16px;
	background: url(../../images/cooperation/foreign.png) no-repeat -99px -98px;
}

/* 导航菜单 */
.g-hd .menu{
	position: absolute;
	bottom:0;
	right: 0;
	/*width:1200px;*/
	height: 35px;
	/*line-height: 30px;*/
	margin:0 auto;
	padding: 0;
	z-index: 10000;
}
.g-hd .menu ul{
	float: right;
    /*line-height: 30px;*/
}
.g-hd .menu ul li{
	position:relative;
	display: inline-block;
	/*display:-moz-inline-stack;*/
	*zoom:1;
	*display:inline;
	height: 30px;
}
.g-hd .menu ul li:hover{	
	border-bottom: 2px solid #dd0400;
}
.g-hd .menu li{
	position: relative;	
}
.g-hd .menu .crt{
	border-bottom: 2px solid #dd0400;
}


/* 子导航 */
.g-hd .menu li ul{
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 9999;
	width: 150px;
	background-color: #E33F31;
			
}
.g-hd .menu li li{
	position: relative;
	margin:0;
	padding: 0;
	display: block;
}
.g-hd .menu li li ul {
    position:absolute;
    top:0;
    left:150px; 
    margin: 0;
    padding: 0;
}

/* 链接样式 */
.g-hd .menu a {
    line-height:30px;
    padding:0 10px;
    margin:0 ;
    font-size: 16px;
    color:#333;
    /*padding-bottom: 5px;*/
}
.g-hd .menu a:hover{
 /*   border: 1px solid #e33f31;
    color: red;*/
}
.g-hd .menu a:hover,
.g-hd .menu a:focus,
.g-hd .menu a:active {
    /*background: #dd0400;*/
	/*color:#fff;*/
}

/* 子导航链接 */
.g-hd .menu li li:hover {
	border:none;
}
.g-hd .menu li li a {
	color:#fff;
    margin:0 10px;
    padding:0;
}
.g-hd .menu li li a:hover{
	/*color: #ddd;*/
	position: relative;
	top: -1px;
	left: 1px;
	border:none;
}
/*.g-hd .menu li li:last-child a {
    border-bottom:none;
}*/
.g-hd .menu ul.sub-menu {
    display:none;
}
