@charset "utf-8";

.gp-img-responsive {
	padding-bottom: 61.64%;
}

.gp-fwn {
	font-weight: normal;
}

.gp-fwb {
	font-weight: bold;
}

body {
	background-color: #fff
}

a,
a * {
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #10c52a;
}

.gp-header1 {
	transition: all 0.35s ease-in-out;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	padding-bottom: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
}

.gp-logo1 {
	margin-top: 20px;
	transition: padding 0.3s ease-in-out;
}

.gp-logo1 a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 450px;
	position: relative;
	z-index: 9999;
}

.nav-box {
	margin-top: 7px;
}

.logo-nav {
	margin: 0 35px 0 55px;
}

.gp-topRight1 {
	height: 40px;
	line-height: 40px;
	text-align: right;
	*width: 800px;
	margin-bottom: 10px;
	margin-right: 21px;
}

.gp-topRight1>a {
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.gp-topRight1>span {
	color: #fff;
	margin: 0 15px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.gp-nav1 {
	height: 44px;
}

.gp-nav1>ul>li {
	height: 44px;
	line-height: 44px;
	*float: left;
}

.gp-nav1>ul>li>a {
	display: block;
	padding: 0px 20px;
	color: #fff;
}

.gp-nav1>ul>li.on .gp-subNav {
	display: block;
}

.gp-nav1>ul>li.on .gp-subNav dd a {
	color: #fff;
	padding: 8px
}

.gp-nav1>ul>li.on .gp-subNav dd a:hover {
	background-color: #eee;
	color: #10c52a
}

.gp-nav-horizontal .gp-subNav {
	background-color: #10c52a;
	background: rgba(16, 197, 42, 0.8);
	background: -webkit-linear-gradient(top, rgb(70, 194, 74) 0%, rgba(45, 178, 49, 0.8) 80%, rgba(139, 0, 18, 0, 0) 100%);
	background: linear-gradient(to bottom, rgb(62, 187, 66) 0%, rgba(45, 191, 50, 0.8) 80%, rgba(139, 0, 18, 0) 100%);
	padding-bottom: 40px;
	top: 44px;
	padding: 0;
	z-index: 99;
	padding-bottom: 50px;
}

/*效果17*/
.nav17 {}

.nav17>li>a {
	display: inline-block;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	display: inline;
	*zoom: 1;
	position: relative;
}

.nav17>li>a:before,
.nav17>li>a:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cdcdcd;
	content: '';
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	transform: translateY(-10px);
}

.nav17>li>a:before {
	top: 0;
	transform: translateY(-10px);
}

.nav17>li>a:after {
	bottom: 0;
	transform: translateY(10px);
}

.nav17>li>a:hover:before,
.nav17>li.on>a:before,
.nav17>li.on>a:after,
.nav17>li>a:hover:after {
	opacity: 1;
	transform: translateY(0px);
}

/* .gp-nav1>ul>li.on .gp-subNav {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
} */
.bgmode04 {
	background: #32983578;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*1.默认展开的搜索*/
.gp-search {
	width: 220px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transition: all 0.35s ease-in-out;
	border: 1px solid #ccc;
}

.gp-ser {
	width: 100%;
	height: 28px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.gp-search input,
.gp-search button {
	position: absolute;
	height: 28px;
	line-height: 28px;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
}

.gp-search input.notxt {
	color: #fff;
	width: 82%;
	left: 0;
	padding-left: 2%;
	font-size: 1.4rem;
}

.gp-search .notxt1 {
	position: absolute;
	width: 15%;
	right: 0;
	cursor: pointer;
	color: #fff;
}



/*2.搜索按钮当前位置展开*/
.gp-serBtn2 {
	*background: url(../images/search.png) no-repeat center center;
	*width: 20px;
	*height: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.gp-search2 {
	width: 0;
	border: none;
}

.gp-search2.active {
	width: 200px;
	border: 1px solid #ccc;
	*background: url(../images/search.png) no-repeat center right;
}


/*手机端导航默认*/
.mobile_bg {
	width: 100%;
	z-index: 90;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.gp-menu {
	width: 100%;
	z-index: 98;
	;
	position: relative;
	display: none;
}

.gp-menu-header {
	position: absolute;
	top: 0%;
	right: 0;
	z-index: 996;
}

.mlogo {
	float: left;
	line-height: 70px;
	padding-left: 15px;
	padding-top: 10px;
}

/* .gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;} */
.gp-menu-header-icon {
	color: #10c52a;
	height: 49px;
	font-size: 22px;
	line-height: 49px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	float: right;
	width: 49px;
	position: relative;
	border-radius: 50%;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	margin-right: 11px;
	cursor: pointer;
	margin-top: 17px;
}

.gp-menu-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 2px) / 2.3);
	width: 27px;
	height: 2px;
	background-color: #10c52a;
}

.gp-menu-header-icon-out span {
	width: 27px;
	height: 2px;
	background-color: #10c52a;
	display: block;
	border-radius: 0px;
}

.gp-menu-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
	width: 22px;
}

.gp-menu-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
	width: 16px;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.gp-menu-header-icon-click span {
	background-color: #10c52a;
	top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	width: 27px;
}

.gp-menu-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
	width: 27px;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.gp-menu-nav {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0px;
	padding-top: 96px;
	/*! padding-bottom: 3000px; */
	/*! margin-bottom: -3000px; */
	background: #10c52a;
	display: none;
	box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
	padding-bottom: 50px;
}

.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul li {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

.gp-menu-nav>ul>li {
	position: relative;
	/*! border-bottom: 1px solid rgba(255,255,255,0.1); */
}

.gp-menu-nav>ul>li>a {
	display: block;
	padding: 10px 30px;
	font-size: 1.6rem;
	/*! width: 100%; */
	/*! float: right; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gp-menu-nav>ul>li>ul {
	/*! background: rgba(0,0,0,0.1); */
	/*! padding:0 25px; */
	width: 90%;
	float: right;
}

.gp-menu-nav>ul>li>ul a {
	display: inline-block;
	padding: 10px 0;
	/*! font-size: 1.3rem; */
}

.gp-menu-arrow {
	cursor: pointer;
	width: 30px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
	transform: rotate(90deg);
}

.gp-menu-nav li ul {
	display: none;
}

.gp-menu-nav>ul>li.on {
	background: rgba(0, 0, 0, 0.1);
}

.gp-menu-nav>ul>li.on>a {
	border-bottom: none;
}

.gp-menu-nav>ul>li:last-child>a {
	border-bottom: none;
}

.gp-menu-nav>ul {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin-top: 23px;
}

/*导航内标签效果*/
.gp-menu-nav a {
	color: #fff;
}

.gp-menu-link {
	text-align: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
}

.gp-menu-link a {
	display: inline-block;
	margin: 10px 12px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
}

.gp-menu-link span {
	color: rgba(255, 255, 255, 0.1);
}

/*.open .gp-menu-header{background: none;}*/
@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*
侧滑右侧
*/
.gp-menu-nav.gp-menu-offcanvas2 {
	position: fixed;
	display: block;
	transform: translate(150%, 0);
	transition: all 1s ease-in-out;
	width: 100%;
}

.open .gp-menu-offcanvas2 {
	transform: translate(0, 0);
	position: absolute;
}


/*5移动端搜索默认*/
.gp-m-search {
	width: 100%;
	margin: 0px auto 0;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-m-search .notxt1 {
	right: 9px;
	left: auto;
	width: 40px;
}

.gp-m-search input.notxt {
	left: 0;
	width: 91%;
	box-sizing: border-box;
	padding-left: 30px;
}

/*头部固定*/
.gp-header1.currents {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #399726;
	z-index: 9999;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	background-image: none;
	padding-bottom: 0;
}

.gp-header1.currents .logo-nav {
	z-index: 9999;
	top: 0;
	background: none;
	margin: 0 auto;
	width: 1350px;
}

.gp-header1.currents .top-wrap {
	display: none;
}

.gp-header1.currents .gp-logo1 {
	margin-top: 6px;
}

.gp-header1.currents .logo01 {
	width: 265px;
}

.gp-header1.currents .gp-topRight1 {
	display: none;
}

.gp-header1.currents .gp-nav1 {
	padding-top: 0;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
}

.gp-header1.currents .gp-nav1>ul {
	*margin-top: 5px;
}

.gp-header1.currents .gp-nav1>ul>li {}

.gp-header1.currents .gp-nav1>ul>li>a {
	font-size: 16px;
	font-size: 1.6rem;
}

.gp-header1.currents .nav-box {
	margin-top: 0;
}

/*footer*/
.footer-wrap {
	background: #25a30b;
	width: 100%;
}

.footer-wrap * {
	color: #ebddde
}

.footer-lf {
	width: 26.25%;
}

.footer-md {
	width: 50%;
}

.footer-rt {
	width: 50%;
}

.copyRight {
	width: 100%;
	background: #1e800a;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer {
	padding: 10px 0;
	overflow: hidden;
}

.copyRight>div {
	padding: 26px 0;
	overflow: hidden;
}

.footer-addr p {
	border-top: 1px solid #55d83b;
	padding-top: 15px;
	margin-top: 10px;
	line-height: 30px;
}

.footer-links {
	margin: 10px 30px 0;
}

.footer-links h2 {
	margin-bottom: 25px;
}

.links-list {
	overflow: hidden;
	margin: 0 -10px;
}

.links-list li {
	margin-bottom: 10px;
}

.links-list li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	/* padding: 10px 10px 10px 0; */
	margin: 0 10px;
}

/* border:1px solid #55d83b; */
.links-list li a span {
	display: block;
	padding-left: 15px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
}

.links-list li a span:before {
	content: '';
	clear: both;
	left: 0;
	top: 50%;
	background: #55d83b;
	width: 6px;
	height: 12px;
	margin-top: -6px;
	display: block;
	position: absolute;
}

.links-list li a:hover {
	background: #c9dae8;
}

.links-list li a:hover span {
	color: #10c52a
}

.links-list li a:hover span:before {
	background: #10c52a;
}

.code-box {
	margin: 20px -5px 0;
	overflow: hidden;
}

.code-box li>div {
	margin: 0 5px;
	text-align: center;
}

.code-box li span {
	display: block;
	border: 8px solid #c9dae8;
	border: 8px solid rgba(255, 255, 255, 0.8)
}

.code-box li span img {
	display: block;
	width: 100%;
}

.code-box li p {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width:1380px) {
	.logo-nav {
		margin: 0 20px;
	}

	.gp-nav1>ul>li>a {
		font-size: 1.6rem;
	}

	.gp-subNav dd a {
		font-size: 1.3rem;
	}
}

.footer-md li {
	width: 50%;
}

.footer-addr {
	display: flex;
	justify-content: space-between;
}

.footer-addr ul {
	width: 50%;
}

.footer-addr .cus-div {
	width: 50%;
}

@media screen and (max-width:1240px) {
	.gp-header1.currents .logo-nav {
		width: 1000px;
	}

	.footer-addr p {
		font-size: 1.4rem;
		line-height: 24px;
	}

	.links-list li a span {
		font-size: 1.5rem;
	}

	.code-box li p {
		font-size: 1.2rem;
	}

	.footer-lf {
		width: 29.25%;
	}

	.footer-md {
		width: 50%;
	}

	.footer-rt {
		width: 39%;
	}

	.links-list li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.code-box {
		margin-top: 50px;
	}

	.code-box li p {
		margin-top: 5px;
	}

	.code-box li span {
		border-width: 4px;
	}

	.gp-nav1>ul>li>a {
		padding: 0 9px;
	}
}

@media screen and (max-width:1080px) {
	.nav-box {
		display: none;
	}

	.gp-menu {
		display: block;
	}

	.gp-logo1 a {
		width: 180px;
	}

	.gp-header1 {
		padding-bottom: 0;
	}

}

@media screen and (max-width:992px) {
	.footer-lf {
		width: 50%;
	}

	.footer-md {
		width: 50%;
	}

	.footer-links {
		margin-right: 0;
	}

	.footer-rt {
		width: 40%;
		margin: 0 auto;
		display: inline-block;
		float: none;
		/* margin-left: 30%; */
	}

	.copyRight>div {
		padding: 15px 0;
	}
}

@media screen and (max-width:767px) {
	.footer-rt {
		width: 60%;
		margin-left: 20%;
	}

	.footer-links h2 {
		font-size: 2.2rem;
	}
}

@media screen and (max-width:640px) {

	.footer-lf,
	.footer-md,
	.footer-rt {
		width: 80%;
		float: none;
		margin: 0 auto;
		display: block;
	}

	.footer-links {
		margin-left: 0;
	}

	.code-box {
		margin-top: 20px;
	}

	.footer-addr {
		text-align: left;
	}
}

.cus-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cus-div img {
	width: 150px;
}

.cus-div p {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
	text-align: center;
	line-height: 30px;
}

.first-nwes {
	position: relative;
}

.news-cand {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}

.news-cand strong {
	font-size: 36px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #5f4cca;
	padding-top: 5px;
	display: block;
}

.news-cand span {
	font-size: 20px;
	/* padding-top: 5px; */
	padding: 10px 0;
	background: #5f4cca;
	display: block;
}

.gp-fwnc {
	/* font-size: 24px;
	line-height: 36px; */
	margin-left: 10px;
}

.news-li>li {
	width: 50%;
	margin-bottom: 0 !important;
}

.news-li li .gp-fwn {
	height: auto;
	margin-bottom: 0;
}

.news-li li .news-text {
	display: flex;
}

.news-con {
	border-top: 1px solid #CCC;
}

.news-li .news-text .news-times {
	display: none;
}

.news-li .news-text .news-time {
	display: inline-block;
	text-align: center;
	font-size: 22px;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #090E00;
	/* width: 90px; */
}

.news-li .news-text .news-time span {
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	width: 75px;
	display: block;
}

.notice03 .notice {
	display: flex;
}

.wrap-mode06 {
	display: none;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sjsk {
	background: url(../images/ww.png) no-repeat left 18px center;
}

.wrap-mode06 span.tsxm.active {
	background: url(../images/qqa.png) no-repeat left 27px center;
	font-size: 22px;
	color: #333;
}

.wrap-mode06 span.tsxm {
	border-left: 1px solid #9a0000;
}

.wrap-mode06 .articletitle span {
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	padding: 0 25px 0 55px;
	cursor: pointer;
	vertical-align: middle;
	transition: all 0.3s ease 0.1s;
}

.wrap-mode06 .subject {
	margin: 0 100px 15px 30px;
	cursor: pointer;
}

.wrap-mode06 .subject a:hover {
	color: #9a0000;
}

.wrap-mode06 .subject strong {
	color: #9a0000;
	font-size: 32px;
}

.wrap-mode06 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wrap-mode06 ul .subject:first-of-type {
	margin-bottom: 40px;
}

.weiboimg {
	margin-left: 15px;
}

@media screen and (max-width:479px) {
	.gp-logo1 a {
		width: 140px;
	}

	.wrap-mode06 .subject {
		margin: 35px;
	}
}