/*

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; background:#fafafa;overflow:hidden;}

.box_01 .top{width:1300px;height:159px;border-bottom:solid 1px #cbd3d3;margin:0 auto;}

.box_01 .top .h_title{width:300px;height:159px;float:left;position:relative;}

.box_01 .top .h_title::after{content:'';width:390px;height:4px;background:#ffc7a5;position:absolute;top:18px;right:220px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .h_title p{font-size:48px;color:#ffd0ad;font-weight:bold;line-height:40px;text-transform: Uppercase; letter-spacing:3px;}

.box_01 .top .h_title h3{font-size:24px;color:#27504b;font-weight:bold;line-height:26px;margin-top:20px;}

.box_01 .top .h_title h3 a{display:block;color:#27504b;}

.box_01 .top .topxunpan {width:230px;height:45px;float:right;background:#27504b;float:right;border-radius:25px;}

.box_01 .top .thisxp{width:230px;height:45px;}

.box_01 .top .topxunpan .xp {position: relative;line-height:45px;color: #f8f5f0;font-size:14px;cursor: pointer;}

.box_01 .top .topxunpan .xp img {margin:15px 10px 0 20px; vertical-align:top !important;}

.box_01 .top .topxunpan .xp i {display:inline-block;margin:0 3px;text-align:center;color:#ffd2af;font-size:16px;}

.box_01 .top .topxunpan .xp #xunpantip {z-index: 999;position: absolute;top: 35px;left: 50%;width: 180px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 14px;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform 1s, opacity 1s;-moz-transition: transform 1s, opacity 1s;-o-transition: transform 1s, opacity 1s;-ms-transition: transform 1s, opacity 1s;transition: transform 1s, opacity 1s;background-color: #27504b;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.box_01 .top .topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #27504b;}

.box_01 .top .topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.box_01 .top .topxunpan i {font-weight: normal;font-style: normal;}

.pro_center{width:1300px;height:747px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.pro_center .hd{width:1300px;height:42px;overflow:hidden;}

.pro_center .hd ul{width:auto;height:42px;float:left;}

.pro_center .hd ul li{width:112px;height:40px;border:solid 1px #999; background:#fafafa;float:left;position:relative;z-index:0;margin-right:17.5px;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd ul li::before{content:'';width:112px;height:0px;background:#27504b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd ul li.on::before{content:'';width:112px;height:40px;background:#27504b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd ul li a{display:block;padding-left:42px;width:70px;height:40px;line-height:40px;background:url(../images/dian01.png) 15px center no-repeat;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.pro_center .hd ul li.on a{background:url(../images/dian02.png) 15px center no-repeat;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd .more{width:112px;height:40px;border:solid 1px #999; background:#fafafa;float:left;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd .more::before{content:'';width:112px;height:0px;background:#27504b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd .more:hover::before{content:'';width:112px;height:40px;background:#27504b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .hd .more a{display:block;padding-left:42px;width:70px;height:40px;line-height:40px;background:url(../images/dian01.png) 15px center no-repeat;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.pro_center .hd .more:hover a{background:url(../images/dian02.png) 15px center no-repeat;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd{width:1300px;height:650px;margin-top:55px;}

.pro_center .bd .main{width:940px;height:650px;overflow:hidden;}

.pro_center .bd .main li{width:460px;height:315px;float:left;position:relative;overflow:hidden;margin-bottom:20px;}

.pro_center .bd .main li:nth-of-type(2n){float:right;}

.pro_center .bd .main li .img{width:460px;height:315px;overflow:hidden;}

.pro_center .bd .main li .img img{width:460px;height:315px;vertical-align:top;transition: all 1s;object-fit:cover;}

.pro_center .bd .main li:hover .img img{transform: scale(1.05);}

.pro_center .bd .main li .txt{width:460px;height:315px; background:rgba(0,0,0,0);position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd .main li:hover .txt{background:rgba(0,0,0,0.7);-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd .main li .txt a{display:block;}

.pro_center .bd .main li .txt .name{width:300px;height:20px;font-size:16px;line-height:20px;margin:150px auto 0 auto;text-align:center;color:rgba(255,255,255,0);-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd .main li:hover .txt .name{margin:120px auto 0 auto;color:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd .main li .txt .more{width:108px;height:38px;height:38px;border:solid 1px rgba(255,255,255,0);font-size:14px;border-radius:5px;line-height:38px;margin:30px auto 0 auto;text-align:center;color:rgba(255,255,255,0);text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .bd .main li:hover .txt .more{border:solid 1px rgba(255,255,255,1);color:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}

.pro_center .pos{width:345px;height:650px;position:absolute;bottom:0;right:0;z-index:9;overflow:hidden;}

.pro_center .pos a{display:block;width:345px;height:210px;text-align:center;margin-bottom:15px;background:#27504b;float:left;position:relative;z-index:0;}

.pro_center .pos a:last-child{margin-bottom:0;}

.pro_center .pos a span{display:block;width:345px;font-size:72px;color:rgba(255,204,169,0.1);line-height:58px;position:absolute;top:50px;left:0;z-index:-1;}

.pro_center .pos a h4{width:345px;font-size:30px;color:rgba(255,204,169,1);line-height:30px;margin-top:90px;}

.pro_center .pos a p{display:block;width:66px;height:24px; background:url(../images/mbk01.png);margin:20px auto 0 auto;font-size:12px;color:#ffd2af;line-height:24px;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.pro_center .pos a:hover p{background:url(../images/mbk02.png);color:#333;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_02{width:100%;height:auto;padding-bottom:110px; background:#fafafa;overflow:hidden;}

.box_02 .center{width:1300px;height:915px;margin:0 auto;overflow:hidden;position:relative;z-index:0;}

.box_02 .center:after{content:'our';font-size:320px;font-weight:bold;line-height:250px;text-transform: Uppercase;color:#f0f0f0;position:absolute;top:375px;right:0;z-index:-2;}

.box_02 .center .yyzz{width:474px;height:338px;padding:35px;background:url(../images/yy_bk.png);overflow:hidden;position:absolute;right:225px;top:90px;}

.box_02 .center .yyzz img{display:block;width:474px;height:338px;vertical-align:top;object-fit:cover;}

.box_02 .center .top{width:1300px;height:315px;overflow:hidden;}

.box_02 .center .top .h_title{width:380px;height:315px;float:left;position:relative;background:url(../images/abo.png) left top no-repeat;}

.box_02 .center .top .h_title p{font-size:30px;color:#27504b;font-weight:bold;line-height:26px;text-transform: Uppercase;position:absolute;right:0;top:138px;}

.box_02 .center .top .h_title h3{font-size:36px;color:#27504b;font-weight:bold;line-height:38px;position:absolute;right:20px;top:190px;}

.box_02 .center .top .h_title .i2 {position:absolute;left:110px;bottom:80px;width:40px;height:40px; background: url(../images/ab_jt.png) no-repeat scroll center center;display: block; animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running; }

@keyframes mouse {
    from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); }
}

@-webkit-keyframes mouse {
    from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); }
}

.box_02 .center .top .right{width:380px;float:right;width:422px;height:170px;float:right;margin-top:145px;background:url(../images/ab_bk.png) left bottom no-repeat;}

.box_02 .center .top .right p{width:94px;height:60px;padding:17px 0;background:#27504b;font-size:18px;color:#ffcca9;text-transform: Uppercase;line-height:30px;text-align:center;float:right;}

.box_02 .center .bottom{width:1300px;height:600px;overflow:hidden;}

.box_02 .center .bottom .left{width:700px;height:600px;float:left;overflow:hidden;}

.box_02 .center .bottom .left img{display:block;width:700px;height:600px; vertical-align:top;}

.box_02 .center .bottom .right{width:560px;height:600px;float:right;overflow:hidden;}

.box_02 .center .bottom .right .bx{width:320px;height:40px;margin:240px 0 0 240px;position:relative;overflow:hidden;display:flex;justify-content: space-between;}

.box_02 .center .bottom .right .bx::before{content:'';width:320px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;}

.box_02 .center .bottom .right .bx a{display:block;font-size:16px;color:#333;line-height:16px;float:left;padding-left:15px;position:relative;background:url(../images/dian03.png) left 4px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .bottom .right .bx a:hover{color:#27504b;background:url(../images/dian04.png) left 4px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .bottom .right .bx a::after{content:'';width:0;height:1px;background:#27504b;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .bottom .right .bx a:hover::after{content:'';width:100%;height:1px;background:#27504b;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .bottom .right .txt{width:560px;height:auto;margin-top:75px;overflow:hidden;}

.box_02 .center .bottom .right .txt h4{font-size:16px;color:#333;line-height:16px;}

.box_02 .center .bottom .right .txt p{font-size:14px;color:#333;line-height:30px;height:120px;overflow:hidden;margin-top:32px;}

.box_02 .center .bottom .right .txt .more{display:block;width:88px;height:28px;border:solid 1px #999;margin-top:45px;background:#fafafa;border-radius:15px;font-size:12px;color:#666;text-transform: Uppercase;text-align:center;line-height:28px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .bottom .right .txt .more:hover{border:solid 1px #27504b;background:#27504b;color:#fff;-webkit-transition:all .7s;transition:all .7s;}





/* 企业优势 */
.box_03{width:100%;height:664px; background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.look_center{width:1300px;height:664px;margin:0 auto;position:relative;}

.look_center .h_title{width:655px;height:auto;position:absolute;top:105px;right:0;z-index:9;}

.look_center .h_title::after{content:'';width:290px;height:4px;background:#ffc7a5;position:absolute;top:18px;left:-215px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .h_title p{font-size:48px;color:#ffd0ad;font-weight:bold;line-height:40px;text-transform: Uppercase; letter-spacing:3px;}

.look_center .h_title h3{font-size:24px;color:#27504b;font-weight:bold;line-height:26px;margin-top:20px;}

.look_center .bd{width:1300px;height:664px;margin:0 auto;}

.look_center .bd .main{width:1300px;height:664px;position:relative;}

.look_center .bd .main .img{width:571px;height:664px;float:left;position:relative;}

.look_center .bd .main .img img{display:block;width:881px;height:664px;vertical-align:top;position:absolute;right:0;top:0;}

.look_center .bd .main .txt{width:655px;height:auto;float:right;margin-top:260px;}

.look_center .bd .main .txt h4{line-height:18px;font-size:18px;color:#333;margin-bottom:25px;}

.look_center .bd .main .txt p{font-size:14px;color:#666;line-height:15px;margin-bottom:50px;}

.look_center .hd{width:90px;height:80px;position:absolute;right:0;bottom:0;z-index:9;}

.look_center .hd ul{width:90px;height:80px;overflow:hidden;}

.look_center .hd ul li{width:88px;height:28px;border:solid 1px #999;background:#fafafa;border-radius:15px;margin-top:10px;font-size:12px;color:#666;line-height:28px;text-align:center;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on{color:#fff;border:solid 1px #27504b;background:#27504b;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow{width:120px;height:60px;overflow:hidden;cursor:pointer;position:absolute;left:-700px;bottom:0;}

.look_center .hd .arrow .prev{float:left;width:60px;height:60px;background:url(../images/ys_jt_01.png) center center no-repeat #999;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .next{float:right;width:60px;height:60px;background:url(../images/ys_jt_02.png) center center no-repeat #27504b;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .prev:hover{border-radius:30px 0 0 30px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .next:hover{border-radius:0 30px 30px 0;-webkit-transition:all .7s;transition:all .7s;}




/* 成功案例 */
.box_04{width:100%;height:734px;padding-top:110px;background:url(../images/case_back.jpg) center top no-repeat no-repeat;overflow:hidden;position:relative;z-index:0;}

.box_04 .case_pos{width:988px;height:502px;background:url(../images/house.png);position:absolute;top:55px;right:-150px;z-index:-1;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.box_04 .top{width:1300px;height:251px;margin:0 auto;}

.box_04 .top .h_title{width:380px;height:315px;float:left;position:relative;background:url(../images/case.png) left top no-repeat;}

.box_04 .top .h_title h3{font-size:36px;color:#27504b;font-weight:bold;line-height:38px;position:absolute;right:20px;top:190px;}

.box_04 .top .h_title .i2 {position:absolute;left:110px;bottom:75px;width:40px;height:40px; background: url(../images/ab_jt.png) no-repeat scroll center center;display: block; animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running; }

.box_04 .picScroll-left01{width:1300px;height:285px;margin:75px auto 0 auto;overflow:hidden;position:relative;}

.box_04 .picScroll-left01 .bd{width:1300px;height:285px;margin:0 auto;position:relative;z-index:5;overflow:hidden;}

.box_04 .picScroll-left01 .bd ul{width:1300px;height:285px;overflow:hidden; zoom:1;}

.box_04 .picScroll-left01 .bd ul li{width:304px;height:285px;overflow:hidden;float:left;margin-right:28px;}

.box_04 .picScroll-left01 .bd ul li a{display:block;}

.box_04 .picScroll-left01 .bd ul li .img{width:304px;height:230px;overflow:hidden;}

.box_04 .picScroll-left01 .bd ul li .img img{width:304px;height:230px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_04 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.1);}

.box_04 .picScroll-left01 .bd ul li .txt{width:304px;height:55px;line-height:55px;position:relative;overflow:hidden;}

.box_04 .picScroll-left01 .bd ul li .txt::before{content:'';width:304px;height:1px;background:#ccc;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li .txt::after{content:'';width:0;height:1px;background:#27504b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li:hover .txt::after{content:'';width:304px;height:1px;background:#27504b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li .txt .name{width:230px;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li:hover .txt .name{color:#27504b;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li .txt .more{font-size:12px;color:#333;text-align:right;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .picScroll-left01 .bd ul li:hover .txt .more{color:#27504b;-webkit-transition:all .7s;transition:all .7s;}





/* 新闻中心 */
.box_05{width:100%;height:576px;padding-bottom:90px;background:url(../images/news_back.jpg) center top no-repeat #fafafa;overflow:hidden;}

.box_05 .news_center{width:1020px;height:576px;margin:0 auto;position:relative;}

.box_05 .news_center .hd{width:1020px;height:86px;}

.box_05 .news_center .hd .h_title{width:210px;height:auto;position:relative;float:left;}

.box_05 .news_center .hd .h_title::after{content:'';width:290px;height:4px;background:#ffc7a5;position:absolute;top:18px;right:140px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd .h_title p{font-size:48px;color:#ffd0ad;font-weight:bold;line-height:40px;text-transform: Uppercase; letter-spacing:3px;}

.box_05 .news_center .hd .h_title h3{font-size:24px;color:#27504b;font-weight:bold;line-height:26px;margin-top:20px;}

.box_05 .news_center .hd .h_title h3 a{display:block;color:#27504b;}

.box_05 .news_center .hd ul{width:620px;height:40px;float:right;margin:23px 0;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:auto;height:40px;float:left;overflow:hidden;}

.box_05 .news_center .hd ul li a{display:block;width:auto;padding-left:30px;height:40px;background:url(../images/nbk01.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on a{background:url(../images/nbk02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a p{font-size:16px;color:#666;line-height:16px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on a p{color:#27504b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a span{display:block;font-size:12px;color:#666;line-height:10px;text-transform: Uppercase;margin-top:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on a span{color:#27504b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd{width:1020px;height:415px;margin:75px auto 0 auto;}

.box_05 .news_center .bd .main{width:1020px;height:415px;overflow:hidden;}

.box_05 .news_center .bd .main li{width:485px;height:125px;float:left;overflow:hidden;margin-bottom:20px;}

.box_05 .news_center .bd .main li a{display:block;}

.box_05 .news_center .bd .main li:nth-of-type(2n){float:right;}

.box_05 .news_center .bd .main li .left{width:175px;height:125px;float:left;overflow:hidden;}

.box_05 .news_center .bd .main li .left img{width:175px;height:125px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .news_center .bd .main li:hover .left img{transform: scale(1.05);}

.box_05 .news_center .bd .main li .txt{width:290px;height:125px;float:right;overflow:hidden;position:relative;}

.box_05 .news_center .bd .main li .txt::before{content:'';width:290px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li .txt::after{content:'';width:0px;height:1px;background:#27504b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li:hover .txt::after{content:'';width:290px;height:1px;background:#27504b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li .txt .date{font-size:12px;color:#333;line-height:20px;height:20px;}

.box_05 .news_center .bd .main li .txt .date span{font-size:24px;color:#333;line-height:20px;margin-right:8px;}

.box_05 .news_center .bd .main li .txt .name{line-height:15px;margin-top:35px;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li:hover .txt .name{color:#27504b;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li .txt p{line-height:15px;margin-top:15px;font-size:14px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li .txt .more{width:20px;height:16px;background:url(../images/more01.png);position:absolute;top:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main li:hover .txt .more{background:url(../images/more02.png);-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);
  }
}
