/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}



/* 产品中心 */
.box_01{width:100%;height:auto;padding:80px 0;position:relative;overflow:hidden;}

.box_01 .top{width:1280px;height:92px;margin:0 auto;overflow:hidden;}

.box_01 .top .h_title{width:235px;height:92px;float:left;}

.box_01 .top .h_title p{width:209px;height:46px; background:url(../images/bt_pro.png);}

.box_01 .top .h_title h3{font-size:36px;color:#333;line-height:36px;margin-top:10px; background:url(../images/h_back01.png) right center no-repeat; letter-spacing:3px;}

.box_01 .top .fl_list{width:970px;height:60px;float:right;margin:16px 0;display:flex;justify-content: space-between;}

.box_01 .top .fl_list li{width:auto;height:60px;position:relative;z-index:0;float:left;}

.box_01 .top .fl_list li::before{content:'';width:100%;height:60px;background:#116eb4;position:absolute;top:-16px;left:0;z-index:-1;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li.active::before{content:'';width:100%;height:60px;background:#116eb4;position:absolute;top:0;left:0;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li a{display:block;width:auto;padding:0 30px 0 55px;font-size:18px;color:#333;line-height:60px;background:url(../images/dian01.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li.active a{color:#fff;background:url(../images/dian02.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1280px;height:850px;margin:0 auto;overflow:hidden;}

.box_01 .pro_list li{width:366px;height:363px;margin:50px 55px 0 0;padding:12px 12px 0 12px;overflow:hidden;float:left;background:url(../images/pro_bk01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover{background:url(../images/pro_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:nth-of-type(3n){margin-right:0;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:366px;height:276px;border-radius:0 0 70px 0;overflow:hidden;}

.box_01 .pro_list li .img img{width:366px;height:276px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .pro_list li .txt{width:330px;height:75px;line-height:75px;margin:12px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li .txt .name{width:220px;float:left;font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt .name{color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .txt .more{font-family:'Times New Roman';font-size:14px;color:#808080;float:right;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt .more{color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}




/* 厂区环境 */
.box_02{width:100%;height:795px;background:url(../images/hj_back.jpg) center top no-repeat;padding-top:60px;overflow:hidden;position:relative;}

.box_02 .top{width:1280px;height:92px;margin:0 auto;overflow:hidden;}

.box_02 .top .h_title{width:235px;height:92px;float:left;}

.box_02 .top .h_title p{width:210px;height:46px; background:url(../images/bt_hj.png);}

.box_02 .top .h_title h3{font-size:36px;color:#fff;line-height:36px;margin-top:10px; background:url(../images/h_back02.png) right center no-repeat; letter-spacing:3px;}

.box_02 .top .right{width:auto;font-size:24px;color:#fff;line-height:92px;float:right; font-style:italic; letter-spacing:20px;}

.box_02 .center{width:1210px;height:500px;padding-left:70px;margin:125px auto 0 auto;}

.box_02 .picScroll-left01{width:1210px;height:500px;margin:0 auto;position:relative;}

.box_02 .picScroll-left01 .bd{width:1210px;height:500px;margin:0 auto;position:relative;z-index:5;}

.box_02 .picScroll-left01 .bd ul{width:1210px;height:500px;overflow:hidden; zoom:1;}

.box_02 .picScroll-left01 .bd ul li{width:398px;height:498px;border:solid 1px #ccc;overflow:hidden;margin-right:95px;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li:hover{border:solid 1px #116eb4;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li::before{content:'';width:398px;height:80px;background:#88b6d9;position:absolute;top:0;left:0;z-index:-1;}

.box_02 .picScroll-left01 .bd ul li a{display:block;}

.box_02 .picScroll-left01 .bd ul li .img{width:398px;height:300px;border-radius:80px 0 0  0;overflow:hidden;}

.box_02 .picScroll-left01 .bd ul li .img img{display:block;width:398px;height:300px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_02 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}

.box_02 .picScroll-left01 .bd ul li .name{width:328px;font-size:18px;color:#333;line-height:20px;margin:35px auto 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .picScroll-left01 .bd ul li span{display:block;width:328px;font-size:12px;color:#ccc;line-height:15px;margin:10px auto 0 auto;font-family:'Times New Roman';}

.box_02 .picScroll-left01 .bd ul li p{width:328px;font-size:16px;color:#808080;line-height:30px;height:60px;margin:12px auto 0 auto;overflow:hidden;}

.box_02 .picScroll-left01 .bd ul li .more{width:40px;height:40px;background:url(../images/more01.png) center center no-repeat #b3b3b3;position:absolute;bottom:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li:hover .more{background:url(../images/more01.png) center center no-repeat #116eb4;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_03{width:100%;height:730px;background:url(../images/ys_back.jpg) center top no-repeat;padding-top:48px;overflow:hidden;position:relative;}

.box_03 .center{width:1280px;height:730px;margin:0 auto;position:relative;}

.box_03 .center .left{width:600px;height:730px;float:left;position:relative;}

.box_03 .center .left .img{width:694px;height:673px;position:absolute;top:0;right:0; background:url(../images/ys_img.png);}

.box_03 .center .left .round01{display:block;width:110px;height:110px;border-radius:50%;position:absolute;top:425px;right:-20px;z-index:2;background:url(../images/qq.png);}

.box_03 .center .left .round01 .circle_bottom{background:rgba(255,255,255,0.6);border-radius:50%;width:140px;height:140px;filter: alpha(opacity=5);z-index: -100;position: absolute;top:-15px;left: -15px;}

.animation{-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

@-webkit-keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.12);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

@keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.12);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

.box_03 .center .look_center{width:610px;height:730px;float:right;position:relative;}

.box_03 .center .look_center .h_title{width:610px;height:auto;margin-top:45px;}

.box_03 .center .look_center .h_title p{width:608px;height:77px; background:url(../images/bt_ys.png);}

.box_03 .center .look_center .h_title h3{width:280px;font-size:36px;color:#333;line-height:36px;margin-top:20px; background:url(../images/h_back01.png) right center no-repeat; letter-spacing:3px;}

.box_03 .center .look_center .bd{width:610px;height:auto;margin-top:90px;}

.box_03 .center .look_center .bd .main{width:610px;height:auto;position:relative;}

.box_03 .center .look_center .bd .main .txt{width:610px;height:auto;}

.box_03 .center .look_center .bd .main .txt h4{line-height:26px;font-size:24px;color:#116eb4;font-weight:bold;}

.box_03 .center .look_center .bd .main .txt h4 span{display:block;font-size:24px;color:#333;float:left;font-family:'Times New Roman';margin-right:20px; font-weight:normal;text-transform: Uppercase;}

.box_03 .center .look_center .bd .main .txt p{font-size:16px;color:#808080;line-height:36px;margin-top:25px;}

.box_03 .center .look_center .hd{width:220px;height:30px;line-height:30px;position:absolute;left:0;bottom:200px;z-index:9;}

.box_03 .center .look_center .hd .prev{float:left;width:90px;height:30px;text-align:right;cursor:pointer;background:url(../images/ys_jt_01.png) left center no-repeat;font-size:14px;color:#808080;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .look_center .hd .next{float:right;width:90px;height:30px;cursor:pointer;background:url(../images/ys_jt_03.png) right center no-repeat;font-size:14px;color:#808080;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .look_center .hd .prev:hover{background:url(../images/ys_jt_02.png) left center no-repeat;color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .look_center .hd .next:hover{background:url(../images/ys_jt_04.png) right center no-repeat;color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pos{width:535px;height:auto;position:absolute;bottom:35px;right:0;}

.box_03 .center .pos p:nth-of-type(1){width:auto;font-size:16px;color:#808080;line-height:16px;font-style:italic; letter-spacing:10px;}

.box_03 .center .pos p:nth-of-type(2){width:auto;font-size:24px;color:#116eb4;line-height:20px;text-transform: Uppercase;margin-top:22px;}





/* 关于我们 */
.box_04{width:100%;height:auto;padding:80px 0;position:relative;overflow:hidden;}

.box_04 .center{width:100%;height:550px;margin:0 auto;overflow:hidden;}

.box_04 .center .jz{width:1280px;height:550px;margin:0 auto;position:relative;}

.box_04 .center .jz .left{width:570px;height:550px;float:left;position:relative;z-index:0;}

.box_04 .center .jz .left::after{content:'';width:407px;height:73px;background:url(../images/us.png);position:absolute;bottom:80px;left:90px;z-index:-1;}

.box_04 .center .jz .left .h_title{width:235px;height:auto;margin-top:10px;}

.box_04 .center .jz .left .h_title p{width:232px;height:36px; background:url(../images/bt_ab.png);}

.box_04 .center .jz .left .h_title h3{font-size:36px;color:#333;line-height:36px;margin-top:20px; background:url(../images/h_back01.png) right center no-repeat; letter-spacing:3px;}

.box_04 .center .jz .left .txt{width:570px;height:auto;margin-top:50px;}

.box_04 .center .jz .left .txt h4{height:45px;font-size:24px;color:#333;line-height:24px;position:relative;}

.box_04 .center .jz .left .txt h4::after{content:'';width:45px;height:2px;background:#116eb4;position:absolute;bottom:0;left:0;}

.box_04 .center .jz .left .txt p{font-size:16px;color:#808080;line-height:36px;height:108px;overflow:hidden;margin-top:20px;}

.box_04 .center .jz .left .txt .more{display:block;width:42px;height:42px; background:url(../images/dian03.png) center center no-repeat #116eb4;border-radius:21px;margin-top:40px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .jz .left .txt .more:hover{border-radius:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .jz .right{width:643px;height:550px;float:right;position:relative;z-index:0;}

.box_04 .center .jz .right img{display:block;width:643px;height:502px; vertical-align:top;}

.box_04 .center .jz .right::after{content:'';width:265px;height:265px;background:#116eb4;position:absolute;bottom:0;right:-48px;z-index:-1;}

.box_04 .center .jz .yyzz{width:244px;height:162px;padding:24px;background:url(../images/yy_bk.png);position:absolute;right:510px;bottom:0;z-index:5;}

.box_04 .center .jz .yyzz img{display:block;width:244px;height:162px;vertical-align:top;object-fit:cover;}

.box_04 .hzhb{width:1280px;height:auto;margin:-35px auto 0 auto;position:relative;z-index:5;}

.box_04 .hzhb h3{width:90px;height:21px;line-height:21px;border-top:solid 2px #116eb4;padding-top:12px;padding-left:50px;font-size:18px;color:#116eb4; background:url(../images/hb.png) 12px 12px no-repeat;}

.box_04 .hzhb .list{width:1280px;height:280px;margin:20px auto 0 auto;}

.box_04 .hzhb .list li{width:210px;height:100px;margin:40px 57px 0 0;overflow:hidden;background:#fff;float:left;-moz-box-shadow:0px 0px 10px #92bfed;-webkit-box-shadow:0px 0px 10px #92bfed;box-shadow:0px 0px 10px #92bfed;}

.box_04 .hzhb .list li:nth-of-type(5n){margin-right:0;}

.box_04 .hzhb .list li .img{width:210px;height:100px;overflow:hidden;}

.box_04 .hzhb .list li .img img{display:block;width:210px;height:100px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_04 .hzhb .list li:hover .img img{transform: scale(1.05);}





/* 案例展示 */
.box_05{width:100%;height:590px;background:url(../images/case_back.jpg) center top no-repeat;padding-top:85px;overflow:hidden;position:relative;}

.box_05 .top{width:1280px;height:90px;margin:0 auto;overflow:hidden;}

.box_05 .top .h_title{width:235px;height:auto;float:left;}

.box_05 .top .h_title p{width:149px;height:26px; background:url(../images/bt_case.png);}

.box_05 .top .h_title h3{font-size:36px;color:#fff;line-height:36px;margin-top:20px; background:url(../images/h_back02.png) right center no-repeat; letter-spacing:3px;}

.box_05 .top .more{display:block;width:90px;height:90px;float:right; background:url(../images/more02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .top .more:hover{margin-right:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02{width:1280px;height:375px;margin:60px auto 0 auto;position:relative;}

.box_05 .picScroll-left02 .bd{width:1280px;height:375px;margin:0 auto;position:relative;z-index:5;}

.box_05 .picScroll-left02 .bd ul{width:1280px;height:375px;overflow:hidden; zoom:1;}

.box_05 .picScroll-left02 .bd ul li{width:370px;height:365px;border:solid 1px rgba(255,255,255,0.5);padding:8px 9px 0 9px;overflow:hidden;margin-right:55px;position:relative;background:rgba(255,255,255,0);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li:hover{background:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li::before{content:'';width:388px;height:1px;background:rgba(255,255,255,0.5);position:absolute;bottom:75px;left:0;z-index:-1;}

.box_05 .picScroll-left02 .bd ul li a{display:block;}

.box_05 .picScroll-left02 .bd ul li .img{width:370px;height:280px;overflow:hidden;}

.box_05 .picScroll-left02 .bd ul li .img img{display:block;width:370px;height:280px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .picScroll-left02 .bd ul li:hover .img img{transform: scale(1.05);}

.box_05 .picScroll-left02 .bd ul li .txt{width:340px;padding:0 15px;height:75px;line-height:75px;margin:10px auto 0 auto;overflow:hidden;}

.box_05 .picScroll-left02 .bd ul li .txt .name{width:230px;font-size:18px;color:#fff;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li:hover .txt .name{color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li .more{float:right;font-size:12px;color:#fff;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left02 .bd ul li:hover .txt .more{color:#116eb4;-webkit-transition:all .7s;transition:all .7s;}






/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_06 .news_center{width:1280px;height:auto;margin:0 auto;position:relative;}

.box_06 .news_center .hd{width:1280px;height:auto;overflow:hidden;}

.box_06 .news_center .hd .h_title{width:235px;height:auto;float:left;}

.box_06 .news_center .hd .h_title p{width:132px;height:30px; background:url(../images/bt_news.png);}

.box_06 .news_center .hd .h_title h3{font-size:36px;color:#333;line-height:36px;margin-top:16px; background:url(../images/h_back01.png) right center no-repeat; letter-spacing:3px;}








.box_06 .news_center .hd ul{width:700px;height:79px;float:right;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:225px;height:79px;cursor:pointer;background:url(../images/h_bd01.png);float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on{background:url(../images/h_bd02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:130px;padding-left:95px;font-size:18px;color:#333;line-height:79px;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 50px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 50px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 50px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




.box_06 .news_center .bd{width:1280px;height:450px;margin:60px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main{width:1280px;height:450px;overflow:hidden;}

.box_06 .news_center .bd .main li{width:625px;height:120px;float:left;margin-bottom:45px;position:relative;z-index:0;overflow:hidden;}

.box_06 .news_center .bd .main li:nth-of-type(2n){float:right;}

.box_06 .news_center .bd .main li::before{content:'';width:625px;height:0px;background:#116eb4;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li:hover::before{content:'';width:625px;height:120px;background:#116eb4;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li a{display:block;}

.box_06 .news_center .bd .main li .img{width:160px;height:120px;margin-right:25px;overflow:hidden;float:left;}

.box_06 .news_center .bd .main li .img img{width:160px;height:120px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .news_center .bd .main li:hover .img img{transform: scale(1.05);}

.box_06 .news_center .bd .main li .txt{width:430px;height:120px;float:left;}

.box_06 .news_center .bd .main li .txt .name{height:39px;font-size:18px;color:#333;line-height:18px;margin-top:10px;border-bottom:solid 1px #e6e6e6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li:hover .txt .name{color:#fff;margin-top:25px;border-bottom:solid 1px rgba(255,255,255,0.6);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li .txt p{font-size:16px;color:#808080;line-height:16px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li:hover .txt p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li .txt span{display:block;font-size:14px;color:#808080;line-height:12px;margin-top:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main li:hover .txt span{opacity:0;-webkit-transition:all .7s;transition:all .7s;}






/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.3s; }
.animated_2 { animation-delay:0.6s; }
.animated_3 { animation-delay:0.9s; }
.animated_4 { animation-delay:1.2s; }
.animated_5 { animation-delay:1.7s; }
.animated_6 { animation-delay:1.8s; }
.animated_7 { animation-delay:2.1s; }
.animated_8 { animation-delay:2.4s; }
.animated_9 { animation-delay:2.7s; }
.animated_10 { animation-delay:3s; }
.animated_11 { animation-delay:3.3s; }
.animated_12 { animation-delay:3.6s; }

/* animated end */




@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
