/*

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:650px;padding-top:80px;overflow:hidden;}

.box_01 .center{width:1200px;height:650px;margin:0 auto;overflow:hidden;}

.box_01 .center .left{width:590px;height:650px;float:left;border-radius:60px 10px 10px 10px;overflow:hidden;}

.box_01 .center .left img{display:block;width:590px;height:650px; vertical-align:top;}

.box_01 .center .right{width:530px;height:650px;float:right;position:relative;overflow:hidden;}

.box_01 .center .right .bt{width:530px;height:62px;margin-top:8px;position:relative;overflow:hidden;}

.box_01 .center .right .bt p{font-size:60px;color:#e8f0fb;line-height:58px;text-transform: Uppercase;}

.box_01 .center .right .bt h3{font-size:30px;color:#097ee5;font-weight:bold;line-height:30px;position:absolute;left:0;bottom:0;}

.box_01 .center .right .txt{width:530px;height:auto;margin-top:40px;position:relative;overflow:hidden;}

.box_01 .center .right .txt h4{font-size:18px;color:#333;line-height:18px;}

.box_01 .center .right .txt h4 a{display:block;color:#333;}

.box_01 .center .right .txt span{display:block;height:39px;border-bottom:solid 1px #e6e6e6;font-size:12px;color:#b2b2b2;line-height:14px;margin-top:30px;}

.box_01 .center .right .txt p{font-size:14px;color:#808080;line-height:30px;height:120px;overflow:hidden;margin-top:15px;}

.box_01 .center .right .yyzz{width:441px;height:287px;position:absolute;left:0;bottom:0;}

.box_01 .center .right .yyzz img{display:block;width:441px;height:287px; vertical-align:top;}





/* 工厂展示 */
.box_02{width:100%;height:auto;margin:-50px auto 70px auto; background:url(../images/show_back.png) center top no-repeat;position:relative;z-index:5;overflow:hidden;}

.box_02 .slideGroup02{width:1320px;margin:0 auto;overflow:hidden;position:relative;}

.box_02 .slideGroup02 .parHd{width:auto;padding-left:110px;height:100px;}

.box_02 .slideGroup02 .parHd ul{width:320px;height:100px;margin-right:80px;overflow:hidden;float:left;}

.box_02 .slideGroup02 .parHd ul li{width:120px;height:100px;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd ul li:nth-of-type(2){float:right;}

.box_02 .slideGroup02 .parHd ul li::before{content:'';width:0px;height:2px;background:#fff;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd ul li.on::before{content:'';width:120px;height:2px;background:#fff;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd ul li a{display:block;width:120px;line-height:100px;color:#fff;font-size:18px;text-align:right;}

.box_02 .slideGroup02 .parHd ul li:nth-of-type(1) a{background:url(../images/show_icon_01.png) left center no-repeat;}

.box_02 .slideGroup02 .parHd ul li:nth-of-type(2) a{background:url(../images/show_icon_02.png) left center no-repeat;}

.box_02 .slideGroup02 .parHd .more{width:120px;height:100px;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd .more::before{content:'';width:0px;height:2px;background:#fff;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd .more:hover::before{content:'';width:120px;height:2px;background:#fff;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parHd .more a{display:block;width:120px;line-height:100px;color:#fff;font-size:18px;text-align:right;background:url(../images/show_icon_03.png) left center no-repeat;}

.box_02 .slideGroup02 .parBd{width:1320px;margin-top:40px;height:250px;}

.box_02 .slideGroup02 .parBd .slideBox{position:relative;}

.box_02 .slideGroup02 .parBd .slideBox .tempWrap{width:1200px !important;height:250px;margin:0 auto;overflow:hidden;}

.box_02 .slideGroup02 .parBd ul{width:1320px;height:250px;overflow:hidden;}

.box_02 .slideGroup02 .parBd ul li{width:280px;height:250px;overflow:hidden;margin-right:26.6px;float:left;position:relative;}

.box_02 .slideGroup02 .parBd ul li a{display:block;}

.box_02 .slideGroup02 .parBd ul li .img{width:280px;height:210px;border-radius:6px;overflow:hidden;}

.box_02 .slideGroup02 .parBd ul li .img img{width:280px;height:210px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_02 .slideGroup02 .parBd ul li:hover .img img{transform: scale(1.1);}

.box_02 .slideGroup02 .parBd ul li .txt{width:280px;height:40px;overflow:hidden;position:relative;}

.box_02 .slideGroup02 .parBd ul li .txt::before{content:'';width:0px;height:2px;background:#097ee5;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parBd ul li:hover .txt::before{content:'';width:280px;height:2px;background:#097ee5;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parBd ul li .name{width:200px;line-height:40px;float:left;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parBd ul li:hover .name{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parBd ul li .more{width:43px;font-size:12px;color:#808080;line-height:40px;float:right;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .slideGroup02 .parBd ul li .more::before{content:'';width:10px;height:10px;background:#b5d8f7;border-radius:5px;position:absolute;bottom:12px;right:0;z-index:-1;}

.box_02 .slideGroup02 .parBd ul li:hover .more{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .sPrev{position:absolute;left:0;top:85px;width:40px;height:40px;background:url(../images/show_jt_01.png) center center no-repeat #333;border-radius:20px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .sPrev:hover{background:url(../images/show_jt_01.png) center center no-repeat #097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .sNext{position:absolute;right:0;top:85px;width:40px;height:40px;background:url(../images/show_jt_02.png) center center no-repeat #333;border-radius:20px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .sNext:hover{background:url(../images/show_jt_02.png) center center no-repeat #097ee5;-webkit-transition:all .7s;transition:all .7s;}






/* 产品中心 */
.box_03{width:100%;height:auto;padding-bottom:80px;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:1200px;height:auto;margin:0 auto;position:relative;z-index:0;}

.box_03 .center .pro_pos{width:371px;height:526px;background:url(../images/pro_pos.png);position:absolute;top:60px;right:-100px;z-index:-1;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.box_03 .center .h_title{width:180px;height:76px;position:relative;overflow:hidden;background:url(../images/h_back01.png) right bottom no-repeat;}

.box_03 .center .h_title span{display:block;font-size:100px;color:#b9d1f5;line-height:76px;position:absolute;left:-10px;top:-2px;text-transform: Uppercase;}

.box_03 .center .h_title p{font-size:16px;color:#ccc;text-transform: Uppercase;line-height:13px;position:absolute;left:60px;top:15px;}

.box_03 .center .h_title h3{font-size:24px;color:#097ee5;line-height:26px;font-weight:bold;position:absolute;left:60px;bottom:12px;}

.box_03 .center .h_title h3 a{display:block;color:#097ee5;}

.box_03 .center .h_title::before{content:'';width:10px;height:10px;background:#cee5fa;border-radius:5px;position:absolute;bottom:8px;right:8px;}

.box_03 .center .list{width:760px;height:110px;margin-top:35px; background:url(../images/hd_line.png) bottom left repeat-x;overflow:hidden;}

.box_03 .center .list li{width:auto;height:55px;float:left;position:relative;overflow:hidden;margin-right:21px;}

.box_03 .center .list li:nth-of-type(5n){margin-right:0;}

.box_03 .center .list li::after{content:'';width:0px;height:4px;background:#097ee5;position:absolute;bottom:0;left:0;border-radius:2px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .list li:hover::after{content:'';width:100%;height:4px;background:#097ee5;position:absolute;bottom:0;left:0;border-radius:2px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .list li a{display:block;padding-left:23px;width:auto;background:url(../images/dian01.png) left center no-repeat;font-size:14px;color:#4c4c4c;line-height:55px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .list li:hover a{background:url(../images/dian02.png) left center no-repeat;color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.pro_top{width:895px;height:350px;margin-top:35px;position:relative;overflow:hidden;}

.pro_top .hd{width:120px;height:30px; background:url(../images/pro_line.png) center center no-repeat #097ee5;border-radius:15px;position:absolute;right:0;top:30px;z-index:9;overflow:hidden;}

.pro_top .hd .prev{width:60px;height:30px;cursor:pointer;background:url(../images/show_jt_01.png) center center no-repeat;float:left;}

.pro_top .hd .next{width:60px;height:30px;cursor:pointer;background:url(../images/show_jt_02.png) center center no-repeat;float:right;}

.pro_top .bd{width:895px;height:350px;overflow:hidden;}

.pro_top .bd .main{width:895px;height:350px;overflow:hidden;}

.pro_top .bd .main .img{width:450px;height:330px;padding:9px;border:solid 1px #e6e6e6;border-radius:2px 20px 2px 20px;overflow:hidden;float:left;}

.pro_top .bd .main .img .pic{width:450px;height:330px;border-radius:2px 20px 2px 20px;overflow:hidden;}

.pro_top .bd .main .img .pic img{width:450px;height:330px;vertical-align:top;object-fit:cover;transition: all 1s;}

.pro_top .bd .main:hover .img .pic img{transform: scale(1.05);}

.pro_top .bd .main .txt{width:375px;height:350px;float:right;overflow:hidden;}

.pro_top .bd .main .txt .name{display:block;width:230px;font-size:16px;color:#333;line-height:16px;margin-top:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.pro_top .bd .main:hover .txt .name{color:#097ee5;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.pro_top .bd .main .txt span{display:block;width:2px;height:30px; background:#097ee5;margin-top:25px;}

.pro_top .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;height:90px;overflow:hidden;margin-top:15px;}

.pro_bottom{width:1200px;height:auto;margin:-60px auto 0 auto;position:relative;z-index:5;}

.pro_bottom .hd{width:1200px;height:60px;}

.pro_bottom .hd ul{width:190px;height:60px;margin-left:570px;float:left;position:relative;z-index:0;overflow:hidden;}

.pro_bottom .hd ul li{width:70px;height:60px;float:left;cursor:pointer;position:relative;z-index:0;font-size:16px;color:#333333;line-height:60px;text-align:center;}

.pro_bottom .hd ul li:last-child{float:right;}

.pro_bottom .hd ul li::after{content:'';width:0px;height:4px;background:#097ee5;position:absolute;bottom:22px;left:50%;margin-left:-0px;border-radius:2px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li.on::after{content:'';width:70px;height:4px;background:#097ee5;position:absolute;bottom:22px;left:50%;margin-left:-35px;border-radius:2px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .bd{width:1200px;height:320px;margin:40px auto 0 auto;}

.grid{width:1200px;height:320px;perspective:800px;perspective-origin:50% 100%;}

.grid__item{position:relative;flex:none;width:380px;height:320px;float:left;margin-right:30px;cursor:default;transform-style:preserve-3d;}

.grid__item:last-child{margin-right:0;}

.grid__item:hover,.grid__item:focus{outline:none;}

.stack{position:relative;width:360px;height:260px;padding:9px;border-radius:2px 20px 2px 20px;border:solid 1px #e6e6e6;transform-style:preserve-3d;}

.stack__deco{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#097ee5;opacity:0;transform-origin:50% 100%;border-radius:2px 20px 2px 20px;}

.grid__item:hover .stack__deco:first-child{opacity:0.2;}
.grid__item:hover .stack__deco:nth-child(2){opacity:0.4;}
.grid__item:hover .stack__deco:nth-child(3){opacity:0.6;}

.stack__figure{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;height:100%;cursor:pointer;transform-origin:50% 100%;border-radius:2px 20px 2px 20px;}

.stack__img{position:relative;display:block;flex:none;}

.grid__item-caption{position:relative;display:flex;flex-wrap:wrap;width:100%;transform-style:preserve-3d;}

.grid--effect-castor .stack__figure,.grid--effect-castor .stack__deco{transform-origin:50% 50%;}

.grid__item .txt{width:380px;height:40px;overflow:hidden;}

.grid__item .txt .name{width:175px;padding-left:15px;height:40px;font-size:14px;color:#333;line-height:40px;float:left;position:relative;z-index:0;background:url(../images/h_back01.png) right bottom no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.grid__item:hover .txt .name{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.grid__item .txt .name::before{content:'';width:10px;height:26px;background:#b5d8f7;position:absolute;bottom:7px;left:10px;border-radius:7px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.grid__item .txt .more{width:75px;font-size:12px;line-height:40px;color:#b2b2b2;float:right;position:relative;z-index:0;}

.grid__item .txt .more::before{content:'';width:10px;height:10px;background:#9dcbf5;position:absolute;bottom:12px;right:0;z-index:-1;border-radius:5px;}





/* 品质优势 */
.box_04{width:100%;height:500px;background:url(../images/pz_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1200px;height:420px;padding-top:80px;margin:0 auto;position:relative;z-index:0;}

.box_04 .center .pz_pos{width:533px;height:364px;background:url(../images/ad_pos.png);position:absolute;top:40px;right:-100px;z-index:-1;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.box_04 .center .h_title{width:350px;height:60px;position:relative;z-index:5;background:url(../images/h_back02.png) left bottom no-repeat;}

.box_04 .center .h_title::before{content:'';width:12px;height:12px;background:rgba(255,255,255,0.4);position:absolute;top:18px;left:175px;border-radius:6px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .h_title h3{font-size:26px;color:#fff;line-height:28px;font-weight:bold;position:absolute;left:0;top:0;}

.box_04 .center .h_title p{font-size:12px;color:rgba(255,255,255,0.4);line-height:15px;position:absolute;right:0;top:13px;}

.box_04 .center .h_title span{display:block;font-size:20px;color:#fff;line-height:20px;font-weight:bold;position:absolute;left:125px;bottom:0;}

.box_04 .center .list{width:710px;height:190px;margin-top:35px;overflow:hidden;}

.box_04 .center .list li{width:140px;padding-left:20px;height:80px;border-radius:8px;background:#fff;position:relative;overflow:hidden;float:left;margin:0 23px 30px 0;perspective: 800px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(4n){margin-right:0;}

.box_04 .center .list li span{display:block;font-size:14px;color:#b2b2b2;margin-top:20px;line-height:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li p{font-size:16px;color:#333;margin-top:12px;line-height:16px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li .icon{width:26px;height:26px;position:absolute;top:15px;right:15px;}

.box_04 .center .list li:hover .icon{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .center .list li:nth-of-type(1) .icon{background:url(../images/pz_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(2) .icon{background:url(../images/pz_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(3) .icon{background:url(../images/pz_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(4) .icon{background:url(../images/pz_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(5) .icon{background:url(../images/pz_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(6) .icon{background:url(../images/pz_icon_11.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(7) .icon{background:url(../images/pz_icon_13.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(1):hover .icon{background:url(../images/pz_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(2):hover .icon{background:url(../images/pz_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(3):hover .icon{background:url(../images/pz_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(4):hover .icon{background:url(../images/pz_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(5):hover .icon{background:url(../images/pz_icon_10.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(6):hover .icon{background:url(../images/pz_icon_12.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:nth-of-type(7):hover .icon{background:url(../images/pz_icon_14.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:before,
.box_04 .center .list li:after {content: "";background: #097ee5;width: 44%;height: 80%;opacity: 0;transform: translateY(-50%) rotateY(90deg);transform-origin: right center;transform-style: preserve-3d;position: absolute;top: 50%;left: 5%;z-index: -1;transition: all 0.4s ease-out;}

.box_04 .center .list li:after {transform: translateY(-50%) rotateY(-90deg);transform-origin: left center;left: auto;right: 7%;}

.box_04 .center .list li:hover:before,
.box_04 .center .list li:hover:after {opacity: 1;transform: translateY(-50%) rotateY(0);}

.box_04 .center .form{width:1200px;height:40px;margin:45px auto 0 auto;position:relative;display:flex;justify-content: space-between;}

.box_04 .center .form p{width:220px;height:40px;border-radius:6px;overflow:hidden;background:rgba(255,255,255,0.7);float:left;position:relative;}

.box_04 .center .form p input{display:block;width:185px;height:40px;line-height:40px;color:#808080;font-size:14px;padding:0 25px 0 10px;box-sizing:content-box;}

.box_04 .center .form p:nth-of-type(1) input{background:url(../images/xx.png) 205px center no-repeat rgba(0,0,0,0);}

.box_04 .center .form p:nth-of-type(2) input{background:url(../images/xx.png) 205px center no-repeat rgba(0,0,0,0);}

.box_04 .center .form p:nth-of-type(3){width:220px;}

.box_04 .center .form textarea{width:185px;height:40px;line-height:40px;font-size:14px;padding:0 25px 0 10px;box-sizing:content-box;background:url(../images/xx.png) 205px center no-repeat rgba(0,0,0,0);}

.box_04 .center .form p:nth-of-type(4){width:220px;height:40px;overflow:hidden;float:left;position:relative;}

.box_04 .center .form p:nth-of-type(4) input{display:block;width:90px;height:40px;line-height:40px;color:#808080;font-size:14px;float:left;padding:0 10px;background:rgba(0,0,0,0);}

.box_04 .center .form p:nth-of-type(4) img{display:block;float:right;width:85px;height:34px;cursor:pointer;margin:3px 3px 3px 0;}

.box_04 .center .form .tj{width:220px;height:40px;border:none;overflow:hidden;position:relative;z-index:0; background:#fff;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .form .tj .btn{display:block;width:220px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#097ee5;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .form .tj:hover{ background:#333;}

.box_04 .center .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}






/* 企业优势 */
.box_05{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_05 .top{width:1200px;height:78px;margin:0 auto;overflow:hidden;}

.box_05 .top .h_title{width:340px;height:78px;position:relative;overflow:hidden;background:url(../images/h_back01.png) 90px bottom no-repeat;float:left;}

.box_05 .top .h_title span{display:block;font-size:100px;color:#b9d1f5;line-height:76px;position:absolute;left:-8px;top:-2px;text-transform: Uppercase;}

.box_05 .top .h_title p{font-size:16px;color:#ccc;text-transform: Uppercase;line-height:13px;position:absolute;left:50px;top:15px;}

.box_05 .top .h_title h3{font-size:24px;color:#097ee5;line-height:26px;font-weight:bold;position:absolute;left:50px;bottom:12px;}

.box_05 .top .h_title::before{content:'';width:10px;height:10px;background:#cee5fa;border-radius:5px;position:absolute;bottom:8px;left:260px;}

.box_05 .top .tel{width:auto;height:44px;line-height:44px;position:relative;float:right;margin:17px 0;padding-left:60px;font-size:14px;color:#333;}

.box_05 .top .tel::before{content:'';width:44px;height:44px;background:url(../images/tel01.png);position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.box_05 .top .tel span{font-size:24px;color:#097ee5;font-weight:bold;}

.look_center{width:1180px;padding:50px 0 0 20px;height:410px;margin:35px auto 0 auto;border-radius:10px; background:#fff;overflow:hidden;-moz-box-shadow:0px 0px 10px #e2e1e1;-webkit-box-shadow:0px 0px 10px #e2e1e1;box-shadow:0px 0px 10px #e2e1e1;}

.look_center .hd{width:145px;height:350px;float:left;margin-right:80px;}

.look_center .hd ul{width:145px;height:350px;float:left;overflow:hidden;}

.look_center .hd ul li{width:145px;height:70px;cursor:pointer;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li::before{content:'';width:145px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li::after{content:'';width:0px;height:4px;background:#0a7fe5;position:absolute;bottom:0;left:0;border-radius:2px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on::after{content:'';width:145px;height:4px;background:#0a7fe5;position:absolute;bottom:0;left:0;border-radius:2px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4{font-size:16px;color:#333;line-height:70px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4{color:#0a7fe5;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li i{display:block;width:25px;height:70px;position:absolute;right:30px;top:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on i{position:absolute;right:0;top:0; opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(5) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:910px;height:360px;float:left;}

.look_center .bd .main{width:910px;height:360px;overflow:hidden;position:relative;}

.look_center .bd .main .img{width:500px;height:360px;border-radius:10px 30px 10px 30px;overflow:hidden;float:left;}

.look_center .bd .main .img img{display:block;width:500px;height:360px; vertical-align:top;}

.look_center .bd .main .txt{width:360px;height:360px;float:right;}

.look_center .bd .main .txt .num{font-size:70px;color:#d5e3f9;line-height:56px;margin-top:35px;}

.look_center .bd .main .txt h4{line-height:22px;height:22px;font-size:12px;color:#b2b2b2;margin-top:25px;}

.look_center .bd .main .txt h4 span{font-size:20px;color:#097ee5;font-weight:bold;margin-right:40px}

.look_center .bd .main .txt .line{width:360px;height:1px;background:#e6e6e6;margin-top:22px;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;margin-top:35px;}








/* 案例展示 */
.box_06{width:100%;height:625px;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .top{width:1200px;height:80px;margin:0 auto;overflow:hidden;}

.box_06 .top .h_title{width:200px;height:80px;position:relative;overflow:hidden;background:url(../images/h_back01.png) right bottom no-repeat;float:left;}

.box_06 .top .h_title span{display:block;font-size:100px;color:#b9d1f5;line-height:76px;position:absolute;left:-4px;top:0px;text-transform: Uppercase;}

.box_06 .top .h_title p{font-size:16px;color:#ccc;text-transform: Uppercase;line-height:13px;position:absolute;left:80px;top:15px;}

.box_06 .top .h_title h3{font-size:24px;color:#097ee5;line-height:26px;font-weight:bold;position:absolute;left:80px;bottom:12px;}

.box_06 .top .h_title::before{content:'';width:10px;height:10px;background:#cee5fa;border-radius:5px;position:absolute;bottom:8px;right:8px;}

.box_06 .picScroll-left01{width:1200px;height:450px;margin:45px auto 0 auto;position:relative;}

.box_06 .picScroll-left01 .hd{width:120px;height:30px; background:url(../images/pro_line.png) center center no-repeat #097ee5;border-radius:15px;position:absolute;right:0;top:-120px;z-index:9;overflow:hidden;}

.box_06 .picScroll-left01 .hd .prev{width:60px;height:30px;cursor:pointer;background:url(../images/show_jt_01.png) center center no-repeat;float:left;}

.box_06 .picScroll-left01 .hd .next{width:60px;height:30px;cursor:pointer;background:url(../images/show_jt_02.png) center center no-repeat;float:right;}

.box_06 .picScroll-left01 .bd{width:1200px;height:450px;margin:0 auto;position:relative;z-index:5;}

.box_06 .picScroll-left01 .bd ul{width:1200px;height:450px;overflow:hidden; zoom:1;}

.box_06 .picScroll-left01 .bd ul li{overflow:hidden;width:360px;height:430px;background:url(../images/li_back.png);padding:20px 10px 0 10px;overflow:hidden;position:relative;margin-right:30px;overflow:hidden;}

.box_06 .picScroll-left01 .bd ul li a{display:block;}

.box_06 .picScroll-left01 .bd ul li .bx{width:360px;height:430px;overflow:hidden;position:relative;}

.box_06 .picScroll-left01 .bd ul li .bx .img{width:360px;height:280px;border-radius:20px;overflow:hidden;position:relative;}

.box_06 .picScroll-left01 .bd ul li .bx .img::after{content:'';width:340px;height:50px;background:url(../images/case_png.png);position:absolute;top:0;right:0;}

.box_06 .picScroll-left01 .bd ul li .bx .img img{width:360px;height:280px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .picScroll-left01 .bd ul li:hover .bx .img img{transform: scale(1.1);}

.box_06 .picScroll-left01 .bd ul li .bx .name{width:260px;margin-top:30px;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .picScroll-left01 .bd ul li:hover .bx .name{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .picScroll-left01 .bd ul li .bx p{margin:18px auto 0 auto;font-size:14px;color:#808080;line-height:26px;height:52px;overflow:hidden;}

.box_06 .picScroll-left01 .bd ul li .bx span{font-size:12px;color:#ccc;line-height:16px;position:absolute;right:0;bottom:105px;}








/* 新闻资讯 */
.box_07{width:100%;height:auto;background:#fff;overflow:hidden;padding:80px 0;}

.box_07 .news_center{width:1200px;height:auto;margin:0 auto;position:relative;}

.box_07 .news_center .hd{width:1200px;height:78px;overflow:hidden;}

.box_07 .news_center .hd .h_title{width:250px;height:78px;position:relative;overflow:hidden;background:url(../images/h_back01.png) 75px bottom no-repeat;float:left;}

.box_07 .news_center .hd .h_title span{display:block;font-size:100px;color:#b9d1f5;line-height:78px;position:absolute;left:-8px;top:-2px;text-transform: Uppercase;}

.box_07 .news_center .hd .h_title p{font-size:16px;color:#ccc;text-transform: Uppercase;line-height:13px;position:absolute;left:75px;top:15px;}

.box_07 .news_center .hd .h_title h3{font-size:24px;color:#097ee5;line-height:26px;font-weight:bold;position:absolute;left:75px;bottom:12px;}

.box_07 .news_center .hd .h_title h3 a{display:block;color:#097ee5;}

.box_07 .news_center .hd .h_title::before{content:'';width:10px;height:10px;background:#cee5fa;border-radius:5px;position:absolute;bottom:8px;left:175px;}

.box_07 .news_center .hd ul{width:350px;height:45px;float:right;position:relative;z-index:0;display:flex;justify-content: space-between;}

.box_07 .news_center .hd ul::after{content:'';width:350px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;z-index:-1;}

.box_07 .news_center .hd ul li{width:86px;height:45px;font-size:16px;line-height:45px;text-align:center;position:relative;}

.box_07 .news_center .hd ul li::before{content:'';width:0px;height:4px;background:#097ee5;position:absolute;bottom:0;left:50%;margin-left:-0px;border-radius:2px;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on::before{content:'';width:85px;height:4px;background:#097ee5;position:absolute;bottom:0;left:50%;margin-left:-43px;border-radius:2px;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a{display:block;color:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd{width:1200px;height:645px;margin:40px auto 0 auto;}

.box_07 .news_center .bd .main{width:1200px;height:645px;position:relative;}

.box_07 .news_center .bd .main .top{width:1200px;height:470px;position:relative;}

.box_07 .news_center .bd .main .top li{width:380px;height:220px;background:#fff;float:left;margin:0 30px 30px 0;border-radius:8px;position:relative;-moz-box-shadow:0px 0px 10px #acabab;-webkit-box-shadow:0px 0px 10px #acabab;box-shadow:0px 0px 10px #acabab;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover{background:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:nth-of-type(3n){margin-right:0;}

.box_07 .news_center .bd .main .top li .date{width:60px;height:220px;float:left;text-align:center;position:relative;margin-right:20px;}

.box_07 .news_center .bd .main .top li .date span:nth-of-type(1){display:block;font-size:24px;color:#4c4c4c;font-weight:bold;line-height:22px;margin-top:55px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .date span:nth-of-type(2){display:block;font-size:24px;color:#4c4c4c;font-weight:bold;line-height:22px;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .date span:nth-of-type(3){display:block;font-size:24px;color:#4c4c4c;font-weight:bold;line-height:22px;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .date span:nth-of-type(4){display:block;font-size:14px;color:#666;line-height:12px;margin-top:13px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .date span:nth-of-type(1){color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .date span:nth-of-type(2){color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .date span:nth-of-type(3){color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .date span:nth-of-type(4){color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .date::before{content:'';width:1px;height:220px;background:url(../images/news_line01.png) center center no-repeat;position:absolute;top:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .date::before{content:'';width:1px;height:220px;background:url(../images/news_line02.png) center center no-repeat;position:absolute;top:0;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .txt{width:290px;height:auto;float:left;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .txt{margin-top:20px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .txt .name{display:block;height:38px;margin-top:60px;font-size:16px;color:#333;font-weight:bold;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}

.box_07 .news_center .bd .main .top li .txt .name::after{content:'';width:60px;height:2px;background:#e6e6e6;position:absolute;bottom:0;left:0;}

.box_07 .news_center .bd .main .top li .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:15px;}

.box_07 .news_center .bd .main .top li .mz{display:block;width:310px;font-size:14px;color:#fff;line-height:15px;opacity:0;position:absolute;top:0;right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .mz{opacity:1;position:absolute;top:15px;right:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .img{width:310px;height:190px;border-radius:8px;overflow:hidden;opacity:0;position:absolute;bottom:-20px;right:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li:hover .img{opacity:1;position:absolute;bottom:-10px;right:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top li .img img{width:310px;height:190px;vertical-align:top;object-fit:cover;}

.box_07 .news_center .bd .main .bottom{width:1140px;height:140px;padding:0 30px;margin:35px auto 0 auto;border-radius:20px 2px 20px 2px;-moz-box-shadow:0px 0px 10px #acabab;-webkit-box-shadow:0px 0px 10px #acabab;box-shadow:0px 0px 10px #acabab;}

.box_07 .news_center .bd .main .bottom li{width:555px;height:60px;line-height:60px;float:left;overflow:hidden;position:relative;}

.box_07 .news_center .bd .main .bottom li:nth-of-type(2n){float:right;}

.box_07 .news_center .bd .main .bottom li::before{content:'';width:555px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li::after{content:'';width:0px;height:1px;background:#097ee5;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover::after{content:'';width:555px;height:1px;background:#097ee5;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li .name{display:block;width:400px;padding-left:20px;font-size:14px;color:#333;float:left;background:url(../images/dian03.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover a{color:#097ee5;background:url(../images/dian04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li span{display:block;width:auto;font-size:12px;color:#808080;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover span{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}







/* 友情链接 */
.links{width:1200px;margin:0 auto 80px auto;height:20px;overflow:hidden;}

.links p{width:100px;font-size:18px;line-height:20px;color:#097ee5;text-align:right;font-weight:bold;background:url(../images/links.png) left center no-repeat;float:left;text-transform: Uppercase;}

.links .lk{width:1085px;float:right;height:20px;line-height:20px;overflow:hidden;}

.links .lk a{display:block;width:auto;padding:0 30px;font-size:14px;color:#808080;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .lk a:hover{color:#097ee5;-webkit-transition:all .7s;transition:all .7s;}

.links .lk a::after{content:'';width:1px;height:14px;background:#808080;position:absolute;top:3px;right:-1px;}








/* 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);
  }
}
