/*首页 CSS*/
.gf_wrap {
	width: 1200px;
	margin: 0 auto;
}
.gf_ItmTop {
	width: 100%;
	height: 70px;
	background: #000;
}
.gf_ItmTop h1 {
	float: left;
	padding: 5px;
}
.gf_ItmTop h1 img {
	display: block;
	height: 60px;
}
.gf_ItmTop .menuBox {
	float: left;
}
.gf_ItmTop .menuBox ul {

}
.gf_ItmTop .menuBox li {
	float: left;
}
.gf_ItmTop .menuBox li a {
	display: block;
	padding: 0 18px;
	font-size: 14px;
	color: #fff;
	line-height: 70px;
	font-weight:  bold;
}
.gf_ItmTop .menuBox li a:hover {
	background: #2f2f2f;
}
.gf_ItmTop .g_search {
	float: right;
}
.gf_ItmTop .g_search form {
	height: 32px;
	margin-top: 19px;
	background:  #343434;
}
.gf_ItmTop .g_search form input {
	display: block;
	background: none;
	border: 0;
	outline: none;
}
.gf_ItmTop .g_search form .g_s_key {
	float: left;
	width: 180px;
	height: 32px;
	padding: 0 12px;
	font-size:  14px;
	color: #fff;
}
.gf_ItmTop .g_search form .g_s_btn {
	float: left;
	width: 32px;
	height: 32px;
	background: #5a5a5a url(../images/gf_ss_icon.png) center center no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	text-indent: -9999px;
}


/*banner*/
.gf_bn_menu {
	position: relative;
	z-index: 1;
	width: 100%;
}
.gf_bn_menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 91%;
	background: #422e5d;
}
.gf_bn_menu h2 {
	width: 100%;
	padding: 20px 0;
}
.gf_bn_menu h2 span {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
}
.gf_bn_menu .g_menu {
	width: 1200px;
	height: 40px;
}
.gf_bn_menu .g_menu ul {
	width: 104%;
}
.gf_bn_menu .g_menu li {
	float: left;
	width: 133.5px;
	height: 40px;
	background: #612d70;
    border-right: 1px solid #422E5D;
    border-bottom: 1px solid #422E5D;
    border-top: 1px solid #422E5D;
}
.gf_bn_menu .g_menu li>a {
	display: block;
	width: 100%;
	height:  100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	line-height:  40px;
}
.gf_bn_menu .g_menu li>a:hover,
.gf_bn_menu .g_menu li.on>a {
	background: #8f2b8c;
}

/*首页banner*/
.i_banner {
	position:relative;
	width:100%;
	height: 430px;
	overflow: hidden;
	z-index: 1;
}
.swiper-containerBn {
	float: left;
	width: 880px;
	height: 430px;
}
.swiper-containerBn .swiper-slide {
	width: 100%;
	height: 430px;
}
.swiper-containerBn .swiper-slide a{
	position: relative;
	display: block;
	width: 880px;
	height: 430px;
}
.swiper-containerBn .swiper-slide a img {
	display: block;
	width: 880px;
	height: 430px;
}
.swiper-containerBn .swiper-slide a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-indent: 12px;
}
.i_banner .swiper-paginationBn {
	width: 20%;
	left: auto;
	right: 0;	
	bottom: 20px !important;
}
.i_banner .swiper-paginationBn span {
	position:relative;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	background: none
}
.swiper-paginationBn .swiper-pagination-bullet-active {
	background: #fff !important;
}
.i_banner .b_m {
	float: right;
	width: 320px;
	height: 430px;
	background: #f6f6f6;
}
.i_banner .b_m .s_box {
	padding: 20px;
}
.gf_s_h3 {
	font-size:  20px;
	color: #333;
	font-family: "myriad-pro-n3","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 400;
    line-height: 44px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 8px;
}
.i_banner .b_m ul {
	width: 100%;
}
.i_banner .b_m li {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
.i_banner .b_m li a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #0072cf;
	line-height: 50px;
}
.i_banner .b_m li a:hover {
	text-decoration: underline;
}

/*内容区域*/
.gf_i_itemCon {
	width: 100%;
	overflow: hidden
}
.gf_i_itemCon .itmLeft {
	float: left;
	width: 880px;
}
.gf_i_itemCon .itmLeft .itmBox1 {
	float: left;
	width: 520px;
}
.gf_i_itemCon .itmLeft .itmBox1 dl {
	float: left;
	width: 260px;
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.gf_i_itemCon .itmLeft .itmBox1 dl dt {
	width: 100%;
}
.gf_i_itemCon .itmLeft .itmBox1 dl dt a.tit {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.gf_i_itemCon .itmLeft .itmBox1 dl:hover dt a.tit {
	text-decoration: underline;
}
.gf_i_itemCon .itmLeft .itmBox1 dl dd {
	width: 100%;
}
.gf_i_itemCon .itmLeft .itmBox1 dl dd p {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 12px;
	color: #171717;
	line-height: 20px;
}
.gf_i_itemCon .itmLeft .itmBox1 dl dd .more {
	display: block;
	width: 88px;
	height: 30px;
	border: 1px solid #a9a9a9;
	background: #171717;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	float: right;
	margin: 10px 0;
	font-family: "myriad-pro-n3","myriad-pro",myriad,verdana,arial,sans-serif;
}
.gf_i_itemCon .itmLeft .itmBox2 {
	float: left;
	width: 360px;
}
.gf_i_itemCon .itmLeft .itmBox2 .s_box {
	padding: 10px 20px;
}
.gf_i_itemCon .itmLeft .itmBox2 ul {
	width: 100%;
}
.gf_i_itemCon .itmLeft .itmBox2 li {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 11px 0;
}
.gf_i_itemCon .itmLeft .itmBox2 li .tit {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #0072cf;
	line-height: 24px;
}
.gf_i_itemCon .itmLeft .itmBox2 li:hover .tit {
	text-decoration: underline;
}
.gf_i_itemCon .itmLeft .itmBox2 li em {
	display: block;
	font-size: 14px;
	color: #777777;
	font-family: Georgia,"sans serif";
}

.gf_i_itemCon .itmRight {
	float: right;
	width: 320px;
	background: #f6f6f6;
}
.gf_i_itemCon .itmRight .b_m {
	float: right;
	width: 320px;
	background: #f6f6f6;
}
.gf_i_itemCon .itmRight .b_m .s_box {
	padding: 10px 20px;
}
.gf_i_itemCon .itmRight .b_m ul {
	width: 100%;
}
.gf_i_itemCon .itmRight .b_m li {
	width: 100%;
	    border-bottom: 1px solid #e4e4e4;
}
.gf_i_itemCon .itmRight .b_m li a {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #0072cf;
	line-height: 36px;
}
.gf_i_itemCon .itmRight .b_m li a:hover {
	text-decoration: underline;
}

/*网站底部*/
.gf_footer {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.gf_footer .itmContact {
	padding: 30px;
	background: #422e5d;
}
.gf_footer .itmContact h3 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}
.gf_footer .itmContact p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.gf_footer .itmCate {
	padding: 40px;
	overflow: hidden;
	background: #171717;	
}
.gf_footer .itmCate dl {
	float: left;
	width: 20%;
	margin-right: 4%;
	border-right: 1px dotted #fff;
}
.gf_footer .itmCate dl:last-child {
	border-right: 0;
}
.gf_footer .itmCate dl dt {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.gf_footer .itmCate dl dd {
	width: 100%;
}
.gf_footer .itmCate dl dd a {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}
