﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";background: #f6f6f6;} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.guang{position: relative;overflow: hidden;}
.guang:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}
.guang:hover:before {
    left: 120%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}



.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit span{display: block;font-size: 38px;color: #222;line-height:50px;padding: 5px 0 12px;}
.tit i{display: block;font-size: 18px;color: #666;line-height:24px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;opacity: 0.37;}
.ban_pg i.on{width: 34px;background: #005AAB;opacity: 1;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #005AAB;}


/* yinzi */
.yinzi{height: 640px;background: url(../images/yz-bg.jpg) no-repeat center;padding: 60px 0 0;box-sizing: border-box;}
.yinzi h2{margin-bottom: 30px;}
.yinzi ul{display: flex;justify-content: space-between;}
.yinzi li{width: 360px;height: 360px;background: url(../images/yz-c1.png) no-repeat;text-align: center;background-size: 100% 100%;padding: 0 74px;box-sizing: border-box;}
.yinzi li:nth-child(even){background: url(../images/yz-c2.png) no-repeat;background-size: 100% 100%;}
.yinzi li img{display: block;margin: 82px auto 20px;}
.yinzi li h3{font-size: 22px;color: #222;line-height: 30px;}
.yinzi li p{font-size: 14px;color: #222;line-height: 24px;padding-top: 12px;}
.yinzi li:hover img{animation: flipInY 1.5s;}



@media screen and (max-width:1600px){
  .yinzi{height: 580px;}
  .yinzi li{width: 300px;height: 300px;padding: 0 40px;}
  .yinzi li img{margin: 56px auto 14px;}
}


/* pro */
.pro{padding: 80px 0;background: #F7F7F7;}
.pro-tit{display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.pro-tit h2{font-size: 38px;color: #222;line-height: 60px;padding-left: 60px;background: url(../images/pro-zs.png) no-repeat left 12px;}
.pro-tit h2 em{display: block;color: #005AAB;}
.pro-tit .more{display: block;width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background: #005AAB;}
.pro-list{display: flex;flex-wrap: wrap;gap: 30px 40px;}
.pro-list dl{width: 770px;height: 287px;background: url(../images/pro-bg.jpg) no-repeat center;display: flex;justify-content: space-between;align-items: center;}
.pro-list dt{margin-right: 25px;}
.pro-list dt img{width: 356px;height: 238px;}
.pro-list dd{width: 238px;margin-left: 70px;}
.pro-list dd h4 a{display: block;height: 30px;line-height: 30px;font-size: 22px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-list dd p{font-size: 16px;color: #222;line-height: 28px;margin: 28px 0 42px;height: 56px;overflow: hidden;}
.pro-list dd .xq{display: block;font-size: 16px;color: #666;line-height: 20px;}
.pro-list dl:hover h4 a,.pro-list dl:hover .xq{color: #005AAB;}




@media screen and (max-width:1600px){
  .pro-list{gap: 30px;}
  .pro-list dl{width: 610px;height: 287px;}
  .pro-list dt{margin-right: 15px;}
  .pro-list dt img{width: 302px;height: 202px;}
  .pro-list dd{margin-left: 30px;}
}


/* pinzhi */
.pinzhi{height: 563px;background: url(../images/pz-bg.jpg) no-repeat center 0;}
.pz-con{display: flex;justify-content: space-between;}
.pz-left{margin-top: 74px;width: 530px;}
.pz-left h2{font-size: 16px;color: #fff;line-height: 20px;font-weight: normal;}
.pz-left h2 b{display: block;font-size: 38px;line-height: 50px;padding-top: 22px;}
.pz-left p{font-size: 16px;color: #fff;opacity: 0.6;line-height: 30px;margin-top: 24px;}
.pz-left .pz-pic{margin-top: 22px;}
.pz-right{width: 842px;margin-top: 137px;}
.pz-right ul{display: flex;flex-wrap: wrap;gap: 30px;}
.pz-right li{width: 406px;height: 217px;background: #fff;box-shadow: 0px 1px 22px 1px rgba(0,0,0,0.19);padding: 0 40px;box-sizing: border-box;transition: all 0.3s;}
.pz-right li i{display: block;width: 57px;height: 57px;overflow: hidden;margin: 26px 0 6px;}
.pz-right li i img{display: block;transition: all 0.5s;}
.pz-right li h3{font-size: 22px;color: #222;line-height: 30px;margin-bottom: 18px;transition: all 0.3s;}
.pz-right li p{font-size: 16px;color: #222;line-height: 28px;transition: all 0.3s;}
.pz-right li:hover{background: #005AAB;}
.pz-right li:hover i img{transform: translateY(-100%);}
.pz-right li:hover h3, .pz-right li:hover p{color: #fff;}


@media screen and (max-width:1600px){
  .pz-left{width: 480px;}
  .pz-left h2 b{font-size: 34px;}
  .pz-right{width: 750px;}
  .pz-right li{width: 360px;padding: 0 30px;}
}





/* way */
.way{height: 945px;background: url(../images/way-bg.png) no-repeat center 0 #e8edf2;padding: 100px 0 0;box-sizing: border-box;}
.way h2{margin-bottom: 54px;}
.way h2 span{font-weight: bold;}
.way h2 em{color: #005AAB;}
.way-box{display: flex;justify-content: center;overflow: hidden;}
.way-con{width: 1396px;height: 673px;position: relative;flex-shrink: 0;}
.way-tab li{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.way-tab li span{display: block;font-size: 24px;color: #222;line-height: 30px;}
.way-tab li i{display: block;font-size: 14px;color: #999;line-height: 20px;padding-top: 8px;}
.way-tab li:nth-child(1){position: absolute;left: 0;top: 353px;width: 299px;height: 285px;background: url(../images/way-c1.png) no-repeat;padding: 30px 0 0;box-sizing: border-box;}
.way-tab li:nth-child(1).on{background: url(../images/way-c1h.png) no-repeat;}
.way-tab li:nth-child(2){position: absolute;left: 88px;top: 97px;width: 376px;height: 378px;background: url(../images/way-c2.png) no-repeat;}
.way-tab li:nth-child(2).on{background: url(../images/way-c2h.png) no-repeat;}
.way-tab li:nth-child(3){position: absolute;left: 343px;top: 0;width: 350px;height: 308px;background: url(../images/way-c3.png) no-repeat;padding-left: 30px;box-sizing: border-box;}
.way-tab li:nth-child(3).on{background: url(../images/way-c3h.png) no-repeat;}
.way-tab li:nth-child(4){position: absolute;left: 695px;top: 0;width: 350px;height: 303px;background: url(../images/way-c4.png) no-repeat;padding-right: 20px;box-sizing: border-box;}
.way-tab li:nth-child(4).on{background: url(../images/way-c4h.png) no-repeat;}
.way-tab li:nth-child(5){position: absolute;left: 925px;top: 91px;width: 381px;height: 375px;background: url(../images/way-c5.png) no-repeat;}
.way-tab li:nth-child(5).on{background: url(../images/way-c5h.png) no-repeat;}
.way-tab li:nth-child(6){position: absolute;left: 1095px;top: 348px;width: 302px;height: 289px;background: url(../images/way-c6.png) no-repeat;padding: 40px 0 0;box-sizing: border-box;}
.way-tab li:nth-child(6).on{background: url(../images/way-c6h.png) no-repeat;}
.way-tab li.on span,.way-tab li.on i{color: #fff;}
.way-pic{position: absolute;width: 824px;height: 388px;left: 50%;bottom: 4px;margin-left: -412px;}




/* yous */
.yous{padding: 78px 0 0;height: 994px;box-sizing: border-box;background: url(../images/ys-bg.png) no-repeat center -132px;}
.yous h2{margin-bottom: 55px;}
.yous h2 span{font-weight: bold;}
.yous-bd dl{height: 520px;display: flex;}
.yous-bd dt img{width: 937px;height: 520px;}
.yous-bd dd{flex: 1;padding: 0 55px;background: #fff;box-shadow: 0px 3px 15px 1px rgba(104,104,104,0.16);}
.yous-bd dd h3{padding-left: 66px;font-size: 16px;color: #666;line-height: 20px;font-weight: normal;margin: 65px 0 45px;background: url(../images/pro-zs.png) no-repeat left 12px;}
.yous-bd dd h3 b{display: block;font-size: 24px;color: #222;line-height: 30px;padding-bottom: 12px;}
.ys-desc{height: 248px;}
.ys-desc p{padding-left: 22px;font-size: 16px;color: #222;line-height: 32px;position: relative;margin-bottom: 20px;}
.ys-desc p::before{position: absolute;width: 7px;height: 7px;content: "";background: #005AAB;border-radius: 50%;left: 0;top: 12px;}
.ys-btn{display: flex;gap: 15px;}
.ys-btn a{display: flex;width: 153px;height: 52px;line-height: 30px;font-size: 16px;color: #005AAB;border: 1px solid #005AAB;box-sizing: border-box;justify-content: center;align-items: center;}
.ys-btn a.zx{background: #005AAB;color: #fff;}
.ys-btn a.zx img{margin-right: 8px;transition: all 0.5s;}
.ys-btn a.zx:hover img{margin-right: 15px;}
.ys-tab{margin-top: 45px;height: 108px;display: flex;justify-content: space-between;}
.ys-tab li{width: 302px;height: 108px;display: flex;justify-content: center;align-items: center;background: #fff;box-shadow: 0px 3px 15px 1px rgba(74,74,74,0.11);position: relative;}
.ys-tab li i{width: 55px;height: 55px;margin-right: 12px;overflow: hidden;}
.ys-tab li i img{display: block;}
.ys-tab li p b{display: block;font-size: 20px;color: #222;line-height: 26px;}
.ys-tab li p span{display: block;font-size: 14px;color: #222;line-height: 20px;padding-top: 10px;}
.ys-tab li.on{background: #005AAB;}
.ys-tab li.on::before{position: absolute;content: "";border: 15px solid transparent;border-bottom-color: #005AAB;left: 50%;margin-left: -15px;top: -25px;}
.ys-tab li.on i img{transform: translateY(-100%);}
.ys-tab li.on p b,.ys-tab li.on p span{color: #fff;}



@media screen and (max-width:1600px){
  .yous-bd dt img{width: 750px;height: 520px;object-fit: cover;}
  .yous-bd dd{padding: 0 40px;}
  .ys-tab li{width: 245px;}
}


/* factory */
.factory{height: 705px;background: url(../images/factory-bg.jpg) no-repeat center 0;overflow: hidden;}
.fac-con{display: flex;justify-content: space-between;}
.fac-left{margin-top: 160px;}
.fac-left h2{display: block;font-size: 20px;color: #fff;line-height: 26px;font-weight: normal;}
.fac-left h2 b{display: block;font-size: 38px;line-height: 62px;padding: 20px 0 30px;}
.fac-left h2 span{opacity: 0.66;}
.fac-left .more{display: block;width: 196px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;background: #387ebe;margin-top: 130px;}
.fac-right{width: 1050px;margin-top: 234px;}
.fac-list{position: relative;}
.fac-list li{float: left;width: 523px;height: 354px;margin-right: 35px;}
.fac-list .prev{position: absolute;font-size: 0;left: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}

@media screen and (max-width:1600px){
  .fac-right{width: 820px;}
}


/* case */
.case{padding: 80px 0 42px;background: #f6f6f6;position: relative;z-index: 1;overflow: hidden;}
.case::after{content: '';display: block;width: 100%;height: 327px;position: absolute;left: 0;bottom: 0;background: #005AAB;z-index: -1;}
.case-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 45px;}
.case-top h2{width: 580px;}
.case-top h2 b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.case-top h2 span{display: block;font-size: 18px;color: #222;line-height: 32px;padding-top: 16px;font-weight: normal;}
.case-top h2 em{color: #005AAB;font-weight: bold;}
.case-sz{display: flex;justify-content: space-between;width: 640px;align-items: center;}
.case-sz li{text-align: center;}
.case-sz li b{display: block;font-size: 40px;color: #005AAB;line-height: 48px;}
.case-sz li span{display: block;font-size: 16px;color: #222;line-height: 20px;padding-top: 14px;}
.case-sz li.line{width: 1px;height: 40px;border-left: 1px dashed #222;}

.case-list{position: relative;}
.case-list dl{float: left;width: 470px;margin-right: 25px;background: #fff;padding: 20px;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{height: 200px;}
.case-list dd h4{padding: 30px 0 20px;}
.case-list dd h4 a{display: block;font-size: 22px;height: 30px;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-list dd p{font-size: 16px;color: #222;line-height: 32px;height: 64px;overflow: hidden;}
.case-list dd .xq{display: block;font-size: 16px;color: #005AAB;line-height: 20px;margin-top: 26px;}
.case-list dl:hover h4 a{color: #005AAB;}

.case-list .tempWrap{width: 100% !important;}
.case-list .prev{position: absolute;left: -80px;bottom: 132px;width: 45px;height: 45px;background: url(../images/ban-prev.png) no-repeat center rgba(0,0,0,0.26);cursor: pointer;border-radius: 50%;}
.case-list .next{position: absolute;right: -80px;bottom: 132px;width: 45px;height: 45px;background: url(../images/ban-next.png) no-repeat center rgba(0,0,0,0.26);cursor: pointer;border-radius: 50%;}
.case-list .prev:hover{background: url(../images/case-prev.png) no-repeat center #fff;}
.case-list .next:hover{background: url(../images/case-next.png) no-repeat center #fff;}


@media screen and (max-width:1600px){
  .case-list dl{width: 370px;}
  .case-list .prev{left: -45px;}
  .case-list .next{right: -45px;}
}



/*abt*/
.abt{height: 817px;padding: 106px 0 0;box-sizing: border-box;background: url(../images/abt-bg.jpg) no-repeat center 0;overflow: hidden;}
.abt dl{display: flex;justify-content: space-between;gap: 40px;}
.abt dt{width: 984px;margin-right: -170px;}
.abt dd{width: 660px;}
.abt dd h2{display: flex;font-size: 38px;color: #005AAB;line-height: 50px;height: 50px;align-items: center;}
.abt dd h2 img{margin-right: 18px;}
.abt dd .abt-desc{font-size: 16px;color: #222;line-height: 40px;margin: 40px 0 32px;}
.abt dd .more{display: block;width: 196px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;background: #005AAB;}


.abt-sz{display: flex;justify-content: space-between;margin-bottom: 60px;}
.abt-sz li{text-align: center;}
.abt-sz li span{display: block;height: 52px;font-size: 16px;color: #222;line-height: 52px;}
.abt-sz li span b{font-size: 42px;color: #005AAB;}
.abt-sz li p{font-size: 16px;color: #222;line-height: 20px;padding-top: 18px;}


@media screen and (max-width:1600px){
  .abt dt{margin-right: -320px;}  
}


/* cess */
.cess{height: 695px;background: url(../images/cess-bg.jpg) no-repeat center 0;padding: 80px 0 0;box-sizing: border-box;}
.cess h2 span{color: #fff;font-weight: bold;}
.cess h2 i{color: #fff;}
.cess-con{height: 386px;background: #fff;margin-top: 57px;display: flex;justify-content: space-between;position: relative;}
.cess-con::after{position: absolute;width: 291px;height: 250px;content: "";background: url(../images/cess1.png) no-repeat;left: 0;bottom: -25px;}
.cess-left{width: 854px;margin-top: 50px;background: url(../images/cess-line.png) no-repeat left 58px;}
.cess-left ul{display: flex;flex-wrap: wrap;}
.cess-left li{width: 226px;text-align: center;margin-bottom: 75px;}
.cess-left li i{display: block;font-size: 26px;color: #005AAB;line-height: 30px;font-weight: bold;}
.cess-left li span{display: block;font-size: 18px;color: #222;line-height: 24px;padding: 12px 0 10px;}
.cess-left li p{font-size: 16px;color: #999;line-height: 20px;}
.cess-left li:nth-child(3n+2){width: 346px;}
.cess-left li:nth-child(3n){width: 206px;}

.cess-right{width: 463px;margin-top: 22px;margin-right: 125px;}
.cess-right h3{display: flex;font-size: 22px;color: #005AAB;line-height: 38px;height: 38px;align-items: center;margin-bottom: 25px;}
.cess-right h3 img{margin-right: 18px;}
.cess-right li{height: 50px;border: 1px solid #E5E5E5;margin-bottom: 20px;display: flex;align-items: center;}
.cess-right li img{margin: 0 10px;}
.cess-right li input{flex: 1;height: 50px;line-height: 50px;font-size: 16px;color: #222;border: 0;background: none;outline: 0;}
.cess-right li input::placeholder{color: #999;}
.cess-right li:nth-child(3){padding: 0 20px;}
.cess-right button{display: block;width: 196px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #fff;background: #005AAB;border: 0;outline: 0;cursor: pointer;margin-top: 27px;}



@media screen and (max-width:1600px){
  .cess-right{width: 350px;margin-right: 30px;}
}


/*news*/
.news{padding: 85px 0 50px;background: #F6F6F6;}
.news-top{display: flex;justify-content: space-between;height: 76px;border-bottom: 1px solid #CBCBCB;margin-bottom: 50px;}
.news-top h2{display: flex;font-size: 38px;color: #005AAB;line-height: 50px;height: 50px;align-items: center;}
.news-top h2 img{margin-right: 18px;}
.news-top h3{display: flex;gap: 35px;}
.news-top h3 a{font-size: 20px;color: #222;line-height: 44px;font-weight: normal;height: 76px;position: relative;}
.news-top h3 i{width: 1px;height: 24px;background: #D8D8D8;margin: 10px 0 0;}
.news-top h3 a.on{color: #005AAB;}
.news-top h3 a.on::after{position: absolute;left: 0;bottom: -3px;height: 5px;width: 100%;background: #005AAB;content: "";}
.news-con{display: flex;justify-content: space-between;align-items: flex-start;}
.news-con dl{width: 580px;padding: 28px;background: #fff;}
.news-con dt img{height: 383px;object-fit: cover;}
.news-con dd{height: 157px;padding: 12px 0 0;box-sizing: border-box;}
.news-con dd h4 a{display: block;height: 30px;line-height: 30px;font-size: 22px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-con dd p{font-size: 16px;color: #666;line-height: 32px;margin-top: 24px;height: 64px;overflow: hidden;}
.news-con dl:hover h4 a{color: #005AAB;}
.news-con ul{width: 884px;margin-top: -35px;}
.news-con li{height: 152px;padding: 35px 0;border-bottom: 1px solid #DBDBDBFF;display: flex;}
.news-con li i{width: 152px;height: 152px;background: #fff;text-align: center;font-size: 18px;color: #999;line-height: 24px;margin-right: 40px;}
.news-con li i em{display: block;font-size: 42px;color: #222;line-height: 55px;padding: 32px 0 10px;font-weight: bold;}
.news-con li .text{flex: 1;}
.news-con li h4 a{display: block;height: 26px;line-height: 26px;font-size: 20px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-con li p{font-size: 16px;color: #666;line-height: 32px;margin: 20px 0 22px;height: 64px;overflow: hidden;}
.news-con li .xq{display: block;width: 100px;height: 22px;line-height: 22px;font-size: 16px;color: #999;background: url(../images/news-jt.png) no-repeat right center;}
.news-con li:hover i{background: #005AAB;color: #fff;}
.news-con li:hover i em{color: #fff;}
.news-con li:hover h4 a{color: #005AAB;}
.news-con li:last-child{border: 0;}


@media screen and (max-width:1600px){
  .news-con dl{width: 480px;}
  .news-con dl:hover h4 a{color: #005AAB;}
  .news-con ul{width: 700px;}
}









html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-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);
    }
  }
  

