/*底部*/
.moreInfo-section {
	width: 100%;
	height: fit-content;
  	background-color: #f5f5f5;
	z-index: 0;
}

.bottom-nav {
	width: 80%;
	display: flex;
	text-align: left;
	justify-content: space-around;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 20px 0;
}

.bottom-nav li {
	list-style: none;
	flex-shrink: 0;
	font-size: 16px;
	padding: 0 20px;
	line-height: 35px;
}
.bottom-nav li a{
	color: rgba(219, 227, 231, 0.7);
	display: block;
	font-size: 15px;
	cursor: pointer;
}
.bottom-nav li div>a{
	color: #FDFDFD;
  	font-size: 16px;
	margin: 12px 0 12px 0;
}
.bottom-nav li a:hover{
	color: #FDFDFD;
	text-decoration: underline;
}

/*联系我们*/
.contactUs {
	padding-top: 0px;
	/*background-image: url('../images/banner-bg.png');*/
    background-color:#125796;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    position:relative;
    z-index: 0;
	/* background-attachment: fixed; */
}
.contactUs::after{
	content:'';
    background-image: url('../images/footer_log.png');
    background-size:100%,100%;
    display:block;
    position:absolute;
  	right:0px;
  	bottom:50px;
    width:400px;
    height:400px;
}
.contactUs .parlex-back {
	padding: 0 0 10px 0;
	/* background-color: rgba(7, 78, 148, 0.84); */
	color: #FDFDFD !important;
}

.contactUs .concat-usInfo {
	width: 100vw;
}

.contactUs .concat-usInfo .info {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	height: fit-content;
	margin: 0 auto 10px auto;
}

.contactUs .concat-usInfo .name-addr {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	min-width: 200px;
	transform: translateY(30%);
}

.contactUs .concat-usInfo .name-addr .logoImg {
	min-width: 400px;
	height: 46px;
	background: url('../images/logo/logo3.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 40px;
}

.contactUs .concat-usInfo .name {
	color: rgba(219, 227, 231, 0.7);
	min-width: 220px;
	height: fit-content;
}

.contactUs .concat-usInfo .name>div {
	margin: 5px 0;
}

.contactUs .concat-usInfo .name .nameicon {
	width: 14px;
	height: 12px;
	margin-right: 3px;
}

.contactUs .concat-usInfo .info .sanc {
	float: right;
	min-width: 200px;
	position: relative;
    top: -40px;
}
.contactUs .concat-usInfo .info .sanc img{
	max-width: 110px;
}

.contactUs .concat-usInfo .info .sanc>p {
	margin: 10px 0 0 0 !important;
	color: rgba(219, 227, 231, 0.7);
	font-size: 15px;
}

.contactUs .concat-usInfo .rowline {
	width: 90%;
	height: 0;
	margin: 0 auto;
	border-top: 1px solid rgba(147, 166, 173, 0.3);
}

.contactUs .concat-usInfo .copyright {
	font-size: 15px;
	color: rgba(219, 227, 231, 0.7);
	background: transparent;
	padding: 20px 0;
	display: flex;
	width: fit-content;
	margin: 0 auto;
	flex-wrap: wrap;
	text-align: center;
}

.contactUs .concat-usInfo .copyright div {
	min-width: 100px;
	flex-shrink: 1;
	margin: 0 10px;
}

@media screen and (min-width: 1367px) and (max-height: 800px) {
	.contactUs .concat-usInfo .info{
		height: 100px;
	}
	.contactUs .concat-usInfo .name-addr {
		transform: translateY(10%);
	}
}

@media screen and (min-width: 1441px) {
	.bottom-nav{
		width: 100%;
	}
}

@media screen and (min-width: 1850px) {
	.bottom-nav{
		width: 80%;
	}
}

@media screen and (max-width:1440px) {
	.bottom-nav{
		width: 70%;
	}
}

@media screen and (max-width:1280px) {
	.bottom-nav{
		width: 80%;
	}
	.bottom-nav li div>a{
		font-size: 14px;
	}
	.bottom-nav li a{
		font-size: 12px;
	}
}

@media screen and (max-width:1024px) {
	.bottom-nav {
		width: 80%;
	}
	.bottom-nav li{
		padding: 0 10px;
	}
}

@media (max-width: 768px) {

	/*底部*/
	.bottom-nav {
		display: none;
	}

	.contactUs .concat-usInfo {
		max-width: 688px;
		margin: 0 auto;
	}
	.contactUs .concat-usInfo .info{
		margin: 0 auto 50px auto;
	}
	.contactUs .concat-usInfo .info .sanc{
		top: 36px;
	}
}

@media (max-width:640px) {

	/*底部导航*/
	.bottom-nav {
		display: none;
	}

	/*底部联系我们*/
	.contactUs .parlex-back {
		padding: 0;
	}

	.contactUs .concat-usInfo .info {
		margin: 0 auto;
		padding: 20px 0;
	}

	.contactUs .concat-usInfo .info .name-addr {
		width: 60%;
		margin: 0 auto;
		font-size: 11px;
		transform: translateY(0);
		justify-content: space-around;
	}

	.concat-usInfo .info .name-addr .name {
		padding-left: 20px;
	}

	.contactUs .concat-usInfo .info .sanc {
		width: 60%;
		margin: 1em auto;
		margin-top: 1em;
		font-size: 11px;
		top: 0;
	}
	.contactUs .concat-usInfo .info .sanc img{
		width: 60%;
	}
	.contactUs .concat-usInfo .copyright {
		max-width: 25em;
		font-size: 11px;
		justify-content: center;
		/* width: 82%; */
	}
}

@media (max-width: 480px) {

	/*底部导航*/
	.bottom-nav {
		display: none;
	}

	/*底部联系我们*/
	.contactUs .parlex-back {
		padding: 0;
	}

	.contactUs .concat-usInfo .info {
		margin: 0 auto;
		padding: 20px 0;
	}

	.contactUs .concat-usInfo .info .name-addr {
		width: 74%;
		margin: 0 auto;
		font-size: 11px;
		transform: translateY(0);
	}

	.concat-usInfo .info .name-addr .name {
		padding-left: 20px;
	}

	.contactUs .concat-usInfo .info .sanc {
		width: 60%;
		margin: 1em auto;
		margin-top: 1em;
		font-size: 11px;
	}
	.contactUs .concat-usInfo .info .sanc img{
		width: 80%;
	}
	.contactUs .concat-usInfo .info .sanc>p{
		font-size: 12px;
	}
	.contactUs .concat-usInfo .copyright {
		max-width: 25em;
		font-size: 11px;
		/* width: 82%; */
	}
    .contactUs::after{
  		bottom:75px;
    	width:300px;
    	height:300px;
	}
}