﻿
h1,h2,h3,h4,h5,h6{
	font-family: "Microsoft Yahei";
}
.container{
	position: relative;
}
a:hover,a:visited{
	text-decoration: none;
}

/*-------------------
1.正文主体样式
-------------------*/

.content{
	position: relative;
	width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.itembar{
	display: none;
	position: fixed;
	top: 320px;
	left: 260px;
	padding: 0;
	list-style: none;
}
.itembar>li{
	font-size: 0;
}
.itembar>li a{
	display: inline-block;
	width: 60px;
	height: 60px;
}
#wb{
	background: url(../../images/ggkf/detail/wbstatic.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#wb:hover{
	background: url(../../images/ggkf/detail/wbhover.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#wx{
	background: url(../../images/ggkf/detail/pyq.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#wx:hover{
	background: url(../../images/ggkf/detail/pyqhover.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.code-wrap{
	display: block;
	position: fixed;
	left: 320px;
	top: 320px;
	padding: 0 20px;
	background-color: #fafafa;
	z-index: 1;
}
.code-wrap #close{
	float: right;
	width: 15px;
	height: 15px;
	background: url(../../images/ggkf/detail/icons.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
.code-wrap p{
	font-size: 12px;
}

#toTop{
	display: none;
	position: fixed;
	bottom: 220px;
	right: 260px;
	width: 60px;
	height: 60px;
	background: #8a8a8a url(../../images/ggkf/detail/top.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}
/*-----------------------------*/
.wrap{
	min-width: 1400px;
background: url(../../images/ggkf/reform/eb6fa0c67c749d4796795dfedb0e693ca7726b284a24b-OqnaGJ_fw658_03.png);
}
.banner-wrap{
    position: relative;
    height: 480px;
}
.banner{
    height: 480px;
    background-image: url(../../images/ggkf/reform/banner.png);
    background-position: center top;
}
.section{
	line-height: 50px;
	font-size: 38px;
	color: #282828;
	text-align: center;
}
.text p{
	margin: 10px 0;
	line-height: 30px;
	text-indent: 2em;
	color: #333;
	font-size: 16px;
}
.text h3{
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
}

.detail{
	line-height: 56px;
	text-align: center;
	color: #bbb;
	font-size: 16px;
}
.detail a{
	color: #bbb;
}
.detail a:hover{
	color: #dc251c;
}