.footer .nav{
	padding:60px 0;
	background-color: #000;
}
.footer .container{
	width: 1200px;
	margin: 0 auto;
}
.footer .menu > ul > li{
	display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
}
.footer .menu > ul > li:first-child {
    padding-right: 20px;
}
.footer .menu > ul > li:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}
.footer .menu > ul > li:nth-child(3) {
    padding-left: 20px;
}
.footer .menu > ul > li > a{
	display: block;
	cursor: auto;
	border-bottom: 1px solid #747474;
    color: #eee;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 9pt;
    text-align: left;
    text-transform: none;
}
.footer .menu > ul > li .sub-menu{
	margin: 10px 0 50px;
}
.footer .menu > ul > li .sub-menu li{
	margin-bottom: 5px;
	padding-right: 25px;
}
.footer .menu > ul > li .sub-menu li a{
    color: #76b900;
    line-height: 30px;
    font-size: 16px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.footer .other{
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.footer .other .subscribe{
	display: flex;
	align-items: center;
}
.footer .other .subscribe i{
	color: #76b900;
	font-size: 42px;
	margin-right: 20px;
	font-weight: bold;
}
.footer .other .subscribe span{
	color: #fff;
	font-size: 18px;
	margin-right: 30px;
}
.footer .other .subscribe a{
	padding:13px 15px;
	box-sizing: content-box;
	min-width: 50px;
	border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #76b900;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.footer .other .subscribe a:hover {
    background-color: #6aa700;
}
.footer .other .social{
	display: flex;
	align-items: center;
}
.footer .other .social h4{
	color: #f7f7f7;
	font-size: 18px;
	margin-right: 20px;
}
.footer .other .social ul{
	display: flex;
}
.footer .other .social ul li{
	display: inline-block;
    height: 40px;
    margin-right: 18px;
    text-decoration: none;
    width: 40px;
    display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.footer .other .social ul li:last-child{
	margin-right: 0;
}
.footer .other .social ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .other .social ul li a i{
	font-size: 30px;
	color: #f7f7f7;
}
.footer .other .social ul li a.wechat:hover i{
	color: #1ec354;
}
.footer .other .social ul li a.weibo:hover i{
	color: rgb(213, 44, 43);
}
.footer .other .social ul li a.douyin:hover i{
	color: #818181;
}
.footer .other .social ul li a.bilibili:hover i{
	color: rgb(34, 169, 222);
}
.footer .other .social ul li .qr{
	display: none;
	position: absolute;
    width: 150px;
    height: auto;
    background-color: #fff;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 30px -2px rgb(0 0 0 / 10%);
    padding: 15px;
}
.footer .other .social ul li:hover .qr{
	display: block;
}
.footer .other .social ul li .qr::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid #fff;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}
.footer .other .social ul li .qr .qr-pic{
	margin-bottom: 15px;
}
.footer .other .social ul li .qr .qr-pic img{
	width: 100%;
	height: auto;
}
.footer .other .social ul li .qr .qr-txt{
    font-size: 12px;
    color: #222;
    line-height: 1;
    text-align: center;
    display: block;
}
.footer .copyright{
	background-color: #fff;
	padding: 30px 0;
}
.footer .copyright .left .logo img{
/*	height: 40px;*/
	height: 20px;
	width: auto;
}
.footer .copyright .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .copyright .right a{
	color: #76b900;
}