/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}

.zt{
	width: 1200px;
	margin: 65px auto;
}
.zt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.zt span{
	text-align: center;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 25px;
}
.zt i{
	display: block;
	width: 80px;
	height: 4px;
	background-color: #000000;
	margin: 0 auto;
}
.zt p{
	margin-top: 40px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 35px;
	text-align: center;
}
.chuf{
	width: 1200px;
	margin: 70px auto;
}
.chuf ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.chuf ul li{
	width: 280px;
	margin: 10px;
	overflow: hidden;
}
.chuf ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.chuf ul li:hover img{
	transform: scale(1.03);
}
.cfzs{
	width: 100%;
	min-width: 1200px;
	height: 550px;
	background: url(../images/cfzs.jpg) center no-repeat;
}
.cf_last{
	width: 100%;
	min-width: 1200px;
	height: 257px;
	background: url(../images/cfzs_04.jpg) center no-repeat;
}


.index_gjcf{
	width: 1200px;
	margin: 60px auto;
}
.index_gjcftop{
	text-align: center;
	padding-top:25px ;
}
.index_gjcftop h1{
	color: #a4a5a5;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
}
