﻿
.blogerinfo {
    text-align: center;
    padding: 0 15px;
    background: #fff;
    margin-bottom: 15px;
}

.blogerinfo-figure {
    display: inline-block;
    margin: 20px auto;
}

    .blogerinfo-figure img {
        border-radius: 50px;
        width: 100px;
    }

.blogerinfo-nickname {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.blogerinfo-introduce {
    margin: 15px auto;
    font-size: 18px;
    width: 90%;
}

.blogerinfo-location {
    color: #808080;
    margin: 15px;
}

.blogerinfo-contact {
    padding: 15px;
    padding-top: 5px;
}

    .blogerinfo-contact > a {
        padding: 0 10px;
    }

.blogroll > li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
}
.home-ad img{
  width: 100%;
  height: 150px;
  margin-top: 10px;
}

.tuandui{
  background: #dfd;
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  margin: 30px auto;
  padding: 50px;
}

.service {
  background: #bcc;
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  margin: 30px auto;
  padding: 50px;
}

.info-bord{
  width: 100%;
  margin: 10px 0;
  display: block;
  /*background: #eee;*/
  padding: 5px;
}

.info-wd{
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: 38px;
  font-size: 17px;
  padding: 5px;
}

.info-bord img{
  /*
  width: 45%;
  display: inline-block;
  margin-right: 10px;
  */
}

.news-left img{
  height: 200px;
  padding-bottom: 8px;
}

.news-left .news-title{
  position: relative;
  height: 25px;
  line-height: 25px;
  top: -40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: bold;
  margin-top: 200px;
}

.news-right {
  width: 66%;
  display: inline-block;
  font-size:16px;
  line-height: 38px;
}

.tuandui-gfm{
  width: 820px;
  height: 350px;
  margin: 0 auto;
  /*display: table-cell;*/
  text-align: center;
  border: 1px dashed #ddd;
  overflow: hidden;
}

.tuandui-gfm-tx {
  width: 160px;
  height: 160px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-top: 70px;
}

.tuandui-gfm-news{
  display: none;
}

.tuandui-gfm-tit{
  text-align: center;
}

.tuandui-gfm:hover .tuandui-gfm-tx,
.tuandui-gfm:hover .tuandui-gfm-tit{
  display: none;
}

.tuandui-gfm:hover .tuandui-gfm-news{
  display: block;
  margin: 0 auto;
}

.tuandui-list{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.tuandui-bt{
    text-align:center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.tuandui-item .buttonbox {
    background: #e32121;
    border: 1px solid #e32121;
    padding: 3px 20px;
    color: white;
    border-radius: 15px;
}

.tuandui-item .buttonbox:hover{
  color: black;
}

.tuandui-bt .buttonbox1{
  color: #0f0;
  /*background: #e32121;*/
}

.tuandui-bt .buttonbox1:hover{
  color: #fff;
}

.tuandui-bt .buttonbox2{
  color: #eee;
}

.tuandui-bt .buttonbox2:hover{
  color: black;
}

.tuandui-item {
  display: block;
  width: 33%;
  height: 380px;
  padding: 5px;
  margin: 10px 0px;
  overflow: hidden;
  border: 1px solid #f8f8f8;
}

.tuandui-item:hover{
  box-shadow:0 0 10px 5px rgba(127,127,127,.5)
}

.tuandui-item a {
  color: #e32121;
  display: block;
  width: 100%;
}

.tuandui-item a img {
    width: 160px;
    height: 160px;
    opacity: 0.9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 50%;
    /*图片倒影*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.8, transparent), to(rgba(250, 250, 250, 0.298039)));
}

.tuandui-item .tuandui-title {
    width: 100%;
    padding: 20px;
    /*background: #010101;*/
}

.tuandui-item .tuandui-title a{
  display: block;
  color: #ccc;
  background-color: #002e5b;
  text-align: center;
  width: 110px;
  margin: 10px auto;
  font-size:16px;
  font-weight: bold;
  border: 1px solid #002e5b;
  border-radius:15px;
}

.tuandui-item .tuandui-title a:hover{
  color: #fff;
}

.tuandui-description{
  max-height: 72px;
}


.service li{
  width: 25%;
  height: 290px;
  display: inline-block;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.service li img{
  height: 210px;
  padding: 10px;
  border: 1px solid #eee;
}

.service .title {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}

.service .description {
  display: none;
  position: relative;
  top: -250px;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  padding: 60px 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.service li:hover .title{
  /*background: #eee;*/
  color: #002e5b;
}

.service li:hover .description{
  display: block;
}

  .news-right li {
    clear: both;
    border-bottom: 1px dashed #c2c2c2;
    height: 35px;
    overflow: hidden;
  }

  .news-right li .news-list-title{
    width: 70%;
    display: inline-block;
    overflow: hidden;
  }

@media (max-width: 768px) {
  .info-wd{
    width: 95%;
  }
  .news-right {
      width: 100%;
  }

  .service {
    padding: 0px;
  }
  .service li{
    width: 50%;
    height: 230px;
    padding: 5px;
    margin-bottom: 0px;
  }
  .service li img {
    height: 180px;
  }
  .service .description {
    top: -210px;
    padding: 10px;
  }

  .tuandui-item a img {
      width: 100px;
      height: 100px;
  }

  .tuandui-description{
    max-height: 130px;
    overflow: hidden;
  }

  .tuandui-item .tuandui-title {
    padding: 0;
  }

  .tuandui-item {
    height: 300px;
  }

  .news{
    width: 100%;
    padding: 5px;
  }

  .news-left{
    width: 100%;
    padding: 0px;
  }

  .tuandui {
    padding: 0;
  }

  .tuandui-gfm {
    width: 100%;
    height: 180px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
  }

  .tuandui-gfm-tx {
    width: 120px;
    height: 120px;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-top: 0px;
  }

  .tuandui-gfm-news {
    width: 100%;
    display: none;
  }

}

/*装修流程*/
.index-floor {margin-top: 34px;}

.clearfix {* zoom: 1;}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main-box {
    position: relative;
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 20px auto;
    background: url(../images/yinzhang1.png) -36px 0px no-repeat;
}

.main-box:before, .main-box:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.index-progress {
    margin: -1px -1px 0;
    /*background: #fff;*/
    border: 1px solid #cfcfcf;
}

.one-progress {
    float: left;
    width: 180px;
    height: 93px;
    padding: 20px 0 20px 100px;
    font-size: 18px;
    line-height: 56px;
    background-position: 25px center;
    background-repeat: no-repeat;
}
.one-progress img {
    float: left;
    display: none;
    margin-left: -75px;
}
.one-progress:hover {color: #c60000;}
.one-progress:hover img {display: block;}


/*施工流程*/
/*
.step-pc .clear-fix { zoom: 1; }
*/
.step-pc{
  width:100%;
  background: rgba(0,228,27, 0.1);
  /*background-color:#fff; border: 1px solid #eee;*/
}

.step-pc ul{
  width:100%;
  height: 110px;
  margin-top:20px;
  margin-bottom:10px;
  overflow:hidden;
  background: url(../images/yinzhang_sglc.png) -36px 10px no-repeat;
}

.step-pc ul li{
  float: left;
  display: inline-block;
  width:14.2%;
  position:relative;
  background:url(../images/line.png) left 10px repeat-x;
}
.step-pc ul li .num{
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:#333;
  color:#fff;
  line-height:20px;
  font-size:12px;
  text-align:center;
  position:absolute;
  left:50%;top:10px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%)
}
.step-pc ul li .name{
  font-size:16px;color:#333;text-align:center; line-height:18px;margin:40px auto;width: 40px;
}

/*
.step-pc ul li:hover .num{background-color:#e32121;box-shadow:0 0 10px 5px rgba(227,33,33,.5)}
.step-pc ul li:hover .name{color:#e32121;}
*/
.step-pc ul li:hover .num{background-color:#00e41b;box-shadow:0 0 10px 5px rgba(127,255,0,.5)}
.step-pc ul li:hover .name{color:#00e41b;}

.piclist li{
  display: inline-block;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.piclist li:hover{
  background: #002e5b;
}

.piclist li img{
  height: 210px;
  padding: 10px;
  border: 1px solid #eee;
}

.piclist li:hover img{
  border: 1px solid #002e5b;
}

.piclist li a div{
  padding-top: 10px;
}

.piclist li:hover a div{
  background: #002e5b;
  color: #fff;
}

.footprint > dt {
    color: #01AAED;
}

.footprint > dd {
    text-indent: 1.3em;
    padding: 2px 0;
}
