
/*footer*/
.footer-guanxiang {
	padding: 70px 0;
	background: var(--color-primary);
}
.footer-guanxiang  .container{
	width: 1400px;
	margin:0 auto;
  }


.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: baseline;
}
.footer-guanxiang .foot-logo{
    padding-bottom: 30px;
    border-bottom: 1px solid #466bb1;
}
.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 span a i {
    font-size: 35px;
    color: #fff;
}
.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: 50px;
}
.footer-guanxiang .foot-con div{
	 width: 36%;
	 /* margin-right: 8%; */
}
.footer-guanxiang .foot-con .dd{
	 width: 200px;
}
.footer-guanxiang .foot-con h3{
	margin-bottom: 50px;
	font-size: 22px;
	color: #fff;
	/* text-align: center; */
}
.footer-guanxiang .foot-con ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-guanxiang .foot-con ul li{
	width:50%;
}
.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: 29%;
	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;
}
.newsletter form .crmFormVali-error{top: calc(50% - -37px);left: 0px;}
.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: 'Montserrat-Bold';
	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: 60px;
      width: 1440px;
}
.footer-guanxiang .foot-txt p{
	margin-top: 0;
	font-size: 12px;
	color: #8ca3ce;
}
.footer-guanxiang .foot-txt p a{
	margin-left: 150px;
	color: #8ca3ce;
	
}
.footer-guanxiang .foot-txt p a:hover{
	color: #fff;
}
.footer-guanxiang .foot-gotop{
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.footer-guanxiang .foot-gotop a:hover{
	color:#A3B5D8;
}
.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: #2054b5;
}

/*Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã¥Âºâ€¢Ã©Æ’Â¨*/
.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{
	float: left;
	width: 25%;
	height: 60px;
	color: #fff;
	font-size: 16px;	
	text-align: center;
	border-right: 1px solid #2054b5;
	box-sizing: border-box;
}
.mobile-footer-guanxiang .mobile-foot a:last-child{
	border-right:none;
}
.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;
  }  

/* ------- */
  .huake-side-bar {
    top: 50%;
    margin-top: -200px;
    position: fixed;
    right: 10px;
    z-index: 9999;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.huake-side-bar a {
    display: block;
    cursor: pointer;
    width: 80px;
    background: #fff;
    position: relative;
    color: #676767;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 3px;
}

.huake-side-bar a i {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.huake-side-bar a span {
    font-size: 14px;
    color: var(--color-primary);
    display: block;
    margin: 10px 0 0;
}

.huake-side-bar a.wx .wx-box {
    width: 142px;
    position: absolute;
    right: 98px;
    top: -50px;
    display: none;
}

.huake-side-bar a.wx .wx-box .box {
    width: 140px;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.huake-side-bar a.wx .wx-box .box img {
    width: 140px;
}

.huake-side-bar a.wx .wx-box .box span {
    font-size: 12px;
    color: #333;
    line-height: 18px;
    letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
    width: 12px;
    height: 20px;
    position: absolute;
    right: -8px;
    top: 70px;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 2px;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
    display: block;
}


@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: 200px;
	}
	.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;
	}
}
@media screen and (max-width: 1400px){
	
	.footer-guanxiang .foot-logo div:first-child img{
		width: 178px;
	}
	.footer-guanxiang .foot-con li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 1280px){

	.footer-guanxiang .foot-txt p a{
		margin-left: 80px;
	}
	
	.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,.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: 126px;
	}
	p, .about-contxt .title p, .about-certifications .about-certificationstxt .title p{
		line-height: 22px;
	}
  
	.mobile-footer-guanxiang {
		display: block;
	}
	.huake-side-bar{
		display: none;
	}
}