﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}



.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit span{display: block;font-size: 20px;color: #222;line-height: 26px;padding-top: 15px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;}
.ban_pg i.on{width: 34px;background: #0074E6;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(255,255,255,0.45);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(255,255,255,0.45);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #0074E6;}


/* yinzi */
.yinzi{height: 852px;background: url(/images/yz-bg.jpg) no-repeat bottom center;padding: 130px 0 0;box-sizing: border-box;}
.yinzi dl{display: flex;justify-content: space-between;}
.yinzi dt{width: 765px;height: 606px;position: relative;}
.yinzi dt>img{width: 100%;}
.yinzi dt .bo{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.yinzi dd{width: 748px;}
.yinzi dd h2{font-size: 38px;color: #222;line-height: 50px;text-align: right;margin: 15px 0 27px;}
.yz-desc{font-size: 16px;color: #666;line-height: 38px;text-align: right;}
.yinzi ul{display: flex;flex-wrap: wrap;gap: 20px;margin: 34px 0 46px;}
.yinzi li{width: 364px;height: 118px;background: #fff;padding: 0 30px;box-sizing: border-box;display: flex;align-items: center;}
.yinzi li i{width: 52px;height: 52px;overflow: hidden;margin-right: 20px;}
.yinzi li p b{display: block;font-size: 20px;color: #222;line-height: 26px;}
.yinzi li p span{display: block;font-size: 16px;color: #666;line-height: 21px;padding-top: 12px;}
.yinzi li:hover{background: url(/images/yz-zs.jpg) no-repeat;background-size: 100% 100%;}
.yinzi li:hover p b,.yinzi li:hover p span{color: #fff;}
.yinzi li:hover i img{transform: translateY(-100%);}
/* .yz-coop{display: flex;}
.yz-coop p{flex: 1;}
.yz-coop p img{display: block;width: 100%;}
.yz-coop p + p{border-left: 1px solid rgba(112, 112, 112, 0.12);} */
.coop-bd p{float: left;width: 25%;border-right: 1px solid rgba(112, 112, 112, 0.12);}
.coop-bd p img{display: block;width: 100%;}

@media screen and (max-width:1600px){
  .yinzi{height: 752px;}
  .yinzi dt{width: 620px;height: 491px;}
  .yinzi dd{width: 620px;}
  .yinzi dd h2{margin: 5px 0 15px;font-size: 34px;}
  .yz-desc{font-size: 13px;line-height: 30px;}
  .yinzi ul{margin: 24px 0 32px;}
  .yinzi li{width: 300px;height: 100px;}
  .yinzi li p b{font-size: 18px;}
  .yinzi li p span{font-size: 14px;}
}


/* pro */
.pro{height: 1144px;background: url(/images/pro-bg.png) no-repeat center;margin-top: -54px;padding: 120px 0 0;box-sizing: border-box;position: relative;z-index: 1;}
.pro h2{text-align: center;font-size: 0;}
.pro h2 b{display: inline-block;font-size: 38px;color: #fff;line-height: 50px;position: relative;}
.pro h2 b::before{position: absolute;left: -340px;top: 21px;width: 308px;height: 8px;content: "";background: url(/images/pro-line1.png) no-repeat;}
.pro h2 b::after{position: absolute;right: -340px;top: 21px;width: 308px;height: 8px;content: "";background: url(/images/pro-line2.png) no-repeat;}
.pro h2 i{display: block;font-size: 26px;color: #fff;opacity: 0.23;line-height: 32px;font-style: italic;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;padding-top: 10px;}
.pro-ctg{display: flex;height: 165px;justify-content: center;align-items: center;background: url(/images/proctg-bg.png) no-repeat;margin: 60px 0 50px;}
.pro-ctg li{width: 341px;height: 129px;background: url(/images/pro-k1.png) no-repeat;background-size: 100% 100%;margin: 0 17.5px;}
.pro-ctg li i{display: block;width: 50px;height: 50px;margin: 22px auto 8px;overflow: hidden;}
.pro-ctg li span{display: block;font-size: 20px;color: #222;line-height: 26px;text-align: center;}
.pro-ctg li:hover{background: url(/images/pro-k2.png) no-repeat;}
.pro-ctg li:hover i img{transform: translateY(-100%);}
.pro-ctg li:hover span{color: #fff;}
.pro-list{position: relative;}
.pro-list li{float: left;width: calc((100% - 114px) / 4);margin-right: 38px;background: #fff;position: relative;}
.pro-list li::after{position: absolute;left: 0;bottom: 0;width: 0;height: 3px;content: "";background: linear-gradient( 322deg, #0074E6 0%, rgba(0,116,230,0) 100%);transition: all 0.5s;}
.pro-list li h4{padding: 0 20px;height: 102px;font-weight: normal;}
.pro-list li h4 i{display: block;font-size: 14px;color: #222;line-height: 20px;padding: 24px 0 10px;}
.pro-list li h4 a{display: block;font-size: 20px;color: #222;font-weight: bold;line-height: 26px;height: 26px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-list li .pro-pic img{display: block;width: 100%;}
.pro-list li .txt{height: 160px;padding: 20px 20px 0;box-sizing: border-box;overflow: hidden;}
.pro-list li h5{width: 84px;height: 29px;line-height: 29px;text-align: center;font-size: 16px;color: #fff;font-weight: normal;background: #0074E6;border-radius: 10px 0px 10px 0px;margin-bottom: 15px;}
.pro-list li p{font-size: 16px;color: #222;line-height: 36px;display: flex;justify-content: space-between;height: 36px;overflow: hidden;}
.pro-list li:hover::after{width: 100%;}
.pro-list .prev{position: absolute;font-size: 0;left: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #8A8987;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.pro-list .next{position: absolute;font-size: 0;right: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #8A8987;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.pro-list .prev:hover,.pro-list .next:hover{background: #0074E6;}
.pro-list .tempWrap{width: 100% !important;}



@media screen and (max-width:1600px){
  .pro-ctg li{width: 280px;margin: 0 15px;}
  .pro-list li{width: calc((100% - 60px) / 4);margin-right: 20px;}
  .pro-list .prev{left: -44px;}
  .pro-list .next{right: -44px;}
}


/* custom */
.custom{padding: 120px 0 0;height: 887px;background: #EFF3F6;margin-top: -54px;box-sizing: border-box;}
.custom-con{display: flex;justify-content: space-between;}
.custom-left{width: 570px;margin-top: 16px;position: relative;z-index: 10;}
.custom-left h2{font-size: 0;}
.custom-left h2 span{display: block;font-size: 40px;color: #222;line-height: 66px;white-space: nowrap;}
.custom-left .cus-desc{font-size: 18px;color: #666;line-height: 40px;margin: 45px 0 50px;}
.custom-left .cus-btn{display: flex;gap: 20px;}
.custom-left .cus-btn a{display: flex;justify-content: center;align-items: center;width: 240px;height: 75px;font-size: 22px;color: #222;background: rgba(34, 34, 34, 0.07);transition: all 0.3s;position: relative;}
.custom-left .cus-btn a i{display: block;width: 29px;height: 29px;overflow: hidden;margin-right: 8px;}
.custom-left .cus-btn a span{position: absolute;left: 50%;top: 100%;margin-left: -120px;transition: all 0.3s;transform: scale(0);transform-origin: top center;}
.custom-left .cus-btn a span img{width: 239px;height: 239px;}
.custom-left .cus-btn a:hover{background: #0074E6;color: #fff;}
.custom-left .cus-btn a:hover i img{transform: translateY(-100%);}
.custom-left .cus-btn a:hover span{transform: scale(1);}
.custom-right{width: 901px;}
.custom-right ul{display: flex;gap: 20px;}
.custom-right li{width: 287px;height: 508px;position: relative;}
.custom-right li>img{display: block;width: 100%;height: 100%;object-fit: cover;}
.custom-right li i{position: absolute;left: 12px;bottom: 12px;width: 50px;height: 50px;background: url(/images/cus-bo.png) no-repeat;}
.custom-right li .video-wrap {  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background: #000;
}

.custom-bt{display: flex;justify-content: space-between;margin-top: 100px;}
.custom-bt li{display: flex;align-items: center;}
.custom-bt li img{margin-right: 25px;}
.custom-bt li .txt{width: 255px;}
.custom-bt li .txt h3{font-size: 20px;color: #222;line-height: 26px;}
.custom-bt li .txt p{font-size: 16px;color: #222;line-height: 26px;padding-top: 18px;}
.custom-bt li.line{width: 1px;height: 72px;background: #ccc;}
.custom-bt li:hover img{animation: flipInY 1.5s;}


@media screen and (max-width:1600px){
  .custom-left{width: 480px;}
  .custom-left h2 span{font-size: 34px;}
  .custom-left .cus-desc{font-size: 16px;}
  .custom-right{width: 740px;}
  .custom-right li{width: 240px;}
  .custom-bt li img{margin-right: 18px;}
  .custom-bt li .txt{width: 220px;}
}


/* yous */
.yous{padding: 90px 0 0;overflow: hidden;}
.yous h2{margin-bottom: 48px;}
.yous-con{position: relative;}
.yous-pic{height: 780px;display: flex;justify-content: center;}
.yous-hd{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.yous-hd ul{display: flex;height: 100%;}
.yous-hd li{flex: 1;position: relative;overflow: hidden;}
.yous-hd li .txt{position: absolute;left: 0;bottom: 85px;width: 100%;transition: all 0.5s;}
.yous-hd li h3{font-size: 28px;color: #fff;line-height: 46px;text-align: center;}
.yous-hd li i{display: block;width: 52px;height: 52px;text-align: center;line-height: 50px;font-size: 32px;color: #fff;border: 1px solid #fff;margin: 0 auto;box-sizing: border-box;}
.yous-hd li p{font-size: 16px;color: #fff;line-height: 40px;text-align: center;margin: 54px 0 0;height: 355px;}
.yous-hd li .txt h3{margin-bottom: 42px;}
.yous-hd li .hover{position: absolute;left: 0;top: 100%;width: 100%;height: 100%;border-radius: 0px 0px 99px 99px;background: rgba(0, 116, 230, 0.9);padding: 140px 14.8% 0;transition: all 0.5s;box-sizing: border-box;}
.yous-hd li.on .txt{opacity: 0;}
.yous-hd li.on .hover{top: 0;}


@media screen and (max-width:1600px){
  .yous-hd li .hover{padding: 140px 10% 0;}  
}



/* cess */
.cess{padding: 90px 0;background: url(/images/cess-bg.jpg) no-repeat center 0;}
.cess h2{text-align: center;font-size: 0;}
.cess h2 b{display: inline-block;font-size: 38px;color: #0074E6;line-height: 50px;position: relative;}
.cess h2 b::before{position: absolute;left: -340px;top: 21px;width: 308px;height: 8px;content: "";background: url(/images/cess-line1.png) no-repeat;}
.cess h2 b::after{position: absolute;right: -340px;top: 21px;width: 308px;height: 8px;content: "";background: url(/images/cess-line2.png) no-repeat;}
.cess h2 i{display: block;font-size: 20px;color: #222;font-weight: normal;line-height: 26px;padding-top: 12px;}
.liuc{margin: 65px 0 55px;display: flex;justify-content: center;}
.liuc li{margin: 0 62px;font-size: 0;}
.liuc li p{font-size: 18px;color: #222;line-height: 24px;padding-top: 18px;text-align: center;}
.liuc li:hover img{animation: flipInY 1.5s;}
.equip-list{position: relative;}
.equip-list li{float: left;width: calc((100% - 56px) / 3);margin-right: 28px;position: relative;overflow: hidden;}
.equip-list li img{display: block;width: 100%;transition: all 0.5s;}
.equip-list li p{position: absolute;left: 0;bottom: 0;width: 100%;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);overflow: hidden;}
.equip-list li:hover img{transform: scale(1.05);}
.equip-list .prev{position: absolute;font-size: 0;left: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #C5C5C5;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.equip-list .next{position: absolute;font-size: 0;right: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #C5C5C5;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.equip-list .prev:hover,.equip-list .next:hover{background: #0074E6;}
.equip-list .tempWrap{width: 100% !important;}


@media screen and (max-width:1600px){
  .liuc li{margin: 0 50px;}
  .equip-list .prev{left: -44px;}
  .equip-list .next{right: -44px;}
}


/* case */
.case{padding: 85px 0;background: url(/images/case-bg.jpg) no-repeat center 0;}
.case-top{margin-bottom: 35px;display: flex;justify-content: space-between;align-items: center;}
.case-top h2 b{display: block;font-size: 38px;color: #222;height: 56px;line-height: 56px;padding-left: 52px;background: url(/images/case-zs.png) no-repeat left center;}
.case-top h2 span{display: block;font-size: 18px;color: #666;line-height: 36px;padding-top: 16px;font-weight: normal;}
.case-top h2 em{font-size: 45px;vertical-align: top;}
.case-btn{display: flex;gap: 10px;}
.case-btn .prev{width: 52px;height: 52px;background: url(/images/case-prev.png) no-repeat center #fff;cursor: pointer;}
.case-btn .next{width: 52px;height: 52px;background: url(/images/case-next.png) no-repeat center #fff;cursor: pointer;}
.case-btn .prev:hover{background: url(/images/ban-prev.png) no-repeat center #0074E6}
.case-btn .next:hover{background: url(/images/ban-next.png) no-repeat center #0074E6}
.case-list li{float: left;width: calc((100% - 60px) / 3);margin-right: 30px;background: #fff;padding: 20px 0 0;position: relative;}
.case-list li .pic{margin: 0 20px;}
.case-list li .pic img{display: block;width: 100%;}
.case-list li p{height: 84px;line-height: 84px;font-size: 18px;color: #222;background: url(/images/case-jt1.png) no-repeat right center;margin: 0 20px;}
.case-list li::after{position: absolute;left: 0;bottom: 0;width: 0;height: 3px;content: "";background: linear-gradient( 322deg, #0074E6 0%, rgba(0,116,230,0) 100%);transition: all 0.5s;}
.case-list li:hover p{color: #0074E6;font-weight: bold;background: url(/images/case-jt2.png) no-repeat right center;}
.case-list li:hover::after{width: 100%;}
.case-list .tempWrap{width: 100% !important;}




/*way*/
.way{height: 864px;background: url(/images/way-bg.jpg) no-repeat center 0;padding: 56px 0 0;box-sizing: border-box;}
.way h2{font-size: 38px;color: #fff;line-height: 50px;text-align: center;margin-bottom: 70px;}
.way-list{position: relative;}
.way-list li{float: left;width: calc((100% - 66px) / 4);margin-right: 22px;position: relative;}
.way-list li p{overflow: hidden;border-radius: 30px 30px 0 0;}
.way-list li p img{display: block;width: 100%;transition: all 0.5s;}
.way-list li p:hover img{transform: scale(1.05);}
.way-list li i{position: absolute;left: 10px;bottom: -120px;}
.way-list li span{position: absolute;left: 0;top: 40px;width: 100%;font-size: 28px;color: #fff;font-weight: bold;line-height: 36px;text-align: center;}
.way-list .prev{position: absolute;font-size: 0;left: -80px;top: 40%;z-index: 10;padding: 6px;background: #B4D2EA;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.way-list .next{position: absolute;font-size: 0;right: -80px;top: 40%;z-index: 10;padding: 6px;background: #B4D2EA;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.way-list .prev:hover,.way-list .next:hover{background: #0074E6;}
.way-list .tempWrap{width: 100% !important;}
.way-list ul{padding: 0 0 120px !important;}

@media screen and (max-width:1600px){
  .way{height: 780px;}
  .way-list .prev{left: -44px;}
  .way-list .next{right: -44px;}
}



/*abt*/
.abt{height: 885px;padding: 75px 0 0;box-sizing: border-box;background: url(/images/abt-bg.jpg) no-repeat center 0;}
.abt dl{display: flex;justify-content: space-between;}
.abt dt{display: flex;}
.abt dd{width: 610px;}
.abt dd h2 img{display: block;}
.abt dd h2 b{display: block;font-size: 38px;color: #222;line-height: 50px;padding-top: 8px;}
.abt dd .abt-desc{font-size: 17px;color: #222;line-height: 40px;margin: 20px 0 28px;}
.abt dd .more{display: block;width: 150px;height: 52px;line-height: 50px;text-align: center;font-size: 18px;color: #0074E6;border: 1px solid #0074E6;box-sizing: border-box;transition: all 0.3s;}
.abt dd .more:hover{color: #fff;background: #0074E6;}

.abt-sz{margin-top: 52px;padding: 20px 25px;background: linear-gradient( 118deg, #0074E6 0%, #0556A7 100%);display: flex;justify-content: space-between;}
.abt-sz li{width: 287px;height: 146px;background: #fff;position: relative;text-align: center;}
.abt-sz li img{position: absolute;right: 0;bottom: 0;}
.abt-sz li span{display: block;height: 60px;padding: 24px 0 12px;font-size: 16px;color: #222;line-height: 60px;}
.abt-sz li span b{font-size: 48px;color: #0074E6;}
.abt-sz li p{font-size: 16px;color: #222;line-height: 20px;}


@media screen and (max-width:1600px){
  .abt dt{padding-top: 50px;}
  .abt dt p:nth-child(1) img{width: 200px;}
  .abt dt p:nth-child(2) img{width: 502px;}
  .abt dd{width: 490px;}
  .abt dd .abt-desc{font-size: 16px;line-height: 36px;}
  .abt-sz li{width: 230px;}
  .abt-sz li img{width: 56px;}
}



/*news*/
.news{padding: 84px 0 60px;background: url(/images/news-bg.jpg) no-repeat center 0 #EFF3F6;}
.news-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 65px;}
.news-top h2{padding-left: 48px;font-size: 38px;color: #fff;line-height: 50px;background: url(/images/case-zs.png) no-repeat left center;}
.news-top h3{display: flex;gap: 25px;}
.news-top h3 a{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 18px;color: #fff;font-weight: normal;background: url(/images/news-k1.png) no-repeat;}
.news-top h3 a:hover{background: url(/images/news-k2.png) no-repeat;}
.news-list{position: relative;}
.news-list dl{float: left;width: calc((100% - 60px) / 3);margin-right: 30px;background: #fff;position: relative;}
.news-list dl::after{position: absolute;left: 0;bottom: 0;width: 0;height: 3px;content: "";background: linear-gradient( 322deg, #0074E6 0%, rgba(0,116,230,0) 100%);transition: all 0.5s;}
.news-list dt{margin: 28px 28px 0;overflow: hidden;}
.news-list dt img{display: block;width: 100%;transition: all 0.5s;}
.news-list dt img:hover{transform: scale(1.05);}
.news-list dd{padding: 25px 28px;}
.news-list dd h4 a{display: block;height: 26px;line-height: 26px;font-size: 20px;color: #222;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-list dd p{font-size: 16px;color: #999;line-height: 28px;height: 56px;margin: 22px 0;overflow: hidden;}
.news-list dd h5{display: flex;justify-content: space-between;align-items: center;}
.news-list dd h5 a{display: block;width: 52px;height: 52px;overflow: hidden;}
.news-list dd h5 i{font-size: 16px;color: #666;line-height: 20px;font-weight: normal;}
.news-list dl:hover::after{width: 100%;}
.news-list dl:hover h4 a{color: #0074E6;}
.news-list dl:hover h5 img{transform: translateY(-100%);}
.news-list .prev{position: absolute;font-size: 0;left: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #8a8987;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.news-list .next{position: absolute;font-size: 0;right: -80px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #8a8987;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.news-list .prev:hover,.news-list .next:hover{background: #0074E6;}
.news-list .tempWrap{width: 100% !important;}


@media screen and (max-width:1600px){
  .news-list dl{width: calc((100% - 40px) / 3);margin-right: 20px;}
  .news-list .prev{left: -44px;}
  .news-list .next{right: -44px;}
}


.factory{padding: 50px 0 0;background: #EFF3F6;}
.factory h2{font-size: 38px;color: #222;line-height: 50px;text-align: center;}
.factory .zx{display: flex;width: 192px;height: 55px;justify-content: center;align-items: center;font-size: 19px;color: #222;border: 1px solid #222;box-sizing: border-box;border-radius: 28px 28px 28px 28px;margin: 30px auto -12px;position: relative;z-index: 1;}
.factory .zx img{margin-right: 15px;transition: all 0.3s;}
.factory .zx:hover img{margin-right: 22px;}
.factory-pic{display: flex;justify-content: center;overflow: hidden;}





html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  

