
/* reset*/
@import "com.css";
/* common*/
a,
.ani_tran,
.ani_scale {
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
}

.wrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 2000;*/
}

.logo {
    position: relative;
    overflow: hidden;
}

#lefta {
    position: absolute;
    display: block;
    top: 20%;
    left: 20px;
}

#rightb {
    position: absolute;
    display: block;
    top: 20%;
    right: 20px;
}

#rightb img {
    -webkit-animation: change 1s infinite;
    animation: change 1s infinite;
    -moz-animation: change 1s infinite;
}

@keyframes change {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes change {
    0% {
        -moz-transform: scale(.8);
    }

    50% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.8);
    }
}

.fl {
    float: left;
}

#bottomnav {
    position: fixed;
    left: 0px !important;
    bottom: 0px !important;
    width: 100%;
    height: 40px;
    z-index: 1000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 0 -2px 2px #E8E8E8;
    -moz-box-shadow: 0 -2px 2px #E8E8E8;
    box-shadow: 0 -2px 2px #E8E8E8;
}

#bottomnav a {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6b4), to(#017b88));
    background: -moz-linear-gradient(top, #00a6b4, #017b88);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a6b4, endColorstr=#017b88, grandientType=0);
    color: #f6fcfc;
    display: block;
    float: left;
    width: 33.3%;
    height: 100%;
    line-height: 40px;
}

#bottomnav a.free_tel img {
    -webkit-animation: change 1s infinite;
    animation: change 1s infinite;
    -moz-animation: change 1s infinite;
}

#morediv {
    height: 57px;
    width: 93.75%;
    background: url(http://4g.zzwmkqw.net/static/images/pix1.jpg) repeat-x;
    margin: 0 auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    color: #ffffff;
}

#morediv a {
    color: #ffffff;
}

#morediv2 {
    height: 64px;
    width: 93.75%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0098a6), to(#016974));
    background: -moz-linear-gradient(top, #0098a6, #016974);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0098a6, endColorstr=#016974, grandientType=0);
    margin: 0 auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    text-align: center;
    clear: both;
    -webkit-box-shadow: 3px 3px 3px #797A7A;
    -moz-box-shadow: 3px 3px 3px #797A7A;
    box-shadow: 3px 3px 3px #797A7A;
}

#morediv3 {
    height: 65px;
    line-height: 65px;
    width: 93.75%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6b439), to(#d9a51e));
    background: -moz-linear-gradient(top, #e6b439, #d9a51e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6b439, endColorstr=#d9a51e, grandientType=0);
    text-align: center;
    margin: 12px auto 15px;
    font-size: 30px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -webkit-box-shadow: 3px 3px 3px #6E5517;
    -moz-box-shadow: 3px 3px 3px #6E5517;
    box-shadow: 3px 3px 3px #6E5517;
}

.more {
    display: block;
    width: 168px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

#morediv2 p {
    height: 35px;
    line-height: 35px;
    font-size: 32px;
}

#footbar {
    background-color: #F1F2F3;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
}

#address {
    width: 80%;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #5F5F60;
    text-align: center;
}

#address p {
    line-height: 200%;
}

#sma_but {
    width: 100%;
    margin: 0 auto 10px;
}

#sma_but li {
    width: 50%;
    float: left;
}

#smart {
    position: fixed;
    left: 0px !important;
    bottom: 0px !important;
    width: 112px;
    height: 108px;
    background: url(http://4g.zzwmkqw.net/static/images/smart.png) no-repeat;
    background-size: 112px 112px;
    z-index: 900;
    cursor: pointer;
}

#morediv3 a,
.more a,
.number a {
    color: #ffffff;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.nav {
    width: 100%;
    background: #4bb1b2;
    margin: 0px auto 0 auto;
}

.nav dl {
    margin: 0 0 0 0;
    padding: 4% 0;
    width: 20%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.nav dl dd {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
}

.nav dl dd img {
    width: 30%;
}

.nav dl p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    color: #fff;
    font-family: "Microsoft YaHei";
}

.nav1 {
    background: #6dc6c7;
}

.nav2 {
    background: #4bb1b2;
}

.nav3 {
    background: #36a8a9;
}

.nav4 {
    background: #13999b;
}

.nav5 {
    background: #018586;
}

.nav a {
    display: block;
    text-align: center
}

@media (min-width:1024px) {
    #lefta {
        left: 50px;
    }

    #rightb {
        right: 50px;
    }

    #lefta img,
    #rightb img {
        width: 100%
    }
}

@media (min-width:480px) and (max-width:769px) {

    #lefta img,
    #rightb img {
        width: 75%
    }
}

@media (min-width:320px) and (max-width:479px) {
    #lefta {
        left: 10px;
        top: 10%;
    }

    #rightb {
        right: -30px;
        top: 10%;
    }

    #lefta img,
    #rightb img {
        width: 50%;
    }

    #address {
        width: 80%;
    }

    #imgcls1,
    #imgcls2 {
        width: 70%;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .nav dl dd {
        height: 28px;
    }

    .nav dl p {
        line-height: 10px;
        font-size: 12px;
    }
}

@media screen and (min-width:720px) {
    .nav dl dd {
        height: 50px;
    }

    .nav dl p {
        line-height: 35px;
        font-size: 24px;
    }
}

.index-block.dongtai {
    margin-top: 4%;
    margin-top: 4% !important;
}