﻿@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";}


.case-desc{color:#fff;font-size:18px;}
.case-list{margin-top:50px;}


.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: #333;line-height: 50px;}
.tit span{display: block;font-size: 18px;color: #333;line-height: 24px;padding-top: 15px;}


/*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: #008B92;}
.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.4);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.4);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #008B92;}


/* yinzi */
.yinzi{padding: 50px 0;background: #008B92;}
.yinzi ul{display: flex;justify-content: space-between;align-items: center;}
.yinzi li{display: flex;align-items: center;gap: 20px;}
.yinzi li p b{display: block;font-size: 32px;color: #fff;line-height: 40px;}
.yinzi li p span{display: block;font-size: 18px;color: #fff;line-height: 24px;padding-top: 10px;}
.yinzi li:hover img{animation: flipInY 1.5s;}
.yinzi li.line{width: 1px;height: 45px;border-left: 1px dashed #FFFFFF;}


@media screen and (max-width:1700px){
  
}


/* way */
.way{background: #F1F1F1;overflow: hidden;}
.way-con{display: flex;justify-content: space-between;}
.way-left{width: 608px;margin-top: 100px;}
.way-left h2{font-size: 38px;color: #222;line-height: 50px;}
.way-left .way-desc{font-size: 18px;color: #333;line-height: 36px;padding: 20px 0 58px;}
.way-left h3{display: flex;justify-content: space-between;align-items: center;}
.way-left h3 a{font-size: 20px;color: #222;line-height: 26px;font-weight: normal;position: relative;}
.way-left h3 a:hover{color: #008B92;font-weight: bold;}
.way-left h3 a:hover::after{position: absolute;width: 55px;height: 3px;content: "";background: #008B92;left: 50%;bottom: -20px;transform: translateX(-50%);}
.way-left h3 i{width: 1px;height: 26px;background: #707070;opacity: 0.42;}
.way-left .way-ctg{display: flex;flex-wrap: wrap;margin-top: 70px;gap: 20px 0;justify-content: space-between;}
.way-left .way-ctg a{width: 285px;height: 74px;line-height: 74px;text-align: center;font-size: 18px;color: #222;background: #fff;transition: all 0.3s;}
.way-left .way-ctg a.on{color: #fff;background: #008B92;font-weight: bold;}

.way-right{width: 1008px;margin-right: -190px;}
.way-bd dl{position: relative;}
.way-bd dd{position: absolute;left: 0;bottom: 25px;width: 100%;padding: 0 25px;box-sizing: border-box;}
.way-bd dd h4 a{display: block;font-size: 24px;color: #fff;line-height: 30px;}
.way-bd dd p{font-size: 18px;color: #fff;line-height: 24px;height: 24px;overflow: hidden;margin-top: 18px;}


@media screen and (max-width:1700px){
  .way-left{width: 480px;}
  .way-left h2{font-size: 30px;}
  .way-left h3 a{font-size: 18px;}
  .way-left .way-ctg a{width: 230px;}
  .way-right{margin-right: -360px;}
  .way-bd dd h4 a{font-size: 20px;}
  .way-bd dd p{font-size: 16px;}
}



/* pro */
.pro{padding: 80px 0 60px;}
.pro-tit{display: flex;justify-content: space-between;margin-bottom: 40px;align-items: flex-start;}
.pro-tit h2{text-align: left;}
.pro-tit h3{display: flex;gap: 25px;margin-top: 46px;}
.pro-tit h3 a{font-size: 16px;color: #222;line-height: 20px;position: relative;font-weight: normal;}
.pro-tit h3 a::after{position: absolute;left: 50%;bottom: -18px;width: 0;height: 3px;content: "";background: #008B92;transform: translateX(-50%);transition: all 0.5s;}
.pro-tit h3 i{width: 1px;height: 20px;border-left: 1px dashed #C4C4C4;}
.pro-tit h3 a:hover{color: #008B92;}
.pro-tit h3 a:hover::after{width: 44px;}
.pro-list ul{display: flex;flex-wrap: wrap;gap: 25px;}
.pro-list li{width: calc((100% - 50px) / 3);}
.pro-list li h4 a{display: block;height: 70px;line-height: 70px;text-align: center;font-size: 18px;color: #222;font-weight: normal;border: 1px solid #E6E6E6;}
.pro-list li:hover h4 a{color: #fff;border-color: #008B92;background: #008B92;font-weight: bold;}



@media screen and (max-width:1700px){
  .pro-tit h2 b{font-size: 32px;}
  .pro-tit h2 span{font-size: 16px;}
  .pro-tit h3{gap: 18px;}
  .pro-tit h3 a{font-size: 15px;}
  .pro-list li h4 a{height: 60px;line-height: 60px;font-size: 16px;}
}


/* horryd */
.horryd{background: url(/images/horryd-bg.jpg) no-repeat center 0;padding: 60px 0 70px;}
.horryd-con{height: 726px;background: url(/images/horryd1.png) no-repeat center;background-size: 100% 100%;}
.horryd-con h2{width: 932px;font-size: 34px;color: #222;line-height: 45px;padding: 38px 0 20px;border-bottom: 1px solid rgba(112, 112, 112, 0.17);position: relative;margin-left: 80px;}
.horryd-con h2 i{position: absolute;font-size: 18px;color: #999;font-weight: normal;text-transform: uppercase;line-height: 48px;right: 0;bottom: -1px;border-bottom: 3px solid #008B92;}
.horryd-con ul{margin-top: 300px;display: flex;padding: 0 50px;gap: 80px;}
.horryd-con li{flex: 1;transition: all 0.5s;}
.horryd-con li i{display: flex;width: 68px;height: 55px;justify-content: center;align-items: center;background: rgba(255, 255, 255, 0.08);}
.horryd-con li h3{font-size: 22px;color: #fff;line-height: 30px;padding: 20px 0;}
.horryd-con li p{font-size: 16px;color: #fff;line-height: 36px;}
.horryd-con li:hover{transform: translateY(-20px);}


@media screen and (max-width:1700px){
  .horryd-con{height: 580px;}
  .horryd-con h2{padding: 30px 0 16px;margin-left: 60px;width: 740px;font-size: 28px;line-height: 40px;}
  .horryd-con h2 i{font-size: 16px;line-height: 40px;}
  .horryd-con ul{margin-top: 220px;gap: 50px;}
  .horryd-con li h3{font-size: 18px;padding: 15px 0;line-height: 24px;}
  .horryd-con li p{font-size: 14px;line-height: 28px;}
  .horryd-con li i{width: 54px;height: 44px;}
  .horryd-con li i img{height: 22px;}
}



/* case */
.case{padding: 80px 0 0;overflow: hidden;}
.case h3{display: flex;gap: 20px;margin: 52px 0 40px;}
.case h3 a{flex: 1;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #222;font-weight: normal;background: #F3F3F3;transition: all 0.3s;}
.case h3 a.on{background: #008B92;color: #fff;}
.case-list{position: relative;}
.case-list dl{display: flex;width: 79.8vw;margin-right: 30px;}
.case-list dt{width: 58.3vw;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{width: 21.5vw;background: #008B92;padding:  6.25vw 1.6vw 0;box-sizing: border-box;}
.case-list dd h4{padding: 0 0 1.8vw;border-bottom: 1px solid rgba(255, 255, 255, 0.46);margin-bottom: 30px;}
.case-list dd h4 a{display: block;font-size: 26px;color: #fff;line-height: 36px;height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.case-list dd .case-desc p{font-size: 18px;color: #fff;line-height: 32px;padding: 8px 0;}
.case-list dd .more{display: block;width: 170px;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #fff;background: rgba(255, 255, 255, 0.16);margin-top: 40px;transition: all 0.3s;}
.case-list .prev{position: absolute;bottom: 50%;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;background: rgba(255, 255, 255, 0.09);border: 1px solid #fff;box-sizing: border-box;}
.case-list .next{position: absolute;right: 0;bottom: 50%;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;background: rgba(255, 255, 255, 0.09);border: 1px solid #fff;box-sizing: border-box;}



@media screen and (max-width:1700px){
  .case h3{gap: 15px;}
 .case h3 a{font-size: 14px;height: 50px;line-height: 50px;}
 .case-list dd{padding:  4vw 1.6vw 0;}
 .case-list dd h4{padding: 0 0 1.5vw;margin-bottom: 20px;}
 .case-list dd h4 a{font-size: 20px;}
 .case-list dd .case-desc p{font-size: 14px;line-height: 26px;padding: 5px 0;}
 .case-list dd .more{width: 136px;height: 48px;line-height: 48px;font-size: 16px;margin-top: 30px;}
  .case-list .prev{left: 72vw;}
  .case-list .next{left: calc(72vw + 50px);}
}



/* honor */
.honor{padding: 80px 0;background: url(/images/honor-bg.jpg) no-repeat center;background-size: cover;}
.honor-top{display: flex;justify-content: space-between;}
.honor-top h2{text-align: left;}
.honor-top .more{display: block;width: 170px;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #222;background: #eee;margin-top: 15px;transition: all 0.3s;}
.honor-top .more:hover{color: #fff;background: #008B92;}
.hn-zl{display: flex;margin: 60px 0 50px;justify-content: space-between;align-items: center;}
.hn-zl li{display: flex;align-items: center;gap: 12px;}
.hn-zl li p{font-size: 17px;color: #333;line-height: 32px;word-break: break-all;}
.hn-zl li.line{width: 1px;height: 32px;border-left: 1px dashed #707070;}
.hn-zl li:hover img{animation: flipInY 1.5s;}
.hn-list{position: relative;}
.hn-list li{float: left;width: calc((100% - 88px) / 5);margin-right: 22px;}
.hn-list li img{display: block;width: 100%;}
.hn-list .prev{position: absolute;left: -78px;top: 50%;width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;background: #E5E5E5;transform: translateY(-50%);transition: all 0.3s;}
.hn-list .next{position: absolute;right: -78px;top: 50%;width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;background: #E5E5E5;transform: translateY(-50%);transition: all 0.3s;}
.hn-list .prev:hover,.hn-list .next:hover{background: #008B92;}
.hn-list .tempWrap{width: 100% !important;}




/* shili */
.shili{height: 936px;padding: 60px 0 0;background: url(/images/shili-bg.jpg) no-repeat center;box-sizing: border-box;overflow: hidden;}
.shili h2 b,.shili h2 span{color: #fff;}
.shili-box{display: flex;justify-content: center;}
.shili-con{height: 742px;background: url(/images/shili-logo.png) no-repeat center;margin-top: 22px;width: 1540px;flex-shrink: 0;} 
.shili-con ul{display: flex;flex-wrap: wrap;justify-content: center;}
.shili-con li{width: 537px;display: flex;justify-content: space-between;align-items: center;margin-top: 102px;}
.shili-con li .text{width: 390px;height: 158px;background: rgba(255, 255, 255, 0.15);padding: 0 25px;box-sizing: border-box;transition: all 0.3s;}
.shili-con li .text h3{font-size: 22px;color: #fff;line-height: 30px;white-space: nowrap;padding: 24px 0 18px;}
.shili-con li .text p{font-size: 16px;color: #fff;line-height: 32px;}
.shili-con li i{width: 93px;height: 93px;overflow: hidden;}
.shili-con li:nth-child(1){margin-right: 168px;}
.shili-con li:nth-child(2){margin-left: 168px;}
.shili-con li:nth-child(3){margin-right: 210px;margin-top: 164px;}
.shili-con li:nth-child(4){margin-left: 210px;margin-top: 164px;}
.shili-con li:hover .text{background: #008B92;}
.shili-con li:hover i img{transform: translateY(-100%);}


@media screen and (max-width:1700px){
  .shili-con li{width: 517px;}
}



/* cess */
.cess{padding: 75px 0;background: #F8F8F8;}
.cess h2{text-align: left;margin-bottom: 55px;}
.cess ul{display: flex;}
.cess li{flex: 1;height: 198px;border: 1px solid #D8D8D8;box-sizing: border-box;margin-left: -1px;text-align: center;position: relative;transition: all 0.3s;}
.cess li i{display: block;width: 42px;height: 42px;margin: 35px auto 20px;overflow: hidden;}
.cess li i img{display: block;transition: all 0.5s;}
.cess li span{display: block;font-size: 18px;color: #222;line-height: 24px;transition: all 0.3s;}
.cess li em{display: block;font-size: 14px;color: #222;line-height: 20px;text-transform: uppercase;opacity: 0.37;padding-top: 14px;transition: all 0.3s;}
.cess li strong{position: absolute;right: 0;top: 0;font-size: 50px;line-height: 50px;font-family: Arial, Helvetica, sans-serif;color: #fff;opacity: 0;}
.cess li:hover{background: #008B92;border-color: #008B92;}
.cess li:hover i img{transform: translateY(-100%);}
.cess li:hover span,.cess li:hover em{color: #fff;}
.cess li:hover strong{opacity: 0.08;}



/*abt*/
.abt{background: #F8F8F8;overflow: hidden;}
.abt dl{display: flex;justify-content: space-between;position: relative;padding-bottom: 82px;}
.abt dd{width: 1226px;height: 696px;background: url(/images/abt-bg.jpg) no-repeat center;margin-left: -190px;padding: 115px 340px 0 190px;box-sizing: border-box;}
.abt dd h2{text-align: left;}
.abt dd h2 span{padding: 0 0 15px;color: #fff;}
.abt dd h2 b{color: #fff;}
.abt dd .abt-desc{font-size: 16px;color: #fff;line-height: 40px;margin: 40px 0 50px;}
.abt dd .xq{display: block;width: 170px;height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #fff;background: rgba(235, 235, 235, 0.13);transition: all 0.3s;}
.abt dd .more{position: absolute;right: 50%;bottom: 0;width: 82px;height: 82px;background: #0A7378;display: flex;justify-content: center;align-items: center;}
.abt dt{position: absolute;width: 960px;right: -190px;top: 73px;}



@media screen and (max-width:1700px){
  .abt dt{right: -360px;}
  .abt dd{margin-left: -360px;padding: 115px 340px 0 360px;}
  .abt dd .abt-desc{font-size: 15px;line-height: 36px;}
}


/* coop */
.coop{padding: 60px 0 40px;background: #F8F8F8;overflow: hidden;}
.coop-list li{float: left;width: 210px;margin-right: 25px;}
.coop-list .tempWrap{overflow: visible !important;}



/*news*/
.news{padding: 80px 0 100px;}
.news-top{height: 120px;display: flex;justify-content: space-between;margin-bottom: 60px;border-bottom: 1px solid #D5D5D5;}
.news-top h2{text-align: left;}
.news-top h3{display: flex;gap: 60px;margin-top: 50px;}
.news-top h3 a{font-size: 20px;color: #222;font-weight: normal;line-height: 26px;padding-left: 27px;position: relative;}
.news-top h3 a::before{position: absolute;width: 12px;height: 12px;content: "";background: #333;border-radius: 50%;left: 0;top: 7px;}
.news-top h3 a.on{color: #008B92;font-weight: bold;}
.news-top h3 a.on::before{background: #008B92;}
.news-con{display: flex;justify-content: space-between;}
.news-left{width: 680px;}
.news-left dt img{display: block;width: 100%;}
.news-left dd{height: 194px;background: #F8F8F8;padding: 0 25px;box-sizing: border-box;}
.news-left dd h4{padding: 22px 0 17px;}
.news-left dd h4 a{display: block;font-size: 20px;color: #222;line-height: 26px;height: 26px;overflow: hidden;}
.news-left dd p{font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin-bottom: 20px;}
.news-left dd i{display: block;font-size: 16px;color: #999;line-height: 20px;float: left;}
.news-left dd .xq{float: right;display: inline-flex;font-size: 16px;color: #999;height: 20px;line-height: 20px;align-items: center;}
.news-left dd .xq img{margin-left: 10px;transition: all 0.5s;}
.news-left dd .xq:hover img{transform: translateX(8px);}
.news-left dl:hover h4 a{color: #008B92;}

.news-right{width: 820px;}
.news-right dl{background: #F8F8F8;margin-bottom: 25px;display: flex;}
.news-right dt{width: 300px;}
.news-right dt img{display: block;width: 100%;}
.news-right dd{width: 0;flex: 1;padding: 0 30px;}
.news-right dd h4{padding: 25px 0 0;}
.news-right dd h4 a{display: block;height: 24px;line-height: 24px;font-size: 18px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-right dd p{font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 20px 0;}
.news-right dd i{display: block;font-size: 16px;color: #999;line-height: 20px;}
.news-right dl:last-child{margin-bottom: 0;}
.news-right dl:hover h4 a{color: #008B92;}


@media screen and (max-width:1700px){
    .news-left{width: 530px;}
    .news-right{width: 640px;}
    .news-right dt{width: 250px;}
    .news-right dd h4{padding: 18px 0 0;}
    .news-right dd p{margin: 15px 0;line-height: 28px;height: 56px;}
}



.xft{height: 340px;background: url(/images/ft-bg.png) no-repeat center 0;}
.xft ul{height: 340px;display: flex;align-items: flex-end;justify-content: space-between;padding: 0 60px;}
.xft li{text-align: center;}
.xft li img{display: block;margin: 0 auto;}
.xft li b{display: block;font-size: 18px;color: #fff;line-height: 24px;padding: 5px 0 8px;}
.xft li i{display: block;width: 2px;height: 50px;background: linear-gradient(180deg, #FFFFFF 0%,  rgba(255,255,255,0) 100%);margin: 0 auto;}
.xft li:nth-child(1) i{height: 108px;}
.xft li:nth-child(3) i{height: 118px;}
.xft li:nth-child(4) i{height: 90px;}
.xft li:nth-child(5) i{height: 78px;}
.xft li:hover img:nth-child(1){animation: flipInY 1.5s;}




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);
    }
  }