﻿.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;}

#zzWapTop{display:none;}

#top{
    width:100%;
    height:auto;overflow:hidden;
    margin:0 auto;
    position:fixed;
    left:0;
    z-index:99;
    transition:all 0.9s;
}
.topbg{
    background:rgba(0,0,0,0.3);
    border-bottom:1px solid #c9a063;
}
.topLogo{
    width:20%;float:left;
    margin-right:5%;
    padding:10px 0;
}
.topLogo img{height:60px;max-width: 100%;}
.topMenu{
    width:55%;float:left;
}
.topMenu li{
    width:19%;
    float:left;
    height:90px;overflow:hidden;
    line-height:90px;
    color:#fff;
    text-align:center;
    font-size:16px;
    transition:all 0.5s;
    position: relative;
}
.topMenu li a{
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    text-decoration: none;
    cursor: pointer;
    color:#fff;
}

    .topMenu li a span {
        position: absolute;
        left: 0;
        width: 100px;
    }

    .topMenu li a span.out {
        top: 0px;
    }

    .topMenu li a span.over,
    .topMenu li a span.bg {
        top: -90px;
    }

        #menu ul li a span.over {
            color: #fff;
            background:#c9a063;
        }



.topTel{
    width:18%;float:right;
    line-height:30px;
    color:#fff;
    text-align:right;
    margin-top:25px;
}
.topTel div{
    display:inline-block;
    border:1px solid #fff;
    padding:5px 15px;
    border-radius:30px;
    font-size:18px;
}
.topTel img{width:25px;}
.topTel a{color:#fff;}

#topWap{display:none;}
.topWapMenu{display:none;}

#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
#banner img{
    width:100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}
#banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background-color: #b2ddff
}

.BannerPage{
    width:100%;
	height:auto;overflow:hidden;
}
.BannerPage img{width:100%;}

.bottomLink{
    width:100%;
    height:auto;
    padding:80px 0;
    background:#000;
}
.bottomLogo{
    width:14%;float:left;
    margin-right: 2%;
}
.bottomLogo img{
    max-width: 90%;
    max-height: 150px;
}
.bottomNav{
    width:70%;float:left;
}
.bottomNav li{
    width:33%;float:left;
}
.bottomNav li h3{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:16px;
    color:#c9a063;
}
.bottomNav li div{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;
    color:#a2a2a2;
    transition:all 0.5s;
}
.bottomNav li div:hover{
    text-indent:10px;
}
.bottomNav li div a{color:#a2a2a2;}
.bottomNav li div a:hover{color:#c9a063;}

.bottomQrCode{
    width:14%;float:left;
    line-height:30px;
    text-align:center;
    color:#fff;
    position:relative;
}
.bottomQrCode img{
    width:130px;
}
.bottomQrCodeList{
    width:120px;
    margin:10px auto 0 auto;
}
.bottomQrCodeList .icon{
    width:60px;
    float:left;
    text-align:center;
    cursor:pointer;
}
.bottomQrCodeList .icon img{
    width:30px;
    border-radius:50%;
}
.bottomQrCodeBig{
    width:200px;
    position:absolute;
    top:0;
    right:0;

}
.bottomQrCodeBig img{
    width:100%;
}

.bottom{
    width:100%;
    height:58px;overflow:hidden;
    background:#c9a063;
    color:#fff;
}
.bottom a{color:#fff;}
.bottomCopy{
    width:60%;float:left;
    line-height:58px;
}
.bottomAddress{
    width:40%;float:left;
    text-align:right;
    line-height:58px;
}

.nav{
    width:100px;
    position:fixed;
    top:30%;
    right:10px;
    z-index:999;
}
.nav li{
    width:20px;
    height:20px;
    background:#eee;
    border-radius:50%;
    margin:20px auto;
    transition:all 0.6s;
}
.nav .hover{
    background:#c9a063;
}

@media(max-width:950px){
    #top{display:none;}

    /*#topWap{
        display:block;
        width:100%;
        height:auto;overflow:hidden;
        position:fixed;
        top:0;
        background:rgba(0,0,0,0.3);
        color:#fff;
        padding:5px 0;
        z-index:99;
    }
    .topWapLogo{
        width:70%;float:left;
    }
    .topWapLogo img{height:50px;margin-left:10px;}
    .topWapNav{
        width:28%;float:left;
        margin-top:10px;
        text-align:right;
        margin-right:2%;
    }
    .topWapNav s{
        display:inline-block;
        width:50px;
        height:2px;
        background:#fff;
        margin-top:5px;
        margin-bottom:5px;
    }
    .topWapMenu{
        display:block;
        width:100%;
        height:100%;overflow:hidden;
        z-index:999;
        background:rgba(0,0,0,0.8);
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        padding-top:80px;
    }
    .topWapMenu li{
        width:100%;
        height:50px;line-height:50px;overflow:hidden;
        color:#fff;
        font-size:18px;
        text-align:center;
        border-bottom:1px solid #ccc;
    }
     .topWapMenu li a{color:#fff;}*/


     #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:5px 0 0 0;
        max-width:550px;
        margin:0 auto;
    }
    .zzWapTop_Logo img{height:40px;}
    .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(0,0,0,0.3);
	    width: 100%;
	    height: 55px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
    }
    .mobile-inner-header-icon{
	    color: #fff;
	    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(255,255,255,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%;
	    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;
        font-size:16px;
    }
    .mobile-inner-nav a:hover{
	    color: rgba(255,255,255,0.4);
	    border-bottom: solid 1px rgba(255,255,255,0.2);
    }
    #zzWapTop_Padding {
        width: 100%;
        height:55px;
        display:block;
    }


    .bottomLink{
        width:100%;
        height:auto;overflow:hidden;
        padding:40px 0;
        background:#000;
        text-align:center;
    }
    .bottomLogo{
        width:100%;float:left;
        text-align:center;
    }
    .bottomNav{
        width:100%;float:left;
    }
    .bottomNav li{
        width:33%;float:left;
    }
    .bottomQrCode{display:none;}
    .bottom{
        height:auto;overflow:hidden;
    }
    .bottomCopy{
        width:100%;
        text-align:center;
        line-height:25px;
        padding-top:10px;
    }
    .bottomAddress{
        width:100%;
        text-align:center;
        line-height:25px;
        padding-bottom:10px;
    }
    .nav{display:none;}



}