.swiper-container-index {

    width: 100%;

    height: 230px;

}

.swiper-container-index .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;



    /* 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;

}

.index-container-left{

    overflow: hidden;

}

.swiper-container-index .swiper-pagination .swiper-pagination-bullet{

    width: 20px;

    height: 20px;

    line-height: 20px;

    border-radius: 0;

}



.swiper-container-index2{

    width: 100%;

    height: 220px;

}

.swiper-container-index2 .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;



    /* 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;

}

.swiper-container-index2 .swiper-pagination .swiper-pagination-bullet{

    width: 20px;

    height: 20px;

    border-radius: 0;

    line-height: 20px;

}



.hidden-xs{

    text-align: center;

    margin-top: 40px;

}

.hidden-xs a {

    padding: 5px 10px;

    margin:0 3px;

    color: #000;



}

.hidden-xs a:hover ,.hidden-xs .on {

    text-decoration: none;

    background-color: #000;

    color: #fff;

}



.hidden-xs .switch{

    background-color: #fff;

    color: #000;

    border:1px solid #000;

    

}

.hidden-xs .switch:hover{

    background-color: #000;

    color: #fff;

    border:1px solid #fff;

    text-decoration: none;

}



.project_show_content_left{

    width: 60%;

    float: left;

}



.project_show_content_left a img{

    width: 100%;

    margin-bottom: 20px;

}

.project_show_content_left img{
    width: 100%;
}