.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}

#topIndex {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    color:#fff;
}
    #topIndex a {
        color: #fff;
    }

#top {
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
    #top a {
        color: #333;
    }

.topPadding{
    width:100%;
    height:80px;
}

.topDropSearch {
    display: none;
}

.topLogo{
    width:20%;
    float:left;
}
.topLogo img{
    max-height:55px;
    max-width:100%;
}
.topMenu{
    width:60%;float:left;
}
/*layuiÀ©Õ¹*/
#topIndex .layui-nav .layui-nav-child a {
    color: #5f5f5f;
}
.topMenu .layui-nav .layui-nav-item a {
    padding:0 30px;
}

.layui-nav .layui-this::after, .layui-nav-bar{
    background-color:#334099;
}
.layui-nav .layui-nav-child a:hover {
    background-color: #ccc;
    color: #fff;
}

.topMenu .layui-nav {
    background: transparent;
}
        .topMenu .layui-nav * {
            font-size: 16px;
        }

.layui-collapse{
    border:0;
}
.layui-colla-notitle {
    background:rgba(0,0,0,0.9);
    color: #fff;
    font-size: 18px;
    text-indent: 15px;
}
.layui-colla-notitle a{color:#fff;}
.layui-colla-title {
    background-color: #333;
    color: #Fff;
    font-size: 18px;
}
.layui-colla-title a{color:#fff;}
.layui-colla-icon{
    color:#fff;
}
.layui-colla-content, .layui-colla-item {
    border: 0;
}
.layui-colla-sublist{
    width:100%;
    text-indent:20px;
}

.topSearch {
    width: 10%;
    float: left;
    height: 55px;
    line-height: 55px;
}
.topSearch:hover{
    cursor:pointer;
}

.topLanguage {
    width: 10%;
    float: left;
    height: 55px;
    line-height: 55px;
}
.topLine{
    width:100%;
    border-top:1px solid #eee;
    height:5px;
}
/*ËÑË÷µ¯´°*/
.topPopupSearch {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0 auto;
}
.topPopupSearchInput{
    width:60%;float:left;
}
.topPopupSearchInput input{
    width:98%;
    height:40px;line-height:40px;
    text-indent:20px;
    border:1px solid #eee;
}
.topPopupSearchButton{
    width:40%;float:left;
}
    .topPopupSearchButton button {
        width: 98%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #334099;
        color: #fff;
        border: 1px solid #334099;
    }

/*µ×²¿*/
.bottomAd {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../Images/bottomBg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 0 300px 0;
}
.bottomContent {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.bottomContent img{
    max-width:100%;
}
.bottomContent h3{
    width:100%;
    font-size:20px;
    color:#000;
    height:auto;
    line-height:30px;
    margin:40px auto 20px auto;
}
.bottomContent h4{
    width:100%;
}
    .bottomContent h4 a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        background-color: #e06619;
        color:#fff;
        padding:0 40px;
        transition:all 0.5s;
    }

    .bottomContent h4 a span {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        display:inline-block;
    }
     .bottomContent h4 a:hover{
         background-color:#334099;
     }

.bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #334099;
    padding: 60px 0 30px 0;
}
.bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #5563c4;
    padding-top: 20px;
    color: #d1d1d1;
}
.bottomCopy  a{color:#fff;}
.bottomCopyLeft{
    width:70%;float:left;
}
.bottomCopyRight{
    width:30%;float:left;
}
.bottomCopyRight li{
    float:right;
    margin-right:10px;
}
#zzWapTop{display:none;}
@media(max-width:720px) {
    #topIndex{display:none;}
    #top{display:none;}
    .topPadding{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: 8px 0 0 0;
        max-width: 550px;
        margin: 0 auto;
    }

        .zzWapTop_Logo img {
            height: 40px;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }

    .bottomContent {
        width: 90%;
    }
    .bottomCopyLeft {
        width: 100%;
        float: left;
    }

    .bottomCopyRight {
        width: 100%;
        float: left;
    }

    .mobile {
        width: 100%;
        float: left;
        max-width: 900px;
        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: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            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;
            color:#fff;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }
}