.content{
	margin-bottom: 100px;
}
/* 默认pc样式 */
.footerpage {
    /* margin-top: 100px; */
    /* border-top: 1px solid #d8d8d8; */
}
.footer {
    padding: 36px 0 0 0;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background: #fff;
	border-top: solid 1px #e0e0e0;
	height: 120px;
}

footer {
    width: 1140px;
    display: flex;
    flex-direction: column;
}
.footer-nav {
    display: flex;
}
.footer-nav a {
    text-decoration: none;
    color: #565656;
}
.footer-nav a:hover {
    text-decoration: none;
    color: #3a70dd;
}
.footer-nav > div:nth-child(1) {
    width: 200px;
    /* margin-right: 64px; */
    margin-right: 940px;
    margin-top: 60px;
    z-index: 10;
}
.footer-nav > div:nth-child(2) {
    width: 163px;
    /* margin-right: 50px; */
	margin-right: 60px;
}
.footer-nav > div:nth-child(3) {
       width: 133px;
       /* margin-right: 61px; */
	   margin-right: 24px;
}
.footer-nav > div:nth-child(4) {
    /* width: 56px; */
    margin-right: 64px;
}
.footer-nav-title {
    width: 100%;
    font-size: 14px;
    color: #202020;
    cursor: default;
    font-weight: bold;
    text-align: center;
      cursor:pointer;
}
.footer-nav-title ~ div {
    cursor: default;
    font-size: 12px;
    margin-top: 20px;
    color: #565656;
    text-align: center;
}
.footer-follow {
    display: flex;
    align-items: flex-start;
    /* margin-left: 64px; */
    margin-left: auto;
    font-size: 14px;
    color: #202020;
    font-weight: bold;
}
.footer-follow-text {
    cursor: default;
}
.footer-follow-text ~ div > div > img:nth-child(1) {
    margin-right: 20px;
}
.footer-qr1,
.footer-qr2,
.footer-qr3 {
    position: relative;
    margin-left: 30px;
}
.footer-qr-img1,
.footer-qr-img2,
.footer-qr-img3 {
  position: absolute;
     display: flex;
     flex-direction: row;
     justify-content: center;
     padding: 10px 16px;
     box-shadow: 0 0 5px #3a70dd;
     border-radius: 4px;
     z-index: 5;
     left: -100px;
     top: -166px;
     opacity: 0;
     transition: all 0.8s;
     background: #fff;
     visibility: hidden;
}

.footer-QRcodePng{
	    width: 100px;
	    height: 100px;
}
.footer-QRcode{
	    text-align: center;
	    padding: 5px;
		font-weight: normal;
		 
}

.footer-qr-img:hover ~ .footer-qr-img1,
.footer-qr-img:hover ~ .footer-qr-img2,
.footer-qr-img:hover ~ .footer-qr-img3 {
    opacity: 1;
    /* transition: all 0.8s; */
    visibility: visible;
}
.beian {
    display: grid;
    grid-template-columns: repeat(1,2fr);
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 12px;
    color: #565656;
    padding: 0px 0;
    margin-top: -50px;
}
.beian-first{
    width: 666px;
    height: 25px;
    margin-left: 490px;
}
.beian-second{
    display: flex;
    width: 393px;
    height: 27px;
    margin-left: 490px;
    margin-top: -6px;
}

.beian img {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}

.beian div:nth-child(1) {
    margin-right: 16px;
}
.beian a {
    color: #565656;
    text-decoration: none;
}

.beian div:nth-child(3) {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-qr6 {
    display: none;
    width: 100%;
}
.foot-qr6-line {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
.foot-qr6-line img {
    width: 140px;
    height: 140px;
}
.foot-qr6-line div div {
    text-align: center;
    margin-top: 10px;
    color: #202020;
    font-size: 16px;
}
/* 媒体查询 非PC样式 */
@media screen and (max-width: 1140px) {
    /* 底部导航隐藏 */
    .footerpage {
        margin-top: 30px;
    }
  
    .footer-nav {
        display: none;
    }
    .beian {
        flex-direction: column;
        margin-top: 0;
    }
    .beian div:nth-child(1),
    .beian div:nth-child(2) {
        margin-right: 0;
        text-align: center;
    }
    .foot-qr6 {
        display: block;
		background-color:#fff
    }
    .foot-qr6-line {
        margin-bottom: 30px;
    }
	.foot-qr6-line div {
	    width: 166px;
	    display: flex;
	    align-items: center;
	    flex-direction: column;
		}
    .beian-inner{
        display: block;
        margin-left: -400px;
    }
    .beian {
        display: grid;
        grid-template-columns: repeat(1,2fr);
        align-items: center;
        justify-content: center;
        justify-items: center;
        background: #fff;
        font-size: 12px;
        color: #565656;
        padding: 0px 0;
        margin-top: 0px;
    }

    .beian-first{
        width: 666px;
        height: 25px;
        margin-left: 0px;
    }
    .beian-second{
        display: flex;
        width: 393px;
        height: 27px;
        margin-left: 188px;
        margin-top: -8px;
    }
}
@media screen and (max-width: 768px) {
	.footer {
	       padding: 30px 0 0 0;
	       width: 100%;
	       display: flex;
	       align-items: center;
	       justify-content: center;
	       background: #fff;
	       border-top: solid 1px #e0e0e0;
	       align-items: flex-start;
	       height: auto !important;
	}
}