*{
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a:hover,
a:active {
    color:  #1abc9c;
}

.pagebox{
    position: relative;
}
.top {
    width: 100%;
    height: 93px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 102;
}
.top .top_box{
    width: 100%;
    max-width: 90%;
    height: 93px;
    margin: 0 auto;
}
.top .logo{
    width: 18%;
height: 90px;
line-height: 90px;
float: left;
}
.top .logo img{
    width: 100%;
}
.nav {
    width: 65%;
height: 90px;
line-height: 90px;
float: left;
margin-left: 5%;
}
.nav ul{
    text-align: right;
}
.nav ul li{
    display: inline-block;
    line-height: 21px;
    padding: 0 3px;
    margin: 0 2%;
    position: relative;
    height: auto;
    vertical-align: middle;
}
.nav ul li a{
    font-size: 16px;
    color: rgba(255,255,255,1);
}
.nav ul li a .ie_line {
  background: #1abc9c;
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 3px;
  width: 0;
  opacity: 0;
  transition: 0.3s;
  border-radius: 30px;
}
.nav ul li a:hover .ie_line{
     width:100%;
     left:0;
     opacity:1;
     transition: 0.3s;
}
.top_phone{
    width: 12%;
    height: 90px;
    padding-top: 25px;
    color: #fff;
    float: left;
}
.top_phone_box{
    width: 180px;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    padding: 7px 15px;
    border-radius: 30px;
    background: #c72e2e;
    transition: all .5s ease;
    height: 36px;
}
.top_phone_box span{
    font-size: 16px;
    font-weight: bold;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top .logo{}
    .nav {}
    .top_phone{}
    }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
   
    }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    
    }
/*banner*/
 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* 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;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .swiper-pagination-bullet{
        border-radius: 10px;
        background: #fff;
        opacity: 0.8;
        cursor: pointer;
        transition: width 0.3s ease-in-out;
      }
      .swiper-pagination-bullet-active{
        width: 12px;
        background: #278185;
      }
      /*产品分类*/
      .pro_class{
        height: 386px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
      }
      .pro_class_i{
        flex: 1;
        width: 584px;
        height: 328px;
        text-align: center;
      }
      .pro_title{
        text-align: center;
      }
      .pro_title .pro_title_t{
        font-size: 28px;
        font-weight: bold;
        color: #000;
        margin: 5px auto;
      }
      .pro_box{
        width: 100%;
        padding: 10px;
      }
      .pro_box .pro_item{
        width: calc((100% - 100px)/5);
        margin: 8px;
        display: inline-block;
        vertical-align: top;
        height: inherit;
        box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
      }
      .pro_box .pro_item:hover {
         box-shadow:3px 3px 20px rgba(0,0,0,0.2);
         cursor:pointer;
        }
      .pro_box .pro_item .p_images img {
      width: 100% !important;
      /*height: 380px !important;*/
      left: 0 !important;
      top: 0 !important;
      -webkit-transform: scale(0.8) !important;
      transform: scale(0.8) !important;
      transition: 0.5s;
    }
    .pro_box .pro_item .p_images:hover img {
     transform: scale(1)!important;
     transition: 0.5s!important;
    }
    .pro_box .pro_item .d_title {
      margin: 0;
        min-width: 37px;
        padding: 0;
        color: rgba(51,51,51,1);
        font-family: "Microsoft Yahei";
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        border-top: 1px solid #ececec;
        height: 60px;
line-height: 45px;
    }
    .ad_about {
        margin: 50px auto 40px;
    }
	.ad_about img{ width:100%}
    .about_us .about_con {
		width:90%;
        max-width: 1050px;
        margin: 0 auto;
        line-height:1.8;
        color:#7b7b7b;
        font-size:16px;
        height: 235px;
    }
    .about_img{
        text-align: center;
		width: 70%;
margin: 0 auto;
    }
	.about_img img{ width:100%}
    .about_btn{
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        width: 200px;
        border: 2px solid #16a488;
        border-radius: 30px;
        line-height: 35px;
    }
    .about_btn a{
        color: #16a488;
    }
    .about_btn:hover{
        background: #16a488;
    }
    .about_btn:hover a{
        color: #fff;
    }
    /*news box*/
    .news_bg{
        background: url(../images/bgbgbvg_43.jpg);
        margin: 50px auto;
        padding: 50px 0;
    }
    .news_t{
        font-size: 30px;
        color: #289983;
    }
    .news_box{
        display: flex;
        margin: 50px 0;
        justify-content: space-around;
    }
    .news_item {
        flex: 1;
        margin: 5px;
        background: #fff;
        margin-left: 40px;
    }
    .news_item:nth-child(3){
        margin-right: 40px;
    }
    .news_item .news_img{
        /*width: 572px !important;*/
        max-height: 315px!Important;
        overflow: hidden;       
    }
    .news_item .news_img img{
        width: 100%;
    }
    .news_item .news_content{
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
        margin: 25px;
        overflow: hidden;
    }
    .news_item .news_content h3{
        color: #333;
        font-size: 16px;
        font-family: "Microsoft Yahei";
        font-weight: normal;
        text-decoration: none;
        word-break: break-all;
    }
    .news_item .news_content p{
        display: inline-block;
        margin-top: 10px;
    }
    .news_btn{
        border: 2px solid #1abc9c;
    }
    .news_btn a{
        color: #fff;    
    }
    /*首页-案例展示*/


    .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.media {
  width: 25%;
  /*height: 400px;*/
  display: flex;
/*  justify-content: center;
  align-items: flex-start;*/
  overflow: hidden;
  position: relative;
}

.media:hover {
  cursor: pointer;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.media:hover .overlay {
  opacity: 1;
}
.media a{
    width: 100%;
    height: 100%;
}
.image-wrapper img {
width: calc(100% + 50px);
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
}

.media:hover img {
  /*transform: scale(1.1);*/
  /*filter: blur(2px);*/
   opacity: 1;
  -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}

.image-details {
  text-align: center;
  color: white;
  font-size: 24px;
  z-index: 4;
  position: absolute;
  top: 80%;
  left: 8%;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  font-weight: 300;
}

.media:hover .image-details {
  top: 60%;
  opacity: 1;
}
.image-details .image-details-p{
    top: 100%;
    opacity: 0;
    transition: all ease-in-out 0.6s; 
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 20px;
    text-align: left;
}
.media:hover .image-details .image-details-p {
  top: 70%;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .media {
    width: 70%;
    height: 70%;
  }
}
/*合作企业*/
.co_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
	overflow:hidden;
	margin-bottom:50px;
}
.co_title{
    font-weight: normal!important;
}
.link_box{
    display: block;
    justify-content: center;
    margin: 30px;
}
.link_box .link_item{
	float:left;
	margin-right: 21px;
	margin-bottom:21px;
	width: 15%;
max-width: 209px;
border: 1px solid #eee;
}
.link_box .link_item img{
	width:100%
}
/*footer*/
.footer{
    /*clear: both;*/
    position: relative;
    background: url(../images/dibubg.jpg);
    height: 258px;
}
.footer .code {
    text-align: center;
}
.footer .code .ba{
    z-index: 4;
}
.footer .code .ba1{
    z-index: 7;
}
.footer .code .ba,.footer .code .ba1{
    display: inline-block;
    margin: 45px 10px;
}
.f_nav{
    width: 603px;
    height: 21px;
    margin: 0 auto;
    text-align: center;
}
.f_nav li{
    display: inline;
    margin: 10px;
}
.f_nav li a{
    color: #A9A9A9;
    font-size: 16px;
}
.copyright {
    text-align: center;
    margin-top: 60px;
}
.Topimg .Bottomimg{
    position: absolute;
}
.chat_box{
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    transform: none;
    width: 284px;
    height: 245px;
    z-index: 121;
    content: "rb";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
}
 .chat_box .bg_img {
  background-image: url(../images/jjjj_03.jpg);
  /*background-image-part-image: url(../images/jjjj_03.jpg);*/
  margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
 .chat_box .bg_img p{
    position: absolute;
    top: 45px;
    left: 75px;
    z-index: 2;
    width: 204px;
    height: 34px;
    letter-spacing:2px;
    font-size:26px;
    color: #000000;
}
 .chat_box .bg_img p:nth-child(2){
    top: 118.5px;
left: 75px;
 }
 .chat_box .bg_img p:nth-child(3){
    top: 194.5px;
left: 75px;
 }
 /*about us page*/
 .ny_content{
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
 }
/* .nav_bg {
    background: url(../images/bt_n_1.png);
    width: 230px;
    height: 105px;
 }*/
 .nybanner{
    position: relative;
 }
 .nybanner img{
    width: 100%;
 }
 .nybanner .bread_nav{
    position: absolute;
    bottom: 60px;
    width: 1100px;
     font-size: 20px;
     line-height: 40px;
 }
 .nybanner .bread_l{
    color: #fff;
    float: left;
 }
 .nybanner .bread_r{
    float: right;
    color: #fff;
  }
 .bread_r a{
    color: #fff;
 }
 .p_category{
    text-align: center;
    margin-top: 40px;
 }
 .p_category ul {
    display: flex;
    justify-content: center
 }
  .p_category ul li{
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #12172d;
    /*float: left;*/
  }
  .p_category .active,.p_category ul li:hover{
    background: #1abc9c;
  }
  .p_category ul li a{
    color: #fff;
    font-size: 14px;
  }
 .ny_content_txt{
    clear: both;
    color:#666;
    line-height:2;
    font-size:16px;
    padding: 45px;
	overflow: hidden;
 }
 :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


 .culture{
    background: url(../images/banner_cul.jpg) center;
    height: 174px;
 }
 .culture.overlay{
    opacity: 1;
    position: relative;
    z-index: 1;
}
 .culture.overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1abc9c;
    opacity: 0.9;
    z-index: -1;
}
.culture_box{
    padding-top: 50px;
    color: #fff;
    line-height: 30px;
    padding-left: 40px;
padding-right: 40px;
}
.culture_l{
    float: left;
}
.culture_l h4{
    font-size: 16px;
    letter-spacing: 1px;
}
.culture_l h2{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
}
.culture_r{
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
}
.culture_r a{
    color: #1abc9c;
}
.cta-btn {
    background: #fff;
    border-radius: 5px;
    color: #1abc9c;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 17px 50px;
    position: relative;
    top: 12px;
}
/*news列表页*/

.ny_newslist,.ny_prolist {
  margin: 20px auto;
  position: relative;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  width: 100%;
  min-width: 1100px;
   overflow: hidden;
}
.news_two_ul {
  height: auto;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.news_two_ul li {
 width: 100%;
 height: 159px;
 border: 1px solid transparent;
 margin-bottom: 20px 
}
.news_two_box {
  width: 100%;
  height: 159px;
  border: 1px solid transparent;
  position: relative;
  background: #f7f7f7;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_two a {
  color: #ccc;
  text-decoration: none;
}
.news_two_img {
  width: 230px;
  height: 157px;
  float: left;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img img {
 width: 200px;
 height: 130px;
 margin:15px;
 /*border-bottom:1px solid rgba(0, 0, 0, 0.09);*/
}
.news_two_txt span {
 font-size: 16px;
 color: #717171;
 display: block;
 height: 24px;
 overflow: hidden;
 margin-bottom: 20px;
 transition: all .3s ease-out 0s 
}
.news_two_box:hover .news_two_txt span {
 color: #333 
}
.news_two_txt i {
 height: 52px;
 color: #A2A2A2;
 line-height: 24px;
 display: block;
 overflow: hidden;
 transition: all .3s ease-out 0s 
}
.news_two_box:hover .news_two_txt i {
 color: #999 
}

.news_two_txt {
 width: 56%;
 float: left;
 margin: 36px 0 28px 34px;
 transition: all .3s ease-out 0s 
}
.news_two_box:hover .news_two_txt {
 margin: 36px 0 28px 54px 
}
.news_two_date {
 width: 180x;
 float: right;
 font-family: HELVETICANEUELTPRO-THEX, "å¾®è½¯é›…é»‘";
 color: #999;
 padding: 36px 66px 0 0;
 transition: all .3s ease-out 0s 
}
.news_two_box:hover .news_two_date {
 padding: 36px 43px 0 0 
}
.news_two_date span {
 height: 26px;
 font-size: 19px;
 font-family: HELVETICANEUELTPRO-THEX, "å¾®è½¯é›…é»‘" 
}
.news_two_date i {
 font-size: 13px;
 font-family: HELVETICANEUELTPRO-THEX, "å¾®è½¯é›…é»‘" 
}
.news_two_but {
 position: absolute;
 top: 100px;
 right: 105px 
}
.news_two_box:hover {
 border: 1px solid #efefef;
 box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08) 
}
.news_two_box:hover .news_two_img {
 background: #ccc;
}

.ser_but {
 position: absolute;
 top: 72px;
 /*right: 50px;*/
 width: 70px;
 height: 35px;
 border-radius: 18px;
 text-align: center;
 border: 1px solid #dedfe1;
 transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s 
}
.news_two_box:hover .ser_but {
 background: #ccc;
 border: 1px solid #ccc;
 margin: 0 -60px 
}
.ser_but i {
 width: 70px;
 height: 35px;
 line-height: 35px;
 transition: all 0.3s;
}
.news_two_ul li:hover .ser_but {
 color:#fff;
}
/*分页*/
.epages{
    margin: 50px 20px 30px;
}
.btheme-breadcumbs a {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    padding: 0 3px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    margin-right: 5px;
}
.btheme-breadcumbs>b{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #1abc9c;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    background: #1abc9c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    margin-right: 5px;
}
/*商品列表页*/
.pro_two_ul{
    height: auto;
    overflow: hidden;
    width: 100%;
    /*position: relative;*/
/*height: 800px;*/
}
.sin-project {
  width: 23%;
  height: 250px;
  margin: 30px 12px 0; 
  position: relative;
  float: left;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sin-project {
      width: 30%;height:auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sin-project {
      width: 45%;height:auto; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sin-project {
      width: 90%; height:auto;} }
  .sin-project:hover .project-hover {
    visibility: visible;
    opacity: 1;
    bottom: 18px; }
  .sin-project .project-hover {
    background: #1abc9c;
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    left: 15px;
    padding: 17px 20px 13px;
    position: absolute;
    width: calc(100% - 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s; }
    .sin-project .project-hover h4 {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 2px; }
    .sin-project .project-hover span {
      color: #fff;
      font-size: 12px;
      font-weight: 300; }
    .sin-project .project-hover i {
      color: #fff;
      position: absolute;
      right: 20px;
      top: 39%; }
  .sin-project img {
    width: 100%; }

    /*荣誉列表页*/
    .honor_box{
        width: 25%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
        height: 400px;
    }
    .sin-team-member {
  position: relative;
  border: 4px solid transparent;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s; }
  .sin-team-member:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border: 4px solid #1abc9c;
    transform: scale(1.2);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    visibility: hidden;
    opacity: 0; }
  .sin-team-member:hover:after {
    transform: scale(1);
    visibility: visible;
    opacity: 1; }
    .sin-team-member img{
        width: 100%;
        max-height: 340px;
    }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 0px) and (max-width: 767px) {
    .sin-team-member {
      margin-bottom: 70px; }
      .sin-team-member img {
        width: 100%; } }
  .sin-team-member .team-member-hover {
    background: #1abc9c;
    border-radius: 5px;
    bottom: -39px;
    left: 10px;
    padding: 23px 30px 16px;
    position: absolute;
    text-align: center;
    width: calc(100% - 20px);
    z-index: 9; }
    .sin-team-member .team-member-hover h4 {
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sin-team-member .team-member-hover h4 {
          font-size: 13px; } }
    .sin-team-member .team-member-hover span {
      color: #fff;
      font-size: 15px;
      font-weight: 300; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sin-team-member .team-member-hover span {
          font-size: 12px; } }

/*文章内容页*/
.ny_article {
  clear: both;
  color: #666;
  line-height: 2;
  font-size: 14px;
  padding: 45px;
  margin-bottom: 40px;
}
.ny_article_t{
    font-size: 30px;
    color: #222222;
    font-weight: 500;
    text-align: center;
}
.ny_article_des{
    text-align: center;
    color: #aaa;
    margin-bottom: 10px;
}
.ny_article_txt{
   margin-bottom: 30px; 
}
.prenxt{
    color: #1abc9c;
    width: 50%;
    float: left;
}
/*首页分类*/
.ind, .ind-item {
  position: relative;
}
.ind {
  top: -3px;
  width: 100%;
  background-color: #000;
}
.common-wrapper {
  width: 75%;
  margin: 0 auto;
}
.ind-item {
  height: 312px;
  width: 33.3333%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 60px;
  color: #fff;
  transition: background-color .3s ease;
}
.ind-item:hover{
    background-color:#16a387;
    color:#000
}
.ind-item:hover a{
    color:#000
}
.ind-item a{
    color:#fff
}
.ind-item .tit{
    font-size:28px;
    z-index:1
}
.ind-item ul{margin-top:30px}
.ind-item ul li{
    line-height:30px;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.ind-item ul li:before{
    content:"-";
    margin-right:5px
}
.ind-item img{
    display:block;
    position:absolute;
    top:0;
    left:0;
    opacity:.2;
    width:100%;
    height:100%
}
.ind-wrapper{
    display:flex
}
.ny_article_txt table{
    text-align: center;
display: block;
margin: 0 auto;
border-collapse: collapse;
}

.tit {
  margin-top: 50px;
  text-align: center;
  clear: both;
}
.tit h3 {
  display: block;
  font-size: 32px;
  color: #333333;
  margin-top: 2px;
  padding-top: 10px;
  letter-spacing: 2px;
  line-height: 30px;
}
.tit i {
  font-style: normal;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: block;
  height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Times New Roman;
}
.about-tec{
  width: 40%;
  float: left;
}
.about-tec img{
	width: 100%;
  height: auto;
}
.about-tecp{
	width: 55%;
  float: right;
}

/* fixed-bar */
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url("../images/JS_02.png") no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-18px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;right:0;bottom:50px;z-index:50;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;width:68px;height:76px;overflow:hidden;margin:-1px 0 0;padding:32px 0 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#16a488;background-color:#16a488;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:36px;margin:-1px -1px 0;background:#16a488;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{margin:0 2px -1px;padding:9px 0;border-bottom:1px dashed #eaeaea;overflow:hidden;}
.fixed-bar .consult-list li{padding:6px 0 0 23px;color:#666;font:normal 13px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";overflow: hidden;}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top;}
.fixed-bar .wide-bar{width:134px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:134px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 20px;background-position:-591px -264px;}