.g-header{
	min-width: 1300px;
	background: #245e52;
	height: 100px;
}
.g-header .logo{
	float: left;
	margin:22px 0 0 8%;
	height: 59px;
}
.g-header .logo img{
	height: 100%;
}
.g-header .menu{
	float: right;
	margin-right: 5%;
}
.g-header .menu .first{
	float: left;
	height: 100px;
}
.g-header .menu .drop{
	position: relative;
}
.g-header .menu .first-a{
	display: block;
	height: 100%;
	position: relative;
	padding: 0 42px;
	text-align: center;
}
.g-header .menu .first-a span{
	font-size: 18px;
	color: #d3dad8;
	display: block;
	padding-top: 34px;
	position: relative;
	z-index: 1;
}
.g-header .menu .first-a i{
	display: block;
	font-size: 12px;
	color: #a3b4b0;
	margin-top: 6px;
	position: relative;
	z-index: 1;
}
.g-header .menu .first-a b{
	display: none;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #7cba3d;
	-webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);
	transform: skew(-15deg,0);
}
.g-header .menu .first-a.on i,.g-header .menu .first-a.on span{
	color: #fff;
}
.g-header .menu .first-a.on b{
	display: block;
}
.g-header .menu .second{
	text-align: center;
	display: none;
	font-size: 14px;
	position: relative;
	z-index: 10;
}
.g-header .menu .second a{
	color: #fff;
}
.g-header .menu .second li{
	width: 124px;
	padding: 2px 0;
	background: #2b655a;
	position: relative;
}
.g-header .menu .second li:after{
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #154138;
	position: absolute;
	left: 13px;
	top: 0;
}
.g-header .menu .second li:first-child::after{
	height: 0;
}
.g-header .menu .second li a{
	display: block;
	line-height: 23px;
	padding: 11px 0;
}
.g-header .menu .second li a:hover{
	background: #7cba3d;
}
.g-header .menu .second.text-wrap a{
	height: auto;
	line-height: 18px;
	padding: 3px 0;
}
.g-module{
	padding: 60px 0;
}
.g-module-title{
	text-align: center;
}
.g-module-title h2{
	font-weight: normal;
	font-size: 24px;
	color: #1b3148;
	background: url(../image/she.png) no-repeat center bottom;
	padding-bottom: 8px;
}
.g-module-title span{
	font-size: 14px;
	color: #7b838e;
}
.g-module-content{
	margin-top: 40px;
}
/*内页banner*/
.g-pag-banner img{
	width: 100%;
}
/*内页底色*/
.page-body{
	background-color: #f6f7f7;
}

/*公共主内容区域*/
.g-content{
	width: 1200px;
	margin: 60px auto;
}
.g-content .left{
	float: left;
	width: 240px;
	margin-right: 61px;
	font-size: 18px;
	background: #fff;
}
/*页面标题*/
.g-page-title{
	font-size: 24px;
	line-height: 83px;
	background: url(../image/logo-qiu.jpg) no-repeat 161px center #7cba3d;
	color: #fff;
	padding-left: 16px;
}
.g-page-title span{
	border-left: 4px solid #fff;
	padding-left: 9px;
}
/*菜单*/
.g-content .left .menu{
	text-align: center;
}
.g-content .left .menu a{
	display: block;
	line-height: 24px;
	color: #5a5a5a;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 28px 0;
}
.g-content .left .menu a .iconfont{
	position: absolute;
	font-size: 18px;
	color: #7cba3d;
	right: 3px;
	line-height: 1;
	top: 31px;
	display: none;
}
.g-content .left .menu a.on,.g-content .left .menu a:hover{
	font-size: 24px;
	color: #7cba3d;
	border-left: 6px solid #7cba3d;
}
.g-content .left .menu a.on .iconfont,.g-content .left .menu a:hover .iconfont{
	display: block;
}
.g-content .right{
	float: left;
	width: 897px;
	border: 1px solid #edf0f0;
	background: #fff;
}
.g-content .right .article{
	padding: 35px 85px 48px;
}
.g-content .right .article-p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-indent: 2em;
}
.g-content .right .article-title{
	text-align: center;
	font-size: 24px;
	color: #7cba3d;
	font-weight: normal;
}
.g-content .right .thumb{
	margin: 32px 0;
	text-align: center;
}
.g-content .right .thumb img{
	max-width: 80%;
}
/*公共底部*/
.g-footer-info{
	color: #999;
	text-align: center;
	line-height: 45px;
	border-top: 1px solid #0f2621;
	background: #1c4a40;
}
.g-footer-info ul{
	font-size: 0;
	text-align: center;
}
.g-footer-info li{
	font-size: 14px;
	display: inline-block;
	margin-left: 56px;
}
.g-footer-info li:first-child{
	margin: 0;
}
.g-footer-info span a{
	display: inline-block;
	color: #999;
	width: 139px;
	background: #d2dbd9;
	line-height: 24px;
	position: relative;
	text-align: left;
	padding-left: 9px;
}
.g-footer-info span a .iconfont{
	position: absolute;
	right: 10px;
}
.g-footer-info li.pos-r{
	position: relative;
}
.g-footer-info li .friend-links{
	position: absolute;
	right: 0;
	bottom: 34px;
	z-index: 5;
	background: #fff;
	line-height: 29px;
	font-size: 14px;
	width: 148px;
	text-align: left;
	display: none;
}
.g-footer-info li .friend-links a{
	color: #999;
	display: block;
	padding-left: 9px;
	border: 1px solid #ddd;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;																																										1
}
.g-footer-connect{
	border-width: 4px 0 1px;
	border-style: solid;
	border-top-color: #7cba3d;
	border-bottom-color: #45766c;
	background: #245e52;
	padding: 44px 0 24px;
}
.g-footer-connect .left{
	float: left;
}
.g-footer-connect .left .links{
	font-size: 14px;
}
.g-footer-connect .left .links li{
	float: left;
}
.g-footer-connect .left .links a{
	color: #cfd9dc;
	display: block;
	padding: 0 36px;
	position: relative;
}
.g-footer-connect .left .links a:before{
	content: '';
	display: block;
	width: 2px;
	height: 11px;
	background: #7b8183;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0;
	top: 1px;
}
.g-footer-connect .left .links li:first-child a{
	padding-left: 0;
}
.g-footer-connect .left .links li:first-child a:before{
	display: none;
}
.g-footer-connect .left .connect{
	margin-top: 36px;
	font-size: 16px;
	color: #b8bcbd;
}
.g-footer-connect .left .connect .iconfont{
	font-size: 18px;
	margin-right: 16px;
}
.g-footer-connect .left .connect p{
	margin-top: 21px;
}
.g-footer-connect .left .connect p i{
	margin-left: 62px;
}
.g-footer-connect .left .connect p i:first-child{
	margin-left: 0;
}
.g-footer-connect .right{
	float: right;
}
.g-footer-connect .right div{
	float: left;
}
.g-footer-connect .right div:first-child{
	margin-right: 37px;
}
.g-footer-connect .right div img{
	width: 135px;
	height: 135px;
}
.g-footer-connect .right div p{
	font-size: 14px;
	color: #b6bfc1;
	margin-top: 7px;
}
/*分页*/
.ui-pagination{
	margin-top: 60px;
	font-size: 14px;
	padding-bottom: 64px;
}
.ui-pagination a{
	display: block;
	color: #7c7c7c;
	padding: 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e9ebee;
	line-height: 37px;
}
.ui-pagination a:hover,.ui-pagination a.on{
	color: #fff;
	background-color: #7cba3d;
}
.ui-pagination ul{

	margin-right: 49px;
}
.ui-pagination li{
	float: left;
	margin-left: 10px;
}
.ui-pagination li:first-child{
	margin-left: 0;
}
@media screen and (max-width: 1460px){
	.g-header .menu .first-a{
		padding: 0 30px;
	}
}