.footer{
    width: 100%;
    background: url(../images/db.png) no-repeat center center;
    background-size: cover;
    margin-top: 6%;
    padding-top: 3.5%;
}
.footer .footer-top{
    display: flex;
    justify-content: space-between;
}
.footer .footer-top .footer-topl h3{
    font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
    margin-top: 22%;
    font-family: "Noto Sans SC";
}
.footer .footer-top .footer-topl h4{
    font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.6;
    font-family: "Noto Sans SC";
}
.footer .footer-top .footer-topl a{
    width: 280px;
	height: 40px;
	background-color: rgba(204,206,201,.3);
    padding: 0 5%;
    margin-top: 8%;
}
.footer .footer-top .footer-topl a p{
    font-size: 14px;
	color: #ffffff;
    line-height: 40px;
	opacity: 0.5;
    font-family: "Noto Sans SC";
    display: flex;
    justify-content: space-between;
}
.footer .footer-top .footer-topnav{
    width: 64%;
    display: flex;
    justify-content: space-between;
}
.footer .footer-top .footer-topnav .footer-topnav-list{
    margin-top: 2%;
}
.footer .footer-top .footer-topnav .footer-topnav-list h3 a{
    font-size: 18px;
	line-height: 54px;
	color: #ffffff;
    font-family: "Noto Sans SC";
}
.footer .footer-top .footer-topnav .footer-topnav-list ul{
    margin-top: 9%;
}
.footer .footer-top .footer-topnav .footer-topnav-list ul li a{
    font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	opacity: 0.8;
    font-family: "Noto Sans SC";
}
.footer-bot{
    border-top: 1px solid #4a7aad;
    margin-top: 5%;
    padding: 1% 0;
}
.footer-bot .footer-bq{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-bot .footer-bq p{
	font-size: 14px;
    display: inline-block;
	color: #ffffff;
	opacity: 0.6;
}
.footer-bot .footer-bq p a{
	font-size: 14px;
    display: inline-block;
	color: #ffffff;
}
.fp-watermark{
    display: none !important;
}
