/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}



/* 工程案例 */
.box_01{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_01 .center{width:1300px;height:835px;margin:0 auto;overflow:hidden;}

.box_01 .center .left{width:735px;height:835px;float:left;position:relative;}

.box_01 .center .left .h_title{width:auto;height:auto;position:absolute;top:0;left:0;z-index:4;}

.box_01 .center .left .h_title span:nth-of-type(1){display:block;font-size:40px;color:#333;line-height:33px;text-transform: Uppercase;}

.box_01 .center .left .h_title span:nth-of-type(2){display:block;font-size:40px;color:#333;line-height:33px;text-transform: Uppercase;margin-top:14px;}

.box_01 .center .left .h_title h3{font-size:26px;color:#de0a0e;font-weight:bold;line-height:28px;margin-top:23px;}

.box_01 .center .left .h_title .line{width:32px;height:2px; background:#333;margin-top:10px;}

.box_01 .center .left .bx{width:610px;height:670px;margin:85px 0 0 125px;position:relative;background:url(../images/case_bk.jpg) center bottom no-repeat;}

.box_01 .center .left .bx a{display:block;}

.box_01 .center .left .bx .img{width:610px;height:440px;margin:0 auto;overflow:hidden;}

.box_01 .center .left .bx .img img{width:610px;height:440px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_01 .center .left .bx:hover .img img{transform: scale(1.02);}

.box_01 .center .left .bx .txt{width:460px;height:154px;padding:0 47px;border:solid 3px #de0a0e; background:#fff;position:absolute;left:-125px;bottom:30px;text-align:right;}

.box_01 .center .left .bx .txt .name{font-size:18px;color:#333;line-height:18px;height:35px;margin-top:28px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .bx:hover .txt .name{color:#de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .bx .txt .name::before{content:'';width:20px;height:2px;background:#ccc;position:absolute;bottom:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .bx:hover .txt .name::before{content:'';width:100px;height:2px;background:#de0a0e;position:absolute;bottom:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .bx .txt p{font-size:16px;color:#666;line-height:35px;height:70px;margin-top:5px;overflow:hidden;}

.box_01 .center .left .bottom{width:445px;height:80px;margin-left:125px;overflow:hidden;}

.box_01 .center .left .bottom .tel{padding-left:35px;line-height:80px;float:left;font-size:24px;color:#333;font-weight:bold;position:relative;}

.box_01 .center .left .bottom .tel::before{content:'';width:24px;height:24px;background:url(../images/tel02.png) left center no-repeat;position:absolute;top:28px;left:0;animation: msClock 1.2s linear infinite;}

.box_01 .center .left .bottom .tel span{display:block;float:left;font-size:18px;text-transform: Uppercase;font-weight:normal;margin-right:10px;}

.box_01 .center .left .bottom .more{display:block;width:95px;height:80px;line-height:80px;float:right;font-size:16px;color:#de0a0e;background:url(../images/case_jt_01.png) right center no-repeat;}

.box_01 .center .txtScroll-top{width:510px;height:835px;float:right;overflow:hidden;}

.box_01 .center .txtScroll-top .bd{width:420px;height:835px;float:left;}

.box_01 .center .txtScroll-top .infoList li{width:420px;height:390px;margin-bottom:55px;overflow:hidden;position:relative;}

.box_01 .center .txtScroll-top .infoList li a{display:block;}

.box_01 .center .txtScroll-top .infoList li .img{width:420px;height:330px;overflow:hidden;}

.box_01 .center .txtScroll-top .infoList li .img img{width:420px;height:330px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .txtScroll-top .infoList li:hover .img img{transform: scale(1.05);}

.box_01 .center .txtScroll-top .infoList li .txt{width:420px;height:60px;background:#f9f9f9;position:relative;z-index:0;}

.box_01 .center .txtScroll-top .infoList li .txt::before{content:'';width:420px;height:0px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .infoList li:hover .txt::before{content:'';width:420px;height:60px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .infoList li .txt .name{width:350px;padding:0 60px 0 10px;color:#333;font-size:16px;position:relative;background:url(../images/dian01.png) 390px center no-repeat;line-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .infoList li:hover .txt .name{color:#fff;background:url(../images/dian02.png) 390px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .hd{width:40px;height:360px;overflow:hidden;float:right;margin-top:230px;position:relative;}

.box_01 .center .txtScroll-top .hd .pageState{width:40px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#333;position:absolute;top:0;left:0;}

.box_01 .center .txtScroll-top .hd .pageState span{color:#de0a0e;}

.box_01 .center .txtScroll-top .hd ul{width:40px;height:150px;position:absolute;top:70px;left:0;}

.box_01 .center .txtScroll-top .hd ul li{width:8px;height:8px;border:solid 1px #b3b3b3;background:#b3b3b3;border-radius:5px;margin:0 auto 25px auto;text-indent:-999px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .hd ul li.on{border:solid 1px #de0a0e;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .hd .prev{width:40px;height:40px;cursor:pointer;background:url(../images/case_jt_02.png) center center no-repeat #333;position:absolute;left:0;bottom:60px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .txtScroll-top .hd .next{width:40px;height:40px;cursor:pointer;background:url(../images/case_jt_03.png) center center no-repeat #333;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}




/* 产品中心 */
.box_02{width:100%;height:870px;padding-top:160px; background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .pro_center{width:1240px;padding-left:60px;height:790px;margin:0 auto;position:relative;overflow:hidden;}

.box_02 .pro_center .gd{display:block;width:130px;height:40px;line-height:40px;font-size:16px;color:#de0a0e;background:url(../images/case_jt_01.png) right center no-repeat;position:absolute;left:520px;bottom:100px;z-index:9;}

.box_02 .pro_center .hd{width:350px;height:790px;float:left;overflow:hidden;position:relative;}

.box_02 .pro_center .hd .h_title{width:350px;height:auto;position:relative;}

.box_02 .pro_center .hd .h_title span:nth-of-type(1){display:block;font-size:40px;color:#333;line-height:33px;text-transform: Uppercase;}

.box_02 .pro_center .hd .h_title span:nth-of-type(2){display:block;font-size:40px;color:#333;line-height:33px;text-transform: Uppercase;margin-top:14px;}

.box_02 .pro_center .hd .h_title h3{font-size:26px;color:#de0a0e;font-weight:bold;line-height:28px;margin-top:23px;}

.box_02 .pro_center .hd .h_title h3 a{color:#de0a0e;}

.box_02 .pro_center .hd .h_title .line{width:32px;height:2px; background:#333;margin-top:10px;}

.box_02 .pro_center .hd ul{width:350px;height:540px;margin-top:75px;overflow:hidden;}

.box_02 .pro_center .hd ul li{width:350px;height:70px;margin-bottom:33px;overflow:hidden;position:relative;cursor:pointer;}

.box_02 .pro_center .hd ul li:last-child{margin-bottom:0;}

.box_02 .pro_center .hd ul li a{display:block;}

.box_02 .pro_center .hd ul li .show{width:350px;height:70px;overflow:hidden;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .hd ul li.on .show{opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .hd ul li .show .img{width:70px;height:70px;overflow:hidden;border-radius:50%;float:left;margin-right:20px;}

.box_02 .pro_center .hd ul li .show .img img{width:70px;height:70px;vertical-align:top;object-fit:cover;}

.box_02 .pro_center .hd ul li .show .txt{width:160px;height:70px;overflow:hidden;float:left;}

.box_02 .pro_center .hd ul li .show .txt .name{font-size:16px;color:#333;line-height:16px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .pro_center .hd ul li .show .txt span{display:block;font-size:12px;color:#808080;line-height:10px;margin-top:10px;text-transform: Uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .pro_center .hd ul li .hide{width:0px;height:70px;overflow:hidden;position:absolute;left:0;top:0; background:#de0a0e;border-radius:35px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .hd ul li.on .hide{width:350px;height:70px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .hd ul li .hide .name{width:180px;padding:0 100px 0 70px;line-height:70px;font-size:16px;color:#fff;background:url(../images/pro_jt_01.png) 270px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .pro_center .bd{width:830px;height:790px;float:right;overflow:hidden;}

.box_02 .pro_center .bd .main{width:830px;height:790px;overflow:hidden;position:relative;}

.box_02 .pro_center .bd .main a{display:block;}

.box_02 .pro_center .bd .main .left{width:362px;height:515px;padding:10px; background:#fff;float:left;overflow:hidden;}

.box_02 .pro_center .bd .main .left .img{width:360px;height:280px;border:solid 1px #e6e6e6;overflow:hidden;}

.box_02 .pro_center .bd .main .left .img img{width:360px;height:280px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_02 .pro_center .bd .main .left:hover .img img{transform: scale(1.05);}

.box_02 .pro_center .bd .main .left .name{font-size:18px;color:#333;line-height:18px;height:45px;margin-top:25px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .left:hover .name{color:#de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .left .name::before{content:'';width:30px;height:2px;background:#de0a0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .left:hover .name::before{content:'';width:100px;height:2px;background:#de0a0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .left p{font-size:16px;color:#666;line-height:30px;height:60px;margin-top:13px;overflow:hidden;}

.box_02 .pro_center .bd .main .left .more{width:100px;height:33px;padding-left:18px;background:url(../images/pro_jt_02.png) 90px center no-repeat #fff;border:solid 1px #e6e6e6;font-size:14px;color:#666;line-height:33px;margin-top:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .left:hover .more{background:url(../images/pro_jt_03.png) 90px center no-repeat #de0a0e;border:solid 1px #de0a0e;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right{width:410px;height:710px;float:right;overflow:hidden;}

.box_02 .pro_center .bd .main .right li{width:410px;height:340px;margin-bottom:30px;background:#fff;overflow:hidden;}

.box_02 .pro_center .bd .main .right li .img{width:408px;height:278px;border:solid 1px #e6e6e6;overflow:hidden;}

.box_02 .pro_center .bd .main .right li .img img{width:408px;height:278px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_02 .pro_center .bd .main .right li:hover .img img{transform: scale(1.05);}

.box_02 .pro_center .bd .main .right li .txt{width:390px;height:60px;line-height:60px;padding:0 10px;position:relative;z-index:0;}

.box_02 .pro_center .bd .main .right li .txt::before{content:'';width:410px;height:0px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right li:hover .txt::before{content:'';width:410px;height:60px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right li .txt .name{width:280px;color:#333;font-size:16px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right li:hover .txt .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right li .txt .more{width:auto;color:#808080;font-size:14px;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_center .bd .main .right li:hover .txt .more{color:#fff;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_03{width:100%;height:1190px;padding-top:79px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:1300px;height:auto;position:relative;margin:0 auto;text-align:center;}

.box_03 .h_title span{display:block;font-size:60px;color:#333;line-height:50px;text-transform: Uppercase;}

.box_03 .h_title h3{font-size:26px;color:#de0a0e;font-weight:bold;line-height:28px;margin-top:20px;}

.box_03 .h_title .line{width:32px;height:2px; background:#333;margin:15px auto 0 auto;}

.look_center{width:1300px;height:1050px;margin:25px auto 0 auto;position:relative;overflow:hidden;}

.look_center .pos{width:650px;height:auto;position:absolute;right:0;bottom:115px;z-index:9;}

.look_center .pos .tel{width:420px;height:36px;overflow:hidden;}

.look_center .pos .tel p{padding-left:40px;line-height:36px;float:left;font-size:20px;color:#333;font-weight:bold;position:relative;}

.look_center .pos .tel p::before{content:'';width:31px;height:31px;background:url(../images/tel03.png) left center no-repeat;position:absolute;top:3px;left:0;animation: msClock 1.2s linear infinite;}

.look_center .pos .tel p span{display:block;float:left;font-size:16px;text-transform: Uppercase;font-weight:normal;margin-right:10px;}

.look_center .pos .tel a{display:block;width:120px;height:34px;line-height:34px;float:right;border-top:solid 1px #333;border-bottom:solid 1px #333;font-size:14px;color:#333;text-align:center;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .pos .tel a:hover{border-top:solid 1px #de0a0e;border-bottom:solid 1px #de0a0e;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.look_center .pos .tel a::before{content:'';width:0px;height:34px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .pos .tel a:hover::before{content:'';width:120px;height:34px;background:#de0a0e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .pos h4{font-size:20px;color:#333;font-weight:bold;line-height:22px;margin-top:38px;}

.look_center .pos .back{width:480px;height:40px;line-height:40px;background:#de0a0e;text-align:center;margin-top:28px;font-size:14px;color:#fff;}

.look_center .qq{width:64px;height:64px;background:url(../images/qq01.png) center center no-repeat #fce9e1;border-radius:50%;position:absolute;bottom:335px;right:175px;z-index:9;-webkit-transition:all .7s;transition:all .7s;}

.look_center .qq:hover{background:url(../images/qq02.png) center center no-repeat #de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:1300px;height:1050px;overflow:hidden;}

.look_center .bd .main{width:1300px;height:1050px;position:relative;}

.look_center .bd .main .txt{width:1100px;margin:0 auto;text-align:center;}

.look_center .bd .main .txt p{font-size:16px;color:#666;line-height:35px;}

.look_center .bd .main .img{width:416px;height:475px;position:absolute;top:497px;left:105px;}

.look_center .bd .main .img img{display:block;width:416px;height:475px; vertical-align:top;}

.look_center .hd{width:1300px;height:602px;position:absolute;left:0;top:93px;z-index:5;}

.look_center .hd ul{width:1300px;height:602px;overflow:hidden;position:relative;}

.look_center .hd ul li{width:284px;height:327px;background:url(../images/ys_bk01.png);cursor:pointer;}

.look_center .hd ul li:nth-of-type(1){position:absolute;left:28px;top:159px;}

.look_center .hd ul li:nth-of-type(2){position:absolute;left:460px;top:245px;}

.look_center .hd ul li:nth-of-type(3){position:absolute;left:601px;top:0px;}

.look_center .hd ul li:nth-of-type(4){width:416px;height:475px;background:url(../images/ys_bk02.png);position:absolute;right:0;bottom:0px;}

.look_center .hd ul li:nth-of-type(1)::before{content:'';width:284px;height:249px;background:url(../images/border01.png);position:absolute;top:0;right:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1).on::before{content:'';width:284px;height:249px;background:url(../images/border02.png);position:absolute;top:0;right:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2)::before{content:'';width:147px;height:249px;background:url(../images/border03.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2).on::before{content:'';width:147px;height:249px;background:url(../images/border04.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3)::before{content:'';width:284px;height:249px;background:url(../images/border05.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3).on::before{content:'';width:284px;height:249px;background:url(../images/border06.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4)::before{content:'';width:416px;height:475px;background:url(../images/border07.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4).on::before{content:'';width:416px;height:475px;background:url(../images/border08.png);position:absolute;top:0;left:0;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4)::after{content:'';width:416px;height:70px;background:url(../images/ys_logo.png) center center no-repeat;position:absolute;bottom:85px;left:0;z-index:0;}

.look_center .hd ul li:nth-of-type(1) .icon{width:64px;height:64px;background:url(../images/ys_icon_01.png) center center no-repeat #fce9e1;border-radius:50%;position:absolute;top:54px;left:-28px;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1).on .icon{background:url(../images/ys_icon_02.png) center center no-repeat #de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2) .icon{width:64px;height:64px;background:url(../images/ys_icon_03.png) center center no-repeat #fce9e1;border-radius:50%;position:absolute;top:54px;left:-28px;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2).on .icon{background:url(../images/ys_icon_04.png) center center no-repeat #de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3) .icon{width:64px;height:64px;background:url(../images/ys_icon_05.png) center center no-repeat #fce9e1;border-radius:50%;position:absolute;top:54px;left:-28px;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3).on .icon{background:url(../images/ys_icon_06.png) center center no-repeat #de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4) .icon{width:64px;height:64px;background:url(../images/ys_icon_07.png) center center no-repeat #fce9e1;border-radius:50%;position:absolute;top:94px;left:-28px;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4).on .icon{background:url(../images/ys_icon_08.png) center center no-repeat #de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li .num{width:125px;height:36px;border-bottom:solid 3px #dbdbdb;margin:95px auto 0 auto;display:flex;justify-content: space-between;}

.look_center .hd ul li:nth-of-type(4) .num{margin:165px auto 0 auto;}

.look_center .hd ul li .num span:nth-of-type(1){display:block;float:left;font-size:26px;color:#b2b2b2;line-height:28px;text-transform: Uppercase;}

.look_center .hd ul li .num span:nth-of-type(2){display:block;float:left;font-size:34px;color:#de0a0e;line-height:28px;}

.look_center .hd ul li h4{font-size:20px;color:#333;line-height:22px;margin-top:38px;text-align:center;font-weight:bold;}

.look_center .hd ul li p{font-size:12px;color:#b2b2b2;line-height:20px;margin-top:10px;text-align:center;}









/*
.look_center .hd ul li{width:75px;float:left;height:145px;text-align:center;cursor:pointer;}

.look_center .hd ul li:nth-of-type(1){margin-top:17px;}

.look_center .hd ul li:nth-of-type(2){margin-top:60px;}

.look_center .hd ul li:nth-of-type(3){margin-top:88px;}

.look_center .hd ul li:nth-of-type(4){margin-top:60px;}

.look_center .hd ul li:nth-of-type(5){margin-top:-17px;}

.look_center .hd ul li .top{width:50px;height:50px;margin:0 auto;position:relative;overflow:hidden;}

.look_center .hd ul li .top .dian{width:50px;height:50px;background:url(../images/ys_dian.png) center center no-repeat;}

.look_center .hd ul li .top .icon{width:50px;height:50px;background:url(../images/ys_icon_01.png) center center no-repeat #f08300;border-radius:25px;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 .7s, opacity .7s;-moz-transition: transform .7s, opacity .7s;-o-transition: transform .7s, opacity .7s;-ms-transition: transform .7s, opacity .7s;transition: transform .7s, opacity .7s;}

.look_center .hd ul li.on .top .icon{-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;}

.look_center .hd ul li .line{width:24px;height:63px;margin:0 auto; background:url(../images/jia01.png) center center no-repeat;position:relative;overflow:hidden;}

.look_center .hd ul li p{font-size:18px;color:#fff;line-height:18px;height:18px;overflow:hidden;margin-top:12px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on p{opacity:0;height:0;margin-top:0;-webkit-transition:all .7s;transition:all .7s;}


.look_center .hd ul li.on h4{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

*/


















/* 关于我们 */
.box_04{width:100%;height:810px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1300px;height:760px;padding-top:50px;margin:0 auto;position:relative;}

.box_04 .center .dw{width:310px;height:626px;background:url(../images/ab_pos.png);position:absolute;right:-205px;bottom:70px;z-index:5;}

.box_04 .center .zm{width:1300px;height:80px;}

.box_04 .center .zm p{line-height:80px;font-size:100px;color:rgba(226,30,30,0.1);text-transform: Uppercase; letter-spacing:40px;margin-left:95px;}

.box_04 .center .bottom{width:1300px;height:600px;margin:35px auto 0 auto;position:relative;}

.box_04 .center .bottom .left{width:510px;height:600px;float:left;margin-right:55px;}

.box_04 .center .bottom .left .yyzz{width:235px;height:345px;padding:8px;background:url(../images/honor.png);position:relative;margin:10px 0 0 150px;}

.box_04 .center .bottom .left .yyzz img{display:block;width:235px;height:345px;vertical-align:top;object-fit:cover;}

.box_04 .center .bottom .right{width:610px;height:600px;float:left;}

.box_04 .center .bottom .right .txt{width:610px;height:auto;}

.box_04 .center .bottom .right .txt h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;}

.box_04 .center .bottom .right .txt span{display:block;font-size:14px;color:#bfbfbf;line-height:16px;margin-top:18px;}

.box_04 .center .bottom .right .txt .line{width:610px;height:1px; background:#f8ceca;margin-top:30px;}

.box_04 .center .bottom .right .txt p{width:600px;height:105px;line-height:35px;overflow:hidden;font-size:16px;color:#666;margin-top:25px;}

.box_04 .center .bottom .right .txt .more{display:block;width:130px;height:35px;line-height:35px;border-top:solid 1px #333;margin-top:30px;padding-left:10px;font-size:14px;color:#666; background:url(../images/more01.png) 95px center no-repeat;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .txt .more:hover{color:#de0a0e;border-top:solid 1px #de0a0e;background:url(../images/more02.png) 95px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .txt .more::after{content:'';width:0px;height:1px;background:#de0a0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .txt .more:hover::after{content:'';width:140px;height:1px;background:#de0a0e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx{width:530px;height:131px;margin-top:135px;display:flex;justify-content: space-between;}

.box_04 .center .bottom .right .bx a{display:block;width:113px;height:131px; background:url(../images/ab_bk.png);float:left;}

.box_04 .center .bottom .right .bx a i{display:block;width:31px;height:30px;margin:35px auto 0 auto;}

.box_04 .center .bottom .right .bx a:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .center .bottom .right .bx a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:nth-of-type(2) i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:nth-of-type(3) i{background:url(../images/ab_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:nth-of-type(1):hover i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:nth-of-type(2):hover i{background:url(../images/ab_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:nth-of-type(3):hover i{background:url(../images/ab_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a p{font-size:16px;color:#333;line-height:16px;text-align:center;margin-top:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .bottom .right .bx a:hover p{color:#de0a0e;-webkit-transition:all .7s;transition:all .7s;}





/* 新闻资讯 */
.box_05{width:100%;height:auto;padding:80px 0 50px 0;overflow:hidden;}

.box_05 .news_center{width:1300px;height:auto;margin:0 auto;position:relative;}

.box_05 .news_center .hd{width:1300px;height:82px;position:relative;}

.box_05 .news_center .hd .h_title{width:auto;height:82px;float:left;position:relative;}

.box_05 .news_center .hd .h_title p:nth-of-type(1){font-size:40px;color:#cbcbcb;line-height:32px;text-transform: Uppercase;}

.box_05 .news_center .hd .h_title p:nth-of-type(2){font-size:40px;color:#cbcbcb;line-height:32px;text-transform: Uppercase;margin-top:18px;}

.box_05 .news_center .hd .h_title h3{font-size:26px;color:#de0a0e;font-weight:bold;line-height:32px;position:absolute;left:135px;top:0;}

.box_05 .news_center .hd .h_title h3 a{display:block;color:#de0a0e;}

.box_05 .news_center .hd ul{width:500px;height:45px;float:right;margin-top:20px;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:150px;height:45px;cursor:pointer;float:left;background:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on{background:#de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a{display:block;width:95px;padding-left:55px;line-height:45px;font-size:18px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_02.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd{width:1300px;height:655px;margin:40px auto 0 auto;}

.box_05 .news_center .bd .main{width:1300px;height:655px;position:relative;}

.box_05 .news_center .bd .main .top{width:1300px;height:230px;margin:0 auto;}

.box_05 .news_center .bd .main .top li{width:600px;height:200px;padding:15px;float:left;float:left;background:#fff;border-radius:8px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:nth-of-type(2n){float:right;}

.box_05 .news_center .bd .main .top li:hover{background:#de0a0e;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li a{display:block;}

.box_05 .news_center .bd .main .top li .img{width:270px;height:200px;overflow:hidden;border-radius:8px;float:left;margin-right:25px;}

.box_05 .news_center .bd .main .top li .img img{width:270px;height:200px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .news_center .bd .main .top li:hover .img img{transform: scale(1.05);}

.box_05 .news_center .bd .main .top li .txt{width:300px;height:200px;overflow:hidden;float:left;}

.box_05 .news_center .bd .main .top li .txt .name{margin-top:23px;font-size:18px;color:#262626;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover .txt .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li span{display:block;margin-top:20px;font-size:12px;color:#999;line-height:10px;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover .txt span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li p{margin-top:28px;font-size:14px;color:#666;line-height:30px;height:60px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover .txt p{color:#f7c8c8;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li .txt .more{margin-top:20px;width:21px;height:13px;background:url(../images/n_jt_01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top li:hover .txt .more{background:url(../images/n_jt_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom{width:1280px;padding:0 10px;height:400px;margin:25px auto 0 auto;overflow:hidden;-moz-box-shadow:0px 0px 15px #eee;-webkit-box-shadow:0px 0px 15px #eee;box-shadow:0px 0px 15px #eee;}

.box_05 .news_center .bd .main .bottom li{width:245px;padding:0 30px 0 45px;height:400px;float:left;background:url(../images/news_xx.png) right center no-repeat;position:relative;}

.box_05 .news_center .bd .main .bottom li:last-child{ background:none;}

.box_05 .news_center .bd .main .bottom li a{display:block;}

.box_05 .news_center .bd .main .bottom li span:nth-of-type(1){display:block;font-size:20px;color:#333;font-family:Arial;line-height:16px;margin-top:50px;text-align:right;}

.box_05 .news_center .bd .main .bottom li .name{margin-top:70px;font-size:18px;color:#262626;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_05 .news_center .bd .main .bottom li p{margin-top:30px;font-size:14px;color:#666;line-height:30px;height:90px;overflow:hidden;}

.box_05 .news_center .bd .main .bottom li span:nth-of-type(2){display:block;font-size:20px;color:#333;font-family:Arial;line-height:16px;margin-top:32px;}

.box_05 .news_center .bd .main .bottom li .more{width:30px;height:30px;border-radius:15px;background:url(../images/n_jt_01.png) center center no-repeat rgba(222,10,14,0);position:absolute;bottom:70px;right:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .more{background:url(../images/n_jt_02.png) center center no-repeat rgba(222,10,14,1);-webkit-transition:all .7s;transition:all .7s;}








/* 在线留言 */
.box_06{width:100%;height:470px;background:url(../images/ly_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_06 .center{width:1300px;height:470px;margin:0 auto;overflow:hidden;position:relative;}

.box_06 .center .ewm{width:265px;height:200px;padding-top:30px; background:url(../images/ewm.png);margin:0 auto;}

.box_06 .center .ewm img{display:block;width:131px;height:131px; vertical-align:top;margin:0 auto;}

.box_06 .center .ewm p{font-size:16px;color:#fff;line-height:16px;text-align:center;margin-top:18px;}

.box_06 .center .bottom{width:1300px;height:185px;margin:28px auto 0 auto;overflow:hidden;position:relative;}

.box_06 .center .bottom .left{width:580px;height:170px;float:left;}

.box_06 .center .bottom .left h4{font-size:18px;color:#ccc;line-height:30px;text-transform: Uppercase;}

.box_06 .center .bottom .left h4 span{font-size:30px;color:#333;display:block;float:left;margin-right:15px;}

.box_06 .center .bottom .left .infro{width:580px;height:100px;margin-top:40px;position:relative;}

.box_06 .center .bottom .left .infro li{height:31px;line-height:31px;padding-left:45px;font-size:16px;color:#333;}

.box_06 .center .bottom .left .infro li:nth-of-type(1){position:absolute;left:0;top:0;background:url(../images/ft_icon_01.png) left center no-repeat;}

.box_06 .center .bottom .left .infro li:nth-of-type(2){position:absolute;right:0;top:0;background:url(../images/ft_icon_02.png) left center no-repeat;}

.box_06 .center .bottom .left .infro li:nth-of-type(3){position:absolute;left:0;bottom:0;background:url(../images/ft_icon_03.png) left center no-repeat;}

.box_06 .center .bottom .right{width:670px;height:185px;float:right;}

.box_06 .center .bottom .right h4{font-size:18px;color:#ccc;line-height:30px;text-transform: Uppercase; background:url(../images/ly_line.png) right center no-repeat;}

.box_06 .center .bottom .right h4 span{font-size:30px;color:#333;display:block;float:left;margin-right:15px;}

.box_06 .center .bottom .right .form{width:670px;height:115px;margin-top:40px;overflow:hidden;position:relative;}

.box_06 .center .bottom .right .form p{width:260px;height:50px;overflow:hidden;background:rgba(255,255,255,1);}

.box_06 .center .bottom .right .form input{display:block;width:200px;height:50px;line-height:50px;color:#666;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;}

.box_06 .center .bottom .right .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_06 .center .bottom .right .form p:nth-of-type(2){position:absolute;left:0;bottom:0;}

.box_06 .center .bottom .right .form p:nth-of-type(1) input{background:url(../images/name.png) 15px center no-repeat;}

.box_06 .center .bottom .right .form p:nth-of-type(2) input{background:url(../images/phone.png) 15px center no-repeat;}

.box_06 .center .bottom .right .form p:nth-of-type(3){width:260px;height:50px;position:absolute;left:290px;top:0;}

.box_06 .center .bottom .right .form textarea{width:200px;height:50px;line-height:50px;font-size:14px;padding:0 10px 0 50px;box-sizing:content-box;background:url(../images/liuyan.png) 5px center no-repeat;}

.box_06 .center .bottom .right .form p:nth-of-type(4){width:260px;height:50px;position:absolute;left:290px;bottom:0;}

.box_06 .center .bottom .right .form p:nth-of-type(4) input{display:block;width:90px;height:50px;line-height:50px;color:#808080;font-size:14px;float:left;padding:0 10px 0 50px;background:url(../images/yzm.png) 5px center no-repeat;}

.box_06 .center .bottom .right .form p:nth-of-type(4) img{display:block;float:right;width:80px;height:40px;cursor:pointer;margin:5px;}

.box_06 .center .bottom .right .form .tj{width:85px;height:115px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;outline: 1px solid #fff;outline-offset: -5px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .bottom .right .form .tj .btn{display:block;width:85px;height:115px;text-align:center;font-size:18px;color:#fff;border:none;background:none;cursor:pointer;padding:0 !important;box-sizing:content-box;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .bottom .right .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #333;background-repeat: no-repeat;}

.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: #de0a0e;
 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 #de0a0e;
 }
}

@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 #de0a0e;
 }
}








/* 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);
  }
}
