@charset "utf-8";
	blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	padding:0;
	margin:0
}
fieldset,img {
	border:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
ol,ul {
	list-style:none
}
address,caption,cite,code,dfn,em,th,var {
	font-weight:400;
	font-style:normal
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%
}
q:after,q:before {
	content:''
}
a {
	text-decoration:none;
	cursor:pointer
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
html {
	overflow-y:scroll;
}
*,body {
	position:relative;
	padding:0;
	margin:0;
	box-sizing:border-box
}
img {
	width:100%;
	border:0;
	display:block
}
.container {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	line-height:2.5;
	font-size: 18px;
}
.container .banner {
	background:url(../images/head.jpg) center top no-repeat;
	width:100%;
	height:453px
}
.container .main {
	width:973px;
	margin:0 auto;
	overflow:hidden;
	padding: 97px 13px 205px 13px;
	font-size:18px;
}
.container .main .title{
	font-size:30px;
	color:#dd6799;
	margin-bottom:10px;
}

.container .main .table {
	width:777px;
	height: 223px;
	margin: 70px auto;
	text-align:center;
	border:1px solid #ffffff;
	border-collapse: collapse;
	font-size: 24px;
	background-color: #a4a4a4;
	color: #ffffff;
}
.container .main .table tr{
	height: 77px;
}
.container .main .table td{
	border:1px solid #ffffff;
}

.marginBot{
	margin-bottom: 15px;
}
.red{
	color:#fd2933;
}
.bule{
	display: inline-block;
	height: 38px;
	color:#0a8af7;
	border-bottom: 1px solid #0a8af7;
}
.container .main .table1 {
	width:736px;
	height: 259px;
	margin: 70px auto;
	text-align:center;
	border:1px solid #a4a4a4;
	border-collapse: collapse;
	font-size: 24px;
	
}
.table1 tr:nth-child(1){
	background-color: #a4a4a4;
	color: #ffffff;
}
.table1 tr:nth-child(1) td:nth-child(1){
	border-right:1px solid #ffffff;
}
.table1 td{
	border:1px solid #a4a4a4;
}