.header{
	/* position: relative; */
}



.header-top{
	border-bottom: 1px solid rgba(77,123,149,.8);
	z-index: 999;
	position: absolute;
	width: 100%;
	padding: 0 15%;
	height: 100px;
}

#gy-logo{
	width:250px;
	height: 64px;
	margin-top: 1%;
}

div.header-nav{
	color: #fff;
	float: right;
	padding-top: 3%;
}

div.header-nav>span{
	
	margin-right: 59px;
}

div.header-nav a.nav-active{
	color: #03fff0;
	border-bottom:4px solid #03fff0;
}

div.header-nav a:hover{
	color: #03fff0;
	border-bottom:4px solid #03fff0;
}

div.header-nav a{
	padding-bottom: 10px;
	color: #fff;
}

.footer{
	background: #333;
	color: #fff;
	padding: 5% 18% 2% 15%;
	overflow: hidden;
}

.footer .beian{
	margin-top: 80px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footer .beian a{
	color: #fff;
}

.footer-box{
	overflow: hidden;
}

.footer-left{
	float: left;
	width: 50%;
}

.footer-left ul{
	line-height: 30px;
	color: #a9a9a9;
	margin-top: 20px;
}

.footer-left ul li::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #0c8983;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 2px;
}

.footer-left div>p{
	font-size: 22px;
	margin-bottom: 10px;
}

.footer-right{
	float: right;
	width: 50%;
}

.footer-right div{
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
}

.footer-right div>span{
	border-bottom: 3px solid #088f8b;
	padding-bottom: 9px;
}

.footer-right ul{
	margin-top: 20px;
	position: relative;
}

.footer-right ul li:not(:last-child){
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	line-height: 20px;
}

.footer-right ul li:not(:last-child) img{
	vertical-align: middle;
	margin-right: 10px;
}

.footer-right ul li:last-child{
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: center;
}

.footer-right ul li:last-child>p{
	margin-bottom: 10px;
}

.footer-right ul li:last-child>img{
	width: 100px;
	height: 100px;
}

.swiper-container {
    width:100%;
    /* height: 855px; */
} 

.swiper-wrapper img{
	width: 100%;
	/* height: 855px;*/
}

.swiper-pagination-bullet{
	width: 50px !important;
	height: 4px !important;
}

.swiper-pagination-bullet{
	border-radius: 0 !important;
	opacity: 1 !important;
	background: #fff !important;
}

.swiper-pagination-bullet-active{
	background: #088f89 !important;
}

@media screen and (max-width:1367px) {
	.header-top{
		padding: 0 7%;
	}
	
	#gy-logo{
			margin-top: 1.5%;
	}
	
	.footer{
		padding:5%;
	}
}

@media screen and (max-width:1072px) {
	.header-top{
		padding: 0;
	}
	
	#gy-logo{
		margin-left: 2%;
	}
}

@media screen and (max-width:1021px) {
	#gy-logo{
		margin-left: 3%;
	}

	.swiper-container{
		display: none;
	}

	.header-top{
		border-bottom: none;
	}

	.header-top>a{
		display: block;
		height: 100%;
		background: #00192a;
	}

	div.header-nav{
		float: none;
		background: #0fab6c;
		height: 80%;
		text-align: center;
	}

	.footer-left,.footer-right {
		float: none;
		width: auto;
	}

	.footer-right{
		margin-top: 2%;
	}
}


@media screen and (max-width:500px) {
	.footer-right ul li:last-child{
		position: static;
	}
}
			
@media screen and (max-width:414px) {
	div.header-nav{
		text-align: left;
		height: auto;
		/*padding-left: 2%;*/
	}
	
	div.header-nav>span{
		margin-right: 0;
		display: inline-block;
		margin-bottom: 7%;
		/*margin-right: 12px;*/
		width: 32%;
		text-align:center;
	}
	
	#gy-logo{
		width: 52%;
		height: 44px;
		margin-top: 7%;
	}
	
	.swiper-container{
		display: block;
		padding-top: 48.5%;
	}
	
	.swiper-pagination-bullet{
		width: 2% !important;
		height: 8px !important;
		border-radius: 50% !important;
	}
}

@media screen and (max-width:375px) {
	 .swiper-container{padding-top: 52%;} 
}

@media screen and (max-width:320px) {
	#gy-logo{
		margin-top: 9%;
	}
	
	.swiper-container{padding-top: 58%;} 
}
