ul,li,dl,dd,dt{list-style: none;margin:0;padding: 0}
header{}
header .search-group{position: relative;}
.header-fix{position: fixed;top:0;z-index: 10000; width: 100%; border-bottom: 1px solid #ddd;background: #fff}
.banner img{width: 100%;}
.ub{display: -webkit-box;display: -webkit-flex;display: flex}
.ub-h{-webkit-box-orient: horizontal;-webkit-flex-flow: row;flex-flow: row}
.ub-v{-webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column}
.ub-f1{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1}
.ub-hc{-webkit-box-align: center;-moz-box-align: center;-webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }
.ub-vc{align-items: center;}
.bg-gray{background: rgb(248, 248, 248)}
.advpic img{width: 100%; margin-top: 20px;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #e60012;
    text-decoration: none;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
}
.mt20{ margin-top: 20px }
.search-btn{cursor: pointer}
.item-list-info{margin-bottom: 10px;}
.item-list-info:hover{  box-shadow: 1px 2px 2px 2px  #ccc}
.container-white{background: #fff;padding: 0 10px; box-sizing: border-box; border-radius: 5px;}
.column-title{margin-top: 20px; text-align: center;position: relative}
.column-title .more-btn{height: 30px;line-height: 30px;position: absolute; right:10px; bottom:-20px;
    width: 82px;
    font-size: 12px;
    color: rgb(184, 10, 31);
    border-radius: 3px;
    border-color: rgb(184, 10, 31);
    border-width: 1px;
    border-style: solid;
    background-size: cover;
    background-blend-mode: normal;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
.column-title .more-btn:hover{opacity: 0.8}
  .column-title .title-text{padding: 0 5px; font-size: 30px;letter-spacing: 2px;color: rgb(51, 51, 51); }
  .sort-title{font-size: 14px; text-align: center; line-height: 36px;letter-spacing: 1px;color: rgb(51, 51, 51);padding: 5px 0}
  .more{font-size: 16px; color: #999; text-align: right; padding-right: 20px; background: url('../../image/more.png') no-repeat right;}
  .item-list{padding: 5px 0;overflow: hidden;}
  .item-list-box{padding: 5px;box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);}
  .item-list .pic{height: 0; overflow: hidden; cursor: pointer; background: #000;padding-bottom: 75%;position: relative  }
  .item-list .pic img{width: 100%; position: absolute;top: 50%;
      left:50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      }
.item-list .pic .b_pic1{z-index: 1}
.item-list .pic .b_pic2{z-index: 2;opacity: 0}
.item-list .pic:hover .b_pic2{opacity: 1}
.item-list .pic .pic-cover{width: 100%; height: 100%; position: absolute;top: 0;left: 0;display: block;z-index: 3;background: rgba(184, 10, 31, 0.799);opacity: 0}
.item-list .pic .pic-cover .b_info_box{width: 100%; height: 100%;color: #fff}
.item-list .pic:hover .pic-cover{opacity: 0.9}
.item-list .text-box{ margin-bottom: 15px ;box-shadow: 0 5px 25px rgb(0 0 0 / 20%); background: #fff;padding: 0 5px}
.item-list .more-btn{ margin-left: 20px }
.item-list-li{cursor: pointer}
.item-list-li:hover a{color: #e60012}

.item-list .more-btn img:nth-child(2n-1) {
    display: block;
}
.item-list .more-btn img:nth-child(2n) {
    display: none;
}
.item-list .item-list-li:hover .more-btn img:nth-child(2n-1) {
    display: none;
}
.item-list .item-list-li:hover .more-btn img:nth-child(2n) {
    display: block;
}
.item-list .name{ font-size: 16px; overflow: hidden; padding:8px 5px; box-sizing: border-box;  }
.item-list .name h2{font-size: 22px;margin: 8px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.item-list .name p{font-size: 16px;margin: 2px  8px;color: #999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  .item-list .info{font-size: 14px; padding: 8px 5px;padding-bottom: 10px; line-height: 36px;margin-left: 10px}
  .item-list .info .mianji{color: #e60012;}
  .item-list .title{ font-size: 15px; font-weight: 700; line-height: 45px; height: 45px; overflow: hidden; padding:0 5px; box-sizing: border-box; text-align: center; padding-bottom: 10px;}
.service{background: #f5f5f5; padding: 10px 0; margin-top: 10px;}
.celar{clear: both;}
.service-item-list{padding: 10px 0 20px}
.service-item20{ width: 20%;float: left;padding: 0px 5px;box-sizing: border-box }
.service-item{ border-radius: 5px;  padding: 15px 20px 0; box-sizing: border-box; margin-bottom: 5px; text-align: center}
.service-item .icon{ width: 95px;height: 95px;background: rgb(51, 51, 51);border-radius: 100%;text-align: center;cursor: pointer }
.service-item .icon span{color: #fff; font-size: 32px}
.service-item .icon:hover{background: rgb(225, 225, 225)}
.service-item .icon:hover span{color: rgb(217, 11, 36)}
.service-item .title{font-size: 22px; line-height: 35px; letter-spacing: 2px;color: rgb(217, 11, 36);margin: 10px 0}
.service-item-list .title-small{font-size: 12px; line-height: 25px; color:rgb(136, 136, 136); padding: 0 15px}
.expotu_price{border:1px solid #ddd;padding: 10px 15px; box-sizing: border-box; margin:10px 15px; }
.expotu_price .title{font-size: 16px; line-height: 36px;}
.expotu_price .list{font-size: 13px;}
.expotu_price .list-item-title {height: 40px;line-height: 40px;color: #fff;background-color: #34b360;}
.expotu_price .list-item-title dt {width: 24%;text-align: center;display: inline-block;font-weight: 100;}
.expotu_price .list-item-con {height: 50px; line-height: 50px; color: #000;background-color: #f8f8f8;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.expotu_price .list-item-con .price {color: #e05152;font-size: 16px;font-weight: 600;font-family: Arial;}
.expotu_price .list-item-con dd {width: 24%;text-align: center;display: inline-block;font-weight: 100;}
.expotu_price .desc{font-size: 12px; color: #666;line-height: 20px;padding: 10px 0}
.zsxq span{color: #e60012;font-size: 16px; padding-right: 30px;}
.tzy-link{float: right; font-size: 14px; }
.meet-more-list{ border-top:1px solid #ddd; }
.meet-more-list h2{font-size: 16px; font-weight: normal; padding-left: 10px; margin-top: 15px;}
footer{background: #272727; padding-top: 20px;}
footer .company{color:#a7a7a7; font-size: 13px; padding-bottom: 10px;}
footer .company .logo {padding-bottom: 25px; margin-top: 50px;}
footer .company .logo img{width: 90%;}
footer .company .phone { padding: 8px 5px 8px 32px;   background: url('../../image/phone.png') no-repeat left 5px; background-size: 25px 25px;  }
footer .company .email { padding: 8px 5px 8px 32px;  background: url('../../image/email.png') no-repeat left 5px; background-size: 25px 25px;  }
footer .company .address { padding: 8px 5px 8px 32px;background: url('../../image/address.png') no-repeat left 5px; background-size: 25px 25px;  }
footer .title{line-height: 25px; border-bottom: 1px solid #fff; color: #fff; font-size: 15px;padding-left: 10px; box-sizing: border-box;}
footer .order{padding-top: 5px;text-align: center;}
footer .order input{width: 80%; height: 35px; background-color: #fff; border: 0; border-radius: 5px; margin:15px 0 15px 10px;padding-left: 5px;}
footer .order .name{background:url('../../image/name.png') no-repeat 98% center #fff; }
footer .order .phone{background:url('../../image/phone2.png') no-repeat 98% center #fff; }
footer .order .meters{background:url('../../image/meters.png') no-repeat 98% center #fff; }
footer .order .budget{background:url('../../image/budget.png') no-repeat 98% center #fff; }
footer .erweim{text-align: center;margin-top: 20px;}
footer .erweim img{width: 60%}
footer .erweim p{    color: #a7a7a7;font-size: 13px; padding-top: 5px;}
footer .order-btn{margin-top: 10px;text-align: center;}
footer .order-btn input{width: 90%; color: #fff; background: #33b1fe; height: 35px; border: 0;border-radius: 5px; font-size: 16px; letter-spacing: 2px;}
footer .bottom{background: #000;padding: 10px; color: #7c7c7c;font-size: 13px; line-height: 22px;}
footer .bottom span{padding: 5px 10px;}
footer .bottom a{color: #7c7c7c;}
footer .bottom a:hover{color: #a7a7a7;}
footer .bottom .link{padding-bottom: 5px;}
footer .bottom .copyright{text-align: center;}
footer .foot-company{padding: 20px; color: #fff}
.page-count{line-height: 34px ;padding: 0 10px;}
.page-list{text-align: center;}
.search-item{padding: 10px 0}
.search-item .search-item-list{padding: 5px;padding-right: 30px; line-height: 25px; position: relative;}
.search-item .item-none{height: 25px; overflow: hidden;}
.search-item .item-icon{position: absolute; right: 5px; top:8px;display: none; cursor: pointer }
.search-item .search-item-list span{float: left; padding-right: 20px; cursor: pointer}
.search-item .search-item-list .active{color:#e60012}
.search-item .search-item-list .active a{color:#e60012}

.design-title{font-size: 18px; padding: 20px 15px 10px; color: #333;border-bottom: 1px solid #eee}
.design-meet{font-size: 14px; padding: 0px 10px 10px; color: #999;margin-top: 10px;}
.design-meet p{color: #666;margin-bottom: 10px;}
.design-meet p span{color: #333;padding-right: 15px;}
.design-title .meet-number{ padding-left: 10px; font-size:14px;   }
.design-title .meet-number span{ color:#e60012; font-weight: bold; padding: 0 2px  }

.right-cont{margin-left:20px;}
.rc-bj{border: 1px solid #ddd; background-color: #fff; box-sizing: border-box; font-size: 18px;}
.rc-bj-title{height: 46px; line-height: 46px; text-align: center; background-color: rgb(248, 248, 248); cursor: pointer;}
.rc-bj-title .icon{font-size: 20px; margin-right:3px;}
.rc-bj-title .active{color:#e60012; background: #fff;}
.rc-bj-content{font-size: 12px; color: #999; padding: 10px 20px;}
.rc-bj-content .none{display: none;}
.rc-meet-list{margin-top: 10px; border:1px solid #ddd; background: #fff; padding: 10px;}

.info-form{padding: 0 20px;}
.info-form .input-item{padding-bottom: 15px;}
.info-form .input-item input{}
.design-piclist{padding: 0 15px 10px; box-sizing: border-box;}
.design-piclist li{padding: 0px 15px 15px;}
.design-piclist li img{width: 100%;}
.up-next{padding: 0 15px;}
.up-next .next{text-align: right;}
.dsinfos{margin-bottom: 10px; margin-top: 10px;}
.dsr-tittlemt10{margin-top: 20px}
.dsr-tittle{ font-size: 16px;   padding-left: 10px; border-bottom:1px solid #ddd;padding-bottom: 8px; }
.dsr-tittle span{font-size: 12px; float: right; color: #999}
.dsr-like-list{margin-top: 5px;padding: 0 0px; margin-bottom: 20px}
.dsr-like-list .like-item{padding:5px 5px;}
.dsr-like-list .like-item .pic{background: #000; height: 120px; overflow: hidden}
.dsr-like-list .like-item img{width: 100%;}
.dsr-like-list .like-item p{height: 25px; line-height: 35px; overflow: hidden;margin-bottom: 0}
.fanye{margin-top: 10px;}
.meet-desc{line-height: 25px; font-size: 14px; padding: 10px 0}
.meet-desc p{text-indent: 2em;}
.ihouse_album h2{margin:15px 0;font-size:18px;font-weight:400;color:#323232;}
.ihouse_album h2 small{font-size:18px;}
.ihouse_album h2 span{color:#ff2424;}
.ihouse_album_big{position:relative;padding:0;text-align:center;background:#eeeeee;}
.ihouse_album_big img{max-width:100%;}
.ihouse_album_big_prev, .ihouse_album_big_next{position:absolute;top:50%;margin-top:-40px;width:80px;height:80px;background-repeat:no-repeat;cursor:pointer; background-size: 32px}
.ihouse_album_big_prev{background-image:url('../../image/album_arrow1.png');background-position:left center;left:10px; }
.ihouse_album_big_next{background-image:url('../../image/album_arrow2.png');background-position:right center;right: 10px}

.ihouse_album_small{position:relative;height:90px;}
.ihouse_album_small_prev, .ihouse_album_small_next{position:absolute;top:0;width:35px;height:100%; background-size: 15px; cursor:pointer; }
.ihouse_album_small_prev.disabled, .ihouse_album_small_next.disabled{background-color:#eee;}
.ihouse_album_small_prev{left:0;top:-5px; background-position:12px center;background:#eee url('../../image/album_arrow3.png') no-repeat center; background-size: 12px;}
.ihouse_album_small_next{right:0;top:-5px;background-position:-1140px center;background:#eee url('../../image/album_arrow4.png') no-repeat center;background-size: 12px;}
.ihouse_album_small_list{margin:40px 40px 40px 0px;height:100%;overflow:hidden;}
.ihouse_album_small_list ul{width:5000px;height:100%;}
.ihouse_album_small_list li{float:left;margin-right:10px;border:1px solid transparent; padding: 0}
.ihouse_album_small_list li.active, .ihouse_album_small_list li:hover{border-color:#ff292b;}
.ihouse_album_small_list li img{display:block;width:100px;height:80px;}
.breadcrumb {margin-bottom: 0px;    background-color: #fff; }
.breadcrumb {height: 36px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-list{ padding: 5px 15px 5px 15px }
.news-list li{padding: 10px 0;border-bottom: 1px solid #eee}
.news-list li .pic{cursor: pointer; overflow: hidden;}
.news-list li .pic img{ width: 100%;-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63), -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);  }
.news-list li  .pic img:hover{-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.news-list li .title{padding-top: 5px  ; font-size: 16px; color: #333;}
.news-list li .desc{padding: 5px 0 ; font-size: 14px; color: #666; line-height: 20px;text-indent: 2em; height: 70px; overflow: hidden;}
.news-list li .time{font-size: 12px; color: #999; line-height: 25px;}
.news-title{padding: 20px 15px 10px; font-size: 20px; color: #333; text-align: center;}
.news-time{font-size: 14px; color: #999; text-align: center; margin-bottom: 10px;}
.news-time span{padding-right: 20px}
.news-contents{font-size: 14px; color: #666; line-height: 28px; margin-bottom: 20px;}
.news-contents p{margin-bottom: 5px;text-indent: 2em;}
.news-samll-item{padding:10px 0; border-bottom: 1px solid #efefef}
.news-samll-title{padding-bottom:10px; font-size: 16px}
.news-samll-desc{padding-bottom:10px; font-size: 13px;line-height: 20px; color: #999}
.samll-pic{width: 100px; height: 60px; margin-right: 10px; overflow:hidden; }
.samll-pic img{width: 100px; height: 60px;-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63);transition: transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63), -webkit-transform 0.8s cubic-bezier(0.13, 0.71, 1, 0.63); }
.samll-pic img:hover{-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.samll-text {height: 60px; overflow: hidden;}
.contact-tab{height: 45px; line-height: 45px; border-bottom: 1px solid #e7e7e7}
.contact-tab li{ cursor: pointer;  width: 80px; margin: 0 10px; text-align: center; font-size: 16px;  }
.contact-tab span{ margin: 10px; width: 1px; height: 20px; background: #d2d2d2; }
.contact-tab .active{color:#e60012;}
.cont-item{padding-left: 25px;}
.contact-title{font-size: 16px;  color: #e60012; margin-bottom: 10px; margin-top:10px;}
.contact-info{font-size: 14px; color: #666; line-height: 25px;}
.contact-info img{height: 18px; margin-left: 10px;}
.contact{margin-bottom: 20px;}
.contact li{margin-bottom: 20px;}
.join{padding: 10px 40px; margin-bottom: 20px;}
.join .join-title{font-size: 16px; font-weight: 700; line-height: 35px; margin-bottom: 10px;}
.join .join-content{margin-bottom: 20px;}
.join .join-email{font-weight: bold;}
.ct-company{padding: 10px 40px; margin-bottom: 20px;}
.ct-company .ct-company-title{font-size: 16px; font-weight: 700; line-height: 35px; margin-bottom: 10px;}
.ct-company .ct-company-content{margin-bottom: 20px;}
.cont-item-hide{display: none}
.contact-content {display: block;}
.about-nav li{font-size: 16px; color: #333; line-height: 45px; border-bottom: 1px solid #e7e7e7;padding-left:10px; box-sizing: border-box;  }
.about-nav li span{ float: right; margin-right: 5px; width: 30px; height: 45px; background: url('../../image/left-arw.png') no-repeat right center;}
.about-nav .active{color: #e3302c;border-bottom: 1px solid #e3302c;}
.about-nav .active span{ float: right; margin-right: 5px; width: 30px; height: 45px; background: url('../../image/red-arw.png') no-repeat right center;}
.about-title{line-height: 45px; border-bottom: 1px solid #e7e7e7; font-size: 18px; color:#e7e7e7; margin: 0 20px; }
.about-nav .active a{color: #e3302c;}
.map{margin: 10px 20px;}
.map img{width: 100%;}
 /*PC屏幕下的专用样式*/
@media screen and (min-width:1600px) {
    .container {
        width: 1620px;
    }
}
  @media screen and (min-width:1200px) {
    header .navbar-header img{
       width: 205px;
    }
    .navbar-nav {

        margin-left: 15px;
    }
    .navbar-default{background-color: #fff; border-color: #fff; }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
   background: #ccc;
  }

  header .navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #b80a1f;
  }
  .navbar-default .navbar-nav>li>a {
    color: #333;
      font-size: 14px;
  }
  .navbar-default .navbar-nav>li>a .bt-arrow{
      width: 12px;
      height: 12px;
      display: inline-block;
      background: url(../../image/down-arrow.png) no-repeat;
      background-size: 10px 10px;
      background-position: 2px 2px;
  }
  .navbar-default .navbar-nav>li>a:hover {
     color: #fff;
      background: #999;
  }
  .navbar-default .nav-li:hover .b_menu_box{
     display: block;
  }
  .navbar-default .navbar-nav>li>a:hover .bt-arrow{
      background: url(../../image/up-arrow.png) no-repeat center;
      background-size: 10px 10px;
      background-position: 2px 2px;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
    line-height: 80px;
    font-size: 16px;
    color: #333;width:110px;text-align: center;
  }
  .navbar-form {margin-top:22px;}
  header .search-group .search-btn{position:absolute; right: 5px; top:8px;}
  header .search-group .search-txt{padding-right: 25px; box-sizing: border-box;}
  .carousel-control {
    top: 0px;
  }
 .carousel-inner img{width: 100%;}
  .item-list-height{height: 505px; }
  .itemh2{height: 470px;}
  .dsr-like-list .like-item img{}
 }
.breadcrumb>li {
    position: relative;
}
.icon-home-size{ width: 20px;display: block; }
.icon-home-size img{position: absolute; top:-16px}
 .bgback1{background-color: #f7f7f7}
 .breadcrumb { background-color: #f7f7f7;height: 46px; line-height: 36px; }
  .bgwhite{background-color: #fff}

  header .b_menu_box{
      display: none ;
      position: absolute;
      width: 470px;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      padding-top: 10px;
      z-index: 10;
  }
header .b_menu_box .b_sanjiao {
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(153, 153, 153) !important;}

header .b_menu_box .b_menu_con {
    opacity: 0.9; background:rgb(153, 153, 153) !important;padding: 15px; }

header .b_menu_box .b_menu_top {
    margin-bottom:10px;border-bottom: 1px dashed rgb(204, 204, 204) }

header .b_menu_box .b_menu_bottom {
    width: 100%; }

header .b_menu_box .b_b_left {
    width: 50%;
    float: left;
    padding-right: 0.46875rem;
    border-right: 1px dashed rgb(204, 204, 204); }
header .b_menu_box .b_b_left img {
    max-width: 100%;
}
header .b_menu_box .b_b_left .b-group-text3{
    font-size: 12px;color:#fff; line-height: 20px; padding: 5px 0;
}
header .b_menu_box .b_b_right {
    width: 50%;
    float: right;
    padding-left: 15px; }
header .b_menu_box .b_b_right .b_nav_ul2{ padding: 2px   }
header .b_menu_box .b_b_right li{
    height: 36px; line-height: 34px; border-bottom: 1px dashed rgb(204, 204, 204);padding-left: 10px;
}
header .b_menu_box .b_b_right li a{ color:#fff }
header .b_menu_box .b_b_right li a:hover{ color:#e60012 }
/*中等PC屏幕下的专用样式*/
 @media screen and (min-width:992px) and  (max-width:1199px) {
     header .navbar-header img{
       width: 168px;margin-top: 5px;
    }
    .navbar-default{background-color: #fff; border-color: #fff; }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
      color: #e60012;
     background: none;
    }
    header .navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
  }
  .navbar-default .navbar-nav>li>a {
    color: #333;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 10px;
    line-height: 80px;
    font-size: 16px;
    color: #333;
  }
    .navbar-form {margin-top:22px; }
  header .search-group .search-btn{position:absolute; right: 5px; top:8px;}
  header .search-group .search-txt{padding-right: 25px; box-sizing: border-box; width: 180px;}
  .carousel-control {
    top: 10px;
  }
  .item-list-height{height: 505px; }
  .itemh2{height: 470px;}
  .dsr-like-list .like-item img{height: 126px;}
}
 /*PAD屏幕下的专用样式*/
 @media screen and (min-width: 767px) and (max-width: 991px) {
    header .navbar-header img{
        width: 120px;
    }
    .navbar { margin-bottom: 0px;}
   .navbar-default{background-color: #f8f8f8; }
  header .search-group .search-btn{position:absolute; right: 5px; top:8px;}
  header .search-group .search-txt{padding-right: 25px; box-sizing: border-box;}
  .item-list-height{height: 1010px; }
  .itemh2{max-height: 940px;}
  .expotu_price .list-item-con .price {color: #e05152;font-size: 14px;font-family: Arial;}


 }

 @media screen and (max-width: 767px) {
    header .navbar-header img{
        width: 120px;
    }
    .navbar { margin-bottom: 0px;}
   .navbar-default{background-color: #f8f8f8; }
  header .search-group .search-btn{position:absolute; right: 5px; top:8px;}
  header .search-group .search-txt{padding-right: 25px; box-sizing: border-box;}
  .item-list-height{height: 1010px; }
  .itemh2{max-height: 940px;}
  .search-item .search-item-list span{padding-right: 10px;}
.news-list li .title{padding-top: 0px  ; font-size: 18px; color: #333; height: 50px; overflow: hidden;}
.news-list li .desc{display: none}
.news-list li .time{font-size: 12px; color: #999; line-height: 25px;}
.right-cont{margin-left: 0px;     }
.design-info{padding-left: 0px; padding-right: 0px; margin-top: 10px;}
.expotu_price{display: none}
}

.page_naws{ background:#edeef0; width:100%; overflow:hidden;}
.page_naws_n{margin: auto;margin: 2% 10%}
.page_naws_n .nqType {position: relative;overflow: hidden;height: 4.5em;margin: 0 0 2%;padding: 0 0 0 2%;background: #ffffff;}
.page_naws_n .nqtWrap {float: right;overflow: hidden;}
.page_naws_n .nqpNameCn {line-height:4em;color: #555555;font-size:1.2em;}
.page_naws_n .nqpNameEn {margin: 0 0 0 4px;line-height:4em;color: #c6c6c6;font-size:1.2em;}
.page_naws_n .nqUnderline {position: absolute;bottom: 0;right: 0;height: 3px;background: #ff8329;width: 72px;}
.page_naws_n .nqtWrap li {float: left;}
.page_naws_n .nqtWrap li a {display: block;height: 51px;padding: 0 23px;border-bottom: 3px solid #ffffff;line-height: 54px;color: #505050;}
.page_naws_n .nqtWrap li a:hover {color: #ff8329;}
.page_naws_n .nqlWrap li{position: relative;margin: 0 0 25px;padding: 20px 34px 26px 42px;background: #ffffff;}
.page_naws_n .nqlWrap li a{ color:#000;font-size: 1.2em;}
.page_naws_n .nqlWrap li .nqlDate {position: absolute;top: 0;left: -78px;width: 78px;height: 78px;background-color: rgb(120, 120, 120);}
.page_naws_n .nqlWrap li .nqldDay{display: block; font-size: 36px; color: #ffffff; text-align: center; line-height: 50px; }
.page_naws_n .nqlWrap li .nqldMy{display: block; font-size: 13px; color: #fff; text-align: center; line-height: 24px; }
.page_naws_n .nqlWrap li .nqlTitle{font-size: 14px; color: #000000; line-height: 32px; text-decoration: none; }
.page_naws_n .nqlWrap li .nqli:hover .nqlTitle{color: #ff8329; }
.page_naws_n .nqlWrap li .nqlSum{    padding: 1% 0 1.2%;line-height: 2em;color: #616161;font-size: 0.9em;}
.page_naws_n .nqlWrap li .nqlDetDate{line-height:1.6em; font-size:0.9em; color: #9E9E9E;     text-align: right;}
.page_naws_n .nqlWrap li:hover a{color: #ff8329; }
.page_naws_n .nqlWrap li b{font-size: 1.1em; line-height: 2.5em;}

.com_page .com_list2 .col2_li {
    margin-top: 0.2rem;
}
.com_page .com_list2 .col2_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem;
    background-color: #fff;
}
.com_page .com_list2 .col2_item:hover .img img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.08);
}
.com_page .com_list2 .col2_item:hover .col2_te .p2 {
    color: #b80a1f;
}
.com_page .com_list2 .col2_item:hover .col2_te .p4 img:nth-child(2n-1) {
    display: none;
}
.com_page .com_list2 .col2_item:hover .col2_te .p4 img:nth-child(2n) {
    display: block;
}
.com_page .com_list2 .img {
    width: 32.5203252033%;
    overflow: hidden;
}
.com_page .com_list2 .img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.com_page .com_list2 .col2_te {
    width: 64.2276422764%;
    padding-top: 0.2rem;
}
.com_page .com_list2 .col2_te .p1 {
    color: #999;
    font-family: Mont;
}
.com_page .com_list2 .col2_te .p2 {
    color: #333;
    margin-top: 0.08rem;
}
.com_page .com_list2 .col2_te .p3 {
    color: #999;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.com_page .com_list2 .col2_te .p4 {
    margin-top: 0.36rem;
    width: 0.36rem;
    min-width: 24px;
}
.com_page .com_list2 .col2_te .p4 img:nth-child(2n-1) {
    display: block;
}
.com_page .com_list2 .col2_te .p4 img:nth-child(2n) {
    display: none;
}


.page_naws_n_show{position: relative;padding: 3% 2.2% 3.2%;background: #ffffff;}
.page_naws_n_show .nqlDate {position: absolute;top: 0;left: -78px;width: 78px;height: 78px;background-color: rgb(120, 120, 120);}
.page_naws_n_show .nqldDay {display: block;font-size:3em;color: #ffffff;text-align: center;line-height:1.4em;}
.page_naws_n_show .nqldMy {display: block;font-size:1.1em;color: #bababa;text-align: center;line-height:1.6em;}

.page_naws_n_show right h1{    text-align: center;font-size: 2em;color: #000;}
.page_naws_n_show right h2{     text-align: center;margin-top: 0.8%;font-size: 1em;color: #555;}
.page_naws_n_show right h3{text-align: center;font-size: 2em;color: #000;}
.page_naws_n_show right h4{    text-align: center;margin-top: 0.8%;font-size: 1em; color: #555;}
.page_naws_n_show_content{margin-top: 2%;border-top: 1px dotted #848484;padding-top: 3%;border-bottom: 1px dotted #848484;padding-bottom: 3%;}
.page_naws_n_show_content p{color: #808080;font-size: 1.2em;line-height: 1.4em; }
.page_naws_n_show_fx{width: 100%;overflow: hidden;margin-top: 2%;}
.page_naws_n_show_fx left{ width:80%; float:left;    margin-left: 0;}
.page_naws_n_show_fx right{ width:75px; float:right;background: #b3b3b3;font-size: 1.2em;text-align: center;line-height: 32px; height:32px;}
.page_naws_n_show_fx right:hover{background: #ff8329;}
.page_naws_n_show_fx right a{ color:#fff;}



.page_naws_n_show_content .f14，.page_case_n_right_show .f14{ color:#333; margin-top:1.4em; line-height:1.5em;}

.page_naws_n_show_content .f14 a,.page_naws_n_show_content .f14 strong,.page_case_n_right_show .f14 a,.page_case_n_right_show .f14 strong{}

.page_naws_n_show_content .f14 a:hover,.page_case_n_right_show .f14 a:hover{color:#ff8329;}


.gallery-loading{
    width: 200px;
    margin: 0 auto;
}

.swiper-slide{overflow: hidden}
.swiper-slide img{width: 100%; }
.swiper-slide .ani{animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: initial; /*动画播放的次数*/
    animation-duration: 6s; }
@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    100% {
        transform: scale(1.1); /*放大1.1倍*/
    }
}
.swiper-container{
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.expo-design{
    width: 100%;background-image: url("../../image/zhanguan.jpg") ;background-repeat: no-repeat; background-size: cover;padding: 30px 0;
}
.hzhb-box{
    width: 100%;padding: 30px 0;
}
.hzhb-pic{padding: 5px;box-sizing: border-box}
.hzhb-pic img{ width: 100%;padding: 5px;border: 1px solid #fff;box-sizing: border-box }
.hzhb-pic-radius{overflow: hidden;border-radius: 120px 10px 10px 10px;}
.hzhb-pic-radius img{border-radius: 120px 10px 10px 10px;}
.khjz-item .b-img{position: relative;
    top: 40px;
    z-index: 1;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0.3rem rgb(0 0 0 / 5%);
    cursor: Default;}

.khjz-item .b-characters{
    width: 100%;
    background: #fff;
    padding: 10px 10px 0;
    padding-top: 60px;
    border-radius: 5px;
}
.khjz-item{padding: 0 20px;min-width: 440px}
.khjz-item  .b_pic2{ padding: 20px 0 0 }
.khjz-item  .b_pic2 img{ width: 100% }
.khjz-item  .b_des{ padding-top: 20px }
.khjz-item .b-title{text-align: center;color:rgb(119, 119, 119); font-size:24px; font-weight:normal; font-family:microsoft yahei; display:block; line-height:1.0;}
.khjz-item .b_des{color:rgb(102, 102, 102); font-size:14px; font-weight:normal; font-family:microsoft yahei; display:block; line-height:1.8; text-align: center}
.kcxw-box-title{border-bottom: 1px solid #ccc;height: 70px;margin-bottom: 20px;margin-top: 20px}
.kcxw-box-title h1{ font-size: 30px;font-weight: normal;padding-bottom: 10px }
.kcxw-box-title ul li{ font-size: 18px;margin-left: 20px;line-height: 80px;color: rgb(51, 51, 51);position: relative;padding: 0 5px }
.kcxw-box-title .active::after{ content: ' ';width: 100%;height: 2px; background: #333;position: absolute;bottom: 1px;left: 0 }
.kcxw-box-pic{ padding-bottom: 20px;overflow: hidden }
.kcxw-box-pic img{width: 100%}
.kcxw-box-news{ padding-left: 10px }
.kcxw-box-news li{ border-bottom: 1px solid #eee ;padding:20px 0;}
.kcxw-news-item{padding-left: 5px}
.kcxw-news-title{ font-size: 24px;
    line-height: 26px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal; }
.kcxw-news-desc{
    margin-top: 20px;
    font-size: 16px;
    color: #707070;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.kcxw-news-times{    font-size: 22px;color: #333;margin-left: 5px}
.md-home {
    max-width: 100vw;
    overflow: hidden;
}
.md-home .ho1_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 30px;
}
.md-home .ho1_list .ho1_i {
    width: 16.25%;
    height: 4.2rem;
    min-height: 420px;
    background-color: #f7f7f7;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-right: 0.625%;
    transition: all 0.3s;
    overflow: hidden;
    background-image: url(../../image/ho_1bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.md-home .ho1_list .ho1_i:last-child {
    margin-right: 0;
}
.md-home .ho1_list .ho1_i.on {
    width: 32.5%;
    transition: all 0.3s;
}
.md-home .ho1_list .ho1_i.on .hd {
    -webkit-animation: opa 0.3s;
    animation: opa 0.3s;
}
.md-home .ho1_list .ho1_i.on .hd .icon img:nth-child(2n-1) {
    display: none;
}
.md-home .ho1_list .ho1_i.on .hd .icon img:nth-child(2n) {
    display: block;
}
.md-home .ho1_list .ho1_i.on .hd .d1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.md-home .ho1_list .ho1_i.on .hd .p1,
.md-home .ho1_list .ho1_i.on .hd .p2 {
    color: #fff;
}
.md-home .ho1_list .ho1_i.on .hd .p3 {
    font-weight: 300;
    position: relative;
    top: auto;
    transform: translate(0);
}
.md-home .ho1_list .ho1_i.on .hd .p4 {
    display: none;
}
.md-home .ho1_list .ho1_i.on .hd .num {
    display: block;
    margin-top: 20px;
}
.md-home .ho1_list .ho1_i.on .bd {
    display: block;
}
.md-home .ho1_list .ho1_i .hd {
    position: relative;
    z-index: 1;
}
.md-home .ho1_list .ho1_i .hd .icon img:nth-child(2n-1) {
    display: block;
}
.md-home .ho1_list .ho1_i .hd .icon img:nth-child(2n) {
    display: none;
}
.md-home .ho1_list .ho1_i .hd .d1 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.md-home .ho1_list .ho1_i .hd .p1 {
    color: #222;
}
.md-home .ho1_list .ho1_i .hd .p2 {
    color: #999;
    font-family: Mont;
    margin-top: 10px;
}
.md-home .ho1_list .ho1_i .hd .p3 {
    color: #fff;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 0;
    transform: translateY(-300%);
}
.md-home .ho1_list .ho1_i .hd .num {
    display: none;
    line-height: 1;
    color: #fff;
    font-family: Mont;
    font-weight: bold;
}
.md-home .ho1_list .ho1_i .bd {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-home .ho1_list .ho1_i .bd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
}
.md-home .s24{ font-size: 24px }
.md-home .s16{ font-size: 16px }

@-webkit-keyframes opa {
    0% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 900px) {
    .md-home .ho1_list {
        display: none;
    }
    .md-home .ho1_list .ho1_i {
        width: 100% !important;
        margin-right: 0;
        min-height: auto;
        height: auto;
        margin-bottom: 10px;
    }
    .md-home .ho1_list .ho1_i .hd .icon img:nth-child(2n-1) {
        display: none !important;
    }
    .md-home .ho1_list .ho1_i .hd .icon img:nth-child(2n) {
        display: block !important;
    }
    .md-home .ho1_list .ho1_i .hd .d1 {
        margin-top: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .md-home .ho1_list .ho1_i .hd .p1,
    .md-home .ho1_list .ho1_i .hd .p2 {
        color: #fff;
    }
    .md-home .ho1_list .ho1_i .hd .p3 {
        position: relative;
        top: auto;
        transform: translate(0);
    }
    .md-home .ho1_list .ho1_i .hd .p4 {
        display: none;
    }
    .md-home .ho1_list .ho1_i .hd .num {
        display: block;
        margin-top: 0.5rem;
    }
    .md-home .ho1_list .ho1_i .bd {
        display: block !important;
    }
}
.md-home .ho1_swiper {
    margin-top: 0.4rem;
    position: absolute;
    left: -200vw;
    transform: translate(-100%);
}
.md-home .ho1_swiper .ho1_sw {
    background-color: #f7f7f7;
    position: relative;
    padding: 0.4rem;
}
.md-home .ho1_swiper .ho1_sw .hd {
    position: relative;
    z-index: 1;
    color: #fff;
}
.md-home .ho1_swiper .ho1_sw .hd .d1 {
    margin-top: 0.9rem;
    margin-bottom: 0.4rem;
}
.md-home .ho1_swiper .ho1_sw .hd .p2 {
    font-family: Mont;
    margin-top: 0.03rem;
}
.md-home .ho1_swiper .ho1_sw .hd .p3 {
    color: #fff;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.md-home .ho1_swiper .ho1_sw .hd .num {
    line-height: 1;
    color: #fff;
    font-family: Mont;
    font-weight: bold;
    margin-top: 0.5rem;
}
.md-home .ho1_swiper .ho1_sw .bd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-home .ho1_swiper .ho1_sw .bd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hzhb-pic .cy{cursor: pointer}
.hzhb-pic .cy:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hzhb-pic .cy_on {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 550px){
    .s24 {
        font-size: 16px;
    }
    .s16{
        font-size: 12px;
    }
    .more-btn{display: none}
    .item-list .name h2{
        font-size: 16px;
    }
    .hzhb-pic-radius{
        border-radius: 80px 5px 5px 5px;
    }
    .hzhb-pic-radius img{
        border-radius: 80px 5px 5px 5px;
    }
    .kcxw-news-title {
        font-size: 18px;
    }
    .kcxw-news-desc {
        font-size: 14px;
    }
    .kcxw-news-times {
        font-size: 16px;
    }
}

.left-enum{ background: #fff; }
.left-enum .left-enum-title{padding: 15px 20px;display: flex;align-items: center; color: #333; font-size: 18px }
.left-enum .left-enum-title .map-icon{ background: #f7f7f7;padding: 5px;border-radius: 10px;margin-right: 10px }
.left-enum .menu-ul-hd{display: flex;position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #eeeeee;
    padding: 12px 20px;font-size: 16px }
.left-enum .menu-ul-nt{
    padding: 10px 20px;
    font-size: 16px;
}
.left-enum .menu-ul-nt .active a{
    color: #b80a1f;
}
.left-enum .menu-ul-nt .li-item{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    padding-left: 25px;
}
.left-enum .menu-ul-nt .li-item::after{content: "";
    width: 8px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);}
.com_pag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px ;
}
.com_pag .p_a {
    width: 0.36rem;
    height: 0.36rem;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    background-color: #fff;
    font-family: Mont;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    white-space: nowrap;
    background-position: center center;
    background-size: 30%;
    background-repeat: no-repeat;
}
.com_pag .p_a:hover, .com_pag .p_a.on {
    color: #b80a1f;
}
.com_pag .p_a:not(:last-child) {
    margin-right: 8px;
}
.com_pag .prev {
    background-image: url(../images/icon-prev_b.png);
}
.com_pag .prev:hover {
    background-image: url(../images/icon-prev_r.png);
}
.com_pag .next {
    background-image: url(../images/icon-next_b.png);
}
.com_pag .next:hover {
    background-image: url(../images/icon-next_r.png);
}
.case-content{
    background: #fff;
    padding: 15px 20px;
}
.case-content .case-content-title{
    font-size: 18px;
   line-height: 34px;
}
.case-content-tags{
    font-size: 16px;color: #333;margin-top: 15px;
}
.case-content-tags span{
    color: #666;margin-bottom: 10px;display: inline-block;padding-right: 5px;
}
.case-content-images img{width: 100%}
.case-info-other{ margin: 20px 0;background: #fff; padding: 20px }
.case-info-other .case-info-other-title{ font-size: 20px;margin-bottom: 10px }
.case-contents{ padding: 10px 0;border: 1px #eee solid;border-left: 0;border-right: 0 }
 .nde_share {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nde_share .sh_icon {
    width: 40px;
    height: 40px;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin-right: 0.2rem;
    box-sizing: border-box;
}
.nde_share .sh_icon:last-child {
    margin-right: 0;
}
 .nde_share .sh_icon:hover {
    background-color: #b80a1f;
    border-color: transparent;
}
 .nde_share .sh_icon:hover img:nth-child(2n-1) {
    display: none;
}
 .nde_share .sh_icon:hover img:nth-child(2n) {
    display: block;
}
 .nde_share .sh_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.nde_share .sh_icon img:nth-child(2n-1) {
    display: block;
}
 .nde_share .sh_icon img:nth-child(2n) {
    display: none;
}
.nde_share .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    bottom: -205px;
    left: -84px;
    width: 250px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.nde_share  .icon-wechat:hover .wechat-qrcode {
    display: block;
}
.nde_share  .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.nde_share  .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.nde_share  .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.nde_share .icon-wechat .wechat-qrcode .help  {
    display: none;
}
.nde_share  .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

/*.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}*/

.nde_share .icon-wechat:hover .wechat-qrcode {
    display: block
}
.partners{ position: relative;width: 100%;padding-bottom: 60% }
.partners  img{width: 100%; position: absolute;top: 50%;
    left:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.partners .pt1{z-index: 1}
.partners .pt2{z-index: 2;opacity: 0}
.partners:hover .pt2{opacity: 1}
.partners:hover .pt1{opacity: 0}
