/*

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:70px 0;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_01 .pro_center{width:1280px;height:490px;margin:0 auto;position:relative;}

.box_01 .pro_center .h_title{width:386px;padding-top:30px;height:50px;background:url(../images/bt_pro.png) left top no-repeat;position:absolute;top:0;left:0;z-index:9;}

.box_01 .pro_center .h_title h3{line-height:32px;font-size:14px;color:#999;position:relative;}

.box_01 .pro_center .h_title h3 a{font-size:30px;font-weight:bold;line-height:32px;margin-right:5px;color:#333;}

.box_01 .pro_center .h_title::after{content:'';width:360px;height:2px;background:url(../images/h_back.png);position:absolute;bottom:0;left:-320px;}

.box_01 .pro_center .hd01{width:300px;height:490px;overflow:hidden;float:right; background:#f8f8f8;}

.box_01 .pro_center .hd01 ul{width:300px;height:390px;overflow:hidden;}

.box_01 .pro_center .hd01 ul li{width:300px;height:129px;border-bottom:solid 1px #fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li.on{background:#d42727;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li a{display:block;width:195px;padding-left:105px;height:129px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(1) a{background:url(../images/pro_icon_01.png) 47px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(2) a{background:url(../images/pro_icon_03.png) 50px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(3) a{background:url(../images/pro_icon_05.png) 47px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(1).on a{background:url(../images/pro_icon_02.png) 47px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(2).on a{background:url(../images/pro_icon_04.png) 50px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li:nth-of-type(3).on a{background:url(../images/pro_icon_06.png) 47px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li a p{font-size:16px;color:#333;line-height:16px;margin-top:43px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li.on a p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li a span{display:block;font-size:12px;color:#999;line-height:14px;margin-top:13px;font-family:Arial;text-transform:uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd01 ul li.on a span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd01{width:910px;height:360px;margin-top:120px;float:left;}

.box_01 .pro_center .bd01 .main{width:910px;height:360px;}

.box_01 .picScroll-left02{width:910px;height:360px;float:left;position:relative;}

.box_01 .picScroll-left02 .bd02{width:910px !important;height:360px;overflow:hidden;margin-top:0;}

.box_01 .picScroll-left02 .bd02 .tempWrap{width:910px !important;height:360px;overflow:hidden;margin-top:0;}

.box_01 .picScroll-left02 .bd02 ul{width:910px;height:360px;overflow:hidden; zoom:1;}

.box_01 .picScroll-left02 .bd02 ul li{overflow:hidden;width:910px;height:360px;position:relative;margin-right:10px;}

.box_01 .picScroll-left02 .bd02 ul li a{display:block;}

.box_01 .picScroll-left02 .bd02 ul li .img{width:470px;height:350px;overflow:hidden;float:left;border:solid 5px #f8f8f8;}

.box_01 .picScroll-left02 .bd02 ul li .img img{width:470px;height:350px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .picScroll-left02 .bd02 ul li:hover .img img{transform: scale(1.05);}

.box_01 .picScroll-left02 .bd02 ul li .txt{width:390px;height:360px;float:right;}

.box_01 .picScroll-left02 .bd02 ul li .txt .name{line-height:75px;font-size:18px;color:#333;font-weight:bold;margin-top:40px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .bd02 ul li:hover .txt .name{color:#d42727;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .bd02 ul li .txt .name::before{content:'';width:390px;height:2px;background:#1b1b1b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .bd02 ul li .txt .name::after{content:'';width:0px;height:2px;background:#d42727;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .bd02 ul li:hover .txt .name::after{content:'';width:390px;height:2px;background:#d42727;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .bd02 ul li .txt p{line-height:30px;font-size:14px;color:#666;height:60px;margin-top:20px;overflow:hidden;}

.box_01 .picScroll-left02 .bd02 ul li .txt .more{width:auto;padding-left:30px;font-size:18px;color:#fff;line-height:20px;margin-top:120px;position:relative;z-index:2;letter-spacing:5px;font-family:'SimSun';}

.box_01 .picScroll-left02 .bd02 ul li .txt .more::before{content:'';width:80px;height:3px;background:#d42727;position:absolute;bottom:0;left:0;z-index:-1;}

.box_01 .picScroll-left02 .hd02{width:215px;height:15px;position:absolute;right:-330px;bottom:30px;z-index:9;display:flex;justify-content: space-between;}

.box_01 .picScroll-left02 .hd02 .next{float:right;width:20px;height:15px;background:url(../images/pro_jt_01.png) center center no-repeat;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .hd02 .next:hover{background:url(../images/pro_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .hd02 ul{display:block;float:left;width:75px;height:14px;display:flex;justify-content: space-between;}

.box_01 .picScroll-left02 .hd02 ul li{width:14px;height:14px; background:url(../images/dian01.png) center center no-repeat;text-indent:-999px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .picScroll-left02 .hd02 ul li.on{background:url(../images/dian02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom{width:1280px;height:355px;margin:90px auto 0 auto;overflow:hidden;}

.box_01 .bottom li{width:400px;height:355px;margin-right:40px;overflow:hidden;float:left;position:relative;}

.box_01 .bottom li:last-child{margin-right:0;}

.box_01 .bottom li a{display:block;}

.box_01 .bottom li .img{width:380px;height:285px;overflow:hidden;border:solid 10px #fbfbfb;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li:hover .img{border:solid 10px #d42727;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li .img img{width:380px;height:285px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .bottom li:hover .img img{transform: scale(1.05);}

.box_01 .bottom li .name{padding:0 50px;width:300px;margin-top:15px;font-size:16px;color:#333;line-height:20px;text-align:center;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li:hover .name{color:#d42727;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}






/* 经典案例 */
.box_02{width:100%;height:auto;padding-bottom:70px;position:relative;overflow:hidden;}

.box_02 .top{width:1280px;height:auto;margin:0 auto;position:relative;}

.box_02 .top .h_title{width:386px;padding-top:30px;height:50px;background:url(../images/bt_case.png) left top no-repeat;position:relative;}

.box_02 .top .h_title h3{line-height:32px;font-size:14px;color:#999;position:relative;}

.box_02 .top .h_title h3 span{font-size:30px;font-weight:bold;line-height:32px;margin-right:5px;color:#333;}

.box_02 .top .h_title::after{content:'';width:360px;height:2px;background:url(../images/h_back.png);position:absolute;bottom:0;left:-320px;}

.box_02 .picScroll-left01{width:1280px;height:452px;margin:50px auto 0 auto;position:relative;}

.box_02 .picScroll-left01 .hd{width:281px;height:55px;position:absolute;right:0;top:-115px;z-index:9;}

.box_02 .picScroll-left01 .hd .prev{float:left;width:140px;height:55px;cursor:pointer;background:url(../images/case_jt_01.png) 32px 16px no-repeat #272424;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .hd .prev:hover{background:url(../images/case_jt_01.png) 32px 16px no-repeat #d42727;webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .hd .next{float:right;width:140px;height:55px;cursor:pointer;background:url(../images/case_jt_02.png) 32px 16px no-repeat #272424;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .hd .next:hover{background:url(../images/case_jt_02.png) 32px 16px no-repeat #d42727;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd{width:1280px;height:452px;position:relative;margin:0 auto;z-index:5;overflow:hidden;}

.box_02 .picScroll-left01 .bd ul{width:1280px;height:452px;overflow:hidden; zoom:1;}

.box_02 .picScroll-left01 .bd ul li{width:380px;height:430px;padding:11px 10px;background:url(../images/case_bk01.png);overflow:hidden;margin-right:40px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li:hover{background:url(../images/case_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li a{display:block;}

.box_02 .picScroll-left01 .bd ul li .img{width:380px;height:285px;overflow:hidden;}

.box_02 .picScroll-left01 .bd ul li .img img{display:block;width:380px;height:285px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_02 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}

.box_02 .picScroll-left01 .bd ul li .name{width:330px;padding-right:50px;font-size:16px;color:#333;line-height:60px;margin-top:5px;position:relative;background:url(../images/case_jt_03.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li:hover .name{color:#d42727;background:url(../images/case_jt_04.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li .name::after{content:'';width:380px;height:1px;background:#e3e3e3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .picScroll-left01 .bd ul li p{line-height:30px;font-size:14px;color:#999;height:60px;margin-top:20px;overflow:hidden;}





/* 关于我们 */
.box_03{width:100%;height:755px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:1215px;height:755px;padding-left:65px;margin:0 auto;overflow:hidden;}

.box_03 .center .left{width:755px;height:755px;float:left;position:relative;}

.box_03 .center .left .wz{font-size:14px;color:#999;line-height:35px;height:175px;overflow:hidden;position:absolute;left:0;bottom:95px;}

.box_03 .center .left .list{width:755px;height:42px;position:absolute;left:0;bottom:0;display:flex;justify-content: space-between;}

.box_03 .center .left .list::before{content:'';width:1px;height:36px;background:#dedede;position:absolute;top:3px;left:210px;}

.box_03 .center .left .list::after{content:'';width:1px;height:36px;background:#dedede;position:absolute;top:3px;right:245px;}

.box_03 .center .left .list li{width:auto;padding:0 37px 0 75px;float:left;position:relative;}

.box_03 .center .left .list li::before{content:'+';font-size:46px;color:#333;font-weight:bold;line-height:42px;position:absolute;top:0;right:0;}

.box_03 .center .left .list li .num{display:block;font-size:46px;color:#333;font-weight:bold;line-height:42px;}

.box_03 .center .left .list li i{display:block;width:56px;height:20px;position:absolute;left:0;top:0;}

.box_03 .center .left .list li p{font-size:14px;color:#999;line-height:15px;position:absolute;left:0;bottom:0;}

.box_03 .center .left .list li:nth-of-type(1) i{background:url(../images/ab_icon_01.png) right center no-repeat;}

.box_03 .center .left .list li:nth-of-type(2) i{background:url(../images/ab_icon_02.png) right center no-repeat;}

.box_03 .center .left .list li:nth-of-type(3) i{background:url(../images/ab_icon_03.png) right center no-repeat;}


.box_03 .center .right{width:325px;height:690px;float:right;padding-top:65px;padding-left:55px;background:url(../images/about.png) center top no-repeat;position:relative;}

.box_03 .center .right .line{width:40px;height:5px; background:#fff;border-radius:2px;}

.box_03 .center .right p{font-size:16px;color:#fff;line-height:16px;margin-top:30px; letter-spacing:5px;}

.box_03 .center .right span{display:block;font-size:12px;color:#999;line-height:14px;margin-top:8px;font-family:Arial;}

.box_03 .center .right a{display:block;width:70px;height:70px;border-radius:35px; background:url(../images/qq.png) center center no-repeat #d42727;margin:50px 0 0 200px;}

.box_03 .center .right .yyzz{width:309px;height:421px;background:url(../images/yy_bk.png);position:relative;margin-top:60px;}

.box_03 .center .right .yyzz img{display:block;width:230px;height:341px; vertical-align:top;position:absolute;left:33px;top:34px;object-fit:cover;}





/* 新闻资讯 */
.box_04{width:100%;height:auto;padding:70px 0;position:relative;overflow:hidden;}

.box_04 .top{width:1280px;height:80px;margin:0 auto;position:relative;}

.box_04 .top .h_title{width:386px;padding-top:30px;height:50px;background:url(../images/bt_news.png) left top no-repeat;position:relative;float:left;}

.box_04 .top .h_title h3{line-height:32px;font-size:14px;color:#999;position:relative;}

.box_04 .top .h_title h3 span{font-size:30px;font-weight:bold;line-height:32px;margin-right:5px;color:#333;}

.box_04 .top .h_title::after{content:'';width:360px;height:2px;background:url(../images/h_back.png);position:absolute;bottom:0;left:-320px;}

.box_04 .top .more{display:block;width:50px;height:50px;border-radius:25px; background:url(../images/more.png) center center no-repeat #d42727;margin:15px 0;float:right;}

.box_04 .list{width:1280px;height:375px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.box_04 .list li{width:400px;height:375px;float:left;overflow:hidden;position:relative;margin-right:40px;}

.box_04 .list li:last-child{margin-right:0;}

.box_04 .list li a{display:block;}

.box_04 .list li .img{width:400px;height:180px;overflow:hidden;}

.box_04 .list li .img img{display:block;width:400px;height:180px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_04 .list li:hover .img img{transform: scale(1.05);}

.box_04 .list li .name{margin-top:30px;font-size:16px;color:#333;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_04 .list li p{margin-top:22px;font-size:14px;color:#999;line-height:30px;height:60px;overflow:hidden;}

.box_04 .list li .line{width:30px;height:1px;margin-top:25px;background:#dedede;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:hover .line{width:400px;height:1px;margin-top:25px;background:#dedede;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li span{display:block;font-size:20px;color:#333;line-height:15px;font-family:Arial;position:absolute;left:0;bottom:0;}

.box_04 .list li .more{width:95px;font-size:15px;color:#d42727;line-height:15px;font-family:Arial;position:absolute;right:20px;bottom:0;background:url(../images/news_jt.png) right center no-repeat;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:hover .more{position:absolute;right:0;bottom:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}





/* 在线留言 */
.box_05{width:100%;height:430px; background:#fbfbfb;position:relative;overflow:hidden;}

.box_05 .center{width:1280px;height:430px;margin:0 auto;}

.box_05 .center .left{width:433px;height:430px;float:left;position:relative;}

.box_05 .center .left img{display:block;width:753px;height:430px; vertical-align:top;position:absolute;top:0;right:0;}

.box_05 .center .right{width:780px;height:430px;float:right;position:relative;}

.box_05 .center .right h3{font-size:14px;color:#999;line-height:22px;margin-top:70px;}

.box_05 .center .right h3 span{display:block;font-size:20px;color:#333;line-height:22px;float:left;font-weight:bold;margin-right:10px;}

.box_05 .center .right h4{padding-left:85px;background:url(../images/line.png) left center no-repeat;font-size:14px;color:#666;line-height:15px;margin-top:22px;}

.box_05 .center .right .form{width:780px;height:125px;position:relative;margin-top:35px;}

.box_05 .center .right .form p{width:265px;height:44px;border-bottom:solid 1px #dedede;overflow:hidden;background:rgba(255,255,255,0);}

.box_05 .center .right .form input{display:block;width:230px;height:44px;line-height:44px;color:#999;font-size:14px;padding:0 10px 0 25px;box-sizing:content-box;}

.box_05 .center .right .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_05 .center .right .form p:nth-of-type(2){position:absolute;left:285px;;top:0;}

.box_05 .center .right .form p:nth-of-type(1) input{background:url(../images/name.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .center .right .form p:nth-of-type(2) input{background:url(../images/phone.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .center .right .form p:nth-of-type(3){width:615px;height:44px;position:absolute;left:0;bottom:0;}

.box_05 .center .right .form textarea{width:580px;height:44px;line-height:44px;font-size:14px;padding:0 10px 0 25px;;box-sizing:content-box;background:url(../images/liuyan.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .center .right .form p:nth-of-type(4){width:210px;position:absolute;right:0;top:0;}

.box_05 .center .right .form p:nth-of-type(4) input{display:block;width:80px;height:44px;line-height:44px;color:#999;font-size:14px;padding:0 0 0 25px;float:left;background:url(../images/yzm.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .center .right .form p:nth-of-type(4) img{display:block;width:65px;height:34px;cursor:pointer;float:right;margin:5px 0;}

.box_05 .center .right .form .tj{width:145px;height:45px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right .form .tj .btn{display:block;width:145px;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;}

.btn_bubble_3{background-color: #d42727;background-repeat: no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .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: #d42727;

 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 #d42727;

 }

}



@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 #d42727;

 }

}


.box_05 .center .right .links{width:780px;height:auto;margin-top:50px;overflow:hidden;}

.box_05 .center .right .links .lk{width:25px;height:25px;float:left;background:url(../images/links.png) center bottom no-repeat;}

.box_05 .center .right .links .link{width:720px;overflow:hidden;position:relative;float:right;height:auto;}

.box_05 .center .right .links .link a{display:block;float:left;width:auto;margin-right:34px;font-size:14px;line-height:25px;color:#999;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right .links .link a:hover{color:#d42727;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right .links .link a:last-child{margin-right: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);
  }
}
