p {
  margin: 0;
}

.x-header {
  padding: 12px 0;
}

.box1 .yw {
  margin-top: 3vw;
}

.box1 .yw h2 {
  text-align: center;
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.box1 .yw .t1 {
  text-align: center;
  margin-top: 15px;
}

.box1 .yw .t1 img {
  max-width: 100%;
}

.box1 .yw .yw-list {
  margin-top: 2.5vw;
}

.box1 .yw .yw-list li {
  width: 23%;
  float: left;
  margin: 0 1%;
  position: relative;
}

.box1 .yw .yw-list li a {
  display: block;
  overflow: hidden;
}

.box1 .yw .yw-list li a img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.box1 .yw .yw-list li a .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px 30px;
}

.box1 .yw .yw-list li a .hh .hh1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box1 .yw .yw-list li a .hh .hh1 h3 {
  text-align: center;
  color: #e95613;
  font-size: 18px;
  font-weight: bold;
}

.box1 .yw .yw-list li a .hh .hh1 h4 {
  text-align: center;
  color: #e95613;
  font-size: 12px;
  padding: 10px 0;
}

.box1 .yw .yw-list li a .hh .hh1 span {
  width: 166px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.box1 .yw .yw-list li a .hh .hh1 h5 {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
  height: 102px;
  overflow: hidden;
}

.box1 .yw .yw-list li a .hh .hh1 .more {
  width: 114px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  margin-top: 20px;
}

.box1 .yw .yw-list li:hover a img {
  transform: scale(1.2);
}

.box1 .yw .yw-list li:hover a .hh1 {
  background: rgba(255, 255, 255, 0.7);
}

.box1 .yw .yw-list li:hover a .hh1 h5 {
  color: #333333;
}

.box1 .yw .yw-list li:hover a .hh1 .more {
  background: #e95613;
  border-color: #e95613;
}

.box1 .case-index {
  margin-top: 3vw;
}

.box1 .case-index h2 {
  text-align: center;
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.box1 .case-index .t1 {
  text-align: center;
  margin-top: 15px;
}

.box1 .case-index .t1 img {
  max-width: 100%;
}

.box1 .case-index .case-list {
  margin-top: 2.5vw;
}

.box1 .case-index .case-list li {
  width: 23%;
  float: left;
  margin: 0 1%;
  position: relative;
}

.box1 .case-index .case-list li a {
  display: block;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.box1 .case-index .case-list li a img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.box1 .case-index .case-list li a .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.box1 .case-index .case-list li a .hh h1 {
  font-size: 24px;
  font-weight: bold;
}

.box1 .case-index .case-list li a .hh h3 {
  font-size: 24px;
  padding: 20px 0;
}

.box1 .case-index .case-list li a .hh .more {
  width: 144px;
  height: 34px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
}

.box1 .case-index .case-list li a h4 {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.66);
  height: 68px;
  line-height: 68px;
  margin: 0px 27px;
  text-align: center;
  color: #5a5a5a;
  font-size: 16px;
}

@media(max-width:1300px){
    .box1 .case-index .case-list li a h4{
        margin: 0px 0px!important;
        font-size: 12px!important;
    }
}



.box1 .case-index .case-list li:hover a img {
  transform: scale(1.2);
}

.box1 .case-index .case-list li:hover a h4 {
  background: #e95613;
  color: #fff;
}

.box1 .about-index {
  display: flex;
  margin-top: 5vw;
}

.box1 .about-index .aboutleft {
  width: 46%;
}

.box1 .about-index .aboutleft p img {
  max-width: 100%;
      width: 100% !important;
    height: auto !important;
}

.box1 .about-index .aboutright {
  width: 49%;
  margin-left: 5%;
  margin-top: 10px;
}

.box1 .about-index .aboutright h2 {
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.box1 .about-index .aboutright .t1 {
  margin-top: 10px;
}

.box1 .about-index .aboutright .t1 img {
  max-width: 100%;
}

.box1 .about-index .aboutright .con {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  margin-top: 3vw;
}

.box1 .about-index .aboutright .ab-more {
  width: 168px;
  height: 46px;
  border: 2px solid #e95613;
  margin-top: 3vw;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
}

.box1 .about-index .aboutright .ab-more a {
  display: block;
  color: #e95613;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
}

.box1 .about-index .aboutright .ab-more:hover {
  background: #e95613;
  border-color: #e95613;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform-origin: 50% 50%;
}

.box1 .about-index .aboutright .ab-more:hover a {
  color: #fff;
}

.box1 .about-index .aboutright .ad1 .ad1-list {
  margin-top: 3vw;
}

.box1 .about-index .aboutright .ad1 .ad1-list li {
  width: 33.333%;
  float: left;
  text-align: center;
}

.box1 .about-index .aboutright .ad1 .ad1-list li a {
  display: block;
}

.box1 .about-index .aboutright .ad1 .ad1-list li a .img1 {
  width: 92px;
  height: 92px;
  border: 3px solid #585657;
  border-radius: 50%;
  line-height: 92px;
  margin: 0 auto;
}

.box1 .about-index .aboutright .ad1 .ad1-list li a .img1 img {
  max-width: 100%;
}

.box1 .about-index .aboutright .ad1 .ad1-list li a .titt {
  font-size: 16px;
  color: #585657;
  text-align: center;
  padding-top: 10px;
}

.box1 .about-index .aboutright .ad1 .ad1-list li:hover a .img1 {
  border-color: #e95613;
  background: #e95613;
}

.box1 .about-index .aboutright .ad1 .ad1-list li:hover a .img1 img {
  filter: brightness(100);
}

.box1 .about-index .aboutright .ad1 .ad1-list li:hover a .titt {
  color: #e95613;
}

@media (max-width: 1280px) {
  .box1 .about-index .aboutright .con {
    margin-top: 1vw;
  }
  .box1 .about-index .aboutright .ab-more {
    margin-top: 1vw;
  }
  .box1 .about-index .aboutright .ad1 .ad1-list {
    margin-top: 1vw;
  }
  .box1 .yw .yw-list li a .hh {
    margin: 5px 10px;
  }
  .box1 .yw .yw-list li a .hh .hh1 h4 {
    padding: 5px 0;
  }
  .box1 .yw .yw-list li a .hh .hh1 h5 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    height: 28px;
  }
  .box1 .yw .yw-list li a .hh .hh1 .more {
    margin-top: 5px;
  }
}

@media (max-width: 1024px) {
  .box1 .about-index {
    display: block;
  }
  .box1 .about-index .aboutleft {
    width: 100%;
    text-align: center;
  }
  .box1 .about-index .aboutright {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .box1 .yw .yw-list li {
    width: 100%;
    margin-bottom: 2%;
  }
  .box1 .case-index .case-list li {
    width: 100%;
    margin-bottom: 2%;
  }
  .box1 .about-index .aboutright .ad1 .ad1-list li a .img1{
      width:80px;
      height:80px;
      line-height:80px;
  }
}

.box2 {
  margin-top: 5vw;
}

.box2 .ad2-list li {
  width: 50%;
  float: left;
}

.box2 .ad2-list li a {
  display: flex;
}

.box2 .ad2-list li a .img1 {
  width: 50%;
}

.box2 .ad2-list li a .img1 img {
  width: 100%;
}

.box2 .ad2-list li a .wenzi {
  width: 50%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box2 .ad2-list li a .wenzi h3 {
  font-size: 24px;
  color: #585657;
  font-weight: bold;
  margin-bottom: 40px;
}

.box2 .ad2-list li a .wenzi h5 {
  font-size: 18px;
  color: #585657;
  line-height: 32px;
  text-align: center;
}

.box2 .ad2-list li:hover a .wenzi h3 {
  color: #e95613;
}

@media (max-width: 1024px) {
  .box2 .ad2-list li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .box2 .ad2-list li a .wenzi h3 {
    margin-bottom: 10px;
  }
  .box2 .ad2-list li a .wenzi h5 {
    font-size: 13px;
    line-height: 28px;
    height: 92px;
    overflow: hidden;
    padding: 0 10px;
  }
}

.box3 .news-index {
  margin-top: 3vw;
}

.box3 .news-index h2 {
  text-align: center;
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.box3 .news-index .t1 {
  text-align: center;
  margin-top: 15px;
}

.box3 .news-index .t1 img {
  max-width: 100%;
}

.box3 .news-index .con {
  margin-top: 3vw;
}

.box3 .news-index .con .n-list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
  position: relative;
  bottom: auto;
  height: 395px;
  overflow: hidden;
}

.box3 .news-index .con .n-list li .news1 {
  position: absolute;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
  top: 0px;
  bottom: 200px;
  height: 180px;
}

.box3 .news-index .con .n-list li .news1 a {
  display: block;
}

.box3 .news-index .con .n-list li .news1 a h3 {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3 .news-index .con .n-list li .news1 a span {
  width: 50px;
  height: 1px;
  background: #b3b2b2;
  display: block;
  margin: 18px 0;
}

.box3 .news-index .con .n-list li .news1 a h4 {
  font-size: 14px;
  color: #999999;
}

.box3 .news-index .con .n-list li .news1 a h5 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 30px;
  margin-bottom: 10px;
}

.box3 .news-index .con .n-list li .news2 {
  height: 150px;
  margin-bottom: 30px;
  position: absolute;
  width: 100%;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
  bottom: 0px;
  top: 200px;
}

.box3 .news-index .con .n-list li .news2 img {
  max-width: 100%;
}

.box3 .news-index .con .n-list li:hover .news1 {
  bottom: 0px;
  top: 210px;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: All 0.5s ease;
}

.box3 .news-index .con .n-list li:hover .news1 a h3 {
  color: #e95613;
}

.box3 .news-index .con .n-list li:hover .news2 {
  bottom: auto;
  top: 0px;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: All 0.5s ease;
}

.box4 {
  position: relative;
  margin-top: 3vw;
}

.box4 img {
  max-width: 100%;
}

.box4 .map-index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 0;
  z-index: 99;
}

.box4 .map-index .map-liast {
  display: flex;
  justify-content: center;
}

.box4 .map-index .map-liast li {
  display: flex;
  width: 33.333%;
}

.box4 .map-index .map-liast li .img1 {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}

.box4 .map-index .map-liast li .img1 img {
  max-width: 100%;
}

.box4 .map-index .map-liast li .wz {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  margin-left: 5%;
  color: #fff;
}

.box4 .map-index .map-liast li .wz h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box4 .map-index .map-liast li .wz h4 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box4 .map-index .map-liast li:hover .img1 {
  background: #e95613;
  border-color: #e95613;
}

@media (max-width: 1024px) {
  .box4 .map-index .map-liast li {
    width: 100%;
    display: block;
  }
  .box4 .map-index .map-liast li .img1 {
    margin: 0 auto;
  }
  .box4 .map-index .map-liast li .wz {
    text-align: center;
    margin-left: 0;
    margin-top: 5px;
  }
  .box4 .map-index .map-liast li .wz h4 {
    margin-top: 5px;
    padding-top: 0px;
  }
}

@media (max-width: 900px) {
  .box4 .map-index {
    position: relative;
    padding: 10px 0;
  }
  .box4 .map-index .map-liast {
    display: block;
  }
  .box4 .map-index .map-liast li {
    margin-bottom: 5px;
  }
}

.x-layout {
  background: #333333;
  padding: 3% 0;
  padding-bottom: 0;
}

.x-layout-menu dl {
  text-align: left;
}

.x-layout-menu dl dt {
  font-size: 18px;
  font-weight: normal;
}

.x-layout-menu dl dd a {
  font-size: 12px;
}

.erq p {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  line-height: 40px;
}

.erq p img {
 max-width:100%; height:auto !important;width:auto !important;
  margin-right: 40px;
}

.erq td {
  padding-right: 20px;
}

.seo {
  font-size: 12px;
  color: #fff;
  text-align: right;
}

.seo a {
  color: #fff;
}

.seo a:hover {
  color: #e95613;
}

#formsearch {
  text-align: right;
  margin-top: 38px;
  margin-bottom: 26px;
}

#formsearch input {
  height: 40px;
  background: none;
  border: 1px solid #8b8b8b;
  line-height: 40px;
}

#formsearch input#keyword {
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  color: #a8abaf;
  font-size: 14px;
  width: 270px;
  margin-right: 3px;
  outline: none;
}

#formsearch input#s_btn {
  width: 46px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e95613;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
  outline: none;
}

.hot {
  font-size: 12px;
  color: #fff;
  text-align: right;
  opacity: 0.5;
}

.hot a {
  color: #fff;
  padding-right: 5px;
}

.hot a:hover {
  color: #e95613;
}

.link1 {
  color: #adadad;
  font-weight: bold;
  border-top: 1px solid #4a4b4c;
  padding: 25px 0;
}

.link1 a {
  color: #adadad;
  line-height: 30px;
  font-weight: normal;
}

.link1 a:hover {
  color: #e95613;
}

@media (max-width: 1024px) {
  #formsearch {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .x-copyright {
    float: none;
  }
  .x-region {
    float: none;
  }
}

@media (max-width: 900px) {
  .erq {
    text-align: center;
  }
  .seo {
    text-align: left;
  }
  #formsearch {
    text-align: left;
  }
}











.bdshare_popup_box{z-index: 99999 !important;}
.kf{position:absolute;right:0;top:100px;overflow:hidden; z-index: 99999;}
.kf_btn{width:15px;float:left;background:url(../images/kf/blue11.png) left 33px no-repeat;height:95px;padding-left:7px;padding-right:7px;
text-align:center;vertical-align:middle;color:#fff;padding-top:65px;cursor:pointer;position:relative; padding-bottom: 15px; font-family: "微软雅黑";}
.kf_btn .open{width: 12px; height: 12px; position: absolute; left: 9px; bottom: 17px; background:url(../images/kf/kf_close.png) left top no-repeat;}
.kf_btn .close{background:url(../images/kf/kf_open.png) left top no-repeat;}
.kf_main{float:left;padding-bottom:5px;overflow:hidden;width:141px; margin-left: -4px;}
.kf_title{float:left;}
.kf_title span{display:block;line-height:28px;height:28px;text-align:center;font-size:15px;font-family:"Microsoft YaHei";border-bottom:2px solid #40b5e8;}
.kf_list{background:url(../images/kf/v2.jpg) left top repeat-x #fff; padding-top: 5px; padding-left: 6px; padding-bottom: 5px;}
.kf_list li{line-height:30px;height:30px; padding-left: 7px; background:url(../images/kf/qq_bg.jpg) left center no-repeat;}
.kf_list li a{display: block; position: relative; line-height: 30px; padding-left: 36px; height: 30px;}
.kf_list li a:hover{text-decoration: none;}
.kf_list li a img{padding-right:5px;vertical-align:middle; position: absolute; left: 3px; top: 7px;}
.kf_list li.sky{margin-top: 0; height: 27px; line-height: 27px;}

.hyperlink_a{margin:5px;height:30px;background:#459afa;margin-top:0px;border-radius: 2px;}
.hyperlink_a a{display:block;line-height: 30px;background:url(../images/message.png) no-repeat 0% 100%;padding-left:43px;
font-weight: bold;font-size:14px;color:#fff;font-family:"微软雅黑";}
.hyperlink_a a:visited{color:#fff;text-decoration:none;}
.hyperlink_a a:hover{text-decoration: none;background:url(../images/message.png) no-repeat 0% 100% #fb9108;border-radius: 2px;}

.hyperlink_b{margin:5px;height:30px;background:#459afa;margin-top:0px;border-radius: 2px;}
.hyperlink_b a{display:block;line-height: 30px;background:url(../images/air.png) no-repeat 0% 100%;padding-left:43px;
font-weight: bold;font-size:14px;color:#fff;font-family:"微软雅黑";}
.hyperlink_b a:visited{color:#fff;text-decoration:none;}
.hyperlink_b a:hover{text-decoration: none;background:url(../images/air.png) no-repeat 0% 100% #fb9108;border-radius: 2px;}

.top_bg{height: 7px; background:url(../images/kf/blue1.png) left bottom no-repeat;}
.top_center{background:url(../images/kf/bobg.png) left top repeat-y; padding: 0px 3px 1px 5px;}
.bottom_bg{height: 8px; background:url(../images/kf/kf_bottom.png) left top no-repeat;}
.e_code{padding-left:0px; padding-top: 6px; padding-bottom: 0px; border-top: 1px solid #cccccc; margin-top: 8px; text-align: center;}
.e_code h3{padding-top: 2px; padding-bottom: 2px; text-align: center; font-weight: normal; color: #333; text-align: center;}


.alignCenter{width:56px; display: none; margin: 0 auto;z-index: 999; border:1px solid #e9e9e9; padding: 2px; position:absolute;right:166px;top:133px;overflow:hidden; z-index: 999; background: #fff;}
.alignCenter .title{height: 45px; line-height: 45px; padding-left: 5px; background: #f6f6f6; color: #666666; font-size: 12px; font-weight: bold; border-bottom: 1px solid #e9e9e9; position:relative;}
.alignCenter .title img{position: absolute; right: 4px; top: 16px;}
.alignCenter .content{padding: 5px; padding-right: 2px; padding-left: 8px;}
.alignCenter .title img{cursor: pointer;}



.float-kf{
    position: absolute;
    right: 0;
    top:100px;
    width: 77px;
    display: none;
    z-index: 99999;
}
.float-kf li{
    width: 77px;
    height: 71px;
    text-align: center;
    background: #0075b9;
    margin-bottom: 1px;
    position: relative;
    z-index: 999;
}
.float-kf li .ewm-img{
    position: absolute;
    right: 78px;
    top:-30px;
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    -o-transform: rotateX(270deg);
    -webkit-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.float-kf li.ewm:hover .ewm-img {
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    -webkit-transform:rotateX(0);
    transform: rotateX(0);
}
.float-kf li a{
    display: block;
    padding-top: 15px;
    width: 77px;
}
.float-kf li a span{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.float-kf li a#gotop{
    padding-top: 0;
}
.float-kf li.ewm a img{
    width: 23px;
    height: 23px;
}
.float-kf li.ewm a img{
    width: 23px;
    height: 23px;
}
.float-kf li.ewm:hover .ewm-img{
    display: block;
}
.float-kf li.contact-number a{
    float: left;
}
.float-kf li.contact-number{
    width: 220px;
    position: relative;
}
.float-kf li.contact-number .content{
    position: absolute;
    top:0;
    left: 0;
    width: 220px;
    height: 71px;
    z-index: 99;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #0075b9;
}
.float-kf li.contact-number .content .tel{
    line-height: 71px;
    color:#fff;
    font-size: 16px;
}
.float-kf li.contact-number:hover .content{
    left:-143px;
}
.float-kf li.online .chat{
    position: absolute;
    right:-244px;
    top:0;
    border:1px solid #d7d7d7;
    width: 150px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: rgba(255,255,255,.8);
}
.float-kf li.online:hover .chat{
    right: 85px;
}
.float-kf li.online .chat i{
    background: url(../images/kf/jiantou.jpg) right center no-repeat;
    display: block;
    width: 8px;
    height: 15px;
    right:-8px;
    position:absolute;
    top:30%;
}
.float-kf li.online .chat .chatlist{
    line-height: 32px;
    color:#666;
    text-align: left;
    text-indent: 15px;
}
.float-kf li.online .chat .chatlist a{
    width: auto;
    padding-top: 0;
    color:#666;
    height: 32px;
    line-height: 32px;
}
.float-kf li.online .chat .chatlist a span{
    display: inline-block;
    color:#666;
    font-size: 12px;
}



.kf-switch{
    position: absolute;
    top:100px;
    right: 0;
    display: none;
    z-index: 99999;
}
.kf-open{width:24px;float:left;background:#1c5a91;height:120px;padding-left: 8px;padding-right: 8px;
text-align:center;vertical-align:middle;color:#fff;cursor:pointer;position:relative;font-family: "微软雅黑";font-size: 14px;margin-top:50px;}
.kf-open img{display:block;margin:0 auto;margin-top: -10px;}
.kf-open span{display: block;margin-top: 5px;}
.kf-content{
    width: 90px;
    border:1px solid #dddddd;
    border-radius: 10px;
    background: #f9fafb;
    float:left;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    display: none;
}
.kf-lists li{
    width:60px;
    height: 60px;
    background: url(../images/kf/kf_list.png) center no-repeat;
    background-size: 60px 60px;
    margin:0 auto;
    margin-top: 12px;
}
.kf-lists li a{
    display: block;
    overflow: hidden;
}
.kf-lists li img.hover{
    width: 60px;
    height: 60px;
}
.kf-lists li:hover img.hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition:all .5s;
}
.kf-lists li.erweima{
    background: url(../images/kf/kf_lists.png) center no-repeat;
    background-size: 60px 60px;
    position: relative;
}
.kf-lists li.erweima .smallImg img{
    width: 16px;
    height: 16px;
    margin-top: 20px;
}
.kf-content .close-btn{
    position: absolute;
    top:-10px;
    right: 8px;
    cursor: pointer;
}
.kf-lists li.erweima .bigImg{
    position: absolute;
    top:-20px;
    right: 80px;
    display: none;
}
.kf-lists li.erweima:hover .bigImg{
    display: block;
}














