
.foot {

height: 27.5rem; 

  background-size: 100% 100%;
}

.foot .foot-top {
  display: flex;
    background-color: #F6F6F6 ;

  /* justify-content: space-between; */
  padding: 5rem 3.44rem 2.4rem 3.25rem;
}

.foot .foot-top .left {
  margin-right: 10.06rem;
}

.foot .foot-top .left p {
font-size: 1.13rem;
color: #333333;
line-height: 3rem;
  display: flex;
  align-items: center;
}

.foot .foot-top .left p.dz::before {
  content: "";
  display: flex;
  width: 1.25rem;
  height: 1.5rem;
  background-image: url('../images/dz.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.foot .foot-top .left p.phone {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: .9375rem;
  opacity: 1;
}

.foot .foot-top .left p.phone::before {
  width: 1.375rem;
  height: 1.3125rem;
  content: "";
  display: flex;
  background-image: url('../images/dh.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}

.foot .foot-top .left .xl {
  width: 19.8125rem;
  position: relative;
  margin-top: 2.4rem;
}

.foot .foot-top .left .xl p {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 2.625rem;
  background: #FFFFFF;
  font-weight: 400;
  font-size: .875rem;
  color: #333333;
  padding-left: 1.875rem;
  box-sizing: border-box;
}

.foot .foot-top .left .xl p span {
  color: #5C5C5C;
}

.foot .foot-top .left .xl p::after {
  cursor: pointer;
  content: "";
  display: flex;
  height: 100%;
  width: 2.4375rem;
  background: #009D41;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('../images/arr-bot-c.png');
  background-size: .875rem .5rem;
  background-repeat: no-repeat;
  background-position: center;
  /* transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s; */
}

.foot .foot-top .left .xl.active p::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.foot .foot-top .left ul {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 0;
  opacity: 0;
  overflow: auto;
  top: 2.625rem;
  height: max-content;
  justify-content: space-between;
  color: #FFFFFF;
  max-height: 10.5rem;
  z-index: 6666;
  width: 100%;
  transition: all .6s;
  background-color:rgba(0, 0, 0, .4);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.foot .foot-top .left ul li{

  width: 100%;
}
.foot .foot-top .left .xl.active ul {

  opacity: 1;
  z-index: 1;
}

.foot .foot-top .left ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  color: #ffffff;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.foot .foot-top .left ul li a:hover {
  background-color: #fff;
  color: #0D2F8D;
}

.foot .foot-top .center {
  flex: 1;

}

.foot .foot-top .center ul li {
  width: calc(100% / 4);
  min-height: 15.75rem;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, .4);
  float: left;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-start;
}
.foot .foot-top .center ul li:nth-child(2){
}
.foot .foot-top .center ul li p {
font-family: SourceHanSansCN;
width: 11.44rem;
font-weight: 500;
font-size: 1.38rem;
color: #333333;


line-height: 1.88rem;
padding-bottom: 1.25rem;
}
.foot .foot-top .center ul li.ma p{

  text-align: center;
  border-bottom: none;
}
.foot .foot-top .center .items{

  min-width: 13rem;;

}

.foot .foot-top .center .items div{

  min-width: 11.44rem;
}
.foot .foot-top .center .items div:nth-child(1){
    border-top: 0.06rem #959595 solid;
    padding-top:0.75rem;
}
.foot .foot-top .center .items div{
  display:inline-block;


}
.foot .foot-top .center .items div a:nth-child(1){
  margin-right:1.5625rem;
}
.foot .foot-top .center ul li a {
 font-size: 1rem;
color: #333333;
line-height: 2.25rem;
}

.foot .foot-top .center ul li.ma p:first-child {
  width: 8.4375rem;
  height: 8.4375rem;
  background: #FFFFFF;
  padding: .625rem;
  margin-bottom: 0.94rem;
  box-sizing: border-box;
  border-radius: .625rem .625rem .625rem .625rem;
  -webkit-border-radius: .625rem .625rem .625rem .625rem;
  -moz-border-radius: .625rem .625rem .625rem .625rem;
  -ms-border-radius: .625rem .625rem .625rem .625rem;
  -o-border-radius: .625rem .625rem .625rem .625rem;
}

.foot .foot-top .center ul li.ma p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foot .foot-top .center ul li.ma p {
  font-weight: 400;
font-size: 0.88rem;
color: #333333;
line-height: 1.5rem;
padding-bottom: 0;
}

.foot .foot-top .center ul li.ma {
  padding-left: 1.5rem;
  align-items: center;
}

.foot .foot-top .center ul li a:hover {
  color: #0D2F8D;
}

.foot-bot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.56rem 3.25rem;
  background-color: #0D2F8D;
}

.foot-bot .left p,
.foot-bot .left a,
.foot-bot .right a {
  font-weight: 400;
  font-size: .875rem;
  color: rgba(255, 255, 255, .8);
  line-height: 1.875rem;
}

.foot-bot .right a {
  color: rgba(255, 255, 255, .4);
}

@keyframes zoomIn {
  0% {
    opacity: 0.5;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
  }
}



