.topLogo {
    width: 25%;float:left;
    float: left;
    margin-right:5%;
}
.topLogo img{
    max-width:90%;
    max-height:60px;
}
.topMenu {
    width: 70%;
    float: left;
}
    .topMenu .m {
        width: 2%;
        float: left;
        line-height: 30px;
        font-style: italic;
        color: #5f5f5f;
    }
    .topMenu li {
        width: 12.5%;
        float: left;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
    }
        .topMenu li span {
            color: #f00;
        }
        .topMenu li a {
            color: #5f5f5f;
        }
            .topMenu li a:hover {
                color: #f00;
            }


.bottom{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/bottomBg.jpg);
    background-position:center;
    background-size:cover;
    padding:50px 0 0 0;
}
.bottomLogo{
    width:100%;
    text-align:center;
}
.bottomLogo img{
    max-width:260px;
}
.bottomContact {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #696969;
    padding-bottom:40px;
    margin:50px auto 70px auto;
}
.bottomContact li{
    width:25%;float:left;
    height:auto;overflow:hidden;
    color:#fff;
    line-height:28px;
}
    .bottomContact li a{color:#fff;}
    .bottomContact li img {
        width: 50px;
    }

.bottomAdvantage{
    width:100%;
    height:auto;overflow:hidden;
}
.bottomAdvantage li{
    width:25%;float:left;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#fff;
}
    .bottomAdvantage li div{
        float:left;
        margin-right:10px;
    }
    .bottomAdvantage li div img{
        width:50px;
    }


    .bottomCopy {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        color: #999;
        text-align: center;
        margin: 70px auto 20px auto;
        font-size: 12px;
    }
        .bottomCopy a{color:#ff0;}


/*Top*/
.actGotop{position:fixed; _position:absolute; bottom:100px; right:50px; width:50px; height:50px; display:none;}
.top {
	position:fixed;
	right:15px;
	bottom:15px;
	width:50px;
	height:25px;
	padding-top:25px;
	line-height:25px;
	background:#444;
	color:#888;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.top:before {
	position:absolute;
	top:11px;
	left:14px;
	content:"";
	border-bottom:11px solid #888;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
}

.top:hover {
	color:#eee;
}

.top:hover:before {
	border-bottom-color:#eee;
}

.opacity .top {
	opacity:1;
	-webkit-transition:opacity 700ms linear;
	-moz-transition:opacity 700ms linear;
	transition:opacity 700ms linear;
}
.opacity .top.hidden {
	opacity:0;
}
.no-opacity .top.hidden {
	display:none;
}

#zzWapTop{display:none;}
#zzWapTop_Padding{display:none;}
@media(max-width:720px) {
    #top{display:none;}

    #zzWapTop {
        width: 100%;
        position: fixed;
        top: 0;
        margin: 0 auto;
        z-index: 9999;
        display: block;
    }

    .zzWapTop_Logo {
        width: 90%;
        position: fixed;
        top: 0;
        z-index: 1000;
        text-align: center;
        padding: 10px 0 0 0;
        max-width: 550px;
        margin: 0 auto;
    }

        .zzWapTop_Logo img {
            height: 35px;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }

        .bottomLogo img {
            max-width: 200px;
        }

    .bottomContact {
        text-align:center;
        margin-bottom:20px;
    }

        .bottomContact li {
            width: 50%;
            float: left;
            height: auto;
            overflow: hidden;
            color: #fff;
            line-height: 25px;
        }

        .bottomAdvantage li {
            width: 97.5%;
            height: auto;
            overflow: hidden;
            line-height: 30px;
            color: #fff;
            border:1px dashed #ccc;
            padding:10px 0;
            margin:10px 1%;
        }
    .bottomCopy{margin-top:10px;}

    .mobile {
        width: 100%;
        float: left;
        max-width: 720px;
        margin: 0 auto;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        position: relative;
    }

    .mobile-inner-header {
        background-color: rgba(255,255,255,1);
        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: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 50px;
            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);
            }
}