.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;}

.topLogo{
    width:30%;float:left;
}
.topLogo img{
    max-height:90px;
}
.topMenu{
    width:65%;float:left;
    margin-left:5%;
}
.topMenu li{
    width:12.5%;float:left;
    line-height:90px;
    font-size:16px;
    text-align:center;
    transition:all 0.5s;
}
.topMenu li:hover{
    background:#147ccb;
}
.topMenu li:hover a{color:#fff;}

 #zzWapTop{display:none;}

 .banner{
    width:100%;
    height:auto;overflow:hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{width:100%;}

.BannerPage{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}

.BannerPage img{
    width:100%;
}
.BannerPage h1{
    width:90%;
    position:absolute;
    bottom:100px;
    color:#fff;
    font-size:40px;
    line-height:50px;
    padding-left:10%;
    font-weight:bold;
}
.BannerPage s{
    width:90px;
    height:4px;
    position:absolute;
    bottom:80px;
    background:#fff;
    margin-left:10%;
}
.BannerPage h2{
    width:90%;
    position:absolute;
    bottom:100px;
    color:#fff;
    font-size:40px;
    line-height:50px;
    padding-left:10%;
    font-weight:bold;
}


.bottom{
    width:100%;
    height:auto;overflow:hidden;
    background:#141414;
    padding:10px 0;
}
.bottomLink{
    height:60px;overflow:hidden;
}
.bottomLink li{
    width:11.11%;float:left;
    line-height:60px;
    color:#999;
    text-align:center;
}
.bottomLink li a{
    color:#999;
}
.bottomMiddle{
    height:auto;overflow:hidden;
    border-top:1px solid #202020;
    border-bottom:1px solid #202020;
    padding:40px 0;
}
.bottomMiddle_Left{
    width:30%;float:left;
}
.bottomMiddle_Left a{color:#fff;}
.bottomMiddle_Left h3{
    width:100%;
    line-height:50px;
    color:#fff;
    font-size:30px;
}
.bottomMiddle_Left h3 span{font-size:30px;}
.bottomMiddle_Left h4{
    display:inline-block;
    padding:0 20px;
    line-height:30px;
    background:#f00;
    color:#fff;
    font-size:16px;
}
.bottomMiddle_Left s{
    display:block;
    height:2px;
    background:#666;
    width:30px;
    margin-top:20px;
}
.bottomMiddle_Middle{
    width:40%;float:left;
    color:#666;
}
.bottomMiddle_Right{
    width:30%;float:left;
    text-align:center;
}
.bottomMiddle_Right img{
    max-width:150px;
}

.bottomCopy{
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    padding:10px 0;
    text-align:center;
}


@media(max-width:720px){
    .topLogo{display:none;}
    .topMenu{display:none;}


    .swiper-button-next,.swiper-button-prev {display:none;}
    .mtb30 {margin-top: 10px;margin-bottom: 10px;}
    .mtb50{ margin-top:20px; margin-bottom:20px;}

    #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:0 0 0 0;
        max-width:550px;
        margin:0 auto;
    }
    .zzWapTop_Logo img{height:55px;}
    .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%;
	    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);
    }
    #zzWapTop_Padding {
        width: 100%;
        height:55px;
        display:block;
    }


    .BannerPage h1{
        width:90%;
        position:absolute;
        top:10px;
        color:#fff;
        font-size:24px;
        line-height:50px;
        padding-left:10%;
        font-weight:bold;
    }
    .BannerPage s{
        width:40px;
        height:4px;
        position:absolute;
        top:70px;
        background:#fff;
        margin-left:10%;
    }
    .BannerPage h2{
        width:90%;
        position:absolute;
        top:10px;
        color:#fff;
        font-size:24px;
        line-height:50px;
        padding-left:10%;
        font-weight:bold;
    }


    .bottomLink{
        height:auto;
    }
    .bottomLink li{
        width:33%;float:left;
        line-height:50px;
        color:#999;
        text-align:center;
    }
    .bottomMiddle_Left{
        width:100%;float:left;
    }
    .bottomMiddle_Middle{
        width:100%;float:left;
        margin-top:20px;
    }
    .bottomMiddle_Right{display:none;}

}