﻿/*底部部分开始*/

.bottom {
    padding: 30px 15px 65px 15px;
    width: 100%;
    background: url("../img/bottom-bg.png") no-repeat center bottom;
    background-size: cover;
}

.bottom ul li {
    float: left;
}

.bottom .footer_link {
    width: 100%;
    font: normal normal normal 14px/30px "Microsoft YaHei";
    height: 30px;
    text-align: center;
}

.bottom .footer_link ul {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom .footer_link ul li {
    height: 30px;
    line-height: 30px;
}
.bottom .footer_link ul li  a{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color:#fff;

}
.bottom .footer_link ul li  span{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color:#fff;

}
.bottom p, .bottom p a {
    width: 100%;
    font: normal normal normal 14px/30px "Microsoft YaHei";
    height: 30px;
    text-align: center;
    color: #fff;
}
/* @media only screen and (max-width:480px){
    .bottom .footer_link{
        text-align: center;
        height: auto;
        }
        .bottom .footer_link ul {
            height: auto;
            display: block;
        }
} */

@media only screen and (max-width:480px){
    .bottom .footer_link ul li {
        overflow: visible;
   }
 .bottom .footer_link ul li a{
     display: inline-block;
     /*width: 20%;*/
    }
     /*底部部分*/
.bottom{
        height: 220px;
        margin: 0 auto;
        font-size: 14px;
         overflow: hidden;
         }

.bottom .footer_link{
    text-align: center;
    height: auto;
    }
.bottom .footer_link ul{
    height: auto;
    display: block;
        }
.bottom .footer_link ul li{
    display:inline-block;
    text-align: center;
    font-size: 12px;
    float:none;
    height: auto;
    }
.bottom p {
    width: 100%;
    font: normal normal normal 12px/30px "Microsoft YaHei";
    height: auto;
    text-align: center;
    }
}
@media only screen and (max-width:375px){
   /*底部部分*/
.bottom{
       height: 220px;
       margin: 0 auto;
       font-size: 14px;
        overflow: hidden;
        }

.bottom .footer_link{
   text-align: center;
   height: auto;
   }
.bottom .footer_link ul{
   height: auto;
   display: block;
       }
.bottom .footer_link ul li{
   display:inline-block;
   text-align: center;
   font-size: 12px;
   float:none;
   height: auto;
   }
.bottom p {
   width: 100%;
   font: normal normal normal 12px/30px "Microsoft YaHei";
   height: auto;
   text-align: center;
   }
}