body {
    margin: 0;
    padding: 0;
}

div,ul,li {
    margin: 0;
    padding: 0
}
.artistry-wrapper .bc-sub-about-home-content {
    background: none;
}
.bc-sub-about-home-content .about-carousel .carousel {
    width:100%;
}
.banner_container img {
    border: 0
}

.banner_container ul {
    list-style: none
}

.banner_container q:before,.banner_container q:after {
    content: ''
}

.banner_container abbr,.banner_container acronym {
    border: 0;
    font-variant: normal
}

.banner_container sup {
    vertical-align: text-top
}

.banner_container sub {
    vertical-align: text-bottom
}

.banner_container input,.banner_container textarea,.banner_container select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.banner_container input,.banner_container textarea,.banner_container select {
    *font-size: 100%
}

.banner_container legend {
    color: #000
}

.banner_container a:focus {
    outline: none;
}

a:focus {
    outline: none;
}

div.carousel {
    margin-bottom: 0px;
    margin-top: 0px;
}

.banner_container_middle {
    margin: 0 auto;
}

.banner_container_right {
    margin-left: auto;
}

#banner_fragment {
    display: none;
    position: relative;
    overflow: visible !important;
}

#banner_fragment a {
    display: block;
    text-align: center;
}

#banner_fragment li {
    text-align: center;
}

#banner_fragment img {
    display: block
}

.mobiletxt {
    display: none;
    background-color: rgba(106, 156, 46, 0.6);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 105px;
    line-height: 75px;
    color: #ffffff;
    bottom: 0;
    font: 20px/58px microsoft yahei;
    text-align: left;
    text-indent: 60px;
}

.mobiletxt .more {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 12px;
    color: #FFFFFF;
    position: absolute;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    font: 17px microsoft yahei;
    margin: 0 13px;
    padding: 8px 25px;
    z-index: 200;
    left: 48px;
    text-indent: 0;
}

.mobiletxt .more a {
    color: #ffffff;
    text-decoration: none;
}

.slidesjs-container {
    z-index: 10;
}

.slidesjs-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.slidesjs-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.slidesjs-slide a img {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 100%;
    max-width: none;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .slidesjs-slide a img {
        position: absolute;
        top: 0;
        left: 0;
        right: unset;
        height: 100%;
        max-width: none;
    }
}

.slidesjs-navigation {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    background-color: #babcbe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 28px;
    z-index: 11;
    opacity: .8;
}
.slidesjs-navigation:hover {
    opacity: .9;
}


@media screen and (max-width: 767px){
    #banner_fragment .slidesjs-navigation{
        display: none;
    }
}

.slidesjs-previous {
    transform: translateX(-523px);
    background-image: url(images/com1LA.png);
}
@media screen and (max-width: 1100px){
    .slidesjs-previous {
        transform: translateX(0);
        right: unset;
    }
}

.slidesjs-next {
    transform: translateX(523px);
    background-image: url(images/com1RA.png);
}
@media screen and (max-width: 1100px){
    .slidesjs-next {
        transform: translateX(0);
        left: unset;
    }
}

.slidesjs-navigation a:hover {
    color: #ffffff;
    text-decoration: none;
}

.slidesjs-pagination {
    position: relative;
    z-index: 11;
    padding-bottom: 20px;
    margin-top: -39px;
    text-align: center;
    overflow: hidden;
    zoom:1;
}

.slidesjs-pagination li {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px; 
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
}

.slidesjs-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.slidesjs-pagination li img {
    border: solid #ffffff 2px;
    width: 64px;
    height: 28px;
}

.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover.active {
    background-color: #fff;
}

.slidesjs-control, .slidesjs-container {
    height: 562px !important;
}


@media screen and (max-width: 767px){
.slidesjs-control, .slidesjs-container {
    height: 52.8vw !important;
}
}