/*

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:1300px;height:85px;margin:0 auto;}

.box_01 .top .h_title{width:auto;height:85px;float:left;position:relative;z-index:1;}

.box_01 .top .h_title::before{content:'';width:180px;height:14px;background: url(../images/h_back.png);position:absolute;top:27px;left:-25px;z-index:-1;}

.box_01 .top .h_title span{display:block;width:255px;height:34px;background:url(../images/bt_pro.png);}

.box_01 .top .h_title h3{font-size:26px;color:#404040;line-height:26px;margin-top:25px;}

.box_01 .top .h_title p{width:270px;font-size:16px;color:#666;line-height:26px;position:absolute;left:125px;bottom:0; letter-spacing:5px;}

.box_01 .top .ss{width:380px;height:55px;line-height:55px;background:url(../images/ss_bk.png);overflow:hidden;float:right;margin:15px 0;}

.box_01 .top .ss .input{width:285px;height:55px;line-height:55px;color:#808080;display:block;background:rgba(0,0,0,0);font-size:4px;padding:0 20px;box-sizing:content-box;float:left;}

.box_01 .top .ss .buttons{width:55px;height:55px;display:inline-block;background:url(../images/search.png) center center no-repeat #ffcc3a;cursor:pointer;border:none;float:right;}

.box_01 .center{width:1300px;height:950px;margin:45px auto 0 auto;overflow:hidden;}

.box_01 .center .pro_list{width:966px;height:950px;float:left;overflow:hidden;}

.box_01 .center .pro_list li{width:300px;height:300px;float:left;position:relative;overflow:hidden;margin:0 33px 25px 0;}

.box_01 .center .pro_list li:nth-of-type(3n){margin-right:0;}

.box_01 .center  .pro_list li a{display:block;}

.box_01 .center  .pro_list li .img{width:300px;height:240px;overflow:hidden;}

.box_01 .center  .pro_list li .img img{width:300px;height:240px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .center  .pro_list li:hover .img img{transform: scale(1.1);}

.box_01 .center  .pro_list li .txt{width:270px;height:60px;padding:0 15px;background:#f7f7f7;position:relative;z-index:1;overflow:hidden;}

.box_01 .center  .pro_list li .txt::before{content:'';width:300px;height:0px;background:#0bc99b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center  .pro_list li.active .txt::before{content:'';width:300px;height:60px;background:#0bc99b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center  .pro_list li .txt .name{width:220px;padding-right:50px;font-size:16px;color:#333;line-height:60px;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 .center  .pro_list li.active .txt .name{color:#fff;background:url(../images/mouse02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right{width:200px;height:920px;float:right;padding:30px 40px 0 30px;background:#f7f7f7;overflow:hidden;}

.box_01 .center .right .fl_list{width:200px;height:880px;overflow:hidden;position:relative;z-index:2;}

.box_01 .center .right .fl_list::after{content:'';width:1px;height:880px;background:#e2e2e2;position:absolute;top:0;right:5px;z-index:-1;}

.box_01 .center .right .fl_list li{width:200px;height:35px;overflow:hidden;position:relative;margin-bottom:25px;}

.box_01 .center .right .fl_list li:last-child{margin-bottom:0;}

.box_01 .center .right .fl_list li::after{content:'';width:0px;height:2px;background:#0bc99b;position:absolute;bottom:0;right:37px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .fl_list li.active::after{content:'';width:100px;height:2px;background:#0bc99b;position:absolute;bottom:0;right:37px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .fl_list li a{display:block;width:160px;height:35px;padding-right:40px;text-align:right;font-size:16px;color:#333;line-height:35px;background:url(../images/dian01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .fl_list li.active a{color:#0bc99b;font-weight:bold;background:url(../images/dian02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_02{width:100%;height:855px;background:url(../images/ys_back.jpg) center top no-repeat;padding-top:60px;overflow:hidden;}

.box_02 .top{width:1300px;height:85px;margin:0 auto;}

.box_02 .top .h_title{width:auto;height:85px;float:left;position:relative;z-index:1;}

.box_02 .top .h_title::before{content:'';width:180px;height:14px;background: url(../images/h_back.png);position:absolute;top:27px;left:-25px;z-index:-1;}

.box_02 .top .h_title span{display:block;width:251px;height:34px;background:url(../images/bt_ys.png);}

.box_02 .top .h_title h3{font-size:26px;color:#fff;line-height:26px;margin-top:25px;}

.box_02 .top .h_title p{width:270px;font-size:16px;color:rgba(255,255,255,0.51);line-height:26px;position:absolute;left:205px;bottom:0; letter-spacing:5px;}

.box_02 .top .qq{width:230px;height:65px;margin:10px 0;background:#fff;border-radius:33px;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .qq:hover{background:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .qq a{display:block;width:190px;padding-left:40px;line-height:65px;font-size:16px;color:#333;background:url(../images/qq.png) 170px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .qq:hover a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center{width:1300px;height:660px;margin:110px auto 0 auto;position:relative;}

.box_02 .look_center .tel{width:400px;padding-left:40px;height:25px;background:url(../images/tel02.png) left center no-repeat;position:absolute;top:405px;left:0;z-index:9;font-size:22px;color:#333;line-height:25px;font-family:Arial;font-weight:bold;}

.box_02 .look_center .tel span{display:block;font-weight:normal;float:left;font-size:16px;text-transform: Uppercase;}

.box_02 .look_center .tel::after{content:'';width:170px;height:1px;background:#e6e6e6;position:absolute;top:12px;right:0;}

.box_02 .look_center .bd{width:1300px;height:660px;position:relative;}

.box_02 .look_center .bd .main{width:1300px;height:660px;position:relative;}

.box_02 .look_center .bd .main .txt{width:600px;height:660px;float:left;position:relative;overflow:hidden;}

.box_02 .look_center .bd .main .txt .num{width:70px;height:45px;margin-top:25px;position:relative;z-index:2;font-size:48px;color:#333;font-weight:bold; font-family:Arial;line-height:38px;text-align:center;}

.box_02 .look_center .bd .main .txt .num::after{content:'';width:70px;height:16px;background:#0bc99b;position:absolute;bottom:0;left:0;z-index:-1;}

.box_02 .look_center .bd .main .txt .icon{width:50px;height:50px;position:absolute;top:20px;right:0;}

.box_02 .look_center .bd .main:nth-of-type(1) .txt .icon{background:url(../images/ys_icon_09.png) no-repeat;}

.box_02 .look_center .bd .main:nth-of-type(2) .txt .icon{background:url(../images/ys_icon_10.png) no-repeat;}

.box_02 .look_center .bd .main:nth-of-type(3) .txt .icon{background:url(../images/ys_icon_11.png) no-repeat;}

.box_02 .look_center .bd .main:nth-of-type(4) .txt .icon{background:url(../images/ys_icon_12.png) no-repeat;}

.box_02 .look_center .bd .main .txt h4{font-size:20px;color:#333;line-height:22px;margin-top:40px;font-weight:bold;}

.box_02 .look_center .bd .main .txt span{display:block;font-size:12px;color:#b2b2b2;line-height:10px;text-transform: Uppercase;font-family:Arial;margin-top:20px; letter-spacing:12px;}

.box_02 .look_center .bd .main .txt p{font-size:16px;color:#808080;line-height:42px;margin-top:32px;}

.box_02 .look_center .bd .main .img{width:625px;height:660px;float:right;position:relative;z-index:2;}

.box_02 .look_center .bd .main .img img{display:block;width:auto;height:auto;vertical-align:top;position:absolute;top:0;right:-50px;}

.box_02 .look_center .hd{width:570px;height:130px;position:absolute;left:0;bottom:0;z-index:9;}

.box_02 .look_center .hd ul{width:570px;height:130px;display:flex;justify-content: space-between;}

.box_02 .look_center .hd ul li{width:98px;height:129px;border:solid 1px #e6e6e6;border-bottom:none;cursor:pointer;float:left;background:#fff;border-radius:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on{background:#0bc99b;border-radius:12px 12px 0 0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li i{display:block;width:35px;height:35px;margin:25px auto 0 auto;}

.box_02 .look_center .hd li.on i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_02 .look_center .hd li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li h4{font-size:18px;color:#333;line-height:18px;margin-top:20px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on h4{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .arrow{width:55px;height:20px;position:absolute;right:0;top:-122px;z-index:9;}

.box_02 .look_center .hd .arrow .prev{float:left;width:10px;height:20px;cursor:pointer;background:url(../images/ys_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .arrow .prev:hover{background:url(../images/ys_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .arrow .next{float:right;width:10px;height:20px;cursor:pointer;background:url(../images/ys_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .arrow .next:hover{background:url(../images/ys_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 成功案例 */
.box_03{width:100%;height:auto;padding:90px 0 80px 0;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .top{width:1300px;height:85px;margin:0 auto;}

.box_03 .top .h_title{width:auto;height:85px;float:left;position:relative;z-index:1;}

.box_03 .top .h_title::before{content:'';width:180px;height:14px;background: url(../images/h_back.png);position:absolute;top:27px;left:-25px;z-index:-1;}

.box_03 .top .h_title span{display:block;width:173px;height:34px;background:url(../images/bt_case.png);}

.box_03 .top .h_title h3{font-size:26px;color:#404040;line-height:26px;margin-top:25px;}

.box_03 .top .h_title p{width:270px;font-size:16px;color:#666;line-height:26px;position:absolute;left:125px;bottom:0; letter-spacing:5px;}

.box_03 .top .more{display:block;width:408px;height:85px;float:right;background:url(../images/more01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .top .more:hover{background:url(../images/more02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01{width:1299px;height:550px;margin:50px auto 0 auto;overflow:hidden; background:url(../images/case_bk.jpg) left center no-repeat;position:relative;z-index:1;}

.box_03 .picScroll-left01 .bd{width:1299px;height:550px;position:relative;margin:0 auto;z-index:5;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul{width:1299px;height:550px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{width:373px;height:550px;float:left;padding:0 30px;overflow:hidden;margin-right:0;position:relative;}

.box_03 .picScroll-left01 .bd ul li::before{content:'';width:1px;height:550px;background:#eaeaea;position:absolute;top:0;right:0;}

.box_03 .picScroll-left01 .bd ul li a{display:block;}

.box_03 .picScroll-left01 .bd ul li .num{margin-top:35px;font-size:33px;color:#999;font-weight:bold; font-family:Arial;line-height:26px;}

.box_03 .picScroll-left01 .bd ul li .img{width:373px;height:260px;margin-top:25px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .img img{display:block;width:373px;height:260px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_03 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.1);}

.box_03 .picScroll-left01 .bd ul li .name{width:373px;height:35px;margin-top:30px;font-size:16px;color:#404040;line-height:16px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_03 .picScroll-left01 .bd ul li .name::before{content:'';width:373px;height:1px;background:#eee;position:absolute;bottom:0;left:0;}

.box_03 .picScroll-left01 .bd ul li .name::after{content:'';width:50px;height:1px;background:#0bc99b;position:absolute;bottom:0;left:0;}

.box_03 .picScroll-left01 .bd ul li p{font-size:16px;color:#808080;line-height:40px;height:80px;overflow:hidden;margin-top:20px;}

.box_03 .picScroll-left01 .bd ul li .more{width:60px;height:60px;background:url(../images/more03.png) center center no-repeat #0bc99b;border-radius:30px;position:absolute;bottom:145px;right:50px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .more{position:absolute;bottom:175px;right:50px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_04{width:100%;height:665px;background:url(../images/ab_back.jpg) center top no-repeat;padding-top:185px;position:relative;z-index:2;}

.box_04::after{content:'';width:540px;height:960px;background:url(../images/ab_pic.png);position:absolute;bottom:0;right:0;z-index:-1;}

.box_04 .center{width:1230px;height:360px;overflow:hidden;padding-left:70px;margin:0 auto;}

.box_04 .center .left{width:760px;height:360px;float:left;position:relative;}

.box_04 .center .left .h_title{width:auto;height:85px;position:relative;z-index:1;}

.box_04 .center .left .h_title::before{content:'';width:180px;height:14px;background: url(../images/h_back.png);position:absolute;top:27px;left:-25px;z-index:-1;}

.box_04 .center .left .h_title span{display:block;/*width:186px;*/height:34px;background:url(../images/bt_ab.png) no-repeat;}

.box_04 .center .left .h_title h3{font-size:26px;color:#404040;line-height:26px;margin-top:25px;}

.box_04 .center .left .h_title p{width:270px;font-size:16px;color:#666;line-height:26px;position:absolute;left:125px;bottom:0; letter-spacing:5px;}

.box_04 .center .left .txt{width:760px;height:auto;margin-top:80px;}

.box_04 .center .left .txt h4{font-size:24px;color:#404040;font-weight:bold;line-height:26px;}

.box_04 .center .left .txt span{display:block;width:30px;height:2px; background:#0bc99b;margin-top:25px;}

.box_04 .center .left .txt p{font-size:16px;color:#808080;line-height:40px;height:120px;margin-top:13px;overflow:hidden;}

.box_04 .center .left .more{display:block;width:55px;height:57px; background:url(../images/more04.png);position:absolute;top:0;right:0;z-index:3;}

.box_04 .center .yyzz{width:316px;height:211px;margin-top:35px;padding:20px;background:url(../images/honor.png);float:right;}

.box_04 .center .yyzz img{width:316px;height:211px;vertical-align:top;object-fit:cover;}

.box_04 .bottom{width:1230px;height:160px;padding-left:70px;margin:75px auto 0 auto;}

.box_04 .bottom .bx{width:995px;height:160px;display:flex;justify-content: space-between;}

.box_04 .bottom .bx a{display:block;width:auto;height:160px;float:left;}

.box_04 .bottom .bx a .icon{width:158px;height:158px;border:solid 1px #f1f1f1;background:#fff;border-radius:50%;float:left;margin-right:20px;-moz-box-shadow:0px 0px 10px #f1f0f0;-webkit-box-shadow:0px 0px 10px #f1f0f0;box-shadow:0px 0px 10px #f1f0f0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .bx a.active .icon{background:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .bx a .icon i{display:block;width:114px;height:114px;margin:22px;border-radius:50%;-moz-box-shadow:0px 0px 10px #f1f0f0;-webkit-box-shadow:0px 0px 10px #f1f0f0;box-shadow:0px 0px 10px #f1f0f0;}

.box_04 .bottom .bx a:nth-of-type(1) .icon i{background:url(../images/ab01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .bx a:nth-of-type(2) .icon i{background:url(../images/ab02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .bx a:nth-of-type(3) .icon i{background:url(../images/ab03.png);-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .bx a .wz{width:auto;height:160px;float:left;}

.box_04 .bottom .bx a .wz p{font-size:20px;color:#333;line-height:20px;margin-top:55px;}

.box_04 .bottom .bx a .wz span{display:block;font-size:12px;color:#b2b2b2;line-height:10px;margin-top:22px;text-transform: Uppercase;font-family:Arial;}




/* 新闻资讯 */
.box_05{width:100%;height:auto;padding:80px 0;background:url(../images/news_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .news_center{width:1300px;height:auto;margin:0 auto;position:relative;}

.box_05 .news_center .hd{width:1300px;height:85px;}

.box_05 .news_center .hd .h_title{width:auto;height:85px;float:left;position:relative;z-index:1;}

.box_05 .news_center .hd .h_title::before{content:'';width:180px;height:14px;background: url(../images/h_back.png);position:absolute;top:27px;left:-25px;z-index:-1;}

.box_05 .news_center .hd .h_title span{display:block;width:149px;height:34px;background:url(../images/bt_news.png);}

.box_05 .news_center .hd .h_title h3{font-size:26px;color:#404040;line-height:26px;margin-top:25px;}

.box_05 .news_center .hd .h_title p{width:270px;font-size:16px;color:#666;line-height:26px;position:absolute;left:125px;bottom:0; letter-spacing:5px;}

.box_05 .news_center .hd ul{width:535px;height:50px;float:right;overflow:hidden;margin-top:15px;position:relative;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:160px;height:50px;position:relative;z-index:0; background:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li::after{content:'';width:160px;height:0px;background:#ffcc3a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on::after{content:'';width:160px;height:50px;background:#ffcc3a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a{display:block;width:90px;padding-left:70px;line-height:50px;font-size:16px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd{width:1300px;height:570px;margin:50px auto 0 auto;position:relative;}

.box_05 .news_center .bd .main{width:1300px;height:570px;overflow:hidden;position:relative;}

.box_05 .news_center .bd .main .top{width:710px;height:405px;overflow:hidden;position:absolute;left:0;top:0;}

.box_05 .news_center .bd .main .top li{width:300px;height:403px;padding:0 19px;border:solid 1px #e0e0e0;overflow:hidden;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover{border:solid 1px #0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:nth-of-type(2){float:right;}

.box_05 .news_center .bd .main .top li a{display:block;}

.box_05 .news_center .bd .main .top li span{display:block;font-size:22px;color:#b2b2b2;line-height:18px;font-family:Arial;margin-top:30px;}

.box_05 .news_center .bd .main .top li .name{font-size:16px;color:#333;line-height:20px;margin-top:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover .name{color:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li p{font-size:15px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:20px;}

.box_05 .news_center .bd .main .top li .img{width:300px;height:165px;overflow:hidden;margin-top:30px;}

.box_05 .news_center .bd .main .top li .img img{display:block;width:300px;height:165px;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 .list{width:500px;height:405px;overflow:hidden;position:absolute;right:0;top:0;}

.box_05 .news_center .bd .main .list li{width:430px;height:164px;border-bottom:solid 1px #e0e0e0;position:relative;overflow:hidden;padding-left:70px;}

.box_05 .news_center .bd .main .list li:nth-of-type(1){margin:5px 0 60px 0;}

.box_05 .news_center .bd .main .list li .num{font-size:30px;color:#999;line-height:25px;font-family:Arial;position:absolute;left:0;top:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .list li:hover .num{color:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .list li .name{display:block;padding-right:80px;font-size:16px;color:#333;line-height:25px;background:url(../images/n_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .list li:hover .name{color:#0bc99b;background:url(../images/n_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .list li span{display:block;font-size:14px;color:#999;line-height:12px;font-family:Arial;margin-top:12px;}

.box_05 .news_center .bd .main .list li p{font-size:15px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:30px;}

.box_05 .news_center .bd .main .bottom{width:1300px;height:120px;overflow:hidden;position:absolute;right:0;bottom:0;}

.box_05 .news_center .bd .main .bottom li{width:372px;height:120px;padding:0 19px;position:relative;overflow:hidden;float:left;margin-right:35px;background:#f8f8f8;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover{background:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:nth-of-type(3){margin-right:0;}

.box_05 .news_center .bd .main .bottom li a{display:block;}

.box_05 .news_center .bd .main .bottom li .name{width:372px;font-size:16px;color:#333;line-height:70px;background:url(../images/line01.png) center bottom no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .name{color:#fff;background:url(../images/line02.png) center bottom no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li span{display:block;font-size:14px;color:#b2b2b2;line-height:40px;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}






/* 友情链接 */
.box_05 .links{width:1300px;height:60px;margin:70px auto 0 auto;overflow:hidden;position:relative;z-index:2;}

.box_05 .links .lk{width:170px;height:60px;float:left; background:url(../images/links.png) left center no-repeat;}


.box_05 .links .link{width:1070px;overflow:hidden;position:relative;float:right;height:60px;}

.box_05 .links .link a{display:block;float:left;width:auto;margin-right:40px;font-size:14px;line-height:30px;color:#808080;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .links .link a:hover{color:#0bc99b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .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);
  }
}
