/* 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:#d7080e;}
/* 清除浮动 */
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{
	position:absolute;
	top:7px;
	left:0;
	width:220px;
	height:27px;
	font-size: 16px;
	color: #999;
	padding-left:12px;
}
h1{
	position:relative;
	top:23px;
	left:20px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.clear{clear:both;}
.g-hd{
	position:relative;
	width:100%;
	height:185px;
	z-index:20;
}
/* 顶部导航 */
.g-hd .topnav{
	width:100%;
	height:28px;
	background: #eeebe3;
}
.g-hd .topnav div{
	position: relative;
	width:1200px;
	line-height: 28px;
	margin:0 auto;
	font-size:14px;
	color:#7a531c;
}
.g-hd .topnav div ul{
	position: absolute;
	top:0;
	right:0;
	height:35px;
}
.g-hd .topnav div li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	margin-left:15px;	
}
.g-hd .topnav div li a{
	font-size:14px;
	color:#7a531c;
	vertical-align: middle;
	line-height: 14px;
}
.g-hd .topnav div li a:hover{
	color:#cc1c1e;
}


/* 导航区 */
.g-hd .banner{
	position: relative;
	width:100%;
	height:150px;
	background-image: url(../../images/labour/banner.jpg);
	background-position: center;
}

/* 顶部链接 */
.g-hd .toplink{
   display: inline-block;
   position: absolute;
   top: 70px;
   left: 650px;

}

.g-hd .toplink li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 120px;
	height: 20px;
    float: right;
    font-size: 16px;
    color: #fff;
    text-align: right;
    margin-top: 4px;
}
.g-hd .toplink li a{
	color: #fff;
    /*vertical-align: middle;*/
}
.g-hd .toplink li a:hover{
	color: #ffff00;
}

.g-hd .toplink .index{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:20px;
	height:20px;
	background: url(../../images/youth/youth-league.png) no-repeat -15px -177px;
	/*margin-right: 5px;
	vertical-align: middle;*/
	position: relative;
	top: 2px;
	left: -5px;
}

.g-hd .toplink .portal{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:20px;
	height:20px;
	background: url(../../images/youth/youth-league.png) no-repeat -45px -177px;
	/*margin-right: 5px;
	vertical-align: middle;*/
	position: relative;
	top: 4px;
	left: -5px;
}


.g-hd .nav{
	position: relative;
	width:1200px;
	height:150px;
	margin:0 auto;
}



/* 搜索区 */

/* palcehoder */
input.phcolor{
	color:#999;
	height: 30px;
	line-height: 30px;
}

.g-hd .nav form{
	position:absolute;
	top:70px;
	right:0;
}
.g-hd .nav input{
	width:245px;
	height:32px;
	padding-left:10px;
	border:none;
	border-radius: 2px;
	font-size:16px;
	color:#999;
}
.g-hd .nav form i{
	position:absolute;
	top:8px;
	right:10px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:16px;
	height:16px;
	background: url(../../images/party/party-building.png) no-repeat -259px -98px;
	cursor: pointer;
}

/* 导航菜单 */
.g-hd .menuwrap{
	width: 100%;
	height:30px;
	/*color:#fff;*/
	background-color: #F2F0EA;
}


.g-hd .menu{
	position: relative;
	width:1200px;
	height: 30px;
	line-height: 30px;
	margin:0 auto;
	padding: 0;
	z-index: 10000;
}
.g-hd .menu ul{
	position: absolute;
	left: 0;
	width: 1200px;
    line-height: 30px;
}
.g-hd .menu ul li{
	position:relative;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 120px;
	height: 30px;
	text-align: center;
}

/* 子导航 */
.g-hd .menu li ul{
	position: absolute;
	top: 31px;
	z-index: 9999;
	width: 150px;
	background-color: #FF0400;
			
}
.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:#666;*/
}
.g-hd .menu a:hover{
    /*color:#FEFB19;*/
    text-decoration:none;
    display:inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	height: 30px;
	/*background-color: #ff0000;*/
}


/* 子导航链接 */
.g-hd .menu li li a {
	color:#FEFB19;
    margin:0 10px;
    padding:0;
}
.g-hd .menu li li a:hover{
/*	opacity: 0.8;
	filter:alpha(opacity=80);*/
}
.g-hd .menu li li:last-child a {
    border-bottom:none;
}
.g-hd .menu ul.sub-menu {
    display:none;
}
