/*

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);}
}


.h_title{width:320px;height:55px; background:url(../images/h_back.png) center bottom no-repeat;text-align:center;position:relative;z-index:0;margin:0 auto;}

.h_title p{width:320px;line-height:38px;position:absolute;left:0;top:0;z-index:-1;font-size:50px;color:#e5e5e5;text-transform: Uppercase;font-weight:bold; letter-spacing:10px;}

.h_title h3{font-size:30px;color:#24272e;line-height:38px;font-weight:bold;}

.h_title h3 a{display:block;color:#24272e;}





/* 租赁中心 */
.box_01{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_01 .list{width:1280px;height:180px;margin:40px auto 0 auto;display:flex;justify-content: space-between;}

.box_01 .list a{width:300px;height:180px;background:#fff;float:left;overflow:hidden;-moz-box-shadow:0px 0px 10px #efefef;-webkit-box-shadow:0px 0px 10px #efefef;box-shadow:0px 0px 10px #efefef;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:hover{-moz-box-shadow:0px 0px 10px #cedbff;-webkit-box-shadow:0px 0px 10px #cedbff;box-shadow:0px 0px 10px #cedbff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a .icon{width:58px;height:58px;border:solid 1px #e6e6e6;border-radius:30px;margin:28px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:hover .icon{border:solid 1px #0d329c;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a .icon i{display:block;width:58px;height:58px;}

.box_01 .list a:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_01 .list a:nth-of-type(1) .icon i{background:url(../images/pro_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(2) .icon i{background:url(../images/pro_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(3) .icon i{background:url(../images/pro_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(4) .icon i{background:url(../images/pro_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(1):hover .icon i{background:url(../images/pro_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(2):hover .icon i{background:url(../images/pro_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(3):hover .icon i{background:url(../images/pro_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:nth-of-type(4):hover .icon i{background:url(../images/pro_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a p{height:32px;text-align:center;margin-top:20px;font-size:18px;color:#24272e;line-height:18px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:hover p{color:#0d329c;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a p::before{content:'';width:20px;height:2px;background:#0d329c;position:absolute;bottom:0;left:50%;margin-left:-10px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list a:hover p::before{content:'';width:60px;height:2px;background:#0d329c;position:absolute;bottom:0;left:50%;margin-left:-30px;-webkit-transition:all .7s;transition:all .7s;}







/* 企业优势 */
.box_02{width:100%;height:auto;overflow:hidden;position:relative;}

.look_center{width:100%;height:845px;margin:40px auto 0 auto;overflow:hidden;position:relative;}

.look_center .hd{width:1250px;height:170px;position:absolute;z-index:9;top:75px;left:50%;margin-left:-625px;}

.look_center .hd ul{width:1250px;height:170px;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:300px;height:170px;float:left;cursor:pointer;position:relative;z-index:9;-moz-box-shadow:0px 0px 10px #efefef; -webkit-box-shadow:0px 0px 10px #efefef; box-shadow:0px 0px 10px #efefef;}

.look_center .hd ul li::before{content:'';width:300px;height:170px;background:url(../images/txt01.png);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on::before{content:'';width:300px;height:400px;background:url(../images/txt02.png);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li i{display:block;width:40px;height:40px;margin:35px auto 0 auto;}

.look_center .hd ul li.on i{margin:90px auto 0 auto;-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4{height:35px;font-size:16px;color:#333;line-height:16px;text-align:center;margin-top:20px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4{color:#fff;margin-top:30px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4::after{content:'';width:20px;height:2px;background:#dbdbdb;position:absolute;bottom:0;left:50%;margin-left:-10px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4::after{content:'';width:20px;height:2px;background:#fff;position:absolute;bottom:0;left:50%;margin-left:-10px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li p{font-size:12px;color:#fff;line-height:20px;height:40px;text-align:center;margin-top:25px;text-transform: Uppercase;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on p{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li a{display:block;width:44px;height:44px;border-radius:22px;background:#fff;font-size:14px;color:#0d329c;line-height:44px;text-align:center;margin:30px auto 0 auto;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on a{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:100%;height:845px;}

.look_center .bd .main{width:100%;height:845px;position:relative;}

.look_center .bd .main .txt{width:900px;height:auto;margin:0 auto;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;text-align:center;}

.look_center .bd .main .img{width:100%;height:520px;position:absolute;left:0;bottom:0;}

.look_center .bd .main .img img{display:block;width:100%;height:520px;vertical-align:top;}




/* 工程项目 */
.box_03{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_03 .list{width:1280px;height:730px;margin:40px auto 0 auto;overflow:hidden;}

.box_03 .list li{width:400px;height:350px;margin:0 40px 30px 0;overflow:hidden;float:left;}

.box_03 .list li:nth-of-type(3n){margin-right:0;}

.box_03 .list li a{display:block;}

.box_03 .list li .img{width:400px;height:300px;overflow:hidden;}

.box_03 .list li .img img{width:400px;height:300px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_03 .list li:hover .img img{transform: scale(1.05);}

.box_03 .list li .txt{width:400px;height:50px;line-height:50px;margin:0 auto;position:relative;overflow:hidden;}

.box_03 .list li .txt::before{content:'';width:400px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li .txt::after{content:'';width:0px;height:1px;background:#0d329c;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li:hover .txt::after{content:'';width:400px;height:1px;background:#0d329c;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li .txt .name{width:300px;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li:hover .txt .name{color:#0d329c;padding-left:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li .txt .name::before{content:'';width:0px;height:2px;background:#0d329c;position:absolute;top:24px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li:hover .txt .name::before{content:'';width:15px;height:2px;background:#0d329c;position:absolute;top:24px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .list li .txt .more{width:auto;float:right;font-size:12px;color:#808080;position:relative;z-index:0;}

.box_03 .list li .txt .more::before{content:'';width:12px;height:12px;background:#b6c1e1;border-radius:6px;position:absolute;bottom:13px;left:-6px;z-index:-1;}





/* 关于我们 */
.box_04{width:100%;height:665px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1280px;height:665px;margin:0 auto;position:relative;}

.box_04 .center .top{width:1280px;height:640px;margin:0 auto;}

.box_04 .center .top .left{width:583px;height:640px;float:left;position:relative;}

.box_04 .center .top .left img{display:block;width:903px;height:640px; vertical-align:top;position:absolute;top:0;right:0;}

.box_04 .center .top .right{width:650px;height:640px;float:right;position:relative;text-align:right;}

.box_04 .center .top .right .h_bt{width:650px;height:38px;position:relative;z-index:0;}

.box_04 .center .top .right .h_bt p{width:650px;line-height:38px;position:absolute;left:0;top:0;z-index:-1;font-size:50px;color:#e5e5e5;text-transform: Uppercase;font-weight:bold; letter-spacing:10px;}

.box_04 .center .top .right .h_bt h3{font-size:30px;color:#0d329c;line-height:38px;font-weight:bold;margin-right:10px;}

.box_04 .center .top .right .txt{width:650px;height:auto;margin-top:60px;}

.box_04 .center .top .right .txt h4{font-size:20px;color:#24272e;font-weight:bold;line-height:22px;}

.box_04 .center .top .right .txt h4 a{display:block;color:#24272e;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .top .right .txt h4:hover a{color:#0d329c;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .top .right .txt span{display:block;height:39px;border-bottom:solid 1px #e6e6e6;font-size:12px;color:#b2b2b2;line-height:15px;margin-top:15px;}

.box_04 .center .top .right .txt p{font-size:14px;color:#808080;line-height:30px;height:120px;overflow:hidden;margin-top:25px;}

.box_04 .center .bottom{width:1280px;height:110px;padding:0 50px;background:#0d329c;position:absolute;left:0;bottom:0;}

.box_04 .center .bottom .bx{width:685px;height:56px;line-height:56px;margin:27px 0;overflow:hidden;display:flex;justify-content: space-between;}

.box_04 .center .bottom .bx a{display:block;width:155px;height:56px;float:left;position:relative;}

.box_04 .center .bottom .bx a::after{content:'';width:30px;height:1px;background:#fff;position:absolute;top:28px;left:75px;}

.box_04 .center .bottom .bx a .icon{width:56px;height:56px; background:#fff;border-radius:6px;float:left;}

.box_04 .center .bottom .bx a i{display:block;width:56px;height:56px;}

.box_04 .center .bottom .bx a:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .center .bottom .bx a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .bx a:nth-of-type(2) i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .bx a:nth-of-type(3) i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .bx a p{font-size:16px;color:#fff;float:right;}

.box_04 .center .yyzz{width:391px;height:249px;padding:13px;background:url(../images/honor.png);position:absolute;bottom:0;right:0;}

.box_04 .center .yyzz img{display:block;width:391px;height:249px; vertical-align:top;object-fit:cover;}





/* 新闻资讯 */
.box_05{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_05 .news_center{width:1280px;height:auto;margin:40px auto 0 auto;overflow:hidden;}

.box_05 .news_center .hd{width:610px;height:60px;margin:0 auto;}

.box_05 .news_center .hd ul{width:610px;height:60px;overflow:hidden;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:180px;height:60px;line-height:60px; background:#24272e;float:left;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on{background:#0d329c;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a{display:block;padding-left:75px;width:105px;font-size:18px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 38px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 38px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 38px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd{width:1280px;height:415px;margin:40px auto 0 auto;}

.box_05 .news_center .bd .main{width:1280px;height:415px;overflow:hidden;}

.box_05 .news_center .bd .main .top{width:1280px;height:300px;overflow:hidden;}

.box_05 .news_center .bd .main .top .left{width:830px;height:300px;float:left;}

.box_05 .news_center .bd .main .top .left .img{width:400px;height:300px;float:left;overflow:hidden;}

.box_05 .news_center .bd .main .top .left .img img{width:400px;height:300px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_05 .news_center .bd .main .top .left:hover .img img{transform: scale(1.05);}

.box_05 .news_center .bd .main .top .left .txt{width:390px;height:300px;float:right;overflow:hidden;}

.box_05 .news_center .bd .main .top .left .txt .name{display:block;line-height:16px;font-size:16px;color:#333;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .left:hover .txt .name{color:#0d329c;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .left .txt span{display:block;line-height:10px;font-size:12px;color:#b2b2b2;margin-top:15px;}

.box_05 .news_center .bd .main .top .left .txt p{line-height:35px;height:70px;overflow:hidden;font-size:14px;color:#808080;margin-top:50px;}

.box_05 .news_center .bd .main .top .left .txt .more{display:block;width:128px;height:38px;border:solid 1px #e6e6e6;text-transform: Uppercase;background:#fff;line-height:38px;font-size:12px;color:#666;text-align:center;margin-top:35px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .left:hover .txt .more{border:solid 1px #0d329c;background:#0d329c;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right{width:400px;height:300px;float:right;}

.box_05 .news_center .bd .main .top .right li{width:380px;height:60px;padding:0 10px;margin-bottom:20px;background:#f4f4f3;position:relative;z-index:0;overflow:hidden;}

.box_05 .news_center .bd .main .top .right li:last-child{margin-bottom:20px;}

.box_05 .news_center .bd .main .top .right li::before{content:'';width:400px;height:0px;background:#0d329c;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li:hover::before{content:'';width:400px;height:60px;background:#0d329c;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li a{display:block;width:300px;padding-left:20px;height:60px;float:left;line-height:60px;font-size:14px;color:#333;background:url(../images/dian01.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li:hover a{color:#fff;background:url(../images/dian02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li span{display:block;width:auto;height:60px;float:right;line-height:60px;font-size:12px;color:#b2b2b2;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li:hover span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom{width:1280px;height:110px;overflow:hidden;margin-top:5px;}

.box_05 .news_center .bd .main .bottom li{width:400px;height:55px;line-height:55px;float:left;margin-right:40px;position:relative;}

.box_05 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_05 .news_center .bd .main .bottom li::before{content:'';width:400px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li::after{content:'';width:0px;height:1px;background:#0d329c;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover::after{content:'';width:400px;height:1px;background:#0d329c;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .name{display:block;width:300px;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .name{color:#0d329c;padding-left:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .name::before{content:'';width:0px;height:2px;background:#0d329c;position:absolute;top:27px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .name::before{content:'';width:15px;height:2px;background:#0d329c;position:absolute;top:27px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li span{width:auto;float:right;font-size:12px;color:#b2b2b2;}







/* 友情链接 */

.links{width:1280px;height:25px;margin:0 auto 80px auto;overflow:hidden;}

.links h4{width:120px;height:25px;line-height:25px; background:url(../images/links.png) left center no-repeat;float:left;font-size:30px;color:#0d329c;text-align:right;text-transform: Uppercase;font-family:Arial;}

.links .link{width:1130px;height:25px;float:right;overflow:hidden;position:relative;}

.links .link a{display:block;float:left;width:auto;padding:0 30px;box-sizing:content-box;font-size:14px;line-height:25px;color:#808080;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .link a::after{content:'';width:1px;height:15px;background:#808080;position:absolute;top:5px;right:0;}

.links .link a:hover{color:#0d329c;-webkit-transition:all .7s;transition:all .7s;}

.links .link a:nth-of-type(1){padding-left:0;}










/* 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);
  }
}
