/* CSS Document */

body{
	font-size:14px;
}

body a{
	text-decoration:none;
}

#head{
	height:100px;
	background:url(../images/headerBg.png) center no-repeat;
	background-size:cover;
}

#head .headtwo{
	width:980px;
	height:100px;
	margin:auto;
}

.headtwo .logo{
	display: inline-block;
	vertical-align:middle;
}

.headtwo .logo a{
	display: block;
	width:300px;
	height:65px;
	background:url(../images/logo.png) no-repeat;
	background-size:cover;
	text-indent: -9999em;
}

#list{
	height:45px;
	background-color:#358ff0;
}
#list .apptype{
	width:980px;
	margin:auto;
	
}

#list .apptype li{
	display: inline-block;
	height:20px;
	padding:10px;
	margin:0px;
	width:100px;
	text-align:center;
	border-right:#FFF solid 1px;
}

#list .apptype li:hover{
	background-color:#0070DF;
}

#list .apptype a{
	font-size:17px;
	color:#FFF;
}

#gg{
	width:980px;
	height:70px;
	margin:auto;
	background:url(../images/gg.jpg) center no-repeat;
	background-size:100%;
}

#content{
	border:#E6E6E6 solid 1px;
	width:980px;
	margin:auto;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	color:#666;
}

#content li{
	list-style-type:none;
	margin-left:10px;
}

#tgimg{
	width:980px;
	height:831px;
	margin:auto;
}

#foot{
	border-top:#E6E6E6 solid 1px;
}

#foot .copy{
	width:980px;
	height:120px;
	margin:20px auto 10px auto;
	text-align:center;
	color:#666;
}