#top {
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
}
#topPadding {
    width: 100%;
    height: 85px;
}
.topLogo {
    width: 35%;
    float: left;
    padding: 10px 0;
    transition:all 0.5s;
}

    .topLogo img {
        height: 65px;
    }

.topMenu{
    width:55%;float:left;
}
    .topMenu li{
        width:16.66%;float:left;
        line-height:85px;
        transition:all 0.5s;
        text-align:center;
    }
        .topMenu li:hover{
            background-color:#0152ad;
            color:#fff;
        }
            .topMenu li:hover a{color:#fff;}

            .topSearch {
                width: 10%;
                float: left;
            }



.searchIcon {
    width: 100%;
    text-align: center;
    line-height: 85px;
    transition: all 0.5s;
}
    .searchIcon:hover{cursor:pointer;}
    .searchIcon span {
        font-size: 20px;
    }

    .topSearch .search {
        width: 300px;
        background-color:#fff;
        height: 40px;
        border: 1px solid #eee;
        border-radius: 20px;
        margin-top: 15px;
        z-index:9999;
        position:fixed;
        top:75px;
        right:200px;
    }

        .topSearch .search li {
            float: left;
        }

            .topSearch .search li .input {
                width: 240px;
                line-height: 40px;
                text-indent: 10px;
                border: 0;
                margin-left: 20px;
                color: #999;
                font-size: 12px;
            }

            .topSearch .search li .bnt {
                width: 20px;
                height: 20px;
                line-height: 20px;
                background: url(../Images/search.png);
                background-repeat: no-repeat;
                border: 0;
                background-size: cover;
                margin-top: 10px;
            }

.topTel {
    width: 20%;
    float: left;
}

    .topTel div {
        float: right;
        background-image: url(../Images/top_tel.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        font-size: 12px;
        color: #999;
        padding-left: 55px;
        line-height: 30px;
    }

        .topTel div span {
            font-size: 30px;
            color: #0152ad;
            font-style: italic;
        }


#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-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-slide img {
    width: 100%;
}


.bottomContact {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #002c5d;
    padding: 40px 0;
}
.bottomContactMap{
    width:68%;float:left;
    text-align:center;
    margin-right:2%;
}
.bottomContactMap img{width:100%}
    .bottomContactMap #baiduMap {
        width: 100%;
        height: 400px;
    }
.bottomContactContact{
    width:30%;float:left;
    color:#83b5ed;
    padding-top:20px;
}
.bottomContactContact li{
    width:100%;
    height:30px;line-height:30px;
}
.bottomContactContact li a{color:#6094ce;text-decoration:underline;}
.bottomContactContact li a:hover{color:#ff0;}
.bottomContactContact li img{
    width:140px;
    margin-top:10px;
}

.bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    background-color: #02162c;
    color: #466f9d;
}
    .bottomCopy a {
        color: #466f9d;
    }
#wapLogo{display:none;}
#wapPadding {
    display: none;
}
.nav__trigger{display:none;}
.nav {
    display: none;
}

@media(max-width:720px) {
    #top{display:none;}
    #topPadding{display:none;}

    #wapLogo{
        width:100%;
        text-align:center;
        padding-top:5px;
        position:fixed;
        top:0;
        left:0;
        z-index:9;
        display:block;
        background-color:#fff;
    }
    #wapLogo img{
        height:45px;
    }
    #wapPadding{
        width:100%;
        height:60px;
        display:block;
    }


    .bottomContactMap {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

        .bottomContactMap #baiduMap {
            width: 100%;
            height: 300px;
        }

    .bottomContactContact {
        width: 94%;
        margin-left:3%;
    }
        .bottomContactContact li {
            width: 100%;
            height: auto;
        }

    .bottomCopy {
        width: 90%;
        padding: 10px 5%;
    }



    .nav {
        position: absolute;
        z-index: 100;
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        display: block;
    }

    .nav--active .nav {
        opacity: 1;
        background: rgba(0,0,0,0.8);
    }

    .nav__list {
        width:90%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .nav__list li{
        list-style-type: none;
        text-indent:30px;
        color:#fff;
        line-height:40px;
        border-bottom:1px solid #666;
        margin-bottom:20px;
        margin-top:20px;
    }

    .nav__link {
        font-size: 1.3em;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
        opacity: 1;
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }

    .nav__trigger {
        display: block;
        position: fixed;
        width: 30px;
        height: 25px;
        right: 10px;
        top: 25px;
        z-index: 200;
    }

    .nav--active .nav__trigger {
        opacity: 0.5;
    }

    .nav__icon {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: #999;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

        .nav__icon:before,
        .nav__icon:after {
            content: '';
            display: block;
            width: 30px;
            height: 2px;
            position: absolute;
            background: #999;
            -webkit-transition-property: margin, -webkit-transform;
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-property: margin, transform, -webkit-transform;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
        }

        .nav__icon:before {
            margin-top: -10px;
        }

        .nav__icon:after {
            margin-top: 10px;
        }
    /* Don't nest if you don't have to. */
    /**
* Style #1
*/
    .style-1 .nav {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        height: 100%;
        position:fixed;
        top:0;
        left:0;
    }

    .style-1 .nav__link {
        opacity: 0;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .style-1 .nav--active .nav__link {
        opacity: 1;
    }

    .style-1 .nav--active .nav {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .style-1 .nav--active .nav__icon {
        background: rgba(0, 0, 0, 0);
    }

        .style-1 .nav--active .nav__icon:before {
            margin-top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .style-1 .nav--active .nav__icon:after {
            margin-top: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }






}