﻿/* CSS Document *//** Basic Cascading Style Sheet* Intructions:none* Version:1.0* Updated:2014-09-18* Author:Cyan.John.* Contact:* QQ:331863539* Email:zzy85620987@163.com*//* base */* {
	margin: 0;
	padding: 0
}
ol, ul {
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none
}
.fl {
	float: left;
	display: inline
}
li {
	list-style: none;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
img {
	border: none;
}
/* framework */.wrap {
	width: 100%;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.banner {
	background: url( ../images/banner.png) no-repeat top center;
	height: 780px;
	text-align: center;
}
.footer a {
	color: #ffffff;
}
.hot-head {
	padding-top: 15px;
	text-align: center;
	width: 1200px;
	margin: 5px auto 0;
	padding-bottom: 23px;
}
.hot-head h1 {
	font-size: 36px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	font-family: "microsoft yahei", 'SimHei';
	text-indent: 3em;
}
.hot-head h1 a {
	color: #e00008;
}
.hot-head p {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-top: 12px;
	font-family: "microsoft yahei";
}
.hot-head p a {
	color: #e00008;
}
#pic1 {
	line-height: 24px;
}
.content {
	width: 100%;
	height: auto;
	margin: 5px auto 0;
	-overflow: hidden;
}
.fp {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 15px;
}
.col-left {
	display: inline;
	height: auto;
	margin-left: 24px;
	overflow: hidden;
	width: 47%;
	float: right;
}
.article {
	font-family: Tahoma, simsun;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.article h4 {
	font: 24px/34px "microsoft yahei", 'SimHei';
	margin-bottom: 6px;
	font-weight: bold;
}
.article .brief {
	color: #606060;
	font: 14px/25px "simsun";
	margin-bottom: 10px;
	overflow: hidden;
}
.fr {
	display: inline;
	float: right;
}

/*新加*/

.container1200{ width: 1200px; margin: 50px auto;}
