a:hover{
	color: #f13325;
}
.headerBox{
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
}
.header{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.header .logoBox{
	text-align: center;
}
.header .logoLink{
	display: inline-block;
	width: 173px;
	height: 65px;
	background: url(../img/logo.png) center no-repeat;
	margin-right: 30px;
}
.conWrap{
    width: 1200px;
    margin:95px auto 0;
}
.imgBox{
	width: 100%;
	text-align: center;
}
.imgBox img{
	max-width: 100%;
	margin: 0 auto;
}
.tableBox{
	width: 750px;
	margin: 0 auto;
	margin-top: -3px;
	text-align: center;
}
.tableBox table{
	width: 100%;
}
.tableBox table td{
	color: #fff;
	border-right: 1px solid #eee;
	height: 35px;
	text-align: left;
	padding-left: 0.32rem;
	font-size: 0.426666rem;
	width: 40%;
}
.tableBox table .tableImg td{
	text-align: center;
}
.tableBox table td img{ 
	max-width: 100%;
}
.tableBox table td:first-child,.tableBox table td:last-child{
	width: 30%;
}
.tableBox table td:first-child{
	text-align: center;
}
.tableBox table td:last-child{
	border: 0;
}
.tableBox table td.tTitle{
	height: 45px;
	font-size: 0.48rem;
	color: #fff;
	font-weight: bold;
	background-color: #3f424a;
}
.tableBox table .tableImg td{
	color: #000;
}

.footerWrap{
	width: 100%;
	height: 150px;
	background-color: #1a1c20;
}
.footerBox{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.eegLink span{
	font-size: 12px;
}
.copyright{
	margin-top: 10px;
}

@media only screen and (max-width: 1320px){
	.header{
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}
	.conWrap{
	    width: 1200px;
	    margin:95px auto 0;
	}
	.tableBox{
		width: 750px;
		margin: 0 auto;
		margin-top: -3px;
		text-align: center;
	}
	.footerBox{
		width: 1200px;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 992px){
	.header{
		width: 90%;
		height: 100%;
		margin: 0 auto;
	}
	.conWrap{
	    width: 90%;
	    margin:95px auto 0;
	}
	.tableBox{
		width: 100%;
		margin: 0 auto;
		margin-top: -2px;
		text-align: center;
	}
	.footerBox{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 768px){
	.header{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.conWrap{
	    width: 100%;
	    margin:95px auto 0;
	}
	.tableBox{
		width: 100%;
		margin: 0 auto;
		margin-top: -2px;
		text-align: center;
	}
	.footerBox{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
}