.foot {
  width: 100%;
  background: rgb(39, 54, 74);
}
.foot_top{
  width: 100%;
}
.foot_top .rq{
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*border-bottom: 1px solid rgb(50,64,83);*/
}
.foot_top .rq .lef{
  width: 67%;
  padding-top: 68px;
  padding-bottom: 56px;
  border-right: 1px solid rgb(50,64,83);
}
.foot_top .rq .lef .div{
  width: 25%;
  float: left;
}
.foot_top .rq .lef .div a{
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  display: block;
  margin-bottom: 5px;
  /*font-family: "Alibaba_lig";*/
}
.foot_top .rq .lef .div a:hover{
  opacity: 1;
}
.foot_top .rq .lef .div a:first-child{
  font-size: 24px;
  opacity: 1;
  margin-bottom: 26px;
}
.foot_top .rq .rig{
  /*width: 33%;*/
  padding-top: 68px;
  padding-left: 90px;
  background: url(../images/fmap.png) no-repeat left;
  background-size: 100%;

}
.foot_top .rq .rig .p1{
  font-size: 20px;
  color: #ffffff;
}
.foot_top .rq .rig .p2{
  font-size: 48px;
  color: #ffffff;
  /*font-family: "arial";*/
  margin-top: 12px;
  padding-bottom: 14px;
}
.foot_top .rq .rig .p3{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.foot_top .rq .rig .div{
  width: 100%;
  margin-top: 22px;
}
.foot_top .rq .rig .div a{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #364860;
  opacity: 0.5;
  position: relative;
  margin-right: 10px;
}
.foot_top .rq .rig .div a:hover{
  opacity: 1;
}
.foot_top .rq .rig .div a img{
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.foot_top .rq .rig .div a .div1{
  width: 100px;
  height: 0px;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
  transition: height 1s;
}
.foot_top .rq .rig .div a:hover .div1{

  height: 100px;
  z-index: 1;
  opacity: 1;
  padding: 10px;
  
}
.foot_top .rq .rig .div a .div1 img{
  width: 100%;
}
.foot_bot{
  /*padding: 32px 0;*/
}
.foot_bot .mywarp .foot_p:first-child{
    border-top:1px solid rgb(50,64,83);
    border-bottom:1px solid rgb(50,64,83);
    padding:20px 0;
    
}
.foot_bot .mywarp .foot_p:last-child{
    padding:15px 0;
}
.foot_bot p span,
.foot_bot p a{
  font-size: 14px;
  color: #ffffff;
}
.foot_bot p span,
.foot_bot p a{
  opacity: 0.5;
}
.foot_bot p a:hover{
  opacity: 1;
}

@media(max-width:1920px){
    .foot_top .rq .rig{
        width: 33%;
    }
}
@media (max-width: 1459px) {
  .foot_top .rq .lef {
  padding-top: 42px;
  padding-bottom: 36px;
}
.foot_top .rq .lef .div a:first-child {
  font-size: 18px;
  margin-bottom: 16px;
}
.foot_top .rq .lef .div a {
  font-size: 14px;
}
.foot_top .rq .rig {
  padding-top: 40px;
  padding-left: 60px;
}
.foot_top .rq .rig .p1 {
  font-size: 16px;
}
.foot_top .rq .rig .p2 {
  font-size: 32px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.foot_top .rq .rig .p3 {
  font-size: 13px;
  margin-bottom: 4px;
}
.foot_top .rq .rig .div a {
  width: 30px;
  height: 30px;
}
.foot_top .rq .rig .div a img {
  width: 18px;
}
.foot_bot {
  padding: 24px 0;
}
.foot_top .rq .rig .div a:hover .div1{
  height: 60px;
}
.foot_top .rq .rig .div a .div1{
  width: 60px;
  top: 40px;
}
}
@media (max-width: 991px) {
  .foot_top{
   display: none;
 }
 .foot_bot {
  padding-bottom: 70px;
}
}
@media (max-width: 414px) {
  .foot_bot p span{
    display: block;
  }
}
.foot_p{
  color: rgba(255, 255, 255, .5);
}

.foot_p.links{
  max-height: 44px;
  line-height: 22px;
  overflow-y: scroll;
}
.foot_p.links::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.foot_p.links::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    background: rgba(255, 255, 255, .5);
}