.header {
    width: 100%;
    height: 80px;
}

body {
    padding-top: 80px;
    background-color: #f5f5f5 !important;
}

.header-c,
.banner-c,
.wedding-c,
.ornament-c,
.activity-c,
.designers-c,
.footer-c {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0.1px;
}

.header-c img {
    width: 140px;
    height: 44px;
    float: left;
    margin-left: 30px;
    margin-top: 18px !important;
}

.header-c ul {
    float: right;
    height: 100%;
}

.header-c .nav li {
    width: 115px;
    height: 100%;
    float: left;
    margin-left: 5px;
    text-align: center;
}

.header-c .nav li a {
    padding: 0;
}

.header-c .nav li:hover span {
    display: block;
}

.header-c .nav li:hover a {
    color: #000F9F;
}

.header-c #navIds li:hover .navIdsLi{
    display: block;
}

.header-c .mr50 {
    margin-right: 50px;
}

.header-c a {
    line-height: 80px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.header-c .on a {
    color: #000F9F;
}

.header-c .on span{
     display: block;
}

.header-c span {
    display: none;
    width: 40px;
    height: 2px;
    margin-top: -20px;
    margin-left: 38px;
    background-color: #000F9F;
}

.header {
    position: fixed;
    background: #fff;
    z-index: 999;
    transition: all .3s ease-in-out;
    top: 0;
}

#navIds .navIdsLi {
    position:relative;
    display: none;
    margin-top: 18px;
    background: rgba( 0, 0, 0, 0.2);
    padding: 0 0 25px 0;
    border-radius: 0 0 10px 10px;
}

#navIds .navIdsLi div{
    padding: 25px 0 0 0px;
}
#navIds .navIdsLi div a{
    line-height: 0px !important;
}

#navIds .navIdsLi a{
    text-decoration: none;
    color: #fff;
}

#navIds .navIdsLi a:hover{
   color: #0095d9;
}

.header.active {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.footer {
    width: 100%;
    height: 250px;
    background: #100F0F;
    /*background       : url('../img/footerBg.png');*/
    /*background-size  : 100% 100%;*/
    /*background-repeat: no-repeat;*/
    color            : #fff;
}

.footer-c1 {
    flex: left;
    display: inline-block;
}

.footer-c1 span {
    position: relative;
    top: 1px;
}

.footer-c .logo {
    margin-top: 40px;
}

.footer-c .iphone {
    margin-top: 5px;
    font-size: 25px;
    font-weight: bold;
}

.footer-c .iphone span {
    top: 3px;
    margin-left: 10px;
}


.footer-c .locationMain {
    margin-top: 20px;
}

.footer-c .locationMain .location {
    float: left;
}

.footer-c .locationMain .email {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.footer-c2 {
    /* width: 400px; */
    margin-top: 15px;
    display: inline-block;
    float: right;
    display: flex;
    justify-content: space-between;
}

.footer-c2 .footer-c2Img {
    float: left;
    margin-top: 40px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer-c2 .footer-c2Img img {
    width: 100px !important;
    height: 100px !important;

}

.footer-c2 .footer-c2Img span {
    display: inline-block;
    margin-top: 10px;

}


.footer .toup {
    position: fixed;
    display: none;
    z-index: 5;
    right: 40px;
    bottom: 60px;
}

.footer .toup-icon {
    background: rgba(0, 0, 0, 0.2) url(../img/toup-icon.png) no-repeat center center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.footer .phone-icon {
    background: rgba(0, 0, 0, 0.1) url(../img/phone-icon.png) no-repeat center center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.box {
    display: none;
}

.nav-list {
    display: none;
}

.miniShow {
     display: none;
     padding: 20px 0;
}


/* 响应式头部 */
@media (min-width: 768px) {
    
    .nav-list {
        display: none !important;
    }

    .swiper-content {
        display: block !important;
    }
    
    .miniShow {
         display: none;
    }
    .maxShow {
        display: block;
    }
}

/* 响应式头部 */
@media (max-width: 768px) {
    .swiper-content {
        display: none !important;
    }

    .header-c .nav {
        display: none;
    }

    .header-c img {
        margin-left: 15px;
    }

    .header-c,
    .wedding-c,
    .designers-c,
    .footer-c {
        width: 100%;
    }

    .ornament {
        height: 100%;
    }

    .designers-c .list-item {
        margin-right: 0px !important;
    }

    .box {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        transition: .3s linear;
        margin-right: 20px;
        margin-top: 17px;
    }

    .box .line {
        width: 20px;
        height: 2px;
        background: #3D3D3D;
        margin: 5px auto 0;
    }

    .box .line:nth-child(1) {
        margin-top: 13px;
    }

    .active-box .line {
        transition: 0.3s linear;
    }

    .active-box .line:nth-child(1) {
        transform: translateY(7px);
    }

    .active-box .line:nth-child(2) {
        width: 0;
    }

    .active-box .line:nth-child(3) {
        transform: translateY(-7px) rotate(90deg);
    }

    .active-box {
        transform: rotate(45deg);
        transition-delay: 0.3s;
    }

    .close .line {
        transition: 0.3s linear;
    }

    .nav-list {
        /* vh 相对屏幕高度 100vh ==》 屏幕高度100% 1vh ==> 屏幕高度1% */
        height: calc(100vh - 60px) !important;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;

        display: none;
    }

    .header .header-c .nav-list .nav-item {
        margin-left: 0;
        text-align: center;
        height: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .header-c .nav-list .nav-item a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer {
        height: auto !important;
    }

    .footer-c1,
    .locationMain {
        width: 100%;
        text-align: center;
    }

    .footer-c .locationMain .location {
        float: none;
        margin-bottom: 20px;
    }

    .footer-c .locationMain .email {
        float: none;
    }

    .footer-c .footer-c2,
    .footer-c .footer-c2Img {
        float: none;
        display: block;
    }

    .footer .toup {
        right: 20px;
    }


    .miniShow {
         display: block;
    }
    .maxShow {
        display: none;
    }

}