#zzTop{
    width:100%;
    height:50px;overflow:hidden;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f4f4f4); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #ffffff,  #f4f4f4);        /* IE 10 */
    background:-moz-linear-gradient(top,#ffffff,#f4f4f4);/*»ðºü*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#f4f4f4));/*¹È¸è*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f4f4f4));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #ffffff, #f4f4f4);  /*Opera 11.10+*/
    border-bottom:1px solid #eee;
}
.zzTop_Word{
    width:50%;float:left;
    line-height:50px;
}
.zzTop_Search{
    width:50%;float:left;
}
.zzTop_Search .search{
    width:230px;
    height:30px;
    border:1px solid #008dc9;
    border-radius:20px;
    float:right;
    margin-top:10px;
}
.zzTop_Search .search dt{float:left;}
.zzTop_Search .search dt .input{
    width:180px;
    height:25px;line-height:25px;
    border:0;
    margin-left:20px;
    background:none;
    font-size:12px;
    color:#999;
}
.zzTop_Search .search dt .bnt{
    width:16px;
    height:18px;
    background:url(../Images/bt_search.png);
    border:0;
    margin-top:5px;
}
.zzTop_Logo{
    width:35%;float:left;
}
.zzTop_Logo img{
    max-width:90%;
    max-height:60px;
}
.zzTop_Menu{
    width:65%;float:left;
    font-size:14px;
}
.zzTop_Menu dt{
    float:right;
    padding:0 10px;
    line-height:50px;
}
.zzTop_Menu dd{
    float:right;
    padding:0 5px;
    line-height:50px;
}

#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#banner img{
    width:100%;
}

#zzBottom_Link{
    width:100%;
    height:auto;overflow:hidden;
    background:#1b1b1b;
    padding:40px 0;
}
.zzBottom_List{
    width:25%;float:left;
    height:auto;overflow:hidden;
}
.zzBottom_List dd{
    width:100%;
    height:30px;line-height:30px;
    color:#fff;
}
.zzBottom_List div{
    width:15%;display:block;
    height:5px;
    border-bottom:1px solid #c0a283;
    margin-bottom:10px;
}
.zzBottom_List dt{
    width:100%;
    height:28px;line-height:28px;
    font-size:12px;
    color:#777;
}
.zzBottom_List dt a{color:#cacaca;}
.zzBottom_List dt a:hover{color:#f00;text-decoration:underline;}
.zzBottom_List dt span{font-size:24px;color:#cacaca;}

.zzBottom_List_Contact{
    width:25%;float:left;
    height:auto;overflow:hidden;
}
.zzBottom_List_Contact a{color:#cacaca;}
.zzBottom_List_Contact a:hover{color:#f00;text-decoration:underline;}
.zzBottom_List_Contact .title{
    width:100%;
    height:30px;line-height:30px;
    color:#fff;
}
.zzBottom_List_Contact div{
    width:15%;display:block;
    height:5px;
    border-bottom:1px solid #c0a283;
    margin-bottom:10px;
}
.zzBottom_List_Contact .list{
    width:100%;
    height:auto;line-height:28px;overflow:hidden;
    font-size:12px;
    color:#777;
}
.zzBottom_List_Contact .list span{font-size:24px;color:#cacaca;}
.zzBottom_List_Contact .list dd{
    width:100%;
    height:auto;line-height:28px;overflow:hidden;
    font-size:12px;
    color:#cacaca;
}
.zzBottom_List_Contact .list dd img{width:110px;height:110px;padding:5px 0 0 0;}
.zzBottom_List_Contact .list dt{
    width:100%;
    height:auto;line-height:28px;overflow:hidden;
    font-size:12px;
    color:#cacaca;
}
.zzBottom_List_Contact .list div{
    width:97px;height:30px;
    line-height:30px;
    background:#fff;
    border-radius:20px;
    text-align:center;
    margin-top:10px;
    color:#333;
}
.zzBottom_List_Contact .list div:hover{background:#eee;}


#zzBottom_Copy{
    width:100%;
    height:auto;overflow:hidden;
    background:#1b1b1b;
    text-align:center;
    line-height:25px;
    color:#cacaca;
    font-size:12px;
    border-top:1px solid #cacaca;
    padding:10px 0;
}
#zzBottom_Copy a{color:#cacaca;}
#zzBottom_Copy a:hover{color:#ff0;text-decoration:underline;}

.mobile{display:none;}
.wapTopPadding{display:none;}

@media(max-width:720px) {
    #zzTop{display:none;}
    .wapTopPadding {
        width: 100%;
        height: 55px;
        display: block;
    }
    .zzTop_Menu{display:none;}

    .zzTop_Logo{
        width:100%;
        text-align:center;
        background-color:#fff;
        position:fixed;
        top:0;
        left:0;
        height:45px;
        z-index:99;
        padding-top:10px;
    }
    .zzTop_Logo img {
        max-width: 60%;
        max-height: 45px;
    }
    .zzBottom_List {
        display: none;
    }
    .zzBottom_List_Contact{
        width:90%;
        margin-left:10%;
    }

    /*²Ëµ¥*/
    .mobile {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .mobile-inner-header {
        width: 100%;
        height: 55px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #1f2789;
        height: 55px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 70px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

        .mobile-inner-header-icon:hover {
            background-color: rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .mobile-inner-header-icon span {
            position: absolute;
            left: calc((100% - 25px) / 2);
            top: calc((100% - 1px) / 2);
            width: 25px;
            height: 1px;
            background-color: rgba(0,0,0,1);
        }

            .mobile-inner-header-icon span:nth-child(1) {
                transform: translateY(4px) rotate(0deg);
            }

            .mobile-inner-header-icon span:nth-child(2) {
                transform: translateY(-4px) rotate(0deg);
            }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }

    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            font-weight: 300;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }
}