@media screen and (max-width: 320px){
   .footer{
        display: none;
    }
    .phone_footer{
        width: 100%;
        background: #005dc9;
        color: rgba(255, 255, 255, 0.8);
    }
    .phone_footer_msg{
        width: 96%;
        height: 150px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 6%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
    }
    .phone_footer_msg img{
        width: 122px;
        height: 100px;
        margin-left: 10px;
    }
    .phone_footer_msg ul{
        height: 100px;
        padding-left: 3%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
     }
     .phone_footer_msg ul li{
        list-style-type: none;
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.3rem;
        width: 100%;
     }
     .phone_footer_msg ul li a{
         color: unset;
     }
    .phone_footer .content{
        width: 82%;
        height:120px;
        margin: 0 auto;
        text-align: center;
        font-family: "Microsoft YaHei";
        line-height: 36px;
        padding: 25px 0 0;
        font-size: 1.2rem;
        margin-bottom: 64px;
        clear: both;
        color: rgba(255,255,255,.6);
   }
   .footer_menu{
       width: 100%;
       height: 65px;
       background: #002973;
       position: fixed;
       bottom: 0;
       left: 0;
       z-index: 999;
   }
   .footer_menu ul{
       margin:0;
       padding: 0;
   }
   .footer_menu ul li{
    float: left;
    width: calc((100% - 3px)/4);
    height: 65px;
    list-style: none;
    line-height: 65px;
    text-align: center;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255,255,255,0.6);
    font-size: 1.7rem;
   }
   .footer_menu ul li a{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
   }

}
@media screen and (min-width: 321px) and (max-width: 500px){
    .footer{
        display: none;
    }
    .phone_footer{
        width: 100%;
        background: #005dc9;
        color: rgba(255, 255, 255, 0.8);
    }
    .phone_footer_msg{
        width: 96%;
        /* height: 150px; */
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 6%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        align-items: center; 
    }
    .phone_footer_msg img{
        width: 140px;
        height: 60px;
        /* margin-left: 10px; */
    }
    .phone_footer_msg ul{
        height: 100px;
        padding-left: 3%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
     }
     .phone_footer_msg ul li{
        list-style-type: none;
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.3rem;
        width: 100%;
     }
     .phone_footer_msg ul li a{
         color: unset;
     }
    .phone_footer .content{
        width: 82%;
        height:120px;
        margin: 0 auto;
        text-align: center;
        font-family: "Microsoft YaHei";
        line-height: 36px;
        padding: 25px 0 0;
        font-size: 1.2rem;
        margin-bottom: 64px;
        clear: both;
        color: rgba(255,255,255,.6);
   }
   .footer_menu{
       width: 100%;
       height: 65px;
       background: #002973;
       position: fixed;
       bottom: 0;
       left: 0;
       z-index: 999;
   }
   .footer_menu ul{
       margin:0;
       padding: 0;
   }
   .footer_menu ul li{
    float: left;
    width: calc((100% - 3px)/4);
    height: 65px;
    list-style: none;
    line-height: 65px;
    text-align: center;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255,255,255,0.6);
    font-size: 1.7rem;
   }
   .footer_menu ul li a{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
   }

}
@media screen and (min-width: 500px) and (max-width: 980px){
    .footer{
        display: none;
    }
    .phone_footer{
        width: 100%;
        background: #005dc9;
        color: rgba(255, 255, 255, 0.8);
    }
    .phone_footer_msg{
        width: 96%;
        height: 177px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 6%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
    }
    .phone_footer_msg img{
        width: 122px;
        height: 100px;
        margin-left: 10px;
    }
    .phone_footer_msg ul{
        height: 100px;
        padding-left: 3%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
     }
     .phone_footer_msg ul li{
        list-style-type: none;
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.6rem;
        width: 100%;
     }
     .phone_footer_msg ul li a{
         color: unset;
     }
    .phone_footer .content{
        width: 82%;
        height:120px;
        margin: 0 auto;
        text-align: center;
        font-family: "Microsoft YaHei";
        line-height: 36px;
        padding: 30px 0 0;
        font-size: 1.6rem;
        margin-bottom: 64px;
        clear: both;
        color: rgba(255,255,255,.6);
   }
   .footer_menu{
       width: 100%;
       height: 65px;
       background: #002973;
       position: fixed;
       bottom: 0;
       left: 0;
       z-index: 999;
   }
   .footer_menu ul{
       margin:0;
       padding: 0;
   }
   .footer_menu ul li{
    float: left;
    width: calc((100% - 3px)/4);
    height: 65px;
    list-style: none;
    line-height: 65px;
    text-align: center;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255,255,255,0.6);
    font-size: 2rem;
   }
   .footer_menu ul li a{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
   }

}
@media screen and (min-width: 1151px){
    .phone_footer{
        display: none;
    }
    .footer {
        width: 100%;
        background: #1b76bc;
        margin-top: 4%;
    }
    .footer .link {
        width: 1082px;
        height: 63px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer .link div {
        color: rgba(255, 255, 255, 1);
        font-size: 1.4rem;
        line-height: 63px;
    }
    .footer .link a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 63px;
    }
     .footer .S_ {
        width: 1082px;
        margin-top: 4%;
        margin-left: calc((100% - 1082px)/2);
        height: 145px;
    }
    .footer .S_ .footer_model{
        width: 33%;
        float: left;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
    .footer .S_ .footer_model:nth-last-child(1){
        border-right:none;
    }
    .footer .S_ .footer_model:nth-child(1) img{
        width:306px;
        margin-top: 3%;
    }
    .footer .S_ .footer_model ul {
       margin:0;
       padding-left: 11%;
        display: flex;
        flex-direction: column;
    }
    .footer .S_ .footer_model ul li {
        line-height: 30px;
        color: #ffffff;
        list-style-type: none;
        font-size: 1.4rem;
    }
    .footer .S_ .footer_model ul li a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4rem;
        text-decoration: none;
    }
    .footer .S_ .footer_model ul li img {
        width: 14px;
        height: 16px;
        margin: -1% 3%;
    } 
    .footer_model div{
        display: flex;
        flex-direction: column;
        float: right;
        margin-left: 15%;
        margin-top: 2%;
        
    }
    .footer_model div img{
        width:102px;
        height: 102px;
    }
    .footer_model div a{
        text-align: center;
        font-size: 1.4rem;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.8)
    }
    .copyright {
        width: 1082px;
        margin-top: 3%;
        margin-left: calc((100% - 1082px)/2);
        height: 64px;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .copyright span:nth-child(1){
        display: block;
        float: left;
        line-height: 64px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4rem;
        word-spacing: 1px;
    }
    .copyright span:nth-child(2){
        display: block;
        float: right;
        line-height: 64px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4rem;
        word-spacing: 1px;
    }
}
@media screen and (min-width: 981px) and (max-width: 1150px){
    .phone_footer{
        display: none;
    }
    .footer {
        width: 100%;
        background: #1b76bc;
        margin-top: 4%;
    }
    .footer .link {
        width: 80%;
        height: 63px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer .link div {
        color: rgba(255, 255, 255, 1);
        font-size: 1.3rem;
        line-height: 63px;
    }
    .footer .link a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 1.3rem;
        line-height: 63px;
    }
     .footer .S_ {
        width: 80%;
        margin-top: 4%;
        margin-left: 10%;
        height: 145px;
    }
    .footer .S_ .footer_model{
        width: 33%;
        float: left;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
    .footer .S_ .footer_model:nth-last-child(1){
        border-right:none;
    }
    .footer .S_ .footer_model:nth-child(1) img{
        width: 90%;
        margin-top: 3%;
    }
    .footer .S_ .footer_model ul {
       margin:0;
       padding-left: 2%;
        display: flex;
        flex-direction: column;
    }
    .footer .S_ .footer_model ul li {
        line-height: 30px;
        color: #ffffff;
        list-style-type: none;
        font-size: 1.3rem;
    }
    .footer .S_ .footer_model ul li a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.3rem;
        text-decoration: none;
    }
    .footer .S_ .footer_model ul li img {
        width: 14px;
        height: 16px;
        margin: -1% 3%;
    } 
    .footer_model div{
        display: flex;
        flex-direction: column;
        float: right;
        margin-left: 15%;
        margin-top: 2%;
        
    }
    .footer_model div img{
      width: 70px;
      height: 70px;
    }
    .footer_model div a{
        text-align: center;
        font-size: 1.3rem;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.8)
    }
    .copyright {
        width: 80%;
        margin-top: 3%;
        margin-left: 10%;
        height: 64px;
        border-top: 1px solid rgba(255,255,255,.3);
    }
    .copyright span:nth-child(1){
        display: block;
        float: left;
        line-height: 64px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.3rem;
        word-spacing: 1px;
    }
    .copyright span:nth-child(2){
        display: block;
        float: right;
        line-height: 64px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.3rem;
        word-spacing: 1px;
    }  
}
