header {
    width: 100%;
    margin: 0 auto;
    background-color: #233647
}

@media screen and (min-width:768px) {
    header .top {
        display: block
    }
}

@media screen and (max-width:768px) {
    header .top {
        display: none
    }
}

header .top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff
}

header .top div span {
    color: #ffffff;
    font-size: 14px
}

header .top div span a {
    color: #ffffff;
    font-size: 14px
}

.header{
    padding: 20px 0;
}
.header .tel p{
    text-align: right;
    font-size: 22px;
    
}
.header .tel p strong{
    font-size: 32px;
}


nav {
    height: 100px;
    line-height: 100px
}

@media screen and (min-width:768px) {
    nav .container .row div {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    nav .container .row .logo img {
        max-width: 270px
    }
}

@media screen and (max-width:768px) {
    nav .container .row .logo img {
        max-width: 260px
    }
    
    .header{
        padding:  0;
        position: absolute;
        top: 5vw;
       
    }
    .header .logo img{
        width: 70vw;
    }
    
}

nav .container .row ul.nav li {
    margin-left: 0px
}

@media screen and (min-width:768px) {
    .mobile {
        display: none
    }
}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
        background-color: #00c9a1
    }
    .mobile ul {
        padding: 10px 0px;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center
    }
    .mobile ul li {
        width: 33%;
        height: 21px;
        line-height: 21px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        margin: 5px auto
    }
    .mobile ul li a {
        color: #ffffff
    }
}

.banner .swiper-container {
    width: 100%
}

.banner .swiper-container .swiper-wrapper {
    width: 100%
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%
}

.mbanner {
    display: none;
}

@media screen and (max-width:768px) {
    .banner {
        display: none;
    }
    .mbanner {
        display: block;
        height: auto !important;
    }
    .mbanner .swiper-container {
        width: 100%;
        height: auto !important;
    }
    .mbanner .swiper-slide {
        width: 100%;
        height: auto !important;
    }
    .mbanner .swiper-slide img {
        display: block;
        width: 100%;
        height: auto !important;
    }
}

/*# sourceMappingURL=./commontop.css.map */