﻿@media screen and (max-width: 780px){
    
    .logo-img{
        height:40px;
        margin-top: 5px;
    }
    .head {
        height: 80px;
    }
    .header{
        height:80px;
        padding-top: 15px;
    }
    header#amz-header ul {
        width:110px;
        position: fixed;
        top:34px;
        right:7px;
        z-index: 200;
        background-color: #0e90d2;
    }
    header#amz-header ul li{
        width:110px;
        text-align: center;
        margin-bottom: 5px;
    }
    header#amz-header ul li a{
        color:#fff;
    }
    header#amz-header ul li:hover{
        background-color: #18748c;
    }
    .header [class*=am-icon-]:before {
        font-size: 19px;
    }
    
    #amz-header .am-btn {
        position: fixed;
        top:15px;
        right:12px;
        z-index: 500;
    }
    
    .footer {
        width:100%;
        margin-top: 20px;
    }
    .footer-text {
        font-size: 12px;
        color:#646464;
        height:98px;
        margin-top: 31px;
    }
    .c-footer{
        height:160px;
        background: #0a4c87 url("../image/foot-bg-phone.png") top center no-repeat;
    }
    .footer-par-con {
        height: 36px;
    }
    .c-footer-fl{
        float: none;
    }
}