@charset: "utf-8";
  

#header{
    background-color: rgba(255, 255, 255, .9);
}

#header .down-menu{
    background-color: rgba(255, 255, 255, .9);
}

#header .down-menu .link-wrap {
    color: #424242
}

#header .down-menu.bg {
    background-color: rgba(255, 255, 255, .9);
}

#header .down-menu.bg .link-wrap {
    color: #424242;
}

#header .link{
    color: #424242;
}


.page1{
    height: 100%
  }

.page2 {
  min-height: 500px;
}  

/* 联系我们 */
  .contact{
    padding-bottom: 100px;
    color: #888;
  }

  .contact h2.title{
    height: 40px;
    line-height: 40px;
    color: #424242;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contact .left{
    float:left;
    width: 25%;
    padding: 0 2%
  }

  .contact .left .line{
    height: 48px;
    margin-top: 20px;
    overflow: hidden;
  }

  .contact .left li{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    line-height: 21px;
    overflow: hidden;
  }

  .contact .left li:first-child .fa{
    font-size: 32px;
    top: -2px;
  }

  .contact .left .fa{
    position: absolute;
    left: 6px;
    top: 2px;
    margin-right: 5px;
    font-size: 28px;
    color: #424242;
    text-indent: 0; 
  }

  .contact .left .line:first-child{
    margin-top: 0;
  }

  .contact .left .pic-wrap{
    font-size: 0
  }

  .contact .left .content img{
    width: 100%
  }

  .contact .right{
    width: 66%;
    margin-left: 29%;
    padding: 0 2%
  }

  .contact .right p{
    text-align: left;
    overflow: hidden;
  }

  .contact .right p>iframe{
    display: block;
    margin: 0 0 30px 37px;
  }

  .contact .right .line{
    position: relative;
    margin-bottom: 26px;
    line-height: 21px;
    cursor: default;
  }

  .contact .right .fa{
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    color: #424242;
    font-size: 40px;
  }

  .contact .right .line:hover{
    color: #424242;
  }

  .contact .right iframe{
    width: 560px;
    height: 362px;
  }
  

  /*详细页面*/
  .detail{
  
  }

  .detail .w1200{
    padding: 30px 0;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .detail .left{
    width: 40%;
    font-size: 0
  }

  .detail .left img{
    width: 100%
  }
  .detail .pro-pic{
    padding: 20px
  }

  .detail .right{
    float: right;
    width: 45%;
    padding: 20px 0 20px 5%
  }

  .detail .line{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail .line .title{
    color: #000;
    font-size: 18px;
  }

  .detail .btn-wrap{
    margin-top: 50px;
  }

  .detail .pro-params{
    padding: 0 14px;
  }

  .detail .pro-params li{

  }

  .detail .pro-params li p{
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 10px
  }

  /*产品列表*/

  .pro-list{
      
    }

    .pro-list .wrap{
      padding: 10px 10px 50px;
      font-size: 0;
    }

    .pro-list .pro-item{
      float: left;
      display: inline-block;  
      width: 21%;
      padding: 1%;
      margin: 0 1% 24px;
      font-size: 14px;
      -webkit-box-shadow: 1px 1px 10px 1px #ccc;
      -moz-box-shadow: 1px 1px 10px 1px #ccc;
      box-shadow: 1px 1px 10px 1px #ccc ;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
    }

    .pro-list .title{
      height: 30px;
      margin-top: 15px;
      line-height: 30px;
      color: #000;
      font-size: 18px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .pro-list .pro-item .desc{
      height: 20px;
      margin-top: 10px;
      line-height: 20px;
      font-size: 12px;
      color: #555;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  
    .pro-list .pic-wrap{
      padding: 40px 0;
    }

    .pro-list .pro-item:hover{
      -webkit-box-shadow: 1px 1px 10px 1px #ddd;
      -moz-box-shadow: 1px 1px 10px 1px #ddd;
      box-shadow: 1px 1px 10px 1px #ddd;
    }

    .pro-list .pro-item img{
      width: 100%;
    }

    .pro-list .btn-wrap{
      margin-top: 20px;
    }

    .pro-list .loading-more{
        padding: 20px 0;
        text-align: center;
    }

    .pro-list .loading-more a{
      text-decoration: none;
      color: #fff;
    }

/* news 页面的 */



.news .content{

}

.news .title{
    height: 40px;
    margin-bottom: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #424242;
}

.news .new-item{
    height: 40px;
    line-height: 40px;
    padding: 10px;
    border-bottom: 1px dashed #555;
}

.news .new-item:first-child{
    border-top: 1px dashed #555;
}

.news .new-item .link-wrap{
    color: #555;
}

.news .new-item .new-title{
    display: block;
    height: 40px;
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .new-item .date{
    position: absolute;
    right: 0;
    top: 0
}

.news .new-item:hover .link-wrap{
    color: #424242;
}

.news .page{
    margin: 20px 0 30px;
    padding-right: 210px;
    font-size: 0;
    text-align: right;
}

.news .page a{
    display: inline-block;
    padding: 0 20px;
    margin:0 10px;
    line-height: 30px;
    border: 1px solid #424242;
    color: #424242;
    background: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
}

.news .page a.cur{
    background-color: #424242;
    color: #fff;
}

.news .page a:hover{
    background-color: #424242;
    color: #fff;
}

.news .status{
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
}

.news .page em{
  font-size: 16px;
  color: #424242;
  font-weight: bold
}

.news .page span.current{
  display: inline-block;
  padding: 0 20px;
  margin:0 10px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #424242;
  color: #fff;
  background-color: #424242;
  border-radius: 4px;
}

/* word-list */

.works {
    margin-top: 90px;
    background-color: #fff;
}

.works .filter-wrap {
    font-size: 18px;
    /*    margin: 0 150px;*/
    margin-top: 10px;
}

.works .filter-wrap a {
    color: #333;
    cursor: pointer;
    margin: 0 10px;
    white-space: nowrap;
}

.works .filter-wrap a:hover {
    color: #2ecaa7;
}

.works .filter-wrap a.selected {
    color: #2ecaa7;
    text-decoration: none;
}

.works .holder {
    margin: 0 auto;
}

.works .works-wrap:after {
    content: ' ';
    display: block;
    clear: both;
}

.works .works-wrap .work-item {
    position: relative;
}

.works .works-wrap .work-item:before {
    content: '';
    display: block;
    padding-top: 65%;
}

.works .works-wrap .work-item .work-link {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    /*width:  100%;*/
    /*height: 100%;*/
}

.grid-sizer,
.works .works-wrap .work-item { width: 25%; }

/*.gutter-sizer { width: 2%; }*/

.works .works-wrap .work-item.width2 { width: 50%; }

.works .works-wrap .work-item, .work-item-sizer {
    /*width: 25%;*/
    /*padding-right: 15px;*/
    /*padding-bottom: 15px;*/
    /*height: 180px;*/
}

.works .works-wrap .work-item.width2 {
    /*width: 50%;*/
}

.works .works-wrap .work-item.width3 {
    width: 75%;
}

.works .works-wrap .work-item.width4 {
    width: 100%;
}

.works .works-wrap .work-item .content {
    width: 100%;
    height: 100%;
    /*float: left;*/
    overflow: hidden;
    /*position: relative;*/
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #2ecaa7;
    /*position:   absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}

.works .works-wrap .work-item .content img {
    width: 100%;
}

.works .works-wrap .work-item .content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    /*    -webkit-transform:translatex(100%);
        -ms-transform:translatex(100%);
        transform:translatex(100%);*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.works .works-wrap .work-item .content .overlay h2 {
    float: left;
    bottom: 0;
    position: absolute;
    margin: 10px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 100;
    /*    -webkit-transform:translatex(100%);
        -ms-transform:translatex(100%);
        transform:translatex(100%);*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.works .works-wrap .work-item.width2 .content .overlay h2 {
    font-size: 15px;
}

.works .works-wrap .work-item .content:hover .overlay {
    /*    opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform:translatex(0px);
        -ms-transform:translatex(0px);
        transform:translatex(0px);*/
    background-color: rgba(46, 202, 167, 0.8);
}

.works .works-wrap .work-item .content:hover .overlay h2 {
    /*    -webkit-transform:translatey(0px);
        -ms-transform:translatey(0px);
        transform:translatey(0px);*/
}

.works .more-wrap {
    margin-top: 50px;
    text-align: center;
}

.works .works-wrap .work-item, .work-item-sizer {
    width: 50%;
}

.works .works-wrap .work-item.width2 {
    width: 50%;
}

.works .load_more{
    margin: 40px 0;
    text-align: center;
}

/* 成功案例 */
.success{

}

.success .w1200{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0;
}

.success .success-item{
  position: relative;
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.success .success-item h3{
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.success .success-item img{
  width: 100%;
  transition: .4s ease;
  -o-transition: .4s ease;
  -webkit-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
}


.success .desc{
  position: absolute;
  left: 20px;
  bottom: 15px;
  right: 20px;
  height:20px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-transition: .4s ease;
  -webkit-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
}

.success .success-item:nth-child(3n){
  margin-right: 0;
}

.success .success-item:hover img{
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.success .success-item:hover{
  box-shadow: 0 0 20px 1px #ddd
}

.success .success-item:hover h3{
  bottom: 43px;

}

.success .success-item:hover p{
  bottom: 13px;
}

/* success-detail 页面 */


.success-detail{
  
}

.success-detail .wrap{
  line-height: 30px;
}

.success-detail h2, .success-detail h3, .success-detail h4, .success-detail h5, .success-detail h6{
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
  color: #424242;
}

.success-detail p{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 30px;
}

.success-detail img{
  margin: 10px 0;
}

/* content 页面的 */
.content{
  padding-bottom: 50px;
}

.content div.title{
  height: 50px;
  margin-bottom: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 26px
}


.content p{
  text-indent: 2.2em;
  color: #888;
  line-height: 30px;
}


.content p>img{
  margin-right: 40px;
  cursor: -webkit-grab;
}

.content p>img:last-child{
  margin-top: 0;
}

.content p.prev, .content p.next{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content span.title{
  color: #000;
  font-weight: bold
}

.content .link{
  padding-left: 5px;
  color: #424242;
  font-size: 14px;
}

.content .link:hover{
  text-decoration: underline;
}

.content .cc{
  overflow: hidden;
}

.content .cc h2, .content .cc h3, .content .cc h4{
  font-size: 20px;
}

.content .cc p {
  margin-bottom: 12px;
}

.content .cc p img{
  width: 100%;
}

.content .cc p img, .content .cc p video{
  margin-left: -2.2em;
}

.content .cc p iframe{
  width: 100%;
}

@media (min-width: 1280px){
    .container {
        width: 1280px;
    }

    
}


@media (min-width: 1200px) {
    .works .works-wrap .work-item, .work-item-sizer {
        width: 25%;
    }

    .works .works-wrap .work-item.width2 {
        width: 50%;
    }

    .w1200{
      width: 1200px;
    }
}


@media (max-width: 1200px) {
  .w1200{
    width: 80%;
  }

  /* success 页面 */

  .success{

  }
  .success .success-item{
    width: 46%;
    margin: 0 2% 35px;
  }

  .success .success-item:nth-child(3n){
    margin-right: 2%;
  }

   /* success 页面*/
  .pro-list .pro-item{
    width: 46%;
  }
}

@media (max-width: 768px) {
  /* content 页面*/
  .content .cc p iframe{
    height: 420px;
  }

  /* success 页面*/
  
  .success .success-item{
    display: block;
    width: 94%;
    margin: 0 auto 30px;
  }

}

@media (max-width: 476px) {
    
    /* content 页面*/
    .content .cc p iframe{
      height: 380px;
    }

    .w1200{
      width: 90%;
    }

     /* work_list 页面的 */
    .works{
        
    }

    /* news 页面的 */
    .news{
        
    }

    .news .new-item .link-wrap{
        font-size: 14px;
    }

    .news .page a{
        padding: 0 10px;
        font-size: 12px;
        margin: 0 20px 0 0;
    }

    .news .page a:first-child{
        margin-left: 10px;
    }

    /* detail 页面的 */
    .detail{
        padding: 20px 0;
    }

    .detail .w1200{
        display: block;
    }

    .detail .w1200 .left{
        width: 100%;
    }

    .detail .w1200 .right{
        width: 100%;
    }

    .detail .w1200 .right .title{

    }

    .detail .w1200 .right .content{
        font-size: 14px;
    }

    .detail .w1200 .right .btn-wrap{
        text-align: center;
    }

    /* pro-list 页面的 */
    .pro-list{

    }

    .pro-list .pro-item{
        width: 90%;
        padding: 5%;
        margin-bottom: 30px;
    }

    /* contact 页面的 */
    .contact{
        
    }

    .contact .left {
        float: none;
        width: 100%;
    }

    .contact .left .content{
        padding-bottom: 30px;
    }

    .contact .right{
        width: 100%;
        margin:  0;
    }

    .contact .right .side{
        padding-bottom: 30px;
    }

    .contact .right iframe{
      width: 100%;
      height: 250px;

    }

    .contact p img{
      width: 100%;
    }

    /*success 页面*/
    .success{

    }

    .success .success-item{
      width: 100%;
    }

    /* success-detail 页面 */

    .success-detail img{
      width: 100%;
    }
}

@media (max-width: 400px){
  /* content 页面*/
  .content .cc p iframe{
    height: 300px;
  }

  .w1200{
      width: 100%
    }
}

