@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
    position: relative;
}
.bannerImg{
    width: 100%;
    display: block;
}
.b_icon{
    position: absolute;
}
.bannerIcon1{
    top: 30%;
    left: 27%;
    height: 50%;
}
.bannerIcon2{
    top: 16%;
    left: 18%;
    height: 5%;
}
.bannerIcon3{
    top: 40%;
    left: 22%;
    height: 18%;
}
.bannerIcon4{
    top: 18%;
    left: 34%;
    height: 11%;
}
/*banner*/
/*container*/
.container{
    width: 100%;
}
.address{
    display: none;
}
.none_list{
    display: none;
}
.case_title_wrap{
    text-align: center;
    padding: 20px 0;
}
.case_title_list{
    display: inline-block;
    overflow: hidden;
}
.case_title_item{
    float: left;
    overflow: hidden;
    margin: 0 10px;
}
.case_title_item_active span{
    background: #ff9900 !important;
}
.case_title_item_active p{
    color: #ff9900;
}
.case_title_item span{
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    border-radius: 10px;
    background: white;
    margin: 15px 5px;
}
.case_title_item p{
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    font-size: 16px;

}
.pagination-custom{
    margin: 5px 15px;
    float: left;
    cursor: pointer;
}
.pagination{
    position: absolute;
    top: 50px;
    left: 50%;
    bottom: auto;
    height: 30px;
    width: auto;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.pagination-custom span{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    background: transparent;
    float: left;
    margin: 10px;
}
.pagination-custom p{
    color: black;
    float: left;
    line-height: 30px;
}
.pagination-custom-active span{
    background: #ff9900;
}
.pagination-custom-active p{
    color: #ff9900;
}
.caseCont{
    width: 100%;
    padding-bottom: 50px;
    background: white;
}
.swiper-slide{
    width: 100%;
}

.caseItem{
    display: block;
    width: 33.333%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.caseItemImg{
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.caseCont .swiper-pagination-bullet{
    width: 100px;
    height: 5px;
    background: #b4b4b4;
    border-radius: 0;
}
.caseCont .swiper-pagination-bullet-active{
    width: 100px;
    height: 5px;
    background: #ff9900;
}
.caseItem:hover .caseItemMask{
    opacity: 1;
}
.caseItem:hover .caseItemImg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.caseItem:hover .caseItemMask:before{
    width: 80%;
    height: 80%;
}
.caseItem:hover .caseItemMask:after{
    width: 80%;
    height: 80%;
}
.caseItemMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.caseItemMask:before,
.caseItemMask:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
.caseItemMask:before{
    top: 10%;
    left: 10%;
    margin: -1px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}
.caseItemMask:after{
    bottom: 10%;
    right: 10%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.caseItemMaskCont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.caseItemMaskCont p{
    color: white;
    font-size: 18px;
    line-height: 2em;
}
.caseItemMaskCont img{
    padding: 10px 0;
}
.describe{
     display: none;
 }
.case_show{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
.case_show_wrap{
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
}
.case_show_cont{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.case_show_img{
    width: 100%;
}
.case_show_text{
    padding: 20px 0;
    line-height: 1.5em;
}
.case_show_text p{
    text-indent: 2em !important;
}
.close_btn{
    position: absolute;
    top: 0;
    right: -52px;
    width: 32px;
    height: 32px;
    background: url("../images/close_icon.png") no-repeat;
    cursor: pointer;
}
/*container*/
