footer {
    background-color: #fff101;
}

footer .footer-top {
    width: 52.44%;
    margin: auto;
}

footer .footer-top .top1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

footer .footer-top .top1 ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 3%;
}

footer .footer-top .top1 ul li {
    cursor: pointer;
    position: relative;
    min-width: 73px;
    min-height: 30px;
}
footer .footer-top .top1 ul li:nth-child(9){
    min-width: 20px;
}
footer .footer-top .top1 ul li a{
    width: 100%;
    height: 100%;
}
footer .footer-top .top1 ul li a>img{
    transition: all .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
footer .footer-top .top1 ul li a .img2{
    opacity: 0;
}
footer .footer-top .top1 ul li:hover a .img2{
    opacity: 1;
}
footer .footer-top .top1 ul li:hover a .img1{
    opacity: 0;
}
footer .footer-top .top1 ul li .db-ewm {
    width: 130px;
    height: 130px;
    background-color: #eeeeee;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: -189px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
}

footer .footer-top .top1 ul li:hover .db-ewm {
    opacity: 1;
    top: -159px;
    visibility: visible;
}

footer .footer-top .top1 ul li .djt {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

footer .footer-top .top2 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

footer .footer-top .top2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2% 6%;
}

footer .footer-top .top2 ul li a {
    font-size: 16px;
    color: #000000;
    font-family: "s-r";
}

footer .footer-top .top3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 13%;
}

.top4 {
    display: flex;
    justify-content: center;
    padding: 1% 0 3% 0;
}

.top4 p {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.top4 p a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.jtjs {
    height: 1128px;
    background: url(../images/jtjs.png) no-repeat center center;
}

.jtjs h3 {
    font-size: 48px;
    color: #333333;
    font-family: "s-b";
    padding-top: 3%;
}

.jtjs p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 2%;
}

.jtjs .container {
    overflow: hidden;
}

.jtjs .jtjsSwiper .swiper-slide {
    transform: scale(.695);
    transition: all .5s;
    border-radius: 20px;
    border: solid 10px #eeeeee;
}

.jtjs .jtjsSwiper {
    overflow: visible;
    margin-top: 8%;
    padding: 4% 0;
}

.jtjs .jtjsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.jtjs .jtjsSwiper .swiper-slide-active {
    transform: scale(1.3);
    z-index: 5;
    border-radius: 20px;
    border: solid 10px #e40316;
}

.jtjs .jtjsSwiper .swiper-slide-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jtjs .jtjsSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all .5s;
}

.jtjs .jtjsSwiper .swiper-button-next:hover {
    background-color: #e40316;
}

.jtjs .jtjsSwiper .swiper-button-next::after {
    font-size: 24px;
    color: #fff;
}

.jtjs .jtjsSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all .5s;
}

.jtjs .jtjsSwiper .swiper-button-prev:hover {
    background-color: #e40316;
}

.jtjs .jtjsSwiper .swiper-button-prev::after {
    font-size: 24px;
    color: #fff;
}

.jtjs {
    position: relative;
}

.jtjs .swiper-pagination {
    bottom: 26%;
}

.jtjs .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 0.4;
    transition: all .5s;
}

.jtjs .swiper-pagination-bullet-active {
    background-color: #e40316;
    opacity: 1;
}
.lx h3{
    font-size: 48px;
	color: #333333;
}