/*

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 40px 0;overflow:hidden;}

.box_01 .list{width:1300px;height:150px;margin:0 auto;display:flex;justify-content: space-between;}

.box_01 .list li{width:110px;height:150px;float:left;cursor:pointer;}

.box_01 .list li .icon{width:108px;height:108px;border:solid 1px #f3f3f3;background:#fff;border-radius:55px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li.active .icon{border:solid 1px #0c4ca3;background:#0c4ca3;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li .icon i{display:block;width:108px;height:108px;}

.box_01 .list li.active .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_01 .list li:nth-of-type(1) .icon i{background:url(../images/list_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(2) .icon i{background:url(../images/list_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(3) .icon i{background:url(../images/list_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(4) .icon i{background:url(../images/list_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(5) .icon i{background:url(../images/list_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(6) .icon i{background:url(../images/list_icon_11.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(7) .icon i{background:url(../images/list_icon_13.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(8) .icon i{background:url(../images/list_icon_15.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(1).active .icon i{background:url(../images/list_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(2).active .icon i{background:url(../images/list_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(3).active .icon i{background:url(../images/list_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(4).active .icon i{background:url(../images/list_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(5).active .icon i{background:url(../images/list_icon_10.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(6).active .icon i{background:url(../images/list_icon_12.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(7).active .icon i{background:url(../images/list_icon_14.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:nth-of-type(8).active .icon i{background:url(../images/list_icon_16.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li p{text-align:center;font-size:16px;color:#333;line-height:20px;margin-top:20px;}

@keyframes cir-scale {
    0% {
        opacity:1;
        transform:scale(1)
    }
    80% {
        opacity:1;
        transform:scale(1.2)
    }
    100% {
        opacity:0;
        transform:scale(1.1)
    }
}


/* 企业优势 */
.box_02{width:100%;height:auto;padding:40px 0 80px 0;overflow:hidden;}

.box_02 .center{width:1300px;height:700px;margin:0 auto;}

.box_02 .center .left{width:300px;height:700px;float:left;background:url(../images/kf.png) left bottom no-repeat #fff;float:left;position:relative;overflow:hidden;-moz-box-shadow:0px 0px 15px #e4e3e3;-webkit-box-shadow:0px 0px 15px #e4e3e3;box-shadow:0px 0px 15px #e4e3e3;margin-right:90px;}

.box_02 .center .left .fl_list{width:260px;height:auto;margin:15px auto 0 auto;}

.box_02 .center .left .fl_list li{width:260px;height:64px;line-height:64px;border-bottom:solid 1px #e6e6e6;overflow:hidden;}

.box_02 .center .left .fl_list li a{display:block;width:150px;padding:0 60px 0 50px;font-size:18px;color:#333;font-weight:bold;background:url(../images/fl_icon_01.png) 15px center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li.active a{color:#0c4ca3;background:url(../images/fl_icon_02.png) 15px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li a::after{content:'';width:28px;height:64px;background:url(../images/fl_list.png) center center no-repeat;position:absolute;top:0;right:35px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li.active a::after{content:'';width:28px;height:64px;background:url(../images/fl_list.png) center center no-repeat;position:absolute;top:0;right:15px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .pos{width:160px;height:auto;position:absolute;left:140px;top:320px;overflow:hidden;}

.box_02 .center .left .pos img{display:block;width:100px;height:100px;vertical-align:top;}

.box_02 .center .left .pos p:nth-of-type(1){font-size:16px;color:#333;line-height:13px;text-transform: Uppercase;margin-top:25px;}

.box_02 .center .left .pos p:nth-of-type(2){font-size:18px;color:#333;line-height:14px;font-weight:bold;margin-top:22px;}

.box_02 .center .left .pos p:nth-of-type(1){font-size:18px;color:#333;line-height:14px;font-weight:bold;margin-top:15px;}

.box_02 .center .left .pos .qq{display:block;width:130px;height:40px;font-size:14px;color:#fff;line-height:40px;text-align:center;background:#0c4ca3;position:relative;z-index:2;margin:30px 0 0 10px;overflow:hidden;}

.box_02 .center .left .pos .qq:hover::after {width: 100%;height: 100%;transform: translate(-50%, -50%) rotateZ(360deg);}

.box_02 .center .left .pos .qq::after{content: "";position: absolute;width:0;height:0;background:#fd7f08;z-index:-1;left:50%;top:50%;transform:translate(-50%, -50%);transition:all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;}

.box_02 .center .look_center{width:910px;height:700px;float:left;position:relative;}

.box_02 .center .look_center::before{content:'';width:740px;height:740px;background:url(../images/cir.png);position:absolute;top:-20px;left:200px;z-index:1;background-size:100% !important;transition-duration:.8s;animation:cir-scale 3s infinite cubic-bezier(0,0.43,0.35,0.85);}








.box_02 .center .look_center .ys{width:120px;height:120px;font-size:18px;color:#fff;font-weight:bold;line-height:120px;text-align:center;position:absolute;left:510px;top:290px;z-index:2;}

.box_02 .center .look_center .bd{width:1220px;height:700px;}

.box_02 .center .look_center .bd .main{width:1220px;height:700px;overflow:hidden;position:relative;}

.box_02 .center .look_center .bd .main .img{width:1220px;height:700px;float:left;position:relative;}

.box_02 .center .look_center .bd .main .img img{display:block;width:1220px;height:700px;}

.box_02 .center .look_center .hd{width:910px;height:700px;position:absolute;left:0;top:0;z-index:5;}

.box_02 .center .look_center .hd ul{width:910px;height:700px;position:relative;}

.box_02 .center .look_center .hd ul li{cursor:pointer;}

.box_02 .center .look_center .hd ul li h4{font-size:18px;color:#fff;font-weight:bold;line-height:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .look_center .hd ul li.on h4{color:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .look_center .hd ul li:nth-of-type(1){position:absolute;top:180px;right:292px;}

.box_02 .center .look_center .hd ul li:nth-of-type(1)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;top:34px;left:40px;}

.box_02 .center .look_center .hd ul li:nth-of-type(2){position:absolute;top:80px;right:130px;}

.box_02 .center .look_center .hd ul li:nth-of-type(2)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;top:34px;left:67px;}

.box_02 .center .look_center .hd ul li:nth-of-type(3){position:absolute;top:140px;left:308px;}

.box_02 .center .look_center .hd ul li:nth-of-type(3)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;top:6px;left:103px;}

.box_02 .center .look_center .hd ul li:nth-of-type(4){position:absolute;top:80px;left:195px;}

.box_02 .center .look_center .hd ul li:nth-of-type(4)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;top:6px;left:103px;}

.box_02 .center .look_center .hd ul li:nth-of-type(5){position:absolute;bottom:180px;right:255px;}

.box_02 .center .look_center .hd ul li:nth-of-type(5)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;bottom:35px;left:75px;}

.box_02 .center .look_center .hd ul li:nth-of-type(6){position:absolute;bottom:313px;right:0;}

.box_02 .center .look_center .hd ul li:nth-of-type(6)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;bottom:35px;right:84px;}

.box_02 .center .look_center .hd ul li:nth-of-type(7){position:absolute;bottom:103px;left:273px;}

.box_02 .center .look_center .hd ul li:nth-of-type(7)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;bottom:35px;right:22px;}

.box_02 .center .look_center .hd ul li:nth-of-type(8){position:absolute;bottom:293px;left:53px;}

.box_02 .center .look_center .hd ul li:nth-of-type(8)::after{content:'';width:13px;height:13px;background:url(../images/dian01.png);position:absolute;bottom:35px;right:12px;}





/* 产品中心 */
.box_03{width:100%;height:auto;padding-bottom:80px;overflow:hidden;}

.box_03 .center{width:1300px;height:960px;margin:0 auto;overflow:hidden;}

.box_03 .center .left{width:280px;height:960px;background:#f5f8fb;float:left;overflow:hidden;}

.box_03 .center .left .h_title{width:280px;height:75px;background:#0c4ca3;padding-top:25px;text-align:center;}

.box_03 .center .left .h_title h3{font-size:26px;color:#fff;font-weight:bold;line-height:28px;}

.box_03 .center .left .h_title h3 a{display:block;color:#fff;}

.box_03 .center .left .h_title p{font-size:14px;color:rgba(255,255,255,0.3);text-transform: Uppercase;font-family:Arial;line-height:10px;margin-top:15px;}

.box_03 .center .left .fl_list{width:280px;height:auto;margin-top:5px;overflow:hidden;}

.box_03 .center .left .fl_list li{width:280px;height:auto;margin-bottom:10px;position:relative;z-index:2;}

.box_03 .center .left .fl_list li::after{content:'';width:0px;height:59px;background:#0c4ca3;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left .fl_list li.active::after{content:'';width:280px;height:59px;background:#0c4ca3;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left .fl_list li .name{display:block;padding:0 10px 0 40px;width:230px;font-size:14px;color:#666;line-height:59px;background:url(../images/pro_jt_01.png) 10px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left .fl_list li.active .name{color:#fff;background:url(../images/pro_jt_02.png) 10px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left .fl_list li .bx{width:100%;height:auto;overflow:hidden;margin:5px 0;}

.box_03 .center .left .fl_list li .bx .xfl{display:block;width:calc(50% - 20px);padding:0 10px;height:39px;line-height:39px;font-size:14px;color:#666;overflow:hidden;border-bottom:solid 1px #ecedee;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left .fl_list li .bx .xfl:hover{color:#0c4ca3;-webkit-transition:all .7s;transition:all .7s;}





.box_03 .center .pro_center{width:970px;height:960px;float:right;overflow:hidden;}

.box_03 .center .pro_center .hd{width:970px;height:50px;overflow:hidden;}

.box_03 .center .pro_center .hd ul{width:310px;height:50px;float:left;display:flex;justify-content: space-between;}

.box_03 .center .pro_center .hd ul li{width:140px;height:50px;background:#0c4ca3;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .hd ul li.on{background:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .hd ul li p{display:block;width:85px;padding-left:55px;line-height:50px;font-size:16px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .hd ul li:nth-of-type(1) p{background:url(../images/pro_icon_01.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .hd ul li:nth-of-type(2) p{background:url(../images/pro_icon_02.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .hd .ss{width:300px;height:46px;line-height:46px;background:url(../images/ss_bk.png);overflow:hidden;float:right;}

.box_03 .center .pro_center .hd .ss .input{width:210px;height:46px;line-height:46px;color:#999;display:block;background:rgba(0,0,0,0);font-size:14px;padding:0 12px;box-sizing:content-box;float:left;}

.box_03 .center .pro_center .hd .ss .buttons{width:46px;height:46px;display:inline-block;background:url(../images/search.png) center center no-repeat;cursor:pointer;border:none;float:right;}

.box_03 .center .pro_center .hd .ss .input::-webkit-input-placeholder{color:#999 !important;}

.box_03 .center .pro_center .bd{width:970px;height:900px;margin-top:10px;overflow:hidden;}

.box_03 .center .pro_center .bd .main{width:970px;height:900px;overflow:hidden;position:relative;}

.box_03 .center .pro_center .bd .main li{width:300px;height:270px;overflow:hidden;float:left;margin:30px 35px 0 0;}

.box_03 .center .pro_center .bd .main li:nth-of-type(3n){margin-right:0;}

.box_03 .center .pro_center .bd .main li a{display:block;}

.box_03 .center .pro_center .bd .main li .img{width:280px;height:200px;border:solid 1px #e6e6e6;padding:9px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li.active .img{border:solid 1px #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li .img .pic{width:280px;height:200px;overflow:hidden;}

.box_03 .center .pro_center .bd .main li .img img{display:block;width:280px;height:200px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_03 .center .pro_center .bd .main li:hover .img img{transform: scale(1.1);}

.box_03 .center .pro_center .bd .main li .txt{width:300px;height:50px;line-height:50px;overflow:hidden;position:relative;}

.box_03 .center .pro_center .bd .main li .txt::before{content:'';width:140px;height:1px;background:#e0e0e0;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li .txt::after{content:'';width:0px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li.active .txt::after{content:'';width:300px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li .txt .name{width:185px;padding-left:25px;font-size:15px;color:#333;position:relative;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li.active .txt .name{color:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li .txt .name::after{content:'';width:4px;height:4px;background:#e6e6e6;position:absolute;bottom:22px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li.active .txt .name::after{content:'';width:4px;height:4px;background:#fd7f08;position:absolute;bottom:22px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li .more{width:30px;height:30px;background:url(../images/jia01.png) center center no-repeat #e6e6e6;border-radius:15px;position:absolute;bottom:10px;right:10px;z-index:5;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .pro_center .bd .main li.active .more{background:url(../images/jia02.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}





/* 企业优势 */
.box_04{width:100%;height:990px;padding-top:70px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .h_title{width:1300px;height:auto;padding-top:25px;text-align:center;margin:0 auto;background:url(../images/bt_ys.png) center top no-repeat;}

.box_04 .h_title h3{font-size:30px;color:#0c4ca3;line-height:32px;font-weight:bold;}

.box_04 .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_04 .h_title .line{width:20px;height:2px;background:rgba(12,76,163,0.4);margin:12px auto 0 auto;}

.box_04 .ys{width:1300px;height:815px;margin:35px auto 0 auto;background:url(../images/ys_line.png) 367px 144px no-repeat;position:relative;z-index:2;}

.box_04 .ys::before{content:'';width:374px;height:374px;background:url(../images/ys_img.png);position:absolute;top:222px;left:50%;margin-left:-187px;z-index:-1;}

.box_04 .ys li:nth-of-type(1){position:absolute;left:50%;margin-left:-142px;top:0;}

.box_04 .ys li:nth-of-type(1) h4{height:56px;line-height:56px;position:relative;font-size:22px;color:#0c4ca3;font-weight:bold;padding-left:118px;}

.box_04 .ys li:nth-of-type(1) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_01.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:0;left:40px;}

.box_04 .ys li:nth-of-type(1) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;text-align:center;}

.box_04 .ys li:nth-of-type(2){width:350px;position:absolute;left:0;top:130px;text-align:right;}

.box_04 .ys li:nth-of-type(2) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(2) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_02.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;right:-75px;}

.box_04 .ys li:nth-of-type(2) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(3){width:358px;position:absolute;right:0;top:130px;}

.box_04 .ys li:nth-of-type(3) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(3) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_03.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;left:-72px;}

.box_04 .ys li:nth-of-type(3) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(4){width:288px;position:absolute;left:0;top:365px;text-align:right;}

.box_04 .ys li:nth-of-type(4) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(4) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_04.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;right:-75px;}

.box_04 .ys li:nth-of-type(4) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(5){width:288px;position:absolute;right:0;top:365px;}

.box_04 .ys li:nth-of-type(5) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(5) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_05.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;left:-72px;}

.box_04 .ys li:nth-of-type(5) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(6){width:350px;position:absolute;left:0;top:590px;text-align:right;}

.box_04 .ys li:nth-of-type(6) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(6) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_06.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;right:-75px;}

.box_04 .ys li:nth-of-type(6) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(7){width:350px;position:absolute;right:0;top:590px;}

.box_04 .ys li:nth-of-type(7) h4{position:relative;font-size:22px;color:#0c4ca3;line-height:24px;font-weight:bold;}

.box_04 .ys li:nth-of-type(7) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_07.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:15px;left:-72px;}

.box_04 .ys li:nth-of-type(7) p{font-size:15px;color:#666;line-height:27px;margin-top:8px;}

.box_04 .ys li:nth-of-type(8){position:absolute;left:50%;margin-left:-147px;bottom:0;}

.box_04 .ys li:nth-of-type(8) p{font-size:15px;color:#666;line-height:27px;text-align:center;}

.box_04 .ys li:nth-of-type(8) h4{height:56px;line-height:56px;position:relative;font-size:22px;color:#0c4ca3;font-weight:bold;padding-left:80px;margin-top:10px;}

.box_04 .ys li:nth-of-type(8) h4::before{content:'';width:56px;height:56px;background:url(../images/ys_icon_08.png) center center no-repeat #fd7f08;border-radius:50%;position:absolute;top:0;left:5px;}




/* 应用领域 */
.box_05{width:100%;height:530px;padding-top:80px;background:url(../images/y_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .h_title{width:1300px;height:auto;padding-top:25px;text-align:center;margin:0 auto;background:url(../images/bt_liy.png) center top no-repeat;}

.box_05 .h_title h3{font-size:30px;color:#333;line-height:32px;font-weight:bold;}

.box_05 .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_05 .h_title .line{width:20px;height:2px;background:rgba(12,76,163,1);margin:12px auto 0 auto;}

.box_05 .ly_list{width:1300px;height:360px;margin:50px auto 0 auto;}

.box_05 .ly_list li{width:280px;height:360px;margin-right:60px;background:#fff;overflow:hidden;float:left;-moz-box-shadow:0px 0px 15px #e4e3e3;-webkit-box-shadow:0px 0px 15px #e4e3e3;box-shadow:0px 0px 15px #e4e3e3;}

.box_05 .ly_list li:last-child{margin-right:0;}

.box_05 .ly_list li a{display:block;}

.box_05 .ly_list li .img{width:150px;height:150px;overflow:hidden;border:solid 5px #e6ecf5;border-radius:50%;margin:25px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li:hover .img{border:solid 5px #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li .img img{display:block;width:150px;height:150px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_05 .ly_list li .name{font-size:20px;color:#333;line-height:20px;text-align:center;margin-top:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li:hover .name{color:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li .line{width:20px;height:2px;background:#0c4ca3;margin:20px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li:hover .line{width:100px;height:2px;background:#fd7f08;margin:20px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .ly_list li p{font-size:12px;color:#ccc;line-height:10px;text-align:center;margin-top:25px;text-transform: Uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}




/* 合作案例 */
.box_06{width:100%;height:auto;padding:60px 0 80px 0;background:url(../images/case_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_06 .h_title{width:1300px;height:auto;padding-top:25px;text-align:center;margin:0 auto;background:url(../images/bt_cases.png) center top no-repeat;}

.box_06 .h_title h3{font-size:30px;color:#333;line-height:32px;font-weight:bold;}

.box_06 .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_06 .h_title .line{width:20px;height:2px;background:rgba(12,76,163,1);margin:12px auto 0 auto;}

.box_06 .swiper-father{width:1300px;height:550px;margin:50px auto 0 auto;overflow:hidden;position:relative;z-index:5;}

.box_06 .swiper-father::after{content:'';width:1300px;height:1px;background:#e6e6e6;position:absolute;bottom:36px;left:0;z-index:-1;}

.box_06 .swiper-father .swiper-container{width:1300px;height:550px;margin:0 auto;overflow:hidden;}
 
.box_06 .swiper-father .swiper-slide{width:400px;height:550px;position:relative;overflow:hidden;float:left;}
 
.box_06 .swiper-father .swiper-slide a{display:block;}

.box_06 .swiper-father .swiper-slide .img{width:380px;height:280px;border:solid 1px #e6e6e6;padding:9px;overflow:hidden;margin-top:70px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .img{border:solid 1px #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide-active .img{margin-top:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .img .pic{width:380px;height:280px;overflow:hidden;}

.box_06 .swiper-father .swiper-slide .img img{display:block;width:380px;height:280px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_06 .swiper-father .swiper-slide:hover .img img{transform: scale(1.1);}

.box_06 .swiper-father .swiper-slide .txt{width:400px;height:50px;line-height:50px;overflow:hidden;position:relative;}

.box_06 .swiper-father .swiper-slide .txt::before{content:'';width:140px;height:1px;background:#e0e0e0;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .txt::after{content:'';width:0px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .txt::after{content:'';width:400px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .txt .name{width:285px;padding-left:25px;font-size:15px;color:#333;position:relative;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .txt .name{color:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .txt .name::after{content:'';width:4px;height:4px;background:#e6e6e6;position:absolute;bottom:22px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .txt .name::after{content:'';width:4px;height:4px;background:#fd7f08;position:absolute;bottom:22px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .more{width:30px;height:30px;background:url(../images/jia01.png) center center no-repeat #e6e6e6;border-radius:15px;position:absolute;bottom:10px;right:10px;z-index:5;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .more{background:url(../images/jia02.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide p{font-size:15px;color:#808080;width:380px;line-height:30px;height:60px;overflow:hidden;margin-top:13px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide-active p{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .num{width:400px;font-size:100px;color:#fafafb;line-height:75px;font-weight:bold;font-family:Arial;position:absolute;left:0;bottom:0;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide-active .num{color:rgba(253,127,8,0.2);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide .num::before{content:'';width:400px;height:17px;background:url(../images/case_line.png) center center no-repeat;position:absolute;top:0;left:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide-active .num::before{content:'';width:400px;height:17px;background:url(../images/case_line.png) center center no-repeat;position:absolute;top:29px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-father .swiper-slide:hover .num::before{content:'';width:400px;height:17px;background:url(../images/case_line.png) center center no-repeat;position:absolute;top:29px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-button-prev{width:40px;height:40px;position:absolute;left:0;top:493px !important;margin-top:0;outline: none;background:url(../images/case_jt_01.png) center center no-repeat #0c4ca3;cursor:pointer;border-radius:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-button-next{width:40px;height:40px;position:absolute;right:0;top:493px !important;margin-top:0;outline: none;background:url(../images/case_jt_02.png) center center no-repeat #0c4ca3;cursor:pointer;border-radius:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-button-prev:hover{background:url(../images/case_jt_01.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .swiper-button-next:hover{background:url(../images/case_jt_02.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}





/* 荣誉资质 */
.box_07{width:100%;height:690px;padding-top:80px;background:url(../images/zz_back.jpg) center top no-repeat;overflow:hidden;}

.box_07 .h_title{width:1300px;height:auto;padding-top:25px;text-align:center;margin:0 auto;background:url(../images/bt_honor.png) center top no-repeat;}

.box_07 .h_title h3{font-size:30px;color:#fff;line-height:32px;font-weight:bold;}

.box_07 .h_title p{font-size:14px;color:#fff;line-height:14px;margin-top:15px;}

.box_07 .h_title .line{width:20px;height:2px;background:rgba(255,255,255,0.4);margin:12px auto 0 auto;}

.box_07 .picScroll-left02{width:1320px;height:345px;margin:35px auto 0 auto;position:relative;z-index:1;}

.box_07 .picScroll-left02 .hd{width:36px;height:auto;float:left;margin:120px 0 0 0;}

.box_07 .picScroll-left02 .hd .next{width:36px;height:36px;background:url(../images/zz_jt_03.png) center center no-repeat #fff;border-radius:20px;margin-bottom:20px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .prev{width:36px;height:36px;background:url(../images/zz_jt_01.png) center center no-repeat #fff;border-radius:20px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .next:hover{background:url(../images/zz_jt_04.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .hd .prev:hover{background:url(../images/zz_jt_02.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .picScroll-left02 .bd{width:1180px;height:340px;float:right;overflow:hidden;}

.box_07 .picScroll-left02 .bd ul{width:1180px;height:340px;overflow:hidden; zoom:1;}

.box_07 .picScroll-left02 .bd ul li{width:212px;height:340px;float:left;overflow:hidden;margin-right:30px;position:relative;}

.box_07 .picScroll-left02 .bd ul li a{display:block;}

.box_07 .picScroll-left02 .bd ul li .img{width:212px;height:285px;overflow:hidden; background:url(../images/zz_bk.png);position:relative;}

.box_07 .picScroll-left02 .bd ul li .img .pic{width:156px;height:233px;overflow:hidden;position:absolute;left:30px;top:24px;}

.box_07 .picScroll-left02 .bd ul li .img .pic img{display:block;width:156px;height:233px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_07 .picScroll-left02 .bd ul li:hover .img .pic img{transform: scale(1.1);}

.box_07 .picScroll-left02 .bd ul li .name{width:170px;padding:0 21px;height:40px;margin-top:19px;font-size:16px;color:#333;line-height:40px;text-align:center;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:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .form{width:1300px;height:50px;margin:95px auto 0 auto;position:relative;overflow:hidden;display:flex;justify-content: space-between;}

.box_07 .form p{width:260px;height:50px;box-sizing:content-box;overflow:hidden;background:rgba(255,255,255,0.25);float:left;position:relative;}

.box_07 .form input{display:block;width:200px;height:50px;line-height:50px;color:#fff;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;}

.box_07 .form p:nth-of-type(1) input{background:url(../images/name.png) 15px center no-repeat rgba(0,0,0,0);}

.box_07 .form p:nth-of-type(2) input{background:url(../images/phone.png) 15px center no-repeat rgba(0,0,0,0);}

.box_07 .form p:nth-of-type(3){width:260px;}

.box_07 .form textarea{width:200px;height:50px;line-height:50px;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;background:url(../images/liuyan.png) 12px center no-repeat rgba(0,0,0,0);}

.box_07 .form p:nth-of-type(4){width:260px;}

.box_07 .form p:nth-of-type(4) input{display:block;width:90px;height:50px;line-height:50px;color:#fff;font-size:14px;float:left;padding:0 0 0 50px;background:url(../images/yzm.png) 15px center no-repeat rgba(0,0,0,0);}

.box_07 .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:36px;cursor:pointer;margin:7px 7px 7px 0;}

.box_07 .form .tj{width:140px;height:50px;border:none;overflow:hidden;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .form .tj .btn{display:block;width:140px;height:50px;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;padding:0!important;box-sizing:content-box;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #fd7f08;background-repeat: no-repeat;}

.box_07 .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #fd7f08;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #fd7f08;
 }
}

@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #fd7f08;

 }
}




/* 服务体系 */
.box_08{width:100%;height:auto;padding:80px 0;background:url(../images/fw_back.jpg) center top no-repeat;overflow:hidden;}

.box_08 .h_title{width:1300px;height:auto;padding-top:25px;text-align:center;margin:0 auto;background:url(../images/bt_fw.png) center top no-repeat;}

.box_08 .h_title h3{font-size:30px;color:#333;line-height:32px;font-weight:bold;}

.box_08 .h_title span{color:#0c4ca3;}

.box_08 .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_08 .h_title .line{width:20px;height:2px;background:rgba(12,76,163,1);margin:12px auto 0 auto;}

.box_08 .list{width:1300px;height:500px;margin:50px auto 0 auto;display:flex;justify-content: space-between;}

.box_08 .list li{width:400px;height:500px;background:#fff;overflow:hidden;float:left;position:relative;-moz-box-shadow:0px 0px 15px #f2f1f1;-webkit-box-shadow:0px 0px 15px #f2f1f1;box-shadow:0px 0px 15px #f2f1f1;}

.box_08 .list li h4{width:80px;height:56px;font-size:18px;color:#333;line-height:56px;padding-left:80px;background:#f7f7f7;border-radius:28px;position:absolute;left:120px;top:30px;}

.box_08 .list li h4::before{content:'';width:56px;height:56px;background:#0c4ca3;position:absolute;top:0;left:0;border-radius:28px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .list li:hover h4::before{content:'';width:56px;height:56px;background:#fd7f08;position:absolute;top:0;left:0;border-radius:28px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .list li:nth-of-type(1) h4::after{content:'';width:56px;height:56px;background:url(../images/fw_icon_01.png) center center no-repeat;position:absolute;top:0;left:0;border-radius:28px;}

.box_08 .list li:nth-of-type(2) h4::after{content:'';width:56px;height:56px;background:url(../images/fw_icon_02.png) center center no-repeat;position:absolute;top:0;left:0;border-radius:28px;}

.box_08 .list li:nth-of-type(3) h4::after{content:'';width:56px;height:56px;background:url(../images/fw_icon_03.png) center center no-repeat;position:absolute;top:0;left:0;border-radius:28px;}

.box_08 .list li img{display:block;width:340px;height:230px;margin:58px auto 25px auto;}

.box_08 .list li p{padding-left:45px;position:relative;font-size:15px;color:#808080;line-height:35px;}

.box_08 .list li p::before{content:'';width:6px;height:6px;background:#ccc;position:absolute;top:15px;left:30px;border-radius:3px;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_09{width:100%;height:auto;overflow:hidden;}

.box_09 .center{width:1300px;height:425px;margin:0 auto;overflow:hidden;}

.box_09 .center .left{width:675px;height:425px;float:left;}

.box_09 .center .left .h_title{width:675px;height:auto;padding-top:25px;background:url(../images/bt_us.png) left top no-repeat;}

.box_09 .center .left .h_title h3{font-size:30px;color:#333;line-height:32px;font-weight:bold;}

.box_09 .center .left .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_09 .center .left .h_title .line{width:20px;height:2px;background:rgba(12,76,163,1);margin-top:12px;}

.box_09 .center .left .txt{width:675px;height:auto;margin-top:45px;}

.box_09 .center .left .txt h4{font-size:30px;color:#0c4ca3;font-weight:bold;line-height:32px;}

.box_09 .center .left .txt h4 a{color:#0c4ca3;}

.box_09 .center .left .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;line-height:40px;height:120px;font-size:16px;color:#808080;margin-top:15px;}

.box_09 .center .right{width:558px;height:425px;float:right;position:relative;}

.box_09 .center .right .img{width:558px;height:425px;overflow:hidden;}

.box_09 .center .right .img img{display:block;width:558px;height:425px;vertical-align:top;}

.box_09 .center .right .yyzz{width:199px;height:140px;background:url(../images/honor.png);position:absolute;left:25px;bottom:20px;}

.box_09 .center .right .yyzz img{width:172px;height:112px;vertical-align:top;object-fit:cover;position:absolute;left:13px;top:14px;}

.box_09 .slideGroup{width:1300px;height:auto;margin:-60px auto 0 auto;position:relative;z-index:5;overflow:hidden;}

.box_09 .slideGroup .parHd{width:1300px;height:60px;overflow:hidden;}

.box_09 .slideGroup .parHd ul{width:360px;height:60px;overflow:hidden;display:flex;justify-content: space-between;}

.box_09 .slideGroup .parHd ul li{width:160px;height:60px;line-height:60px;cursor:pointer;float:left;overflow:hidden;background:#0c4ca3;position:relative;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parHd ul li.on::after {width: 100%;height: 100%;transform: translate(-50%, -50%) rotateZ(360deg);}

.box_09 .slideGroup .parHd ul li::after{content: "";position: absolute;width:0;height:0;background:#fd7f08;z-index:-1;left:50%;top:50%;transform:translate(-50%, -50%);transition:all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;}

.box_09 .slideGroup .parHd ul li p{width:100px;padding-left:60px;font-size:18px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parHd ul li:nth-of-type(1) p{background:url(../images/ab_icon_01.png) 22px center no-repeat;}

.box_09 .slideGroup .parHd ul li:nth-of-type(2) p{background:url(../images/ab_icon_02.png) 22px center no-repeat;}

.box_09 .slideGroup .parBd{width:1300px;height:265px;margin-top:50px;position:relative;z-index:2;}

.box_09 .slideGroup .parBd .slideBox{position:relative;}

.box_09 .slideGroup .parBd .slideBox .tempWrap{width:1300px !important;height:265px;margin:0 auto;overflow:hidden;}

.box_09 .slideGroup .parBd ul{width:1300px;height:265px;overflow:hidden;}

.box_09 .slideGroup .parBd ul li{width:300px;height:265px;position:relative;overflow:hidden;margin-right:33px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li a{display:block;}

.box_09 .slideGroup .parBd ul li .img{width:280px;height:200px;border:solid 1px #e6e6e6;padding:9px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li:hover .img{border:solid 1px #fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li .img .pic{width:280px;height:200px;overflow:hidden;}

.box_09 .slideGroup .parBd ul li .img img{display:block;width:280px;height:200px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_09 .slideGroup .parBd ul li:hover .img img{transform: scale(1.1);}

.box_09 .slideGroup .parBd ul li .txt{width:300px;height:45px;line-height:45px;overflow:hidden;position:relative;}

.box_09 .slideGroup .parBd ul li .txt::before{content:'';width:140px;height:1px;background:#e0e0e0;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li .txt::after{content:'';width:0px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li:hover .txt::after{content:'';width:300px;height:1px;background:#fd7f08;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li .txt .name{width:185px;padding-left:25px;font-size:15px;color:#333;position:relative;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li:hover .txt .name{color:#fd7f08;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li .txt .name::after{content:'';width:4px;height:4px;background:#e6e6e6;position:absolute;bottom:20px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li:hover .txt .name::after{content:'';width:4px;height:4px;background:#fd7f08;position:absolute;bottom:20px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li .more{width:30px;height:30px;background:url(../images/jia01.png) center center no-repeat #e6e6e6;border-radius:15px;position:absolute;bottom:7px;right:10px;z-index:5;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .slideGroup .parBd ul li:hover .more{background:url(../images/jia02.png) center center no-repeat #fd7f08;-webkit-transition:all .7s;transition:all .7s;}



/* 新闻资讯 */
.box_10{width:100%;height:auto;padding:80px 0;background:url(../images/news_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_10 .news_center{width:1300px;height:auto;margin:0 auto;position:relative;}

.box_10 .news_center .hd{width:1300px;height:100px;}

.box_10 .news_center .hd .h_title{width:270px;height:auto;padding-top:25px;background:url(../images/bt_news.png) left top no-repeat;float:left;}

.box_10 .news_center .hd .h_title h3{font-size:30px;color:#333;line-height:32px;font-weight:bold;}

.box_10 .news_center .hd .h_title p{font-size:14px;color:#666;line-height:14px;margin-top:15px;}

.box_10 .news_center .hd .h_title .line{width:20px;height:2px;background:rgba(12,76,163,1);margin-top:12px;}

.box_10 .news_center .hd ul{width:540px;height:50px;overflow:hidden;float:right;margin-top:25px;display:flex;justify-content: space-between;}

.box_10 .news_center .hd ul li{width:154px;height:50px;background:#0c4ca3;position:relative;z-index:2;overflow:hidden;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .hd ul li.on::after {width: 100%;height: 100%;transform: translate(-50%, -50%) rotateZ(360deg);}

.box_10 .news_center .hd ul li::after{content: "";position: absolute;width:0;height:0;background:#fd7f08;z-index:-1;left:50%;top:50%;transform:translate(-50%, -50%);transition:all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;}

.box_10 .news_center .hd ul li a{display:block;width:94px;padding-left:60px;line-height:50px;font-size:16px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd{width:1300px;height:470px;margin:50px auto 0 auto;position:relative;}

.box_10 .news_center .bd .main{width:1300px;height:470px;position:relative;}

.box_10 .news_center .bd .main .top{width:1300px;height:240px;overflow:hidden;}

.box_10 .news_center .bd .main .top li{width:600px;height:210px;padding:14px;border:solid 1px #e6e6e6;margin-bottom:40px;border-radius:8px;overflow:hidden;float:left;}

.box_10 .news_center .bd .main .top li:nth-of-type(2n){float:right;}

.box_10 .news_center .bd .main .top li a{display:block;}

.box_10 .news_center .bd .main .top li .img{width:310px;height:210px;border-radius:4px;overflow:hidden;float:left;}

.box_10 .news_center .bd .main .top li .img img{display:block;width:310px;height:210px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_10 .news_center .bd .main .top li:hover .img img{transform: scale(1.1);}

.box_10 .news_center .bd .main .top li .txt{width:260px;height:210px;float:right;overflow:hidden;}

.box_10 .news_center .bd .main .top li .txt .name{font-size:16px;color:#333;line-height:18px;margin-top:30px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .top li:hover .txt .name{color:#0c4ca3;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .top li .txt span{display:block;font-size:14px;color:#bfbfbf;line-height:12px;margin-top:15px;font-family:Arial;}

.box_10 .news_center .bd .main .top li .txt p{font-size:16px;color:#808080;line-height:16px;margin-top:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_10 .news_center .bd .main .top li .txt .more{width:26px;height:26px;margin-top:35px;background:url(../images/n_jt_01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .top li:hover .txt .more{background:url(../images/n_jt_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .bottom{width:1300px;height:180px;overflow:hidden;margin:50px auto 0 auto;}

.box_10 .news_center .bd .main .bottom li{width:412px;height:73px;float:left;border:solid 1px #e6e6e6;position:relative;overflow:hidden;margin:0 29px 30px 0;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .bottom li:hover{border:solid 1px #0c4ca3;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_10 .news_center .bd .main .bottom li .date{width:70px;height:73px;float:left;text-align:center;position:relative;margin-right:25px;}

.box_10 .news_center .bd .main .bottom li .date::after{content:'';width:1px;height:30px;background:#d9d9d9;position:absolute;top:22px;right:0;}

.box_10 .news_center .bd .main .bottom li .date p:nth-of-type(1){font-size:18px;color:#fff;line-height:30px;font-family:Arial;width:30px;height:30px;margin:15px auto 0 auto;border-radius:15px;background:#0c4ca3;-webkit-transition:all .7s;transition:all .7s;}



.box_10 .news_center .bd .main .bottom li .date p:nth-of-type(2){font-size:12px;color:#b2b2b2;line-height:12px;margin-top:5px;font-family:Arial;}

.box_10 .news_center .bd .main .bottom li .name{display:block;float:left;width:270px;padding-right:35px;line-height:73px;font-size:16px;color:#0c4ca3;background:url(../images/n_jt_04.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold;}



.box_10 .links{width:1300px;height:50px;margin:80px auto 0 auto;overflow:hidden;position:relative;z-index:2;}

.box_10 .links .lk{width:154px;height:50px;float:left; background:url(../images/links.png) center center no-repeat;position:relative;}

.box_10 .links .lk p{line-height:16px;font-size:16px;color:#213045;position:absolute;left:45px;top:5px;}

.box_10 .links .link{width:1100px;overflow:hidden;position:relative;float:right;height:50px;}

.box_10 .links .link a{display:block;float:left;width:auto;margin:0 30px 20px 0;font-size:14px;line-height:15px;color:#8c8c8c;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .links .link a:hover{color:#2577e6;-webkit-transition:all .7s;transition:all .7s;}

.box_10 .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.7s; }
.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.7s; }
.animated_11 { animation-delay:3.7s; }
.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);
  }
}



