/*



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;overflow:hidden;}



.box_01 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_01 .h_title h3{width:545px;line-height:40px;margin:0 auto;position:relative;}



.box_01 .h_title h3 i{font-size:40px;color:#333;position:relative;z-index:2;}



.box_01 .h_title h3 span{display:block;width:160px;line-height:40px;height:40px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:center;position:absolute;top:0;right:0;z-index:0;}



.box_01 .h_title h3 span::after{content:'';width:160px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_01 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.box_01 .fangan{width:1153px;height:469px;margin:50px auto 0 auto;background:url(../images/fa_bk.png);overflow:hidden;}



.box_01 .fangan li{width:195px;height:196px;background:url(../images/lx01.png);float:left;-webkit-transition:all .7s;transition:all .7s;margin:33px 65px 0 0;}



.box_01 .fangan li:hover{background:url(../images/lx02.png);-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(1){margin-left:148px;}



.box_01 .fangan li:nth-of-type(4n){margin-right:0;}



.box_01 .fangan li:nth-of-type(5){margin-left:30px;margin-top:13px;}



.box_01 .fangan li:nth-of-type(6){margin-top:13px;}



.box_01 .fangan li:nth-of-type(7){margin-top:13px;}



.box_01 .fangan li:nth-of-type(8){margin-top:13px;}



.box_01 .fangan li a{display:block;width:195px;height:196px;float:left;}



.box_01 .fangan li a i{display:block;width:53px;height:51px;margin:55px auto 0 auto;}



.box_01 .fangan li a:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}



.box_01 .fangan li:nth-of-type(1) a i{background:url(../images/fa_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(2) a i{background:url(../images/fa_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(3) a i{background:url(../images/fa_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(4) a i{background:url(../images/fa_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(5) a i{background:url(../images/fa_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(6) a i{background:url(../images/fa_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(7) a i{background:url(../images/fa_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li:nth-of-type(8) a i{background:url(../images/fa_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_01 .fangan li a p{font-size:16px;color:#fff;line-height:16px;margin-top:15px;text-align:center;}















/* 产品中心 */

.box_02{width:100%;height:1005px;padding-top:40px;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}



.box_02 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_02 .h_title h3{width:325px;line-height:40px;margin:0 auto;position:relative;}



.box_02 .h_title h3 a{display:block;font-size:40px;color:#fff;font-weight:bold;position:relative;z-index:2;}



.box_02 .h_title h3 span{display:block;width:180px;line-height:40px;height:40px;font-size:30px;color:#fff;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:right;position:absolute;top:0;right:0;z-index:0;}



.box_02 .h_title h3 span::after{content:'';width:180px;height:6px;background:rgba(255,255,255,0.2);position:absolute;bottom:0;left:0;z-index:-1;}



.box_02 .h_title p{font-size:22px;color:#fff;line-height:22px;text-align:center;margin-top:30px;}



.box_02 .pro_center{width:1280px;height:auto;margin:30px auto 0 auto;position:relative;}



.box_02 .pro_center .hd{width:1160px;height:44px;margin:0 auto;overflow:hidden;}



.box_02 .pro_center .hd ul{display:flex;justify-content: space-between;}



.box_02 .pro_center .hd ul li{width:auto;height:44px;float:left;line-height:44px;background:rgba(234,84,19,0);-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .hd ul li.on{background:rgba(234,84,19,1);-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .hd ul li a{display:block;width:auto;padding:0 25px 0 50px;font-size:16px;color:#fff; background:url(../images/dian01.png) 20px center no-repeat;}



.box_02 .pro_center .bd{width:1280px;height:755px;margin:37px auto 0 auto;}



.box_02 .pro_center .bd .main{width:1280px;height:755px;overflow:hidden;position:relative;}



.box_02 .pro_center .bd .main li{border:solid 1px #e6e6e6;overflow:hidden;}



.box_02 .pro_center .bd .main li:nth-of-type(1){width:486px;height:483px;position:absolute;top:0;left:0;}



.box_02 .pro_center .bd .main li:nth-of-type(2){width:486px;height:243px;position:absolute;bottom:0;left:0;}



.box_02 .pro_center .bd .main li:nth-of-type(3){width:266px;height:483px;position:absolute;top:0;left:508px;}



.box_02 .pro_center .bd .main li:nth-of-type(4){width:266px;height:243px;position:absolute;bottom:0;left:508px;}



.box_02 .pro_center .bd .main li:nth-of-type(5){width:486px;height:243px;position:absolute;top:0;right:0;}



.box_02 .pro_center .bd .main li:nth-of-type(6){width:486px;height:483px;position:absolute;bottom:0;right:0;}



.box_02 .pro_center .bd .main li a{display:block;}



.box_02 .pro_center .bd .main li .img{width:100%;height:100%;overflow:hidden;}



.box_02 .pro_center .bd .main li .img img{width:100%;height:100%;vertical-align:top;object-fit:cover;transition: all 1s;}



.box_02 .pro_center .bd .main li:hover .img img{transform: scale(1.05);}



.box_02 .pro_center .bd .main li .txt01{width:440px;padding:0 23px;height:50px;line-height:50px;background:#fafafa;position:absolute;bottom:0;left:0;z-index:2;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:hover .txt01{position:absolute;bottom:-55px;left:0;z-index:2;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li .txt01 .name{width:320px;font-size:16px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.box_02 .pro_center .bd .main li .txt01 span{display:block;width:auto;font-size:16px;color:#999;float:right;}



.box_02 .pro_center .bd .main li:nth-of-type(3) .txt01,

.box_02 .pro_center .bd .main li:nth-of-type(4) .txt01{width:240px;padding:0 13px;height:50px;line-height:50px;background:#fafafa;position:absolute;bottom:0;left:0;z-index:2;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:nth-of-type(3):hover .txt01,

.box_02 .pro_center .bd .main li:nth-of-type(4):hover .txt01{position:absolute;bottom:-55px;left:0;z-index:2;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:nth-of-type(3) .txt01 .name,

.box_02 .pro_center .bd .main li:nth-of-type(4) .txt01 .name{width:160px;font-size:16px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.box_02 .pro_center .bd .main li .txt02{width:400px;padding:0 43px;height:100%;background:rgba(234,84,19,0.7);position:absolute;top:0;left:0;z-index:3;opacity:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:hover .txt02{opacity:1;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li .txt02 .name{width:400px;font-size:16px;color:#fff;text-align:center;margin:175px auto 0 auto;position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.box_02 .pro_center .bd .main li .txt02 .name::after{content:'';width:20px;height:2px;background:#fff;position:absolute;bottom:0;left:50%;margin-left:-10px;}



.box_02 .pro_center .bd .main li .txt02 p{width:auto;font-size:14px;color:#fff;line-height:30px;height:60px;margin:15px auto 0 auto;overflow:hidden;text-align:center;}



.box_02 .pro_center .bd .main li:nth-of-type(2) .txt02 .name,

.box_02 .pro_center .bd .main li:nth-of-type(4) .txt02 .name,

.box_02 .pro_center .bd .main li:nth-of-type(5) .txt02 .name{margin:75px auto 0 auto;}



.box_02 .pro_center .bd .main li:nth-of-type(3) .txt02,

.box_02 .pro_center .bd .main li:nth-of-type(4) .txt02{width:200px;padding:0 33px;height:100%;background:rgba(234,84,19,0.7);position:absolute;top:0;left:0;z-index:3;opacity:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:nth-of-type(3):hover .txt02,

.box_02 .pro_center .bd .main li:nth-of-type(4):hover .txt02{opacity:1;-webkit-transition:all .7s;transition:all .7s;}



.box_02 .pro_center .bd .main li:nth-of-type(3) .txt02 .name,

.box_02 .pro_center .bd .main li:nth-of-type(4) .txt02 .name{width:200px;font-size:16px;color:#fff;text-align:center;position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

















/* 客户案例 */

.box_03{width:100%;height:auto;padding:80px 0;overflow:hidden;position:relative;}



.box_03 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_03 .h_title h3{font-size:40px;width:480px;line-height:40px;margin:0 auto;position:relative;color:#ea5413;font-weight:bold;}



.box_03 .h_title h3 i{font-size:40px;color:#333;position:relative;z-index:2;font-weight:bold;}



.box_03 .h_title h3 span{display:block;width:160px;line-height:40px;height:40px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:center;position:absolute;top:0;right:0;z-index:0;}



.box_03 .h_title h3 span::after{content:'';width:160px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_03 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.case_center{width:1280px;height:780px;margin:50px auto 0 auto;overflow:hidden;position:relative;}



.case_center .bd{width:880px;height:780px;float:left;}



.case_center .bd .main{width:880px;height:780px;position:relative;}



.case_center .bd .main .img{width:880px;height:630px;float:left;position:relative;}



.case_center .bd .main .img img{display:block;width:880px;height:630px; vertical-align:top;object-fit:cover;}



.case_center .bd .main .txt{width:760px;height:150px;padding:0 60px;background:#fff;overflow:hidden;}



.case_center .bd .main .txt .tl{width:190px;height:150px;float:left;}



.case_center .bd .main .txt .tl .name{display:block;font-size:20px;color:#333;line-height:20px;margin-top:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}



.case_center .bd .main:hover .txt .tl .name{color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.case_center .bd .main .txt .tl span{display:block;width:116px;height:31px; background:url(../images/case_zm01.png);margin-top:15px;}



.case_center .bd .main .txt .tr{width:540px;height:170px;float:right;}



.case_center .bd .main .txt .tr span{display:block;width:540px;height:2px; background:#e6e6e6;margin-top:35px;}



.case_center .bd .main .txt .tr p{font-size:14px;color:#808080;line-height:30px;height:60px;margin-top:20px;overflow:hidden;}



.case_center .hd{width:400px;height:780px;float:right;background:#fafafa;position:relative;}



.case_center .hd ul{width:400px;height:680px;overflow:hidden;}



.case_center .hd ul li{width:300px;height:170px;cursor:pointer;padding:0 50px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li.on{ background:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li a{display:block;}



.case_center .hd ul li .img{width:108px;height:124px;float:left;overflow:hidden;margin:23px 0;position:relative;}



.case_center .hd ul li .img img{display:block;width:108px;height:124px;vertical-align:top;object-fit:cover;}



.case_center .hd ul li .img::after{content:'';width:108px;height:124px;background:url(../images/case_bk01.png);position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li.on .img::after{content:'';width:108px;height:124px;background:url(../images/case_bk02.png);position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li .txt{width:160px;height:120px;float:right;margin:25px 0;}



.case_center .hd ul li .txt .name{display:block;font-size:20px;color:#333;line-height:20px;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li.on .txt .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li .txt span{display:block;width:116px;height:31px; background:url(../images/case_zm01.png);margin-top:15px;-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd ul li.on .txt span{background:url(../images/case_zm02.png);-webkit-transition:all .7s;transition:all .7s;}



.case_center .hd .more{display:block;width:400px;height:65px;margin-top:35px; background:#ea5413;text-align:center;line-height:65px;font-size:16px;color:#fff;}









/* 资质 */

.box_04{width:100%;height:490px;padding-top:46px; background:url(../images/zz_back.jpg) center top no-repeat;overflow:hidden;position:relative;}



.box_04 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_04 .h_title h3{font-size:40px;width:480px;line-height:40px;margin:0 auto;position:relative;color:#ea5413;font-weight:bold;}



.box_04 .h_title h3 i{font-size:40px;color:#333;position:relative;z-index:2;font-weight:bold;}



.box_04 .h_title h3 span{display:block;width:160px;line-height:40px;height:40px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:right;position:absolute;top:0;right:0;z-index:0;}



.box_04 .h_title h3 span::after{content:'';width:160px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_04 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.box_04 .picScroll-left01{width:1440px;height:314px;margin:35px auto 0 auto;position:relative;}



.box_04 .picScroll-left01 .hd{width:1440px;height:314px;overflow:hidden;position:absolute;top:0;left:0;z-index:1;}



.box_04 .picScroll-left01 .hd .prev{float:left;width:44px;height:44px;border-radius:22px;margin-top:125px;cursor:pointer;background:url(../images/ry_jt_01.png) center center no-repeat #999;-webkit-transition:all .7s;transition:all .7s;}



.box_04 .picScroll-left01 .hd .next{float:right;width:46px;height:46px;border-radius:25px;margin-top:125px;cursor:pointer;background:url(../images/ry_jt_02.png) center center no-repeat #999;-webkit-transition:all .7s;transition:all .7s;}



.box_04 .picScroll-left01 .hd .prev:hover{background:url(../images/ry_jt_01.png) center center no-repeat #ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_04 .picScroll-left01 .hd .next:hover{background:url(../images/ry_jt_02.png) center center no-repeat #ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_04 .picScroll-left01 .bd{width:1280px;height:345px;position:relative;z-index:5;margin:0 auto;overflow:hidden;}



.box_04 .picScroll-left01 .bd ul{width:1280px;height:345px;overflow:hidden; zoom:1;}



.box_04 .picScroll-left01 .bd ul li{width:400px;height:345px;overflow:hidden;margin-right:40px;position:relative;}



.box_04 .picScroll-left01 .bd ul li a{display:block;}



.box_04 .picScroll-left01 .bd ul li .img{width:400px;height:300px;overflow:hidden;}



.box_04 .picScroll-left01 .bd ul li .img img{width:400px;height:300px;vertical-align:top;transition: all 1s;}



.box_04 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.03);}


.box_04 .picScroll-left01 .bd ul li .name{width:300px;height:45px;line-height:45px;text-align:center;color:#333;padding:0 50px;font-size:16px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}


.box_04 .picScroll-left01 .bd ul li:hover .name{color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li .name::after{content:'';width:0;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li:hover .name::after{content:'';width:400px;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}




/* 优势 */

.box_05{width:100%;height:auto;padding:80px 0;overflow:hidden;position:relative;}



.box_05 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_05 .h_title h3{font-size:40px;width:550px;line-height:40px;margin:0 auto;position:relative;color:#ea5413;font-weight:bold;}



.box_05 .h_title h3 i{font-size:40px;color:#333;position:relative;z-index:2;font-weight:bold;}



.box_05 .h_title h3 span{display:block;width:230px;line-height:40px;height:40px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:right;position:absolute;top:0;right:0;z-index:0;}



.box_05 .h_title h3 span::after{content:'';width:230px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_05 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.box_05 .ys01{width:1280px;height:395px;overflow:hidden;margin:45px auto 0 auto;}



.box_05 .ys01 .left{width:705px;height:395px;float:left;position:relative;z-index:0;}



.box_05 .ys01 .left::before{content:'';width:670px;height:360px; background:#fdeee7;position:absolute;bottom:0;right:0;z-index:-1;}



.box_05 .ys01 .left img{display:block;width:670px;height:360px;position:absolute;top:0;left:0; vertical-align:top;}



.box_05 .ys01 .right{width:485px;height:395px;float:right;position:relative;}



.box_05 .ys01 .right h5{font-size:36px;color:#ea5413;line-height:39px;text-transform: Uppercase;margin-top:75px;position:relative;z-index:0;}



.box_05 .ys01 .right h5::after{content:'';width:38px;height:39px; background:url(../images/ys_dbx.png);position:absolute;top:0;left:110px;z-index:-1;}



.box_05 .ys01 .right .h5::after{content:'';width:38px;height:39px; background:url(../images/ys_dbx.png);position:absolute;top:0;left:145px;z-index:-1;}



.box_05 .ys01 .right h4{font-size:24px;color:#000;line-height:26px;font-weight:bold;margin-top:25px;-webkit-transition:all .7s;transition:all .7s;}



.box_05 .ys01:hover .right h4{color:#ea5413;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}



.box_05 .ys01 .right span{display:block;font-size:14px;color:#999;line-height:12px;text-transform: Uppercase;margin-top:10px;}



.box_05 .ys01 .right .line{width:485px;height:1px; background:#e6e6e6;margin-top:15px;}



.box_05 .ys01 .right p{font-size:14px;color:#808080;line-height:30px;margin-top:26px;}



.box_05 .ys02{width:1280px;height:395px;overflow:hidden;margin:60px auto 0 auto;}



.box_05 .ys02 .left{width:485px;height:395px;float:left;position:relative;}



.box_05 .ys02 .left h5{font-size:36px;color:#ea5413;line-height:39px;text-transform: Uppercase;margin-top:75px;position:relative;z-index:0;}



.box_05 .ys02 .right h5::after{content:'';width:38px;height:39px; background:url(../images/ys_dbx.png);position:absolute;top:0;left:110px;z-index:-1;}



.box_05 .ys02 .left h4{font-size:24px;color:#000;line-height:26px;font-weight:bold;margin-top:25px;-webkit-transition:all .7s;transition:all .7s;}



.box_05 .ys02:hover .left h4{color:#ea5413;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}



.box_05 .ys02 .left span{display:block;font-size:14px;color:#999;line-height:12px;text-transform: Uppercase;margin-top:10px;}



.box_05 .ys02 .right .line{width:485px;height:1px; background:#e6e6e6;margin-top:15px;}



.box_05 .ys02 .left p{font-size:14px;color:#808080;line-height:30px;margin-top:26px;}



.box_05 .ys02 .right{width:705px;height:395px;float:right;position:relative;z-index:0;}



.box_05 .ys02 .right::before{content:'';width:670px;height:360px; background:#fdeee7;position:absolute;bottom:0;right:0;z-index:-1;}



.box_05 .ys02 .right img{display:block;width:670px;height:360px;position:absolute;top:0;left:0; vertical-align:top;}









/* 合作伙伴 */

.box_06{width:100%;height:705px; background:url(../images/hb_back.jpg) center bottom no-repeat;overflow:hidden;}



.box_06 .center{width:1280px;height:705px;margin:0 auto;overflow:hidden;}



.box_06 .center .list{width:780px;height:624px;float:left;overflow:hidden;position:relative;}



.box_06 .center .list li{width:156px;height:156px;border:solid 1px #ea5413;overflow:hidden;box-sizing:border-box;}



.box_06 .center .list li:nth-of-type(1){position:absolute;left:156px;top:0;}



.box_06 .center .list li:nth-of-type(2){position:absolute;right:156px;top:0;}



.box_06 .center .list li:nth-of-type(3){position:absolute;left:312px;top:156px;}



.box_06 .center .list li:nth-of-type(4){position:absolute;right:156px;top:156px;border:none;}



.box_06 .center .list li:nth-of-type(5){position:absolute;right:0;top:156px;}



.box_06 .center .list li:nth-of-type(6){position:absolute;left:156px;bottom:156px;}



.box_06 .center .list li:nth-of-type(7){position:absolute;left:312px;bottom:156px;border:none;}



.box_06 .center .list li:nth-of-type(8){position:absolute;right:156px;bottom:156px;}



.box_06 .center .list li:nth-of-type(9){position:absolute;right:0;bottom:156px;border-top:none;border-left:none;}



.box_06 .center .list li:nth-of-type(10){position:absolute;left:0;bottom:0;}



.box_06 .center .list li:nth-of-type(11){position:absolute;left:312px;bottom:0;}



.box_06 .center .list li:nth-of-type(12){position:absolute;right:156px;bottom:0;border-top:none;border-left:none;}



.box_06 .center .list li .img{display:block;width:100%;height:100%;overflow:hidden;}



.box_06 .center .list li .img img{width:100%;height:100%;vertical-align:top;object-fit:cover;transition: all 1s;}



.box_06 .center .list li:hover .img img{transform: scale(1.1);}



.box_06 .center .right{width:360px;height:705px;float:right;padding:0 35px;background:#ea5413;overflow:hidden;}



.box_06 .center .right .h_title{width:360px;height:auto;margin-top:50px;}



.box_06 .center .right .h_title h3{height:46px;font-size:36px;color:#fff;font-weight:bold;line-height:36px;position:relative;}



.box_06 .center .right .h_title h3::after{content:'';width:120px;height:6px;background:#ee7642;position:absolute;bottom:0;left:0;}



.box_06 .center .right .h_title p{font-size:14px;color:#fff;line-height:12px;text-transform: Uppercase;margin-top:15px;}



.box_06 .center .right .txt{width:360px;height:auto;margin-top:55px;}



.box_06 .center .right .txt h4{font-size:12px;color:#fff;line-height:18px;margin-bottom:23px;}



.box_06 .center .right .txt h4 span{display:block;font-size:18px;margin-right:15px;float:left;}



.box_06 .center .right .txt p{font-size:14px;color:#fff;line-height:40px;margin-top:45px;}



.box_06 .center .right .tel{padding-left:65px;position:relative;margin-top:45px;font-size:16px;color:#fff;line-height:32px;}



.box_06 .center .right .tel::after{content:'';width:49px;height:49px;background:url(../images/tel02.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}



.box_06 .center .right .tel span{font-size:24px;    width: 300px;
    display: block;}













/* 新闻 */

.box_07{width:100%;height:auto;padding:80px 0;overflow:hidden;}



.box_07 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_07 .h_title h3{font-size:40px;width:485px;line-height:40px;margin:0 auto;position:relative;color:#ea5413;font-weight:bold;}



.box_07 .h_title h3 a{display:block;color:#ea5413;}



.box_07 .h_title h3 i{font-size:40px;color:#333;position:relative;z-index:2;font-weight:bold;}



.box_07 .h_title h3 span{display:block;width:160px;line-height:40px;height:40px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:center;position:absolute;top:0;right:0;z-index:0;}



.box_07 .h_title h3 span::after{content:'';width:160px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_07 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.box_07 .center{width:1280px;height:520px;margin:45px auto 0 auto;overflow:hidden;}



.box_07 .center .left{width:400px;height:auto;float:left;}



.box_07 .center .left .bt{width:400px;height:35px;line-height:35px;border-bottom:solid 1px #e6e6e6;overflow:hidden;}



.box_07 .center .left .bt h4{width:80px;height:35px;padding-left:40px;float:left;background:url(../images/n_icon_01.png) 10px center no-repeat #ea5413;font-size:16px;color:#fff;}



.box_07 .center .left .bt a{display:block;float:right;font-size:14px;color:#666;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .bt a:hover{margin-right:5px;color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list{width:400px;height:auto;margin-top:45px;overflow:hidden;}



.box_07 .center .left .list li{width:400px;height:160px;padding:10px 0;background:#fafafa;position:relative;margin-bottom:65px;}



.box_07 .center .left .list li::before{content:'';width:0px;height:5px;background:#ea5413;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover:before{content:'';width:400px;height:5px;background:#ea5413;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li::after{content:'';width:5px;height:0px;background:#ea5413;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover::after{content:'';width:5px;height:180px;background:#ea5413;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx{width:350px;padding:0 25px;height:160px;position:relative;}



.box_07 .center .left .list li .bx::before{content:'';width:0px;height:5px;background:#ea5413;position:absolute;bottom:-10px;right:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover .bx:before{content:'';width:400px;height:5px;background:#ea5413;position:absolute;bottom:-10px;right:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx::after{content:'';width:5px;height:0px;background:#ea5413;position:absolute;bottom:-10px;right:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover .bx::after{content:'';width:5px;height:180px;background:#ea5413;position:absolute;bottom:-10px;right:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx .name{display:block;width:270px;height:45px;line-height:45px;padding-right:80px;font-size:16px;color:#333;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover .bx .name{color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx .name::before{content:'';width:350px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx .name::after{content:'';width:0px;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover .bx .name::after{content:'';width:350px;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li .bx span{display:block;width:auto;height:45px;line-height:45px;font-size:16px;color:#333;position:absolute;top:0;right:25px;}



.box_07 .center .left .list li .bx p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:20px;}



.box_07 .center .left .list li .bx .more{display:block;width:24px;height:24px;background:url(../images/jia01.png) center center no-repeat #ccc;position:absolute;left:25px;bottom:-22px;border-radius:12px;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .center .left .list li:hover .bx .more{background:url(../images/jia01.png) center center no-repeat #ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center{width:830px;height:auto;float:right;overflow:hidden;position:relative;}



.box_07 .news_center .hd{width:830px;height:35px;line-height:35px;border-bottom:solid 1px #e6e6e6;overflow:hidden;}



.box_07 .news_center .hd ul{width:260px;height:35px;display:flex;justify-content: space-between;float:left;}



.box_07 .news_center .hd ul li{width:120px;height:35px;background:#fff;float:left;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li.on{background:#ea5413;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li a{display:block;width:80px;padding-left:40px;font-size:16px;color:#666;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li.on a{color:#fff;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_02.png) 10px center no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_04.png) 10px center no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_03.png) 10px center no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_05 .png) 10px center no-repeat;-webkit-transition: 0.7s;transition: 0.7s;}



.box_07 .news_center .hd .more{display:block;float:right;font-size:14px;color:#666;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .hd .more:hover{margin-right:5px;color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd{width:830px;height:440px;margin:45px auto 0 auto;}



.box_07 .news_center .bd .main{width:830px;height:440px;}



.box_07 .news_center .bd .main .top{width:830px;height:160px;overflow:hidden;}



.box_07 .news_center .bd .main .top .img{width:200px;height:160px;overflow:hidden;float:left;}



.box_07 .news_center .bd .main .top .img img{width:200px;height:160px;vertical-align:top;object-fit:cover;transition: all 1s;}



.box_07 .news_center .bd .main .top:hover .img img{transform: scale(1.1);}



.box_07 .news_center .bd .main .top .txt{width:595px;height:160px;float:right;position:relative;}



.box_07 .news_center .bd .main .top .txt .name{display:block;width:400px;height:45px;line-height:45px;padding:0 170px 0 25px;background:url(../images/dian02.png) left center no-repeat;font-size:16px;color:#333;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .top:hover .txt .name{background:url(../images/dian03.png) left center no-repeat;color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .top .txt .name::before{content:'';width:595px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .top .txt .name::after{content:'';width:0px;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .top:hover .txt .name::after{content:'';width:595px;height:1px;background:#ea5413;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .top .txt span{display:block;width:auto;height:45px;line-height:45px;font-size:16px;color:#333;position:absolute;top:0;right:0;}



.box_07 .news_center .bd .main .top .txt p{font-size:14px;color:#808080;line-height:30px;height:90px;overflow:hidden;margin-top:20px;}



.box_07 .news_center .bd .main .bottom{width:830px;height:230px;margin-top:50px; background:url(../images/news_line.png) left 90px no-repeat;overflow:hidden;}



.box_07 .news_center .bd .main .bottom li{width:380px;height:90px;float:left;overflow:hidden;margin-bottom:50px;}



.box_07 .news_center .bd .main .bottom li:nth-of-type(2n){float:right;}



.box_07 .news_center .bd .main .bottom li .date{width:70px;height:90px;float:left;text-align:center;}



.box_07 .news_center .bd .main .bottom li .date p:nth-of-type(1){font-size:30px;color:#333;line-height:26px;}



.box_07 .news_center .bd .main .bottom li .date p:nth-of-type(2){font-size:14px;color:#808080;line-height:12px;margin-top:14px;}



.box_07 .news_center .bd .main .bottom li .txt{width:290px;height:90px;float:right;}



.box_07 .news_center .bd .main .bottom li .txt .name{display:block;width:250px;padding-right:40px;font-size:16px;line-height:18px;color:#333;background:url(../images/n_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .bottom li:hover .txt .name{color:#ea5413;background:url(../images/n_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_07 .news_center .bd .main .bottom li .txt p{font-size:14px;color:#808080;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:20px;}















/* 关于我们 */

.box_08{width:100%;height:auto;padding-bottom:60px;overflow:hidden;position:relative;}



.box_08 .h_title{width:1280px;height:auto;margin:0 auto;}



.box_08 .h_title h3{font-size:36px;width:390px;line-height:36px;margin:0 auto;position:relative;color:#ea5413;font-weight:bold;}



.box_08 .h_title h3 i{font-size:36px;color:#333;position:relative;z-index:2;font-weight:bold;}



.box_08 .h_title h3 span{display:block;width:190px;line-height:36px;height:36px;font-size:30px;color:#ea5413;line-height:30px;font-weight:bold;text-transform: Uppercase;text-align:right;position:absolute;top:0;right:0;z-index:0;}



.box_08 .h_title h3 span::after{content:'';width:190px;height:6px;background:#fbddd0;position:absolute;bottom:0;left:0;z-index:-1;}



.box_08 .h_title p{font-size:22px;color:#666;line-height:22px;text-align:center;margin-top:30px;}



.box_08 .ab_center{width:1280px;height:auto;margin:35px auto 0 auto;position:relative;}



.box_08 .ab_center .hd{width:625px;height:45px;margin:0 auto;overflow:hidden;}



.box_08 .ab_center .hd ul{width:625px;height:45px;display:flex;justify-content: space-between;}



.box_08 .ab_center .hd ul li{width:145px;height:45px;float:left;line-height:45px;background:#e6e6e6;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li.on{background:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li p{width:90px;padding-left:55px;font-size:18px;color:#333;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li.on p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(1) p{background:url(../images/ab_icon_01.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(2) p{background:url(../images/ab_icon_03.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(3) p{background:url(../images/ab_icon_05.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(1).on p{background:url(../images/ab_icon_02.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(2).on p{background:url(../images/ab_icon_04.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .hd ul li:nth-of-type(3).on p{background:url(../images/ab_icon_06.png) 18px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .bd{width:1280px;height:450px;border-bottom:solid 1px #e6e6e6;margin:45px auto 0 auto;}



.box_08 .ab_center .bd .main{width:1280px;height:450px;position:relative;}



.box_08 .ab_center .bd .one .left{width:705px;height:450px;float:left;position:relative;z-index:0;}



.box_08 .ab_center .bd .one .left::before{content:'';width:688px;height:438px;border:solid 1px #e6e6e6;position:absolute;top:0;right:0;z-index:-1;}



.box_08 .ab_center .bd .one .left .img{width:690px;height:440px;position:absolute;left:0;bottom:0;}



.box_08 .ab_center .bd .one .left .img img{display:block;width:690px;height:440px; vertical-align:top;}



.box_08 .ab_center .bd .one .left .yyzz{width:121px;height:182px;padding:14px;background:url(../images/yy_bk.png);position:absolute;bottom:0;right:15px;}



.box_08 .ab_center .bd .one .left .yyzz img{display:block;width:121px;height:182px; vertical-align:top;object-fit:cover;}



.box_08 .ab_center .bd .one .right{width:510px;height:450px;float:right; background:url(../images/kf.png) right bottom no-repeat;}



.box_08 .ab_center .bd .one .right .txt{width:510px;height:auto;}



.box_08 .ab_center .bd .one .right .txt p{font-size:14px;color:#808080;line-height:40px;height:160px;overflow:hidden;}



.box_08 .ab_center .bd .one .right .txt .more{display:block;width:130px;height:35px;margin-top:25px; background:#ea5413;line-height:35px;text-align:center;border-radius:0 18px 0 18px;font-size:14px;color:#fff;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .bd .one .right .txt .more:hover{border-radius:18px;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .ab_center .bd .one .right .tel{width:510px;height:auto;margin-top:35px;}



.box_08 .ab_center .bd .one .right .tel i{display:block;width:47px;height:47px; background:url(../images/tel03.png);animation: msClock 1.2s linear infinite;}



.box_08 .ab_center .bd .one .right .tel p:nth-of-type(1){font-size:18px;color:#333;line-height:18px;margin-top:20px;}



.box_08 .ab_center .bd .one .right .tel p:nth-of-type(2){font-size:24px;color:#ea5413;line-height:20px;margin-top:20px;}



.box_08 .ab_center .bd .one .right .tel p:nth-of-type(3){font-size:24px;color:#ea5413;line-height:20px;margin-top:20px;}



.box_08 .ab_center .bd .two .left{width:400px;height:450px;float:left;position:relative;z-index:0;}



.box_08 .ab_center .bd .two .left li{width:400px;height:auto;margin-bottom:35px;font-size:18px;color:#333;line-height:40px;height:80px;overflow:hidden;}



.box_08 .ab_center .bd .two .left li span{font-weight:bold;}



.box_08 .ab_center .bd .two .right{width:820px;height:450px;float:right;position:relative;}



.box_08 .ab_center .bd .two .right li:nth-of-type(1){width:280px;height:210px;position:absolute;left:0;top:0;overflow:hidden;}



.box_08 .ab_center .bd .two .right li:nth-of-type(2){width:280px;height:210px;position:absolute;left:0;bottom:0;overflow:hidden;}



.box_08 .ab_center .bd .two .right li:nth-of-type(3){width:490px;height:450px;position:absolute;right:0;bottom:0;overflow:hidden;}



.box_08 .ab_center .bd .two .right li img{width:100%;height:100%;vertical-align:top;object-fit:cover;}







.box_08 .ab_center .bd .three p{font-size:18px;color:#333;line-height:35px;height:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}



.box_08 .ab_center .bd .three .img{width:1280px;height:380px;margin:0 auto;background:url(../images/gsjg.png) center center no-repeat;}



.box_08 .ab_center .bd .three .img img{display:block;width:855px;height:380px;margin:0 auto;vertical-align:top;}















.box_08 .picScroll-left02{width:1440px;height:300px;margin:50px auto 0 auto;position:relative;}



.box_08 .picScroll-left02 .hd{width:1440px;height:300px;overflow:hidden;position:absolute;top:0;left:0;z-index:1;}



.box_08 .picScroll-left02 .hd .prev{float:left;width:44px;height:44px;border-radius:22px;margin-top:125px;cursor:pointer;background:url(../images/ry_jt_01.png) center center no-repeat #999;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .picScroll-left02 .hd .next{float:right;width:46px;height:46px;border-radius:25px;margin-top:125px;cursor:pointer;background:url(../images/ry_jt_02.png) center center no-repeat #999;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .picScroll-left02 .hd .prev:hover{background:url(../images/ry_jt_01.png) center center no-repeat #ea5413;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .picScroll-left02 .hd .next:hover{background:url(../images/ry_jt_02.png) center center no-repeat #ea5413;-webkit-transition:all .7s;transition:all .7s;}





.box_08 .picScroll-left02 .bd{width:1280px;height:300px;position:relative;z-index:5;margin:0 auto;overflow:hidden;}



.box_08 .picScroll-left02 .bd ul{width:1280px;height:300px;overflow:hidden; zoom:1;}



.box_08 .picScroll-left02 .bd ul li{width:380px;height:290px;padding:4px;border:solid 1px #e6e6e6;overflow:hidden;margin-right:55px;position:relative;}



.box_08 .picScroll-left02 .bd ul li a{display:block;}



.box_08 .picScroll-left02 .bd ul li .img{width:380px;height:290px;overflow:hidden;}



.box_08 .picScroll-left02 .bd ul li .img img{width:380px;height:290px;vertical-align:top;transition: all 1s;object-fit:cover;}



.box_08 .picScroll-left02 .bd ul li:hover .img img{transform: scale(1.05);}



















/* 友情链接 */



.links{width:1280px;height:auto;margin:0 auto 80px auto;overflow:hidden;}



.links h4{width:120px;height:28px;line-height:28px; background:url(../images/links.png) right center no-repeat;float:left;font-size:30px;color:#ea5413;text-transform: Uppercase;font-family:Arial;}



.links .link{width:1120px;height:auto;float:right;overflow:hidden;position:relative;}



.links .link a{display:block;float:left;width:auto;padding:0 29px;box-sizing:content-box;font-size:14px;line-height:28px;color:#808080;position:relative;-webkit-transition:all .7s;transition:all .7s;}



.links .link a::after{content:'';width:1px;height:14px;background:#808080;position:absolute;top:7px;right:0;}



.links .link a:hover{color:#ea5413;-webkit-transition:all .7s;transition:all .7s;}



.links .link a:nth-of-type(1),
.links .link a:nth-of-type(9){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);

  }

}

