* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.qdbjBox-title {
    padding-top: 65px;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 13px;
}

.qdbjBox {
    background: #F0F1F3;
    position: relative;
	height:100%;
    padding-bottom: 38px!important;
}
footer{
	position:absolute;
	bottom:0;
	width:100%;
	left:0
}

.qdbjIcon2 {
    width: 61px;
    position: absolute;
    left: 18px;
    top: -36px;
}

.qdbjIcon1 {
    width: 380px;
    position: absolute;
    left: 62px;
    bottom: 0;
}

.qdbjIcon4 {
    width: 217px;
    position: absolute;
    right: 0;
    top: 99px;
}

.qdbjIcon3 {
    width: 140px;
    position: absolute;
    right: -101px;
    bottom: 66px;
}

.qdbjItem {
    margin: auto;
    width: 910px;
    position: relative;
    height: 438px;
    background: url(../images/qdbjBj.png) center center / 100% 100%;
}

.qdbjItem div {
    width: 100%;
    height: 100%;
    position: relative;
}

.qdbjItem div a img {
	margin:auto;
    width: 72px;
    margin-bottom: 10px;
}

.qdbjItem div a p {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
	line-height:22px;
    color: #000000;
    margin-bottom: 8px;
}

.qdbjItem div a span {
    font-size: 15px;
	line-height:15px;
    text-align: center;
    display: block;
    color: #666666;
}

.qdbjItem div a:nth-child(1) img {
    width: 234px;
    margin-bottom: 0;
}

.qdbjItem div a {
    position: absolute;

}

.qdbjItem div a:nth-child(1) {
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
}

.qdbjItem div a:nth-child(2) {
    top: 150px;
    left: 142px;
}

.qdbjItem div a:nth-child(3) {
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.qdbjItem div a:nth-child(4) {
    right: 147px;
    top: 150px
}

.footerBox {
    width: 100%;
}


.footerTop {
    height: 284px;
    background: #000000;
}

.footerItem {
    width: 90%;
    max-width: 1172px;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between
}

.footerLeft {
    width: 64.5%;
}

.footerLeftTop {
    padding-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3299F4;
}

.footerLogo {
    width: 246px;
}

.footerslogan {
    width: 179px;
    margin-right: 5px;
    margin-top: 30px;
}

.footerinformation {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    line-height: 28px;
}

.footerLeftBottom {
    margin-top: 34px;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.zxIcon {
    display: block;
    margin-bottom: 4px;
    width: 104px;
}

.footerItem .ewm {
    width: 82px;
    height: auto;
}

.footerItem .ewm span {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin: 5px auto;
    color: #c9caca;
}
.footerItem .ewm a {
    width: 100%;
    height: 30px;
    border-radius: 20px;
    display: block;
    text-align: center;
    background: #fff;
    color: #333;
    margin-top: 20px;
    line-height: 30px;
}

.bottom_5 {
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    background: #343839;
}

.bottom_5 img {
    width: 20px;
    display: inline;
}

.bottom_5 p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_5 a {
    display: flex;
    align-items: center;
}

@media (max-width:800px) {
    .qdbjBox-title {
        padding-top: 10%;
    }

    .qdbjItem {
        width: 100%;
        margin-top: 100px;
        background: url(../images/qdbjPhoneBj.png) center center / 100% 100%;
        height: 228px
    }

    .footerItem {
        padding-bottom: 20px;
        display: block;
    }
.qdbjItem div a, .qdbjBox-title{
	    opacity: 1 !important;
    transform: translateY(0)!important;
}
    .qdbjIcon1,
    .qdbjIcon2,
    .qdbjIcon3,
    .qdbjIcon4 {
        display: none;
    }

    .qdbjItem div a:nth-child(1) img {
        width: 188px;
    }

    .footerLeftTop {
        padding-top: 20px;
        display: block;
    }

    .bottom_5 p {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .bottom_5 {
        height: 70px;
        display: flex;
        align-items: center;
        line-height: 30px;
    }

    .footerslogan {
        margin-top: 20px;
        margin-left: auto;
    }

    .footerinformation {
        margin-right: 10px;
        font-size: 14px;
        flex: 1;
    }

    .zxIcon {
        width: 80px;
    }

    .footerLeft {
        width: 100%;
    }

    .footerTop {
        height: unset;
    }

    .qdbjItem div a:nth-child(2) img {
        width: 52px;
        margin: 0 auto 12px;
    }

    .qdbjItem div a:nth-child(3) img {
        width: 52px;
        margin: 0 auto 12px;
    }

    .qdbjItem div a:nth-child(4) img {
        width: 52px;
        margin: 0 auto 12px;
    }

    .qdbjItem div a:nth-child(1) {
        left: 50%;
        top: -71px;
        transform: translateX(-50%) translateY(0)!important;
    }

    .qdbjItem div a:nth-child(2) {
        left: 13px;
        top: 64px;
    }

    .qdbjItem div a:nth-child(3) {
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%) translateY(0)!important;
    }

    .qdbjItem div a:nth-child(4) {
        right: 31px;
        top: 64px;
    }
footer{position:relative}
    .qdbjItem div a p {
        font-size: 15px;
    }
.qdbjItem div a span{
	font-size:14px
}
    .footerItem .ewm {
        width: unset;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footerItem .ewm a {
        width: 82px;
        margin-top: 0;
        font-size: 14px;
    }

    .footerItem .ewm span {
        margin: 0;
    }

    .footerItem .ewm img {
        width: 82px;
    }
}