/*

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_02{width:100%;height:auto;padding:90px 0 60px 0;background:url(../images/pro_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_02 .top{width:1280px;height:95px;margin:0 auto;}

.box_02 .top .h_title{width:auto;height:95px;float:left;position:relative;z-index:2;}

.box_02 .top .h_title p{width:319px;height:36px;background:url(../images/bt_pro.png);}

.box_02 .top .h_title .line{width:83px;height:3px; background:url(../images/h_line.png);margin-top:15px;}

.box_02 .top .h_title h3{font-size:28px;color:#3a3939;font-weight:bold;line-height:30px;margin-top:11px;}

.box_02 .top .h_title .h_back{width:98px;height:109px; background:url(../images/h_back01.png);position:absolute;bottom:10px;left:-45px;z-index:-1;}

.box_02 .top .fl_list{width:730px;height:55px;float:right;margin:20px 0;display:flex;justify-content: space-between;}

.box_02 .top .fl_list li{width:auto;height:55px;float:left;position:relative;z-index:2;}

.box_02 .top .fl_list li::before{content:'';width:48px;height:48px;background:#ededed;border-radius:24px;position:absolute;left:10px;top:3px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:hover::before{content:'';width:48px;height:48px;background:#d20000;border-radius:24px;position:absolute;left:10px;top:3px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li a{display:block;padding-left:70px;height:55px;float:left;}

.box_02 .top .fl_list li:nth-of-type(1) a{background:url(../images/pro_icon_01.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(2) a{background:url(../images/pro_icon_03.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(3) a{background:url(../images/pro_icon_05.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(4) a{background:url(../images/pro_icon_07.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(1):hover a{background:url(../images/pro_icon_02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(2):hover a{background:url(../images/pro_icon_04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(3):hover a{background:url(../images/pro_icon_06.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li:nth-of-type(4):hover a{background:url(../images/pro_icon_08.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .top .fl_list li a p{font-size:20px;color:#3a3939;line-height:20px;margin-top:12px;}

.box_02 .top .fl_list li a span{display:block;font-size:12px;color:#898989;line-height:10px;text-transform:uppercase;margin-top:10px;}

.box_02 .pro_list{width:1280px;height:auto;margin:70px auto 0 auto;}

.box_02 .pro_list li{width:340px;height:360px;padding:13px 14px 0 14px;border:solid 1px #e2e2e2; background:#fff;float:left;margin:0 85px 35px 0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li:hover{-moz-box-shadow:10px 10px 10px #e2e1e1;-webkit-box-shadow:10px 10px 10px #e2e1e1;box-shadow:10px 10px 10px #e2e1e1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li:nth-of-type(3n){margin-right:0;}

.box_02 .pro_list li a{display:block;}

.box_02 .pro_list li .img{width:340px;height:260px;overflow:hidden;}

.box_02 .pro_list li .img img{display:block;width:340px;height:260px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_02 .pro_list li:hover .img img{transform: scale(1.1);}

.box_02 .pro_list li .name{width:270px;height:55px;font-size:17px;color:#353535;line-height:55px; background:url(../images/pro_jt.png) 325px center no-repeat;position:relative;border-bottom:solid 1px #e6e6e6;padding:0 40px 0 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .pro_list li .name::before{content:'';width:12px;height:3px;background:#b8b8b8;position:absolute;left:5px;top:26px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li:hover .name::before{content:'';width:12px;height:3px;background:#d20000;position:absolute;left:5px;top:26px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li p{width:340px;height:25px;line-height:25px;margin-top:8px;overflow:hidden;}

.box_02 .pro_list li p span{display:block;font-size:12px;color:#bdbdbd;text-transform:uppercase;float:left;}

.box_02 .pro_list li p .more{width:85px;height:25px;text-align:center;background:#f2f2f2;border-radius:13px;float:right;font-size:12px;color:#8c8c8c; text-transform:uppercase;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li:hover p .more{background:#d20000;color:#fff;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_03{width:100%;height:940px;padding-top:45px;background:url(../images/ys_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_03 .form{width:1060px;height:60px;margin:0 auto;padding:0 40px; background:rgba(255,255,255,0.1);border-radius:30px;position:relative;overflow:hidden;display:flex;justify-content: space-between;}

.box_03 .form p{width:220px;height:60px;box-sizing:content-box;overflow:hidden;float:left;position:relative;}

.box_03 .form p::after{content:'';width:1px;height:14px;background:#6c6866;position:absolute;right:0;top:23px;}

.box_03 .form input{display:block;width:180px;height:60px;line-height:60px;color:#fff;font-size:14px;padding:0 15px 0 25px;box-sizing:content-box;}

.box_03 .form p:nth-of-type(1) input{background:url(../images/name.png) 0 center no-repeat rgba(0,0,0,0);}

.box_03 .form p:nth-of-type(2) input{background:url(../images/phone.png) 0 center no-repeat rgba(0,0,0,0);}

.box_03 .form p:nth-of-type(3){width:230px;}

.box_03 .form textarea{width:190px;height:60px;line-height:60px;font-size:14px;padding:0 15px 0 25px;box-sizing:content-box;background:url(../images/liuyan.png) 0 center no-repeat rgba(0,0,0,0);}

.box_03 .form p:nth-of-type(3){width:250px;}

.box_03 .form p:nth-of-type(4) input{display:block;width:80px;height:60px;line-height:60px;color:#fff;font-size:14px;float:left;padding:0 5px 0 25px;background:url(../images/yzm.png) 0 center no-repeat;}

.box_03 .form p:nth-of-type(4) img{display:block;float:right;width:65px;height:30px;cursor:pointer;margin:15px 0;}

.box_03 .form .tj{width:83px;height:60px;border:none;overflow:hidden;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .form .tj .btn{display:block;width:83px;height:60px;border:none;background:none;cursor:pointer;padding:0 0 0 0!important;box-sizing:content-box;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background:url(../images/btn.png) center center no-repeat;background-repeat: no-repeat;}

.box_03 .center{width:1240px;height:690px;margin:142px auto 0 auto;position:relative;z-index:2;}

.box_03 .center .h_title{width:auto;height:auto;float:left;position:absolute;left:0;top:0;z-index:9;}

.box_03 .center .h_title p{width:306px;height:95px;background:url(../images/bt_ys.png);}

.box_03 .center .h_title h3{padding-left:100px;font-size:32px;color:#3a3939;line-height:32px;margin-top:10px;background:url(../images/h_line.png) left center no-repeat;}

.box_03 .center .h_title .h_back{width:97px;height:110px; background:url(../images/h_back02.png);position:absolute;bottom:-32px;right:-22px;z-index:-1;}

.box_03 .center .tel{width:auto;height:auto;float:left;position:absolute;left:0;bottom:80px;z-index:9;}

.box_03 .center .tel p:nth-of-type(1){padding-left:40px;line-height:25px;height:25px;font-size:16px;color:#383838;background:url(../images/tel02.png) left center no-repeat;}

.box_03 .center .tel p:nth-of-type(2){line-height:15px;height:15px;font-size:18px;color:#383838;font-weight:bold;margin-top:12px;}

.box_03 .look_center{width:1240px;height:690px;position:relative;}

.box_03 .look_center .bd{width:1240px;height:690px;}

.box_03 .look_center .bd .main{width:1240px;height:690px;}

.box_03 .look_center .bd .main .txt{width:600px;height:690px;float:left;position:relative;}

.box_03 .look_center .bd .main .txt .jia{font-size:30px;color:#d20000;font-weight:bold;line-height:20px;margin-top:235px;}

.box_03 .look_center .bd .main .txt h4{line-height:26px;font-size:24px;font-weight:bold;color:#3a3a3a;margin-top:25px;}

.box_03 .look_center .bd .main .txt span{display:block;width:430px;height:50px; background:url(../images/ys_line.png) left bottom no-repeat;line-height:10px;font-size:12px;color:#8e8e8e;margin-top:22px; text-transform:uppercase;}

.box_03 .look_center .bd .main .txt p{font-size:16px;color:#1f1f1f;line-height:35px;margin-top:25px;}

.box_03 .look_center .bd .main .txt .num{width:160px;height:20px;overflow:hidden;position:absolute;bottom:90px;left:430px;z-index:2;display:flex;justify-content: space-between;background:url(../images/ys_line02.png) center center no-repeat;}

.box_03 .look_center .bd .main .txt i{display:block;line-height:20px;font-size:16px;color:#3a3939;font-weight:bold;}

.box_03 .look_center .bd .main .txt i:nth-of-type(1){color:#cc0000;font-size:20px;}

.box_03 .look_center .bd .main .right{width:640px;height:640px;position:absolute;left:835px;top:25px;z-index:2;}

.box_03 .look_center .bd .main .right::before{content:'';width:700px;height:700px;background:rgba(210,0,0,0.5);position:absolute;top:-30px;left:-30px;z-index:-1;border-radius:50%;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_03 .look_center .bd .main .right::after{content:'';width:760px;height:760px;background:rgba(210,0,0,0.2);position:absolute;top:-60px;left:-60px;z-index:-2;border-radius:50%;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_03 .look_center .bd .main .right .img{width:560px;height:560px;border:solid 40px #d20000;border-radius:50%;overflow:hidden;}

.box_03 .look_center .bd .main .right .img img{display:block;width:560px;height:560px;vertical-align:top;}

@-webkit-keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.05);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

@keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.05);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

.box_03 .look_center .hd{width:190px;height:20px;position:absolute;bottom:90px;left:415px;z-index:9;}

.box_03 .look_center .hd .prev{width:40px;height:20px;background:url(../images/ys_jt_01.png) left center no-repeat;float:left;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .look_center .hd .next{width:40px;height:20px;background:url(../images/ys_jt_03.png) right center no-repeat;float:right;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .look_center .hd .prev:hover{background:url(../images/ys_jt_02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .look_center .hd .next:hover{background:url(../images/ys_jt_04.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 工程案例 */
.box_04{width:100%;height:595px;padding:90px 0 50px 0;overflow:hidden;}

.box_04 .center{width:1280px;height:595px;margin:auto;position:relative;}

.box_04 .center .h_title{width:auto;height:97px;float:left;position:absolute;top:-30px;left:0;z-index:9;}

.box_04 .center .h_title p{width:263px;height:45px;background:url(../images/bt_case.png);}

.box_04 .center .h_title .line{width:83px;height:3px; background:url(../images/h_line.png);margin-top:8px;}

.box_04 .center .h_title h3{font-size:28px;color:#3a3939;font-weight:bold;line-height:30px;margin-top:11px;}

.box_04 .center .h_title .h_back{width:98px;height:109px; background:url(../images/h_back01.png);position:absolute;bottom:10px;left:-45px;z-index:-1;}

.box_04 .center .gd{padding-left:35px;line-height:18px;height:22px;font-size:16px;color:#969696;background:url(../images/jz01.png) left center no-repeat;width:65px;position:absolute;top:-22px;right:0;z-index:9;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .gd:hover{color:#b40101;background:url(../images/jz02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .gd::before{content:'';width:380px;height:1px;background:#dedede;position:absolute;bottom:0;left:35px;}




.box_04 .case_show{width:1600px;height:595px;position:relative;margin-left:-30px;padding:0 30px 0 390px;}

.box_04 .case_show .swiper-slide{width:360px;height:595px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide-active{width:483px;height:595px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide a{display:block;}

.box_04 .case_show .swiper-slide .bx{width:330px;height:325px;border:solid 1px #e2e2e2;padding:13px 14px 0 14px;overflow:hidden;margin-top:120px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide-active .bx{opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide .bx .img{width:330px;height:265px;overflow:hidden;}

.box_04 .case_show .swiper-slide .bx .img img{display:block;width:330px;height:265px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_04 .case_show .swiper-slide:hover .bx .img img{transform: scale(1.1);}

.box_04 .case_show .swiper-slide .bx .txt{width:330px;height:60px;overflow:hidden;}

.box_04 .case_show .swiper-slide .bx .txt .name{width:180px;padding-left:20px;background:url(../images/dian01.png) left center no-repeat;font-size:16px;color:#373737;line-height:60px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_04 .case_show .swiper-slide .bx .txt .more{width:110px;line-height:60px;font-size:14px;color:#afafaf;float:right;text-align:right;position:relative;}

.box_04 .case_show .swiper-slide .bx .txt .more::before{content:'';width:60px;height:1px;background:#d3d3d3;position:absolute;top:30px;left:0;}

.box_04 .case_show .swiper-slide .hide{width:400px;padding:25px 61px 0 22px;height:570px;overflow:hidden;background:url(../images/case_bk.png);position:absolute;top:0;left:50%;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform 1s, opacity 1s;-moz-transition: transform 1s, opacity 1s;-o-transition: transform 1s, opacity 1s;-ms-transition: transform 1s, opacity 1s;transition: transform 1s, opacity 1s;}

.box_04 .case_show .swiper-slide-active .hide{-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.box_04 .case_show .swiper-slide-active .hide .img{width:400px;height:320px;overflow:hidden;}

.box_04 .case_show .swiper-slide-active .hide .img img{display:block;width:400px;height:320px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_04 .case_show .swiper-slide-active:hover .hide .img img{transform: scale(1.1);}

.box_04 .case_show .swiper-slide-active .hide .name{width:340px;font-size:20px;color:#525252;font-weight:bold;line-height:22px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide-active:hover .hide .name{color:#b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case_show .swiper-slide-active .hide .line{width:30px;height:3px;margin-top:15px; background:#b40101;}

.box_04 .case_show .swiper-slide-active .hide p{width:340px;font-size:16px;color:#767676;line-height:32px;height:62px;margin-top:15px;overflow:hidden;}

.box_04 .case_show .swiper-slide-active .hide .more{width:100px;line-height:63px;font-size:16px;color:#fff; background:url(../images/case_jt_01.png) right center no-repeat;position:absolute;left:22px;bottom:18px;}







/* 关于我们 */
.box_05{width:100%;height:auto;padding-top:25px;background:url(../images/ab_back.jpg) center top no-repeat;position:relative;z-index:1;overflow:hidden;}

.box_05 .ab_pos{width:924px;height:870px; background:url(../images/ab_pos.png);position:absolute;top:25px;right:0;z-index:-1;}

.box_05 .top{width:1280px;height:95px;margin:0 auto;}

.box_05 .top .h_title{width:auto;height:95px;float:left;position:relative;z-index:2;}

.box_05 .top .h_title p{width:253px;height:36px;background:url(../images/bt_ab.png);}

.box_05 .top .h_title .line{width:83px;height:3px; background:url(../images/h_line.png);margin-top:15px;}

.box_05 .top .h_title h3{font-size:28px;color:#3a3939;font-weight:bold;line-height:30px;margin-top:11px;}

.box_05 .top .h_title .h_back{width:98px;height:109px; background:url(../images/h_back01.png);position:absolute;top:-25px;left:-45px;z-index:-1;}

.box_05 .top .right{width:270px;height:20px;float:right;margin-top:90px;font-size:16px;color:#b40101;line-height:20px;position:relative;z-index:2;}

.box_05 .top .right::after{content:'';width:345px;height:1px;background:#a00000;position:absolute;top:10px;right:-320px;}

.box_05 .center{width:1280px;height:auto;margin:240px auto 0 auto;}

.box_05 .center .txt{width:710px;height:auto;}

.box_05 .center .txt h4{font-size:24px;color:#3a3939;font-weight:bold;line-height:26px;}

.box_05 .center .txt span{display:block;font-size:12px;color:#979797; text-transform:uppercase;line-height:10px;margin-top:20px;}

.box_05 .center .txt .line{width:30px;height:5px; background:#b40101;margin-top:17px;}

.box_05 .center .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;line-height:37px;height:148px;font-size:17px;color:#616161;margin-top:38px;}

.box_05 .center .txt .more{width:160px;height:45px;position:relative;z-index:2;margin-top:60px;}

.box_05 .center .txt .more::before{content:'';width:160px;height:45px;background:#eddada;position:absolute;top:7px;left:7px;z-index:-1;}

.box_05 .center .txt .more a{display:block;width:160px;height:45px; background:#b40101;text-align:center;line-height:45px;font-size:14px;color:#fff;margin-top:60px;}

.box_05 .center .picScroll-left01{width:820px;height:195px;margin-top:60px;position:relative;z-index:1;}

.box_05 .center .picScroll-left01 .bd{width:730px;height:195px;position:relative;z-index:5;overflow:hidden;float:left;}

.box_05 .center .picScroll-left01 .bd ul{width:730px;height:195px;overflow:hidden; zoom:1;}

.box_05 .center .picScroll-left01 .bd ul li{width:230px;height:195px;float:left;overflow:hidden;margin-right:20px;position:relative;}

.box_05 .center .picScroll-left01 .bd ul li a{display:block;}

.box_05 .center .picScroll-left01 .bd ul li .img{width:210px;height:140px;padding:9px;background:#fff;border:solid 1px #d7d6d6;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .bd ul li:hover .img{border:solid 1px #b40101;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .bd ul li .img .pic{width:210px;height:140px;overflow:hidden;}

.box_05 .center .picScroll-left01 .bd ul li .img .pic img{width:210px;height:140px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_05 .center .picScroll-left01 .bd ul li:hover .img .pic img{transform: scale(1.1);}

.box_05 .center .picScroll-left01 .bd ul li .name{width:130px;padding-right:80px;line-height:20px;font-size:16px;color:#515151;margin:15px auto 0 auto;background:url(../images/ab_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .bd ul li:hover .name{color:#b40101;background:url(../images/ab_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .hd{width:75px;height:34px;float:right;margin-top:105px;}

.box_05 .center .picScroll-left01 .hd .prev{float:left;width:34px;height:34px;background:url(../images/ab_jt_03.png) center center no-repeat #4a4a4a;cursor:pointer;border-radius:17px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .hd .next{float:right;width:34px;height:34px;background:url(../images/ab_jt_04.png) center center no-repeat #4a4a4a;cursor:pointer;border-radius:17px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .hd .prev:hover{background:url(../images/ab_jt_03.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .picScroll-left01 .hd .next:hover{background:url(../images/ab_jt_04.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}






/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:125px 0 60px 0;background:url(../images/news_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_06 .news_center{width:1300px;height:auto;margin:0 auto;position:relative;z-index:2;}

.box_06 .news_center .news_pos{width:451px;height:397px; background:url(../images/news_pos.png);position:absolute;top:435px;left:-210px;z-index:-1;}

.box_06 .news_center .hd{width:1300px;height:95px;}

.box_06 .news_center .hd .h_title{width:auto;height:95px;float:left;position:relative;z-index:2;}

.box_06 .news_center .hd .h_title p{width:278px;height:36px;background:url(../images/bt_news.png);}

.box_06 .news_center .hd .h_title .line{width:83px;height:3px; background:url(../images/h_line.png);margin-top:15px;}

.box_06 .news_center .hd .h_title h3{font-size:28px;color:#3a3939;font-weight:bold;line-height:30px;margin-top:11px;}

.box_06 .news_center .hd .h_title .h_back{width:98px;height:109px; background:url(../images/h_back01.png);position:absolute;top:-25px;left:-45px;z-index:-1;}

.box_06 .news_center .hd .right{width:470px;height:80px;float:right;margin-top:15px;position:relative;z-index:2;display:flex;justify-content: space-between;}

.box_06 .news_center .hd .right::before{content:'';width:880px;height:1px;background:#dfdfdf;position:absolute;top:25px;right:-320px;z-index:-1;}

.box_06 .news_center .hd .right ul{width:350px;height:80px;float:left;display:flex;justify-content: space-between;}

.box_06 .news_center .hd .right ul li{width:80px;height:80px;float:left;}

.box_06 .news_center .hd .right ul li a{display:block;width:80px;height:80px;}

.box_06 .news_center .hd .right ul li:nth-of-type(1) a i{display:block;width:48px;height:48px;border:solid 1px #e1e1e1;background:url(../images/n_icon_01.png) center center no-repeat #fff;border-radius:25px;margin:0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li:nth-of-type(1).on a i{background:url(../images/n_icon_02.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li:nth-of-type(2) a i{display:block;width:48px;height:48px;border:solid 1px #e1e1e1;background:url(../images/n_icon_03.png) center center no-repeat #fff;border-radius:25px;margin:0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li:nth-of-type(2).on a i{background:url(../images/n_icon_04.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li:nth-of-type(3) a i{display:block;width:48px;height:48px;border:solid 1px #e1e1e1;background:url(../images/n_icon_05.png) center center no-repeat #fff;border-radius:25px;margin:0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li:nth-of-type(3).on a i{background:url(../images/n_icon_06.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li a p{font-size:18px;color:#3a3939;line-height:20px;margin-top:10px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right ul li.on a p{font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right .more{width:80px;height:80px;float:right;}

.box_06 .news_center .hd .right .more a{display:block;width:80px;height:80px;}

.box_06 .news_center .hd .right .more a i{display:block;width:48px;height:48px;border:solid 1px #e1e1e1;background:url(../images/n_icon_07.png) center center no-repeat #fff;border-radius:25px;margin:0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right .more:hover a i{background:url(../images/n_icon_08.png) center center no-repeat #b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right .more a p{font-size:18px;color:#3a3939;line-height:20px;margin-top:10px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd .right .more:hover a p{font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:1280px;height:606px;margin:54px auto 0 auto;position:relative;}

.box_06 .news_center .bd .main{width:1280px;height:606px;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .left{width:530px;height:590px;padding:14px 14px 0 14px;border:solid 1px #e6e6e6;background:#fff;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .left a{display:block;}

.box_06 .news_center .bd .main .left .img{width:530px;height:360px;overflow:hidden;}

.box_06 .news_center .bd .main .left .img img{display:block;width:530px;height:360px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_06 .news_center .bd .main .left:hover .img img{transform: scale(1.05);}

.box_06 .news_center .bd .main .left .date{width:500px;margin:30px auto 0 auto;line-height:30px;height:30px;overflow:hidden;font-size:14px;color:#646464;background:url(../images/n_jt01.png) right 25px no-repeat;}

.box_06 .news_center .bd .main .left .date span{font-size:32px;color:#4c4c4c;font-weight:bold;}

.box_06 .news_center .bd .main .left .name{width:500px;font-size:18px;color:#646464;line-height:20px;font-weight:bold;margin:30px auto 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left:hover .name{color:#b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left p{width:500px;font-size:16px;color:#9d9d9d;line-height:30px;height:60px;margin:20px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main .right{width:670px;height:606px;float:right;overflow:hidden;}

.box_06 .news_center .bd .main .right li{width:630px;height:145px;padding:20px 19px;border:solid 1px #e6e6e6;margin-bottom:22px;background:#fff;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .right li:nth-of-type(3){margin-bottom:0;}

.box_06 .news_center .bd .main .right li a{display:block;}

.box_06 .news_center .bd .main .right li .txt{width:380px;height:145px;float:left;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .right li .txt .name{font-size:18px;color:#555;line-height:20px;font-weight:bold;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_06 .news_center .bd .main .right li .txt p{width:360px;padding-left:20px;font-size:16px;color:#9d9d9d;line-height:20px;background:url(../images/n_jt02.png) left center no-repeat;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_06 .news_center .bd .main .right li .txt span{display:block;width:83px;height:28px;border:solid 1px #e6e6e6;font-size:12px;color:#757575;text-align:center;line-height:28px;background:#fff;margin-top:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li:hover .txt span{border:solid 1px #b40101;background:#b40101;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .img{width:215px;height:145px;overflow:hidden;float:right;}

.box_06 .news_center .bd .main .right li .img img{display:block;width:215px;height:145px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_06 .news_center .bd .main .right li:hover .img img{transform: scale(1.1);}

.box_06 .links{width:1280px;height:40px;margin:85px auto 0 auto;}

.box_06 .links .lk{width:195px;height:40px;float:left;position:relative;z-index:2;background:url(../images/links.png) left bottom no-repeat;}

.box_06 .links .lk::before{content:'';width:72px;height:85px; background:url(../images/h_back03.png);position:absolute;top:-30px;left:-30px;z-index:-1;}

.box_06 .links .lk p{position:absolute;bottom:0;right:0;font-size:22px;color:#3a3939;font-weight:bold;line-height:24px;}

.box_06 .links .link{width:1060px;overflow:hidden;position:relative;float:right;}

.box_06 .links .link a{display:block;float:left;width:auto;margin-right:20px;font-size:18px;line-height:55px;color:#6c6c6c;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .links .link a:hover{color:#b40101;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .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);
  }
}
