﻿.footer {
    height: 200px;
    width: 100%;
    background-color: #464243;
    padding: 30px 0 20px 0;
    /* margin-top: 30px; */
}

@media screen and (max-width:993px){
    .footer {
        height: 460px;
        padding-top: 20px;
    }

    .foot_1 {
        padding: 0;
        padding-left: 0 !important;
    }

    .foot_1 p {
        text-align: center;
    }

    .foot_2 {
        margin-top: 20px;
    }

    .foot_3 {
        margin-top: 20px;
    }
}

.foot_1 {
    padding-top: 10px;
    padding-left: 80px;
}

.foot_1 p {
    color: white;
}

.foot_1 p a {
    color: #008ca8;
}

.foot_2 , 
.foot_3 {
    height: 130px;
}


.foot_2 p ,
.foot_3  p{
    /* display: block; */
    color: white;
    text-align: center;
}

.im {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.footer img {
    height: 100%;
    width: 100%;
}


/* 返回顶部 */

/* 
.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #199EB8;
    color: #fff;
    text-align: center;
    font-size: 24px;
    z-index: 100;
  }

.scrolltop span {
    margin-top: 7px;
}
  
.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .85;
  } */