@charset "gb2312";
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
}

/*顶部*/
.m_top01{
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
}
.m_top01_left{
	float: left;
	height: 32px;
	font-size: 0;
}
.m_top01_left img{
	display: inline-block;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.m_top01_left a{
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	margin-left: 8px;
	color: #000;
	float: left;
}
.m_top01_left a:hover{
	text-decoration: underline;
}
.m_top01_left span{
	display: inline-block;
	height: 12px;
	width: 1px;
	margin-top: 10px;
	float: left;
	background: #000;
	margin-left: 8px;
}
.m_top01_right{
	height: 32px;
	float: right;
	font-size: 0;
}
.m_top01_right a{
	font-size: 14px;
	line-height: 32px;
	color: #000;
	margin-left: 2px;
	float: left;
}
.m_top01_right a:hover{
	text-decoration: underline;
}
.m_top01_right a:last-child{
	border: none;
}
.m_top01_right img{
	margin-left:10px;
	margin-top: 8px;
	float: left;
}
/*顶部完*/

@media only screen and (max-width: 1199px ) {
	.m_top01{
		width: 100% !important;
	}
	.main{
		width: 100% !important;
	}
}

.content{
	 width: 100%;
	 height: auto;
	 overflow: hidden;
	 background: url(bg.jpg) no-repeat center top;
}
.banner{
	width: 100%;
	height: 970px;
}

.main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.main img{
	width: 100%;
	height: auto;
}
.link{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;top: 0;
}
.link a{
	display: block;
	position: absolute;
}

[lin_index = "1"],
[lin_index = "2"],
[lin_index = "3"],
[lin_index = "4"],
[lin_index = "5"],
[lin_index = "6"]{
	width: 357px;
	height: 535px;
} 

[lin_index = "1"],
[lin_index = "4"]{
   	left: 44px;
}

[lin_index = "2"],
[lin_index = "5"]{
	left: 435px;
}

[lin_index = "3"],
[lin_index = "6"]{
	left: 828px;
}

[lin_index = "1"],
[lin_index = "2"],
[lin_index = "3"]{
	top: 211px;
}

[lin_index = "4"],
[lin_index = "5"],
[lin_index = "6"]{
    top: 1011px;
}

[lin_index = "7"],
[lin_index = "8"],
[lin_index = "9"],
[lin_index = "10"],
[lin_index = "11"],
[lin_index = "12"],
[lin_index = "13"],
[lin_index = "14"]{
	width: 502px;
	height: 388px;
}

[lin_index = "11"],
[lin_index = "12"],
[lin_index = "13"],
[lin_index = "14"]{
	width: 502px;
	height: 388px;
}

[lin_index = "7"],
[lin_index = "8"]{
    top: 1816px;
}
[lin_index = "9"],
[lin_index = "10"]{
    top: 2228px;
}

[lin_index = "7"],
[lin_index = "9"],
[lin_index = "11"],
[lin_index = "13"]{
    left: 67px;
}

[lin_index = "8"],
[lin_index = "10"],
[lin_index = "12"],
[lin_index = "14"]{
    left: 649px;
}

[lin_index = "11"],
[lin_index = "12"]{
    top: 2923px;
}
[lin_index = "13"],
[lin_index = "14"]{
    top: 3338px;
}



/*底部*/
.mfoot{
	margin-top:100px;
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
	font-size: 0;
	position: relative;
}
.mfoot p{
	color: #512a08;
	font-size: 14px;
	line-height: 28px;
}
/*底部完*/
