﻿
.navbar-header {
    position: relative;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 20%;
    margin: 0 !important;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}


@media (min-width: 768px)and ( max-width:992px ) {
    .banner .ban-text ul li {
        font-size: 16px;
        line-height: 46px;
    }
    /*.banner .ban-text {
        top: -602px;
    }*/

    .banner .ban-text {
        top: -288px;
    }
   
}


@media (min-width: 1024px) and (max-width:1280px) {
    .banner .ban-text ul li {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .ban-text {
        top: -288px;
    }
  
    /*.banner .ban-text {
        top: -534px;
    }*/
}
/*>=1024的设备*/

/*@media (min-width: 1100px) {
    .banner .ban-text ul li {
        font-size: 24px;
        line-height: 48px;
    }
    .banner .ban-text {
        top: -602px;
    }
}*/


/*>=1024的设备*/
@media (min-width: 1280px) {
    .banner .ban-text ul li {
        font-size: 24px;
        line-height: 38px;
    }
    /*.banner .ban-text {
        top: -616px;
    }*/

    .banner .ban-text {
        top: -308px;
    }
}

@media (min-width: 1366px) {
    .banner .ban-text ul li {
        font-size: 24px;
        line-height: 44px;
    }

   
}

@media (min-width: 1440px) {
    .banner .ban-text ul li {
        font-size: 32px;
        line-height: 66px;
    }

    .banner .ban-text {
        top: -395px;
    }
}

@media (min-width: 1680px) {
    .banner .ban-text ul li {
        font-size: 34px;
        line-height: 82px;
    }

    .banner .ban-text {
        top: -460px;
    }
}

@media (min-width: 1920px) {
    .banner .ban-text ul li {
        font-size: 36px;
        line-height: 88px;
    }
}


/*************************/
.banner .swiper_img-container {
    /*width: 100%;
    height: 100%;*/
}

/*.banner .swiper-slide {
    text-align: center;
    background: #fff;
    position: relative;
}*/

.banner img {
    width: 100%;
}

/*@media screen and (max-width:991px) {
    .banner {
        padding-top: 82px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding-top: 62px;
       
    }
}*/
@media screen and (max-width: px) {
}

@media screen and (max-width: 591px) {
    .banner {
        padding-top: 102px;
    }

    .carousel-caption {
        padding-left: 0;
        text-align: center;
    }

    .banner img {
        vertical-align: top;
        height: auto;
    }
}


.swiper-pagination_img-bullet {
    opacity: .8;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    position: relative;
}

.swiper-button-prev, .swiper-button-next {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.swiper-pagination_img-bullet-active {
    opacity: 1;
    background: #9E2038;
}

    .swiper-pagination_img-bullet-active:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        left: -6px;
        top: -6px;
        border-radius: 50%;
    }

@media screen and (max-width: 767px) {
    .swiper-pagination_img-bullet {
        width: 6px;
        height: 6px;
    }
    .banner {
        padding-top: 104px;
    }
    .swiper-pagination_img-bullet-active:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        left: -4px;
        top: -4px;
        border-radius: 50%;
    }
}

.bottom-nav {
    /*background: #9A0038;*/
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 20px;
    z-index: 2;
}

    .bottom-nav .container {
        position: relative;
    }

.banner .swiper-pagination_img-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination_img-bullet-active {
    background: #fff;
}

/*.banner .swiper-button-prev,.banner .swiper-button-next{
    background-image: none;
    font-size: 64px;
    color: #fff;
    left: 15px;
    margin-top: -2px;
}
.banner .swiper-button-next{
    right: 15px;
    left: auto;
}*/
.banner .swiper-button-prev {
    left: -27px;
}

.banner .swiper-button-next {
    right: -27px;
}

.banner .swiper_img-container:hover .swiper-button-prev {
    left: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner .swiper_img-container:hover .swiper-button-next {
    right: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slide-headline {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: white;
    text-align: left;
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(154,0,56,.75);
    padding: 25px 0;
    color: #fff;
    text-align: left;
    display: inline-block;
}

    .text-box ._swiper_cnt {
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 0;
        padding-right: 130px;
    }

        .text-box ._swiper_cnt a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #fff;
        }

    .text-box a:hover {
        text-decoration: underline;
    }

    .text-box .con {
        position: relative;
        padding-right: 130px;
    }

        .text-box .con h6 {
            font-size: 14px;
            line-height: 150%;
            margin-bottom: 0;
        }

    .text-box .container {
        position: relative;
    }

    .text-box .more-btn {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -19px;
    }

.banner .swiper_img-container-horizontal > .swiper-pagination_img-bullets, .banner .swiper-pagination_img {
    bottom: 79px;
}

@media screen and (min-width: 1400px) {
    .text-box {
        padding: 25px 0;
    }

        .text-box .more-btn {
            right: 6%;
        }

    .banner .swiper_img-container-horizontal > .swiper-pagination_img-bullets, .banner .swiper-pagination_img {
        bottom: 79px;
    }
}

@media screen and (max-width: 991px) {
    .text-box ._swiper_cnt {
        font-size: 20px;
        height: 22px;
        line-height: 22px;
    }

    .banner .swiper_img-container-horizontal > .swiper-pagination_img-bullets, .banner .swiper-pagination_img {
        bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .text-box {
        min-width: 0;
        padding: 15px 0;
    }
    .banner {
        padding-top: 102px;
    }
    .slide-headline .container {
        display: block;
        width: 100%;
    }

    .text-box ._swiper_cnt {
        font-size: 14px;
        padding-right: 0;
        height: 16px;
        line-height: 16px;
    }

    .text-box .con {
        padding-right: 0;
    }

        .text-box .con h6 {
            font-size: 12px;
        }

    .text-box .more-btn {
        position: relative;
        margin-top: 0px;
    }

    .banner .swiper_img-container-horizontal > .swiper-pagination_img-bullets, .banner .swiper-pagination_img {
        bottom: 22px;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
    position: absolute;
    z-index: 99;
}

.swiper-pagination-bullet {
    background: #333;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

/*.swiper_img-container {
    position: relative;
    top: 102px;
}*/


.pad4 {
    margin-bottom: 2.8rem;
}


@media screen and ( min-width: 319px) and ( max-width: 359px) { /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .prtext ul li span {
        font-size: 12px;
    }

    .primg h5 {
        font-size: 24px;
    }

    .primg p {
        font-size: 18px;
    }

    .st-top h4 { /**学术经历*/
        font-size: 24px;
    }

    .accon {
        padding-top: 0px;
    }

        /*.acul ul {
        padding: 30px 15px 10px;
    }*/

        .accon .acul li {
            line-height: 24px;
            background: url(../../images/acibg.png) no-repeat left 3px;
        }

    .st-top {
        margin-bottom: 6px;
    }

    .re-con .swiper-slide h4 {
        font-size: 16px;
    }

    .re-con .swiper-slide .jianjie p {
        line-height: 24px;
    }

    .pro-con .bd ul li .probb .li-aa {
        line-height: 24px;
    }

    .hon-con ul li {
        line-height: 24px;
        font-size: 14px;
        background: url(../../images/acibg.png) no-repeat left 3px;
    }

    .pro-right ul li {
        font-size: 14px;
        line-height: 24px;
        background: url(../../images/book1.png) no-repeat left 2px;
    }

    .pro-right ul {
        padding: 0;
        padding-left: 10%;
        padding-top: 9%;
    }

    .te-left ul li {
        padding: 0;
        padding-left: 10%;
        padding-top: 0;
        font-size: 14px;
        line-height: 24px;
        background: url(../../images/book1.png) no-repeat left 3px;
    }

    .te-left ul {
        padding: 4%;
        padding-right: 9%;
    }

    .stu-tt ul li {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .st-but ul li {
        font-size: 16px;
        text-align: center;
        line-height: 42px;
    }

    .footer {
        min-height: 90px;
        padding: 16px 0;
    }

    .wc-copy p {
        font-size: 12px;
    }

    .s-img img {
        width: 77%;
    }

    ._swiper_cnt {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and ( min-width: 359px) and ( max-width: 383px) { /*360px显示屏样式 索尼Z1*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .stu-tt {
        padding-bottom: 0;
        min-height: inherit;
    }

    .dian {
        bottom: 8px;
    }

    .prtext ul li span {
        font-size: 14px;
    }

    .primg h5 {
        font-size: 24px;
    }

    .primg p {
        font-size: 18px;
    }

    .st-top h4 { /**学术经历*/
        font-size: 24px;
    }

    .accon {
        padding-top: 0px;
    }

        /*.acul ul {
        padding: 30px 15px 10px;
    }*/

        .accon .acul li {
            line-height: 26px;
            background: url(../../images/acibg.png) no-repeat left 3px;
            font-size: 14px;
        }

    .st-top {
        margin-bottom: 6px;
    }

    .re-con .swiper-slide h4 {
        font-size: 16px;
    }

    .re-con .swiper-slide .jianjie p {
        line-height: 26px;
    }

    .pro-con .bd ul li .probb .li-aa {
        line-height: 26px;
    }

    .hon-con ul li {
        line-height: 26px;
        font-size: 14px;
        background: url(../../images/acibg.png) no-repeat left 3px;
    }

    .pro-right ul li {
        font-size: 14px;
        line-height: 27px;
        background: url(../../images/book1.png) no-repeat left 2px;
    }

    .pro-right ul {
        padding: 0;
        padding-left: 10%;
        padding-top: 9%;
    }

    .te-left ul li {
        padding: 0;
        padding-left: 10%;
        padding-top: 0;
        font-size: 14px;
        line-height: 27px;
        background: url(../../images/book1.png) no-repeat left 3px;
    }

    .te-left ul {
        padding: 4%;
        padding-right: 9%;
    }

    .stu-tt ul li {
        font-size: 14px;
        padding-bottom: 0px;
        text-align: center;
        margin: 3px 0;
    }

    .st-but ul li {
        font-size: 16px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .footer {
        min-height: 90px;
        padding: 16px 0;
    }

    .wc-copy p {
        font-size: 14px;
    }

    .s-img img {
        width: 77%;
    }

    ._swiper_cnt {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and ( min-width: 383px) and ( max-width: 399px) { /*384px显示屏样式 黑莓Z10 谷歌 Nexus 6 LG Optimus G*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .prtext ul li span {
        font-size: 14px;
    }

    .primg h5 {
        font-size: 24px;
    }

    .primg p {
        font-size: 18px;
    }

    .st-top h4 { /**学术经历*/
        font-size: 24px;
    }

    .accon {
        padding-top: 0px;
    }

        .accon .acul li {
            line-height: 22px;
            background: url(../../images/acibg.png) no-repeat left 3px;
            font-size: 14px;
        }

    .st-top {
        margin-bottom: 6px;
    }

    .re-con .swiper-slide h4 {
        font-size: 16px;
    }

    .re-con .swiper-slide .jianjie p {
        line-height: 22px;
    }

    .pro-con .bd ul li .probb .li-aa {
        line-height: 22px;
    }

    .hon-con ul li {
        line-height: 22px;
        background: url(../../images/acibg.png) no-repeat left 3px;
        font-size: 14px;
    }

    .pro-right ul li {
        font-size: 14px;
        line-height: 22px;
        background: url(../../images/book1.png) no-repeat left 2px;
        font-size: 14px;
    }

    .pro-right ul {
        padding: 0;
        padding-left: 10%;
        padding-top: 9%;
    }

    .te-left ul li {
        padding: 0;
        padding-left: 10%;
        padding-top: 0;
        font-size: 14px;
        line-height: 22px;
        background: url(../../images/book1.png) no-repeat left 3px;
    }

    .te-left ul {
        padding: 4%;
        padding-right: 9%;
    }

    .stu-tt ul li {
        font-size: 14px;
        padding-bottom: 0px;
        text-align: center;
        margin: 3px 0;
    }

    .st-but ul li {
        font-size: 16px;
        line-height: 42px;
    }

    .footer {
        min-height: 90px;
        padding: 16px 0;
    }

    .wc-copy p {
        font-size: 12px;
    }

    .s-img img {
        width: 77%;
    }

    ._swiper_cnt {
        font-size: 18px;
        line-height: 26px;
    }

    .pro-con .bd {
        padding: 30px 15px 10px;
    }

    .hon-con ul {
        padding: 30px 15px 10px;
    }
}

@media screen and ( min-width: 399px) and ( max-width: 414px) { /*399px显示屏样式 三星galaxyNote*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }


    .prtext ul li span {
        font-size: 14px;
    }

    .primg h5 {
        font-size: 24px;
    }

    .primg p {
        font-size: 18px;
    }

    .st-top h4 { /**学术经历*/
        font-size: 25px;
    }

    .accon {
        padding-top: 0px;
    }

        .accon .acul li {
            line-height: 24px;
            background: url(../../images/acibg.png) no-repeat left 3px;
            font-size: 14px;
        }

    .st-top {
        margin-bottom: 6px;
    }

    .re-con .swiper-slide h4 {
        font-size: 16px;
    }

    .re-con .swiper-slide .jianjie p {
        line-height: 24px;
    }

    .pro-con .bd ul li .probb .li-aa {
        line-height: 24px;
    }

    .hon-con ul li {
        line-height: 24px;
        background: url(../../images/acibg.png) no-repeat left 3px;
        font-size: 14px;
    }

    .pro-right ul li {
        font-size: 14px;
        line-height: 24px;
        background: url(../../images/book1.png) no-repeat left 2px;
        font-size: 14px;
    }

    .pro-right ul {
        padding: 0;
        padding-left: 10%;
        padding-top: 9%;
    }

    .te-left ul li {
        padding: 0;
        padding-left: 10%;
        padding-top: 0;
        font-size: 14px;
        line-height: 24px;
        background: url(../../images/book1.png) no-repeat left 3px;
    }

    .te-left ul {
        padding: 4%;
        padding-right: 9%;
    }

    .stu-tt ul li {
        font-size: 14px;
        padding-bottom: 0px;
        text-align: center;
        margin: 3px 0;
    }

    .st-but ul li {
        font-size: 16px;
        line-height: 42px;
    }

    .footer {
        min-height: 90px;
        padding: 16px 0;
    }

    .wc-copy p {
        font-size: 12px;
    }

    .s-img img {
        width: 77%;
    }

    ._swiper_cnt {
        font-size: 18px;
        line-height: 26px;
    }

    .pro-con .bd {
        padding: 30px 15px 10px;
    }

    .hon-con ul {
        padding: 30px 15px 10px;
    }
}

@media screen and ( min-width: 414px) and ( max-width: 423px) { /*414px显示屏样式 苹果6plus*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    ._swiper_cnt {
        font-size: 20px;
        line-height: 32px;
    }

    .prtext ul li img {
        width: 84%;
    }

    .hon-con ul li {
        line-height: 26px;
        background: url(../../images/acibg.png) no-repeat left 3px;
        font-size: 16px;
    }
}

@media screen and ( min-width: 423px) and ( max-width: 479px) { /*424px显示屏样式 LG 4X */
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .prtext ul li span {
        font-size: 16px;
    }

    .prtext ul li img {
        width: 84%;
    }

    .primg h5 {
        font-size: 26px;
    }

    .primg p {
        font-size: 28px;
    }

    .st-top h4 { /**学术经历*/
        font-size: 26px;
    }

    .accon {
        padding-top: 0px;
    }

        .accon .acul li {
            line-height: 26px;
            background: url(../../images/acibg.png) no-repeat left 3px;
            font-size: 16px;
        }

    .st-top {
        margin-bottom: 6px;
    }

    .re-con .swiper-slide h4 {
        font-size: 16px;
    }

    .re-con .swiper-slide .jianjie p {
        line-height: 26px;
    }

    .pro-con .bd ul li .probb .li-aa {
        line-height: 26px;
    }

    .hon-con ul li {
        line-height: 26px;
        background: url(../../images/acibg.png) no-repeat left 3px;
        font-size: 16px;
    }

    .pro-right ul li {
        font-size: 16px;
        line-height: 26px;
        background: url(../../images/book1.png) no-repeat left 2px;
    }

    .pro-width {
        margin-top: 0%;
    }

    .tea-width {
        margin-top: 6%;
    }

    .pro-right ul {
        padding: 0;
        padding-left: 10%;
        padding-top: 9%;
    }

    .te-left ul li {
        padding: 0;
        padding-left: 10%;
        padding-top: 0;
        font-size: 16px;
        line-height: 26px;
        background: url(../../images/book1.png) no-repeat left 3px;
    }

    .te-left ul {
        padding: 4%;
        padding-right: 9%;
    }

    .stu-tt ul li {
        font-size: 16px;
        padding-bottom: 0px;
        text-align: center;
        margin: 3px 0;
    }

    .stu-tt {
        min-height: 390px;
    }

    .st-but ul li {
        font-size: 18px;
        line-height: 52px;
    }

    .footer {
        min-height: 90px;
        padding: 16px 0;
    }

    .wc-copy p {
        font-size: 14px;
    }

    .s-img img {
        width: 77%;
    }


    .pro-con .bd {
        padding: 30px 15px 10px;
    }

    .hon-con ul {
        padding: 30px 15px 10px;
    }

    ._swiper_cnt {
        font-size: 22px;
        line-height: 38px;
    }

    .re-con .swiper-slide .jianjie p {
        font-size: 16px;
    }
}

@media screen and ( min-width: 479px) and ( max-width: 539px) { /*480px显示屏样式 索尼MT27i Xperia sola*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .pro-con .bd ul li .probb .li-aa {
        font-size: 16px;
    }

    ._swiper_cnt {
        font-size: 26px;
        line-height: 42px;
    }

    .prtext ul li img {
        width: 88%;
    }
}

@media screen and ( min-width: 539px) and ( max-width: 639px) { /*640px显示屏样式 摩托罗拉Droid3/4/Razr Atrix 4g*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .pro-con .bd ul li .probb .li-aa {
        font-size: 16px;
    }

    ._swiper_cnt {
        font-size: 26px;
        line-height: 42px;
    }

    .prtext ul li img {
        width: 92%;
    }
}

@media screen and ( min-width: 639px) and ( max-width: 640px) { /*640px显示屏样式*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    .navbar-header {
        padding-bottom: 30px;
    }

    ._swiper_cnt {
        font-size: 26px;
        line-height: 42px;
    }

    .prtext ul li img {
        width: 96%;
    }
}

@media screen and ( min-width: 640px) and ( max-width: 767px) { /*640px以上显示屏样式*/
    .banner {
        height: auto;
        min-height: initial;
    }
    .banner {
        padding-top: 102px;
    }
    .pro-con .bd ul li .probb .li-adown a {
        font-size: 12px;
        /*background: #fff;*/
        padding: 3px 10px;
        display: inline-block;
        margin: 0 4px;
    }

    ._swiper_cnt {
        font-size: 26px;
        line-height: 42px;
    }

    .prtext ul li img {
        width: 100%;
    }
}

.img-xs {
    display: inline-block;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.accon .acul li:last-child {
    border-bottom: none;
}


.banner_detail a {
   
     background: #d5b767 !important;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 32px;
    border-radius: 4px;
    text-shadow: none !important;
}
    .banner_detail a:hover {
        background: #ba9c51 !important;
    }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
   
    top: 42%;