/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}



.swiper-container{width: 100%;cursor: url(../images/gesture.png), default;}

.swiper-container img{cursor: url(../images/gesture.png), default;}




/* 产品中心 */
.box_01{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_01 .top{width:1300px;height:84px;margin:0 auto;overflow:hidden;}

.box_01 .top .h_title{width:auto;height:84px;float:left;}

.box_01 .top .h_title p{width:289px;height:48px;background:url(../images/bt_pro.png);}

.box_01 .top .h_title h3{font-size:26px;color:#333;line-height:26px;margin-top:10px;}

.box_01 .top .h_title h3 a{display:block;color:#333;}

.box_01 .top .more{display:block;width:180px;height:49px;font-size:14px;color:#333;line-height:49px;text-align:center;float:right;border-bottom:solid 1px #dfdfdf;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .more:hover{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .more::before{content:'';width:0px;height:49px;background:#ff632b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .more:hover::before{content:'';width:180px;height:49px;background:#ff632b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list{width:1300px;height:121px;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .fl_list li{width:180px;height:121px;background:url(../images/pro_bk01.png);float:left;position:relative;overflow:hidden;margin-right:44px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li.active{background:url(../images/pro_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li:last-child{margin-right:0;}

.box_01 .fl_list li a{display:block;}

.box_01 .fl_list li .img{width:60px;height:60px;border-radius:30px;position:absolute;top:5px;left:30px;overflow:hidden;}

.box_01 .fl_list li .img img{width:60px;height:60px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .fl_list li .name{width:120px;padding:0 15px 0 45px;font-size:15px;line-height:20px;color:#666;position:absolute;left:0;bottom:15px;background:url(../images/dian01.png) 25px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li.active .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center{width:1300px;height:280px;margin:50px auto 0 auto;overflow:hidden;}

.box_01 .center .left{width:430px;height:280px;float:left;overflow:hidden;}

.box_01 .center .left a{display:block;}

.box_01 .center .left .name{width:50px;height:180px;writing-mode: tb-rl;float:left;position:relative;z-index:0;font-size:16px;color:#202020;line-height:50px;padding:30px 0 70px 0;letter-spacing:2px;background:url(../images/more01.png) center bottom no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .name::before{content:'';width:48px;height:278px;border:solid 1px #e6e6e6;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left:hover .name{color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left:hover .name::before{content:'';width:48px;height:278px;border:solid 1px #ff632b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .img{width:360px;height:260px;padding:9px;border:solid 1px #e6e6e6;overflow:hidden;float:right;}

.box_01 .center .left .img .pic{width:360px;height:260px;overflow:hidden;}

.box_01 .center .left .img .pic img{width:360px;height:260px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .left:hover .img .pic img{transform: scale(1.05);}

.box_01 .center .right{width:770px;height:240px;padding:19px;float:right;border:solid 1px #e6e6e6;overflow:hidden;}

.box_01 .center .right a{display:block;}

.box_01 .center .right .img{width:335px;height:240px;overflow:hidden;float:left;margin-right:55px;}

.box_01 .center .right .img img{width:335px;height:240px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .right:hover .img img{transform: scale(1.05);}

.box_01 .center .right .txt{width:350px;height:240px;overflow:hidden;float:left;}

.box_01 .center .right .txt .name{height:40px;font-size:22px;color:#202020;line-height:22px;margin-top:35px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .center .right .txt .name:after{content:'';width:30px;height:2px;background:#ff632b;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right:hover .txt .name:after{content:'';width:150px;height:2px;background:#ff632b;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .txt p{font-size:14px;color:#666;line-height:35px;height:70px;overflow:hidden;margin-top:20px;}

.box_01 .center .right .txt .more{width:31px;height:10px;background:url(../images/pro_01.png);margin-top:40px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right:hover .txt .more{;background:url(../images/pro_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1300px;height:285px;margin:45px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li{width:280px;height:265px;padding:9px;border:solid 1px #e6e6e6;float:left;margin-right:33.3px;overflow:hidden;}

.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:280px;height:200px;overflow:hidden;filter: brightness(1) saturate(1) contrast(0.85);transition: filter 200ms linear,transform 200ms linear;}

.box_01 .pro_list li .img img{width:280px;height:200px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .pro_list li .name{width:200px;padding:0 65px 0 15px;height:50px;line-height:50px;margin-top:10px;font-size:16px;color:#202020;background:url(../images/more02.png) right center no-repeat #f7f7f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .name{background:url(../images/more01.png) right center no-repeat #f7f7f7;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list:hover > li:not(:hover) .img{filter: brightness(1) saturate(0) contrast(1) blur(0px);}




/* 企业优势 */
.box_02{width:100%;height:830px;padding-top:110px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .look_center{width:1300px;height:830px;margin:0 auto;position:relative;z-index:1;}

.box_02 .look_center .dw{width:626px;height:572px;background:url(../images/ys_yuan.png);position:absolute;left:-35px;top:-30px;z-index:-1;}

.box_02 .look_center .h_title{width:637px;height:auto;position:absolute;right:0;top:40px;z-index:9;}

.box_02 .look_center .h_title p{width:637px;height:62px;background:url(../images/bt_ys.png);}

.box_02 .look_center .h_title h3{font-size:26px;color:#fff;line-height:26px;margin-top:33px; letter-spacing:5px;}

.box_02 .look_center .bd{width:1300px;height:558px;}

.box_02 .look_center .bd .main{width:1300px;height:558px;overflow:hidden;position:relative;}

.box_02 .look_center .bd .main .img{width:572px;height:558px;float:left;}

.box_02 .look_center .bd .main .img{display:block;width:572px;height:558px; vertical-align:top;}

.box_02 .look_center .bd .main .txt{width:650px;height:190px;float:right;position:relative;margin-top:230px;}

.box_02 .look_center .bd .main .txt .num{width:23px;height:190px; background:url(../images/ys_dbx.png) center bottom no-repeat;text-align:center;position:absolute;top:0;right:0;}

.box_02 .look_center .bd .main .txt .num::after{content:'';width:1px;height:110px;background:rgba(255,255,255,0.25);position:absolute;top:32px;left:11px;}

.box_02 .look_center .bd .main .txt .num span:nth-of-type(1){display:block;font-size:20px;color:#fff;line-height:16px;font-weight:bold;}

.box_02 .look_center .bd .main .txt .num span:nth-of-type(2){display:block;font-size:20px;color:#ff632b;line-height:16px;font-weight:bold;margin-top:142px;}

.box_02 .look_center .bd .main .txt h4{font-size:22px;color:#fff;line-height:22px;}

.box_02 .look_center .bd .main .txt p{width:550px;font-size:16px;color:rgba(255,255,255,0.5);line-height:36px;margin-top:24px;}

.box_02 .look_center .hd{width:1300px;height:170px;position:absolute;left:0;bottom:0;z-index:9;}

.box_02 .look_center .hd ul{width:1020px;height:170px;float:left;overflow:hidden;}

.box_02 .look_center .hd ul li{width:255px;height:170px;overflow:hidden;cursor:pointer;float:left;position:relative;}

.box_02 .look_center .hd ul li::after{content:'';width:1px;height:60px;background:#e5e5e5;position:absolute;top:55px;right:0;}

.box_02 .look_center .hd ul li:last-child::after{content:'';width:1px;height:60px;background:#fff;position:absolute;top:55px;right:0;}

.box_02 .look_center .hd ul li i{display:block;width:42px;height:35px;margin:50px auto 0 auto;}

.box_02 .look_center .hd ul li.on i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_02 .look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li h4{font-size:20px;color:#595959;line-height:20px;text-align:center;margin-top:18px;}

.box_02 .look_center .hd .qq{display:block;width:220px;height:250px;position:absolute;bottom:0;right:0;text-align:center;background:#ff632b;}

.box_02 .look_center .hd .qq p:nth-of-type(1){width:40px;height:45px;background:url(../images/qq.png);margin:50px auto 0 auto;}

.box_02 .look_center .hd .qq p:nth-of-type(2){width:30px;height:3px;background:#fff;margin:18px auto 0 auto;}

.box_02 .look_center .hd .qq p:nth-of-type(3){font-size:16px;color:#fff;line-height:16px;margin-top:40px;}

.box_02 .look_center .hd .qq p:nth-of-type(4){font-size:12px;color:#fff;line-height:10px;margin-top:20px;text-transform: Uppercase;}

.box_02 .look_center .hd .pos{width:385px;height:42px;position:absolute;right:260px;top:-240px;z-index:9;display:flex;justify-content: space-between;}

.box_02 .look_center .hd .pos .prev{float:left;width:40px;height:42px;cursor:pointer;background:url(../images/ys_jt_01.png) center 7px no-repeat;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .pos .next{float:right;width:40px;height:42px;cursor:pointer;background:url(../images/ys_jt_02.png) center 7px no-repeat;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .pos .prev:hover{background:url(../images/ys_jt_03.png) center 7px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .pos .next:hover{background:url(../images/ys_jt_04.png) center 7px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd .pos .prev span{display:block;width:40px;text-align:center;font-size:12px;color:rgba(255,255,255,0.5);line-height:10px;text-transform: Uppercase;position:absolute;left:0;bottom:9px;}

.box_02 .look_center .hd .pos .next span{display:block;width:40px;text-align:center;font-size:12px;color:rgba(255,255,255,0.5);line-height:10px;text-transform: Uppercase;position:absolute;left:0;bottom:9px;}

.box_02 .look_center .hd .pos p{font-size:24px;color:#fff;font-weight:bold;line-height:42px;float:right;padding-left:55px;position:relative; background:url(../images/dian02.png) left center no-repeat;}

.box_02 .look_center .hd .pos p::after{content:'';width:42px;height:42px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:0;left:0;z-index:2;animation: msClock 1.2s linear infinite;}





/* 合作流程 */
.box_03{width:100%;height:420px;padding-top:80px;background:url(../images/lc_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:271px;height:84px;margin:0 auto;text-align:center;}

.box_03 .h_title p{width:271px;height:48px;background:url(../images/bt_lc.png);}

.box_03 .h_title h3{font-size:26px;color:#333;line-height:26px;margin-top:10px;}

.box_03 .lc_list{width:1300px;height:250px;margin:50px auto 0 auto;text-align:center;display:flex;justify-content: space-between;}

.box_03 .lc_list li{width:auto;height:auto;float:left;}

.box_03 .lc_list li:nth-of-type(2n-1){margin-top:95px;}

.box_03 .lc_list li .icon{width:56px;height:56px;border-radius:30px;margin:0 auto;position:relative;z-index:0;}

.box_03 .lc_list li .icon::before{content:'';width:56px;height:56px;border-radius:30px;background:#fff;position:absolute;top:0;right:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li .icon::after{content:'';width:62px;height:62px;border-radius:31px;background:#d3d3d3;position:absolute;top:-2px;right:-2px;z-index:-2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:hover .icon::after{content:'';width:62px;height:62px;border-radius:31px;background:#ff632b;position:absolute;top:-2px;right:-2px;z-index:-2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li .icon i{display:block;width:56px;height:56px;}

.box_03 .lc_list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_03 .lc_list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li:nth-of-type(7) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .lc_list li h4{font-size:16px;color:#333;line-height:16px;margin-top:23px;}

.box_03 .lc_list li p{font-size:12px;color:#666;line-height:14px;margin-top:5px;}





/* 成功案例 */
.box_04{width:100%;height:auto;padding-bottom:80px;overflow:hidden;}

.box_04 .top{width:1300px;height:84px;margin:0 auto;overflow:hidden;}

.box_04 .top .h_title{width:auto;height:84px;float:left;}

.box_04 .top .h_title p{width:189px;height:48px;background:url(../images/bt_case.png);}

.box_04 .top .h_title h3{font-size:26px;color:#333;line-height:26px;margin-top:10px;}

.box_04 .top .h_title h3 a{display:block;color:#333;}

.box_04 .top .more{display:block;width:180px;height:49px;font-size:14px;color:#333;line-height:49px;text-align:center;float:right;border-bottom:solid 1px #dfdfdf;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .more:hover{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .more::before{content:'';width:0px;height:49px;background:#ff632b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .more:hover::before{content:'';width:180px;height:49px;background:#ff632b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-father{width:1300px;height:435px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.box_04 .swiper-father .swiper-container{width:100%;height:100%;margin:0 auto;overflow:hidden;}
 
.box_04 .swiper-container .swiper-slide{width:390px;height:435px;float:left;position:relative;}

.box_04 .swiper-container .swiper-slide a{display:block;}

.box_04 .swiper-container .swiper-slide .img{width:386px;height:256px;border:solid 2px #f9f0e9;overflow:hidden;}

.box_04 .swiper-container .swiper-slide .img img{width:386px;height:256px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_04 .swiper-container .swiper-slide:hover .img img{transform: scale(1.05);}

.box_04 .swiper-container .swiper-slide .txt{width:350px;height:145px;padding:25px 20px 0 20px;margin-top:10px;position:relative;z-index:0;overflow:hidden;}

.box_04 .swiper-container .swiper-slide .txt::before{content:'';width:390px;height:70px;background:#fafafa;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide-active .txt::before{content:'';width:390px;height:150px;background:#fafafa;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide .txt .name{width:280px;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide .txt p{font-size:14px;color:#666;line-height:30px;height:60px;margin-top:12px;overflow:hidden;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide-active .txt p{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide .txt .more{width:52px;height:52px;background:url(../images/jia02.png) center center no-repeat #fafafa;border:solid 5px #fff;border-radius:50%;position:absolute;right:0;bottom:75px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .swiper-container .swiper-slide-active .txt .more{background:url(../images/jia01.png) center center no-repeat #ff632b;position:absolute;right:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .num{width:128px;height:50px;position:absolute;left:0;bottom:0;z-index:9;text-align:center; background:url(../images/case_line.png) center 25px no-repeat;}

.box_04 .num .swiper-pagination{width:128px;height:50px;position:absolute;bottom:0;color:#fff;}

.box_04 .num .swiper-pagination .swiper-pagination-current{font-size:18px;opacity:1;line-height:14px;position:absolute;top:0;left:0;width:38px;text-align:right;color:#333;}

.box_04 .num .swiper-pagination .swiper-pagination-current::after{content:'0';font-size:18px;line-height:14px;position:absolute;top:0;left:15px;color:#333;}

.box_04 .num .swiper-pagination .swiper-pagination-total{font-size:14px;opacity:1;line-height:14px;position:absolute;bottom:0;right:0;width:38px;text-align:right;color:#cfcfcf;}

.box_04 .num .swiper-pagination .swiper-pagination-total::after{content:'0';font-size:14px;line-height:14px;position:absolute;top:0;left:20px;color:#cfcfcf;}

.box_04 .arrow{width:210px;height:45px;position:absolute;right:0;bottom:0;z-index:9;overflow:hidden;}

.box_04 .arrow .swiper-button-prev{width:80px;height:45px;line-height:45px;font-size:14px;color:#333;font-weight:bold;text-transform: Uppercase;margin-top:0;background:url(../images/case_jt_01.png) left center no-repeat;position:absolute;left:0;top:0;outline: none;text-align:right;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .arrow .swiper-button-next{width:80px;height:45px;line-height:45px;font-size:14px;color:#333;font-weight:bold;text-transform: Uppercase;margin-top:0;background:url(../images/case_jt_03.png) right center no-repeat;position:absolute;right:0;top:0;outline: none;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .arrow .swiper-button-prev:hover{background:url(../images/case_jt_02.png) left center no-repeat;color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .arrow .swiper-button-next:hover{background:url(../images/case_jt_04.png) right center no-repeat;color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}




/* 关于我们 */
.box_05{width:100%;height:1050px;padding-top:94px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1300px;height:1050px;margin:0 auto;position:relative;z-index:0;}

.box_05 .center .yuan{width:770px;height:770px; background:#fff;border-radius:50%;position:absolute;top:0;right:0;z-index:-1;}

.box_05 .center .left{width:440px;height:1050px;float:left;}

.box_05 .center .left .list{width:440px;height:auto;margin-top:40px;}

.box_05 .center .left .list li{width:440px;height:66px;overflow:hidden;position:relative;margin-bottom:70px;display:flex;justify-content: space-between;}

.box_05 .center .left .list li:last-child{margin-bottom:0;}

.box_05 .center .left .list li p:nth-of-type(1){width:165px;float:left;font-size:50px;color:#333;font-weight:bold;line-height:42px;margin-left:15px;}

.box_05 .center .left .list li p:nth-of-type(2){width:165px;float:right;font-size:16px;color:#404040;line-height:42px;}

.box_05 .center .left .list li span{display:block;font-size:18px;color:#333;font-weight:bold;line-height:20px;}

.box_05 .center .left .list li:nth-of-type(1) span{position:absolute;top:22px;left:140px;}

.box_05 .center .left .list li:nth-of-type(2) span{position:absolute;top:22px;left:48px;}

.box_05 .center .left .list li:nth-of-type(3) span{position:absolute;top:22px;left:80px;}

.box_05 .center .left .list li:nth-of-type(4) span{position:absolute;top:22px;left:80px;}

.box_05 .center .left .more{display:block;width:260px;height:45px;margin-top:85px;text-align:right;position:relative;font-size:16px;color:#333;line-height:16px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .more:hover{color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .more:before{content:'';width:260px;height:1px;background:#e6e6e6;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .more:after{content:'';width:0px;height:1px;background:#ff632b;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .more:hover:after{content:'';width:260px;height:1px;background:#ff632b;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .yyzz{width:241px;height:159px;padding:19px 20px;background:url(../images/honor.png);position:relative;margin:60px 0 0 15px;}

.box_05 .center .left .yyzz img{display:block;width:241px;height:159px; vertical-align:top;object-fit:cover;}

.box_05 .center .right{width:860px;height:1050px;float:right;position:relative;}

.box_05 .center .right .txt{width:530px;height:auto;padding-top:43px; background:url(../images/us.png) left top no-repeat;position:absolute;top:110px;left:230px;}

.box_05 .center .right .txt h3{font-size:36px;color:#3f3f3f;line-height:36px;}

.box_05 .center .right .txt p{font-size:16px;color:#666;line-height:35px;height:140px;margin-top:50px;overflow:hidden;}

.box_05 .center .right .img{width:860px;height:630px;position:absolute;left:0;bottom:0;}

.box_05 .center .right .img img{display:block;width:1170px;height:630px; vertical-align:top;}







/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_06 .news_center{width:1300px;height:auto;margin:0 auto;overflow:hidden;}

.box_06 .news_center .hd{width:1300px;height:84px;overflow:hidden;}

.box_06 .news_center .hd .h_title{width:auto;height:84px;float:left;}

.box_06 .news_center .hd .h_title p{width:171px;height:48px;background:url(../images/bt_news.png);}

.box_06 .news_center .hd .h_title h3{font-size:26px;color:#333;line-height:26px;margin-top:10px;}

.box_06 .news_center .hd .h_title h3 a{display:block;color:#333;}

.box_06 .news_center .hd ul{width:520px;height:54px;float:right;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:158px;height:52px;line-height:52px;border:solid 1px #e6e6e6;border-radius:6px;float:left;background:#fff;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on{background:#ff632b;border:solid 1px #ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:98px;padding-left:60px;height:52px;font-size:15px;color:#666;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_04.png) 26px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}











.box_06 .news_center .bd{width:1300px;height:540px;margin-top:50px;overflow:hidden;}

.box_06 .news_center .bd .main{width:1300px;height:540px;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .left{width:620px;height:540px;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .left li{width:590px;height:130px;border:solid 1px #e6e6e6;padding:14px;overflow:hidden;margin-bottom:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left li:last-child{margin-bottom:0;}

.box_06 .news_center .bd .main .left li:hover{border:solid 1px #ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left li a{display:block;}

.box_06 .news_center .bd .main .left li .img{width:170px;height:130px;float:left;margin-right:35px;overflow:hidden;}

.box_06 .news_center .bd .main .left li .img img{width:170px;height:130px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .news_center .bd .main .left li:hover .img img{transform: scale(1.05);}

.box_06 .news_center .bd .main .left li .txt{width:360px;height:130px;float:right;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .left li .txt span{display:block;font-size:18px;color:#333;line-height:15px;font-weight:bold;}

.box_06 .news_center .bd .main .left li .txt .name{font-size:16px;color:#333;line-height:16px;margin-top:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left li:hover .txt .name{color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left li .txt p{font-size:16px;color:#808080;line-height:30px;height:60px;margin-top:12px;overflow:hidden;}

.box_06 .news_center .bd .main .right{width:630px;height:540px;float:right;overflow:hidden;}

.box_06 .news_center .bd .main .right li{width:630px;height:54px;border-bottom:dashed 1px #e6e6e6;padding-top:10px;overflow:hidden;margin-bottom:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_06 .news_center .bd .main .right li:hover{border-bottom:dashed 1px #ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .name{display:block;width:450px;float:left;padding-left:25px;position:relative;font-size:16px;color:#7e7e7e;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li:hover .name{color:#ff632b;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .name::before{content:'';width:6px;height:6px;background:#ff632b;border-radius:3px;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li span{display:block;font-size:14px;color:#7e7e7e;line-height:16px;float:right;}








/* 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);
  }
}
