/*

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);}
}


.swiper-container{width: 100%;cursor: url(../images/gesture.png), default;}

.swiper-container img{cursor: url(../images/gesture.png), default;}




/* 产品中心 */
.box_01{width:100%;height:927px;padding-top:3px;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_01 .pro_center{width:1280px;height:auto;margin:0 auto;position:relative;}

.box_01 .pro_center .hd{width:510px;height:70px;margin:0 auto;}

.box_01 .pro_center .hd ul{width:510px;height:70px;display:flex;justify-content: space-between;}

.box_01 .pro_center .hd ul li{width:160px;height:70px;float:left;background:url(../images/pro_bk01.png) center bottom no-repeat;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li.on{background:url(../images/pro_bk02.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li p{width:160px;height:54px;line-height:54px;font-size:18px;color:#555;margin-top:16px;text-align:center;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li.on p{width:160px;height:70px;line-height:70px;color:#fff;margin-top:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li p::before{content:'';width:20px;height:54px;background:url(../images/pro_icon.png) center center no-repeat;position:absolute;top:0;left:15px;opacity:1;-webkit-transition:all .7s;transition:all .7s;display:none;}

.box_01 .pro_center .hd ul li.on p::before{content:'';width:20px;height:54px;background:url(../images/pro_icon.png) center center no-repeat;position:absolute;top:0;left:15px;opacity:0;-webkit-transition:all .7s;transition:all .7s;display:none;}

.box_01 .pro_center .hd ul li p::after{content:'';width:160px;height:2px;background:url(../images/pro_line.png) center center no-repeat;position:absolute;bottom:10px;left:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li.on p::after{content:'';width:160px;height:2px;background:url(../images/pro_line.png) center center no-repeat;position:absolute;bottom:20px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd{width:1280px;height:113px;margin:30px auto 0 auto;}

.box_01 .pro_center .bd .main{width:1280px;height:113px;overflow:hidden;position:relative;}

.box_01 .pro_center .bd .main li{width:242px;height:48px;border:solid 1px #e3e3e3;background:#fff;float:left;overflow:hidden;margin:0 15px 13px 0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main li:hover{border:solid 1px #009246;background:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main li:nth-of-type(5n){margin-right:0;}

.box_01 .pro_center .bd .main li a{display:block;width:170px;line-height:48px;padding:0 64px 0 18px;font-size:16px;color:#555;background:url(../images/pro_jt_01.png) 200px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main li:hover a{color:#fff;background:url(../images/pro_jt_02.png) 200px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1280px;height:600px;margin:25px auto 0 auto;}

.box_01 .pro_list li{width:285px;height:275px;padding:8px 9px 0 9px;border:solid 1px #e9e9e9;float:left;position:relative;z-index:2;margin:0 20px 30px 0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover{-moz-box-shadow:0px 0px 15px #999;-webkit-box-shadow:0px 0px 15px #999;box-shadow:0px 0px 15px #999;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:nth-of-type(4n){margin-right:0;}

.box_01 .pro_list li::after{content:'';width:303px;height:0px;background:#009246;position:absolute;top:228px;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover::after{content:'';width:303px;height:55px;background:#009246;position:absolute;top:228px;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:285px;height:215px;overflow:hidden;}

.box_01 .pro_list li .img img{width:285px;height:215px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .pro_list li .name{width:210px;padding:0 45px 0 30px;line-height:55px;margin:5px auto 0 auto;font-size:16px;color:#666;background:url(../images/pro_jt_03.png) center center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .name{color:#fff;background:url(../images/pro_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}





/* 企业优势 */
.box_02{width:100%;height:869px;padding-top:220px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .center{width:1280px;height:869px;margin:0 auto;position:relative;}

.box_02 .center .h_title{width:auto;height:auto;margin-left:25px;}

.box_02 .center .h_title h3{width:456px;height:34px;background:url(../images/bt_ys.png);}

.box_02 .center .h_title .line{width:580px;height:2px; background:#676767;margin-top:20px;}

.box_02 .center .h_title p{font-size:17px;color:#cbcbcb;line-height:17px;margin-top:18px; letter-spacing:11px;}

.box_02 .center .ys_pos01{width:555px;height:503px;background:url(../images/ys_pos01.png);position:absolute;bottom:255px;right:0;z-index:2;}

.box_02 .center .ys_pos02{width:408px;height:217px;background:url(../images/ys_pos02.png);position:absolute;bottom:200px;right:-210px;z-index:3;}

.look_center{width:1280px;height:630px;margin-top:45px;position:relative;z-index:1;}

.look_center .hd{width:590px;height:112px;position:relative;}

.look_center .hd ul{width:590px;height:112px;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:112px;height:112px;float:left;cursor:pointer;}

.look_center .hd ul li:nth-of-type(1){background:url(../images/ys_num01a.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2){background:url(../images/ys_num02a.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3){background:url(../images/ys_num03a.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4){background:url(../images/ys_num04a.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1).on{background:url(../images/ys_num01b.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2).on{background:url(../images/ys_num02b.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3).on{background:url(../images/ys_num03b.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4).on{background:url(../images/ys_num04b.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow{width:190px;height:35px;line-height:35px;display:flex;justify-content: space-between;position:absolute;right:-300px;top:550px;z-index:4;}

.look_center .hd .arrow::after{content:'';width:700px;height:1px;background:#858382;position:absolute;top:17px;left:220px;}

.look_center .hd .arrow .prev{font-size:14px;color:#e0e0e0;float:left;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .next{font-size:14px;color:#e0e0e0;float:right;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .prev:hover{font-size:14px;color:#f38100;float:left;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .next:hover{font-size:14px;color:#f38100;float:right;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:595px;height:auto;margin-top:55px;}

.look_center .bd .main{width:595px;height:auto;position:relative;}

.look_center .bd .main .img{width:595px;height:285px;overflow:hidden;}

.look_center .bd .main .img img{width:595px;height:285px; vertical-align:top;}

.look_center .bd .main h4{width:240px;height:91px;background:url(../images/ys_bk.png);line-height:91px;padding-left:24px;font-size:22px;color:#fff;position:absolute;top:55px;left:0;z-index:5;}

.look_center .bd .main .txt{width:545px;height:140px;padding:25px 25px 0 25px;overflow:hidden;background:#070707;}

.look_center .bd .main .txt p{font-size:16px;color:#a5a5a5;line-height:35px;}





/* 关于我们 */
.box_03{width:100%;height:1450px;padding-top:74px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .show .top{width:1280px;height:120px;margin:0 auto;overflow:hidden;}

.box_03 .show .top .h_title{width:auto;height:120px;float:left;}

.box_03 .show .top .h_title .bt{width:245px;height:73px;position:relative; background:url(../images/bt_show.png) left center no-repeat;}

.box_03 .show .top .h_title .bt span{display:block;font-size:16px;color:#4d4d4d;line-height:13px;position:absolute;left:70px;top:18px;text-transform: Uppercase;}

.box_03 .show .top .h_title .bt h3{font-size:34px;color:#464646;font-weight:bold;line-height:36px;position:absolute;left:70px;bottom:2px; letter-spacing:3px;}

.box_03 .show .top .h_title .bt h3::after{content:'';width:8px;height:36px;background:url(../images/h_back.png) center center no-repeat;position:absolute;bottom:2px;right:-25px;}

.box_03 .show .top .h_title .line{width:36px;height:2px; background:#916e4c;margin:15px 0 0 0;}

.box_03 .show .top .h_title p{font-size:14px;color:#8b8b8b;line-height:15px;text-align:center; letter-spacing:7px;margin-top:15px;}

.box_03 .show .hd{width:310px;height:50px;margin:35px 0;float:right;overflow:hidden;display:flex;justify-content: space-between;}

.box_03 .show .hd .nav{width:140px;height:50px;float:left;background:#f2f2f2;cursor:pointer;border-radius:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .hd .nav.active{background:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .hd .nav span{display:block;padding-left:50px;width:90px;line-height:50px;font-size:16px;color:#3e3e3e;background:url(../images/dian01.png) 23px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .hd .nav.active span{color:#fff;background:url(../images/dian02.png) 23px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list{width:95%;height:395px;margin:75px auto 0 auto;overflow:hidden;}

.box_03 .show .work-list .works-slides {width: 100%;height:395px;cursor: url(../images/cursor.png), default !important;margin-left:-2%;}

.box_03 .show .work-list .works-slides .swiper-slide{width:590px;height:395px;position: relative;overflow:hidden;transform: scale(0.85);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list .works-slides .swiper-slide .slide{width: 590px;height: 395px;position:relative;}

.box_03 .show .work-list .works-slides .swiper-slide .slide a{display:block;cursor: url(../images/cursor.png), default !important;}

.box_03 .show .work-list .works-slides .swiper-slide .slide .img{width:530px;height:345px;position:absolute;top:0;right:0;border-radius:6px;overflow:hidden;}

.box_03 .show .work-list .works-slides .swiper-slide .slide .img img{display:block;width:530px;height:345px;vertical-align:top;object-fit:cover;}

.box_03 .show .work-list .works-slides .swiper-slide-active{transform: scale(1);margin-left:50px !important;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list .works-slides .swiper-slide .slide .name01{width:300px;height:50px;line-height:50px;font-size:16px;color:#fff;position:absolute;left:100px;bottom:0;border-radius:0 0 6px 6px;text-align:center; background:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list .works-slides .swiper-slide-active .slide .name01{opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list .works-slides .swiper-slide .slide .name02{width:60px;height:275px;line-height:60px;font-size:16px;color:#fff;position:absolute;left:0;top:35px;border-radius:10px 0 0 10px;text-align:center; background:#009246;writing-mode: tb-rl;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0; letter-spacing:2px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .work-list .works-slides .swiper-slide-active .slide .name02{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .show .tel{width:230px;height:21px;margin:15px auto 0 auto;padding-left:80px;background:url(../images/tel_line.png) center center no-repeat;margin:15px auto 0 auto;font-size:20px;color:#745940;font-weight:bold;line-height:21px;position:relative;}

.box_03 .show .tel span{display:block;float:left; font-weight:normal;font-size:14px;margin-right:5px;}

.box_03 .show .tel::before{content:'';width:21px;height:21px;background:url(../images/tel01.png) center center no-repeat;position:absolute;left:50px;top:0;animation: msClock 1.2s linear infinite;}

.box_03 .about{width:1280px;height:740px;margin:75px auto 0 auto;position:relative;}

.box_03 .about .left{width:690px;height:475px; background:url(../images/ab_bk.png) left bottom no-repeat;float:left;margin-top:85px;}

.box_03 .about .left .h_title{width:auto;height:95px;position:relative;}

.box_03 .about .left .h_title::after{content:'';width:8px;height:10px;background:url(../images/h_back.png) center center no-repeat;position:absolute;bottom:0;left:50px;}

.box_03 .about .left .h_title .bt{width:280px;height:74px;position:relative; background:url(../images/bt_ab.png) left center no-repeat;}

.box_03 .about .left .h_title .bt span{display:block;font-size:16px;color:#4d4d4d;line-height:13px;position:absolute;left:90px;top:18px;text-transform: Uppercase;}

.box_03 .about .left .h_title .bt h3{font-size:34px;color:#464646;font-weight:bold;line-height:36px;position:absolute;left:90px;bottom:2px; letter-spacing:3px;}

.box_03 .about .left .h_title .line{width:36px;height:2px; background:#916e4c;margin:15px 0 0 0;}

.box_03 .about .left .txt{width:530px;height:290px;margin:20px 0 0 60px;position:relative;}

.box_03 .about .left .txt h4{font-size:24px;color:#555;text-align:right;line-height:26px;height:48px;font-weight:bold;position:relative;}

.box_03 .about .left .txt h4::after{content:'';width:35px;height:3px;background:#009246;position:absolute;bottom:0;right:0;}

.box_03 .about .left .txt p{fnot-size:15px;color:#525252;line-height:35px;height:140px;overflow:hidden;margin-top:25px;}

.box_03 .about .left .txt span{display:block;font-size:12px;color:#8c8c8c;line-height:30px; font-weight:lighter;border-bottom:solid 1px #d0d0d0;text-transform: Uppercase;position:absolute;bottom:10px;left:25px;}

.box_03 .about .left .txt a{display:block;width:150px;height:42px;padding-left:20px;font-size:14px;color:#fff;line-height:42px;text-transform: Uppercase;background:url(../images/ab_jt.png) 130px center no-repeat #009246;position:absolute;bottom:0;right:-20px;}

.box_03 .about .right{width:660px;height:660px;border:solid 40px #fff;border-radius:50%;overflow:hidden;position:absolute;top:0;left:770px;}

.box_03 .about .right img{display:block;width:660px;height:660px; vertical-align:top;}





/* 视频中心 */
.box_04{width:100%;height:auto;padding:60px 0 200px 0;overflow:hidden;}

.box_04 .center{width:1280px;height:705px;margin:0 auto;position:relative;}

.box_04 .center .pos{width:386px;height:auto;position:absolute;left:0;top:0;z-index:5;overflow:hidden;}

.box_04 .center .pos .h_title{width:auto;height:120px;}

.box_04 .center .pos .h_title .bt{width:386px;height:74px;position:relative; background:url(../images/bt_sp.png) left center no-repeat;}

.box_04 .center .pos .h_title .bt span{display:block;font-size:16px;color:#4d4d4d;line-height:13px;position:absolute;left:80px;top:18px;text-transform: Uppercase;}

.box_04 .center .pos .h_title .bt h3{font-size:34px;color:#464646;font-weight:bold;line-height:36px;position:absolute;left:80px;bottom:2px; letter-spacing:3px;}

.box_04 .center .pos .h_title .bt h3::after{content:'';width:8px;height:36px;background:url(../images/h_back.png) center center no-repeat;position:absolute;bottom:2px;right:-25px;}

.box_04 .center .pos .h_title .line{width:36px;height:2px; background:#916e4c;margin:15px 0 0 0;}

.box_04 .center .pos .h_title p{font-size:14px;color:#8b8b8b;line-height:15px;margin-top:15px;}

.box_04 .center .pos .tel{padding-left:30px; background:url(../images/tel02.png) left center no-repeat;line-height:24px;height:24px;margin-top:50px;font-size:16px;color:#333;}

.box_04 .center .pos .tel span{font-size:22px;color:#333;font-weight:bold;line-height:24px;}

.box_04 .center .pos .more{display:block;margin-top:30px;width:165px;height:42px;font-size:16px;color:#fff;line-height:42px;text-transform: Uppercase;background:#009246;text-align:center;}

.box_04 .center .list{width:1280px;height:705px;margin:0 auto;position:relative;}

.box_04 .center .list li{width:366px;height:325px;float:left;margin:0 61px 35px 0;padding:8px 9px 0 9px;position:relative;z-index:0;border:solid 1px #e3e3e3;border-radius:6px;overflow:hidden;}

.box_04 .center .list li::before{content:'';width:28px;height:60px;background:url(../images/sp_yuan01.png) center center no-repeat;position:absolute;bottom:0;right:14px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover::before{content:'';width:28px;height:60px;background:url(../images/sp_yuan01.png) center center no-repeat;position:absolute;bottom:0;right:14px;z-index:-1; opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li::after{content:'';width:66px;height:66px;background:#009246;border-radius:33px;position:absolute;bottom:10px;right:10px;z-index:-1;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover::after{content:'';width:66px;height:66px;background:#009246;border-radius:33px;position:absolute;bottom:-15px;right:-15px;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(1){margin-left:447px;}

.box_04 .center .list li:nth-of-type(3n-1){margin-right:0;}

.box_04 .center .list li a{display:block;}

.box_04 .center .list li .img{width:366px;height:265px;border-radius:6px;overflow:hidden;}

.box_04 .center .list li .img img{width:366px;height:265px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_04 .center .list li:hover .img img{transform: scale(1.05);}

.box_04 .center .list li .txt{width:366px;height:60px;overflow:hidden;}

.box_04 .center .list li .txt .name{width:230px;line-height:60px;font-size:16px;color:#666;float:left;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_04 .center .list li .txt p{width:90px;line-height:60px;font-size:12px;color:#c1c1c1;float:right;text-transform: Uppercase;}






/* 产品 */
.box_05{width:100%;height:810px;padding-top:60px;background:url(../images/cp_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .h_title{width:520px;height:auto;margin:0 auto;}

.box_05 .h_title .bt{width:305px;height:73px;position:relative; background:url(../images/bt_pro.png) left center no-repeat;margin:0 auto;}

.box_05 .h_title .bt span{display:block;font-size:16px;color:#fff;line-height:13px;position:absolute;left:70px;top:18px;text-transform: Uppercase;}

.box_05 .h_title .bt h3{font-size:34px;color:#fff;font-weight:bold;line-height:36px;position:absolute;left:70px;bottom:2px; letter-spacing:3px;}

.box_05 .h_title .bt h3::after{content:'';width:8px;height:36px;background:url(../images/h_back.png) center center no-repeat;position:absolute;bottom:2px;right:-25px;}

.box_05 .h_title .line{width:36px;height:2px; background:#916e4c;margin:17px 0 0 108px;}

.box_05 .h_title p{font-size:14px;color:#8b8b8b;line-height:15px;text-align:center;margin-top:17px;}

.box_05 .cp_center{width:1280px;height:500px;margin:119px auto 0 auto;overflow:hidden;position:relative;z-index:1;}

.box_05 .cp_center .bd{width:1020px;height:500px;float:left;}

.box_05 .cp_center .bd .main{width:1020px;height:500px;overflow:hidden;position:relative;}

.box_05 .cp_center .bd .main .bx{width:975px;height:500px;overflow:hidden;}

.box_05 .cp_center .bd .main .bx a{display:block;}

.box_05 .cp_center .bd .main .bx .img{width:415px;height:500px;float:left;overflow:hidden;}

.box_05 .cp_center .bd .main .bx .img img{width:415px;height:500px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .cp_center .bd .main .bx:hover .img img{transform: scale(1.05);}

.box_05 .cp_center .bd .main .bx .txt{width:520px;height:500px;float:right;overflow:hidden;}

.box_05 .cp_center .bd .main .bx .txt .name{margin-top:25px;height:70px;line-height:68px;font-size:30px;color:#424242;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .bx:hover .txt .name{color:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .bx .txt .name::before{content:'';width:520px;height:2px;background:#eaeaea;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .bx .txt .name::after{content:'';width:75px;height:2px;background:#f38100;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .bx:hover .txt .name::after{content:'';width:520px;height:2px;background:#f38100;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .bx .txt p{font-size:16px;color:#828282;line-height:35px;height:105px;overflow:hidden;margin-top:25px;}

.box_05 .cp_center .bd .main .list{width:570px;height:245px;position:absolute;bottom:0;right:0;z-index:2;overflow:hidden;}

.box_05 .cp_center .bd .main .list li{width:180px;height:245px;float:left;overflow:hidden;position:relative;margin-right:15px;}

.box_05 .cp_center .bd .main .list li:last-child{margin-right:0;}

.box_05 .cp_center .bd .main .list li::before{content:'';width:10px;height:10px;background:#eaeaea;border-radius:5px;position:absolute;bottom:0;left:85px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .list li:hover::before{content:'';width:10px;height:10px;background:#009246;border-radius:5px;position:absolute;bottom:0;left:85px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .bd .main .list li a{display:block;}

.box_05 .cp_center .bd .main .list li .img{width:170px;height:170px;padding:4px;border:solid 1px #d7d7d7;overflow:hidden;}

.box_05 .cp_center .bd .main .list li .img .pic{width:170px;height:170px;overflow:hidden;}

.box_05 .cp_center .bd .main .list li .img .pic img{width:170px;height:170px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .cp_center .bd .main .list li:hover .img .pic img{transform: scale(1.05);}

.box_05 .cp_center .bd .main .list li .name{width:180px;height:45px;line-height:45px;font-size:16px;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_05 .cp_center .hd{width:210px;height:500px;position:relative;float:right;}

.box_05 .cp_center .hd ul{width:210px;height:auto;margin-top:15px;}

.box_05 .cp_center .hd ul li{width:190px;height:72px;padding-left:20px;overflow:hidden;margin-bottom:17px;background:#eaeaea;border-radius:36px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd ul li.on{background:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd ul li .icon{width:46px;height:46px;border:solid 3px #eaeaea;border-radius:50%;margin:10px 15px 10px 0;float:left;background:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd ul li.on .icon{border:solid 3px #fff;background:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd ul li .icon i{display:block;width:46px;height:46px;}

.box_05 .cp_center .hd ul li:nth-of-type(1) .icon i{background:url(../images/cp_icon_01.png) center center no-repeat;}

.box_05 .cp_center .hd ul li:nth-of-type(2) .icon i{background:url(../images/cp_icon_02.png) center center no-repeat;}

.box_05 .cp_center .hd ul li:nth-of-type(3) .icon i{background:url(../images/cp_icon_03.png) center center no-repeat;}

.box_05 .cp_center .hd ul li p{font-size:24px;color:#555;line-height:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd ul li.on p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more{display:block;width:190px;height:72px;padding-left:20px;overflow:hidden;margin-bottom:17px;background:#eaeaea;border-radius:36px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more:hover{background:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more .icon{width:46px;height:46px;border:solid 3px #eaeaea;border-radius:50%;margin:10px 15px 10px 0;float:left;background:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more:hover .icon{border:solid 3px #fff;background:#f38100;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more .icon i{display:block;width:46px;height:46px;background:url(../images/cp_icon_04.png) center center no-repeat;}

.box_05 .cp_center .hd .more p{font-size:24px;color:#555;line-height:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .more:hover p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .arrow{width:170px;height:40px;line-height:40px;display:flex;justify-content: space-between;position:absolute;left:10px;bottom:5px;z-index:4;text-align:center;}

.box_05 .cp_center .hd .arrow .prev{width:105px;height:40px;float:left;background:#eaeaea;font-size:14px;color:#666;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .arrow .next{width:65px;height:40px;float:left;background:#444;font-size:14px;color:#fff;text-transform: Uppercase;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .arrow .prev:hover{color:#fff;background:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .cp_center .hd .arrow .next:hover{background:#009246;-webkit-transition:all .7s;transition:all .7s;}






/* 合作伙伴 */
.box_06{width:100%;height:760px;padding-top:60px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .h_title{width:520px;height:auto;margin:0 auto;}

.box_06 .h_title .bt{width:245px;height:77px;position:relative; background:url(../images/bt_hb.png) left center no-repeat;margin:0 auto;}

.box_06 .h_title .bt span{display:block;font-size:16px;color:#4d4d4d;line-height:13px;position:absolute;left:70px;top:18px;text-transform: Uppercase;}

.box_06 .h_title .bt h3{font-size:34px;color:#464646;font-weight:bold;line-height:36px;position:absolute;left:70px;bottom:2px; letter-spacing:3px;}

.box_06 .h_title .bt h3::after{content:'';width:8px;height:36px;background:url(../images/h_back.png) center center no-repeat;position:absolute;bottom:2px;right:-25px;}

.box_06 .h_title .line{width:36px;height:2px; background:#916e4c;margin:17px 0 0 138px;}

.box_06 .h_title p{font-size:14px;color:#8b8b8b;line-height:15px;text-align:center; letter-spacing:7px;margin-top:17px;}

.box_06 .center{width:1280px;height:530px;margin:53px auto 0 auto;position:relative;}

.box_06 .center .pos01{width:270px;height:190px; background:url(../images/hb_img.png);position:absolute;left:-140px;top:-110px;}

.box_06 .center .pos02{width:231px;height:216px; background:url(../images/hb_img02.png);position:absolute;right:-60px;bottom:-12px;}

.box_06 .center .left{width:735px;height:530px;float:left;overflow:hidden;position:relative;}

.box_06 .center .left .list{with:711px;height:525px;margin:5px 0 0 24px;overflow:hidden;position:relative;}

.box_06 .center .left .list li{width:197px;height:135px;float:left;overflow:hidden;padding:20px;}

.box_06 .center .left .list li .img{display:block;width:197px;height:135px;overflow:hidden;}

.box_06 .center .left .list li .img img{width:197px;height:135px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .center .left .list li:hover .img img{transform: scale(1.05);}

.box_06 .center .left .list li:last-child{position:absolute;bottom:0;right:0;}

.box_06 .center .left .ad_gg{width:483px;padding-left:25px;height:177px;position:absolute;left:0;bottom:0;}

.box_06 .center .left .ad_gg h4{width:314px;height:39px; background:url(../images/ad_wz.png);margin-top:30px;}

.box_06 .center .left .ad_gg p{font-size:px;color:#fff;line-height:30px;margin-top:10px;}

.box_06 .center .right{width:485px;height:530px;float:right;overflow:hidden;position:relative;}

.box_06 .center .right h4{width:155px;height:21px; background:url(../images/message.png);margin-top:65px;}

.box_06 .center .right .form{width:435px;height:280px;margin-top:30px;position:relative;}

.box_06 .center .right .form p{width:207px;height:45px;background:#f5f5f5;}

.box_06 .center .right .form input{display:block;width:160px;height:45px;line-height:45px;color:#828282;font-size:14px;padding:0 7px 0 40px;box-sizing:content-box;}

.box_06 .center .right .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_06 .center .right .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_06 .center .right .form p:nth-of-type(1) input{background:url(../images/name.png) 13px center no-repeat;}

.box_06 .center .right .form p:nth-of-type(2) input{background:url(../images/phone.png) 13px center no-repeat;}

.box_06 .center .right .form p:nth-of-type(3){width:435px;height:80px;position:absolute;left:0;top:68px;}

.box_06 .center .right .form textarea{width:380px;height:70px;line-height:20px;font-size:14px;padding:10px 16px 0 40px;box-sizing:content-box;background:url(../images/liuyan.png) 13px 10px no-repeat;}

.box_06 .center .right .form p:nth-of-type(4){width:207px;position:absolute;left:0;bottom:68px;}

.box_06 .center .right .form p:nth-of-type(4) input{display:block;width:120px;height:45px;line-height:45px;color:#828282;font-size:14px;float:left;padding:0 7px 0 40px;background:url(../images/yzm.png) 13px center no-repeat;}

.box_06 .center .right .form p:nth-of-type(4) img{display:block;width:90px;height:45px;cursor:pointer;position:absolute;top:0;right:-100px;}

.box_06 .center .right .form .tj{width:207px;height:45px;border:none;overflow:hidden;position:absolute;z-index:0;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .right .form .tj .btn{display:block;width:207px;height:45px;line-height:45px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .right .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background:#009246;background-repeat: no-repeat;}

.box_06 .center .right .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #009246;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #009246;
 }
}

@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #009246;
 }
}




/* 新闻资讯 */







.box_07{width:100%;height:772px;padding-top:77px;background:url(../images/news_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_07 .news_center{width:1280px;height:772px;margin:0 auto;position:relative;overflow:hidden;}

.box_07 .news_center .hd{width:280px;height:772px;float:left;overflow:hidden;}





.box_07 .news_center .hd .h_title{width:280px;height:auto;margin-top:90px;}

.box_07 .news_center .hd .h_title .bt{width:280px;height:74px;position:relative; background:url(../images/bt_news.png) left center no-repeat;}

.box_07 .news_center .hd .h_title .bt span{display:block;font-size:16px;color:#fff;line-height:13px;position:absolute;left:80px;top:18px;text-transform: Uppercase;}

.box_07 .news_center .hd .h_title .bt h3{font-size:34px;color:#fff;font-weight:bold;line-height:36px;position:absolute;left:80px;bottom:2px; letter-spacing:3px;}

.box_07 .news_center .hd .h_title .line{width:36px;height:2px; background:#f9bd7a;margin:15px 0 0 20px;}







.box_07 .news_center .hd ul{width:280px;height:auto;margin-top:70px;}

.box_07 .news_center .hd ul li{width:280px;height:46px;overflow:hidden;margin-bottom:35px;}

.box_07 .news_center .hd ul li:last-child{margin-bottom:0;}


.box_07 .news_center .hd ul li a{display:block;width:190px;padding-left:90px;height:46px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a::before{content:'';width:43px;height:46px;background:url(../images/n_icon_01.png) center center no-repeat;position:absolute;top:0;left:35px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a::before{content:'';width:43px;height:46px;background:url(../images/n_icon_01.png) center center no-repeat;position:absolute;top:0;left:25px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a::after{content:'';width:47px;height:46px;background:url(../images/n_icon_02.png) center center no-repeat;position:absolute;top:0;left:20px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a::after{content:'';width:47px;height:46px;background:url(../images/n_icon_02.png) center center no-repeat;position:absolute;top:0;left:30px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a p{font-size:18px;color:#fff;line-height:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a p{font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a span{display:block;font-size:12px;color:rgba(255,255,255,0.6);line-height:10px;text-transform: Uppercase;font-family:Arial;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a span{color:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd .tel{width:2280px;height:61px;border-bottom:solid 2px #fff;margin-top:65px;}

.box_07 .news_center .hd .tel p{width:232px;height:53px;line-height:53px;color:#fff;overflow:hidden;padding-left:45px;font-size:20px;font-weight:bold;background:url(../images/pbk.png);position:relative;}

.box_07 .news_center .hd .tel p::before{content:'';width:21px;height:21px;background:url(../images/tel03.png) center center no-repeat;position:absolute;left:16px;top:16px;animation: msClock 1.2s linear infinite;}

.box_07 .news_center .hd .tel p span{display:block;font-size:14px; font-weight:normal;float:left;margin-right:8px;}






.box_07 .news_center .bd{width:947px;height:715px;float:right;overflow:hidden;}

.box_07 .news_center .bd .main{width:947px;height:715px;overflow:hidden;position:relative;}

.box_07 .news_center .bd .main .bx01{width:294px;height:405px;padding:0 13px;overflow:hidden;background:url(../images/n_bk01.png);position:absolute;left:0;top:0;}

.box_07 .news_center .bd .main .bx01 .date{font-size:12px;color:#979797;line-height:20px;height:20px;overflow:hidden;margin-top:48px;}

.box_07 .news_center .bd .main .bx01 .date span{font-size:24px;color:#555;font-weight:bold;margin-right:10px;}

.box_07 .news_center .bd .main .bx01 .line{width:30px;height:2px;margin-top:18px; background:#d00d0e;}

.box_07 .news_center .bd .main .bx01 .name{display:block;font-size:16px;color:#555;line-height:30px;height:60px;overflow:hidden;margin-top:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx01:hover .name{color:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx01 .img{display:block;width:294px;height:195px;overflow:hidden;margin-top:30px;}

.box_07 .news_center .bd .main .bx01 .img img{width:294px;height:195px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_07 .news_center .bd .main .bx01:hover .img img{transform: scale(1.05);}




.box_07 .news_center .bd .main .bx02{width:570px;height:405px;padding:0 22px 0 16px;overflow:hidden;background:url(../images/n_bk02.png);position:absolute;right:0;top:0;}

.box_07 .news_center .bd .main .bx02 li{width:570px;height:175px;padding-top:27px;border-bottom:solid 1px #e3e3e3;overflow:hidden;}

.box_07 .news_center .bd .main .bx02 li a{display:block;}

.box_07 .news_center .bd .main .bx02 li .img{width:222px;height:150px;overflow:hidden;float:left;}

.box_07 .news_center .bd .main .bx02 li .img img{width:222px;height:150px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_07 .news_center .bd .main .bx02 li:hover .img img{transform: scale(1.05);}

.box_07 .news_center .bd .main .bx02 li .txt{width:325px;height:150px;overflow:hidden;float:right;}

.box_07 .news_center .bd .main .bx02 li .txt .date{font-size:12px;color:#979797;line-height:20px;height:20px;overflow:hidden;margin-top:28px;}

.box_07 .news_center .bd .main .bx02 li .txt .date span{font-size:24px;color:#555;font-weight:bold;margin-right:10px;}

.box_07 .news_center .bd .main .bx02 li .txt .line{width:30px;height:2px;margin-top:18px; background:#d00d0e;}

.box_07 .news_center .bd .main .bx02 li .txt .name{font-size:16px;color:#555;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx02 li:hover .txt .name{color:#009246;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx02 li .txt p{font-size:14px;color:#999;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:17px;}

.box_07 .news_center .bd .main .bx03{width:947px;height:285px;overflow:hidden;background:url(../images/n_bk03.png);position:absolute;left:0;bottom:0;}

.box_07 .news_center .bd .main .bx03 li{width:279px;height:285px;float:left;position:relative;padding:0 18px;overflow:hidden;}

.box_07 .news_center .bd .main .bx03 li:last-child{width:279px;}

.box_07 .news_center .bd .main .bx03 li::after{content:'';width:1px;height:220px;background:#e3e3e3;position:absolute;top:40px;right:0;}

.box_07 .news_center .bd .main .bx03 li a{display:block;}

.box_07 .news_center .bd .main .bx03 li .img{width:279px;height:180px;margin-top:18px;overflow:hidden;}

.box_07 .news_center .bd .main .bx03 li .img img{width:279px;height:180px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_07 .news_center .bd .main .bx03 li:hover .img img{transform: scale(1.05);}

.box_07 .news_center .bd .main .bx03 li .name{width:250px;height:65px;padding-left:19px;font-size:16px;color:#555;line-height:65px;position:relative;background:url(../images/dian03.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx03 li:hover .name{background:url(../images/dian04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx03 li .name::before{content:'';width:279px;height:1px;background:#e3e3e3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx03 li .name::after{content:'';width:0px;height:1px;background:#d00d0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bx03 li:hover .name::after{content:'';width:279px;height:1px;background:#d00d0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}














/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.3s; }
.animated_2 { animation-delay:0.6s; }
.animated_3 { animation-delay:0.9s; }
.animated_4 { animation-delay:1.2s; }
.animated_5 { animation-delay:1.7s; }
.animated_6 { animation-delay:1.8s; }
.animated_7 { animation-delay:2.1s; }
.animated_8 { animation-delay:2.4s; }
.animated_9 { animation-delay:2.7s; }
.animated_10 { animation-delay:3s; }
.animated_11 { animation-delay:3.3s; }
.animated_12 { animation-delay:3.6s; }

/* animated end */




@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
