/*

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:1155px;padding-top:154px;background:url(../images/pro_back.jpg) center bottom no-repeat;margin-top:-450px;position:relative;z-index:9;overflow:hidden;}

.box_01 .center{width:1300px;height:1155px;margin:0 auto;position:relative;z-index:5;}

.box_01 .center .pro_pos01{width:241px;height:295px;position:absolute;top:-154px;left:-50px;z-index:6;background:url(../images/pro_pic.png);}

.box_01 .center .pro_pos02{width:173px;height:298px;position:absolute;top:460px;right:-250px;z-index:-1;background:url(../images/pro_pos.png);}

.box_01 .center .top{width:1300px;height:105px;margin:0 auto;overflow:hidden;}

.box_01 .center .top .h_title{margin-left:260px;width:auto;height:105px;float:left;}

.box_01 .center .top .h_title p{width:300px;height:42px; background:url(../images/bt_pro.png);}

.box_01 .center .top .h_title .line{width:20px;height:4px; background:#e6e6e6;margin-top:22px;}

.box_01 .center .top .h_title h3{font-size:24px;color:#333;line-height:24px;margin-top:13px;}

.box_01 .center .top .ss{width:428px;height:50px;background:url(../images/ss_bk.png);overflow:hidden;margin-top:33px;border-radius:4px;float:right;}

.box_01 .center .top .ss .input{width:348px;height:50px;line-height:50px;color:#8c8c8c;display:block;background:rgba(0,0,0,0);font-size:14px;padding:0 15px;box-sizing:content-box;float:left;}

.box_01 .center .top .ss .buttons{width:50px;height:50px;display:inline-block;background:url(../images/search.png) center center no-repeat;cursor:pointer;border:none;float:right;}
 
.box_01 .center .fl_list{width:1300px;height:120px;margin:90px auto 0 auto;display:flex;justify-content: space-between;}

.box_01 .center .fl_list a{display:block;width:auto;height:120px;float:left;}

.box_01 .center .fl_list a .icon{width:81px;height:81px;background:url(../images/pro_bk01.png);margin:0 auto;font-size:18px;color:#8c8c8c;line-height:81px;text-align:center;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .fl_list a.active .icon{background:url(../images/pro_bk02.png);color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .fl_list a p{font-size:18px;color:#333;line-height:19px;margin-top:20px;text-align:center;}

.box_01 .center .pro_center{width:1300px;height:380px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.box_01 .center .pro_center .hd{width:170px;height:40px;position:absolute;bottom:40px;right:220px;z-index:9; background:#215ef3;border-radius:20px;}

.box_01 .center .pro_center .hd .prev{width:85px;height:40px;background:url(../images/pro_jt_01.png) 30px center no-repeat;cursor:pointer;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .hd .next{width:85px;height:40px;background:url(../images/pro_jt_02.png) 30px center no-repeat;cursor:pointer;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .hd .prev:hover{background:url(../images/pro_jt_01.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .hd .next:hover{background:url(../images/pro_jt_02.png) 35px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .tel{width:auto;height:40px;line-height:40px;color:#333;font-size:24px; font-family:Arial;font-weight:bold;padding-left:45px;position:absolute;bottom:40px;left:560px;}

.box_01 .center .pro_center .tel span{display:block;font-size:16px;color:#4c4c4c;float:left;margin-right:5px;text-transform: Uppercase;font-family:Arial;}

.box_01 .center .pro_center .tel::after{content:'';width:27px;height:40px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.box_01 .center .pro_center .bd{width:1300px;height:380px;}

.box_01 .center .pro_center .bd .main{width:1300px;height:380px;overflow:hidden;position:relative;}

.box_01 .center .pro_center .bd .main a{display:block;}

.box_01 .center .pro_center .bd .main .img{width:470px;height:350px;padding:14px;border:solid 1px #e6e6e6;border-radius:8px;overflow:hidden;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main:hover .img{border:solid 1px #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main .img .pic{width:470px;height:350px;border-radius:8px;overflow:hidden;}

.box_01 .center .pro_center .bd .main .img .pic img{width:470px;height:350px;vertical-align:top;transition: all 1s;object-fit:contain;}

.box_01 .center .pro_center .bd .main:hover .img .pic img{transform: scale(1.05);}

.box_01 .center .pro_center .bd .main .txt{width:740px;height:380px;float:right;}

.box_01 .center .pro_center .bd .main .txt .name{height:50px;margin-top:60px;font-size:18px;color:#333;font-weight:bold;line-height:20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main:hover .txt .name{color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main .txt .name::after{content:'';width:20px;height:3px;background:#215ef3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main:hover .txt .name::after{content:'';width:100px;height:3px;background:#215ef3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_center .bd .main .txt p{font-size:16px;color:#808080;line-height:35px;margin-top:30px;}

.box_01 .center .pro_list{width:1300px;height:280px;margin:50px auto 0 auto;overflow:hidden;}

.box_01 .center .pro_list li{width:270px;height:265px;padding:15px 15px 0 15px;background:url(../images/pro_bk03.png);margin-right:33.3px;overflow:hidden;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_list li.active{background:url(../images/pro_bk04.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .pro_list li:last-child{margin-right:0px;}

.box_01 .center .pro_list li a{display:block;}

.box_01 .center .pro_list li .img{width:270px;height:200px;border-radius:8px;overflow:hidden;}

.box_01 .center .pro_list li .img img{width:270px;height:200px;vertical-align:top;transition: all 1s;object-fit:contain;}

.box_01 .center .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .center .pro_list li .txt{width:270px;height:65px;line-height:65px;overflow:hidden;}

.box_01 .center .pro_list li .txt .name{width:200px;float:left;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .center .pro_list li .txt p{width:40px;float:right;text-align:right;font-size:16px;color:#595959; font-family:Arial;position:relative;}

.box_01 .center .pro_list li .txt p::before{content:'';width:15px;height:2px;background:#d9d9d9;position:absolute;top:31px;left:0;}




/* 企业优势 */
.box_02{width:100%;height:1062px; background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .center{width:1300px;height:1062px;margin:0 auto;overflow:hidden;position:relative;}

.box_02 .center .ys_pos{width:136px;height:322px;position:absolute;bottom:185px;left:490px;z-index:5;background:url(../images/ys_pos.png);}

.box_02 .center .h_title{width:auto;height:140px;}

.box_02 .center .h_title p{width:297px;height:42px; background:url(../images/bt_ys.png);}

.box_02 .center .h_title .line{width:20px;height:4px; background:#e6e6e6;margin-top:22px;}

.box_02 .center .h_title h3{font-size:24px;color:#333;line-height:24px;margin-top:13px;}

.look_center{width:1300px;height:567px;margin:0 auto;overflow:hidden;position:relative;}

.look_center .hd{width:140px;height:30px;position:absolute;top:105px;left:480px;z-index:9;}

.look_center .hd .prev{width:60px;height:30px;background:url(../images/pro_jt_01.png) center center no-repeat #333;cursor:pointer;float:left;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next{width:60px;height:30px;background:url(../images/pro_jt_02.png) center center no-repeat #333;cursor:pointer;float:right;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .prev:hover{background:url(../images/pro_jt_01.png) center center no-repeat #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next:hover{background:url(../images/pro_jt_02.png) center center no-repeat #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:1300px;height:567px;}

.look_center .bd .main{width:1300px;height:567px;overflow:hidden;position:relative;}

.look_center .bd .main .txt{width:620px;height:auto;float:left;margin-top:85px;position:relative;}

.look_center .bd .main .txt::before{content:'';width:370px;height:1px;background:#e6e6e6;position:absolute;top:36px;left:90px;}

.look_center .bd .main .txt .num{width:72px;height:72px; background:url(../images/ys_dbx.png);line-height:72px;text-align:center;font-size:30px;color:#4c4c4c;font-weight:bold; font-family:Arial;}

.look_center .bd .main .txt h4{line-height:22px;font-size:12px;color:#bfbfbf;margin-top:60px;}

.look_center .bd .main .txt h4 span{display:block;float:left;margin-right:10px;font-size:20px;color:#333;line-height:22px;font-weight:bold;}

.look_center .bd .main .txt .line{width:30px;height:3px; background:#215ef3;margin-top:35px;}

.look_center .bd .main .txt p{font-size:16px;color:#808080;line-height:40px;margin-top:20px;}

.look_center .bd .main .img{width:567px;height:567px;float:right;overflow:hidden;border-radius:50%;}

.look_center .bd .main .img img{display:block;width:567px;height:567px; vertical-align:top;}

.box_02 .center .h_bt{width:auto;height:auto;padding-top:24px;margin-top:90px; background:url(../images/message.png) left top no-repeat;}

.box_02 .center .h_bt h3{font-size:24px;color:#fff;line-height:24px;}

.box_02 .center .h_bt p{width:20px;height:4px; background:#fff;margin-top:20px;}

.box_02 .center .form{width:1300px;height:50px;margin:60px auto 0 auto;position:relative;overflow:hidden;display:flex;justify-content: space-between;}

.box_02 .center .form p{width:250px;height:50px;overflow:hidden;background:url(../images/ly_bk.png);float:left;position:relative;}

.box_02 .center .form input{display:block;width:190px;height:50px;line-height:50px;color:#e5e5e5;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;}

.box_02 .center .form p:nth-of-type(1) input{background:url(../images/name.png) 13px center no-repeat rgba(0,0,0,0);}

.box_02 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) 13px center no-repeat rgba(0,0,0,0);}

.box_02 .center .form p:nth-of-type(3){width:250px;}

.box_02 .center .form textarea{width:190px;height:50px;line-height:50px;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;background:url(../images/liuyan.png) 13px center no-repeat rgba(0,0,0,0);}

.box_02 .center .form p:nth-of-type(4){width:250px;}

.box_02 .center .form p:nth-of-type(4) input{display:block;width:70px;height:50px;line-height:50px;color:#e5e5e5;font-size:14px;float:left;padding:0 10px 0 50px;background:url(../images/yzm.png) 13px center no-repeat rgba(0,0,0,0);}

.box_02 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:40px;cursor:pointer;margin:5px;}

.box_02 .center .form .tj{width:180px;height:50px;border:none;overflow:hidden;position:relative;z-index:0;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .form .tj .btn{display:block;width:180px;height:50px;line-height:50px;text-align:center;font-size:14px;color:#215ef3;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #fff;background-repeat: no-repeat;}

.box_02 .center .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: #333;
 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 #333;
 }
}

@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 #333;
 }
}




/* 客户案例 */
.box_03{width:100%;height:710px;padding-top:80px;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .top{width:1300px;height:100px;margin:0 auto;}

.box_03 .top .h_title{width:auto;height:105px;float:left;}

.box_03 .top .h_title p{width:205px;height:42px; background:url(../images/bt_bt.png);}

.box_03 .top .h_title .line{width:20px;height:4px; background:#e6e6e6;margin-top:22px;}

.box_03 .top .h_title h3{font-size:24px;color:#333;line-height:24px;margin-top:13px;}

.box_03 .top .txt{width:auto;height:105px;float:right;}

.box_03 .top .txt p{font-size:14px;color:#999;line-height:15px; letter-spacing:10px;}

.box_03 .top .txt span{display:block;width:350px;height:1px;background:#e6e6e6;margin-top:45px;}

.box_03 .center{width:1300px;height:470px;margin:55px auto 0 auto;position:relative;}

.box_03 .center .case_center{width:1300px;height:470px;margin:0 auto;position:relative;}

.box_03 .center .case_center .bd{width:1300px;height:470px;float:left;}

.box_03 .center .case_center .bd .main{width:1300px;height:470px;position:relative;}

.box_03 .center .case_center .bd .main a{display:block;}

.box_03 .center .case_center .bd .main .img{width:660px;height:460px;float:left;border:solid 5px #f2f2f2; background:#f2f2f2;border-radius:4px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main:hover .img{border:solid 5px #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main .img img{display:block;width:660px;height:460px;vertical-align:top;transition: all 1s;object-fit:cover;border-radius:8px;}

.box_03 .center .case_center .bd .main:hover .img img{transform: scale(1.02);}

.box_03 .center .case_center .bd .main .txt{width:550px;height:470px;float:right; background:url(../images/case_zm.png) left top no-repeat;}

.box_03 .center .case_center .bd .main .txt .name{height:52px;margin-top:110px;font-size:22px;color:#333;position:relative;line-height:24px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main .txt .name::after{content:'';width:20px;height:3px;background:#215ef3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main:hover .txt .name::after{content:'';width:120px;height:3px;background:#215ef3;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main:hover .txt .name{color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .bd .main .txt p{margin-top:20px;font-size:16px;color:#808080;line-height:35px;height:70px;overflow:hidden;}

.box_03 .center .case_center .hd{width:140px;height:30px;position:absolute;top:-110px;right:0;z-index:9;}

.box_03 .center .case_center .hd .prev{width:60px;height:30px;background:url(../images/pro_jt_01.png) center center no-repeat #333;cursor:pointer;float:left;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .hd .next{width:60px;height:30px;background:url(../images/pro_jt_02.png) center center no-repeat #333;cursor:pointer;float:right;border-radius:4px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .hd .prev:hover{background:url(../images/pro_jt_01.png) center center no-repeat #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .case_center .hd .next:hover{background:url(../images/pro_jt_02.png) center center no-repeat #215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list{width:550px;height:170px;position:absolute;bottom:0;right:0;overflow:hidden;}

.box_03 .case_list li{width:240px;height:160px;border:solid 5px #f2f2f2; background:#f2f2f2;border-radius:4px;float:left;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li:last-child{float:right;}

.box_03 .case_list li:hover{border:solid 5px #215ef3;background:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li .bx{width:240px;height:160px;position:relative;border-radius:8px;overflow:hidden;}

.box_03 .case_list li a{display:block;}

.box_03 .case_list li .img{width:240px;height:160px;overflow:hidden;}

.box_03 .case_list li .img img{width:240px;height:160px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_03 .case_list li:hover .img img{transform: scale(1.05);}



.case_list li .pic{width:240px;height:160px;position:relative;overflow:hiddendisplay:inline-block;-webkit-animation:anima 2s;-moz-animation:anima 2s;-o-animation:anima 2s;-ms-animation:anima 2s;animation:anima 2s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}

.case_list li .pic .pic-caption{cursor:default;position:absolute;width:100%;height:100%;background:rgba(44,62,80,0.92);text-align:center;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}

.pic-caption,
.case_list li .pic:hover .pic-caption,
.case_list li .pic:hover img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}

.case_list li .pic:hover .rotate-in{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-moz-touch-callout:none;-o-touch-callout:none;-ms-touch-callout:none;touch-callout:none;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-o-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent;tap-highlight-color:transparent}

.rotate-in{-webkit-transform:rotate(90deg) scale(0.1);-moz-transform:rotate(90deg) scale(0.1);-o-transform:rotate(90deg) scale(0.1);-ms-transform:rotate(90deg) scale(0.1);transform:rotate(90deg) scale(0.1);top:0;left:0}
.case_list li .pic:hover .rotate-in{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-o-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}

.box_03 .case_list li .name{width:200px;padding:0 20px;line-height:45px;height:45px;font-size:16px;color:#fff;margin:30px auto 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


.box_03 .case_list li .more{width:88px;line-height:33px;height:33px;border:solid 1px #fff;border-radius:5px;font-size:12px;color:#fff;margin:10px auto 0 auto;text-transform: Uppercase;font-family:Arial;}





/* 关于我们 */
.box_04{width:100%;height:780px;padding-top:95px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:790px;padding-left:510px;margin:0 auto;height:780px;position:relative;overflow:hidden;}

.box_04 .center .h_title{width:790px;height:auto;}

.box_04 .center .h_title p{width:790px;height:42px; background:url(../images/bt_ab.png) right center no-repeat;}

.box_04 .center .h_title .line{width:20px;height:4px; background:#e6e6e6;margin-top:22px;}

.box_04 .center .h_title h3{font-size:40px;color:#333;line-height:42px;font-weight:bold;margin-top:33px;text-align:right;position:relative;}

.box_04 .center .h_title h3::after{content:'';width:40px;height:4px;background:#215ef3;position:absolute;top:19px;right:180px;}

.box_04 .center .txt{width:790px;height:auto;margin-top:90px;text-align:right;}

.box_04 .center .txt h4{font-size:24px;color:#333;line-height:24px;}

.box_04 .center .txt h4 a{display:block;color:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .txt h4:hover a{color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .txt p{font-size:16px;color:#808080;line-height:36px;height:108px;margin-top:35px;overflow:hidden;}

.box_04 .center .bx{width:340px;height:115px;margin:100px 0 0 130px;overflow:hidden;display:flex;justify-content: space-between;}

.box_04 .center .bx a{display:block;width:130px;height:115px;float:left;position:relative;}

.box_04 .center .bx a::before{content:'';width:1px;height:115px;background:#e6e6e6;position:absolute;top:0;left:1px;}

.box_04 .center .bx a::after{content:'';width:3px;height:30px;background:#215ef3;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bx a:hover::after{content:'';width:3px;height:115px;background:#215ef3;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bx a i{display:block;width:40px;height:40px;margin:20px auto 0 auto;}

.box_04 .center .bx a:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .center .bx a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_04 .center .bx a:nth-of-type(2) i{background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_04 .center .bx a p{font-size:16px;color:#333;line-height:16px;text-align:center;margin-top:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bx a:hover p{color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .yyzz{width:142px;height:208px;padding:13px;box-sizing:content-box;background:url(../images/honor.jpg);overflow:hidden;position:absolute;bottom:105px;right:0;}

.box_04 .center .yyzz img{display:block;width:142px;height:208px;vertical-align:top;object-fit:cover;}







/* 新闻资讯 */
.box_05{width:100%;height:874px;padding-top:80px;background:url(../images/news_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_05 .news_center{width:1300px;height:auto;margin:0 auto;overflow:hidden;position:relative;}

.box_05 .news_center .hd{width:1300px;height:105px;position:relative;}

.box_05 .news_center .hd .h_title{width:auto;height:105px;float:left;}

.box_05 .news_center .hd .h_title p{width:178px;height:42px; background:url(../images/bt_news.png);}

.box_05 .news_center .hd .h_title .line{width:20px;height:4px; background:#e6e6e6;margin-top:22px;}

.box_05 .news_center .hd .h_title h3{font-size:24px;color:#333;line-height:24px;margin-top:13px;}

.box_05 .news_center .hd ul{width:730px;height:70px;margin:17px 0;float:right;overflow:hidden;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:auto;height:70px;float:left;overflow:hidden;}

.box_05 .news_center .hd ul li:last-chlid{margin-bottom:0;}

.box_05 .news_center .hd ul li a{display:block;width:auto;height:70px;float:left;}

.box_05 .news_center .hd ul li .icon{width:70px;height:70px;background:url(../images/nbk03.png);float:left;margin-right:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on .icon{background:url(../images/nbk04.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li .icon i{display:block;width:70px;height:70px;}

.box_05 .news_center .hd ul li:nth-of-type(1) .icon i{background:url(../images/n_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2) .icon i{background:url(../images/n_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3) .icon i{background:url(../images/n_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1).on .icon i{background:url(../images/n_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2).on .icon i{background:url(../images/n_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3).on .icon i{background:url(../images/n_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li .wz{width:auto;height:70px;float:left;}

.box_05 .news_center .hd ul li .wz p{font-size:18px;color:#333;line-height:18px;margin-top:15px;}

.box_05 .news_center .hd ul li .wz span{display:block;font-size:12px;color:#ccc;font-family:Arial;line-height:15px;margin-top:12px;}

.box_05 .news_center .bd{width:1300px;height:705px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.box_05 .news_center .bd .main{width:1300px;height:705px;overflow:hidden;position:relative;}

.box_05 .news_center .bd .main .top{width:1300px;height:510px;overflow:hidden;}

.box_05 .news_center .bd .main .top li{width:330px;height:420px;padding:50px 35px 40px 35px;margin-right:50px;float:left;background:url(../images/nbk01.png);overflow:hidden;}

.box_05 .news_center .bd .main .top li:last-child{margin-right:0;}

.box_05 .news_center .bd .main .top li a{display:block;}

.box_05 .news_center .bd .main .top li .bx{width:330px;height:420px;overflow:hidden;position:relative;}

.box_05 .news_center .bd .main .top li .bx .img{width:330px;height:220px;border-radius:8px;overflow:hidden;position:absolute;top:0;left:0;-webkit-transition:all 1.5s;transition:all 1.5s;}

.box_05 .news_center .bd .main .top li .bx .img img{width:330px;height:220px;vertical-align:top;object-fit:cover;}

.box_05 .news_center .bd .main .top li.active .bx .img{position:absolute;top:200px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li .txt{width:330px;height:auto;overflow:hidden;position:absolute;top:255px;left:0;-webkit-transition:all 1.5s;transition:all 1.5s;}

.box_05 .news_center .bd .main .top li.active .txt{position:absolute;top:0;left:0;-webkit-transition:all 1.5s;transition:all 1.5s;}

.box_05 .news_center .bd .main .top li .txt .name{font-size:16px;color:#333;line-height:20px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li.active .txt .name{color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li .txt .line{width:20px;height:2px;background:#ccc;margin-top:30px;}

.box_05 .news_center .bd .main .top li .txt p{font-size:16px;color:#666;line-height:35px;height:70px;overflow:hidden;margin-top:10px;}

.box_05 .news_center .bd .main .top li .txt span{display:block;font-size:14px;color:#b2b2b2;line-height:12px;margin-top:21px;}


.box_05 .news_center .bd .main .bottom{width:1300px;height:145px;margin-top:50px;overflow:hidden;}

.box_05 .news_center .bd .main .bottom li{width:360px;height:145px;padding:0 25px 0 30px;background:url(../images/nbk02.png);float:left;overflow:hidden;margin-right:27px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover{background:url(../images/nbk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:nth-of-type(3){margin-right:0;}

.box_05 .news_center .bd .main .bottom li a{display:block;}

.box_05 .news_center .bd .main .bottom li .date{width:55px;height:145px;float:left;float:left;text-align:center;}

.box_05 .news_center .bd .main .bottom li .date p:nth-of-type(1){font-size:40px;color:#333;line-height:35px;font-weight:bold;font-family:Arial;margin-top:45px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .date p:nth-of-type(2){font-size:14px;color:#777;line-height:12px;font-family:Arial;margin-top:15px;}

.box_05 .news_center .bd .main .bottom li:hover .date p:nth-of-type(1){color:#215ef3;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .txt{width:280px;height:145px;float:right;}

.box_05 .news_center .bd .main .bottom  li .txt .name{font-size:16px;color:#333;line-height:16px;margin-top:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom  li:hover .txt .name{color:#215ef3;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .txt p{font-size:15px;color:#999;line-height:15px;margin-top:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}












/* 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:3s; }
.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);
  }
}
