@import url("online.css");
.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;}
.mr10{margin-right:10px;}
.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;}

#top{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.topLogo{
    width:30%;float:left;
}
.topLogo img{height:60px;}
.topSearch{
    width:40%;float:left;
}
.search{
    width:300px;
    height:44px;overflow:hidden;
    margin:10px auto 0 auto;
}
.search li{float:left;}
.search .input{
    width:193px;
    height:42px;
    line-height:42px;
    border:1px solid #009d7e;
    text-indent:40px;
    background-image:url(../Images/search_icon.png);
    background-repeat:no-repeat;
    background-size:25px 25px;
    background-position:5px 8px;
    color:#999;
}
.search .bnt{
    width:100px;
    height:44px;line-height:44px;
    color:#fff;
    background:#009d7e;
    text-align:center;
    border:0;
}

.topTel{
    width:20%;float:left;
    background-image:url(../Images/top_tel.png);
    background-repeat:no-repeat;
    background-size:contain;
    padding-left:5%;
    color:#999;
    font-size:12px;
    font-style:italic;
    margin-left:5%;
}
.topTel h3{color:#009d7e;font-size:24px;font-style:italic;}
#zzWapTop{display:none;}

.topMenu{
    width:100%;
    height:50px;overflow:hidden;
    background:#009d7e;
}
.topMenu li{
    width:14%;
    float:left;
    line-height:50px;
    text-align:center;
    color:#fff;
}
.topMenu li:hover{background:#e79348}
.topMenu li a{color:#fff;}
.topMenu li a:hover{color:#ff0;}

.bottomContact_List{
    width:100%;
    height:auto;overflow:hidden;
}
.bottomContact_List li{
    width:33%;float:left;
    text-align:center;
}
.bottomContact_List li .icon{
    width:100%;
}
.bottomContact_List li .icon img{width:50px;}
.bottomContact_List li .title{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    font-size:16px;
}
.bottomContact_List li .content{
    width:80%;
    height:auto;overflow:hidden;
    line-height:25px;
    color:#666;
    font-size:13px;
    margin:5px auto;
}

.bottom{
    width:100%;
    height:auto;overflow:hidden;
    background:#2f2f2f;
}
.bottom_Link{
    height:40px;line-height:40px;overflow:hidden;
    text-align:center;
    color:#999;
    font-size:12px;
    margin-top:20px;
}
.bottom_Link a{color:#999;margin:0 10px;}
.bottom_Link a:hover{color:#ff0;}

.bottom_Copy{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    margin:0px auto 20px auto;
    color:#666;
    text-align:center;
    font-size:12px;
}
.bottom_Copy a{color:#999;}
.bottom_Copy a:hover{color:#f30;}
#bottomTel{display:none;}

@media(max-width:900px){
    #top{display:none;}
    .topMenu{display:none;}
    #zzWapTop{
        width:100%;
        position:fixed;
        top:0;
        margin:0 auto;
        z-index:999;
        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:35px;}
.mobile{
	    width: 100%;
	    float: left;
        max-width:750px;
        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;
    }

        #cmsFloatPanel {
        display: none;
    }

    #bottomTel {
        display: block;
        position: fixed;
        bottom: 20%;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: rgba(0,157,126,0.5);
        border-radius: 50%;
        z-index: 999;
    }

        #bottomTel i {
            color: #fff;
            font-size: 30px;
        }
}