/*

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:109px;border-bottom:solid 1px #ddd;overflow:hidden;}

.box_01 .center{width:1300px;height:109px;margin:0 auto;overflow:hidden;}

.box_01 .center .tel{width:265px;height:48px;padding-left:65px;margin-top:33px;border-right:solid 1px #ddd;float:left;position:relative;margin-right:100px;}

.box_01 .center .tel::before{content:'';width:48px;height:48px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.7s linear infinite;}

.box_01 .center .tel p:nth-of-type(1){fnot-size:16px;color:#333;line-height:16px;margin-top:5px;}

.box_01 .center .tel p:nth-of-type(2){font-size:20px;color:#232436;line-height:16px;font-weight:bold;margin-top:5px;}

.box_01 .center .txt{width:359px;height:48px;margin-top:33px;border-right:solid 1px #ddd;float:left;position:relative;}

.box_01 .center .txt p:nth-of-type(1){fnot-size:16px;color:#333;line-height:16px;margin-top:5px;}

.box_01 .center .txt p:nth-of-type(2){fnot-size:16px;color:#333;line-height:16px;margin-top:15px;}

.box_01 .center .ss{width:410px;height:48px;float:right;margin-top:33px;background:#fff;}

.box_01 .center .ss .input{width:350px;height:48px;line-height:48px;color:#999;display:block;background:rgba(0,0,0,0);font-size:14px;padding:0 10px 0 0;box-sizing:content-box;float:left;}

.box_01 .center .ss .button{width:50px;height:48px;display:inline-block;background:url(../images/search.png) center center no-repeat;cursor:pointer;border:none;float:right;}




/* 产品中心 */
.box_02{width:100%;height:auto;padding:70px 0;overflow:hidden;}

.box_02 .h_title{width:723px;height:auto;margin:0 auto; background:url(../images/bt_pro.png) center top no-repeat;}

.box_02 .h_title h3{font-size:36px;color:#333;font-weight:bold;line-height:38px;text-align:center;}

.box_02 .h_title h3 a{display:block;color:#333;}

.box_02 .h_title h3 span{color:#01478f;}

.box_02 .h_title p{width:190px;font-size:14px;color:#666;line-height:13px;margin:28px auto 0 auto;position:relative;text-transform: Uppercase;font-family:Arial;text-align:center;}

.box_02 .h_title p::before{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;left:0;}

.box_02 .h_title p::after{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;right:0;}

.box_02 .center{width:1300px;height:685px;margin:40px auto 0 auto;overflow:hidden;}

.box_02 .center .left{width:235px;height:685px;float:left;overflow:hidden;}

.box_02 .center .left li{width:190px;padding-left:45px;height:36px;margin-bottom:28.5px;overflow:hidden;position:relative;}

.box_02 .center .left li:last-child{margin-bottom:0;}

.box_02 .center .left li::before{content:'';width:45px;height:1px;background:#ccc;position:absolute;top:17px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left li::after{content:'';width:10px;height:10px;background:#666;border-radius:5px;position:absolute;top:12px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left li:hover::before{content:'';width:45px;height:1px;background:#01478f;position:absolute;top:17px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left li:hover::after{content:'';width:10px;height:10px;background:#01478f;border-radius:5px;position:absolute;top:12px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left li a{display:block;width:128px;height:34px;line-height:34px;border:solid 1px #ccc;padding:0 40px 0 20px;background:url(../images/sjx01.png) 165px center no-repeat #fff;border-radius:4px;font-size:15px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left li:hover a{border:solid 1px #01478f;background:url(../images/sjx02.png) 160px center no-repeat #01478f;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.pro-center{width:1005px;height:685px;float:right;overflow:hidden;}

.pro-center .hd{width:1005px;height:20px;}

.pro-center .hd ul{width:270px;height:20px;line-height:20px;font-size:18px;cursor:pointer;display:flex;justify-content: space-between;float:left;}

.pro-center .hd ul li{width:105px;text-align:right;color:#333;float:left;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd ul li.on{color:#01478f;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd ul li:nth-of-type(1){background:url(../images/hot01.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd ul li:nth-of-type(2){background:url(../images/hot03.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd ul li:nth-of-type(1).on{background:url(../images/hot02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd ul li:nth-of-type(2).on{background:url(../images/hot04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd .more{display:block;width:80px;height:20px;line-height:20px;float:right;font-size:16px;color:#333;text-align:center;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd .more:hover{color:#01478f;margin-right:5px;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .hd .more::after{content:'';width:80px;height:6px;background:#80a3c7;position:absolute;bottom:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .bd{width:1005px;height:630px;margin-top:35px;}

.pro-center .bd .main{width:1005px;height:630px;overflow:hidden;}

.pro-center .bd .main li a{display:block;}

.pro-center .bd .main li{width:315px;height:300px;margin:0 30px 30px 0;overflow:hidden;float:left;}

.pro-center .bd .main li:nth-of-type(3n){margin-right:0;}

.pro-center .bd .main li .img{width:295px;height:240px;padding:9px;border:solid 1px #ddd;overflow:hidden;position:relative;}

.pro-center .bd .main li .img .pic{width:295px;height:240px;overflow:hidden;}

.pro-center .bd .main li .img .pic img{width:295px;height:240px;transition: all 1s;vertical-align:top;object-fit:cover;}

.pro-center .bd .main li:hover .img .pic img{transform: scale(1.1);}

.pro-center .bd .main li .txt{width:315px;height:20px;line-height:20px;margin-top:20px;overflow:hidden;position:relative;}

.pro-center .bd .main li .txt::after{content:'';width:20px;height:20px;background:url(../images/jia01.png) center center no-repeat;position:absolute;top:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .bd .main li:hover .txt::after{content:'';width:20px;height:20px;background:url(../images/jia02.png) center center no-repeat;transform:rotate(135deg);-webkit-transition:all .7s;transition:all .7s;}

.pro-center .bd .main li .txt .name{width:240px;font-size:16px;padding-left:10px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.pro-center .bd .main li:hover .name{color:#01478f;padding-left:15px;-webkit-transition:all .7s;transition:all .7s;}




/* 广告 */
.box_03{width:100%;height:120px;padding-top:65px;background:url(../images/ad_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:1300px;height:125px;margin:0 auto;display:flex;justify-content: space-between;}

.box_03 .center .txt{width:auto;height:125px;float:left;}

.box_03 .center .txt h4{font-size:24px;color:#333;line-height:26px;font-weight:bold;}

.box_03 .center .txt p{font-size:18px;color:#666;line-height:18px;margin-top:20px;}

.box_03 .center .tel{width:auto;height:50px;padding-left:60px;position:relative;float:left;}

.box_03 .center .tel::before{content:'';width:50px;height:50px;background:#01478f;border-radius:4px;position:absolute;top:0;left:0;}

.box_03 .center .tel::after{content:'';width:50px;height:50px;background:url(../images/tel02.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.5s linear infinite;}

.box_03 .center .tel p:nth-of-type(1){font-size:16px;color:#333;line-height:16px; letter-spacing:7px;margin-top:2px;}

.box_03 .center .tel p:nth-of-type(2){font-size:24px;color:#333;line-height:20px;font-weight:bold; font-family:Arial;margin-top:10px;}

.box_03 .center a{display:block;width:115px;padding-left:75px;height:50px;background:url(../images/zxzx.png) 40px center no-repeat #f04d24;float:right;border-radius:25px;font-size:18px;color:#fff;line-height:50px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center a:hover{background:url(../images/zxzx.png) 40px center no-repeat #01478f;-webkit-transition:all .7s;transition:all .7s;}






/* 企业优势 */
.box_04{width:100%;height:685px;background:url(../images/ys_back.jpg) center top no-repeat;}

.look_center{width:1300px;height:685px;margin:0 auto;position:relative;}

.look_center .hd{width:1300px;height:685px;background:#014285;position:relative;}

.look_center .hd ul{width:1300px;height:685px;float:right;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:265px;padding:0 30px;height:685px;float:left;cursor:pointer;position:relative;z-index:0;}

.look_center .hd ul li::before{content:'';width:325px;height:770px;background:#fb5a02;border-radius:0 0 160px 160px;position:absolute;top:0;left:0;z-index:-1;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on::before{content:'';width:325px;height:770px;background:#fb5a02;border-radius:0 0 160px 160px;position:absolute;top:0;left:0;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li img{display:block;width:265px;height:185px;margin:55px auto 0 auto;vertical-align:top;}

.look_center .hd ul li h4{height:30px;line-height:30px;padding-left:40px;margin:55px 0 40px 0;font-size:20px;color:#fff;font-weight:bold;}

.look_center .hd ul li:nth-of-type(1) h4{background:url(../images/ys_icon_01.png) left center no-repeat;}

.look_center .hd ul li:nth-of-type(2) h4{background:url(../images/ys_icon_02.png) left center no-repeat;}

.look_center .hd ul li:nth-of-type(3) h4{background:url(../images/ys_icon_03.png) left center no-repeat;}

.look_center .hd ul li:nth-of-type(4) h4{background:url(../images/ys_icon_04.png) left center no-repeat;}

.look_center .hd ul li p{font-size:14px;line-height:30px;color:#fff;padding-left:18px;background:url(../images/ys_dian.png) left 13px no-repeat;}

.look_center .hd ul li .num{font-size:48px;color:#fff;font-weight:bold; font-family:Arial;line-height:38px;position:absolute;left:30px;bottom:60px;}

.look_center .hd .next{width:60px;height:126px;background:url(../images/ys_jt.png);position:absolute;top:275px;right:-60px; cursor:pointer;}




/* 客户案例 */
.box_05{width:100%;height:480px;padding-top:100px;overflow:hidden;}

.box_05 .h_title{width:1300px;height:auto;margin:0 auto;background:url(../images/bt_case.png) left top no-repeat;position:relative;}

.box_05 .h_title h3{font-size:36px;color:#333;font-weight:bold;line-height:38px;}

.box_05 .h_title h3 span{color:#01478f;}

.box_05 .h_title p{width:150px;font-size:14px;color:#666;line-height:13px;margin-top:28px;position:relative;text-transform: Uppercase;font-family:Arial;}

.box_05 .h_title p::after{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;right:0;}

.box_05 .h_title i{display:block;font-size:16px;color:#333;line-height:16px;position:absolute;left:310px;top:22px;}

.box_05 .picScroll-left01{width:1450px;height:275px;margin:50px auto 0 auto;position:relative;}

.box_05 .picScroll-left01 .hd{width:1450px;height:275px;overflow:hidden;position:absolute;top:0;left:0;z-index:1;}

.box_05 .picScroll-left01 .hd .prev{float:left;width:46px;height:46px;border-radius:25px;margin-top:90px;cursor:pointer;background:url(../images/case_jt_01.png) center center no-repeat #e8e8e8;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .hd .next{float:right;width:46px;height:46px;border-radius:25px;margin-top:90px;cursor:pointer;background:url(../images/case_jt_03.png) center center no-repeat #e8e8e8;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .hd .prev:hover{background:url(../images/case_jt_02.png) center center no-repeat #01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .hd .next:hover{background:url(../images/case_jt_04.png) center center no-repeat #01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd{width:1300px;height:275px;position:relative;z-index:5;margin:0 auto;overflow:hidden;}

.box_05 .picScroll-left01 .bd ul{width:1300px;height:275px;overflow:hidden; zoom:1;}

.box_05 .picScroll-left01 .bd ul li{width:300px;height:275px;margin-right:33.33px;position:relative;}

.box_05 .picScroll-left01 .bd ul li a{display:block;}

.box_05 .picScroll-left01 .bd ul li .img{width:280px;height:220px;padding:9px;border:solid 1px #ddd;overflow:hidden;}

.box_05 .picScroll-left01 .bd ul li .img .pic{width:280px;height:220px;overflow:hidden;;}

.box_05 .picScroll-left01 .bd ul li .img .pic img{width:280px;height:220px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .picScroll-left01 .bd ul li:hover .img .pic img{transform: scale(1.1);}

.box_05 .picScroll-left01 .bd ul li .txt{width:300px;height:16px;line-height:16px;margin-top:19px;overflow:hidden;position:relative;}

.box_05 .picScroll-left01 .bd ul li .txt .name{width:170px;font-size:16px;padding-left:10px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd ul li:hover .name{color:#01478f;padding-left:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd ul li .txt .more{width:85px;text-align:right;font-size:14px;color:#999;text-transform: Uppercase;font-family:Arial;float:right;margin-right:10px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd ul li:hover .txt .more{color:#01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd ul li .txt .more::before{content:'';width:25px;height:1px;background:#bbb;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .picScroll-left01 .bd ul li:hover .txt .more::before{content:'';width:25px;height:1px;background:#01478f;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}




/* 实力厂家 */
.box_06{width:100%;height:800px;padding-top:80px; background:#fbfbfb;overflow:hidden;}

.box_06 .h_title{width:846px;height:auto;margin:0 auto; background:url(../images/bt_hb.png) center top no-repeat;}

.box_06 .h_title h3{font-size:36px;color:#333;font-weight:bold;line-height:38px;text-align:center;}

.box_06 .h_title h3 span{color:#01478f;}

.box_06 .h_title p{width:210px;font-size:14px;color:#666;line-height:13px;margin:28px auto 0 auto;position:relative;text-transform: Uppercase;font-family:Arial;text-align:center;}

.box_06 .h_title p::before{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;left:0;}

.box_06 .h_title p::after{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;right:0;}

.box_06 .center{width:1300px;height:454px;margin:50px auto 0 auto;}

.box_06 .center .left{width:670px;height:454px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .left:hover{margin-top:-10px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .left img{display:block;width:670px;height:454px; vertical-align:top;}

.box_06 .center .right{width:570px;height:454px;float:right;position:relative;}

.box_06 .center .right .txt{width:570px;height:auto;margin-top:25px;}

.box_06 .center .right .txt h4{width:420px;height:40px; background:#333;line-height:40px;text-align:center;font-size:16px;color:#fff;}

.box_06 .center .right .txt p{fnot-size:14px;color:#666;line-height:35px;height:105px;overflow:hidden;margin-top:25px;}

.box_06 .center .right .img{width:570px;height:209px;position:absolute;left:0;bottom:0;}

.box_06 .center .right .img img{display:block;width:570px;height:209px; vertical-align:top;}

.box_06 .center .right .img p{width:30px;height:130px; background:#01478f;position:absolute;left:20px;top:-30px;line-height:30px;text-align:center;writing-mode: tb-rl;font-size:12px;color:#fff;text-transform: Uppercase;font-family:Arial; letter-spacing:1px;}

.box_06 .list{width:1300px;height:auto;margin:50px auto 0 auto;overflow:hidden;display:flex;justify-content: space-between;}

.box_06 .list li{width:auto;height:auto;float:left;}

.box_06 .list li .icon{width:78px;height:78px;border:solid 1px #747474;border-radius:40px;margin:0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:hover .icon{border:solid 1px #01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li .icon i{display:block;width:78px;height:78px;}

.box_06 .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_06 .list li:nth-of-type(1) .icon i{background:url(../images/ab_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(2) .icon i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(3) .icon i{background:url(../images/ab_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(4) .icon i{background:url(../images/ab_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(5) .icon i{background:url(../images/ab_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(6) .icon i{background:url(../images/ab_icon_11.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(1):hover .icon i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(2):hover .icon i{background:url(../images/ab_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(3):hover .icon i{background:url(../images/ab_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(4):hover .icon i{background:url(../images/ab_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(5):hover .icon i{background:url(../images/ab_icon_10.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:nth-of-type(6):hover .icon i{background:url(../images/ab_icon_12.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li p{font-size:18px;color:#333;line-height:18px;text-align:center;margin-top:15px;}





/* 荣誉资质 */
.box_07{width:100%;height:470px;padding-top:70px; background:#fff;overflow:hidden;}

.box_07 .h_title{width:806px;height:auto;margin:0 auto; background:url(../images/bt_zz.png) center top no-repeat;}

.box_07 .h_title h3{font-size:36px;color:#333;font-weight:bold;line-height:38px;text-align:center;}

.box_07 .h_title h3 span{color:#01478f;}

.box_07 .h_title p{width:210px;font-size:14px;color:#666;line-height:13px;margin:28px auto 0 auto;position:relative;text-transform: Uppercase;font-family:Arial;text-align:center;}

.box_07 .h_title p::before{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;left:0;}

.box_07 .h_title p::after{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;right:0;}

.box_07 .picScroll-left02{width:1450px;height:275px;margin:50px auto 0 auto;position:relative;}

.box_07 .picScroll-left02 .hd{width:1450px;height:275px;overflow:hidden;position:absolute;top:0;left:0;z-index:1;}

.box_07 .picScroll-left02 .hd .prev{float:left;width:46px;height:46px;border-radius:25px;margin-top:90px;cursor:pointer;background:url(../images/case_jt_01.png) center center no-repeat #e8e8e8;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .next{float:right;width:46px;height:46px;border-radius:25px;margin-top:90px;cursor:pointer;background:url(../images/case_jt_03.png) center center no-repeat #e8e8e8;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .prev:hover{background:url(../images/case_jt_02.png) center center no-repeat #01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .next:hover{background:url(../images/case_jt_04.png) center center no-repeat #01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd{width:1300px;height:275px;position:relative;z-index:5;margin:0 auto;overflow:hidden;}

.box_07 .picScroll-left02 .bd ul{width:1300px;height:275px;overflow:hidden; zoom:1;}

.box_07 .picScroll-left02 .bd ul li{width:300px;height:275px;margin-right:33.33px;position:relative;}

.box_07 .picScroll-left02 .bd ul li a{display:block;}

.box_07 .picScroll-left02 .bd ul li .img{width:280px;height:220px;padding:9px;border:solid 1px #ddd;overflow:hidden;}

.box_07 .picScroll-left02 .bd ul li .img .pic{width:280px;height:220px;overflow:hidden;}

.box_07 .picScroll-left02 .bd ul li .img .pic img{width:280px;height:220px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_07 .picScroll-left02 .bd ul li:hover .img .pic img{transform: scale(1.1);}

.box_07 .picScroll-left02 .bd ul li .txt{width:300px;height:16px;line-height:16px;margin-top:19px;overflow:hidden;position:relative;}

.box_07 .picScroll-left02 .bd ul li .txt .name{width:170px;font-size:16px;padding-left:10px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd ul li:hover .name{color:#01478f;padding-left:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd ul li .txt .more{width:85px;text-align:right;font-size:14px;color:#999;text-transform: Uppercase;font-family:Arial;float:right;margin-right:10px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd ul li:hover .txt .more{color:#01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd ul li .txt .more::before{content:'';width:25px;height:1px;background:#bbb;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd ul li:hover .txt .more::before{content:'';width:25px;height:1px;background:#01478f;position:absolute;top:7px;left:0;-webkit-transition:all .7s;transition:all .7s;}






/* 新闻中心 */
.box_08{width:100%;height:auto;padding-bottom:60px;position:relative;overflow:hidden;}

.box_08 .h_title{width:806px;height:auto;margin:0 auto; background:url(../images/bt_news.png) center top no-repeat;}

.box_08 .h_title h3{font-size:36px;color:#333;font-weight:bold;line-height:38px;text-align:center;}

.box_08 .h_title h3 a{display:block;color:#333;}

.box_08 .h_title h3 span{color:#01478f;}

.box_08 .h_title p{width:190px;font-size:14px;color:#666;line-height:13px;margin:28px auto 0 auto;position:relative;text-transform: Uppercase;font-family:Arial;text-align:center;}

.box_08 .h_title p::before{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;left:0;}

.box_08 .h_title p::after{content:'';width:20px;height:1px;background:#aaa;position:absolute;top:6px;right:0;}

.box_08 .news_center{width:1300px;height:auto;margin:40px auto 0 auto;position:relative;}

.box_08 .news_center .hd{width:1300px;height:50px;}

.box_08 .news_center .hd ul{width:520px;height:50px;float:left;position:relative;display:flex;justify-content: space-between;}

.box_08 .news_center .hd ul li{width:155px;height:50px;float:left;position:relative; background:#fff;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li.on{background:#01478f;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li a{display:block;width:95px;padding-left:60px;height:50px;font-size:16px;color:#333;line-height:50px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_05.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_06.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd .more{display:block;width:80px;height:20px;line-height:20px;float:right;margin-top:15px;font-size:16px;color:#333;text-align:center;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd .more:hover{color:#01478f;margin-right:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd .more::after{content:'';width:80px;height:6px;background:#80a3c7;position:absolute;bottom:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd{width:1300px;height:560px;margin:40px auto 0 auto;}

.box_08 .news_center .bd .main{width:1300px;height:560px;overflow:hidden;}

.box_08 .news_center .bd .main .left{width:570px;height:560px;overflow:hidden;position:relative;float:left;}

.box_08 .news_center .bd .main .left .bx a{display:block;}

.box_08 .news_center .bd .main .left .bx{width:570px;height:324px;border-bottom:solid 1px #ddd;overflow:hidden;}

.box_08 .news_center .bd .main .left .bx .img{width:570px;height:225px;overflow:hidden;}

.box_08 .news_center .bd .main .left .bx .img img{width:570px;height:225px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_08 .news_center .bd .main .left .bx:hover .img img{transform: scale(1.05);}

.box_08 .news_center .bd .main .left .bx .name{width:420px;font-size:16px;color:#333;line-height:16px;margin-top:30px;padding-left:20px;background:url(../images/dian01.png) 0 center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left .bx:hover .name{color:#01478f;padding-left:25px;background:url(../images/dian02.png) 5px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left .bx p{font-size:14px;color:#666;line-height:15px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_08 .news_center .bd .main .left .bx span{display:block;font-size:14px;color:#999;line-height:16px;position:absolute;top:255px;right:0;}

.box_08 .news_center .bd .main .left .list{width:570px;height:235px;overflow:hidden;}

.box_08 .news_center .bd .main .left .list li{width:570px;height:15px;overflow:hidden;margin-top:32px;}

.box_08 .news_center .bd .main .left .list li .name{display:block;width:410px;font-size:14px;color:#666;line-height:15px;padding-left:20px;background:url(../images/dian01.png) 0 center no-repeat;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left .list li:hover .name{color:#01478f;padding-left:25px;background:url(../images/dian02.png) 5px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left .list li span{display:block;font-size:14px;color:#999;float:right;line-height:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right{width:690px;height:560px;overflow:hidden;position:relative;float:right;}

.box_08 .news_center .bd .main .right li{width:690px;height:160px;margin-bottom:40px;overflow:hidden;position:relative;}

.box_08 .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_08 .news_center .bd .main .right li::before{content:'';width:690px;height:1px;background:#ddd;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right li::after{content:'';width:0px;height:1px;background:#f04d24;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right li:hover::after{content:'';width:690px;height:1px;background:#f04d24;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right li .img{width:190px;height:130px;overflow:hidden;float:left;}

.box_08 .news_center .bd .main .right li .img img{width:190px;height:130px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_08 .news_center .bd .main .right li:hover .img img{transform: scale(1.1);}

.box_08 .news_center .bd .main .right li .txt{width:475px;height:160px;float:right;}

.box_08 .news_center .bd .main .right li .txt .date{font-size:30px;color:#666;line-height:24px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right li:hover .txt .date{color:#f04d24;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .right li .txt .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_08 .news_center .bd .main .right li .txt p{font-size:14px;color:#666;line-height:25px;height:50px;margin-top:16px;overflow:hidden;}




.box_08 .links{width:1300px;height:50px;margin:60px auto 0 auto;background:url(../images/lk_bk.png);overflow:hidden;}

.box_08 .links .left{width:75px;padding-left:45px;height:50px;line-height:50px;float:left;color:#0d2b2c;font-size:14px;background:url(../images/links.png) 15px center no-repeat;position:relative;}

.box_08 .links .left::before{content:'';width:1px;height:24px;background:#dddddd;position:absolute;top:13px;right:0;}



.links .link{width:1130px;height:50px;float:right;overflow:hidden;position:relative;}

.links .link a{display:block;float:left;width:auto;margin-right:40px;font-size:14px;line-height:50px;color:#666;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .link a:hover{color:#01478f;-webkit-transition:all .7s;transition:all .7s;}

.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);
  }
}
