
/******************      åœè½¦åœº          **************/
.page_parking .topbanner img ,.page_parking .part1 img,.page_parking .part2 img{ width: 100%;}
.page_parking .part4 .hd{margin: 70px 0 5px;}
.page_parking .part4 .bd { text-align: center; }
.page_parking .part4 .bd img{margin: 20px 20px 50px;}
.page_parking .part5 {background: #fff; padding-bottom: 5%;text-align: center;}
.page_parking .part5 .center-block{  width: 55%}
.page_parking .part5 .hd{margin: 70px 0 40px;}
.page_parking .part6 { /*padding-bottom: 130px;*/padding-bottom: 7%;text-align: center;}
.page_parking .part6 .hd{margin: 70px 0 40px; }
.page_parking .part7 {background: #eeeeee; padding-bottom: 5%; }
.page_parking .part7 .hd{margin: 70px 0 40px;}
.page_parking .part7 .img{text-align: center;}
.page_parking .part7 .img img{width: 100%;}
.page_parking .part7 .from{width: 505px; margin: 80px auto;}
.page_parking .part7 .from li{width: 100%; overflow: hidden;}
.page_parking .part7 .from li.li1 select{ width: 188px; float: left; line-height: 40px; height: 40px;margin: 10px 0;}
.page_parking .part7 .from li span{ width: 90px; float: left; margin-top: 22px; display: inline-block; text-align: right; 

padding-right: 15px;}
.page_parking .part7 .from li input{ width: 400px; line-height: 40px; height: 40px; margin: 10px 0; display: inline-

block;}
.page_parking .part7 .from .button{ width: 282px;height: 47px; background: #3494ff; color: #fff; line-height: 47px; 

text-align: center; margin: 20px auto; cursor:pointer; border-radius: 5px;}


.tcdPageCode{padding: 30px 0;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color: #428bca;height: 30px; line-height: 30px;  padding: 0 12px;border: 1px solid #ddd; margin: 0 4px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
/*.tcdPageCode a.current{display: inline-block;height: 30px;line-height: 30px;padding: 0 13px;margin: 0 2px;color: #fff;background-color: #428bca; border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}*/
.tcdPageCode .disabled,.tcdPageCode a.nextPage{ display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

.tcdPageCode .active {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}


.bgf1{ 
    background: #f1f1f1;
}
.w100{
    width: 100%;
}
.swicon{
    background: rgba(255,255,255,1);
    z-index: 100;
    margin: 0 auto;
    float: none;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.mt15{
    margin-top: 15%;
}
.swiper-container {
    width: 100%;
    height: 520px;
}
.swiper-container3 {
    width: 100%;
    height: 420px;
}
.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff; 
    /* Center slide text vertically */
  
}
.bor_bot{
    /*border-bottom: 1px solid #1b82e2;*/
    padding-bottom: 2%;
}
.bor_bot a{
    color: #1b82e2
}
.swiper-container2 .swiper-wrapper .swiper-slide-active{
    /*border-bottom: 1px solid #1b82e2;*/
    /*padding-bottom: 2%;*/
}

.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    border-radius: 0;
    width: 40px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
}
/*.swiper-container2{
    overflow: hidden;
    margin: 20px auto;
}*/
/*
.tab-change>.container-fluid{
    background: #f1f1f1;
}*/
.nav-tabs{
    border: none;
    text-align: center;
}
.nav-tabs>li{
    display: inline-block;
    float: none;
}
.nav-tabs>li>a{
    color: #000;
    font-size: 16px;
    border-radius: 0;
    border: none;
    padding: 25px 35px;  
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: #1b82e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: none;
}
.pub-img-bg{
    padding-top: 40px;
    background: url(../images/parking/parking_91821158270.jpg) repeat-x;
}
.use-img{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #373636;
}

.use-img a.col-xs-6{
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 20px;
}
.use-img a img{
    width: 100%;
}
.use-img a .textbox{
    position: absolute;

/*    justify-content: center;
    align-items:center;*/
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: all 450ms ease-out 0s;  
       -moz-transition: all 450ms ease-out 0s;
         -o-transition: all 450ms ease-out 0s;
            transition: all 450ms ease-out 0s;
    -webkit-transform: scale(0.2,0.2);
       -moz-transform: scale(0.2,0.2);
        -ms-transform: scale(0.2,0.2);
         -o-transform: scale(0.2,0.2);
            transform: scale(0.2,0.2);
}
.use-img a p{ line-height: 20px; display: none; height: 20px; font-size: 16px; overflow: hidden; margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px;}
.use-img a .textbox span{
    color: #fff;
    width: 135px;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -65px;
}
.use-img a:hover .textbox{
    opacity: 1;
    -webkit-transition: all 450ms ease-out 0s;  
       -moz-transition: all 450ms ease-out 0s;
         -o-transition: all 450ms ease-out 0s;
            transition: all 450ms ease-out 0s;            
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
         -o-transform: scale(1,1);
            transform: scale(1,1);  
        -ms-transform: scale(1,1);
}
.part6.container-fluid{
    background: url('../images/91894733352.jpg') #eee bottom no-repeat;
    background-size: cover;
}
.case-bg{
    padding: 3% 0;
}
.case-wrap .thumbnail{
    padding: 0;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
.case-wrap .thumbnail .caption{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thumbnail img{
    width: 100%;
}
.case-wrap .thumbnail:hover,
.case-wrap .thumbnail:visited,
.case-wrap .thumbnail:link,
.case-wrap .thumbnail:active{
    border: 1px solid #f1f1f1;
    text-decoration: none;
}
.case-wrap .col-xs-6{
    padding: 0px 10px;
}
.case-page{
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}
.a_more{
    margin: 5% auto;
    text-align: center;
    display: none;
}
.case-page2{
    width: 142px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    border: 1px solid #000;
    display: inline-block;

}

.case-page .seemore{
    display: inline-block!important;
}
.pagination>li>a, .pagination>li>span{
    margin: 0 2px;
    border-radius: 5px;
}

.swiper-container-horizontal>.page-direction{
    right: 20%;
    left: auto;
    text-align: right;
}


.jumbotron {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background: none;
    min-height: 520px;
    width: 100%;
    display: table; 
    height: 520px;
    overflow: hidden;
   }
.jumbotron:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.case{
    background: url(../images/parking/case_bg1.jpg) no-repeat center center;
    background-size: cover;
}
.m_parking_bg{
    background: url(../images/m/m_parking_banner.jpg) no-repeat center center;
    background-size: cover;
     height:520px;

}
.parking_b1{
    width: 100%;
    background: url(../../pic/parking_banner2.png) no-repeat center center;
    background-size: cover;
     height:520px; 
}
.parking_b2{
    width: 100%;
    background: url(../../pic/parking_banner3.png) no-repeat center center;
    background-size: cover;

    height:520px;
}
.nav_levitation{
    z-index: 999;
}
.masthead .container2{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.m_bor{
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.part2 .swiper-container{
    /*height: 475px;*/
}
.part2 .swiper-container .swiper-slide img{
    height: 520px;
}
.pagination,
.pagination2,
.pagination3{
  position: absolute;
  z-index: 20;
  /* height: 50px; */
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pagination2{
    bottom: 10%;
    right: 20%;
    left: auto;
    text-align: right;
}
.pagination3{
    bottom: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 8px;
  border-radius: 0;
  background: none;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swicon .swiper-container{
    height: auto;
}
.thumbs-cotnainer .swiper-slide {
    padding-top: 10px;
    width: 105px;
    /*text-align: left;*/
    line-height: 1.3;
}
.case-wrap{
    margin-top: 20px;
}
.mt55{
    margin-top: 55px;
}

@media screen and (min-width: 768px) and  (max-width: 1024px){
    .m_bor h1{
        font-size: 60px;
    }
    .thumbs-cotnainer .swiper-slide{
        width: 90px;
    }
}
@media screen and (max-width: 767px) {
    .container{
    width: 100%
}
    .jumbotron{
        display: table!important;
        width: 100%;
        height: 520px;
        padding: 0 2%;
    }
    .masthead .container h3{
        font-size: 14px;
    }
    .pagination3{text-align: right;}
    .pagination3 .swiper-pagination-switch{ width: 22px; height: 8px;}
    .masthead .container{
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        border: none;
    }
    .m_bor{
        border-top: 2px solid #bbb;
        border-bottom: 2px solid #bbb;
    }
    .m_bor h1{
        font-size: 26px;
    }
    .m_bor h3{
        font-size: 16px;
    }
    .swiper-slide img{
        /*height: 270px;*/
    }
    .page_parking .part5{
        padding-bottom: 50px;
    }

    .page_parking .part7 .img {
        display: none
    }
    .page_parking .part7 .from li span{display: none}
    .page_parking .part7 .from{width: 100%; margin-top: 20px;}
    .page_parking .part7 .from li input{width: 90%; margin-left: 5%}
    .page_parking .part7 .from li.li1 select{width: 40%; margin-left: 5%;}
    .page_parking .part7 .hd{margin: 70px 0 10px;}
    .page_parking .part7{ padding-bottom: 10px;}

    .nav-tabs>li>a{ padding: 15px;}
    .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; text-align: center;}
    .pub_title h2{ font-size: 20px;}
    .pub_title h3{ font-size: 12px;}
    .page_parking .part6 .hd {
        margin: 40px 0 20px;
    }

    .thumbnail .caption{
        height: 35px; 
        line-height: 35px; 
        padding: 0; 
        margin-bottom: 5px;
        overflow: hidden;
    }
    .mboder{
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
    }
    .part6.container-fluid{
        background: none;
    }
    .space{
        border-bottom:1px solid #E8E8E8;
        padding-top: 3%; 
        padding-bottom: 3%; 
        margin-bottom: 3%;
    }
    .col-xs-12.p0{
        padding: 0;
    }
    .word{
        position: absolute;
        bottom: 10%;
        color: #fff;
        font-size: 14px;
    }
    .word:after{
        content: '';
        position: absolute;
        left: 15px;
        bottom: 0;
        border-bottom: 1px solid #5092F7;
        width: 70px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
    }
    .swiper-container2 .swiper-wrapper .swiper-slide{
        font-size: 14px;
    }
    .swiper-container-horizontal>.page-direction{
        right: auto;
    }
    .bor_bot{
        border-bottom: 1px solid #1b82e2;
        padding-bottom: 10px;
        padding-top: 10px;

        /*margin-bottom: 10px;*/
    }
    .swiper-pagination-bullet{
        border-radius: 0;
        width: 40px;
        background: none;
        border: 1px solid #fff;
        opacity: 1;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        /*bottom: 40px;*/
    }
    .swiper-pagination-bullet-active{
        opacity: 1;
        background: #fff;
    }
    
    .a_more{display: block}
    .tcdPageCode{display: none}
    .use-img a p{ display: block;}
    .swicon .swiper-container{
        height: auto;
        border-bottom: 1px solid #ddd;
    }
    .thumbs-cotnainer .swiper-slide{ width: 85px; font-size: 14px;}


    .page_case .swiper-container{ overflow-x:scroll; }
    .page_case .swiper-container .swiper-wrapper{ width: 700px; }
}



