.main-header .main-box .outer-container{
    position:relative;
    width:100%;
    height:110px;
    line-height: 110px;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #5CB4B4;
}

@media only screen and (max-width: 1023px) {
    .main-header .main-box .outer-container {
        padding-left: 15px;
        width: 100%;

    }
}
.hidden-bar-opener{
    margin-right: 15px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.nav-enfont{
    font-size: 12px;
    color: #BEBEBE;
}.nav-enfonthide{
    font-size: 12px;

}.mCustomScrollBox {
        position: relative;
        overflow: hidden;
        height: 100%;
        max-width: 100%;
        outline: 0;
        background-color: #5CB4B4;
        direction: ltr;
    }
/*滑动图样式开始*/
@media screen and (min-width: 1141px) {
    .hdtop {
        margin-top: 110px;
    }
}

.carousel-indicators .active {
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: #67CCCC;
}

.carousel-indicators li {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #67CCCC;
    border-radius: 2px;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.logoimg{
    width:148px;
    height:68px;
}

@media screen and (min-width: 768px)
    .carousel-indicators {
        bottom: 0px;
    }

.carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.3)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

.carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -25px;
    }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -25px;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 14px;
        color: #4FA0A0;
        text-align: center;
        filter: alpha(opacity=50);
        opacity: .5;
    }
 @media screen and (min-width: 768px){
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
            width: 30px;
            height: 30px;
            margin-top: -10px;
            font-size: 14px;
        }
     .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
         right: 50%;
         margin-right: -70px;
     }
     .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
         left: 50%;
         margin-left: -70px;
     }
 }


    @media screen and (min-width: 768px) and (max-width:991px){
        .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
            right: 50%;
            margin-right: -60px;
        }
        .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
            left: 50%;
            margin-left: -60px;
        }
    }
    @media screen and (max-width: 768px){
        .main-header .main-box .outer-container{
            position:relative;
            width:100%;
            height:71px;
            line-height: 70px;
            background-color: #FFFFFF;
            padding-left: 15px;
            padding-right: 15px;
            border-bottom: 1px solid #5CB4B4;
        }
        .main-header.fixed-header .main-box{
            position:fixed;
            padding:0px 0px;
            height: 70px;
            z-index:999;
            opacity:1;
            visibility:visible;
            -ms-animation-name: fadeInDown;
            -moz-animation-name: fadeInDown;
            -op-animation-name: fadeInDown;
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -ms-animation-duration: 500ms;
            -moz-animation-duration: 500ms;
            -op-animation-duration: 500ms;
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
            -ms-animation-timing-function: linear;
            -moz-animation-timing-function: linear;
            -op-animation-timing-function: linear;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -ms-animation-iteration-count: 1;
            -moz-animation-iteration-count: 1;
            -op-animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
        }
        .logoimg{
            width:120px;
            height:55px;
        }
    }
/*滑动图样式结束*/


/*首页四条新闻*/
.index-news{
    background-color: #ffffff;
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #f8f8f8;
 }
.index-news .nblock{
    height: 70px;
    margin-bottom: 20px;
    background-color: #F1F1F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.index-news .left{
    height: 50px;
    width: 50px;
    float: left;
    margin: 10px;
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #5CB4B4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.index-news .right{
    height: 50px;
    float: left;
    margin: 10px;
}
.index-news .right .title{
    font-size: 14px;
    color: #000;
    height: 25px;
    line-height: 25px;
}
.index-news .right .ftitle{
    font-size: 12px;
    color: #9D9D9D;
    height: 25px;
    line-height: 25px;
}

.index-news .right .date{
    font-size: 12px;
    color: #9D9D9D;
}

@media screen and (max-width:1141px){

    .index-news{
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 5px solid #f8f8f8;
    }
    .index-news .nblock{
        height: 50px;
        margin-bottom: 10px;
        background-color: #F1F1F1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .index-news .left{
        height: 40px;
        width: 40px;
        float: left;
        margin: 5px;
        font-size: 18px;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        background-color: #5CB4B4;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
    .index-news .right{
        height: 50px;
        margin-top: 1px;
        float: left;
    }
    .index-news .right .title{
        height: 20px;
        font-size: 12px;
        color: #000;
    }
    .index-news .right .ftitle{
        height: 20px;
        font-size: 12px;
        color: #9D9D9D;
    }
}
@media screen and (max-width:320px) {
    .index-news .left{
        display: none;
    }
}

/*首页四条新闻结束*/

/* 首页作品*/
.index-painting{
    min-height: 20px;
    background-color: #ffffff;
    border-bottom: 5px solid #f8f8f8;
    padding-left: 20px;
    padding-right: 20px;
}
.index-painting .title{
    height: 20px;
    line-height: 20px;
    margin:15px 0px;
    text-align: left;
    border-left: 3px solid #5CB4B4;
    color: #000;
    font-size: 16px;
}

    .index-painting .etitle{
        color: #BEBEBE;
        font-size: 12px;
    }
    .index-painting .more{
        margin-left: 100px;
        color: #5CB4B4;
        font-size: 12px;
    }
    .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 10px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 0px solid #F8F8F8;
        border-radius: 1px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
    }
    .thumbnail .caption {
        border-left: 1px solid #EAEAEA;
        padding: 9px;
        color: #9D9D9D;
        font-size: 14px;
        margin-top: 2px;
    }
    .thumbnail .caption span {
        color: #000;
        font-size: 14px;
        padding-left: 6px;
    }
    .thumbnail .captionz {
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
        padding: 9px;
        color: #9D9D9D;
        font-size: 14px;
        min-height: 50px;

    }
    .thumbnail .captionz span {
        color: #3E3E3E;
        font-size: 14px;
        padding-left: 6px;
    }
    .thumbnail .captionz .dfont {
        color: #BEBEBE;
    }
    .huazhan{
        border-radius: 8px 8px 0px 0px;
    }

@media screen and (min-width: 992px) and (max-width: 1200px){
    .thumbnail .caption {
        border-left: 1px solid #EAEAEA;
        padding: 9px;
        color: #9D9D9D;
        font-size: 12px;
        margin-top: 2px;
    }
    .thumbnail .caption span {
        color: #000;
        font-size: 12px;
        padding-left: 6px;
    }
}

/*画展*/
.index-huazhan{
    min-height: 50px;
    background-color: #ffffff;
    border-bottom: 5px solid #f8f8f8;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.index-huazhan .title{
        height: 20px;
        line-height: 20px;
        margin:15px 0px;
        text-align: left;
        border-left: 3px solid #5CB4B4;
        color: #000;
        font-size: 16px;
    }

.index-huazhan .etitle{
        color: #BEBEBE;
        font-size: 12px;
    }
.index-huazhan .more{
        margin-left: 100px;
        color: #5CB4B4;
        font-size: 12px;
    }
/*画展结束*/

/*底部版权*/
.footer{
    min-height: 115px;
    background-color: #ffffff;
    padding: 16px 20px;
    text-align: center;
}
.footer span{
    color: #9D9D9D;
    font-size: 12px;
}
.footer a {
    color: #9D9D9D;
}
.footer a:hover{
    color: #5CB4B4;
}