﻿body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.all {
	width: 1200px;
	margin: 0 auto;
	clear: all;
	position: relative;
}

.bar1 {
	width: 1200px;
	height: 108px;
	background: url(../images/bar1_1.png)no-repeat center;
}

.bar2 {
	width: 1200px;
	height: 1039px;
	background: url(../images/bar2.png)no-repeat center;
	overflow-x: hidden;
}

.bar3 {
	width: 1200px;
	height: 160px;
	background: url(../images/bar3.png)no-repeat center;
}

.bar1_logo{
	width: 10%;
	height: 108px;
	float: left;
	cursor: pointer;
}
.bar1 ul{
	width: 60%;
	height: 108px;
	line-height:100px;
	font-size: 18px;
	float: right;
}

.bar1 ul a{
	color: #000000;
}
.bar1 ul li{
	float: left;
	width: 100px;
	margin-left: 20px;
	cursor: pointer;
}
.bar1 ul li:hover{
	color: #9c0303;
	font-size: 20px;
	font-weight: 400;
}
.on{
	color: #9c0303;
	font-size: 20px;
	font-weight: 400;
}

.bar2 h3{
	width: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
}
.bar2 p{
	width: 90%;
	margin-left: 5%;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.size_big{
	font-size: 30px;
}


.table{
	width: 98%;
	margin-left: 2%;
	/* border: 1px solid #545351; */
	
}

tr{
	height: 40px;
	margin: 1px;
/* 	border: 1px solid #545351; */
	
}
td{
	font-size: 12px;
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #545351;
	
}