/*

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:870px;padding-top:130px;background:url(../images/fa_back.jpg) center top no-repeat;position:relative;}

.box_01 .center{width:1150px;height:50px;padding:25px;overflow:hidden;position:absolute;top:-50px;left:50%;margin-left:-600px;z-index:9;background:#fff;-moz-box-shadow:0px 0px 15px #eed6d8;-webkit-box-shadow:0px 0px 15px #eed6d8; box-shadow:0px 0px 15px #eed6d8;}

.box_01 .center .txtScroll-top{width:610px;height:50px;line-height:50px;float:left;overflow:hidden;}

.box_01 .center .txtScroll-top h4{width:155px;height:50px;background:url(../images/hot.png) left center no-repeat;float:left;font-size:20px;color:#545454;font-weight:bold;text-align:right;}

.box_01 .center .txtScroll-top .bd{width:430px;height:50px;line-height:50px;float:right;}

.box_01 .center .txtScroll-top .infoList li{height:50px;line-height:50px;overflow:hidden;}

.box_01 .center .txtScroll-top .infoList li a{display:block;font-size:14px;color:#545454;width:310px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .infoList li:hover a{margin-left:5px;color:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .infoList li span{display:block;float:right;font-size:14px;color:#999;height:50px;line-height:50px;}

.box_01 .center .ss{width:380px;height:50px;overflow:hidden;float:right; background:url(../images/ss_bk.png);}

.box_01 .center .ss .input{width:230px;height:50px;line-height:50px;color:#999;display:block;background:rgba(0,0,0,0);font-size:14px;padding:0 20px;box-sizing:content-box;float:left;}

.box_01 .center .ss .button{width:90px;height:40px;display:inline-block;background:#cf1c24;cursor:pointer;border:none;float:right;margin:5px;border-radius:20px;fnot-size:14px;color:#fff;line-height:40px;}

.box_01 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;overflow:hidden;}

.box_01 .h_title h3{font-size:36px;color:#1d1d1d;font-weight:bold;line-height:36px;}

.box_01 .h_title h3 span{color:#cf1c24;}

.box_01 .h_title i{display:block;font-size:14px;color:#999;line-height:15px;margin-top:10px;background:url(../images/h_back.png) center center no-repeat;}

.box_01 .h_title p{font-size:16px;color:#545454;line-height:16px;margin-top:10px;}

.box_01 .case_center{width:1200px;height:auto;margin:40px auto 0 auto;position:relative;}

.box_01 .case_center .hd{width:1200px;height:50px;margin:0 auto;overflow:hidden;}

.box_01 .case_center .hd ul{width:auto;height:50px;overflow:hidden;float:left;}

.box_01 .case_center .hd ul li{width:214px;height:44px;padding:3px;cursor:pointer;margin-right:25px;float:left;background:#e5e5e5;border-radius:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li.on{background:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li a{display:block;width:134px;height:44px;line-height:44px;padding:0 20px 0 60px;position:relative;font-size:16px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li.on a{color:#fff;font-weight:normal;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(1) a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_01.png) center center no-repeat #6e6e6e;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(2) a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_02.png) center center no-repeat #6e6e6e;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(3) a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_03.png) center center no-repeat #6e6e6e;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(4) a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_04.png) center center no-repeat #6e6e6e;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(1).on a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_01.png) center center no-repeat #1d1d1d;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(2).on a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_02.png) center center no-repeat #1d1d1d;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(3).on a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_03.png) center center no-repeat #1d1d1d;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd ul li:nth-of-type(4).on a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_04.png) center center no-repeat #1d1d1d;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more{width:214px;height:44px;padding:3px;cursor:pointer;float:left;background:#e5e5e5;border-radius:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more:hover{background:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more a{display:block;width:134px;height:44px;line-height:44px;padding:0 20px 0 60px;position:relative;font-size:16px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more:hover a{color:#fff;font-weight:normal;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_05.png) center center no-repeat #6e6e6e;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .hd .more:hover a::after{content:'';width:44px;height:44px;background:url(../images/fa_icon_05.png) center center no-repeat #1d1d1d;border-radius:22px;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd{width:1200px;height:570px;margin:40px auto 0 auto;}

.box_01 .case_center .bd .main{width:1200px;height:570px;}

.box_01 .case_center .bd .main .left{width:590px;height:570px;float:left;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .left:hover{-moz-box-shadow:0px 0px 10px #eac4c8;-webkit-box-shadow:0px 0px 10px #eac4c8; box-shadow:0px 0px 10px #eac4c8;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .left a{display:block;}

.box_01 .case_center .bd .main .left .img{width:590px;height:430px;overflow:hidden;}

.box_01 .case_center .bd .main .left .img img{width:590px;height:430px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .case_center .bd .main .left:hover .img img{transform: scale(1.05);}

.box_01 .case_center .bd .main .left .name{width:460px;margin:25px auto 0 auto;padding-right:100px;font-size:16px;color:#1d1d1d;line-height:16px; background:url(../images/fa_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .left:hover .name{color:#cf1c24;background:url(../images/fa_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .left p{width:560px;margin:20px auto 0 auto;font-size:14px;color:#666;line-height:30px;height:60px;overflow:hidden;}

.box_01 .case_center .bd .main .right{width:590px;height:570px;float:right;}

.box_01 .case_center .bd .main .right li{width:280px;height:270px;float:left;overflow:hidden;background:#fff;margin-bottom:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .right li:nth-of-type(2n){float:right;}

.box_01 .case_center .bd .main .right li:hover{-moz-box-shadow:0px 0px 10px #eac4c8;-webkit-box-shadow:0px 0px 10px #eac4c8; box-shadow:0px 0px 10px #eac4c8;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .right li a{display:block;}

.box_01 .case_center .bd .main .right li .img{width:280px;height:220px;overflow:hidden;}

.box_01 .case_center .bd .main .right li .img img{width:280px;height:220px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .case_center .bd .main .right li:hover .img img{transform: scale(1.05);}

.box_01 .case_center .bd .main .right li .name{width:200px;padding:0 65px 0 15px;font-size:14px;color:#1d1d1d;line-height:50px; background:url(../images/fa_jt_01.png) 242px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .case_center .bd .main .right li:hover .name{color:#cf1c24;background:url(../images/fa_jt_02.png) 242px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 产品中心 */
.box_02{width:100%;height:880px;padding-top:60px;background:#51565c;position:relative;}

.box_02 .center{width:1200px;height:820px;margin:0 auto;overflow:hidden;}

.box_02 .center .left{width:220px;height:820px; background:url(../images/left_back.png) center bottom no-repeat #cf1c24;float:left;position:relative;overflow:hidden;}

.box_02 .center .left .h_title{width:220px;height:90px;position:relative;}

.box_02 .center .left .h_title p{font-size:20px;color:rgba(255,255,255,0.2);line-height:16px;text-transform: Uppercase;text-align:center;padding-top:25px;}

.box_02 .center .left .h_title h3{padding-left:40px;line-height:26px;font-size:24px;color:#fff;font-weight:bold;line-height:26px; background:url(../images/pro_icon_01.png) left center no-repeat;position:absolute;left:40px;bottom:30px;}

.box_02 .center .left .h_title h3 a{color:#fff;}

.box_02 .center .left .fl_list{width:220px;height:600px;margin-top:20px;overflow:hidden;}

.box_02 .center .left .fl_list li{width:220px;height:48px;line-height:48px;margin-bottom:2px;overflow:hidden;position:relative;z-index:0;}

.box_02 .center .left .fl_list li::before{content:'';width:0px;height:48px;background:#cf1c24;position:absolute;top:0px;left:30px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li.active::before{content:'';width:190px;height:48px;background:#cf1c24;position:absolute;top:0px;left:30px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li a{display:block;width:120px;padding:0 15px 0 85px;font-size:16px;color:#545454;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:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li a::before{content:'';width:18px;height:18px;background:url(../images/dian01.png);position:absolute;top:15px;left:45px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li.active a::before{content:'';width:18px;height:18px;background:url(../images/dian01.png);position:absolute;top:15px;left:55px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li a::after{content:'';width:18px;height:18px;background:url(../images/dian02.png) center center no-repeat;position:absolute;top:15px;left:35px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .fl_list li.active a::after{content:'';width:18px;height:18px;background:url(../images/dian02.png) center center no-repeat;position:absolute;top:15px;left:45px;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .tel{width:220px;height:auto;position:absolute;bottom:45px;left:0;}

.box_02 .center .left .tel p:nth-of-type(1){font-size:16px;color:#333;line-height:20px;padding-left:42px;position:relative;}

.box_02 .center .left .tel p:nth-of-type(1)::before{content:'';width:18px;height:20px;background: url(../images/tel02.png) center center no-repeat;position:absolute;top:0;left:15px;animation: msClock 1.2s linear infinite;}

.box_02 .center .left .tel p:nth-of-type(2){font-size:24px;color:#cf1c24;line-height:20px;padding-left:42px;font-weight:bold;margin-top:10px;}

.box_02 .center .right{width:925px;height:820px;padding:0 15px 0 20px;background:#fff;float:right;position:relative;overflow:hidden;}

.box_02 .center .right h4{height:70px;line-height:70px;padding-left:45px;font-size:14px;color:#545454;text-transform: Uppercase;background:url(../images/huo.png) 10px center no-repeat;}

.box_02 .center .right h4 span{font-size:18px;}

.box_02 .center .right  .pro_list{width:930px;height:750px;margin:0 auto;overflow:hidden;}

.box_02 .center .right  .pro_list li{width:295px;height:230px;float:left;margin:0 22px 20px 0;overflow:hidden;position:relative;}

.box_02 .center .right  .pro_list li:nth-of-type(3n){margin-right:0;}

.box_02 .center .right  .pro_list li a{display:block;}

.box_02 .center .right  .pro_list li .img{width:295px;height:230px;overflow:hidden;}

.box_02 .center .right  .pro_list li .img img{width:295px;height:230px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_02 .center .right  .pro_list li:hover .img img{transform: scale(1.1);}

.box_02 .center .right  .pro_list li .txt{width:255px;height:50px;padding:0 20px;background:rgba(0,0,0,0.5);position:absolute;left:0;bottom:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .right  .pro_list li.active .txt{background:rgba(207,28,36,0.8);position:absolute;left:0;bottom:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .right  .pro_list li .txt .name{width:200px;padding-right:55px;font-size:14px;color:#fff;line-height:50px;background:url(../images/pro_jt.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}





/* 广告位 */
.box_03{width:100%;height:175px;padding-top:55px;background:url(../images/ad_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:1200px;height:175px;margin:0 auto;}

.box_03 .center .txt{width:800px;height:71px;background:url(../images/logo.png) left center no-repeat;overflow:hidden;}

.box_03 .center .txt p{width:400px;height:41px;float:right;margin:15px 0; background:#cf1c24;line-height:41px;text-align:center;font-size:18px;color:#fff;}

.box_03 .center .tel{width:530px;height:44px;line-height:44px;margin-top:35px;overflow:hidden;}

.box_03 .center .tel p{width:auto;float:left;padding-left:50px;position:relative;font-size:18px;color:#cf1c24;font-weight:bold;}

.box_03 .center .tel p::after{content:'';width:35px;height:44px;background:url(../images/tel03.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.box_03 .center .tel p span{display:block;float:left;font-size:18px;color:#333;font-weight:normal;}

.box_03 .center .tel a{display:block;width:200px;height:44px;float:right; background:#fff;border-radius:10px;overflow:hidden;font-size:16px;color:#1d1d1d;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .tel a:hover{background:#cf1c24;color:#fff;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_04{width:100%;height:1200px;padding-top:80px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1200px;height:auto;margin:0 auto;overflow:hidden;}

.box_04 .center .img{width:1200px;height:500px;overflow:hidden;}

.box_04 .center .img img{display:block;width:1200px;height:500px; vertical-align:top;}

.box_04 .center h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;text-align:center;margin-top:32px;}

.box_04 .center span{display:block;font-size:14px;color:#bfbfbf;line-height:15px;text-align:center;margin-top:16px;}

.box_04 .center p{width:1000px;font-size:16px;color:#666;height:70px;line-height:35px;overflow:hidden;margin:25px auto 0 auto;text-align:center;}

.box_04 .center .more{display:block;width:135px;padding-left:25px;height:45px; background:url(../images/ab_jt.png) 112px center no-repeat #cf1c24;font-size:14px;color:#fff;line-height:45px;margin:40px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .more:hover{border-radius:10px;background:url(../images/ab_jt.png) 112px center no-repeat #1d1d1d;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup{width:1200px;margin:75px auto 0 auto;height:auto;overflow:hidden;position:relative;z-index:5;}

.box_04 .slideGroup .parHd{width:540px;height:44px;margin:0 auto;}

.box_04 .slideGroup .parHd ul{width:540px;height:44px;overflow:hidden;display:flex;justify-content: space-between;}

.box_04 .slideGroup .parHd ul li{width:160px;cursor:pointer;overflow:hidden;float:left;background:#1d1d1d;font-size:18px;color:#fff;line-height:44px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup .parHd ul li.on{background:#cf1c24;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup .parBd{width:1200px;height:225px;margin:30px auto 0 auto;position:relative; }

.box_04 .slideGroup .parBd .slideBox{position:relative;}

.box_04 .slideGroup .parBd .slideBox .tempWrap{width:1200px;height:225px;margin:0 auto;overflow:hidden;}

.box_04 .slideGroup .parBd ul{width:1200px;height:225px;overflow:hidden; zoom:1;}

.box_04 .slideGroup .parBd ul li{width:285px;height:225px;margin-right:20px;overflow:hidden;float:left;}

.box_04 .slideGroup .parBd ul li a{display:block;}

.box_04 .slideGroup .parBd ul li .img{width:285px;height:180px;overflow:hidden;}

.box_04 .slideGroup .parBd ul li .img img{width:285px;height:180px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_04 .slideGroup .parBd ul li:hover .img img{transform: scale(1.1);}

.box_04 .slideGroup .parBd ul li .name{width:240px;line-height:45px;padding-right:45px;font-size:14px;color:#545454;position:relative;background:url(../images/show_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup .parBd ul li:hover .name{color:#cf1c24;background:url(../images/show_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup .parBd ul li .name::before{content:'';width:0px;height:1px;background:#cf1c24;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .slideGroup .parBd ul li:hover .name::before{content:'';width:285px;height:1px;background:#cf1c24;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}







/* 企业优势 */
.box_05{width:100%;height:1160px;padding-top:60px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .h_title01{width:1200px;height:auto;margin:0 auto;text-align:center;overflow:hidden;}

.box_05 .h_title01 h3{font-size:36px;color:#fff;font-weight:bold;line-height:36px;}

.box_05 .h_title01 h3 span{color:#cf1c24;}

.box_05 .h_title01 i{display:block;font-size:14px;color:#999;line-height:15px;margin-top:10px;background:url(../images/h_back.png) center center no-repeat;}

.box_05 .h_title01 p{font-size:16px;color:#fff;line-height:16px;margin-top:10px;}

.box_05 .center{width:1120px;height:490px;margin:40px auto 0 auto;padding:50px 40px 0 40px;background:#fff;overflow:hidden;}

.look_center{width:1120px;height:433px;margin:0 auto;overflow:hidden;position:relative;}

.look_center .bd{width:1120px;height:433px;}

.look_center .bd .main{width:1120px;height:433px;position:relative;}

.look_center .bd .main .txt{width:515px;height:290px;position:absolute;left:0;top:95px;z-index:5;background:url(../images/txt_back.png) right bottom no-repeat #fff;}

.look_center .bd .main .txt h4{line-height:20px;font-size:12px;color:#999;margin-top:60px;}

.look_center .bd .main .txt h4 span{display:block;float:left;font-size:18px;color:#cf1c24;line-height:20px;font-weight:bold;margin-right:5px;}

.look_center .bd .main .txt .line{width:70px;height:2px; background:#e6e6e6;margin-top:17px;}

.look_center .bd .main .txt p{width:445px;padding-left:15px;font-size:16px;color:#666;line-height:35px;margin-top:18px;background:url(../images/dian03.png) left 13px no-repeat;}

.look_center .bd .main .img{width:636px;height:429px;border:solid 2px #cf1c24;float:right;}

.look_center .bd .main .img img{display:block;width:636px;height:429px;vertical-align:top;}

.look_center .hd{width:95px;height:30px;position:absolute;left:0;top:40px;z-index:9;}

.look_center .hd .prev{float:left;width:43px;height:28px;border:solid 1px #cf1c24;background:url(../images/ys_jt_01.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next{float:right;width:43px;height:28px;border:solid 1px #cf1c24;background:url(../images/ys_jt_03.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .prev:hover{background:url(../images/ys_jt_02.png) center center no-repeat #cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next:hover{background:url(../images/ys_jt_04.png) center center no-repeat #cf1c24;-webkit-transition:all .7s;transition:all .7s;}







.box_05 .lc{width:1200px;height:340px;margin:80px auto 0 auto;padding-top:40px;background:url(../images/lc_bk.png) center 93px no-repeat #fff;overflow:hidden;}

.box_05 .lc .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;overflow:hidden;}

.box_05 .lc .h_title h3{font-size:36px;color:#1d1d1d;font-weight:bold;line-height:36px;}

.box_05 .lc .h_title h3 span{color:#cf1c24;}

.box_05 .lc .h_title i{display:block;font-size:14px;color:#999;line-height:15px;margin-top:10px;}

.box_05 .lc .h_title p{font-size:16px;color:#545454;line-height:16px;margin-top:10px;}

.box_05 .lc .list{width:1080px;height:130px;margin:40px auto 0 auto;text-align:center;overflow:hidden;display:flex;justify-content: space-between;}

.box_05 .lc .list li{width:100px;height:130px;float:left;overflow:hidden;}

.box_05 .lc .list li .icon{width:98px;height:98px;border:dashed 1px #ebebeb;border-radius:50px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:hover .icon{border:dashed 1px #cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li .icon i{display:block;width:98px;height:98px;overflow:hidden;}

.box_05 .lc .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .lc .list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_11.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(7) .icon i{background:url(../images/lc_icon_13.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(8) .icon i{background:url(../images/lc_icon_15.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(1):hover .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(2):hover .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(3):hover .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(4):hover .icon i{background:url(../images/lc_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(5):hover .icon i{background:url(../images/lc_icon_10.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(6):hover .icon i{background:url(../images/lc_icon_12.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(7):hover .icon i{background:url(../images/lc_icon_14.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:nth-of-type(8):hover .icon i{background:url(../images/lc_icon_16.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li p{font-size:16px;color:#1d1d1d;line-height:16px;margin-top:14px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .list li:hover p{color:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .tel{width:320px;height:40px;line-height:40px;text-align:center;margin:34px auto 0 auto; background:url(../images/tel_bk.png);overflow:hidden;}

.box_05 .lc .tel p{width:200px;font-size:22px;color:#cf1c24;float:left;font-weight:bold;}

.box_05 .lc .tel a{display:block;width:120px;font-size:14px;color:#fff;float:left; background:#1d1d1d;border-radius:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .lc .tel a:hover{background:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}






/* 新闻动态 */
.box_06{width:100%;height:670px;padding-top:86px;background:url(../images/news_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .news_center{width:1200px;height:auto;margin:0 auto;position:relative;}

.box_06 .news_center .hd{width:1200px;height:50px;margin:0 auto;overflow:hidden;}

.box_06 .news_center .hd .h_title{width:auto;height:50px;float:left;}

.box_06 .news_center .hd .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:40px;}

.box_06 .news_center .hd .h_title h3 span{color:#cf1c24;}

.box_06 .news_center .hd ul{width:462px;height:50px;float:right;overflow:hidden;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:138px;height:48px;float:left;border:solid 1px #e6e6e6;border-radius:6px;background:#fff;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on{border:solid 1px #cf1c24;background:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:85px;padding-left:53px;height:48px;font-size:14px;color:#333;line-height:48px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_05.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_06.png) 20px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:1200px;height:500px;margin:50px auto 0 auto;}

.box_06 .news_center .bd .main{width:1200px;height:500px;}

.box_06 .news_center .bd .main .left{width:580px;height:500px;float:left;border-radius:10px;background:#fff;overflow:hidden;position:relative;-moz-box-shadow:0px 0px 10px #e2e2e2;-webkit-box-shadow:0px 0px 10px #e2e2e2; box-shadow:0px 0px 10px #e2e2e2;}

.box_06 .news_center .bd .main .left .img{display:block;width:580px;height:320px;overflow:hidden;}

.box_06 .news_center .bd .main .left .img img{width:580px;height:320px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_06 .news_center .bd .main .left:hover .img img{transform: scale(1.05);}

.box_06 .news_center .bd .main .left .name{display:block;width:520px;margin:25px auto 0 auto;font-size:16px;color:#333;line-height:18px;font-weight:bold;position:relative;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:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left p{font-size:16px;color:#808080;line-height:35px;height:70px;width:520px;margin:15px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main .left span{display:block;font-size:12px;color:#808080;line-height:10px;position:absolute;left:30px;bottom:30px;}

.box_06 .news_center .bd .main .left .more{display:block;font-size:12px;color:#333;line-height:10px;position:absolute;right:30px;bottom:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left:hover .more{color:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right{width:590px;height:500px;float:right;}

.box_06 .news_center .bd .main .right .top{width:540px;height:240px;padding:5px 25px;overflow:hidden;background:#fff;-moz-box-shadow:0px 0px 10px #e2e2e2;-webkit-box-shadow:0px 0px 10px #e2e2e2; box-shadow:0px 0px 10px #e2e2e2;}

.box_06 .news_center .bd .main .right .top li{width:540px;height:55px;line-height:55px;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .right .top li::before{content:'';width:540px;height:1px;background:#f5f5f5;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .top li::after{content:'';width:0px;height:1px;background:#cf1c24;position:absolute;bottom:0;left:0px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .top li:hover::after{content:'';width:540px;height:1px;background:#cf1c24;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .top li .name{display:block;width:420px;float:left;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .news_center .bd .main .right .top li span{display:block;font-size:12px;color:#808080;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .top li:hover .name{padding-left:5px;color:#cf1c24;-cf1c24-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom{width:590px;height:220px;margin-top:30px;position:relative;}

.box_06 .news_center .bd .main .right .bottom li{width:280px;height:220px;overflow:hidden;position:relative;float:left;-moz-box-shadow:0px 0px 10px #e2e2e2;-webkit-box-shadow:0px 0px 10px #e2e2e2; box-shadow:0px 0px 10px #e2e2e2;}

.box_06 .news_center .bd .main .right .bottom li:nth-of-type(2){float:right;}

.box_06 .news_center .bd .main .right .bottom li a{display:block;}

.box_06 .news_center .bd .main .right .bottom li .img{width:280px;height:220px;overflow:hidden;position:absolute;top:-220px;left:0;z-index:5;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom li .img img{width:280px;height:220px;vertical-align:top;object-fit:cover;}

.box_06 .news_center .bd .main .right .bottom li:hover .img{position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom li .txt{width:240px;height:180px;padding:40px 20px 0 20px;background:#fff;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .right .bottom li .txt .name{height:40px;font-size:16px;color:#333;line-height:16px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom li:hover .txt .name{color:#cf1c24;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom li .txt .name::after{content:'';width:25px;height:2px;background:#cf1c24;position:absolute;bottom:0;left:0px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right .bottom li .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;margin:10px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main .right .bottom li .txt span{display:block;font-size:12px;color:#808080;line-height:10px;position:absolute;left:20px;bottom:30px;}

.box_06 .news_center .bd .main .right .bottom li .txt .more{display:block;font-size:12px;color:#333;line-height:10px;position:absolute;right:20px;bottom:30px;-webkit-transition:all .7s;transition:all .7s;}












/* 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);
  }
}
