﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
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);}



.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit span{display: block;font-size: 18px;color: #666;line-height: 24px;padding-top: 20px;}
.tit em{color: #173FB8;}


/*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;}
.ban_pg i.on{width: 34px;background: #173FB8;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(255,255,255,0.45);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(255,255,255,0.45);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #173FB8;}


/*way*/
.way{height: 647px;padding: 80px 0 0;box-sizing: border-box;background: url(../images/way-bg.jpg) no-repeat center;}
.way-desc{font-size: 18px;color: #666;line-height: 34px;text-align: center;margin: 20px 0 70px;}
.way ul{display: flex;gap: 40px;}
.way ul li{flex: 1;height: 273px;background: #fff;padding: 40px 55px 0;box-sizing: border-box;transition: all 0.3s;}
.way ul li h3{display: flex;justify-content: space-between;align-items: center;height: 40px;padding: 0 0 24px;border-bottom: 1px solid #D6D6D6;}
.way ul li h3 span{font-size: 22px;color: #222;line-height: 30px;transition: all 0.3s;}
.way ul li h3 i{display: block;width: 40px;height: 40px;overflow: hidden;}
.way ul li h3 i img{display: block;transition: all 0.5s;}
.way ul li .txt{display: flex;justify-content: space-between;align-items: center;margin-top: 24px;}
.way ul li .txt p{font-size: 16px;color: #222;line-height: 34px;flex: 1;transition: all 0.3s;}
.way ul li .txt i{width: 37px;height: 20px;overflow: hidden;margin-left: 27px;display: flex;justify-content: flex-end;}
.way ul li .txt i img{display: block;transition: all 0.5s;}
.way ul li:hover{background: #173FB8;box-shadow: 0px 3px 22px 1px rgba(0,15,61,0.38);}
.way ul li:hover h3{border-bottom: 1px solid #D6D6D6;}
.way ul li:hover h3 span{color: #fff;}
.way ul li:hover .txt p{color: #fff;}
.way ul li:hover h3 i img{transform: translateY(-100%);}
.way ul li:hover .txt i img{transform: translateX(100%);}


@media screen and (max-width:1600px){
  .way ul li{padding: 40px 35px 0;}
  .way ul li .txt{height: 120px;}
  .way ul li .txt p{line-height: 30px;}
}


/* maintain */
.maintain{padding: 90px 0 80px;box-sizing: border-box;background: url(../images/maintain-bg.jpg) no-repeat center 0;overflow-x: hidden;}
.maintain-top{display: flex;justify-content: space-between;align-items: center;padding-bottom: 50px;border-bottom: 1px solid #D6D6D6;position: relative;}
.maintain-top::after{content: "";width: 30px;height: 5px;background: #173FB8;position: absolute;right: 0;bottom: -3px;}
.maintain-top h2{padding-left: 26px;position: relative;}
.maintain-top h2::before{content: "";width: 6px;height: 36px;background: #173FB8;position: absolute;left: 0;top: 7px;}
.maintain-top h3{width: 875px;display: flex;flex-wrap: wrap;}
.maintain-top h3 a{width: 175px;padding-left: 20px;font-size: 16px;color: #222;font-weight: normal;line-height: 46px;box-sizing: border-box;position: relative;}
.maintain-top h3 a::before{position: absolute;width: 10px;height: 10px;content: "";background: #ccc;left: 0;top: 18px;}
.maintain-top h3 a:hover,.maintain-top h3 a.more{color: #173FB8;font-weight: bold;}
.maintain-top h3 a:hover::before,.maintain-top h3 a.more::before{background: #173FB8;}
.maintain-list{margin-top: 55px;position: relative;}
.maintain-list ul li{float: left;width: calc((100% - 40px) / 3);margin-right: 20px;display: flex;gap: 20px;flex-direction: column;}
.maintain-item{position: relative;overflow: hidden;}
.maintain-item img{display: block;width: 100%;transition: all 0.5s;}
.maintain-item span{position: absolute;left: 0;bottom: 0;width: 100%;height: 55px;line-height: 55px;text-align: center;font-size: 16px;color: #fff;background: rgba(0,0,0,0.34);transition: all 0.3s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.maintain-item:hover img{transform: scale(1.05);}
.maintain-item:hover span{background: #173FB8;}
.maintain-list .prev{position: absolute;width: 52px;height: 52px;background: url(../images/abt-prev.png) no-repeat;left: -80px;top: 50%;margin-top: -26px;}
.maintain-list .next{position: absolute;width: 52px;height: 52px;background: url(../images/abt-next.png) no-repeat;right: -80px;top: 50%;margin-top: -26px;}
.maintain-list .prev:hover{background: url(../images/abt-prev1.png) no-repeat;}
.maintain-list .next:hover{background: url(../images/abt-next1.png) no-repeat;}

@media screen and (max-width:1600px){
  .maintain-top h2 b{font-size: 34px;}
  .maintain-top h2 span{font-size: 16px;}
  .maintain-top h3{width: 750px;}
  .maintain-top h3 a{width: 150px;}
  .maintain-top h3 a{font-size: 14px;}
}


/* yous */
.yous{padding: 90px 0 0;}
.yous h2{margin-bottom: 60px;}
.serv_c{width: 100%;height: 696px;overflow: hidden;margin-top: 30px;}
.serv_c ul{width: 102%;height: 696px;}
.serv_c li{width:20%;float: left;position: relative;height: 696px;}
.serv_c li:before{content: "";width: 20px;height: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: 5;}
.serv_c li:first-child:before{background: none;}
.serv_c li:last-child{margin: 0;}
.serv_c li img{display: block;}
.mo{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background:rgba(0,0,0,0.5);}
.shu2 dl{ width:100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.shu2 dt{width: 3.8rem;height: 3.8rem;background: #fff;margin: 0 auto;line-height: 0;border-radius: 50%;}
.shu2 dt img{width: 3.8rem;height: 3.8rem;}
.shu2 dd{font-size: 1.2rem;color: #fff;font-weight: bold;line-height: 1.8rem;text-align: center;padding: 25px 0 0;}
.shu2 dd i{display: block;}
.hav{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.bock{position: absolute;left: 0;top:0;width:100%;height:100%; opacity:0;}
.bock dl{background: rgba(0,0,0,0.6);width: 90%;position: absolute;bottom: 0;left: 0;height: 8rem;padding: 1.5rem 5% 0;}
.bock dt{width: 3.8rem;height: 3.8rem;background: #8dba3b;line-height: 0;border-radius: 50%;float: left;margin-top: 0.5rem;}
.bock dt img{width: 3.8rem;height: 3.8rem;}
.bock dd{width: 80%;float: left;padding-left: 1rem;}
.bock dd h5{font-size: 1rem;color: #fff;height: 2rem;line-height: 2rem;overflow: hidden;padding-bottom: 0.3rem;}
.bock dd p{font-size: 0.8rem;color: rgba(255,255,255,0.8);line-height: 1.5rem;}


@media screen and (max-width:1600px){
  .bock dl{padding: 1rem 5% 0;}
  .bock dd h5{height: 1.5rem;line-height: 1.5rem;}
  .bock dd p{line-height: 1.2rem;}
}


/*pro*/
.pro{padding: 100px 0 50px;background: url(../images/pro-bg.jpg) no-repeat center;background-size: cover;}
.pro-con{display: flex;justify-content: space-between;}
.pro-left{width: 375px;}
.pro-left h2 b{text-align: left;padding-left: 26px;position: relative;}
.pro-left h2 b::before{position: absolute;width: 6px;height: 30px;background: #173FB8;left: 0px;top: 10px;content: "";}
.pro-desc{font-size: 18px;color: #666;line-height: 34px;margin: 15px 0 30px;}
.pro-ctg h3{margin-bottom: 30px;}
.pro-ctg h3 a{display: block;height: 60px;display: flex;justify-content: space-between;align-items: center;font-size: 22px;color: #173FB8;line-height: 30px;border-bottom: 1px solid #D6D6D6;}
.pro-ctg h3 a i{width: 17px;height: 29px;background: url(../images/jia.png) no-repeat;}
.pro-ctg p{display: flex;flex-wrap: wrap;padding: 12px 0;}
.pro-ctg p a{width: 45%;padding-left: 20px;font-size: 16px;color: #222;font-weight: normal;line-height: 46px;box-sizing: border-box;position: relative;}
.pro-ctg p a::before{position: absolute;width: 10px;height: 10px;content: "";background: #ccc;left: 0;top: 50%;margin-top: -5px;}
.pro-ctg p a:nth-child(odd){width: 55%;}
.pro-ctg p a:hover::before{background: #173FB8;}
.pro-ctg p a:hover{color: #173FB8;font-weight: bold;}
.pro-ctg h3.on{margin-bottom: 0;}


.pro-right{width: 1080px;}
.pro-list li{margin-bottom: 20px;display: flex;gap: 20px;}
.pro-item{flex: 1;position: relative;overflow: hidden;height: 353px;}
.pro-item img{display: block;width: 100%;transition: all 0.5s;}
.pro-item:hover img{transform: scale(1.05);}
.pro-item span{position: absolute;left: 0;bottom: 0;width: 100%;height: 55px;line-height: 55px;text-align: center;font-size: 16px;color: #fff;background: rgba(0,0,0,0.38);transition: all 0.5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.pro-item:hover span{background: #173FB8;}


@media screen and (max-width:1600px){
  .pro-left{width: 320px;}
  .pro-desc{margin: 15px 0 20px;}
  .pro-ctg h3{margin-bottom: 18px;}
  .pro-ctg h3 a{height: 50px;}
  .pro-ctg p{padding: 6px 0;}
  .pro-ctg p a{line-height: 40px;font-size: 15px;}
  .pro-right{width: 900px;}
  .pro-item{height: 293px;}  
}


/* ser */
.ser{height: 800px;background: url(../images/ser-bg.jpg) no-repeat center center;}
.ser-con{display: flex;justify-content: space-between;position: relative;height: 800px;}
.ser-left{width: 570px;margin: 186px 0 0;}
.ser-left h2 i{display: block;font-size: 16px;color: #fff;line-height: 20px;font-weight: normal;padding-bottom: 24px;}
.ser-left h2 b{display: block;font-size: 38px;color: #fff;line-height: 62px;}
.ser-desc{font-size: 16px;color: #fff;line-height: 30px;opacity: 0.5;margin: 25px 0 90px;}
.ser-left ul{display: flex;justify-content: space-between;align-items: center;}
.ser-left ul li{text-align: center;color: #fff;}
.ser-left ul li b{display: block;font-size: 42px;line-height: 52px;}
.ser-left ul li p{font-size: 20px;line-height: 25px;padding-top: 15px;}
.ser-left ul li.line{width: 0;height: 46px;border-left: 1px dashed #fff;}
.ser-right{width: 700px;height: 550px;position: absolute;left: 50%;margin-left: -135px;top: 50%;margin-top: -275px;background: rgba(255,255,255,0.86);}
.ser-right ul{padding: 28px 90px 0 50px;}
.ser-right li{margin-bottom: 38px;}
.ser-right li h3{display: flex;height: 30px;padding: 0 0 15px;align-items: center;border-bottom: 1px dashed #CECECE;font-size: 22px;color: #222;transition: all 0.3s;margin-bottom: 15px;}
.ser-right li h3 i{width: 29px;height: 29px;margin-right: 10px;overflow: hidden;}
.ser-right li h3 i img{transition: all 0.5s;}
.ser-right li p{font-size: 16px;color: #222;line-height: 20px;padding: 10px 0;}
.ser-right li:hover h3{color: #173FB8;}
.ser-right li:hover h3 i img{transform: translateY(-100%);}


@media screen and (max-width:1600px){
  .ser-left{width: 480px;}
}


/* case */
.case{padding: 90px 0;background: url(../images/case-bg.jpg) no-repeat center;background-size: cover;}
.case h2{margin-bottom: 55px;}
.case-list{display: flex;flex-wrap: wrap;gap: 25px;}
.case-list dl{width: calc((100% - 100px) / 5);position: relative;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #E3EAF5;transition: all 0.3s;}
.case-list dd{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;flex-direction: column;}
.case-list dd i{display: block;width: 42px;height: 42px;overflow: hidden;}
.case-list dd span{display: block;font-size: 18px;color: #222;line-height: 24px;padding-top: 15px;transition: all 0.3s;}
.case-list dl:hover dd{background: rgba(0,0,0,0.3);}
.case-list dl:hover dd span{color: #fff;}
.case-list dl:hover dd i img{transform: translateY(-100%);}

.xban{height: 220px;background: url(../images/xban.jpg) no-repeat center;margin-top: 80px;padding: 0 88px;position: relative;}
.xban h3{font-size: 28px;color: #fff;line-height: 52px;padding: 22px 0 30px;}
.xban .tel{height: 38px;display: flex;align-items: center;font-size: 26px;color: #fff;font-weight: bold;}
.xban .tel img{margin-right: 20px;}
.xban .zx{position: absolute;left: 604px;top: 65px;width: 160px;height: 45px;font-size: 16px;color: #fff;display: flex;justify-content: center;align-items: center;background: rgba(255,255,255,0.07);border-radius: 23px 23px 23px 23px;border: 1px solid #FFFFFF;box-sizing: border-box;}
.xban .zx img{margin-right: 12px;transition: all 0.5s;}
.xban .zx:hover img{margin-right: 18px;}


@media screen and (max-width:1600px){
  .xban{padding: 0 50px;}
  .xban h3{font-size: 26px;}
  .xban .zx{left: 500px;}
}


/*abt*/
.abt{padding: 90px 0 0;background: url(../images/abt-bg.jpg) no-repeat center 0;width: 100%;overflow: hidden;}
.abt h2{display: flex;justify-content: center;align-items: center;}
.abt h2 span{font-size: 38px;color: #fff;padding: 0 20px;}
.abt-desc{width: 1230px;font-size: 16px;color: #fff;line-height: 36px;text-align: center;margin: 40px auto 60px;}
.qyfc{height: 382px;background: url(../images/qyfc-bg.jpg) no-repeat center 0;position: relative;padding: 20px;box-sizing: border-box;}
.qyfc li{float: left;width: calc((100% - 60px) / 4);margin-right: 20px;}
.qyfc li i{display: block;overflow: hidden;}
.qyfc li i img{width: 100%;transition: all 0.5s;}
.qyfc li i:hover img{transform: scale(1.05);}
.qyfc li p{font-size: 16px;color: #222;height: 60px;line-height: 60px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.qyfc .prev{position: absolute;width: 52px;height: 52px;background: url(../images/abt-prev.png) no-repeat;left: -80px;top: 50%;margin-top: -46px;}
.qyfc .next{position: absolute;width: 52px;height: 52px;background: url(../images/abt-next.png) no-repeat;right: -80px;top: 50%;margin-top: -46px;}
.qyfc .prev:hover{background: url(../images/abt-prev1.png) no-repeat;}
.qyfc .next:hover{background: url(../images/abt-next1.png) no-repeat;}
.qyfc .tempWrap{width: 100%!important;}


@media screen and (max-width:1600px){
  .abt-desc{width: 1100px;}
  .qyfc{background-position: center -50px;height: 332px;} 
}



/*news*/
.news{padding: 70px 0 100px;overflow-x: hidden;}
.news-con{display: flex;justify-content: space-between;}
.news-left{width: 300px;position: relative;}
.news-left h2{text-align: left;}
.news-left h2 span{font-size: 32px;color: #A3ABB9;text-transform: uppercase;opacity: 0.6;}
.news-left p{font-size: 18px;color: #222;line-height: 24px;padding: 30px 0 0;position: relative;margin-top: 70px;}
.news-left p::before{position: absolute;width: 44px;height: 3px;content: "";background: #173FB8;left: 0;top: 0;}
.news-left .more{position: absolute;left: 0;bottom: 0;width: 190px;height: 55px;font-size: 18px;color: #fff;display: flex;justify-content: center;align-items: center;background: #173FB8;border-radius: 0px 22px 0px 22px;}
.news-left .more img{margin-left: 8px;transition: all 0.5s;}
.news-left .more:hover img{margin-left: 15px;}
.news-pg{position: absolute;width: 210px;height: 39px;line-height: 39px;;display: flex;justify-content: space-between;left: 0;bottom: 92px;}
.news-pg .pageState{font-size: 22px;color: #999;height: 39px;}
.news-pg .pageState span{font-size: 40px;color: #222;}

.news-right{width: 1275px;}
.news-right li{float: left;width: 344px;padding: 25px 40px 0;border-bottom: 3px solid #fff;border-left: 1px solid #DCDCDC;}
.news-right li h3{height: 66px;font-size: 18px;color: #999;line-height: 32px;}
.news-right li h3 b{display: inline-block;font-size: 55px;color: #222;line-height: 66px;}
.news-right li h4{padding: 24px 0 0;}
.news-right li h4 a{display: block;height: 26px;line-height: 26px;font-size: 20px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-right li p{font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 20px 0;}
.news-pic{overflow: hidden;}
.news-pic img{display: block;width: 100%;transition: all 0.5s;}
.news-pic:hover img{transform: scale(1.05);}
.news-right li .xq{display: block;width: 70px;height: 70px;background: url(../images/news-jt1.png) no-repeat center;margin: 26px 0 26px -8px;}
.news-right li.active{border-left-color: transparent;}
.news-right li:hover{border-bottom: 3px solid #173FB8;border-left-color: transparent;box-shadow: 0px 3px 33px 1px rgba(0,59,114,0.13);}
.news-right li:hover + li{border-left-color: transparent;}
.news-right li:hover h4 a{color: #173FB8;}
.news-right li:hover .xq{width: 70px;height: 70px;background: url(../images/news-jt2.png) no-repeat;}
.news-right .tempWrap{padding: 20px 0 0;margin-top: -20px;}
.news-right .tempWrap ul{overflow: visible!important;}

@media screen and (max-width:1600px){
  .news-left{width: 240px;}
  .news-right{width: 1035px;}
  .news-right li{width: 284px;padding: 25px 30px 0;}
}


/* cess */
.cess{height: 478px;background: url(../images/cess-bg.jpg) no-repeat center;padding: 70px 0 0;box-sizing: border-box;}
.cess h2{margin-bottom: 90px;}
.cess h2 b, .cess h2 span{color: #fff;}
.liuc{display: flex;}
.liuc li{width: 110px;margin-right: 135px;position: relative;}
.liuc li::after{position: absolute;width: 44px;height: 44px;content: "";background: url(../images/cess-jt.png) no-repeat center;right: -89px;top: 39px;}
.liuc li:last-child{margin-right: 0;overflow: hidden;}
.liuc li .liuc_span{ display:block; width:72px; height:72px; position:relative; overflow:hidden; margin:0 auto 15px;border-radius: 50%;}
.liuc li .liuc_span img{display:block; width:72px; height:72px;}
.liuc li em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out 0.1s;transition: all 0.35s ease-out 0.1s;}
.liuc li i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.liuc li:hover em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.liuc li:hover i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.liuc li p{font-size: 18px;color: #fff;line-height: 24px;text-align: center;padding-top: 25px;}

@media screen and (max-width:1600px){
  .liuc li{margin-right: 85px;}
  .liuc li::after{right: -64px;}
}





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);
    }
  }
  

