.logo-top {
	width: 30%;
	height: 5rem;
	background-color: #0099CC;
	margin-left: 0px;
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

.header-top {}

.fui {
	padding-left: 0px;
}

.header-header {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}

.menu-font {}

.ml-auto {
	margin-left: 0px;
}

.login-button {
	width: 100%;
	height: 37px;
	border: 0px;
	margin-left: 0px;
	color: #ffffff;
	background-color: #0099CC;
	border-radius: 18px;
	font-size: 85%;
	padding-left: 20px;
	padding-right: 20px;
}

.logo-son {
	height: 100%;
	float: right;
	margin-right: 10%;
	font-size: 1rem;
}

.logo-text {
	font-size: 1.5rem;
}

.logo-son-center {
	height: 40%;
	margin-top: 15%;
}

.head-news {
	margin-top: -10%;
	width: 32%;
	height: 8%;
	border-radius: 50em;
	background-color: #DDDDDD;
	margin-right: 5%;
	float: right;
}

.head-news1 {
	list-style: none;
	background-color: #0099CC;
	z-index: 999;
	float: right;
	width: 24%;
	height: 100%;
	border-top-left-radius: 50em;
	border-bottom-left-radius: 50em;
	box-shadow: -10px 2px 25px #4B4B4B;
}

.head-news2 {
	list-style: none;
	z-index: 999;
	float: right;
	width: 76%;
	height: 100%;
	border-top-right-radius: 50em;
	border-bottom-right-radius: 50em;
	box-shadow: -10px 2px 25px #4B4B4B;
}


.h2-p {
	font-size: 1rem;
	color: #0099CC;
	font-weight: 900;
	padding-bottom: 0px;
}

.show-l {
	width: 100%;
	height: 90vh;
	background-color: #DDDDDD;
}

.show-l-d {
	height: 40vh;
	border-radius: 3vh;
}

.show-l-d-r {
	float: right;
	width: 70%;
	height: 40vh;
	border-radius: 3vh;
	text-align: center;
	display: none;
}

.show-r-act {
	display: inline;
}

.show-ll {
	float: left;
	height: 40vh;
	width: 30%;
	border-radius: 3vh;
	background-color: #0099CC;
}

.ul-ll {
	text-align: right;
	margin-right: 0px;
	margin-top: 4vh;
	list-style: none;
	color: #000000;
}

.ul-ll-li {
	height: 4vh;
	line-height: 4vh;
	text-align: center;
	color: #000000;
	border-bottom-left-radius: 2.5vh;
	border-top-left-radius: 2.5vh;
}

.ul-ll-li-span {}

.l-active {
	background-color: #ffffff;
	color: #0099CC;
}

.ul-ll-li-a {
	text-align: center;
	color: #000000;
}

.lc-title {
	padding-left: 5%;
	width: 55%;
	text-align: left;
	float: left;
	height: 28%;
}

.lc-text {
	padding-left: 5%;
	width: 55%;
	height: 72%;
	float: left;
	text-align: left;
	padding-top: 2%;
}

.lc-img {
	width: 45%;
	float: right;
}


.lc-title-text {
	margin-top: 15%;
	color: #000000;
	font-weight: 900;
	font-size: 1.5em;
}

.lc-img-ma {
	width: 80%;
}

.contact-form {
	margin: auto;
}


#jnhContainer {
	margin-bottom: 5vh;
}

#captcha {
	height: 55px;
	border-width: 2px;
	border-radius: .25rem;
	border: 2px solid #ced4da;
}

.contact-bottom {
	width: 100%;
	height: 15vh;
	background-color: #0099CC;
}

.new-text {
	font-size: 1.5rem;
	float: right;
	width: 100%;
	height: 33.3%;
}

.new-text-a {
	height: 100%;
	line-height: 100%;
	font-size: 30%;
	color: #0099CC;
}

.new-time-span {
	color: #000000;
	margin-left: 5%;
}

.new-text-span {
	height: 33%;
	font-size: 100%;
	color: #0099CC;
	font-weight: 90px;
}

.new-text-span:hover {
	color: #000000;
}

.new-title {
	text-align: right;
	float: right;
	width: 70%;
	height: 33.3%;
	font-weight: 500px;
}

.new-title-a {
	color: #ffffff;
	font-size: 90%;
	padding-top: 40%;
}

.new-title-span {
	height: 33.3%;
	font-size: 90%;
}


@media screen and (max-width: 1040px) {
	.head-news {
		margin-top: -10%;
		width: 100%;
		height: 8%;
		margin: 0;
		border-radius: 0;
		background-color: #DDDDDD;
	}

	.fui {
		background-color: #0099CC;
	}

	.new-text-span {
		font-size: 50%;
	}

	.new-title-span {
		font-size: 45%;
		width: 100%;
	}

	.head-news1 {
		border-radius: 0;
		padding-left: 0;
	}

	.head-news2 {
		border-radius: 0;
	}


	.logo-top {
		width: 100%;
		border-radius: 0;
	}

	.ul-ll-li {
		font-size: 0.5rem;
	}

	.show-ll {
		width: 40%;
	}

	.show-l-d-r {
		width: 60%;

	}

	.lc-text {
		font-size: 0.5rem;
		width: 100%;
	}

	.lc-img {
		width: 0%;
	}

	.lc-title {
		width: 100%;
	}


}

@media screen and (max-width: 1590px) {
	.head-news {
		width: 40%;
	}
}

@media screen and (max-width: 1290px) {
	.head-news {
		width: 50%;
	}
}

@media screen and (max-width: 1040px) {
	.head-news {
		width: 100%;
	}
}

.contact-bg-img {
	margin-left: 2%;
	text-align: left;
	padding: 2%;
	order: 2;
	width: 100%;
	height: 36rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(245,245,245,0.6);
}


.QR-code {
	width: 100%;
	margin: 0 auto;
}


#contact-section {
	padding-bottom: 3em;
}

.contact-bg-img p{
	margin-bottom:0;
	font-weight:500;
}