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

#banner .leftArrow {
    width: 45px;
    height: auto;
    position: absolute;
    left: 0px;
}
#banner .rightArrow {
    width: 45px;
    height: auto;
    position: absolute;
    right: 0px;
}
#banner .carousel-indicators{
    
}
#banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
}
#banner .carousel-indicators li.active {
    opacity: 1;
    background-color: #e3c68b;
}

/************************************* section1 *************************************/

.section1 {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section1 .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3ea;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section1 .container .illu {
    margin-bottom: 30px;
}
.section1 .container .titleLine {
    float: left;
}
.section1 .container .myBtn {
    padding-left: 20px;
    padding-right: 20px;
}

/************************************* section2 *************************************/

.section2 {
    background-image: url(../img/index/section2Bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
}

/************************************* section3 *************************************/

.section3 {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section3 .container {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3ea;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section3 .container .illu {
    margin-bottom: 30px;
}
.section3 .container .titleLine {
    float: left;
}

/************************************* section4 *************************************/

.section4 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3ea;
}
.section4 p {
    line-height: 1.5;
}
.section4 .myBtn {
    margin-top: 30px;
}

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

.section5 {
    background-image: url(../img/marble.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section5 .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3ea;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section5 .container .illu {
    margin-bottom: 30px;
}
.section5 .container .titleLine {
    float: left;
}
.section5 a .oneNew {
    color: #666;
    margin-bottom: 15px;
}
.section5 a:hover .oneNew {
     color: #b48932;
}
.section5 a .oneNew .date {
    color: #b48932;
}

.section5 a:hover .oneNew {
    opacity: 0.8;
}
