﻿@charset "utf-8";
/*重置样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #666;
  font-family: 'microsoft yahei';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #666666;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input {
  vertical-align: middle;
}
input,
button,
textarea,
select {
  outline: none;
  font-family: 'microsoft yahei';
  font-size: 14px;
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  padding: 26px 50px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 78px;
  background: #fff;
}
.header .content {
  max-width: 1720px;
  margin: 0 auto;
}
.header .content .logo {
  display: block;
  float: left;
  max-width: 176px;
}
.header .content .logo img {
  display: block;
  width: 100%;
}
.header .content .nav {
  float: left;
  margin-left: 7%;
}
.header .content .nav a {
  display: inline-block;
  font-size: 18px;
  /* margin-right: 74px; */
  line-height: 26px;
  margin: 0 35px;
  padding-bottom: 25px;
  position: relative;
}
.header .content .nav a::before {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 1px; */
  /* background: transparent; */
  /* content: ''; */
  /* bottom: -1px; */
  /* left: 0; */
}
.header .content .nav a:hover {
  color: #0089e7;
}
.header .content .nav .active::before {
  background-color: #0089e7;
  width: 100%;
}
.header .content .search {
  float: left;
  height: 26px;
  overflow: hidden;
  margin-left: 30px;
}
.header .content .search .icon {
  width: 26px;
  height: 26px;
  float: left;
  background:  no-repeat center;
}
.header .content .search input {
  background: transparent;
  border-bottom: 1px solid transparent;
  line-height: 25px;
  font-size: 14px;
  width: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .content .search:hover input {
  border-bottom-color: #999;
}
.header .content .right-content {
  float: right;
  position: relative;
  height: 26px;
  padding-left: 190px;
  font-family: arial;
}
.header .content .right-content .icon {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background:  no-repeat center #da251d;
  left: 0;
  top: 0;
}
.header .content .right-content .phone {
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 26px;
  left: 38px;
}
.header .content .right-content .language {
  border: 1px solid #888888;
  background: #da251d;
  line-height: 18px;
  cursor: pointer;
  width: 48px;
  height: 26px;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  padding: 3px 4px 0 6px;
}
.header .content .right-content .language .current {
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 12px;
  background:  no-repeat right center #da251d;
  width: 100%;
  display: block;
}
.header .content .right-content .language .drop {
  margin-top: 2px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.header .content .right-content .language .drop:hover {
  text-decoration: underline;
}
.header .content .right-content .language:hover {
  height: auto;
}
.header .phone-logo {
  display: none;
}
.navitem {display:inline-block;position:relative;}
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* width: auto; */
    width: 160px;
    z-index: 1100;
    background: rgba(255,255,255,1);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: auto;
    padding: 0;
    display: block;
}
.header  .content .dropdown-menu.single li>a {
    line-height: 47px;
    white-space: nowrap;
    display: block;
    width: 100%;
    color: #666666;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom:0px;
    font-size: 16px;
    padding-bottom: 0px !important;
    margin: 0px !important;
}
.header .dropdown-menu.single li {
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: dashed 1px #e5e5e5;
    position: relative;
    text-align: center;
}
.navitem:hover .dropdown-menu{ 
    max-height: 450px;
    opacity: 1;
}

.footer {
  background: #2c2c2c;
  padding: 92px 50px 0;
}
.footer .content {
  max-width: 1720px;
  margin: 0 auto;
}
.footer .content .footer-top {
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #464646;
}
.footer .content .footer-top .logo {
  display: block;
  float: left;
  max-width: 176px;
}
.footer .content .footer-top .logo img {
  display: block;
  width: 100%;
}
.footer .content .footer-top .f-nav {
  float: left;
  padding-left: 46px;
  overflow: hidden;
}
.footer .content .footer-top .f-nav a {
  float: left;
  display: block;
  color: #fff;
  margin-left: 60px;
  line-height: 26px;
}
.footer .content .footer-top .f-nav a:hover {
  text-decoration: underline;
}
.footer .content .footer-top .f-center {
  float: left;
  margin-left: 7%;
  padding-top: 7px;
}
.footer .content .footer-top .f-center p {
  padding-left: 61px;
  position: relative;
  font-size: 23px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .content .footer-top .f-center p::before {
  left: 0;
  top: 0;
  content: '';
  width: 43px;
  height: 43px;
  background-position: center;
  border-radius: 100%;
  background-color: #0089e7;
  background-repeat: no-repeat;
  position: absolute;
}
.footer .content .footer-top .f-center p.phone:before {
  background-image: ;
}
.footer .content .footer-top .f-center p.address:before {
  background-image: ;
}
.footer .content .footer-top .f-right {
  float: right;
  max-width: 139px;
}
.footer .content .footer-top .f-right img {
  display: block;
  width: 100%;
}
.footer .content .footer-top .f-right span {
  text-align: center;
  display: block;
  line-height: 24px;
  color: #fff;
  margin-top: 14px;
}
.footer .content .footer-bottom {
  line-height: 24px;
  padding: 17px 0 19px;
  font-size: 0;
}
.footer .content .footer-bottom a:hover {
  color: #fff;
}
.footer .content .footer-bottom .left {
  float: left;
  font-size: 14px;
}
.footer .content .footer-bottom .right {
  float: right;
  font-size: 14px;
}
.footer .content .footer-bottom .right .friend {
  position: relative;
  float: left;
  overflow: hidden;
}
.footer .content .footer-bottom .right .friend span {
  cursor: pointer;
  padding-right: 27px;
  display: block;
  position: relative;
  z-index: 2;
}
.footer .content .footer-bottom .right .friend span::before {
  content: '<';
  width: 16px;
  height: 18px;
  border: 1px solid #666666;
  position: absolute;
  right: 1px;
  top: 2px;
  text-align: center;
  line-height: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .content .footer-bottom .right .friend .drop {
  opacity: 0;
  position: absolute;
  bottom: -10px;
  right: -15px;
  background: #2c2c2c;
  padding: 10px 15px 40px;
  text-align: right;
  border: 1px solid #3e3e3e;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .footer-bottom .right .friend .drop a {
  display: block;
  white-space: nowrap;
}
.footer .content .footer-bottom .right .friend:hover {
  overflow: visible;
}
.footer .content .footer-bottom .right .friend:hover .drop {
  opacity: 1;
}
.footer .content .footer-bottom .right .map {
  float: left;
  margin: 0 98px 0 90px;
}
.pc-banner{width:100%;display: block;}
.app-banner{display:none;}
@media (max-width: 1780px) {
  .header .content .nav {
    margin-left: 9%;
  }
  .header .content .nav a,.header .content .dropdown-menu.single li>a {
    /* margin-right: 50px; */
    margin: 0 20px 0;
  }
  .footer .content .footer-top .f-nav a {
    margin-left: 40px;
  }
}
@media (max-width: 1700px) {
  .header .content .nav {
    margin-left: 7%;
  }
}

@media (max-width: 1630px) {
  .header .content .nav {
    position: absolute;
    left: 50%;
    top: 26px;
    white-space: nowrap;
    margin-left: -400px;
  }
  .header .content .nav a,.header .content .dropdown-menu.single li>a {
    /* margin-right: 35px; */
    margin: 0 15px 0;
  }
  .header .content .search {
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: 360px;
  }
  .footer .content .footer-top .f-center {
    margin-left: 5%;
  }
  .footer .content .footer-top .f-center p {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .header .content .nav {
    margin-left: -380px;
  }
  .header .content .nav a,.header .content .dropdown-menu.single li>a {
    font-size: 16px;
    /* margin-right: 30px; */
  }
  .header .content .search {
    margin-left: 300px;
  }
  .header .content .right-content {
    padding-left: 170px;
  }
  .header .content .right-content .phone {
    font-size: 18px;
    left: 30px;
  }
  .footer .content .footer-top .f-nav a {
    margin-left: 25px;
  }
}
@media (max-width: 1320px) {
  body {
    padding-top: 50px;
  }
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 50px;
    padding: 12px 50px 0;
    z-index: 99;
  }
  .header .content {
    display: none;
    position: fixed;
    z-index: 29;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    overflow-y: auto;
    padding: 100px 0 50px;
  }
  .header .content .logo {
    display: none;
  }
  .header .content .nav {
    float: none;
    position: relative;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
    margin-left: 0;
    left: auto;
    top: auto;
    text-align: center;
  }
  .header .content .nav a {
    display: block;
    padding: 10px 10px;
    margin: 5px 0;
  }
  .header .content .nav a::before {
    display: none;
  }
  .header .content .nav a.active {
    color: #0089e7;
  }
  .header .content .search {
    position: relative;
    left: auto;
    top: auto;
    float: none;
    margin: 20px auto 0;
    width: 130px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    height: auto;
  }
  .header .content .search input {
    border: none;
    width: 100px;
  }
  .header .content .right-content {
    float: none;
    padding: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: auto;
  }
  .header .content .right-content .icon {
    display: none;
  }
  .header .content .right-content .phone {
    display: none;
  }
  .header .content .right-content .language {
    margin: 0 auto;
    width: 100px;
    padding: 0;
    border: none;
    background: transparent;
    height: 30px;
  }
  .header .content .right-content .language::before {
    width: 1px;
    height: 20px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    background: #666;
    left: 50%;
    margin-top: -10px;
    content: '';
    position: absolute;
    top: 50%;
  }
  .header .content .right-content .language .current {
    float: left;
    color: #da251d;
    background: transparent;
    width: auto;
    line-height: 30px;
    padding: 0 10px;
  }
  .header .content .right-content .language .drop {
    float: right;
    color: #666;
    margin-top: 0;
    line-height: 30px;
    padding: 0 10px;
  }
  .header .content .right-content .language:hover {
    height: 30px;
  }
  .header.active .content {
    display: block;
  }
  .header .phone-menu {
    float: right;
    position: relative;
    z-index: 30;
    width: 28px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
  }
  .header .phone-menu li {
    width: 36px;
    height: 2px;
    background: #0089e7;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header .phone-menu .li1 {
    top: 3px;
  }
  .header .phone-menu .li2 {
    top: 12px;
  }
  .header .phone-menu .li3 {
    top: 21px;
  }
  .header .phone-menu.active .li1 {
    left: -4px;
    top: 12px;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
  }
  .header .phone-menu.active .li2 {
    width: 0;
  }
  .header .phone-menu.active .li3 {
    left: -4px;
    top: 12px;
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }
  .header .phone-logo {
    display: block;
    max-width: 176px;
    position: relative;
    z-index: 30;
  }
  .header .phone-logo img {
    display: block;
    width: 100%;
  }
  .footer {
    padding: 0 50px 0;
  }
  .footer .content .footer-top {
    display: none;
  }
}
@media (max-width: 1099px) {
  .footer {
    padding: 0 20px;
  }
  .footer .content .footer-bottom {
    text-align: center;
  }
  .footer .content .footer-bottom a {
    white-space: nowrap;
  }
  .footer .content .footer-bottom .left,
  .footer .content .footer-bottom .right {
    float: none;
    display: inline-block;
  }
  .footer .content .footer-bottom .right .friend {
    display: inline-block;
    float: none;
    margin: 0 10px;
    vertical-align: middle;
  }
  .footer .content .footer-bottom .right .map {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 12px 20px;
  }
  .app-banner{display:block;width :100%;}
  .pc-banner{width:100%;display:none;}
}
@media (max-width: 499px) {
  .footer .content .footer-bottom .right .friend {
    float: right;
  }
}
.pager a.none{display:none;}
.header .content .dropdown-menu.single li>a:hover{color:#0089e7;}
.navitem>a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background: #0089e7;
    left: 50%;
    bottom: 0%;
    transform: translatex(-50%);
    transition: ease .5s;
}
.navitem:hover>a::before, .navitem a.active>a::before {
    width: 100%;
}
@media (max-width: 767px) {
  .header  .content .dropdown-menu.single{display:none;}
  .navitem{display:block;}
  .product-banner .app-banner{width:auto;height:100%;}
}
/* ===kf==== */



.kf::before{
      content: "";
      display: inline-block;
      width: 56px;
      height: 72px;
      background: no-repeat center;
      transform: translate(6px, 16px);
      z-index: 999992;
      position: relative;
}
.kf {transition: .8s;z-index: 999999;background-color: transparent;position: fixed;bottom: 100px;right: 20px;width: 70px;border-radius: 5px;}
.kf span {z-index: 1000001;ursor: pointer;position: relative;display: block;width: 70px;height: 70px;border-radius: 5px;margin-bottom: 10px;background: #666;}
.kf .zx {background-position: 0 0;background: #eee url(/uploads/image/pimages/kefu-zx2.png)no-repeat center top 13px;}
.kf .zx:hover {background-position: 0 0;background: #3690cb url(/uploads/image/pimages/kefu-zx.png)no-repeat center top 13px;}
.kf .back_top {border: none;background: #eee url(/uploads/image/pimages/kefu-top2.png)no-repeat center top 22px;}
.kf .back_top a{padding-top: 34px;}
.kf .back_top:hover { border: none; background: #3690cb url(/uploads/image/pimages/kefu-top.png)no-repeat center top 22px;}
.kf span a {transition: .5s;display: block;color: #666;line-height: 24px;font-size: 14px;text-align: center;padding-top: 41px;}
.kfimgr{ position: absolute; bottom:23px;  right: -9px;}
.kf span div i {display: block; position: absolute;width: 15px;height: 200px;right: -15px;top: 0;}
.kf .freetel{background: #eee url(/uploads/image/pimages/kefu-fuwu.png)no-repeat center top 12px;}
.kf .freetel:hover{background: #3690cb url(/uploads/image/pimages/kefu-fuwu2.png)no-repeat center top 12px;border-radius: 0 5px 5px 0;}
.kf .inlinebj{background: #eee url(/uploads/image/pimages/kefu-ly.png)no-repeat center top 10px;}
.kf .inlinebj:hover{background:#3690cb url(/uploads/image/pimages/kefu-ly2.png)no-repeat center top 10px;}
.kf .zxlya{background: #eee url(/uploads/image/pimages/kefu-ewm.png)no-repeat center;}
.kf span:nth-child(4) div {white-space: nowrap;}
.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}
.nav_center div, .index_nav_center div, .shou, .zhan { -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.kf .zxlya .erweima{display: none;width: 120px; right: 86px;position: absolute;top: -45px; background: #fff; padding: 12px; text-align: center;box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);border-radius: 5px;}
.kf .zxzx{display: none; right: 86px;position: absolute;top: 6px; background: #fff; padding: 20px; text-align: center;box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);border-radius: 5px;width: 150px;font-size: 14px;color: #333;}
.kfimgr { position: absolute;  bottom: 23px; right: -9px;}
/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou{z-index: 1000000;cursor: pointer;width: 30px;height: 40px;top: 47%;margin-top: -15px;border-radius: 5px 0 0 5px;left: 76px;background:transparent url(/uploads/image/pimages/zk1.png)no-repeat center left;position: absolute;box-shadow: none;}
.kf span:hover a{color: #fff;} */
/* .kffixed{position: fixed;display: none; bottom: 0; z-index: 20;width: 100%;height: 49px; overflow: hidden;}
.kufuul {text-align: center;padding: 2px 0;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0;display: inline-block;}
.kefu{padding: 0;}
.kefu li {float: left;height: 45px;text-align: center;color:#fff;line-height:45px;color: #fff;transition:all .4s;}
.kfzx-tigg{width: 49.5%;height: 45px;display: block;float: left;line-height:45px;opacity: 1;transition:1s opacity;}
.kfzx-enter{opacity: 0}
.kf-zx{display: block; width: 100%;height: 100%; color: #fff;line-height:45px;text-align: center;background: #b5b5b5;}
.kf-zx img{display: inline-block; vertical-align: middle;margin-right:10px;}
.teldb{width: 49.5%; background: rgba(0,0,0,0.6); background-size: contain; margin: 0 1px;position: relative;}
.teldb img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.teldb a{ color: white; }
.kf span:hover{background-color: #316bff;} */
.kffixed{position: fixed;display: none; bottom: 0; z-index: 20;width: 100%;height: 49px; overflow: hidden;}
.kufuul {text-align: center;padding: 2px 0;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0;display: inline-block;}
.kefu{padding: 0;}
.kefu li {float: left;height: 45px;text-align: center;color:#fff;line-height:45px;color: #fff;transition:all .4s;}
.kfzx-tigg{width: 49.5%;height: 45px;display: block;float: left;line-height:45px;opacity: 1;transition:1s opacity;}
.kfzx-enter{opacity: 0}
.kf-zx{display: block; width: 100%;height: 100%; color: #fff;line-height:45px;text-align: center;background: #b5b5b5;}
.kf-zx img{display: inline-block; vertical-align: middle;margin-right:10px;}
.teldb{width: 49.5%; background: rgba(0,0,0,0.6); background-size: contain; margin: 0 1px;position: relative;}
.teldb img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.teldb a{ color: white; }
.kf span:hover{background-color: #3690cb;color: #fff;}

/* app-kf */
.kffixed{ position: fixed; bottom: 0;  z-index: 2000; width: 100%;  height: 49px;overflow: hidden;display:none;}
.kufuul {text-align: center;padding: 2px 0;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0;display: inline-block;}
.kefu{padding: 0;}
.kefu li {float: left;height: 45px;text-align: center;color:#fff;line-height:45px;color: #fff;transition:all .4s;}
.kfzx-tigg{width: 49.5%;height: 45px;display: block;float: left;line-height:45px;opacity: 1;transition:1s opacity;}
.kfzx-enter{opacity: 0}
.kf-zx{display: block;width: 100%;height: 100%;color: #fff;line-height:45px;text-align: center;background: rgba(230,34,32,0.9);}
.kf-zx img{display: inline-block; vertical-align: middle;margin-right:10px;}
.teldb{width: 49.5%;  background: rgba(0,0,0,0.6);background-size: contain; margin: 0 1px;  position: relative;}
.teldb img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.teldb a{ color: white; }

@media (max-width:991px) {
	.kf{display: none;}
	.kffixed{display: block;}
}
.kf-txt{
    display: block;
    position: absolute;
    top: 0;
    left: -230px;
    min-width: 230px;
    height: 100%;
    background-color: #3690cb;
    color: #fff;
    padding: 14px 0px 14px 20px;
}
.kf-txt p{font-family: "dinstd";margin-top: 6px;}
.kf-txt h4{color:#fff;}
.kf-pic{
    width: 160px;
    position: absolute;
    top: 0px;
    left: -170px;
    text-align: center;
    background: rgb(54 144 203);
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
    }
.kf-pic img{max-width:100%;}