#details{
    /* height: 88%; */
    /* top: 0; */
    /* z-index: 999999; */
    /* width: 95%; */
    /* margin: 0 auto; */
    /* max-width: 1350px; */
    overflow: hidden;
	z-index: 1000;
    position: relative;
}
.detailsCon>img{
    width: 20px;
    position: absolute;
    right: 70px;
    top: 50px;
    cursor: pointer;
}
#details > div {
    width: 52%;
    padding-right: 8%;
    float: left;
}
.details_1{
    background: url(../images/case_bj_01.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_2{
    background: url(../images/case_bj_02.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_3{
    background: url(../images/case_bj_03.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_4{
    background: url(../images/case_bj_04.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_5{
    background: url(../images/case_bj_05.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_6{
    background: url(../images/case_bj_06.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_7{
    background: url(../images/case_bj_07.png) right top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
.details_8{
    background: url(../images/case_bj_08.png) left top no-repeat;
        background-size: auto auto;
    background-size: 70%;	
}
#details>div.swiper-container{
    float: right;
    width: 40%;
    background: none;
    padding-right: 0px; 
	margin-top:16%;
}

#details .title{
    width: 110px;
    height: 116px;
    border: 1px solid #333;
    position: relative;
}
#details .title h2{
    top: 32px;
    position: absolute;
    font-size: 18px;
    left: 44px;
    min-width: 115px;
    background: #e3e3e3;
    font-weight: bold;
}
#details .title h2 span{
    font-size: 12px;
    font-weight: initial;
}

#details h4{
    margin-top: 15%;
    font-weight: bold;
    font-size: 18px;
}
#details h4.xmjs{
    font-size: 20px;
}
#details h4.xmjs span{
    font-size: 22px;
}
#details h4 span{
    font-weight: 300;
}

#details p{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-top: 10px;
    text-align: justify;
    min-height: 100px;
}
.swiperBox{
    width: 1024px;
    margin: 30px auto;
    position: relative;
}
.swiperBox .swiper-container2{
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}
.gdjc img{
    width: 148px;
    margin: 2.5% auto;
}
@media only screen and (max-width: 1680px){
    .main .main1 {
        padding-top: 45px;
    }
}
.main{
    background: #e3e3e3;
}

.swiper-container {
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 85%;
    height: 100%;

}



@media only screen and (max-width: 1367px) {
    #details>div.swiper-container{
		margin-top:50px;
    }
    #details h4{
        margin-top: 8%;
    }
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: .8!important;
}
.swiper-pagination-bullet-active{
	background: #337ab7!important;
}