/*footer*/
.footer-guanxiang {
	padding: 60px 0 30px;
	background: #333;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

/* Inner pages may nest footer inside .container; still span the viewport */
*:not(body) > footer.footer-guanxiang {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	box-sizing: border-box;
}
.footer-guanxiang::after{
	    content: "";
	    right: 0;
	    display: block;
	    background:url(../images/图层 2.png) right;
	    background-repeat: no-repeat;
	    background-size: contain;
	    z-index: 0;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    width: 100%;
}
.footer-guanxiang .container {
	/* width: 1400px; */
	margin: 0 auto;
	z-index: 9999;
	position: relative;
}


.footer-guanxiang .wp {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-guanxiang .wpb {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.footer-guanxiang .foot-logo {
	padding-bottom: 30px;
	border-bottom: 1px solid #a8a8a8;
}

.footer-guanxiang .foot-logo span {
	display: block;
	margin-top: 38px;
}

.footer-guanxiang .foot-logo span a {
	margin-left: 20px;
	opacity: 0.6;
}

.footer-guanxiang .foot-logo img {
	max-width: 260px;
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
}

.footer-guanxiang .foot-logo span a:hover {
	opacity: 1;
}

.footer-guanxiang .foot-con {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 30px;
	z-index: 99;
}
.footer-guanxiang .foot-con .pro h3,
.footer-guanxiang .foot-con .app h3{
	color: var(--color-second);
}
.footer-guanxiang .foot-con > div {
	width: 25%;
	margin-right: 6%;
	z-index: 9;
}
.footer-guanxiang .foot-con > div:last-child {
	margin-right: 0;
}
.footer-guanxiang .foot-con .gallery{
	margin: 50px 0 0;
	z-index: 99;
}
.footer-guanxiang .foot-con .gallery ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-guanxiang .foot-con .gallery ul li{
	width: 29.333%;
	opacity:1;
	text-align: center;
}
.footer-guanxiang .foot-con .gallery ul li:only-child{
	width: 140px;
}
.footer-guanxiang .foot-con .footer-contact-list {
	width: 100%;
	margin-right: 0;
}
.footer-guanxiang .foot-con .footer-contact-list p{
	color: #fff;
	margin-bottom: 12px;
	opacity: 0.85;
	font-size: 15px;
	line-height: 1.6;
	white-space: nowrap;
}
.footer-guanxiang .foot-con .footer-contact-list a{
	color: #fff;
	opacity: 0.85;
	white-space: nowrap;
}
.footer-guanxiang .foot-con .footer-contact-list a:hover{
	color: var(--color-second);
	opacity: 1;
}
.footer-guanxiang .foot-con .footer-contact-list .footer-contact-icon{
	width: 22px;
	height: 22px;
	margin-right: 10px;
	vertical-align: middle;
	object-fit: contain;
	flex-shrink: 0;
}
.footer-guanxiang .foot-con .gallery ul li img{
	max-width: 160px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}
.footer-guanxiang .foot-con .gallery ul li p{
	 color: #fff;
	 opacity: 0.7;
	 font-size: 14px;
	 text-align: center;
	 margin-top: 8px;
	 white-space: nowrap;
}
.footer-guanxiang .foot-con h3 {
	margin-bottom: 30px;
	font-size: 22px;
	color: #fff;
}
.footer-guanxiang .foot-con .contacts{
	
}
.footer-guanxiang .foot-con .contacts p{
	color: #fff;
	margin-bottom: 10px;
	opacity: 0.7;
}
.footer-guanxiang a:hover{
	color: var(--color-second);
}
.footer-guanxiang .foot-con .contacts p .footer-contact-icon{
	width: 22px;
	height: 22px;
	margin-right: 13px;
	vertical-align: middle;
	object-fit: contain;
}
.footer-guanxiang .foot-con ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-guanxiang .foot-con li a {
	display: block;
	margin-bottom: 15px;
	font-size: 17px;
	color: #fff;
	opacity: 0.7;
}

.footer-guanxiang .foot-con li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.footer-guanxiang .foot-con div.newsletter {
	width: 44%;
	margin-right: 0;
	margin-left: 4%;
}

.footer-guanxiang .foot-con div.newsletter p {
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	margin-top: -6px;
}

.newsletter form {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
}

.footer-guanxiang .newsletter input {
	width: 70%;
	height: 64px;
	padding-left: 34px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.17);
	color: #fff;
	outline: none;
	border: none;
}

.footer-guanxiang .newsletter input::placeholder {
	color: #fff;
}

.footer-guanxiang .newsletter button {
	width: 30%;
	height: 64px;
	font-size: 13px;
	font-family: var(--title-font-family);
	background: #fff;
	color: var(--color-primary);
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}

.footer-guanxiang .newsletter button:hover {
	background: rgba(255, 255, 255, 0.95);
}

.footer-guanxiang .foot-txt {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 30px;
}

.footer-guanxiang .foot-txt p {
	margin-top: 0;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	z-index: 99;
}

.footer-guanxiang .foot-txt p a {
	margin-left: 150px;
	color: #fff;
}

.footer-guanxiang .foot-txt p a:hover {
	color: #fff;
	opacity: 0.7;
}

.footer-guanxiang .foot-gotop {
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}

.footer-guanxiang .foot-gotop img {
	margin-right: 10px;
	-webkit-animation: bounce-down 1s linear infinite;
	animation: bounce-down 1s linear infinite;
}

@keyframes bounce-down {
	25% {
		transform: translateY(-3px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(0);
	}
}

.gotop-guanxiang {
	position: fixed;
	right: 10px;
	top: 50%;
	display: none;
	z-index: 2;
}

.gotop-guanxiang a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: var(--color-primary);
	margin: 10px 0;
	text-align: center;
	line-height: 44px;
	box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
	cursor: pointer;
}

.gotop-guanxiang a:hover {
	background: var(--color-primary);
}

/*æ‰‹æœºç«¯åº•éƒ¨*/
.mobile-footer-guanxiang {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background: var(--color-primary);
	z-index: 99;
	box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.mobile-footer-guanxiang .mobile-foot a,
.mobile-footer-guanxiang .mobile-foot .mobile-foot-link {
	float: left;
	width: 25%;
	height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid var(--color-second);
	box-sizing: border-box;
	text-decoration: none;
	display: block;
}

.mobile-footer-guanxiang .mobile-foot a:last-child,
.mobile-footer-guanxiang .mobile-foot .mobile-foot-link:last-child {
	border-right: none;
}

.mobile-footer-guanxiang .mobile-foot a.active,
.mobile-footer-guanxiang .mobile-foot .mobile-foot-link.active {
	background: var(--color-second);
	color: #fff;
}

.mobile-footer-guanxiang .mobile-foot img {
	display: block;
	width: 28px;
	height: 28px;
	margin: 5px auto 0 auto;
}

.gotop-guanxiang img {
	vertical-align: middle;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
}

.footer-guanxiang .crmFormVali-error {
	top: 100%;
	left: 0 !important;
	right: unset;
	margin-top: 0.5em;
}

@media screen and (max-width: 1580px) {
	.footer-guanxiang .container {
		width: 82%;
	}

	.footer-guanxiang {
		padding: 40px 0;
	}

	.footer-guanxiang .foot-logo div:first-child img {
		width: auto;
		max-width: 240px;
		max-height: 58px;
	}

	.footer-guanxiang .foot-con h3 {
		font-size: 20px;
		margin-bottom: 35px;
	}

	.footer-guanxiang .foot-con li a {
		font-size: 16px;
	}

	.footer-guanxiang {
		padding: 50px 0 35px 0;
	}
	
	.footer-guanxiang .foot-txt p {
    font-size: 14px;
	}
	.footer-guanxiang .foot-con li a {
    font-size: 14px;
  }
  .footer-guanxiang .foot-con .contacts p {
    font-size: 14px;
  }
  .footer-guanxiang .foot-txt p {font-size: 14px;}
	.footer-guanxiang .foot-gotop { margin-top: 20px;text-align: right;}
	.footer-guanxiang .foot-txt {flex-direction: column;}
}

@media screen and (max-width: 1400px) {

	.footer-guanxiang .foot-logo div:first-child img {
		width: auto;
		max-width: 220px;
		max-height: 54px;
	}

	.footer-guanxiang .foot-con li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1280px) {

	.footer-guanxiang .foot-txt p a {
		margin-left: 45px;
	}

	.footer-guanxiang .foot-con div.newsletter p {
		line-height: 24px;
	}
	

}

@media screen and (max-width: 960px) {
	.footer-guanxiang .container {
		width: 88%;
	}

	.footer-guanxiang {
		padding-top: 40px;
	}

	.footer-guanxiang .foot-con > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer-guanxiang .foot-con div.newsletter,
	.foot-txt p {
		width: 100%;
	}

	.footer-guanxiang .foot-gotop {
		margin-top: 20px;
	}

	.footer-guanxiang {
		padding-bottom: 100px;
	}

	.footer-guanxiang .foot-con,
	.foot-txt {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-guanxiang .foot-con div.newsletter {
		margin-left: 0;
	}

	.footer-guanxiang .foot-con {
		margin-top: 30px;
	}

	.footer-guanxiang .foot-con h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.footer-guanxiang .foot-con li a {
		margin-bottom: 13px;
	}

	.footer-guanxiang .newsletter input,
	.footer-guanxiang .newsletter button {
		height: 56px;
	}

	.footer-guanxiang .foot-txt {
		margin-top: 20px;
	}

	.footer-guanxiang .foot-txt p a {
		margin-left: 20px;
	}

	.footer-guanxiang .foot-con div.newsletter p {
		line-height: 22px;
	}

	.gotop-guanxiang a {
		width: 42px;
		height: 42px;
		line-height: 40px;
	}

	.gotop-guanxiang img {
		max-width: 24px;
	}

	.footer-guanxiang .foot-con h3 {
		font-size: 18px;
	}

	.footer-guanxiang .foot-logo div:first-child img {
		width: auto;
		max-width: 180px;
		max-height: 46px;
	}

	p,
	.about-contxt .title p,
	.about-certifications .about-certificationstxt .title p {
		line-height: 22px;
	}

	.mobile-footer-guanxiang {
		display: block;
	}

	body {
		padding-bottom: 60px;
	}
}