﻿@charset "utf-8";

/* CSS Document */


/*common*/

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.bg {
    background: #FFF;
}

em,
i {
    font-style: normal;
}

body {
    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;
}

.banner {
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner .bd,
.banner .bd li {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.banner .bd li img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 700px;
}

.banner .bantil {
    width: 160px;
    height: 13px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -60px;
    z-index: 8;
}

.banner .bantil li {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    float: left;
    display: inline;
    opacity: 1;
    margin: 0 12px;
    background: #fff;
}

.banner .bantil li.on {
    width: 40px;
}

.tit1 {
    font: 46px "Microsoft YaHei";
    text-align: center;
    color: #222;
}

.tit1 a {
    display: block;
    color: #222;
}

.tit1 em {
    display: block;
    font: 26px "Microsoft YaHei";
    margin-top: 10px;
    color: #666;
}

.yinz {
    height: 661px;
    /* margin-top: 50px; */
    background: url(http://img.qiaoton.com/style/yinz_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.yinz dl {
    width: 480px;
    float: left;
    margin: 113px 0 0 60px;
}

.yinz dt {
    font: 46px "Microsoft YaHei UI";
    font-weight: bold;
    color: #251a1a;
}

.yinz dd p {
    font: 16px "Microsoft YaHei UI";
    line-height: 30px;
    color: #251a1a;
    margin: 30px 0;
}

.yinz dd span {
    display: block;
    width: 200px;
    font: 16px "Microsoft YaHei UI";
    color: #251a1a;
    background: url(http://img.qiaoton.com/style/yinz_q.jpg) no-repeat right center;
    line-height: 40px;
    float: right;
}

.pro {
    height: auto;
    overflow: hidden;
    background: url(http://img.qiaoton.com/style/pro_bg1.jpg) no-repeat center top;
    padding-top: 80px;
}

.pro1 {
    margin-top: 15px;
}

.prot {
    height: 70px;
    overflow: hidden;
}

.prot h2 {
    width: 460px;
    height: 70px;
    float: left;
    overflow: hidden;
    font: 26px "Microsoft YaHei UI";
    line-height: 70px;
}

.prot h2 a {
    display: block;
    color: #222222;
    background: url(http://img.qiaoton.com/style/pro_icon.png) no-repeat left center;
    padding-left: 40px;
}

.prot h3 {
    font: 16px "Microsoft YaHei UI";
    line-height: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
}

.prot h3 a {
    display: block;
    color: #666;
}

.prot h3:last-child {
    margin-right: 0;
}

.prot h3 a:hover,
.prot .cur a {
    text-decoration: underline;
    color: #ffcc00;
}

.pro1 {
    height: 560px;
}

.pro1 dl {
    width: 409px;
    height: 526px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pro1 dt {
    display: block;
    width: 409px;
    height: 526px;
    overflow: hidden;
    position: relative;
}

.pro1 dt img {
    display: block;
    width: 409px;
    height: 526px;
}

.pro1 dd {
    width: 145px;
    height: 40px;
    position: absolute;
    bottom: 38px;
    left: 135px;
}

.pro1 dd a {
    display: block;
    width: 88px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font: 14px "Microsoft YaHei UI";
    line-height: 38px;
    border-radius: 40px;
    color: rgba(255, 255, 255, 0.8);
    background: url(http://img.qiaoton.com/style/fen_icon.png) no-repeat 27px center;
    padding-left: 55px;
}

.pro2 {
    float: left;
    width: 791px;
    overflow: hidden;
}

.pro2 ul {
    height: 526px;
    /* border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
    width: 788px;
}

.pro2 li {
    /* border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1; */
    float: left;
    height: 262px;
    overflow: hidden;
    background: #fff;
}

.pro2 li img {
    display: block;
    width: 196px;
    height: 196px;
    margin: 0 0 24px;
}

.pro2 li h4 {
    height: 36px;
    font: 16px "Microsoft YaHei UI";
    color: #666;
    overflow: hidden;
    text-align: center;
}

.pro1 dt:before,
.about dt:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    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);
}

.pro1 dt:hover:before,
.about dt:hover:before {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.pro02 {
    height: 690px;
    padding-top: 152px;
}

.pro02 dd a {
    background: #ffcc00 url(http://img.qiaoton.com/style/fen_icon.png) no-repeat 27px center;
}

.pro03 {
    height: 991px;
    padding-top: 40px;
    background: url(http://img.qiaoton.com/style/pro_bg3.jpg) no-repeat center top;
    overflow: hidden;
}

.prosou {
    height: 150px;
    margin-top: 53px;
    position: relative;
}

.prosou em {
    display: block;
    width: 140px;
    height: 70px;
    padding-top: 80px;
    float: left;
    background: url(http://img.qiaoton.com/style/pro_line.gif) no-repeat right center;
    font: 16px "Microsoft YaHei UI";
    text-align: center;
    font-weight: bold;
    color: #ffcc00;
    position: relative;
}

.prosou em:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 140px;
    height: 33px;
    background: url(http://img.qiaoton.com/style/pro_hot.png) no-repeat center top;
}

.prosou p {
    width: 870px;
    float: left;
    margin: 28px 0 0 20px;
    font: 16px "Microsoft YaHei UI";
    line-height: 45px;
    color: #666;
}

.prosou p a {
    display: block;
    float: left;
    height: 45px;
    margin-right: 33px;
    overflow: hidden;
}

.prosou p a:hover {
    color: #ffcc00;
}

.prosou1 {
    width: 265px;
    height: 45px;
    border-bottom: 1px solid #deceb9;
    position: absolute;
    top: 76px;
    left: 675px;
}

.proin1 {
    width: 225px;
    height: 45px;
    float: left;
    font: 14px "Microsoft YaHei UI";
    line-height: 45px;
    color: #999;
    background: none;
    border: 0;
    outline: none;
    overflow: hidden;
}

.proin2 {
    width: 40px;
    height: 45px;
    float: left;
    background: url(http://img.qiaoton.com/style/pro_sou.png) no-repeat center center;
    border: 0;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.ys {
    height: auto;
}

.ys_h {
    width: 1200px;
    margin: 0 auto;
    height: 370px;
}

.ys_h img {
    display: block;
    width: 1200px;
    height: 370px;
}

.ys1 {
    background: url(http://img.qiaoton.com/style/ys_bg1.jpg) no-repeat center top;
    height: 580px;
    overflow: hidden;
}

.ys1 dl {
    width: 440px;
    margin: 130px 0 0 50px;
}

.ys1 dt {
    font: 40px "Microsoft YaHei UI";
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 24px;
}

.ys1 dt em {
    display: block;
    font: 30px "Microsoft YaHei UI";
    color: #333;
    margin-top: 5px;
}

.ys1 dd p {
    font: 16px "Microsoft YaHei UI";
    line-height: 26px;
    margin-bottom: 10px;
}

.ys2 {
    background: url(http://img.qiaoton.com/style/ys_bg2.jpg) no-repeat center top;
    height: 781px;
}

.ys2 dl {
    margin: 70px 0 0 0;
}

.ys3 {
    background: url(http://img.qiaoton.com/style/ys_bg3.jpg) no-repeat center top;
    height: 560px;
    overflow: hidden;
}

.ys3 dl {
    margin: 90px 0 0 50px;
}

.case {
    overflow: hidden;
    height: 860px;
    background: url(http://img.qiaoton.com/style/case_bg.jpg);
    padding-top: 50px;
}

.caset {
    height: 148px;
    margin-top: 34px;
}

.caset h3,
.caset h5 {
    width: 171px;
    float: left;
    text-align: center;
    font: 20px "Microsoft YaHei UI";
    text-align: center;
    color: #333;
    position: relative;
}

.caset h3:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 111px;
    background: #e7e0d9;
}

.caset h3 a,
.caset h5 a {
    display: block;
    color: #333;
}

.caset h3 span,
.caset h5 span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
    position: relative;
}

.caset h3 span em,
.caset h5 span 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;
    transition: all 0.35s ease-out;
    background: #fff;
    border-radius: 80px;
}

.caset h3 span i,
.caset h5 span 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;
    background: #ffcc00;
    border-radius: 80px;
}

.caset h3 img,
.caset h5 img {
    display: block;
    width: 80px;
    height: 80px;
}

.caset h3 a:hover span em,
.caset .cur span em,
.caset h5 a:hover span em {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.caset h3 a:hover span i,
.caset .cur span i,
.caset h5 a:hover span i {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.caset h3 a:hover,
.caset .cur a,
.caset h5 a:hover {
    color: #ffcc00;
}

.case2 {
    height: 500px;
}

.case2 dl {
    width: 388px;
    height: 465px;
    background: #fff;
    margin-right: 17px;
    float: left;
}

.case2 dt {
    width: 388px;
    height: 291px;
    overflow: hidden;
}

.case2 dt img {
    display: block;
    width: 388px;
    height: 291px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.case2 dd {
    padding: 30px 30px 0 30px;
}

.case2 dd h4 a {
    display: block;
    font: 22px "Microsoft YaHei UI";
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #333;
    background: url(http://img.qiaoton.com/style/case_arr1.png) no-repeat right center;
}

.case2 dd p {
    font: 14px "Microsoft YaHei UI";
    line-height: 24px;
    color: #777;
    margin-top: 8px;
}

.case2 dl:last-child {
    margin-right: 0;
}

.case2 dl:hover {
    background: #ffcc00;
}

.case2 dl:hover dt img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.case2 dl:hover dd h4 a {
    background: url(http://img.qiaoton.com/style/case_arr2.png) no-repeat right center;
    color: #fff;
}

.case2 dl:hover dd p {
    color: #fff;
}

.lc {
    height: 540px;
    margin-top: 100px;
    position: relative;
    /* background:url(http://img.qiaoton.com/style/lc_bg.png) no-repeat center 182px;*/
}

.lc ul {
    margin-top: 32px;
    height: 255px;
}

.lc li {
    width: 171px;
    float: left;
    font: 18px "Microsoft YaHei UI";
    text-align: center;
    color: #333;
}

.lc li span {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
    overflow: hidden;
    background: url(http://img.qiaoton.com/style/lc_bg1.png) no-repeat center top;
}

.lc li span img {
    display: block;
}

.lc .li3 {
    margin-top: 18px;
}

.lc .li2 {
    margin-top: 42px;
}

.lc .li1 {
    margin-top: 66px;
}

.lc li:hover {
    color: #ffcc00;
}

.lc li:hover span {
    background: url(http://img.qiaoton.com/style/lc_bg2.png) no-repeat center top;
}

.lc li:hover span img {
    position: relative;
    margin-top: -120px;
}

.lc h5 {
    width: 480px;
    height: 65px;
    margin: 0 auto;
}

.lc h5 span {
    display: block;
    width: 255px;
    float: left;
    font: 14px "Microsoft YaHei UI";
    color: #9a9a9a;
    background: url(http://img.qiaoton.com/style/lc_lx.png) no-repeat left center;
    padding-left: 58px;
}

.lc h5 span em {
    display: block;
    font: 30px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffcc00;
}

.lc h5 a {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ffcc00;
    font: 14px "Microsoft YaHei UI";
    line-height: 40px;
    color: #ffcc00;
    text-align: center;
    float: right;
}

.lc .wave {
    position: absolute;
    width: 1920px;
    height: 100px;
    background: url(http://img.qiaoton.com/style/lc_bg.png);
    left: 50%;
    margin-left: -960px;
    top: 182px;
    z-index: -1;
}

.lc .wave {
    animation: bg 2s linear infinite;
    -webkit-animation: bg 2s linear infinite;
}

@-webkit-keyframes bg {
    0% {
        background-position: -1920px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes bg {
    0% {
        background-position: -1920px 0;
    }
    100% {
        background-position: 0 0;
    }
}


/*新闻资讯*/

.new {
    height: 715px;
    padding-top: 70px;
    background: url(http://img.qiaoton.com/style/case_bg.jpg);
    overflow: hidden;
}

.dy {
    width: 690px;
    height: 550px;
    margin-top: 30px;
    overflow: hidden;
}

.dy .dl1 {
    height: 152px;
    border-bottom: 1px solid #dad8d5;
    margin-bottom: 14px;
}

.dy .dl1 dt {
    height: 56px;
    margin-bottom: 18px;
}

.dy .dl1 dt em {
    display: block;
    width: 150px;
    height: 56px;
    float: left;
    background: url(http://img.qiaoton.com/style/new_h.png) no-repeat;
    font: 20px "Microsoft YaHei UI";
}

.dy .dl1 dt em a {
    display: block;
    color: #ffcc00;
    padding: 12px 0 0 30px;
    line-height: 44px;
}

.dy .dl1 dt span a {
    display: block;
    width: 530px;
    float: right;
    font: 18px "Microsoft YaHei UI";
    font-weight: bold;
    line-height: 35px;
    color: #303030;
    margin-top: 20px;
    overflow: hidden;
    height: 35px;
}

.dy .dl1 dd {
    font: 14px "Microsoft YaHei UI";
    line-height: 24px;
    color: #606060;
}

.dy .dl1 dd a {
    color: #ffcc00;
}

.dy .dl1:hover span a {
    font-weight: bold;
    color: #ffcc00;
}

.dy ul {
    margin-bottom: 14px;
}

.dy li {
    font: 14px "Microsoft YaHei UI";
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.dy li a {
    display: block;
    color: #595959;
}

.dy li em {
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 3px 5px 0 0;
    text-align: center;
    line-height: 23px;
}

.dy li i {
    float: right;
    color: #999;
}

.dy li:hover em {
    background: #ffcc00;
    color: #fff;
}

.dy li:hover a {
    font-weight: bold;
}

.dy li:hover i {
    color: #666;
    font-weight: normal;
}

.dy .dl2 {
    height: 104px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.dy .dl2 dt {
    width: 184px;
    height: 104px;
    float: left;
    overflow: hidden;
}

.dy .dl2 dt img {
    display: block;
    width: 184px;
    height: 104px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.dy .dl2 dd {
    width: 455px;
    float: right;
    margin: 12px 20px 0 0;
}

.dy .dl2 dd h4 a {
    display: block;
    font: 16px "Microsoft YaHei UI";
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #000;
}

.dy .dl2 dd p {
    font: 14px "Microsoft YaHei UI";
    line-height: 22px;
    color: #333333;
    height: 44px;
    overflow: hidden;
}

.dy .dl2:hover {
    background: #ffcc00;
}

.dy .dl2:hover dt img,
.baike dl:hover dt img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.dy .dl2:hover h4 a,
.dy .dl2:hover p {
    color: #fff;
}

.baike {
    width: 450px;
    height: 510px;
    background: #fff;
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.baike h2 {
    width: 418px;
    height: 75px;
    position: relative;
    font: 24px "Microsoft YaHei UI";
    line-height: 75px;
}

.baike h2 a {
    color: #000000;
    padding-left: 33px;
    border-left: 7px solid #ffcc00;
}

.baike h2 em {
    float: right;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666;
    line-height: 75px;
    display: block;
}

.baike dl {
    width: 385px;
    margin: 0 auto;
    height: 273px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.baike dt {
    width: 384px;
    height: 149px;
    overflow: hidden;
}

.baike dt img {
    display: block;
    width: 384px;
    height: 149px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.baike dd h4 a {
    display: block;
    font: 16px "Microsoft YaHei UI";
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    color: #000;
    margin: 13px 0 0;
}

.baike dd p {
    font: 14px "Microsoft YaHei UI";
    line-height: 24px;
    color: #999999;
    height: 48px;
    overflow: hidden;
}

.baike ul {
    width: 385px;
    margin: 15px auto 0;
}

.baike li {
    font: 14px "Microsoft YaHei UI";
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 26px;
    position: relative;
}

.baike li a {
    display: block;
    color: #333;
}

.baike li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
}

.baike li a:hover,
.baike dl:hover dd h4 a {
    color: #ffcc00;
    font-weight: bold;
}


/*关于*/

.about {
    height: 496px;
    padding-top: 180px;
    background: url(http://img.qiaoton.com/style/about_bg.png) no-repeat center top;
    overflow: hidden;
}

.about dt {
    width: 600px;
    height: 465px;
    float: left;
    overflow: hidden;
    position: relative;
}

.about dt img {
    display: block;
    width: 600px;
    height: 465px;
}

.about dd {
    width: 510px;
    float: right;
    overflow: hidden;
}

.about dd .tit1 {
    text-align: left;
}

.about dd p {
    font: 16px "Microsoft Yahei";
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    margin: 36px 0 65px;
}

.about dd ul {
    height: 80px;
    position: relative;
}

.about dd ul:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 1px;
    height: 60px;
    background: #bfbfbf;
}

.about dd li {
    font: 16px "Microsoft Yahei";
    color: #333;
}

.about dd li span {
    display: block;
}

.about dd li span em {
    font: 48px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.link {
    height: 74px;
    background: url(http://img.qiaoton.com/style/footer_bg.jpg) no-repeat center bottom;
    overflow: hidden;
}

.link p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 73px;
    background: url(http://img.qiaoton.com/style/link_icon.png) no-repeat left center;
    padding-left: 30px;
    font: 14px "Microsoft Yahei";
    line-height: 73px;
    color: rgba(255, 255, 255, 0.8);
}

.link p a {
    display: inline-block;
    padding: 0 17px;
    font: 14px "Microsoft YaHei";
    line-height: 73px;
    height: 73px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.link p a:hover {
    font-weight: bold;
    color: rgba(212, 17, 32, 1);
}

.link p a:last-child {
    padding-right: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*animation*/

@-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);
    }
}