body {
    background-color: #fff;
    background-image: url(../img/exclusive/bgCenterWhite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.aniBg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*    background-image: url(../img/exclusive/bgCenterWhite.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    /*
    animation-duration: 3s;
    animation-delay: 1s;
*/
}





/************************************* banner *************************************/

.banner {
    position: relative;
    z-index: 1;
    background-image: url(../img/exclusive/bannerBG.jpg);
    background-size: cover;
    background-position: center center;
}

.banner .titleSet {
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner .titleSet h2 {
    margin-bottom: 0px;
}

.banner .titleSet .siteMap {
    margin-bottom: 15px;
}

.banner .titleSet .siteMap p,
.banner .titleSet .siteMap p a {
    color: #fff;
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p a:hover {
    opacity: 0.8;
}

.banner .titleSet .myBtn {
    margin-left: 7px;
    margin-right: 7px;
}


/************************************* all *************************************/

.h2Container {
    margin-bottom: 15px;
    margin-top: 30px;
}

.h2Container h2 {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    color: #be9e5a;

}

.h2Container img {
    vertical-align: middle;
    width: 23px;
    height: auto;
    position: relative;
    top: -2px;
}


.boxShadow {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}


.footer,
.footerD {
    position: relative;
}



h5.whiteBold {
    color: #fff !important;
    font-weight: bold;
}
h5.blackBold {
    color: #000 !important;
    font-weight: bold;
}



/************************************* section *************************************/

.section .container {
    /*    border:1px solid red;*/
    margin-top: 300px;
    height: 600px;
    margin-bottom: 300px;
}

.section .container .row {
    height: 100%;
}



.section1_1 {
    color: #fff;
}


.section1_1 .container h2,
.section1_1 .container h3 {
    color: #e3c68b;
}

.section1_1 ul li a{
    color: #e3c68b;
}
.section1_1 ul li a:hover{
    text-decoration: underline;
}



.section1_2 {
    color: #333333;
}


.section1_2 .container h2,
.section1_2 .container h3 {
    color: #be9e5a;
}


.section1_3 {
    color: #fff;
}


.section1_3 .container h2,
.section1_3 .container h3 {
    color: #e3c68b;
}

.section1_4 .container h2 {
    font-size: 50px;
    color: #be9e5a;
}

.s1_4Title {
    width: 325px;
    width: 355px;
    height: auto;
}

.section1_5 {
    color: #fff;
}


.section1_5 .container h5 {
    color: #e3c68b;
}




.section1_2 {
    color: #333333;
}


.section1_6 .container h5 {
    color: #be9e5a;
}


.section1_7 {
    color: #fff;
}


.section1_7 .container h5 {
    color: #e3c68b;
}

.section1_8 .container h5 {
    color: #be9e5a;
}

.section1_9 .container h2 {
    color: #e3c68b;
}

.section1_9 a:hover .myBtn {
    opacity: 0.8;
}


.section2_1 {
    color: #fff;
}


.section2_1 .container h2 {
    color: #e3c68b;
}


.section2_2 {
    color: #333333;
}


.section2_2 .container h2 {
    color: #be9e5a;
}


.section2_3 {
    color: #fff;
}


.section2_3 .container h2 {
    color: #e3c68b;
}


.section2_4 {
    color: #333333;
}


.section2_4 .container h2 {
    color: #be9e5a;
}

.section2_5 {
    color: #fff;
}


.section2_5 .container h2 {
    color: #e3c68b;
}

.section4 {
    color: #fff;
}



/************************************* slider *************************************/
.section.sliderArea .container {
    margin-top: 300px;
    height: inherit;
    margin-bottom: 0px;
}

.section.sliderArea .container .row {
    height: inherit;
}


.sliderArea {
    position: relative;
}


.marquee {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

.marquee .oneCase {
    position: relative;
    float: left;
    width: 375px;
    height: 249px;
}

.marquee .oneCase .content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    margin-left: 0px;
    margin-right: 0px;

}

.marquee .oneCase.case1 .content {
    background-image: url(../img/exclusive/s3_1.jpg);
}

.marquee .oneCase.case2 .content {
    background-image: url(../img/exclusive/s3_2.jpg);
}

.marquee .oneCase.case3 .content {
    background-image: url(../img/exclusive/s3_3.jpg);
}

.marquee .oneCase.case4 .content {
    background-image: url(../img/exclusive/s3_4.jpg);
}

.marquee .oneCase.case5 .content {
    background-image: url(../img/exclusive/s3_5.jpg);
}

.marquee .oneCase .content .textArea {
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    text-align: left;
    line-height: 1.7;

    opacity: 0;

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.marquee .oneCase:hover .content .textArea {
    display: inherit;
/*    animation: fadeIn 1s forwards;*/
    opacity: 1;
}

.marquee .oneCase .content .textArea h5 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #e3c68b;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marquee .oneCase .content .textArea p.f18 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #e3c68b;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marquee .oneCase .content .textArea p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}






/************************************* section5 *************************************/

.section5 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
    background: #2b2c3a;
    color: #fff;
    font-size: 12px;

}

.section5 h5 {
    color: #e3c68b;
    font-size: 15px;
}

.section5 .whiteFrame {
    border: 1px solid #fff;
    padding: 30px;
}

.section5 .whiteFrame p {
    margin-bottom: 0px;
}
