@charset "utf-8";
.footer{background: #000;}
.footerbox{width: 1400px;margin: 0 auto;max-width: 90%; padding: .65rem 0 .5rem;display: flex;justify-content: space-between;}
.foot_left{width: calc(100% - 8.0rem);}
.foot_left ul{display: flex;justify-content: space-between;}
.foot_left h2{color: #fff;font-family: font1;font-size: var(--font24);text-transform: uppercase;margin-bottom: .3rem;}
.foot_left dt{position: relative; padding-left: .2rem;font-size: var(--font18);line-height: 2.2; }
.foot_left dt:before{position: absolute;content: "";width: .05rem;height: .05rem;border-radius: 50%;background: #fff;left: 0;top: 50%;transform: translateY(-50%);}
.foot_left dt a{color: #fff; transition: .5s;}
.foot_left dt a:hover{opacity: .7;}

.foot_right{width: 7.2rem;}
.foot_right h2{color: #fff;font-family: font1;font-size: var(--font24);text-transform: uppercase;margin-bottom: .3rem;}
.foot_right h3{color: #fff;font-family: font1;font-size: var(--font20);margin-bottom: .2rem;}
.foot_right p{color: #fff;font-size: var(--font18);line-height: 1.8;}
.foot_right p b{font-family: font1;}

.bqxx{background: #333333;}
.bqxxBox{width: 1440px; margin: 0 auto;max-width: 94%;display: flex;justify-content: space-between;align-items: center; padding: .23rem 0;}
.bqxxBox ul{display: flex;justify-content: space-between;align-items: center;}
.bqxxBox li{padding-right: .34rem;}
.bqxxBox a img{transition: .5s;}
.bqxxBox a:hover img{opacity: .7;}
.bqxxBox p{color: #fff;font-size: var(--font22);}

@media(max-width:1440px){
.bqxxBox a img{width: 70%;}
}
@media(max-width:1000px){
.deedtext .subtitle{font-size: 14px;margin-bottom: 10px;}
.deedtext p{font-size: 12px; line-height: 1.5;}
.deedtext h4{font-size: 14px;}
.foot_left{display: none;}
.footerbox{display: block;}
.foot_right{width: 100%;text-align: center;}
.bqxxBox{display: block;}
.bqxxBox ul{justify-content: center;padding-bottom: 15px;}
.bqxxBox p{font-size: 14px; line-height: 1.6;text-align: center;}	

}


@media(min-width:1600px){
.foot_left{width: calc(100% - 8.0rem);}
}


@media(min-width:1001px) and (max-width:1599px){
.foot_left{width: calc(100% - 9.0rem);}
}
