/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}

/* 产品中心 */
.box_01{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_01 .top{width:1280px;height:70px;margin:0 auto;}

.box_01 .top .h_title{width:auto;height:70px;float:left; background:url(../images/bt_pro.png) left center no-repeat;padding-left:90px;}

.box_01 .top .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;}

.box_01 .top .h_title p{font-size:16px;color:#999;line-height:11px;font-family: 'Times New Roman';margin-top:25px;}

.box_01 .top .ss{width:380px;height:60px;line-height:60px;background:#fff;overflow:hidden;float:right;border-radius:30px;margin:5px 0;-moz-box-shadow:0px 0px 10px #e5e5e5;-webkit-box-shadow:0px 0px 10px #e5e5e5;box-shadow:0px 0px 10px #e5e5e5;}

.box_01 .top .ss .input{width:250px;height:60px;line-height:60px;color:#999;display:block;background:rgba(0,0,0,0);font-size:16px;padding:0 25px;box-sizing:content-box;float:left;}

.box_01 .top .ss .buttons{width:80px;height:60px;display:inline-block;background:url(../images/search.png) left center no-repeat;cursor:pointer;border:none;float:right;}

.box_01 .fl_list{width:1280px;height:80px;margin:50px auto 0 auto;overflow:hidden;display:flex;justify-content: space-between;}

.box_01 .fl_list li{width:167px;height:80px;float:left;background:url(../images/pro_bk.png) right bottom no-repeat;}

.box_01 .fl_list li a{display:block;width:167px;height:80px;position:relative;overflow:hidden;}

.box_01 .fl_list li a span{display:block;width:30px;height:30px;background:url(../images/dbx01.png) center center no-repeat;position:absolute;left:0;top:0;z-index:2;font-size:16px;color:#fff;line-height:30px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li.active a span{background:url(../images/dbx02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li a p{width:115px;padding:0 20px;position:absolute;right:0;bottom:0;font-size:18px;color:#333;line-height:65px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .bx{width:1280px;height:410px;margin:60px auto 0 auto;overflow:hidden;}

.box_01 .bx a{display:block;}

.box_01 .bx .img{width:535px;height:390px;border:solid 1px #dedede;padding:9px;float:left;overflow:hidden;}

.box_01 .bx .img .pic{width:535px;height:390px;overflow:hidden;}

.box_01 .bx .img .pic img{display:block;width:535px;height:390px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .bx:hover .img .pic img{transform: scale(1.1);}

.box_01 .bx .txt{width:650px;height:410px;float:right;position:relative;overflow:hidden;}

.box_01 .bx .txt .name{font-size:24px;color:#333;line-height:24px;margin-top:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bx:hover .txt .name{color:#ff9600;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bx .txt .zm{font-size:12px;color:#333;line-height:10px;margin-top:15px; letter-spacing:10px;text-transform: Uppercase;font-family:Arial;}

.box_01 .bx .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 40px;height:80px;font-size:16px;color:#808080;margin-top:50px;}

.box_01 .bx .txt .tel{width:390px;height:60px;text-align:right;margin-top:85px;position:relative;background:url(../images/tel02.png) left center no-repeat;font-size:24px;color:#333;line-height:60px;font-family:Arial;}

.box_01 .bx .txt .tel span{font-size:16px;color:#808080;text-transform: Uppercase;font-family:Arial;}

.box_01 .bx .txt .tel::before{content:'';width:100px;height:1px;background:#333;position:absolute;left:83px;top:30px;}

.box_01 .pro_list{width:1280px;height:260px;margin:60px auto 0 auto;}

.box_01 .pro_list li{width:290px;height:260px;float:left;margin-right:40px;}

.box_01 .pro_list li:last-child{margin-right:0;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:270px;height:200px;border:solid 1px #dedede;padding:9px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li.active .img{-moz-box-shadow:0px 0px 15px #d4d3d3;-webkit-box-shadow:0px 0px 15px #d4d3d3;box-shadow:0px 0px 15px #d4d3d3;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .img .pic{width:270px;height:200px;overflow:hidden;}

.box_01 .pro_list li .img .pic img{display:block;width:270px;height:200px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .pro_list li:hover .img .pic img{transform: scale(1.1);}

.box_01 .pro_list li .name{width:210px;height:20px;margin:20px auto;padding-right:50px;font-size:16px;color:#333;line-height:20px;background:url(../images/mouse01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li.active .name{color:#ff9600;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_02{width:100%;height:885px;padding-top:47px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .top{width:1280px;height:132px;margin:0 auto;}

.box_02 .top .h_title{width:auto;height:70px;float:left;margin:31px 0;background:url(../images/bt_ys.png) left center no-repeat;padding-left:90px;}

.box_02 .top .h_title h3{font-size:30px;color:#fff;font-weight:bold;line-height:32px;}

.box_02 .top .h_title p{font-size:16px;color:#fff;line-height:11px;font-family: 'Times New Roman';margin-top:25px;}

.box_02 .top .right{width:810px;height:132px;float:right;position:relative;}

.box_02 .top .right p{font-family: 'Times New Roman';font-size:120px;font-weight:bold;color:rgba(255,255,255,0.1);text-transform: Uppercase;position:absolute;left:0;bottom:10px;line-height:85px; letter-spacing:18px;}

.box_02 .top .right .qq{display:block;width:132px;height:132px;background:url(../images/dbx04.png);position:absolute;top:0;right:0;z-index:2;}

.box_02 .top .right .qq i{display:block;width:132px;height:56px;background:url(../images/qq.png) center center no-repeat;position:absolute;top:37px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

@-webkit-keyframes Cycle {0%{-webkit-transform: translateY(5px)}100%{-webkit-transform: translateY(-5px)}}

.box_02 .center{width:1280px;height:595px;margin:45px auto 0 auto;position:relative;z-index:2;}

.box_02 .center .img{width:849px;height:538px;position:absolute;top:0;right:-115px;z-index:-1;}

.box_02 .center .img img{display:block;width:849px;height:538px;vertical-align:top;}

.box_02 .look_center{width:1280px;height:595px;position:relative;}

.box_02 .look_center .tel{width:auto;height:auto;position:absolute;left:0;bottom:0;}

.box_02 .look_center .tel p:nth-of-type(1){width:auto;padding-left:55px;box-sizing:content-box;background:url(../images/tel03.png) left center no-repeat;font-size:24px;color:#fff;font-weight:bold;font-family:Arial;line-height:34px;}

.box_02 .look_center .tel p:nth-of-type(1) span{display:block;float:left;font-weight:normal;text-transform: Uppercase;font-size:16px;}

.box_02 .look_center .tel p:nth-of-type(2){font-size:12px;color:rgba(144,145,150,0.4);text-transform: Uppercase;font-family:Arial;line-height:10px;margin-top:105px; letter-spacing:8px;}

.box_02 .look_center .bd{width:485px;height:auto;float:left;}

.box_02 .look_center .bd .main{width:485px;height:auto;margin-top:35px;}

.box_02 .look_center .bd .main .txt{width:485px;height:auto;position:relative;}

.box_02 .look_center .bd .main .txt .num{width:485px;position:relative;height:35px;}

.box_02 .look_center .bd .main .txt .num h4{line-height:35px;font-size:24px;font-weight:bold;float:left;color:#fff;}

.box_02 .look_center .bd .main .txt .num span{display:block;font-size:43px;color:#fff;font-family:Arial;font-weight:bold;float:right;line-height:35px;}

.box_02 .look_center .bd .main .txt .num::before{content:'';width:260px;height:1px;background:#fff;position:absolute;top:17px;left:155px;}

.box_02 .look_center .bd .main .txt p{font-size:16px;color:rgba(255,255,255,0.8);line-height:40px;margin-top:45px;}

.box_02 .look_center .hd{width:750px;height:80px;position:absolute;bottom:0;right:0;z-index:9;}

.box_02 .look_center .hd ul{width:750px;height:80px;display:flex;justify-content: space-between;}

.box_02 .look_center .hd ul li{width:167px;height:80px;background:url(../images/pro_bk.png) right bottom no-repeat;cursor:pointer;position:relative;overflow:hidden;}

.box_02 .look_center .hd ul li span{display:block;width:30px;height:30px;background:url(../images/dbx01.png) center center no-repeat;position:absolute;left:0;top:0;z-index:2;font-size:16px;color:#fff;line-height:30px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on span{background:url(../images/dbx02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li p{width:115px;padding:0 20px;position:absolute;right:0;bottom:0;font-size:18px;color:#333;line-height:65px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .look_center .hd .arrow{width:240px;height:30px;line-height:30px;background:url(../images/mouse02.png) center center no-repeat;position:absolute;left:-530px;top:-180px;}

.box_02 .look_center .hd .prev{width:60px;height:30px;background:url(../images/ys_jt_01.png) left center no-repeat;text-align:right;font-size:14px;color:#fff;float:left;cursor:pointer;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .next{width:60px;height:30px;background:url(../images/ys_jt_03.png) right center no-repeat;font-size:14px;color:#fff;float:right;cursor:pointer;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .prev:hover{background:url(../images/ys_jt_02.png) left center no-repeat;color:#ff9600;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .next:hover{background:url(../images/ys_jt_04.png) right center no-repeat;color:#ff9600;-webkit-transition:all .7s;transition:all .7s;}




/* 工程案例 */
.box_03{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_03 .top{width:1280px;height:70px;margin:0 auto;}

.box_03 .top .h_title{width:auto;height:70px;float:left; background:url(../images/bt_case.png) left center no-repeat;padding-left:90px;}

.box_03 .top .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;}

.box_03 .top .h_title p{font-size:16px;color:#999;line-height:11px;font-family: 'Times New Roman';margin-top:25px;}

.box_03 .center{width:1300px;height:575px;margin:50px auto 0 auto;position:relative;}

.box_03 .center .arrow{width:240px;height:30px;line-height:30px;background:url(../images/mouse03.png) center center no-repeat;position:absolute;right:0;top:-100px;z-index:5;}

.box_03 .center .arrow .swiper-button-prev{width:60px;height:30px;background:url(../images/case_jt_01.png) left center no-repeat;text-align:right;margin-top:0;position:absolute;left:0;top:0;outline:none;font-size:14px;color:#909296;float:left;cursor:pointer;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .arrow .swiper-button-next{width:60px;height:30px;background:url(../images/case_jt_03.png) right center no-repeat;margin-top:0;position:absolute;right:0;top:0;outline:none;font-size:14px;color:#909296;float:right;cursor:pointer;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .arrow .swiper-button-prev:hover{background:url(../images/case_jt_02.png) left center no-repeat;color:#ff9600;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .arrow .swiper-button-next:hover{background:url(../images/case_jt_04.png) right center no-repeat;color:#ff9600;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show{width:1300px;height:575px;position:relative;}

.box_03 .case_show .swiper-slide{width:410px;height:575px;margin-top:60px;overflow:hidden;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show .swiper-slide-active{margin-top:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show .swiper-slide a{display:block;}

.box_03 .case_show .swiper-slide .bx{width:370px;height:465px;border:solid 1px #dedede;padding:9px;position:relative;margin:10px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show .swiper-slide-active .bx{-moz-box-shadow:0px 0px 10px #d4d3d3;-webkit-box-shadow:0px 0px 10px #d4d3d3;box-shadow:0px 0px 10px #d4d3d3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show .swiper-slide .bx .img{width:370px;height:280px;overflow:hidden;}

.box_03 .case_show .swiper-slide .bx .img img{display:block;width:370px;height:280px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_03 .case_show .swiper-slide:hover .bx .img img{transform: scale(1.1);}

.box_03 .case_show .swiper-slide .bx .name{width:330px;font-size:18px;color:#333;line-height:20px;margin:40px auto 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_03 .case_show .swiper-slide .bx p{width:330px;font-size:14px;color:#808080;line-height:30px;margin:20px auto 0 auto;height:60px;overflow:hidden;}

.box_03 .case_show .swiper-slide .bx span{display:block;width:46px;height:46px;background:#909296;line-height:46px;text-align:center;font-size:18px;color:#fff;position:absolute;right:20px;top:267px;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .case_show .swiper-slide-active .bx span{background:#ff9600;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_show .swiper-slide .bx .more{width:40px;height:40px;background:url(../images/jia.png) center center no-repeat #ededed;border-radius:20px;position:absolute;left:20px;bottom:-20px;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .case_show .swiper-slide-active .bx .more{background:url(../images/jia.png) center center no-repeat #ff9600;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_04{width:100%;height:700px;padding-top:152px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .h_title{width:150px;height:70px;margin:0 auto;background:url(../images/bt_ab.png) left center no-repeat;padding-left:90px;}

.box_04 .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;}

.box_04 .h_title p{font-size:16px;color:#999;line-height:11px;font-family: 'Times New Roman';margin-top:25px;text-transform: Uppercase;}

.box_04 .center{width:1180px;height:420px;padding:0 40px 0 60px;margin:60px auto 0 auto;overflow:hidden;}

.box_04 .center .left{width:575px;height:420px;float:left;position:relative;}

.box_04 .center .left .txt{width:575px;height:auto;}

.box_04 .center .left .txt h4{font-size:24px;color:#333;line-height:24px;}

.box_04 .center .left .txt span{display:block;font-size:12px;color:#bfbfbf;line-height:15px; font-family:Arial;margin-top:12px; letter-spacing:0.6px;}

.box_04 .center .left .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 40px;height:120px;font-size:16px;color:#808080;margin-top:25px;}

.box_04 .center .left .txt .zm{width:573px;height:69px; background:url(../images/whwc.png);margin-top:35px;}

.box_04 .center .left .bx{width:575px;height:80px;margin:50px auto 0 auto;overflow:hidden;display:flex;justify-content: space-between;position:absolute;left:0;bottom:0;}

.box_04 .center .left .bx li{width:167px;height:80px;float:left;background:url(../images/pro_bk.png) right bottom no-repeat;}

.box_04 .center .left .bx li a{display:block;width:167px;height:80px;position:relative;overflow:hidden;}

.box_04 .center .left .bx li a span{display:block;width:30px;height:30px;background:url(../images/dbx01.png) center center no-repeat;position:absolute;left:0;top:0;z-index:2;font-size:16px;color:#fff;line-height:30px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .left .bx li.active a span{background:url(../images/dbx02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .left .bx li a p{width:115px;padding:0 20px;position:absolute;right:0;bottom:0;font-size:18px;color:#333;line-height:65px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_04 .center .right{width:538px;height:385px;float:right;background:url(../images/ab_bk.png) right top no-repeat;position:relative;overflow:hidden;}

.box_04 .center .right .img{width:528px;height:375px;position:absolute;left:0;bottom:0;}

.box_04 .center .right .img img{display:block;width:528px;height:375px; vertical-align:top;}

.box_04 .center .right .yyzz{width:131px;height:89px;padding:12px 13px;background:url(../images/yy_bk.png);position:absolute;left:0;bottom:0;z-index:2;}

.box_04 .center .right .yyzz img{width:131px;height:89px;vertical-align:top;object-fit:cover;}






/* 新闻资讯 */
.box_05{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_05 .news_center{width:1280px;height:auto;margin:0 auto;position:relative;}

.box_05 .news_center .hd{width:1280px;height:80px;}

.box_05 .news_center .hd .h_title{width:auto;height:70px;float:left; background:url(../images/bt_news.png) left center no-repeat;padding-left:90px;}

.box_05 .news_center .hd .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;}

.box_05 .news_center .hd .h_title p{font-size:16px;color:#999;line-height:11px;font-family: 'Times New Roman';margin-top:25px;text-transform: Uppercase;}

.box_05 .news_center .hd ul{width:575px;height:80px;float:right;overflow:hidden;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:167px;height:80px;float:left;background:url(../images/pro_bk.png) right bottom no-repeat;}

.box_05 .news_center .hd ul li a{display:block;width:167px;height:80px;position:relative;overflow:hidden;}

.box_05 .news_center .hd ul li a span{display:block;width:30px;height:30px;background:url(../images/dbx01.png) center center no-repeat;position:absolute;left:0;top:0;z-index:2;font-size:16px;color:#fff;line-height:30px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on a span{background:url(../images/dbx02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a p{width:115px;padding:0 20px;position:absolute;right:0;bottom:0;font-size:18px;color:#333;line-height:65px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_05 .news_center .bd{width:1280px;height:600px;margin:60px auto 0 auto;position:relative;}

.box_05 .news_center .bd .main{width:1280px;height:600px;position:relative;}

.box_05 .news_center .bd .main .top{width:745px;height:600px;float:left;}

.box_05 .news_center .bd .main .top li{width:725px;height:250px;position:relative;overflow:hidden;padding:9px;border:solid 1px #ededed;margin-bottom:60px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:nth-of-type(2){margin-bottom:0;}

.box_05 .news_center .bd .main .top li a{display:block;}

.box_05 .news_center .bd .main .top li:hover{-moz-box-shadow:0px 0px 15px #cdcbcb;-webkit-box-shadow:0px 0px 15px #cdcbcb;box-shadow:0px 0px 15px #cdcbcb;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li .img{width:345px;height:250px;float:left;margin-right:40px;overflow:hidden;}

.box_05 .news_center .bd .main .top li .img img{display:block;width:345px;height:250px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .news_center .bd .main .top li:hover .img img{transform: scale(1.1);}

.box_05 .news_center .bd .main .top li .txt{width:310px;height:250px;float:left;}

.box_05 .news_center .bd .main .top li .txt .name{font-size:18px;color:#333;line-height:20px;margin-top:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_05 .news_center .bd .main .top li .txt p{font-size:15px;color:#808080;line-height:35px;height:70px;margin-top:25px;overflow:hidden;}

.box_05 .news_center .bd .main .top li .more{font-size:15px;color:#bfbfbf;line-height:15px; font-family:Arial;margin-top:40px;}

.box_05 .news_center .bd .main .bottom{width:475px;height:600px;float:right;}

.box_05 .news_center .bd .main .bottom li{width:473px;height:118px;margin-bottom:40px;overflow:hidden;position:relative;border:solid 1px #ededed;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover{-moz-box-shadow:0px 0px 15px #cdcbcb;-webkit-box-shadow:0px 0px 15px #cdcbcb;box-shadow:0px 0px 15px #cdcbcb;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:nth-of-type(4){margin-bottom:0;}

.box_05 .news_center .bd .main .bottom li a{display:block;}

.box_05 .news_center .bd .main .bottom li .date{width:130px;height:118px;float:left;text-align:center;font-family:Arial;}

.box_05 .news_center .bd .main .bottom li .date span{display:block;font-size:24px;color:#333;line-height:22px;margin-top:30px;}

.box_05 .news_center .bd .main .bottom li .date p{width:60px;height:20px; background:#bfbfbf;margin:15px auto 0 auto;font-size:14px;color:#fff;line-height:20px;}

.box_05 .news_center .bd .main .bottom li .img{width:130px;height:0px;overflow:hidden;position:absolute;left:0;top:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .img{width:130px;height:118px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .img  img{display:block;width:130px;height:118px;vertical-align:top;object-fit:cover;}

.box_05 .news_center .bd .main .bottom li .txt{width:330px;height:118px;float:left;overflow:hidden;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .txt{width:280px;margin-left:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .txt .name{height:29px;border-bottom:solid 1px #e6e6e6;margin-top:26px;font-size:18px;color:#333;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .txt .ff9600{color:#ffb533;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .txt p{padding-right:50px;background:url(../images/news_jt.png) 300px center no-repeat;margin-top:13px;font-size:15px;color:#808080;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .txt p{padding-right:0;background:url(../images/news_jt.png) 350px center no-repeat;-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);
  }
}
