/*
 * Globals
 */
/* Links */
@font-face {
 font-family: ‘SourceHanSans’;
 src: url(’../SourceHanSans/SourceHanSansCN-ExtraLight.otf’);
}

a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
ul li{
    list-style: none;
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color:#fff;
  font-family: 'SourceHanSans','微软雅黑'
}
body {
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  /*display: table;*/
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
          /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
/*header*/
.no-paddinglr{
    padding-left: 0;
    padding-right: 0;
}
.padding-tb{
    padding-top: 1%;
    padding-bottom: 1%;
}
.no-padding-botom{
    padding-bottom: 0;
}
.navbar-padding{
    padding-top: 3px;
    padding-bottom: 3px;
}
.nav{
    margin-left: 1%;
}
.navbar{
    margin-bottom: 0;
}
.nav>li{
    width: 140px;
    max-width: 140px;
}
.navbar-nav>li>a{
    text-transform : uppercase;
    font-size: 14px;
    color: #444444;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 2;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
}
.navbar-nav>li>a>span{
    line-height: 20px;
    padding: 15px 9px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
}
.nav .open>a>span, .nav .open>a:focus>span, .nav .open>a:hover>span{
    opacity: 1;
    background: #a8a8a8;
    color: #fff;
}
.dropdown-menu>li>a{
    color: #444;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.navbar-nav>li>.drop-a{
    line-height: 20px;
    padding: 15px 9px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.nav .open>.drop-a, .nav .open:focus>.drop-a, .nav .open:hover>.drop-a{
    opacity: 1;
    background: #a8a8a8;
    color: #fff;
    z-index: 3;
}

.navbar-relative .navbar-toggle .icon-bar{
    background-color: #444;
}
.dropdown-menu{
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 140px;
    width: 140px;
    border:0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #a8a8a8;
    color: #fff;
}
/*header end*/
/*轮播*/
.no-paddtb{
    padding-top: 0;
    padding-bottom: 0;
}
.index-slide{
    width: 100%;
    height: 732px;
}
.index-slide .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-slide .swiper-slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/*轮播 end*/
/*footer*/
.footer{
    /*position:fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    width: 100%;
    padding-top:30px;
    color: #999999;
    display: none;
}
.footer p{
    margin: 0;
    font-size: 12px;
}
.footer-padding{
    padding-bottom: 8px;
}
/*footer end*/

/*景观设施*/
.facil-page{
    padding: 40px 0;
}
.famax-width{
    max-width: 1165px;
    width: 1165px;
}
.facil-div{
    margin: 0 -0.26%;
}

.facil-pageimg{
    width: 19.5%;
    float: left;
    margin: 0 0.25%;
}


.facil-pageimg > .fa-pageList{
    margin-bottom: 5px;
}
.facil-pageimg:nth-child(even) .fa-pageList:first-child{
    width: 230px;
    height: 236px;
}
.facil-pageimg:nth-child(even) .fa-pageList:first-child img{
    width: 230px;
    height: 236px;
}
.facil-pageimg:nth-child(even) .fa-pageList:last-child{
    width: 230px;
    height: 476px;
}
.facil-pageimg:nth-child(even) .fa-pageList:last-child img{
    width: 230px;
    height: 476px;
}
.facil-pageimg:nth-child(odd) .fa-pageList:first-child{
    width: 230px;
    height: 476px;
}
.facil-pageimg:nth-child(odd) .fa-pageList:first-child img{
    width: 230px;
    height: 476px;
}
.facil-pageimg:nth-child(odd) .fa-pageList:last-child{
    width: 230px;
    height: 236px;
}
.facil-pageimg:nth-child(odd) .fa-pageList:last-child img{
    width: 236px;
    height: 236px;
}
.fa-pageList{
    width: 100%;
    position: relative;
}
.fa-pageList img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.faci-relative{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color:  rgba(0,0,0,.5);
    font-size: 16px;
    opacity: 0;
}
.faci-relative a{
    text-decoration: none;
}
.faci-relative a{
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
}
.fa-pageList:hover .faci-relative{
    opacity: 1;
}
/*景观设施 end*/

/*景观设计*/
.design-div{
    max-width: 1160px;
    width: 1160px;
    /*display: none;*/
}

.desing-list{
    float: left;
    overflow: hidden;
    position: relative;
    width: 232px;
    height: 232px;
    max-width: 232px;
    max-height: 232px;
}
.desing-list img{
    padding: 3px;
     width: 232px;
    height: 232px;
    max-width: 232px;
    max-height: 232px;
}
.design-relative{
    font-size: 16px;
    background-color:rgba(0,0,0,.5);
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    width: 97%;
    height: 97%;
    padding-top: 50%;
    opacity: 0;
    text-indent: -999999px;
}
.desing-list :hover{
    opacity: 1;
}
/*景观设计 end*/
/*景观设施详情*/
.facilites-slide{
    max-width: 1145px;
/*    width: 1145px;*/
    display: none;
}
.facilites-slide .swiper-container{
    width: 100%;
}
.facilites-slide .swiper-slide{
    /* 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;
}
.facilites-cont{
    background: #9f9fa0;
    width: 100%;
    overflow: hidden;
}
.addHeight{
    height: 79px;
    overflow: hidden;
    margin-top: 13px;
}
.facilites-cont h3{
    font-size: 16px;
    margin-top: 0;
    /*padding-top: 12px;*/
    margin-bottom: 7px;
}
.facilites-cont p{
    font-size: 12px;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 0
}
.facilites-slide .swiper-pagination{
    bottom: 1.5% !important;
    text-align: right;
}
.facilites-slide .swiper-pagination-bullet{
    border-radius: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #cacaca;
}
.facilites-slide .swiper-pagination-bullet-active{
    background-color: #7d7c7d;
}
/*景观设施详情 end*/
/*关于我们*/
.about-page{
    max-width: 1175px;
    display: none;
}
.about-pageLeft{
    max-width: 340px;
    /*max-height: 480px;*/
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 4%;
}
.about-pageLeft img{
    max-width: 100%;
    width: 100%;
}
.about-pageRight{
    background-color: #efefef;
}
.about-pageRight h3{
    margin-top: 0;
    padding-left:6%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 4%;
}
.about-p{
    font-size: 14px;
    color: #333333;
    padding-left:6%;
}
/*关于我们 end*/
/*加入建王*/
.about-join{
    max-width: 1200px;
    /*padding: 1% 0;*/
    /*border: 1px solid #dcdcdc;*/
     padding: 0% 4% 0% 1.5%;
}
.about-joinLeft{
    text-align: left;
    overflow: hidden;
}
.about-joinLeft img{
    min-width: 460px;
    width: 100%;
}
.about-joinRight{
    text-align: left;
    margin-left: -40px;
}
.about-joinUl li{
    list-style-type: square;
    list-style-position: inside;
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-align: left;
}
.about-joinUl li a{
    color: #666666;
}
.about-joinUl li:first-child{
    padding-top: 0;
}
/*加入建王 end*/
/*加入建王详情*/
.about-join-page{
    max-width: 1200px;
    /*border: 1px solid #dcdcdc;*/
}
.about-join-pageLeft{
    text-align: left;
    padding-left: 5%;
    overflow: hidden;
}
.about-join-pageLeftdiv{
    padding-right: 12%;
}
.about-joinTitle{
    font-size: 18px;
    margin-bottom: 8%;
    color: #444444;
    padding-top: 2%;
}
.about-join-pageLeftdiv h4{
    font-size: 16px;
    color: #444444;
    margin-bottom: 3%;
}
.about-join-pageLeftdiv p{
    font-size: 12px;
    color: #888888;
}
.about-join-pageRight{
    text-align: left;
    padding-left: 0%;
    overflow: hidden;
}
.about-join-pageRightdiv{
    max-width: 340px;
    padding-left: 13%;
}
.mainForm .form-control{
    min-height: 42px;
    color: #888;
}
.manform-padding{
    padding-left: 0;
}
.mainForm .form-group{
    margin-bottom: 3%;
}
#filePicker{
    color: #666;
}
#showOrigName {
    color: #888888;
    font-weight: normal;
}
#filePicker{
    max-width: 143px;
    width: 143px;
    min-height: 42px;
    background-image: url(../images/upimg.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
#sumbmitBtn{
    max-width: 143px;
    width: 143px;
    min-height: 42px;
    background: #ffffff;
}
#sumbmitBtn:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.about-paleft{
    padding-left: 13%;
}
/*加入建王详情 end*/
/*国际合作*/
.internatin-page{
    max-width: 1180px;
}
/*国际合作 end*/
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.intern-left{
    max-width: 340px;
    text-align: right;
}
.intern-left img{
    margin-top: 20%;
    max-width: 100%;
}
.js-intern-right{
    padding: 3% 7%;
    box-sizing: border-box;
    color: #333333;
}
.initialism-d3d3d5{
    background:#d3d3d5;
}
.initialism-7c7c7c{
    background:#7c7c7c;
}
.initialism-585656{
    background:#585656;
}
.initialism-9fa1a1{
    background:#9fa1a1;
}
/*新闻列表*/
.news-page{
    max-width: 1180px;
}
.news-list{
    border-bottom: 1px dashed #eeeeee;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    max-height: 167px;
}
.news-list .media-left img{
    max-width: 260px;
    max-height: 150px;
    width: 260px;
    height: 150px;
}
.news-list .media-body{
    text-align: left;
    max-height: 150px;
}
.news-list .media-heading{
    margin-top: 7px;
    margin-bottom: 6%;
    font-size: 18px;
    color: #444444;
}
.news-list .media-heading a{
    color: #444444;
}
.news-list .media-body p{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    min-height: 77px;
    display: block
}
.news-time{
    font-size: 14px;
    color: #999999;
}
/*分页*/
.news-paginat{

}
.news-paginat>li>a, .news-paginat>li>span{
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    color: #666666;
}
.news-paginat>li:first-child>a, .news-paginat>li:first-child>span{
    border: 1px solid #a7a7a7;
    border-radius: 0;
}
.news-paginat>li:last-child>a, .news-paginat>li:last-child>span{
    border: 1px solid #a7a7a7;
    border-radius: 0;
}
.news-paginat>li>a:focus, .news-paginat>li>a:hover, .news-paginat>li>span:focus, .news-paginat>li>span:hover{
   background-color: #a7a7a7;
    color: #fff;
}
.news-paginat>.active>a, .news-paginat>.active>a:focus,.news-paginat>.active>a:hover, .news-paginat>.active>span, .news-paginat>.active>span:focus,.news-paginat>.active>span:hover{
    background-color: #a7a7a7;
}
.no-paddttop{
    padding-top:20px;
}
.no-paddbottom{
    padding-bottom: 0;
}
/*新闻详情*/
.news-page-xq{
    max-width: 1150px;
}
.news-h3{
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    /*letter-spacing: 5px;*/
}
.newsdata{
    font-size: 12px;
    color: #888888;
}
.news-cont{
    text-align: left;
    font-size: 14px;
    color: #888888;
    min-height: 800px;
    width: 75%;
    margin: 0 auto
}
.news-cont p{
    margin-bottom: 0;
}
.news-cont img{
    max-width: 100%;
}
.news-cont p img{
    max-width: 100%;
}
.news-cont p span img{
    max-width: 100%;
}
.newsshare{
    border-top: 1px dashed #d0d0d0;
    border-bottom: 1px dashed #d0d0d0;
}
.newsshare .bdshare-button-style2-16 .bds_weixin{
    background-image: url(../images/weixin.png);
    background-size: cover;
    background-position: 0;
}
.hrwidt{
    width: 75%;
    margin-left:auto;
    margin-right: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}

/*新加的页*/
.news-world{
    max-width: 1160px;
    position: relative;
      display: none;
}
.news-world-left{
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 25%;

    /*visibility: hidden;*/
}
.news-world-list{
    display: inline-block;
}

.news-world-list img{
    height: 224px;
    max-height: 224px;
    width: 224px;
    max-width: 224px;
}
.news-world-listspan{
    color: #666;
    padding: 15px 0;
    text-align: center;
}


@media (min-width: 992px) {
  .famax-width{
    margin: 0 auto;
  }
  .facilites-cont p{
    font-size: 12px;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .about-pageRight h3{
      padding-left: 50px;
  }
  .about-p{
      padding-left: 50px;
      padding-right: 50px;
  }
  .about-border-left{
      border-right: 1px solid #dcdcdc;
  }

}

@media (min-width: 1666px){
    .container{
        width: 1666px;
    }
    .design-div{
        margin: 0 auto;
    }
    .famax-width{
        margin: 0 auto;
    }
    .facilites-slide{
        margin: 0 auto;
    }
    .facilites-cont{
        height: 105px;
    }
    .facilites-cont p{
        font-size: 12px;
        padding: 0 30%;
        line-height: 1.6;
    }
    .about-page{
        margin: 0 auto;
    }
    .about-pageLeft{
        text-align: left;
        margin: 0;
    }
    .about-join{
        margin: 0 auto;
    }
    .about-join-page{
        margin: 0 auto;
    }
    .about-border-left{
        border-right: 1px solid #dcdcdc;
    }
    .internatin-page{
        margin: 0 auto;
    }
    .news-page{
        margin: 0 auto;
    }
    .news-page-xq{
        margin: 0 auto;
    }
    .news-world{
        margin: 0 auto;
    }

}
