/*

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);}
}



.tback{background:#fafafa;width:100%;height:60px;}

.search{width:1200px;margin:0 auto; overflow:hidden;}

.search .left{width:480px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}

.search .left p{font-size:14px;line-height:60px;}

.search .right{width:360px;height:38px;margin:10px 0;float:right;overflow:hidden;border:solid 1px #c50707;background:#c50707;}

.search .right .input{width:300px;height:38px;line-height:38px;color:#fff;display:inline-block;background:rgba(255,255,255,0);padding-left:10px;float:left;font-size:14px;}

.search .right .button{width:38px;height:38px;line-height:38px;display:inline-block;background:url(../images/search.png) center center no-repeat #c50707;cursor:pointer;border:none;float:right;}



/* 产品中心 */
.box_01{width:100%;height:auto;padding:80px 0 55px 0;background:#fff;overflow:hidden;}

.box_01 .top{width:1200px;height:220px;margin:0 auto;overflow:hidden;}

.box_01 .top .left{width:auto;height:220px;float:left;}

.box_01 .top .left .h_title{width:auto;height:84px;padding-left:75px;background:url(../images/pro_bt.png) left top no-repeat;}

.box_01 .top .left .h_title h3{font-size:24px;color:#c50707;line-height:26px;font-weight:bold;padding-top:10px;}

.box_01 .top .left .h_title h3 a{display:block;color:#c50707;}

.box_01 .top .left .h_title h3 span{color:#262626;}

.box_01 .top .left .h_title p{font-size:14px;color:#808080;line-height:15px;margin-top:17px;}

.box_01 .top .left .tel{height:44px;line-height:44px;padding-left:60px;position:relative;font-size:14px;color:#4c4c4c;margin-top:60px;}

.box_01 .top .left .tel::before{content:'';width:44px;height:44px;background:url(../images/tel01.png);position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.box_01 .top .left .tel span{font-size:20px;color:#c50707;font-weight:bold;}

.box_01 .top .right{width:800px;padding:20px 0 0 30px;height:200px;float:right;border-radius:10px;background:#fafafa;overflow:hidden;}

.box_01 .top .right .bx{width:800px;height:40px;margin-bottom:10px;overflow:hidden;}

.box_01 .top .right .bx h4{width:140px;height:40px;float:left;}

.box_01 .top .right .bx h4 a{display:block;width:138px;height:38px;border:solid 1px #e6e6e6;border-radius:6px;background:#fafafa;font-size:14px;color:#333;line-height:38px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right .bx h4 a:hover{border:solid 1px #c50707;background:#c50707;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right .bx .fl_list{width:630px;height:40px;float:right;}

.box_01 .top .right .bx .fl_list li{width:auto;height:40px;float:left;margin-right:35px;}

.box_01 .top .right .bx .fl_list li:last-child{margin-right:0;}

.box_01 .top .right .bx .fl_list li a{display:block;font-size:14px;color:#808080;line-height:40px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right .bx .fl_list li:hover a{color:#c50707;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right .bx .fl_list li a::after{content:'';width:0;height:2px;background:#c50707;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right .bx .fl_list li:hover a::after{content:'';width:100%;height:2px;background:#c50707;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1200px;height:auto;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li{width:380px;height:325px;float:left;margin:0 30px 25px 0;overflow:hidden;}

.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:378px;height:278px;border:solid 1px #e6e6e6;border-radius:12px;overflow:hidden;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .img{border:solid 1px #c50707;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .img img{width:378px;height:278px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_01 .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .pro_list li .txt{width:380px;height:45px;line-height:45px;overflow:hidden;}

.box_01 .pro_list li .txt .name{width:250px;padding-left:30px;font-size:14px;color:#4c4c4c;float:left;background:url(../images/line01.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt .name{color:#c50707;background:url(../images/line02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .txt .more{width:45px;font-size:12px;color:#808080;float:right;text-align:right;position:relative;z-index:0;}

.box_01 .pro_list li .txt .more::before{content:'';width:10px;height:10px;background:#e28383;position:absolute;bottom:13px;left:0;z-index:-1;border-radius:5px;}







/* 企业优势 */
.box_02{width:100%;height:900px;background:url(../images/ys_back.jpg) center bottom no-repeat;overflow:hidden;}

.look_center{width:1200px;height:900px;margin:0 auto;position:relative;}

.look_center .top{width:1200px;height:84px;}

.look_center .top .h_title{width:auto;height:84px;float:left;padding-left:75px;background:url(../images/ys_bt.png) left top no-repeat;}

.look_center .top .h_title h3{font-size:24px;color:#c50707;line-height:26px;font-weight:bold;padding-top:10px;}

.look_center .top .h_title h3 span{color:#262626;}

.look_center .top .h_title p{font-size:14px;color:#808080;line-height:15px;margin-top:17px;}

.look_center .top .hd{width:600px;height:80px;float:right;position:relative;z-index:9;}

.look_center .top .hd::after{content:'';width:600px;height:1px;background:#f9e6e6;position:absolute;bottom:9px;left:0;z-index:-1;}

.look_center .top .hd ul{width:420px;height:80px;overflow:hidden;margin:0 auto;display:flex;justify-content: space-between;}

.look_center .top .hd ul li{width:auto;height:80px;float:left;cursor:pointer;font-size:24px;color:#262626;font-weight:bold;line-height:20px;background:url(../images/dian01.png) center bottom no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}

.look_center .top .hd ul li.on{color:#c50707;background:url(../images/dian02.png) center bottom no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}

.look_center .top .hd .arrow{width:85px;height:19px;position:absolute;top:530px;left:35px; background:url(../images/line03.png) center center no-repeat;}

.look_center .top .hd .arrow .prev{width:24px;height:19px;cursor:pointer;background:url(../images/ys_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;float:left;}

.look_center .top .hd .arrow .prev:hover{background:url(../images/ys_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .top .hd .arrow .next{width:24px;height:19px;cursor:pointer;background:url(../images/ys_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;float:right;}

.look_center .top .hd .arrow .next:hover{background:url(../images/ys_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .tel{width:510px;height:50px;line-height:50px;position:absolute;bottom:165px;right:55px;z-index:9;}

.look_center .tel p{width:auto;padding-left:55px;position:relative;font-size:14px;color:#4c4c4c;float:left;}

.look_center .tel p span{font-size:24px;color:#c50707;font-weight:bold;}

.look_center .tel::before{content:'';width:44px;height:44px;background:url(../images/tel02.png);position:absolute;top:3px;left:0;animation: msClock 1.2s linear infinite;}

.look_center .tel a{display:block;width:180px;height:50px;float:right;font-size:14px;color:#fff;text-align:center; background:#c50707;border-radius:2px 20px 2px 20px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .tel a:hover{border-radius:25px; background:#262626;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:1200px;height:705px;margin-top:41px;}

.look_center .bd .main{width:1200px;height:705px;position:relative;}

.look_center .bd .main .img{width:600px;height:705px;float:left;position:relative;}

.look_center .bd .main .img img{display:block;width:960px;height:705px;vertical-align:top;border-radius:100px 0 0 0;overflow:hidden;position:absolute;right:0;top:0;}

.look_center .bd .main .txt{width:530px;height:635px;float:right;padding:0 35px;background:url(../images/txt_back.png);margin-top:70px;overflow:hidden;position:relative;}

.look_center .bd .main .txt::after{content:'';width:600px;height:1px;background:#e9e9e9;position:absolute;bottom:210px;left:0;}

.look_center .bd .main .txt .num{font-size:70px;color:#ecc4c4;line-height:56px;}

.look_center .bd .main .txt h4{line-height:26px;margin-top:50px;font-size:24px;color:#c50707;font-weight:bold;}

.look_center .bd .main .txt span{display:block;font-size:12px;color:#f4dede;line-height:10px;text-transform: Uppercase;margin-top:15px;height:36px;border-bottom:solid 1px #e9e9e9;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;margin-top:22px;}





/* 案例展示 */
.box_03{width:100%;height:auto;background:#fff;padding:80px 0;overflow:hidden;position:relative;}

.box_03 .top{width:1200px;height:auto;margin:0 auto;overflow:hidden;}

.box_03 .top .h_title{width:auto;height:84px;float:left;padding-left:75px;background:url(../images/case_bt.png) left top no-repeat;}

.box_03 .top .h_title h3{font-size:24px;color:#c50707;line-height:26px;font-weight:bold;padding-top:10px;}

.box_03 .top .h_title h3 span{color:#262626;}

.box_03 .top .h_title p{font-size:14px;color:#808080;line-height:15px;margin-top:17px;}

.box_03 .picScroll-left01{width:1200px;height:auto;margin:40px auto 0 auto;position:relative;}

.box_03 .picScroll-left01 .bd{width:1200px;height:330px;margin:0 auto;position:relative;z-index:5;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul{width:1200px;height:330px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{width:380px;height:330px;margin-right:30px;overflow:hidden;position:relative;}

.box_03 .picScroll-left01 .bd ul li a{display:block;}

.box_03 .picScroll-left01 .bd ul li .img{width:380px;height:280px;overflow:hidden;border-radius:8px;}

.box_03 .picScroll-left01 .bd ul li .img img{width:380px;height:280px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_03 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}

.box_03 .picScroll-left01 .bd ul li .txt{width:380px;height:50px;line-height:50px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .txt .name{width:250px;font-size:14px;color:#262626;float:left;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .txt .name::before{content:'';width:170px;height:1px;background:#bdbdbd;position:absolute;bottom:1px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .txt .name::after{content:'';width:60px;height:3px;background:#c50707;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .txt .name::after{content:'';width:250px;height:3px;background:#c50707;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .txt .more{width:45px;font-size:12px;color:#808080;float:right;text-align:right;position:relative;z-index:0;}

.box_03 .picScroll-left01 .bd ul li .txt .more::before{content:'';width:10px;height:10px;background:#c50707;position:absolute;bottom:15px;left:0;z-index:-1;border-radius:5px;}

.box_03 .picScroll-left01 .hd{width:570px;height:12px;overflow:hidden;margin:50px auto 0 auto;background:url(../images/line04.png) center center no-repeat;}

.box_03 .picScroll-left01 .hd .prev{float:left;width:24px;height:12px;cursor:pointer;background:url(../images/ys_jt_01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .next{float:right;width:24px;height:12px;cursor:pointer;background:url(../images/ys_jt_03.png);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .prev:hoover{background:url(../images/ys_jt_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .next:hoover{background:url(../images/ys_jt_04.png);-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_04{width:100%;height:1075px;background:url(../images/ab_back.jpg) center bottom no-repeat;overflow:hidden;position:relative;}

.box_04 .center{width:1200px;height:730px;margin:0 auto;overflow:hidden;position:relative;}

.box_04 .center .left{width:540px;height:730px;float:left;}

.box_04 .center .left span{display:block;width:369px;height:121px;background:url(../images/us.png);}

.box_04 .center .left h4{font-size:24px;color:#000;line-height:24px;font-weight:lighter;margin-top:40px;}

.box_04 .center .left h3{font-size:24px;color:#c50707;line-height:24px;margin-top:50px;}

.box_04 .center .left p{font-size:14px;color:#808080;line-height:50px;height:250px;overflow:hidden;margin-top:50px;}

.box_04 .center .left .more{display:block;width:168px;height:48px;line-height:48px;text-align:center;margin-top:40px;background:#fbfbfb;border:solid 1px #c50707;border-radius:2px 20px 2px 20px;overflow:hidden;font-size:16px;color:#979797; font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .left .more:hover{background:#c50707;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right{width:600px;height:730px;float:right;overflow:hidden;border-radius:110px 10px 110px 10px;}

.box_04 .center .right img{display:block;width:600px;height:730px; vertical-align:top;}

.box_04 .bottom{width:1200px;height:343px;margin:0 auto;position:relative;}

.box_04 .bottom .yyzz{width:239px;height:343px;position:absolute;top:-15px;left:0;}

.box_04 .bottom .yyzz img{width:239px;height:343px;vertical-align:top;}

.box_04 .bottom .bx{width:510px;height:56px;position:absolute;top:255px;left:290px;display:flex;justify-content: space-between;}

.box_04 .bottom .bx a{display:block;width:auto;height:56px;}

.box_04 .bottom .bx a .icon{width:56px;height:56px;background:#fff;border-radius:50%;float:left;margin-right:15px;}

.box_04 .bottom .bx a .icon i{display:block;width:56px;height:56px;}

.box_04 .bottom .bx a:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .bottom .bx a:nth-of-type(1) .icon i{background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_04 .bottom .bx a:nth-of-type(2) .icon i{background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_04 .bottom .bx a:nth-of-type(3) .icon i{background:url(../images/ab_icon_03.png) center center no-repeat;}

.box_04 .bottom .bx a p{font-size:16px;color:#fff;line-height:56px;float:left;}





/* 新闻资讯 */
.box_05{width:100%;height:auto;padding:80px 0;background:#fff;position:relative;}

.box_05 .news_center{width:1200px;height:auto;margin:0 auto;}

.box_05 .news_center .hd{width:1200px;height:84px;overflow:hidden;}

.box_05 .news_center .h_title{width:auto;height:84px;padding-left:75px;background:url(../images/pro_bt.png) left top no-repeat;float:left;}

.box_05 .news_center .h_title h3{font-size:24px;color:#c50707;line-height:26px;font-weight:bold;padding-top:10px;}

.box_05 .news_center .h_title h3 a{display:block;color:#c50707;}

.box_05 .news_center .h_title h3 span{color:#262626;}

.box_05 .news_center .h_title p{font-size:14px;color:#808080;line-height:15px;margin-top:17px;}

.box_05 .news_center .hd ul{width:400px;height:73px;padding:0 100px;overflow:hidden;float:right;display:flex;justify-content: space-between;position:relative;z-index:0;}

.box_05 .news_center .hd ul::after{content:'';width:600px;height:1px;background:#f9e6e6;position:absolute;bottom:9px;left:0;z-index:-1;}

.box_05 .news_center .hd ul li{width:auto;height:73px;float:left;}

.box_05 .news_center .hd ul li a{display:block;height:73px;font-size:18px;color:#262626;font-weight:bold;line-height:20px;background:url(../images/dian01.png) center bottom no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}


.box_05 .news_center .hd ul li.on a{color:#c50707;background:url(../images/dian02.png) center bottom no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}

.box_05 .news_center .bd{margin-top:40px;width:1200px;height:710px;}

.box_05 .news_center .bd .main{width:1200px;height:710px;position:relative;}

.box_05 .top{width:1200px;height:428px;margin:0 auto;overflow:hidden;}

.box_05 .top .left{width:600px;height:428px;float:left;border-radius:6px;overflow:hidden;position:relative;}

.box_05 .top .left::after{content:'';width:39px;height:428px;background:url(../images/bk.png);position:absolute;top:0;left:0;z-index:2;}

.box_05 .top .left img{display:block;width:600px;height:428px; vertical-align:top;}

.box_05 .top .txt{width:480px;height:358px;float:left;padding:0 69px 0 49px;margin-top:70px;background:url(../images/txt_back02.png);overflow:hidden;position:relative;}

.box_05 .top .txt .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .top:hover .txt .name{color:#c50707;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .top .txt .date{display:block;line-height:45px;margin-top:20px;border-top:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;padding-left:30px;font-size:12px;color:#333; background:url(../images/date.png) left center no-repeat;}

.box_05 .top .txt p{font-size:14px;color:#808080;line-height:30px;height:90px;overflow:hidden;margin-top:15px;}

.box_05 .top .txt .more{display:block;width:160px;height:45px;margin-top:30px;overflow:hidden;border-radius:6px;}

.box_05 .top .txt .more span{display:block;width:120px;height:45px;line-height:45px; background:#c50707;text-align:center;font-size:14px;color:#fff;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .top .txt .more:hover span{background:#262626;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .top .txt .more i{display:block;width:40px;height:45px; background:url(../images/news_jt.png) center center no-repeat #262626;float:right;}

.box_05 .bottom{width:1200px;height:280px;margin:0 auto;}

.box_05 .bottom li{width:340px;height:110px;padding:0 20px;float:left;margin:30px 30px 0 0;border-radius:6px;background:#fff;overflow:hidden;position:relative;-moz-box-shadow:0px 0px 10px #f6f2f2;-webkit-box-shadow:0px 0px 10px #f6f2f2;box-shadow:0px 0px 10px #f6f2f2;}

.box_05 .bottom li:nth-of-type(3n){margin-right:0;}

.box_05 .bottom li a{display:block;width:340px;height:35px;margin-top:25px;font-size:16px;color:#333;line-height:16px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom li:hover a{color:#c50707;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom li a::before{content:'';width:340px;height:1px;background:#ebebeb;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom li a::after{content:'';width:0px;height:1px;background:#c50707;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom li:hover a::after{content:'';width:340px;height:1px;background:#c50707;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom li span{display:block;height:15px;line-height:15px;padding-left:25px;margin-top:15px;background:url(../images/date.png) left center no-repeat;}






/* 友情链接 */
.links{width:100%;height:30px;background:#fff;margin:0 0 80px 0;overflow:hidden;}

.links .jz{width:1200px;height:30px;line-height:30px;margin:0 auto;overflow:hidden;}

.links .jz p{width:105px;font-size:14px;line-height:30px;color:#c50707;text-align:right;background:url(../images/links.png) left center no-repeat;float:left;}

.links .jz .lk{width:1050px;float:right;height:30px;line-height:30px;overflow:hidden;}

.links .jz .lk a{display:block;width:auto;padding:0 35px;font-size:14px;color:#808080;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lk a:hover{color:#c50707;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lk a::before{content:'';width:2px;height:14px;background:#b9b9b9;position:absolute;top:8px;right:-1px;}

.links .jz .lk a:nth-of-type(1){padding-left:0;}























@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);
  }
}
