html {
	font-size: 100px;
}

@font-face {
	font-family: 'sys';
	src: url(font/SourceHanSerifSC-Bold.otf)
}

@font-face {
	font-family: 'syh';
	src: url(font/SourceHanSansCN-Regular.otf)
}

@font-face {
	font-family: 'ftk';
	src: url(font/DingTalkJinBuTi.ttf)
}

@keyframes aniBlink {
	from {
		margin-left: -50%
	}

	to {
		margin-left: 120%
	}
}

@-webkit-keyframes aniBlink {
	from {
		margin-left: -50%
	}

	to {
		margin-left: 120%
	}
}

body {
	font-family: 'syh';
	font-size: .16rem;
	color: #333;
	overflow-x: hidden;
}

.fg{
}

.dn{
 display: none;
}

body.listPage {
	background: #F8F8F8;
}

.gnss-header-warp {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.gnss-header-warp.fixed {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.gnss-header-warp .gnss-contain-box,
.gnss-nav-box .gnss-contain-box {
	padding: 0;
	z-index: 5
}

.gnss-header-warp>.gnss-contain-box>.gnss-contain-padding>.clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gnss-contain-box {
	max-width: 16.4rem;
	margin: 0 auto;
	padding: .46rem 0 .6rem 0;
	position: relative;
	z-index: 2
}

.gnss-bg1 .gnss-contain-box {
	padding: .8rem 0;
}

.gnss-bg4 .gnss-contain-box {
	padding: 1rem 0 1.2rem 0;
}

.gnss-bg-box .gnss-contain-box {
	padding: .3rem 0;
}

.gnss-bg2 .gnss-contain-box {
	padding: 1rem 0 0.45rem 0;
	position: relative;
}

.gnss-bg2 .gnss-contain-box::before {
	content: "";
	position: absolute;
	right: -1rem;
	top: 0;
	width: 8.86rem;
	height: 7.64rem;
	background: url(../images/bg2.png) no-repeat;
	background-position: top right;
	background-size: contain;
}

.gnss-bg3 .gnss-contain-box {
	padding: 1.2rem 0 .8rem 0;
}

.gnss-footer-img .gnss-contain-box {
	padding: .3rem 0
}

.gnss-logo {
	width: 44%;
	transition: .3s
}

.gnss-logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.gnss-logo img {
	max-width: 100%;
}

.gnss-header-warp .gnss-logo .logo2 {
	display: none;
}

.gnss-header-warp.fixed .gnss-logo .logo2 {
	display: block;
}

.gnss-header-warp.fixed .gnss-logo .logo1 {
	display: none;
}

.gnss-header-right-box {
	width: 56%;
	position: relative;
}

.gnss-header-right {
	margin-top: .2rem;
}

.gnss-header-right ul {
	display: flex;
	justify-content: end;
	align-items: center;
}

.gnss-header-right ul li a {
	color: #fff;
}

.gnss-header-warp.fixed .gnss-header-right ul li a {
	color: #333;
}

.gnss-header-right ul li:first-child a {
	position: relative;
	display: block;
	text-indent: .25rem;
	margin-right: .3rem;
}

.gnss-header-right ul li:first-child a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .18rem;
	height: .18rem;
	background: url(../images/hys-w.png) no-repeat;
	background-size: contain;
}

.gnss-header-warp.fixed .gnss-header-right ul li:first-child a::before {
	background: url(../images/hys-b.png) no-repeat;
	background-size: contain;
}

.gnss-nav li {
	float: left;
	width: 14.28571428571429%;
	position: relative;
	z-index: 999
}

.gnss-nav>li>a {
	display: block;
	height: .6rem;
	line-height: .6rem;
	font-size: .18rem;
	color: #fff;
	text-align: center;
}

.gnss-header-warp.fixed .gnss-nav>li>a {
	color: #333;
}

.gnss-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 3px;
	display: block;
	z-index: 100;
	background-color: #115740;
	transition: .5s ease-out all;
	left: 0;
	top: -3px;

}

.gnss-nav>li:hover>a::after {
	width: 100%
}

.gnss-suNnav {
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(19, 52, 143, 0.08);
}

.gnss-nav-box li:hover .gnss-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.gnss-nav-box li .gnss-suNnav li {
	width: 100%;
}

.gnss-nav-box li .gnss-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .15rem;
	text-align: center
}

.gnss-nav-box li .gnss-suNnav li a:hover {
	color: #fff !important;
	background: #115740;
}

.gnss-search-icon {
	width: .18rem;
	height: .18rem;
	display: block;
	background: url(../images/search-w.png) no-repeat;
	background-size: contain;
}

.gnss-header-warp.fixed .gnss-search-icon {
	background: url(../images/search-b.png) no-repeat;
	background-size: contain;
}

.gnss-banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.gnss-banner .swiper-slide {
	height: 9rem;
}

.gnss-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gnss-banner .swiper-pagination {
	width: 100%;
	bottom: .2rem !important
}

.gnss-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .32rem;
	opacity: 1;
	background: url(../images/h.png) no-repeat center center;
	margin: 0 .16rem !important;
	background-size: contain;
	position: relative;
}

.gnss-banner .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: .32rem;
	top: 50%;
	transform: translateX(-50%);
	width: 0.32rem;
	height: .03rem;
	background: url(../images/xx.png) no-repeat;
	z-index: 10;
}

.gnss-banner .swiper-pagination-bullet:last-child::after {
	display: none;
}

.gnss-banner .swiper-pagination-bullet-active {
	width: .32rem;
	height: .32rem;
	background: url(../images/h-active.png) no-repeat center center;
	opacity: 1;
	background-size: contain;
}

.gnss-banner .swiper-pagination-bullet-active::after {
	left: .45rem;
	top: 50%;
	transform: translateX(-50%);
}

.gnss-bg1 {
	background: url(../images/bg1.png) no-repeat;
	background-size: cover;
}

/* .gnss-bg2 {
	background: url(../images/bg2.png) no-repeat;
	background-position: top right;
} */

.gnss-bg3 {

	background-color: #F6F6F6;
}

.gnss-bg4 {
	background: url(../images/bg4.png) no-repeat center center;
	background-size: cover;
}

.gnss-bg3 .bg3-1 {
	width: 8.46rem;
	height: 8.83rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/bg3-1.png) no-repeat;
	background-size: cover;
}

.gnss-bg3 .bg3-2 {
	width: 9.48rem;
	height: 6.85rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/bg3-2.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.gnss-xxxw-txt {
	width: 100%;
	height: .9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.gnss-xxxw-txt .txt {
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: .2rem;
	margin-top: .5rem;
	padding: 0 3%
}

.gnss-img-box .gnss-xxxw-txt .txt {
	font-size: .18rem;
}

.gnss-xxxw-txt .more {
	margin-top: .1rem;
	font-size: .14rem
}

.gnss-xxxw-img-list {
	height: 4.4rem;
	overflow: hidden;
}

.gnss-xxxw-img-list .swiper {
	height: 100%;
}

.gnss-xxxw-img-list .swiper-slide a,
.gnss-xxxw-img-list .swiper-slide a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.gnss-xxxw-img-list .swiper-slide a::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

/* .gnss-xxxw-img-list .swiper-slide:hover a::before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
} */

.gnss-xxxw-box .img img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.gnss-xxxw-box .swiper-slide a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.gnss-xxxw-img-list .swiper-pagination {
	width: auto !important;
	right: 3% !important;
	left: auto !important;
	bottom: .15rem !important
}

.gnss-xxxw-img-list .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	opacity: 1;
	background: url(../images/xh.png) no-repeat;
	opacity: 1 !important;
	margin: 0 .05rem;
	background-size: contain;
}

.gnss-xxxw-img-list .swiper-pagination-bullet-active {
	background: url(../images/xh-active.png) no-repeat;
	background-size: contain;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "" !important
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "" !important
}

.gnss-left {
	float: left;
	width: 8.05rem;
}

.gnss-right {
	float: right;
	width: calc(100% - 8.05rem - .3rem);
	margin-left: .3rem;
}

.gnss-title-box {
	margin-bottom: .4rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gnss-bg2 .gnss-title-box {
	margin-bottom: .7rem;
}

.gnss-title {
	font-weight: bold;
	font-size: .4rem;
	color: #333333;
	position: relative;
}

.gnss-title img {
	max-width: 100%;
	height: .34rem;
	object-fit: contain;
	margin-right: .1rem;
}

.gnss-title .en {
	position: absolute;
	left: 0;
	top: -.38rem;
	font-family: 'syh';
	font-weight: bold;
	font-size: .8rem;
	background: linear-gradient(185deg, rgba(17, 87, 64, 0.15) 0%, rgba(17, 87, 64, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.gnss-bg2 .gnss-title,
.gnss-bg3 .gnss-title {
	justify-content: left;
}

.gnss-more {
	font-size: .2rem;
	color: #115740;
	position: relative;
	border-radius: .61rem;
	border: 1px solid #115740;
	padding: .05rem .5rem .05rem .2rem;
}

.gnss-more:hover {
	color: #115740;
}

.gnss-more::after {
	content: "";
	position: absolute;
	right: .2rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/jt.png) no-repeat;
	width: .18rem;
	height: .18rem;
	background-size: contain;
}

.gnss-more:hover::after {
	animation: linkArrow .5s ease;
}

@keyframes linkArrow {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(100%, -100%);
		opacity: 0;
	}

	51% {
		transform: translate(-100%, 100%);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.gnss-xxxw-list .time {
	float: right;
	width: .85rem;
	text-align: center;
	font-family: 'ftk';
}

.gnss-xxxw-list li a {
	display: flex;
	align-items: center;
         padding: .34rem .3rem;
}

.gnss-right .gnss-xxxw-list li a {
	padding: .34rem .3rem;
}

.gnss-xxxw-list li:hover a {
    background: #115740;
}

.gnss-xxxw-list li .time .day {
	font-size: .4rem;
	color: #115740;
	font-weight: bold;
	margin-bottom: .1rem;
}

.gnss-xxxw-list li .time .year {
	font-size: .2rem;
	color: #115740;
}

.gnss-xxxw-list li .box {
	width: calc(100% - .85rem - .28rem);
	margin-left: .28rem;
}

.gnss-xxxw-list li .box .tit {
	height: .25rem;
	line-height: .25rem;
	font-size: .22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .2rem;
}

.gnss-xxxw-list li .box .des {
	height: .5rem;
	line-height: .26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .18rem;
	color: #777777;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gnss-xxxw-list li:hover .box .tit{
	color: #115740;
}

.gnss-right .gnss-xxxw-list li:hover a {
	background: #115740;
}

.gnss-right .gnss-xxxw-list li:hover .tit,
.gnss-right .gnss-xxxw-list li:hover .time {
	color: #115740
}

.gnss-xxxw-list li:hover .time .day,
.gnss-xxxw-list li:hover .time .year,
.gnss-xxxw-list li:hover .box .tit {
	color: #fff;
}

.gnss-right .gnss-xxxw-list li:hover .box .des,
.gnss-xxxw-list li:hover .box .des {
	color: rgba(255, 255, 255, 0.7);
}

.gnss-right .gnss-img-box {
	display: flex;
	justify-content: space-between;
}

.gnss-right .gnss-img-box .gnss-xxxw-img-list:first-child {
	margin-right: .31rem;
}

.gnss-right .gnss-img-box .gnss-xxxw-img-list {
	width: 50%;
	height: 2.5rem;
}

.gnss-tzgg-list {
	margin-top: .35rem;
}

.gnss-tzgg-list ul {
	margin-left: -2%;
}

.gnss-tzgg-list li {
	float: left;
	width: 31.33333333333333%;
	margin-left: 2%;
	padding: 0 0 1.3rem 0;
}

.gnss-tzgg-list li a {
	display: block;
	margin-left: -1%;
	padding: 0 .34rem;
	position: relative;
}

.gnss-tzgg-list li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: .08rem;
	width: .04rem;
	height: .23rem;
	background: #115740;
	transition: .3s all;
}

.gnss-tzgg-list li a .tit {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: .18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .28rem;
}

.gnss-tzgg-list .time {
	font-size: .3rem;
	color: #333333;
	position: relative;
	font-family: 'ftk';
}

.gnss-tzgg-list li a:hover .tit,
.gnss-tzgg-list li a:hover .time {
	color: #115740;
}

.gnss-tzgg-list li a:hover::before {
	height: 100%;
}

.gnss-ztwz-list ul {
	display: flex;
	margin-left: -2%;
}

.gnss-ztwz-list ul li {
	width: 23%;
	height: 1.4rem;
	overflow: hidden;
	margin-left: 2%;
}

.gnss-ztwz-list ul li img {
	display: block;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.gnss-ztwz-list ul li:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.gnss-footer-box {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.gnss-footer-box .gnss-contain-box {
	padding: .9rem 0 0 0;
}

.gnss-footer-box .gnss-contain-box .gnss-contain-padding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 .9rem 0;
}

.gnss-footer-box .contact h3,
.gnss-footer-box .yjpt h3,
.gnss-footer-box .link h3 {
	color: #fff;
	margin-bottom: .16rem;
	font-size: .24rem;
}

.gnss-footer-box .contact ul li,
.gnss-footer-box .yjpt ul li,
.gnss-footer-box .link ul li {
	margin-bottom: .16rem;
	font-size: .16rem;
}

.gnss-footer-box .yjpt ul li a,
.gnss-footer-box .link ul li a {
	color: rgba(255, 255, 255, 0.8);
}

.gnss-title-link {
	margin-top: .05rem;
	font-size: .14rem;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.gnss-link-list li {
	float: left;
	margin-left: .4rem;
}

.gnss-link-list li a {
	font-size: .14rem;
	color: #FFFFFF;
	transition: .3s
}

.gnss-link-list li a:hover {
	color: rgba(255, 255, 255, .9)
}

.gnss-footer-box .code .img img {
	max-width: 100%;
}

.gnss-copyRight {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding: .16rem 0;
	text-align: center;
	font-size: .12rem;
	color: rgba(255, 255, 255, 0.8);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a3a3a3
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a3a3a3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a3a3a3
}

.gnss-ny-banner {
	height: 4.6rem;
	background-size: cover !important;
	background-position: top center !important;
}

.gnss-ny-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gnss-ny-banner .gnss-contain-box>.gnss-contain-padding>.title {
	position: absolute;
	bottom: 1rem;
	left: 0
}

.gnss-ny-banner .gnss-contain-box>.gnss-contain-padding>.title>.name {
	color: #fff;
	font-size: .48rem
}

.gnss-ny-banner .gnss-contain-box>.gnss-contain-padding>.title>.en {
	color: #fff;
	font-size: .3rem;
	margin-left: .35rem
}

.outbox:before,
.outbox1:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.outbox,
.nav-outbox,
.nav-outbox1 {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	z-index: 100
}

.nav-outbox-close,
.nav-outbox-close:hover,
.nav-outbox-close1,
.nav-outbox-close1:hover {
	background: url(../images/close.png) no-repeat
}

.nav-outbox-close,
.nav-outbox-close1 {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: .1rem;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0
}

.nav-outbox-close:hover,
.nav-outbox-close1:hover {
	background-position: 0 -16px
}

.gnss-show-search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	width: 8rem
}

.gnss-show-search {
	width: 8rem;
	margin: 0 auto;
	padding: .2rem 0
}

.gnss-input-text {
	float: left;
	width: 80%;
	height: .25rem;
	line-height: .25rem;
	padding: .14rem .3rem;
	font-family: "syh";
	font-size: .16rem;
	color: #333;
	outline: none;
	border-radius: 30px
}

.gnss-input-button {
	float: left;
	padding: 0px .32rem;
	margin-left: -0.22rem;
	height: .53rem;
	line-height: 0.53rem;
	font-family: "syh";
	font-size: .16rem;
	color: #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0 .3rem .3rem 0;
	background-color: #115740;
}

.gnss-input-button:hover {
	background-color: #115740;
}

.listPageBar {
	margin: .4rem auto
}

.listPageBar table tr td:first-child {
	display: none
}

.listPageBar table tr td+td {
	width: 100%;
	text-align: center
}

.listPageBar table tr td+td+td {
	display: none
}

.listPageBar a,
.listPage span {
	font-family: "syh" !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #115740 !important;
	color: #fff;
	background: #115740 !important;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .25rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
        right: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.gnss-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	background-color: rgba(14, 65, 156, .96);
}

.gnss-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	/* background-color: rgba(14, 65, 156, .96); */
        background-color: #115740;
}

.gnss-layer-box .gnss-nav {
	margin-top: .25rem;
}

.gnss-layer-box.on .gnss-layer-nav {
	display: block;
}

.gnss-layer-nav .gnss-layer-suNnav.on {
	display: block
}

.gnss-layer-nav {
	display: none;
	margin-top: .9rem;
}

.gnss-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.gnss-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: .2rem;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: .4rem;
	height: .45rem;
	text-align: center;
	line-height: .4rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.gnss-layer-nav li.li1 strong,
.gnss-layer-nav li.li2 strong,
.gnss-layer-nav li.li6 strong,
.gnss-layer-nav li.li7 strong,
.gnss-layer-nav li.li8 strong,
.gnss-layer-nav li.li9 strong {
	display: none;
}

.gnss-layer-nav li strong.on {
	transform: rotate(45deg)
}

.gnss-layer-nav li a {
	display: block;
	padding: .1rem;
	color: #fff;
	font-size: .14rem;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.gnss-layer-nav .gnss-layer-suNnav {
	display: none;
}

.gnss-layer-nav .gnss-layer-suNnav li a {
	font-size: .12rem;
	color: #fff;
	text-indent: .05rem;
}

.gnss-layer-nav .gnss-layer-suNnav li a:hover {
	color: #fff
}

.gnss-layer-box.on .gnss-layer-search {
	display: block;
}

.gnss-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.gnss-layer-txt {
	width: 98%;
	height: .2rem;
	line-height: .2rem;
	padding: .05rem 1%;
	font-family: 'syh';
	font-size: .12rem;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.gnss-layer-btn {
	width: .25rem;
	height: .25rem;
	display: block;
	background: url(../images/search-b.png) no-repeat top center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: .14rem;
	right: .2rem;
	background-size: 80%;
}

.gnss-ny-box {
	display: flex;
}

.gnss-ny-left {
	width: 2.95rem;
	background-color: #fff;
}

.gnss-ny-left-fixed {
	position: relative;
	background: url(../images/nav-list-bg.png) no-repeat;
	background-size: contain;
}

.gnss-nav-name {
	padding: .41rem 0;
	font-size: .32rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-indent: .55rem;
	position: relative;
}

.gnss-nav-list {
	margin-left: .16rem;
	background-color: #fff;
}

.gnss-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	margin: 0 .4rem;
	padding: .24rem 0;
	font-size: .24rem;
	border-bottom: solid 1px rgba(17, 87, 64, 0.08);
}

.gnss-nav-list>ul>li>a:hover {
	color: #115740;
}

.gnss-nav-list>ul>li>a:hover::after,
.gnss-nav-list>ul>li.on>a::after {
	content: "";
	display: block;
	position: absolute;
	width: .18rem;
	height: .18rem;
	background: url(../images/jt.png) no-repeat top center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
}

.gnss-nav-list>ul>li>a:hover::after,
.gnss-nav-list>ul>li.on>a:hover::after {
	animation: linkArrow .5s ease;
}

.gnss-nav-list>ul>li.on>a {
	color: #115740;
}

.gnss-ny-right {
	position: relative;
	width: calc(100% - 2.95rem - .24rem - .8rem);
	margin-left: 0.24rem;
	padding: .3rem .4rem;
	background-color: #fff;
}

.gnss-column-box {
	padding-bottom: .16rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: solid 1px #eee;
}

.gnss-column-h3 {
	font-size: .3rem;
	font-weight: bold;
	color: #333;
	text-indent: .4rem;
	position: relative;
}

.gnss-column-h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/qiu.png) no-repeat;
	width: .3rem;
	height: .3rem;
	background-size: contain;
}

.gnss-column-h3 span {
	font-size: .18rem;
	color: #888;
}

.gnss-place {
	font-size: .14rem;
	color: #777777;
}

.gnss-place .icon {
	width: .15rem;
	height: .15rem;
	display: inline-block;
	margin-right: 0.05rem;
	background: url(../images/home.png) no-repeat top center;
	background-size: contain;
}

.gnss-place a {
	color: #777777;
	font-size: .14rem;
}

.gnss-place a:hover {
	color: #115740;
}

.gnss-place img {
	vertical-align: -0.02rem;
}

.gnss-about-cont,
.gnss-list,
.gnss-pic-list,
.gnss-ny-cont,
.gnss-sz-list,
.gnss-contact-list,
.gnss-sz-table,
.gnss-detail-box,
.gnss-leader-list {
	padding: .3rem 0;
	background: #FFFFFF;
}

.gnss-about-cont p {
	color: #333;
	font-size: 16px;
	line-height: 2em;
}

.gnss-about-cont .list {
	display: flex;
	margin: .3rem 0;
}

.gnss-about-cont .list li {
	width: 20%;
	text-align: center;
	padding: .24rem 0 .36rem 0;
}

.gnss-about-cont .list li:nth-child(odd) {
	background-color: #F6FAF8;
}

.gnss-about-cont .list li:nth-child(even) {
	background-color: #FFFFFF;
}

.gnss-about-cont .list li h3 {
	font-weight: bold;
	font-size: .36rem;
	color: #115740;
}

.gnss-about-cont .list li h3 em {
	font-size: .14rem;
	padding-left: .05rem;
}

.gnss-about-cont .list li p {
	font-size: .14rem;
	color: #777777;
}

.gnss-list li.update,.gnss-pic-list li.update{
	width: 100%;
	text-align: center;
	border-bottom: none;
}

.gnss-list li {
	padding: .3rem 0;
	border-bottom: solid 1px #EEEEEE;
}

.gnss-list li a {
	display: flex;
	align-items: center;
	position: relative;
}

.gnss-list li a::after {
	content: "";
	position: absolute;
	right: .8rem;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: .23rem;
	height: .18rem;
	background: url(../images/jt1.png) no-repeat;
	background-size: contain;
}

.gnss-list .time {
	width: 14%;
	text-align: center;
	color: #115740;
	border-right: solid 1px #EEEEEE;
	font-family: 'ftk';
}

.gnss-list .time .day {
	font-size: .24rem;
	margin-bottom: .06rem;
}

.gnss-list .time .year {
	font-size: .14rem;
}

.gnss-list .txt {
	width: 86%;
}

.gnss-list .txt .title {
	display: block;
	width: 82%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: .2rem;
	padding-left: 4%;
	position: relative;
	/* transition: .5s;*/
}

.gnss-list li:hover .txt .title,
.gnss-list li:hover .time {
	color: #115740;
}

.gnss-pic-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-left: -3%;
}

.gnss-pic-list li {
	width: 30.33333333333333%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.gnss-pic-list .img {
	height: 2.4rem;
	background: url(../images/defau-img.png) no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.gnss-pic-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gnss-pic-list li:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.gnss-pic-list .txt .tit {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .2rem;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .16rem 0;
}

.gnss-pic-list li:hover .txt .tit {
	color: #115740;
}

.gnss-pic-list .time {
	font-size: .16rem;
	color: #115740;
	padding-top: .16rem;
	border-top: solid 1px #F1F1F1;
	position: relative;
	font-family: 'ftk';
}

.gnss-pic-list .time::after {
	content: "";
	display: block;
	position: absolute;
	width: .18rem;
	height: .18rem;
	background: url(../images/jt.png) no-repeat top center;
	right: 0;
	top: 50%;
	background-size: contain;
}

.gnss-ny-cont {
	border-bottom: solid 1px #D9D9D9;
	margin: .3rem 0;
	padding: 0 0 .3rem 0;
}

.gnss-ny-box .title h1 {
	font-size: 0.3rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .16rem;
}

.gnss-ny-box .arc-info {
	padding-bottom: .12rem;
	border-bottom: solid 1px #EEEEEE;
	position: relative;
}

.gnss-ny-box .inf-left {
	text-align: center;
}

.gnss-ny-box .inf-left span {
	font-size: .14rem;
	color: #777777;
}

.gnss-ny-box .inf-right {
	position: absolute;
	right: 0;
	top: 0;
}

.gnss-ny-box .inf span {
	font-size: 14px !important
}

.arc-con {
	margin-top: .25rem;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.gnss-ny-cont span,
.gnss-ny-cont p,
.gnss-ny-cont p span {
	font-family: 'sy' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
	font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
	font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
	font-size: 18px !important;
}

.gnss-ny-cont .vsbcontent_img {
	text-align: center;
}

.gnss-ny-cont img {
	max-width: 100%;
	height: auto
}

.gnss-ny-box .left {
	width: calc(85% - .6rem);
	margin-right: .24rem;
}

.gnss-ny-box .left .bg {
	padding: .4rem .4rem 1rem .4rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

#share {
	text-align: right;
	position: absolute;
	top: 0;
	right: 10%;
}

#share .icon-tencent,
#share .icon-douban,
#share .icon-linkedin,
#share .icon-diandian,
#share .icon-facebook,
#share .icon-twitter,
#share .icon-google {
	display: none;
}

.social-share a {
	margin-left: 5px !important;
}

.arc-page {
	position: relative;

}

.arc-page a {
	display: inline-block;
	width: 80%;
}

.arc-page p {
	font-size: 14px !important;
	color: #333333;
	font-family: 'syh' !important;
	display: flex;
}

.arc-page .pre {
	margin-bottom: .12rem;
}

.arc-page p a:hover {
	color: #115740;
}

.arc-page .return {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 31px;
	line-height: 31px;
	background: #115740;
	border-radius: .04rem;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.arc-page .return:hover {}

.gnss-ny-box .right {
	width: 15.8%;
}

.gnss-ny-box .right .right-fixed {
	position: sticky;
	top: 1.2rem;
	border-top: solid .04rem #369FE7;
	background: #F5FBFF;
	box-shadow: 0px 4px 4px 0px rgba(8, 65, 104, 0.18);
	padding: .24rem .16rem;
	margin-top: .42rem;
}

.gnss-ny-box .right .zxyd {
	color: #333;
	font-size: .2rem;
	position: relative;
	padding-bottom: .12rem;
	text-indent: .32rem;
}

.gnss-ny-box .right .zxyd::before {
	content: "";
	position: absolute;
	left: -.16rem;
	top: -.05rem;
	width: .32rem;
	height: .28rem;
	background: url(../images/xy1.png) no-repeat top center;
	background-size: contain;
}

.gnss-ny-box .right li {
	padding: .16rem 0;
	border-bottom: solid 1px #E4F4FF;
}

.gnss-ny-box .right li .title {
	line-height: 1.4em;
	color: #333;
}

.gnss-ny-box .right li:hover .title {
	color: #369FE7;
}

.arc-info .resize a {
	position: relative;
	vertical-align: bottom;
}

.arc-info a.large-size {
	font-size: 19px;
	margin: 0 5px
}

.arc-info a.large-size:after {
	content: '+';
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -7px
}

.arc-info a.normal-size {
	font-size: 16px;
	margin: 0 5px6
}

.arc-info a.small-size {
	font-size: 14px;
	margin: 0 5px
}

.arc-info a.small-size:after {
	content: '-';
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: -5px
}

.gnss-ny-cont .vsbcontent_img,
.vsbcontent_video {
	text-align: center;
}

.gnss-ny-cont img,
.gnss-ny-cont video {
	max-width: 100%;
	height: auto;
}

.gnss-ny-cont .preNews {
	margin: .4rem 0 .15rem 0;
}

.gnss-ny-cont .preNews a,
.gnss-ny-cont .nextNews a {
	color: #666;
}

.gnss-ny-cont .preNews a,
.gnss-ny-cont .nextNews a:hover {
	color: #0e419c;
}

.gnss-sz-list h3 {
	background: #F6FAF8;
	padding: .18rem .3rem;
	font-size: .24rem;
	color: #115740;
	position: relative;
	text-indent: .13rem;
}

.gnss-sz-list h3::before {
	content: "";
	position: absolute;
	left: .3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 21px;
	background: #115740;
}

.gnss-sz-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 .4rem 0;
}

.gnss-sz-list ul li {
	width: 11.11111111111111%;
}

.gnss-sz-list ul li a {
	position: relative;
	display: block;
	padding: .2rem 0;
	font-size: .18rem;
	color: #333333;
	text-indent: .1rem;
	text-align: center;
}

.gnss-sz-list ul li.cannot a,.gnss-sz-list ul li.cannot a:hover{
	color:#777;
	/* cursor: not-allowed; */
}

.gnss-sz-list ul li.cannot a::before{
	content:"";
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%,-50%);
	border:solid 1px #ccc;
	width: .8rem;
	height: .4rem;
}

.gnss-sz-list ul li a:hover {
	color: #007579;
}

.gnss-sz-table table {
	width: 100%;
	border: solid 1px #F2F2F2;
}

.gnss-sz-table table .firstRow {
	color: #115740;
	background: #F6FAF8;
}

.gnss-sz-table table .firstRow p {
	font-size: .24rem;
}

.gnss-sz-table table tr td {
	padding: .2rem;
	text-align: center;
	border: solid 1px #F2F2F2;
	font-size: .18rem;
}

.gnss-sz-table table tr td a:hover {
	color: #29489A;
}

.gnss-contact-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3%;
}

.gnss-contact-list ul li {
	width: 30.33333333333333%;
	margin-left: 3%;
	background: #F8F8F8;
	text-align: center;
	padding: .74rem 0 1.19rem 0;
	position: relative;
}

.gnss-contact-list ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: .5rem;
	transform: translateX(-50%);
	width: .5rem;
	height: .04rem;
	background: #115740;
}

.gnss-contact-list ul li .title {
	margin-top: .3rem;
	margin-bottom: .24rem;
	font-size: .24rem;
	color: #333333;
}

.gnss-contact-list ul li .txt {
	margin-bottom: .12rem;
	font-size: .16rem;
	color: #777777;
}

.gnss-detail-head {
	display: flex;
	background: #F6FAF8;
	padding: .3rem .4rem;
	position: relative;
}

.gnss-detail-head::after {
	width: 9.69rem;
	height: .88rem;
	content: "";
	position: absolute;
	right: .4rem;
	bottom: .58rem;
	background: url(../images/szDetail-bg.png) no-repeat;
	background-size: contain;
}

.gnss-detail-head .person-photo {
	width: 1.5rem;
	height: 2rem;
	background: url(../images/no-phone.png) no-repeat center center;
	overflow: hidden;
}

.gnss-detail-head .person-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gnss-detail-head .person-inf {
	width: calc(100% - 1.5rem - .42rem);
	margin-left: .42rem;
}

.gnss-detail-head .person-inf .name {
	font-size: .3rem;
	font-weight: bold;
	margin: .24rem 0 .2rem 0;
}

.gnss-detail-head .person-inf p {
	font-size: .2rem;
	color: #777777;
}

.gnss-detail-cont .box h3 {
	height: .39rem;
	margin: .3rem 0;
	color: #333;
	font-size: .248rem;
	font-weight: bold;
	background: url(../images/szDetail-tit.png) no-repeat left center;
	text-indent: .3rem;
	line-height: 1em;
	background-size: contain;
}

.gnss-detail-cont .box p,
.gnss-detail-cont .box p span {
	margin: .1rem 0;
	font-size: .16rem !important;
	color: #333 !important;
	line-height: 1.8em !important;
	font-family: 'syh' !important;
	background: none !important;
}

.gnss-leader-list li {
	margin-bottom: .24rem;
}

.gnss-leader-list li .gnss-leader-info {
	padding: .18rem .3rem;
	background: #F6FAF8;
	display: flex;
}

.gnss-leader-list li .gnss-leader-name {
	width: 10%;
	font-size: .24rem;
	color: #115740;
	position: relative;
	text-indent: .1rem;
}

.gnss-leader-list li .gnss-leader-name::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .03rem;
	height: .21rem;
	background: #115740;
}

.gnss-leader-list li .gnss-leader-title {
	font-size: .24rem;
	color: #333;
}

.gnss-kyjz-box {
	display: flex;
	position: relative;
	height: 7rem;
	align-items: center;
}

.gnss-kyjz-box::before {
	content: "";
	position: absolute;
	left: -1.42rem;
	top: 0;
	width: 17.8rem;
	height: 7rem;
	background: url(../images/bg3.png) no-repeat;
	background-position: center center;
	background-size: contain;
}

#keyan {
	width: 9.06rem;
	height: 5.46rem;
	overflow: hidden;
}

.img16_9 {
	height: 100%;
	overflow: hidden;
}

.img16_9 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hz_small {
	width: calc(100% - 9.06rem - .3rem);
	height: 5.46rem;
	position: relative;
	z-index: 10;
	margin-left: .3rem;
}

.hz_small ul {
	width: 100%;
	height: 100%;
}

.hz_small ul li {
	width: 100%;
	height: calc(100% / 4);
	position: relative;
	z-index: 1;
}

.hz_small ul li:last-child {
	border: none;
}

.hz_small ul li::before {
	content: "";
	width: 0;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: -.3rem;
	z-index: -1;
	transition: all .3s;
}

.hz_small ul li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.hz_small ul li a h3 {
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: .22rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-right: .3rem;
}

.hz_small ul li.choose::before {
	width: calc(100% + .3rem) !important;
	transition: all .3s;
}

.hz_small ul li::after {
	content: "";
	width: .06rem;
	height: 0;
	background: #008F60;
	position: absolute;
	top: 0;
	right: -.06rem;
	z-index: -1;
	transition: all .5s;
}

.hz_small ul li.choose::after {
	height: 100%;
	transition: all .5s;
}

.choose h3 {
	color: #333 !important;
	transition: all .35s;
}
.gnss-kyjz-box {
	margin-bottom: .5rem;
}

.gnss-video-list {
	display: flex;
	flex-wrap: wrap;
}

.gnss-video-list .left {
	width: 10rem;
	height: 5.63rem;
	background-color: #000;
}

.gnss-video-list .left img,
.gnss-video-list .left video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gnss-video-list .right {
	width: calc(100% - 10rem - .39rem);
	margin-left: .39rem;
}

.gnss-video-list .right li {
	margin-bottom: .31rem;
}

.gnss-video-list .right a {
	display: flex;
	position: relative;
}

.gnss-video-list .right a::before {
	content: "";
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .59rem;
	height: .59rem;
	background: url(../images/s-video.png) no-repeat;
	background-size: contain;
}

.gnss-video-list .right a .img {
	width: 2.97rem;
	height: 1.67rem;
	overflow: hidden;
}

.gnss-video-list .right a .img img,
.gnss-video-list .right a .img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gnss-video-list .right a .box {
	width: calc(100% - 2.97rem + .8rem);
	background: url(../images/video-bg.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -.8rem;
}

.gnss-video-list .right a .box .tit {
	height: .7rem;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .228rem;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: .3rem .3rem 0 .9rem;
}

.gnss-video-list .right a .box .time {
	font-family: 'ftk';
	font-weight: bold;
	font-size: .22rem;
	color: #FFFFFF;
	text-align: right;
	padding: .2rem .3rem 0 0;
}