body{
	background-color: #3B383C;
	height:540px;
}
.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.8;
	background:url('../images/head.png')
}
.header ul li a{
	color:#fff;
}
/*banner*/
#home .swiper-container {
    width: 100%;
    height: 100%;
}

.arrow-down {
    bottom: 40px;
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1000;
    overflow: hidden;

    animation: bounce both 2s infinite;
    -webkit-animation: bounce both 2s infinite;
    -moz-animation: bounce both 2s infinite;
    -ms-animation: bounce both 2s infinite;
    -o-animation: bounce both 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-20px);
    }
    60% {
        -o-transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/*第二块*/
.swiper-container-2 {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #F7B400;
    line-height: 55px;
    text-align: center;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #F7B400;
}

.swiper-button-next i, .swiper-button-prev i {
    color: #F7B400;
    font-size: 36px;
}

.swiper-button-prev i {
    margin-left: -5px;
}

.swiper-button-next:hover i, .swiper-button-prev:hover i {
    color: #fff;
}

.box-content {
    padding: 2em 8.5em 0;
    color: #ffffff;
}

.box-content h1 {
    font-size: 52px;
}

.box-content h2 {
    font-size: 36px;
    margin-top: 15px;
}

.box-content h3 {
    font-size: 48px;
    font-family: "Arial";
}

.box-content h4 {
    font-size: 24px;
    margin-top: 10px;
}

.box-content p {
    font-size: 14px;
    text-align: justify;
    opacity: .7;
    margin-top: 38px;
    line-height: 30px;
}

.box-content .a-last {
    display: block;
    width: 168px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #f7b400;
    color: #f7b400;
    margin-top: 43px;
}

.box-content .a-last:hover {
    color: #ffffff;
    background-color: #f7b400;

}

.about-bg {
    height: 630px;

    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.about-bg-2 {
    height: 630px;
    background: url('../images/index_xsd_05.jpg') no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.home-gallery-img {
    height: 630px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.menu-link h1 {
    text-align: center;
    color: #ffffff;
    font-size: 48px;
}

.menu-link a {
    position: absolute;
    width: 240px;
    height: 240px;
    left: 0;
    right: 0;
    z-index: 100;
    margin: auto;
    top: -120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-link a:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.menu-link a:hover h1 {
    color: #000000;
}

.border-top {
    background-color: #ffffff;
    height: 10px;
    position: absolute;
    top: 0;
    width: 0;
}

.border-bottom {
    background-color: #ffffff;
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 0;
}

.border-left {
    background-color: #ffffff;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 10px;
}

.border-right {
    background-color: #ffffff;
    height: 0;
    top: 0;
    position: absolute;
    right: 0;
    width: 10px;
}

.menu-link.in-view .border-top {
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    width: 100%;
}

.menu-link.in-view .border-bottom {
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
    width: 100%;
}

.menu-link.in-view .border-left {
    height: 100%;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
}

.menu-link.in-view .border-right {
    height: 100%;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
}

.red-line {
    height: 1px;
    border: 1px solid #d43748;
    position: absolute;
    margin: auto;
    width: 0;
    max-width: 470px;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.red-line.in-view {
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s;
    -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s;
    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s;
    width: 100%;
    opacity: 1
}

/*end 中间的边框特效*/
/*合作品牌*/
.dark-gray-bg {
    background-color: #29262B;
    position: relative;
    z-index: 0;
}

.dark-gray-bg .col-sm-12 h2 {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 36px;
}

.dark-gray-bg .full {
    margin-bottom: 20px;
}

.dark-gray-bg .full .img-responsive {
    width: 300px;
    height: 400px;
}

.home-artist {
    overflow: hidden;
    position: relative;
    z-index: 0;
    /*width: 300px;*/
    /*height: 400px;*/
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.home-artist img {
    width: 100%;
    height: 100%;
}

.home-artist:hover {
    position: relative;
    z-index: 50;
    box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.2);

    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.home-artist img {
    position: relative;
    width: 100%;
    z-index: 10;
}

.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 400px;
    line-height: 400px;
    text-align: center;
    opacity: 0;

    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.home-artist:hover .overlay-color {
    background-color: rgba(32, 29, 33, 0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 20;

    display: flex;
    flex-direction: column;
    justify-content: center;

    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;

}

.overlay-color span {
    color: #ffffff;
    font-size: 24px;

}



.flex-active-slide{
    z-index: -1 !important;
}

#banner .slides li,#home,#banner,#banner ul,#banner img{
    z-index:-1 !important;
}


.header{border: 0;}
.header ul li{background: none;}


