@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
/* structural elements 结构元素*/
dl, dt, dd, ul, ol, li,
/* list elements 列表元素*/
 pre,
/* text formatting elements 文本格式元素*/
fieldset, lengend, button, input, textarea,
/* form elements 表单元素*/
th, td {
  /* table elements 表格元素*/
  margin: 0;
  padding: 0;
}
input,textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体*/
body,button, input, select, textarea {
  font-family:"Microsoft Yahei" ;
  color: #666;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4, h5, h6 {
  font-size: 100%;
}
* h1,* h2,* h3,* h4,* h5,* h6 {
  margin: 0px;
}
/* 重置列表元素*/
ul, ol ,li {
  list-style: none;
}
i {
  font-style: normal;
}
/* 重置文本格式元素*/
  
a {
  text-decoration: none;
  color: #666;
  word-wrap:break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color:#910800;
}
/* 重置表单元素*/
legend {
  color: #000;
}
/* for ie6*/
fieldset, img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框*/
button, input, select, textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小*/
  
}
/* 重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pt {
  padding-top: 60px;
}
.pb {
  padding-bottom: 60px;
}
/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.clearfix:after {
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.blk-main .clearlist {
  clear:both;
  height:0;
  padding:0;
  margin:0;
  border:0;
  width:100% ;
  float:none;
}
.b-main .clearlist {
  clear:both;
  height:0;
  padding:0;
  margin:0;
  border:0;
  width:100% ;
  float:none;
}
.clearafter:after {
  content:"";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
/* function*/
h2 a:hover {
  text-decoration: none;
}
input,textarea {
  outline:none;
}
textarea {
  resize:none;
}
em {
  font-style: normal;
}
.f-cb:after,.f-cbli li:after {
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
  content:".";
}
.f-cb,.f-cbli li {
  zoom:1;
}
.f-ib {
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.f-dn {
  display:none;
}
.f-db {
  display:block;
}
.f-pr {
  position:relative;
}
.f-pa {
  position:absolute;
}
.f-fl {
  float:left;
}
.f-fr {
  float:right;
}
.f-prz {
  position:relative;
  zoom:1;
}
.f-oh {
  overflow:hidden;
}
.f-fa {
  font-family:Arial, Helvetica, sans-serif;
}
.f-fw {
  font-family:"Microsoft Yahei";
}
.content {
  width:1200px;
  margin:0 auto;
}
em {
  font-style:normal;
}

/*header*/
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand { display: none;} 
iframe{border: none;vertical-align: top;}
:before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
/*全局样式*/

.clearfix:before,.clearfix:after,
.container:before,.container:after,
.container-middle:before,.container-middle:after{
  content: " ";display: table;
}
.clearfix:after,.container:after,.container-middle:after{
  clear: both;
}
.pull-left{float: left;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.text-align{text-align: center;}
.section{width: 100%;overflow: hidden;}
.out{overflow-y: auto;padding-right: 5px;}
.out::-webkit-scrollbar {
 width: 3px;
 background-color: #fff;
}
.out::-webkit-scrollbar-thumb {
 background-color:#4A91D9;
 border-radius: 10px;
}
@charset "UTF-8";

.container, .container-middle, .wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
@media (min-width: 992px) {
.wrap,.container,.container-middle{width: 970px;}
} 
@media (min-width: 1260px) {
    .wrap, .container, .container-middle {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .container-middle, .container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {
    .container-middle {
        width: 1630px;
    }

    .container {
        width: 1430px;
    }
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scle2 {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.1);
    }
}
/* css3 keyframes - animation 4 */
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes kuosan-1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100)\9
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        filter: alpha(opacity=0)\9
    }
}

@keyframes kuosan-1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100)\9
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        filter: alpha(opacity=0)\9
    }
}

@-webkit-keyframes kuosan-2 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    75% {
        -webkit-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes kuosan-2 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    75% {
        -webkit-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.3);
    height: 90px;
    z-index: 5000;
    background: transparent;
    transition: ease .5s;
}

    .header.on {
        box-shadow: 0 0 13px rgba(0,0,0,.1);
    }

.header-con {
}

.header.on {
    border: none;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 0px 0;
    margin-left: -30px;
}

    .header .logo  {
        width: 233px;
        height: 60px;
        margin-top: 15px;
    }

        .header .logo img.logoon, .header .logo img.logoon {
            display: none;
        }

.header.on .logo img, .header.ny-header .logo img {
    display: none;
}

    .header.on .logo img.logoon, .header.ny-header .logo img.logoon {
        display: block;
    }

.gpcode {
    float: left;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin: 30px 0;
    margin-left: 30px;
    font-weight: bold;
    color: #fff;
}

.header-right {
    float: right;
    margin: 28px 0;
    margin-left: 50px;
}

.header-top {
    background: url(../images/headtop-ba_01.jpg)no-repeat center;
    transition: ease .5s;
    padding: 25px 0;
}

.ny-top {
    background: #fff;
}

    .ny-top .header-language a:hover {
        color: #F0BB44;
    }

.header-slogan {
    float: left;
    font-size: 22px;
    line-height: 40px;
    color: #341d17;
}

.header-phone {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    padding-left: 28px;
    font-family: "DINMITTELSCHRIFTSTD";
}

    .header-phone::before {
        position: absolute;
        content: "";
        width: 17px;
        height: 17px;
        background: url(../images/headtop-phone.png)no-repeat center;
        background-size: 100% 100%;
        top: 10px;
        left: 0;
    }

    .header-phone span {
        display: inline-block;
        font-family: "ITCAvantGardeStd-BkCn";
        font-size: 22px;
        line-height: 30px;
        color: #341d17;
    }

.header-search {
    float: right;
    margin-top: 0px;
    position: relative;
    margin-right: 0;
    display: none;
}

.bt-search {
    position: relative;
    border: none;
    background: none;
    float: left;
    width: 34px;
    height: 34px;
    text-align: right;
    line-height: 40px;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}
    /* .bt-search:hover{background: #fff;} */
    .bt-search .sub-bot {
        display: inline-block;
        width: 21px;
        height: 20px;
        line-height: 34px;
        background: transparent;
        border: none;
        z-index: 3;
        cursor: pointer;
        background: url(../images/icon-search.png) no-repeat center transparent;
        padding-right: 0px;
    }

.header.on .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.searchop .search-all {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    top: 24px;
}

.search-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

    .search-all .search-box {
        position: relative;
        height: 36px;
        margin-top: 38px;
        background: #fff;
    }

.searchop .search-all .search-box {
    animation: searchform-fade 400ms both;
}

.searchop .search-all form {
    animation: searchform-slide 1s both;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.search-all .search-box .search-txt {
    color: #333;
    line-height: 34px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
}

    .search-all .search-box .search-txt em {
        font-size: 20px !important;
    }

    .search-all .search-box .search-txt.left {
        float: left;
    }

.search-all .search-box .search-inp {
    margin-left: 44px;
    transition: all .3s ease-out 0s;
    margin-right: 44px;
}

    .search-all .search-box .search-inp input {
        font-size: 16px;
        line-height: 36px;
        color: #333;
        width: 100%;
        border-radius: 5px;
    }

.searchop .search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 44px;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.searchop .search-close:hover {
}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}


.header.on .language::before {
    background: #666;
}

.header-navbar {
}

.navbar {
    float: right;
    transition: ease .5s;
    margin-right: -24px;
}

.navitem {
    float: left;
    padding: 0 14px;
}

    .navitem > a {
        display: inline-block;
        font-size: 16px;
        color: rgba(255,255,255,1);
        line-height: 30px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background: transparent;
        padding: 30px 10px;
        position: relative;
    }

    .navitem.active > a {
        color: #fff;
    }

    .navitem:hover > a {
        color: #fff;
    }

    .navitem > a::before {
        position: absolute;
        content: "";
        width: 0px;
        height: 3px;
        background: #FF1F1F;
        left: 50%;
        bottom: 0%;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .navitem:hover > a::before,
    .navitem.active > a::before {
        width: 100%;
    }


/*header -end*/
@media(max-width:1919px) {


    .header .logo {
        margin-left: 0;
    }
}

@media(max-width:1459px) {
    .gpcode {
        display: none;
    }
}

    .header.on .logo p, .header.on .navitem > a, .header.on .language-text,
    .ny-header .logo p, .ny-header .navitem > a, .ny-header .language-text {
        color: #666;
    }

    .header.on .navitem.active > a {
        font-weight: bold;
    }

    .header.on .navitem > a:hover {
        font-weight: bold;
    }

    .header.on .gpcode,
    .ny-header .gpcode {
        color: #123987;
    }

.ny-header .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.header.on .language-text:hover {
    color: #4A91D9;
}

.ny-header {
    background: #fff;
}

.header.on {
    background-color: #fff;
    border-color: transparent;
}
  
    .header.on .logo p, .header.on .navitem > a, .header.on .language-text,
    .ny-header .logo p, .ny-header .navitem > a, .ny-header .language-text {
        color: #666;
    }

    .header.on .navitem.active > a {
        /*color: #4A91D9;*/
        font-weight: bold;
    }

    .header.on .navitem > a:hover {
        color: #4A91D9;
    }

    .header.on .gpcode,
    .ny-header .gpcode {
        color: #333;
    }

.ny-header .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.header.on .language-text:hover {
    color: #4A91D9;
}

#ino-p1 {
    display: none;
}

#ino-p span {
    opacity: 0;
}

/* =====================下拉 ================ */
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background: rgba(255,255,255,1);
    border-top: 1px solid #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item {
    position: relative;
}

.category-item-single {
    position: static;
}

.dropdown-menu.single {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.navitem:hover .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
}

.dropdown-menu {
    padding: 54px 0 85px;
    font-size: 0;
}

.dropdown-tit {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    color: #242e38;
    line-height: 40px;
    font-family: 'semi';
}

.dropdowntit-font {
    float: left;
    width: 35%;
}

.dropdown-dec {
    display: block;
    font-size: 18px;
    color: #444;
    line-height: 28px;
    padding: 10px 12px 12px 0px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

    .dropdown-dec::before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background: #4A91D9;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .dropdown-dec:hover::before {
        width: 100%;
    }

    .dropdown-dec:hover em {
        color: #4A91D9;
    }

    .dropdown-dec em {
        font-size: 18px;
        color: #666;
        font-weight: 550;
        float: right;
    }

.dropdown-menu a:last-child {
    margin-bottom: 0;
}


.dropdown-menu a:hover {
    color: #4A91D9;
}

    .dropdowntit-font h3 {
        font-size: 30px;
        line-height: 40px;
        color: #333;
    }

    .dropdowntit-font h5 {
        font-size: 16px;
        line-height: 30px;
        color: #555;
        margin: 9px 0 0px;
    }

    .dropdowntit-font a {
        font-size: 16px;
        display: block;
        margin-top: 40px;
    }
    .dropdown-a {
        width: 60%;
        float: right;
    }
    .dropdown-a a {
        float: left;
        width: 42%;
        margin-right: 4%;
    }
}
@media (max-width:1460px) {
    .dropdown-dec {
        font-size: 16px;
        padding: 10px 12px 5px 0px !important;
    }

    .dropdown-menu li {
        padding: 0 0 0 25px;
    }
}

@media (max-width:1259px) {
    .dropdown-menu li {
        padding: 0 0 0 30px;
    }

    .dropdown-dec {
        font-size: 16px;
        padding: 12px 12px 11px 0px !important;
    }

    .dropdown-menu li.dropdown-img {
        width: 25%;
    }

    .dropdown-menu li.dropdown-title {
        width: 31%;
    }

    .dropdowntit-font h5 {
        margin-bottom: 30px;
    }
}

@media (max-width:1170px) {
    .dropdown-menu li {
    }
}

.hidden {
    display: none;
}



/*foot开始*/
.footer{ overflow: hidden; background: url(../images/footerbg.png) no-repeat center top #202020;}
.footer .footer-title{height: 100px;line-height: 100px;border-bottom: 1px solid #646464; margin-bottom: 92px;}
.footer .footer-title h2{float: left;background: url(../images/footer-title-ico.jpg) no-repeat right 46px;width: 98px;line-height: 100px;font-size: 20px;color: #fff;font-weight: normal;margin-right: 50px;}
.footer .footer-title ul{float: left;width: 1050px;}
.footer .footer-title li{float: left;font-size: 16px;color: #e5e5e5;padding: 0 42px;}
.footer .footer-title li a{color: #e5e5e5;}

.footer .footer-fl{float: left;width: 360px;height: 255px;}
.footer .footer-logo{width: 220px;}
.footer .footer-logo img{width:213px;height: 72px;display: block;transition: all 0.3s linear 0s; overflow: hidden;}
.footer .footer-logo:hover img{transform: scale(1.03);}
.footer .footer-logo em{font-size: 16px;color: #fff;line-height: 24px;display: block;padding-top: 16px;}
.footer .footer-con{float: left;width: 310px;}
.footer .footer-con h3{line-height: 48px;font-weight: normal;font-size: 20px;color: #fff;}
.footer .footer-con li{font-size: 16px;color: #e5e5e5;line-height:30px;}

.footer .footer-tel{float: left;width: 230px;margin-top: 38px;}
.footer .footer-tel b{display: block;background: url(../images/footer-telbg.jpg) no-repeat;width: 80px;height: 36px;line-height: 36px;padding-left: 40px;font-size: 16px;color: #fff;font-weight: normal;margin-bottom: 16px;}
.footer .footer-tel em{display: block;font-size: 24px;color: #4A91D9;font-weight: bold;}
.footer .footer-code{float: right;width: 298px;margin-top: 12px;}
.footer .codelst li{width: 102px;float: left;margin-left: 40px;}
.footer .codelst li img{width: 102px;height: 102px;display: block;}
.footer .codelst li em{display: block;height: 42px;line-height: 42px;text-align: center;font-size: 14px;color: #ccc}
.footer .copyr{font-size: 14px;color: #ccc;line-height: 56px;height: 56px;border-top: 1px solid #646464;padding: 15px 0;}
.footer .copyr a{color: #ccc;margin-left: 20px;}
/*foot结束*/

/*nybanner*/
.nybanner {
    clear:both;
    /*position:relative;*/
    width:100%;
    height:400px;
    text-align: center;
    overflow:hidden;
    display: block;
    margin-bottom: 40px;
}
.inner-yema {
    width:100%;
    padding-top:60px;
    margin:auto;
    text-align:center;
    color:#000;
}
.inner-yema span {
    display:inline-block;
    padding:0 10px;
    margin:0 2px;
    line-height:30px;
    background:#efefef; 
    color:#000;
}
.inner-yema a {
    display:inline-block;
    padding:0 10px;
    margin:0 2px;
    line-height:30px;
    background:#efefef; 
    color: #666;
}
.inner-yema select {
    border:1px solid #efefef;
}

/*浮动客服开始*/
.kf {
  position:fixed;
  z-index:888;
  right:0;
  width:70px;
  height:198px;
  top:60%;
  text-align: center;
}
.kf i {
  line-height: 65px;
  height: 65px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.kf ul li {
  float:left;
  position:relative;
  width:100%;
  height:65px;
}
.kf ul li:nth-child(1) {
  border-bottom:1px #0B17BB solid;
}
.kf ul li:nth-child(2) {
  border-bottom:1px #0B17BB solid;
}
.kf ul li:nth-child(3) {
  border-bottom:1px #0B17BB solid;
}
.kf ul li a {
  background-color:#4A91D9;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
  box-shadow:0 15px 30px rgba(0,0,0,0.1);
  display:block;
  width:100%;
  height:65px;
  margin-bottom: 10px;
  background-position:center;
  background-repeat:no-repeat;
}
.kf ul li:hover a {
  background-color:#FF1F1F;
}
.kf ul li .tel {
  display:none;
  position:absolute;
  right:70px;
  width:190px;
  height:144px;
  top:0px;
  text-align: left;
}
.kf ul li .tel dl {
  float:left;
  width:190px;
  color: #fff;
  padding: 0;
  text-indent:10px;
  font-size: 20px;
  background: #FF1F1F;
}
.kf ul li .tel dl
.kf ul li .tel dl dd {
  float:left;
  width:100%;
  display:block;
  height:50px;
  line-height:50px;
  color: #fff;
}
.kf ul li .tel i {
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.kf ul li:hover .tel {
  display:block;
}
.kf ul li .wx {
  display:none;
  position:absolute;
  right:85px;
  width:95px;
  height:95px;
  top:-15px;
  text-align: left;
}
.kf ul li .wx img {
  border:2px solid #fff;
  width: 95px;
  height: 95px;
}
.kf ul li:hover .wx {
  display:block;
}
/*浮动客服结束*/

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
