﻿@charset "utf-8";
/* CSS Document */

body{
	min-width: 1200px;
	background: #f9f9f9;
}

/*top*/
.gx_top{
	width: 100%;
	min-width: 1200px;
	height: 208px;
	background: url(gx_top_back.png) center no-repeat;
}
.gx_top_main{
	width: 1200px;
	height: 100%;
}
/*logo*/
.gx_logo{
	width: 664px;
	height: 100%;
	background: url(gx_logo.png) center no-repeat;
}
/*search*/
.gx_search{
	position: relative;
	width: 366px;
	height: 38px;
	margin-top: 85px;
}
.gx_search .searchcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 284px;
	height: 36px;
	line-height: 36px;
	padding: 0 60px 0 20px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.gx_search .searchan{
	position: absolute;
	top: 0;
    right: 20px;
	z-index: 2;
	width: 18px;
	height: 100%;
	background: url(gx_search_an.png) center no-repeat;	
	cursor: pointer; 
}

/*nav*/
.gx_nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #2c69b3;
}
.gx_nav ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.gx_nav ul a{
	width: 171px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #f6f6f6;
}
.gx_nav ul .gx_sy{
	width: 174px;
	text-align: left;
}
.gx_nav ul .gx_sy i{
	width: 24px;
	height: 100%;
	background: url(gx_nav_icon.png) center no-repeat;
	margin-left: 34px;
	margin-right: 22px;
}
.gx_nav ul a:hover{
	background: #164e91;
}

/*link*/
.link{
	width: 100%;
	min-width: 1200px;
	height: auto;
	border-top: 2px solid #2c69b3;
	border-bottom: 2px solid #dfdfdf;
	margin-top: 20px;
}
.group{
	width: 1200px;
	height: 40px;
	line-height: 40px;
}
.group ul li{
	width: auto;
	height: 40px;
	padding: 0 30px;
	float: left;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.group ul li:hover{
	color: #666;
}
.group ul li i{
    width: 10px;
    height: 6px;
    background: url(link-icon.png) no-repeat center;
	display: inline-block;
    margin-left: 10px;
}
.group ul li.current{
	background: #fff;
}
.group ul li.current i{
    background: url(link-icon.png) no-repeat center;
    transition: all .3s linear;
    transform: rotate(360deg);
	transform-origin: center;
	-ms-transform: rotate(360deg); 	/* IE 9 */
    -moz-transform: rotate(360deg); 	/* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
}
.frdlinks-links-box-cnt {
    width: 1200px;
	height: auto;
	background: #fff;
	display: none;
}
.frdling-cnt-box {
	width: 1170px;
	height: auto;
	padding: 15px;
}
.frdling-cnt-box li {
	width: 195px;
    height: 30px;
	line-height: 30px;
    float: left;
	font-size: 14px;
}


/*footer*/
.gx_footer{
	position: relative;
	width: 1200px;
	height: auto;
	padding: 40px 0 48px 0;
}
.gx_footer .gx_dzjg{
	position: absolute;
	top: 48px;
	left: 50px;
	z-index: 1;
	width: 80px;
	height: 80px;
}
.gx_footer .gx_dzjg img{
	width: 100%;
	height: 100%;
}
.gx_footer .gx_jc{
	position: absolute;
	top: 48px;
	right: 20px;
	z-index: 1;
	width: 110px;
	height: 55px;
}
.gx_footer .jc img{
	width: 100%;
	height: 100%;
}
.gx_footer h5{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.gx_footer h5 a{
	color: #666;
}
.gx_footer h5 a:hover{
	color: #2c69b3;
}
.gx_footer h5 span{
	margin: 0 5px;
	color: #666;
}
.gx_footer .gx_footer_main{
	width: 100%;
	height: auto;
	line-height: 28px;
	text-align: center;
}
.gx_footer .gx_footer_main span{
	color: #8698ad;
}