@charset "utf-8";
/*投资案例*/

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
      background-color: #274d71;
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
      background-color: #3f6181;
      border-radius: 5px;
} /* 滑块颜色 */

::-webkit-scrollbar-button {

      background-color: transparence;
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
      background-color: transparence;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.content_case_con{
    padding-bottom: 100px;
	padding-top:15px;
    /*background:#0f3961;*/
}
.case_detail{
    width: 1077px;
    margin-left: auto;
    margin-right: auto;
}
.case-swiper-container{
    padding-bottom: 70px;
}
.case-swiper-container .swiper-slide .table-cell:nth-child(1){
    background: #274d71;
    vertical-align: top;    
}
.case-swiper-container .swiper-slide .table-cell:nth-child(1) .txt p{
    display: table;
}
.case-swiper-container .swiper-slide .table-cell:nth-child(1) .txt p span{
    display: table-cell;
}
.case-swiper-container .swiper-slide .table-cell:nth-child(1) .txt p span:nth-child(1){
    width: 120px;
}
.case-swiper-container .swiper-slide .table-cell:nth-child(1) .txt p span:nth-child(2){
    opacity: 0.4; padding-left:15px; text-align:justify;
}
.case-swiper-container .swiper-slide .table-cell:nth-child(3){
    vertical-align: middle; 
    width: 453px;
}
.case-img-list .view{
    width: 453px;
    height: 421px;
}
.case-img-list .preview{
    width: 453px;
    height: 132px
}
.case-img-list .preview li{
    width: 135px;
    height: 132px;
    margin-right: 24px;
    float: left;
}
.case-img-list .preview li:nth-child(3){
    margin-right: 0;
}
.case-img-list .preview img{
    width: 135px;
    height: 132px;
    display: block;
    background: #fff;
    opacity: 0.4;
}
.case-img-list .preview img:hover{
    cursor: pointer;
}
.case-img-list .preview .active img{   
    opacity: 1;    
}

.left {float:left;}
.ld {float:right; margin-top:40px; width:350px; height:201px; overflow-y:scroll; padding-right:20px;}
.ld li {margin-bottom:10px; padding-left:15px; background:url(../images/ndd.jpg) 0 11px no-repeat; text-align:justify;opacity:0.4;}


.content_case_con .swiper-pagination-bullets{ bottom: 0; }
.content_case_con .swiper-pagination-bullet {
    width: 58px;
    height: 2px;    
    border-radius: 2px;
    background: #fff;
    margin: 0 20px;
}
.content_case_con .swiper-pagination-bullet-active{ background: #e60012;}

.content_case_con .swiper-button-prev,.swiper-button-next{
    width: 72px;
    height: 72px;
    display: block;
    background-repeat: no-repeat;    
    background-size: 100% auto; 
}
.swiper-button-prev{
    background-image:url('../images/case_arrow_right_able.png');
    -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg);
}
.swiper-button-prev.swiper-button-disabled{
    background-image:url('../images/case_arrow_left_disable.png');
    -moz-transform:rotate(0); -webkit-transform:rotate(0);
}
.swiper-button-next{
    background-image:url('../images/case_arrow_right_able.png');
}
.swiper-button-next.swiper-button-disabled{
    background-image:url('../images/case_arrow_left_disable.png');
    -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg);
}

#main{
    /*margin-bottom: 100px;*/
    position: relative;
}
#footer { 
    width: 100%;
    position: absolute; 
    bottom: 0; 
    left: 0;
    z-index: 1; 
}