﻿@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);}
.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 b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit i{display: block;font-size: 18px;color: #222;line-height: 24px;padding-top: 12px;}


/*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{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: #E2A715;}
.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: #E2A715;}



/* search */
.search-con{height: 80px;display: flex;justify-content: space-between;align-items: center;}
.htwd{font-size: 16px;color: #222;height: 30px;line-height: 30px;}
.htwd em{color: #E2A715;font-weight: bold;margin-right: 5px;}
.htwd a{color: #222;margin: 0 10px;}
.sou-box{width: 388px;height: 48px;background: #F1F1F1;border-radius: 24px;display: flex;align-items: center;}
.sou-box input{width: 335px;height: 25px;padding-left: 35px;font-size: 16px;color: #222;line-height: 25px;box-sizing: border-box;background: none;border: none;border-right: 1px solid #222;outline: 0;}
.sou-box input::-webkit-input-placeholder{color: #999;}
.sou-box button{width: 52px;height: 48px;background: url(../images/sou.png) no-repeat center;border: none;outline: 0;cursor: pointer;}




/* yinzi */
.yinzi{overflow: hidden;}
.yinzi dl{height: 690px;display: flex;justify-content: space-between;}
.yinzi dt{width: 954px;margin-left: -170px;position: relative;}
.yinzi dt i{position: absolute;right: -172px;top: 86px;}
.yinzi dd{width: 966px;margin-right: -170px;background: url(../images/yz-bg.jpg) no-repeat center;background-size: cover;padding: 0 170px 0 225px;box-sizing: border-box;}
.yinzi dd h2{font-size: 20px;color: #222;line-height: 26px;font-weight: normal;margin: 105px 0 48px;}
.yinzi dd h2 b{display: block;font-size: 38px;line-height: 50px;padding: 20px 0 15px;}
.yinzi dd h2 i{display: block;font-size: 15px;line-height: 20px;color: #999;white-space: nowrap;}
.yinzi dd ul{display: flex;flex-wrap: wrap;gap: 25px;}
.yinzi dd li{width: calc((100% - 25px) / 2);height: 150px;background: #fff;padding: 0 20px;box-sizing: border-box;display: flex;align-items: center;}
.yinzi dd li img{margin-right: 20px;}
.yinzi dd li .text{flex: 1;}
.yinzi dd li h3{font-size: 18px;color: #222;line-height: 24px;margin-bottom: 12px;}
.yinzi dd li p{font-size: 14px;color: #222;line-height: 26px;}
.yinzi dd li:hover img{animation: flipInY 1.5s;}




@media screen and (max-width:1600px){
 .yinzi dt{margin-left: -320px;}
 .yinzi dt i{position: absolute;right: -137px;top: 50%;transform: translateY(-50%);font-size: 0;}
  .yinzi dt i img{width: 346px;}
 .yinzi dd{margin-right: -320px;padding: 0 320px 0 180px;}
 .yinzi dd h2{font-size: 17px;}
 .yinzi dd h2 b{font-size: 32px;white-space: nowrap;}
 .yinzi dd h2 i{font-size: 12px;}
  .yinzi dd ul{gap: 20px;}
 .yinzi dd li{width: calc((100% - 25px) / 2);padding: 0 10px;}
 .yinzi dd li img{margin-right: 10px;}
 .yinzi dd li h3{font-size: 16px;}
 .yinzi dd li p{font-size: 12px;}
}


/* pro */
.pro{padding: 80px 0;overflow: hidden;background: linear-gradient( 185deg, rgba(203, 219, 234, 0.42) 0%, rgba(232, 241, 250, 0.42) 100%);}
.pro-tit{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.pro-tit h2{text-align: left;}
.pro-tit .zx{display: flex;width: 150px;height: 50px;justify-content: center;align-items: center;font-size: 16px;color: #fff;line-height: 20px;background: #1658a6;}
.pro-tit .zx img{margin-right: 8px;transition: all 0.5s;}
.pro-tit .zx:hover img{margin-right: 15px;}
.pro-list{display: flex;flex-wrap: wrap;gap: 25px;}
.pro-list dl{width: calc((100% - 75px) / 4);height: 278px;background: #fff;display: flex;position: relative;}
.pro-list dt{width: 0;flex: 1;border-right: 1px solid #eee;padding: 15px 0;box-sizing: border-box;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;overflow: hidden;}
.pro-list dt b{position: absolute;font-size: 20px;color: #222;line-height: 26px;left: 15px;top: 20px;height: 42px;}
.pro-list dt b::after{position: absolute;width: 22px;height: 4px;content: "";background: #1658a6;left: 0;bottom: 0;}
.pro-list dt img{transition: all 0.5s;}
.pro-list dt:hover img{transform: scale(1.05);}
.pro-list dd{width: 145px;padding: 0 24px;box-sizing: border-box;}
.pro-list dd p{padding: 10px 6px 0;height: 210px;border-bottom: 1px solid #eee;box-sizing: border-box;}
.pro-list dd p a{display: block;font-size: 16px;color: #222;line-height: 46px;padding-left: 24px;position: relative;white-space: nowrap;}
.pro-list dd p a::before{position: absolute;width: 14px;height: 14px;content: "";border: 1px solid #707070;border-radius: 50%;box-sizing: border-box;left: 0;top: 16px;}
.pro-list dd p a:hover:before{background: #E4AF2C;border-color: #E4AF2C;}
.pro-list dd .more{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #999;height: 20px;line-height: 20px;margin-top: 22px;white-space: nowrap;}
.pro-list dd .more img{margin-right: 7px;transition: all 0.5s;}
.pro-list dd .more:hover img{margin-right: 12px;}

@media screen and (max-width:1600px){
 .pro-list{gap: 20px;}
 .pro-list dl{width: calc((100% - 60px) / 4);}
 .pro-list dd{flex: 0 0 120px;padding: 0 10px;}
}


/* pinz */
.pinz{padding: 48px 0 0;height: 934px;box-sizing: border-box;background: url(../images/pinz-bg.jpg) no-repeat center 0;overflow: hidden;}
.pinz-box{display: flex;flex-direction: column;align-items: center;}
.pinz h2{margin-bottom: 42px;}
.pinz h2 b{line-height: 65px;color: #fff;}
.pinz h2 i{color: #fff;}
.pz-con{width: 1580px;height: 668px;background: url(../images/pinz-zs.png) no-repeat center;position: relative;overflow: hidden;}
.pz-con .pz-pic{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.pz-con ul{display: flex;flex-wrap: wrap;padding: 60px 20px 0;justify-content: space-between;}
.pz-con li{width: 386px;height: 220px;position: relative;}
.pz-con li h3{font-size: 22px;color: #fff;line-height: 30px;margin-bottom: 15px;}
.pz-con li p{font-size: 16px;color: #DBDBDB;line-height: 32px;}
.pz-con li:nth-child(odd){margin-right: 400px;text-align: right;}
.pz-con li:nth-child(1),.pz-con li:nth-child(5){margin-left: 65px;}
.pz-con li:nth-child(2),.pz-con li:nth-child(6){margin-right: 60px;}
.pz-con li i{position: absolute;width: 29px;height: 29px;background: url(../images/pinz-c1.png) no-repeat;}
.pz-con li:hover h3{color: #E4AF2C;}
.pz-con li:hover i{background: url(../images/pinz-c2.png) no-repeat;}




@media screen and (max-width:1600px){ 

}

/* case */
.case{padding: 70px 0 0;background: url(../images/case-bg.jpg) no-repeat center 0;overflow: hidden;}
.case h2{margin-bottom: 40px;}
.case-list{position: relative;}
.case-list dl{float: left;width: calc((100% - 50px) / 3);margin-right: 25px;background: #F9F9F9;}
.case-list dt{margin: 20px 20px 0;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{height: 220px;padding: 0 20px;}
.case-list dd h4{padding: 30px 0 20px;}
.case-list dd h4 a{display: block;height: 30px;line-height: 30px;font-size: 22px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-list dd p{font-size: 16px;line-height: 32px;color: #222;height: 64px;overflow: hidden;}
.case-list dd .xq{display: inline-block;font-size: 16px;color: #1658a6;line-height: 20px;margin-top: 25px;}
.case-list .prev{position: absolute;font-size: 0;left: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.case-list .next{position: absolute;font-size: 0;right: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.case-list .prev:hover,.case-list .next:hover{background: #1658a6;}
.case-list .tempWrap{width: 100% !important;}
.coop{padding: 22px 0;}
.coop li{float: left;width: 350px;}
.coop .tempWrap{overflow: visible !important;}


@media screen and (max-width:1600px){
  .case-list .prev{left: -45px;}
  .case-list .next{right: -45px;}
}


/* yous */
.yous{background: #1758a8;overflow: hidden;position: relative;}
.yous-top{height: 150px;display: flex;justify-content: space-between;align-items: center;}
.yous-top h2{font-size: 38px;color: #fff;line-height: 50px;}
.ys-tab{display: flex;}
.ys-tab li{width: 265px;height: 150px;text-align: center;transition: all 0.3s;}
.ys-tab li i{display: block;width: 55px;height: 55px;margin: 28px auto 12px;overflow: hidden;}
.ys-tab li i img{display: block;transition: all 0.5s;}
.ys-tab li span{display: block;font-size: 20px;color: #fff;line-height: 26px;transition: all 0.3s;font-weight: bold;}
.ys-tab li.on{background: #ab2133;}


.ys-bd dl{height: 750px;display: flex;justify-content: center;position: relative;}
.ys-bd dd{width: 1580px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 34px;height: 140px;background: rgba(255,255,255,0.84);display: flex;align-items: center;padding: 0 50px 0 80px;box-sizing: border-box;}
.ys-bd dd h3{font-size: 24px;color: #222;line-height: 30px;}
.ys-bd dd .ys-desc{font-size: 18px;color: #222;line-height: 34px;flex: 1;margin: 0 120px 0 80px;}
.ys-bd dd .zx{display: flex;width: 150px;height: 50px;justify-content: center;align-items: center;font-size: 16px;color: #fff;line-height: 20px;background: #1658a6;}
.ys-bd dd .zx img{margin-right: 8px;transition: all 0.5s;}
.ys-bd dd .zx:hover img{margin-right: 15px;}
.yous .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;}
.yous .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;}
.yous .prev:hover,.yous .next:hover{background:#1658a6;}


@media screen and (max-width:1600px){
  .ys-tab li{width: 200px;}
  .ys-tab li span{font-size: 18px;}
  .ys-bd dd{width: 1280px;padding: 0 50px;}
  .ys-bd dd .ys-desc{margin: 0 60px 0 40px;font-size: 15px;}
}





/* cess */
.cess{height: 583px;padding: 85px 0 0;box-sizing: border-box;background: url(../images/cess-bg.jpg) no-repeat center;}
.cess-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 100px;}
.cess-top h2{text-align: left;}
.cess-top h2 b,.cess-top h2 i{color: #fff;}
.cess-top .more{display: block;width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background: #1658a6;}
.cess ul{border-radius: 0px 55px 0px 55px;overflow: hidden;height: 210px;display: flex;background: rgba(255,255,255,0.9);}
.cess li{flex: 1;height: 210px;text-align: center;border-right: 1px solid #B8B8B8;transition: all 0.3s;}
.cess li:last-child{border-right: none;}
.cess li i{display: block;width: 60px;height: 60px;margin: 52px auto 18px;overflow: hidden;}
.cess li i img{transition: all 0.5s;}
.cess li p{font-size: 22px;color: #222;line-height: 30px;transition: all 0.3s;}
.cess li:hover{background: #1658a6;}
.cess li:hover i img{transform: translateY(-100%);}
.cess li:hover p{color: #fff;font-weight: bold;}


@media screen and (max-width:1600px) {
  .cess li p{font-size: 18px;}
}


/*abt*/
.abt{position: relative;overflow: hidden;}
.abt::before{position: absolute;left: 0;width: 50%;height: 82px;background: #1658a6;content: "";z-index: -1;}
.abt dl{display: flex;justify-content: flex-end;position: relative;}
.abt dt{width: 1014px;margin-right: -170px;}
.abt dd{width: 1020px;padding: 45px 90px 0 170px;height: 680px;border-radius: 0 0 88px 0;background: rgba(241, 241, 241, 0.89);box-sizing: border-box;position: absolute;left: -170px;top: 82px;z-index: 10;}
.abt dd h2{font-size: 18px;color: #1658a6;line-height: 24px;font-weight: normal;position: relative;}
.abt dd h2::before{position: absolute;width: 150px;height: 1px;content: "";background: #1658a6;left: -170px;top: 12px;}
.abt dd h2 b{display: block;font-size: 38px;color: #222;line-height: 50px;padding-top: 20px;}
.abt dd .abt-desc{font-size: 16px;color: #222;line-height: 42px;margin: 25px 0 50px;}

.abt-sz{display: flex;justify-content: space-between;align-items: center;}
.abt-sz li{text-align: center;}
.abt-sz li span{display: block;height: 52px;font-size: 24px;color: #222;line-height: 52px;}
.abt-sz li span b{font-size: 42px;font-weight: 900;}
.abt-sz li p{font-size: 20px;color: #222;line-height: 26px;padding-top: 15px;}
.abt-sz li.line{height: 46px;border-left: 1px dashed #222;}


@media screen and (max-width:1600px){
  .abt dt{margin-right: -320px;}
  .abt dd{left: -320px;padding: 45px 60px 0 320px;}
  .abt dd .abt-desc{font-size: 15px;line-height: 32px;margin: 25px 0 30px;}
  .abt-sz li span{font-size: 20px;}
  .abt-sz li span b{font-size: 36px;}
  .abt-sz li p{font-size: 16px;}
}



/*news*/
.news{padding: 70px 0;background: #F1F1F1;}
.news-con{display: flex;justify-content: space-between;}
.news-con h3{height: 50px;border-bottom: 1px solid #EBEBEB;position: relative;display: flex;justify-content: space-between;margin-bottom: 30px;}
.news-con h3::after{position: absolute;width: 100px;height: 3px;content: "";background: #1758a8;left: 0;bottom: -2px;}
.news-con h3 span{font-size: 24px;color: #222;line-height: 30px;}
.news-con h3 a{font-size: 20px;color: #999;line-height: 30px;font-weight: normal;}

.news-left{width: 1000px;}
.news-list{height: 568px;background: #F5F5F5;padding: 0 30px;}
.news-list dl{display: flex;align-items: center;margin-top: 30px;height: 205px;}
.news-list dt{width: 306px;margin-right: 30px;}
.news-list dt img{display: block;width: 100%;height: 205px;}
.news-list dd{width: 0;flex: 1;}
.news-list dd h4 a{display: block;font-size: 20px;color: #222;font-weight: normal;height: 26px;line-height: 26px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-list dd p{font-size: 16px;color: #999;line-height: 28px;margin: 20px 0;height: 56px;overflow: hidden;}
.news-list dd .xq{display: inline-block;font-size: 18px;color: #222;line-height: 24px;}
.news-list dl:hover h4 a{color: #1758a8;font-weight: bold;}
.news-list dl:hover .xq{color: #1758a8;}
.news-list .tempWrap{height: 100% !important;}

.news-right{width: 524px;}
.qydt{padding: 22px;height: 568px;background: #F5F5F5;box-sizing: border-box;}
.qydt dt img{display: block;width: 100%;}
.qydt dd h4{padding: 30px 0 0;}
.qydt dd h4 a{display: block;font-size: 20px;color: #222;height: 26px;line-height: 26px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.qydt dd p{font-size: 16px;color: #999;line-height: 28px;margin: 28px 0;height: 56px;overflow: hidden;}
.qydt dd .xq{display: inline-block;font-size: 18px;color: #999;line-height: 24px;}


@media screen and (max-width:1600px){
 .news-left{width: 800px;}
 .news-list{height: 500px;}
 .news-list dl{height: 164px;}
 .news-list dt{width: 245px;}
 .news-list dt img{height: 164px;}
 .news-right{width: 420px;}
 .qydt{height: 500px;}
}


/* factory */
.factory{padding: 80px 0;overflow: hidden;}
.factory h2{margin-bottom: 50px;}
.factory-con{width: 710px;margin: 0 auto;}
.factory-con li{width: 710px;height: 473px;position: relative;margin-right: 30px;}
.factory-con li span{position: absolute;left: 0;bottom: 50px;width: 143px;height: 90px;background: rgba(255, 255, 255, 0.68);padding: 0 27px;box-sizing: border-box;font-size: 18px;color: #222;font-weight: bold;line-height: 72px;}
.factory-con li span::before{position: absolute;width: 72px;height: 5px;background: #E2A715;content: "";left: 27px;bottom: 24px;}
.factory-con .tempWrap{overflow: visible !important;}



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);
    }
  }