/*
* @Author: Administrator
* @Date:   2017-09-14 16:28:15
* @Last Modified by:   Administrator
* @Last Modified time: 2018-01-18 15:32:34
*/
.zg_wrap{
	width:100%;
	height:1600px;
	background: url(../images/bk.jpg) no-repeat center center;
}
.zg_wrap h1{
	text-align: center;
	line-height: 70px;
	font-size:58px;
	color: #fff;
	font-weight: bold;
	padding-top:30px;	
}
.zg_wrap h2{
	text-align: center;
	line-height:60px;
	font-size:28px;
	color: #fff;
	font-weight: bold;
	padding-bottom:20px;
}
.zg_wrap  ul.nav{
	overflow: hidden;
}
.zg_wrap  ul.nav  li{
	width:103px;
	height:52px;
	float: left;
	background: url(../images/li.png) no-repeat center center;
	line-height: 52px;
	font-size:22px;
	color: #3a3a3a;
	text-align: center;
	margin-left:25px;
	margin-bottom: 20px;
	cursor: pointer;
}
.zg_wrap  ul.nav  li.first{
	margin-left:0;
}
.zg_wrap  ul.nav  li.active{
   color: #9e4a30;
   font-weight: bold;
   background: url(../images/li-hover.png) no-repeat center center;
}
.zg_wrap  ul.nav  a.aLink{
   display: inline-block;
   padding:0 15px;
   font-weight: 22px;
   line-height: 52px;
   color: #3a3a3a;
   background:#fae20b;
   border-radius: 5px;
   margin-left:25px;
   font-weight: bold;
   position:relative;
}
.zg_wrap  ul.nav  a.aLink:hover{
   background:#fbfe87;
   color: #9e4a30;
   font-weight: bold;
} 
.zg_wrap  ul.nav  a.aLink img{
	position:absolute;
	right:-20px;
	top:0px;
	}
.zg_wrap  ul.nav  li.hover{
   color: #9e4a30;
   font-weight: bold;
   background: url(../images/li-hover.png) no-repeat center center;
}
.zg_wrap .con{
	height:710px;
	background: #e2eeff;
	border-radius: 20px;
	margin-top:20px;
	padding:20px 0;
	display:none;
}
.zg_wrap .con .con_wrap{
	height:710px;
	overflow: auto;
}
.zg_wrap .con .title{
    width:952px;
    height:91px;
    background: url(../images/title-bk.png) no-repeat center center;
    margin:0 auto;
}
.zg_wrap .con .title table{
	width:100%;
	text-align: center;
	padding-top:5px;
}
.zg_wrap .con .title table.table1 td{
	font-size: 18px;
	line-height: 30px;
}
.zg_wrap .con .title table td{
	font-size: 22px;
	line-height: 38px;
}
.zg_wrap .con .title table td.td1{
	width:20%;
}
.zg_wrap .con .title table td.td2{
	width:20%;
}
.zg_wrap .con .title table td.td3{
	width:10%;
}
.zg_wrap .con .title table td.td4{
	width:20%;
}
.zg_wrap .con .title table td.td5{
	width:15%;
}
.zg_wrap .con .title table td.td6{
	width:15%;
}
.zg_wrap .con img{
	display: block;
	width:952px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
}

