/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:' '; color:#666;}
a{color:#666;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


.disFlex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}

.header{ position:relative;width: 100%;}
.headTop{width: 100%;background: #eee;}
.headTop .disFlex{height: 40px;}
.headTop .welCome{color: #999;font-size: 14px;}
.headTopLink ul{display: flex;justify-content: flex-end;}
.headTopLink ul li{padding: 0 10px;position: relative;border-right: 1px solid #999;}
.headTopLink ul li a{color: #999;font-size: 14px;}
.headTopLink .icon img{vertical-align: middle;padding-right: 10px;}

.headCenter{width: 100%;}
.headCenter .disFlex{height: 100px;}
.headCenter .left{display: flex;align-items: center;}
.headCenter .logo{display: block;}
.headCenter .logo img{width: auto;max-height: 90px;}
.headCenter .logoTitle{margin-left: 20px;padding-left: 10px;border-left: 1px solid #999;}
.headCenter .logoTitle .name{font-size: 24px;line-height: 1;color: #333333;font-weight: bold;margin-bottom: 3px;}
.headCenter .logoTitle .txt{font-size: 18px;line-height: 1;color: #333333;}
.headCenter .hTel{padding: 5px 0 5px 60px; background: url(../images/tel.png) no-repeat left center;}
.headCenter .hTel .tit{font-size: 14px;color: #999999;}
.headCenter .hTel .txt{font-size: 28px; line-height: 1;color: #24669F;font-weight: bold;}

/*menu*/
.MenuBg{background: url(../images/nav_bg.jpg) no-repeat center;position: relative;width: 100%;}
.menu{height:50px;line-height:50px;}
.menu ul li{ float:left;}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 26px;}
.menu a:hover{color:#fff;}
a.menu_hover,
.menu_down span,
.menu ul li.on span a{background: #f60;background-size: 100% 100%;}

.menuDPanel{background:#fff; width:100%; position:absolute; left:0px; top:50px;box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 99;padding: 30px 0 60px;}
.menuDPanel .part{display: flex;justify-content: space-between;}
.menuDPanel .part .left{width: 550px;}
.menuDPanel .part .right{width: 350px;}
.menuDPanel .part .right img{width: 100%;height: 233px;object-fit: cover;}
.menuDPanel .part .right a{font-size: 18px;color: #000;}
.menuDTitle{font-weight: bold;font-size: 18px;color: #24669F;line-height: 30px;margin-bottom: 20px;}
.menuDList{display: flex;flex-wrap: wrap;}
.menuDList dd{width: 50%;}
.menuDList dd a{display: block;font-size: 16px;line-height: 36px;color: #333;font-weight: 600;text-align: left;padding: 0 !important;}
.menuDList dd a .icon{vertical-align: middle;}
.menuDList dd a span{background: none;}
.menuDList dd a span img{width: 20px;vertical-align: middle;padding: 0 5px;}
.menuDList dd a:hover{color: #24669F;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;border-radius: 5px;width: 60px;height: 6px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #24669f;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{width: 38px;height: 72px;background: #24669F;color: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size: 20px;}



/*common*/
.iComTitle{text-align: center;padding: 60px 0 30px;}
.iComTitle .tit1{font-size: 50px;line-height: 1;color: #e9e9e9;font-weight: normal;}
.iComTitle .tit2{font-size: 36px;line-height: 1;color: #333333;position: relative;top: -30px;}
.iComTitle .txt{font-size: 16px;line-height: 1;color: #666666;margin-top: -20px;}



.iSolution{width: 100%;padding-bottom: 60px;}
.iSolWarp{overflow: hidden;position: relative;height: 550px;display: flex;justify-content: space-between;}
.iSolTab{width: 200px;}
.iSolTab ul li a{display: block;width: 200px;height: 55px;background-color: #f8f8f8;text-align: center;border: 1px solid #dedede;border-bottom: 0 solid #000;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.iSolTab ul li:last-child a{border-bottom: 1px solid #dedede;}
.iSolTab ul li a .icon img{max-width: 30px;padding-right: 5px;position: relative;top: 3px;}
.iSolTab ul li a span{font-size: 16px;color: #333333;}
.iSolTab ul li.on a,
.iSolTab ul li a:hover{background: #24669F;color: #fff;}
.iSolTab ul li.on a span,
.iSolTab ul li a:hover span{color: #fff;}
.iSolTab ul li.on a .icon img,
.iSolTab ul li a:hover .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}


.iSolPanelBg{ border-top: 4px solid #1d2088;padding-left: 20px;overflow: hidden;box-sizing: border-box;width: calc(100% - 200px); background:#f8f8f8;}
.iSolPanel{width: 100%;}
.iSolPanel .item{height: 100%;}
.iSolList{width: 100%;}
.iSolTop{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
/*.iSolTop .img{display: block;width: 48%;margin-right: 2%;font-size: 0;overflow: hidden;height: 250px;}
.iSolTop .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.iSolTop .img:hover img{transform: scale(1.2);}*/
.iSolTop .desc2{width: 30%;padding: 20px;box-sizing: border-box;}
.iSolTop .desc2 .title{font-size: 24px;color: #333333;margin: 8px 0 15px;}
.iSolTop .desc2 .text{font-size: 15px;color: #666;display: -webkit-box;-webkit-line-clamp: 5;/* 行数 */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.iSolTop .desc2 .more{display: block;width: 180px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #24669F;color: #24669F;font-size: 18px;margin-top: 20px;}
.iSolTop .desc2 .more:hover{background: #24669F;color: #fff;}

.iSolTop .left{display: block;width: 70%;font-size: 0;overflow: hidden;}

.iSolBtm{width: 100%;}
.iSolBtm ul{display: flex;flex-wrap: wrap;}
.iSolBtm ul li{width: 48%;margin: 1%;}
.iSolBtm .part{display: block;width: 100%;position: relative;overflow: hidden;transition: 0.3s;cursor: pointer;}
.iSolBtm .part .img{width: 100%;font-size: 0;overflow: hidden;position: relative;}
.iSolBtm .part .img img{width: 100%;height: 207px;object-fit: cover;transition: 0.5s;}
.iSolBtm .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px;box-sizing: border-box;background: rgba(0,0,0,0.5);text-align: center;transition: 0.3s;opacity: 0;}
.iSolBtm .part .imgTop a{font-size: 16px;color: #fff;}
.iSolBtm .part .desc{padding-top: 5px;}
.iSolBtm .part .text{transition: 0.3s;display: -webkit-box;-webkit-line-clamp: 2;/* 行数 */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #333333;font-size: 16px;}
.iSolBtm .part:hover .img img{transform: scale(1.2);}
.iSolBtm .part:hover .imgTop{opacity: 1;}
.iSolBtm .part .imgTop a:hover{text-decoration: underline;}
.iSolBtm .part:hover .text{color: #24669F;}

/*产品*/
.iProduct{background: #f8f9fa;padding-bottom: 60px;}
.iProWarp{width: 100%;}
.iProPanel{width: 100%;margin-bottom: 20px;}

.iProList{width: 100%;display: flex;justify-content: space-between;}
.iProList .img{width: 55%;background: #fff;overflow: hidden;}
.iProList .img img{width: 100%;}
.iProList .desc{width: 40%;}
.iProList .title{color: #24669F;font-size: 26px;padding-bottom: 10px;}
.iProList .text{color: #333333;font-size: 16px;padding: 30px 0;}
.iProList .list li{line-height: 30px;color: #666;font-size: 14px;}
.iProList .list li .icon{color: #24669F;padding-right: 10px;}
.iProList .more{display: inline-block;border: 1px solid #24669F;border-radius: 5px;line-height: 35px;padding: 0 20px;color: #24669F;font-size: 16px;margin-top: 20px;}
.iProList .more:hover{background: #24669F;color: #fff;}


.iProTab{width: 100%;}
.iProTab ul{display: flex;flex-wrap: wrap;}
.iProTab ul li{width: 23.6%;margin: 0.5%;}
.iProTab .part{display: block;width: 100%;overflow: hidden;background: #fff;box-sizing: border-box;}
.iProTab .part .img{width: 100%;height: 240px;overflow: hidden;}
.iProTab .part .img img{width: 100%;height: 100%;object-fit: cover;}
.iProTab .part .txt{height: 40px;background: #24669F;color: #fff;text-align: center;line-height: 40px;font-size: 15px;}
.iProTab ul li.on .part{border: 1px solid #24669F;}

.iProduct2{width: 100%;padding-bottom: 60px;}
.iPro2List{width: 100%;}
.iPro2List ul{display: flex;flex-wrap: wrap;}
.iPro2List ul li{width: 23%;margin: 1%;}
.iPro2List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.iPro2List .part .img{width: 100%;height: 200px;overflow: hidden;}
.iPro2List .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.iPro2List .part:hover .img img{transform: scale(1.2);}
.iPro2List .part .text {height: 42px;background: #24669F;text-align: center;line-height: 42px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #ffffff;}

/*生产实力*/
.index1{background: #24669F;position: relative;height: 580px;z-index: 9;}
.index1Warp{width: 100%;}
.i1Title{padding: 60px 0 30px;}
.i1Title .title{color: #fff;font-size: 36px;margin-bottom: 10px;}
.i1Title .txt{color: #fff;font-size:16px;margin-bottom: 10px;line-height: 1.5;}

.i1Panel{width: 100%;}
.i1Panel .part{width: 100%;}
.i1Panel .part .img{width: 50%;height: 580px;font-size: 0;overflow: hidden;font-size: 0;position: absolute;top: 0;right: 0;z-index: -1;}
.i1Panel .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1Panel .part .desc .tit{font-size: 30px;color: #ffffff;}
.i1Panel .part .desc .line{width: 27px;height: 3px;background-color: #ffffff;margin: 20px 0;}
.i1Panel .part .desc .txt{font-size: 16px;color: #ffffff;}

.i1Tab{height: 193px;background: #ffffff;border-radius: 3px; margin-top: 20px;position: relative;z-index: 9;}
.i1Tab ul{display: flex;}
.i1Tab ul li{width: 16.6%;}
.i1Tab .part{display: block;width: 100%;overflow: hidden;padding-top: 20px;}
.i1Tab .part .img{width: 96px; height: 96px; background: #24669F;border-radius: 50%;margin: 0 auto;display: flex;justify-content: center;align-items: center;}
.i1Tab .part .img img{max-width: 45px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.i1Tab .part .desc{margin-top: 10px;text-align: center;}
.i1Tab .part .desc .title{color: #333333;font-size: 24px;}
.i1Tab .part .desc .txt{color: #999;font-size: 12px;}
.i1Tab ul li:hover .img img,
.i1Tab ul li.on .img img{filter: none;}


.index2{width: 100%;padding: 56px 0;overflow: hidden;}
.i2Title{width: 100%;text-align: center;color: #fff;padding-bottom: 50px;}
.i2Title .title{font-size: 36px;font-weight: bold;}
.i2Title .title span{font-size: 20px;display: inline-block;vertical-align: middle;padding: 0 10px;}
.i2Title .txt{text-align: center;font-size: 20px;line-height: 30px;}
.i2Text{text-align: center;font-size: 20px;color: #fff;}
.i2Text p{padding: 0;}

.i2List{width: 100%;margin-top: 50px;}
.i2List ul{display: flex;flex-wrap: wrap;}
.i2List ul li{width: 25%;padding: 0 20px;box-sizing: border-box;border-right: 1px solid #959ea6;}
.i2List ul li:nth-child(4n){border: none;}
.i2List .part{display: block;width: 100%;text-align: center;}
.i2List .part .img{width: 160px;height: 160px;margin: 0 auto;overflow: hidden;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .txt{padding: 20px 0;font-size: 20px;color: #fff;}




/*关于我们*/
.iAbout {
    width: 100%;
    padding: 60px 0;
    background: #c9c9c954;
}
.iAboDesc .more{text-align:right;}
.iAboDesc .more a{display: inline-block;width: 180px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #24669F;color: #24669F;font-size: 18px;margin-top: 20px;}
.iAboDesc .more a:hover{background: #24669F;color: #fff;}

.iAboImg{width: 50%;font-size: 0;overflow: hidden;}
.iAboImg img{width: 100%;height: 390px;object-fit: cover;}
.iAboDesc{width: calc(50% - 40px);}
.iAboTitle{text-align: left;}
.iAboTitle .tit1 {font-size: 36px;line-height: 1;color: #999999;}
.iAboTitle .tit2 {font-size: 30px;line-height: 30px;color: #333333;margin: 10px 0 20px;}
.iAboTitle .line {width: 30px;height: 4px;background-color: #eda936;border-radius: 2px;margin-bottom: 20px;}
.iAboDesc .text{color: #666666;font-size: 14px;}
.iAboDesc .list{margin-top: 10px;}
.iAboDesc .list ul{display: flex;flex-wrap: wrap;}
.iAboDesc .list ul li{width: 23%;margin: 1%;}
.iAboDesc .part{display: block;width: 100%;text-align: center;}
.iAboDesc .part .img{display: block;width: 90px;height: 90px;border: 2px solid #24669F;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.iAboDesc .part .img img{max-width: 39px;transition: all 0.5s linear;}
.iAboDesc .part .txt{color: #333333;font-size: 16px;text-align: center;line-height: 40px;}
.iAboDesc .part:hover .img img{transform: rotateY(360deg);}

/*合作伙伴*/
.iPartner{background: #f6f6f6;padding-bottom: 60px;}
.iParList{width: 100%;}
.iParList .part{display: block;width: 100%;transition: all 0.5s linear;}
.iParList .part:hover{transform: translateY(-10px);}
.iParList .part .img{height: 130px;background: #fff;border-radius: 3px;text-align: center;overflow: hidden;}
.iParList .part .img img{max-width: 100%;}

.iParSwiper{ width:100%;}
.iParSwiper .swiper-slide{height: calc((100% - 30px) / 2);background: none;}
.iParSwiper .swiper-button-next,
.iParSwiper .swiper-button-prev {width: 60px;height: 60px;background: #eda936;text-align: center;line-height: 60px;opacity: 1;border-radius: 50%;border: solid 1px #bbbbbb;margin: 0;top: 50%;transform: translateY(-50%);color: #fff;}
.iParSwiper .swiper-button-next:after,
.iParSwiper .swiper-button-prev:after{font-size: 20px;}

/*新闻*/
.iNews{width: 100%;padding-bottom: 40px;}
.iNewWarp{width: 100%;}
.iNewTab{text-align: center;}
.iNewTab ul li{display: inline-block;}
.iNewTab ul li a{width: 108px;height: 42px;background-color: #ffffff;border-radius: 3px;border: solid 1px #cccccc; display: block;font-size: 16px; color: #333333;line-height: 42px;}
.iNewTab ul li.on a,
.iNewTab ul li a:hover{background-color: #eb6112;color: #fff;}
.iNewPanel{width: 100%;margin: 20px 0;}

.iNewList{width: 100%;}
.iNewList ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.iNewList ul li{width: 49%;}
.iNewList .part{display: block;width: 100%;border-bottom: 1px solid #dedede;overflow: hidden;padding: 20px 0;display: flex;justify-content: space-between;}
.iNewList .part .img{width: 228px;height: 120px;display: flex;justify-content: center;align-items: center;margin-right: 22px;overflow: hidden;}
.iNewList .part .img img{max-width: 100%;object-fit: cover;transition: 0.5s;}
.iNewList .part .desc{width: calc(100% - 250px);}
.iNewList .part .title {font-size: 20px;line-height: 1;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;transition: 0.5s;}
.iNewList .part .txt {font-size: 14px;color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 24px;max-height: 48px;margin-bottom: 10px;transition: 0.5s;}
.iNewList .part .time {font-size: 14px;line-height: 24px;color: #666;transition: 0.5s;}
.iNewList .part:hover .img img{transform: scale(1.2);}
.iNewList .part:hover .title,
.iNewList .part:hover .txt{color: #24669F;}
.iNewList .part:hover .time{color: #EB6112;}

.iLink{display: flex;width: 100%;flex-wrap: wrap;}
.iLink .title{font-size: 14px;color: #333333;margin-right: 10px;width: 60px;}
.iLink .list{flex: 1;}
.iLink .list a{font-size: 14px;color: #666666;display: inline-block;margin-right: 10px;}


.footer{width: 100%;background: #333333;padding: 30px 0 50px;}
.fList{width: 100%;display: flex;justify-content: space-between;}
.fContact{width: 210px;}
.fContact .fLogo{display: block;width: 100%;padding-bottom: 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.11);}
.fContact .fLogo img{max-width: 100%;}
.fContact .tit{font-size: 14px;color: #999999;margin-top: 15px;}
.fContact .txt{font-size: 14px;line-height: 24px;color: #cccccc;}

.fMenu{width: calc(100% - 330px);}
.fMenu ul{display: flex;}
.fMenu ul li{width: 16.6%;}
.fMenu ul li:last-child{width:12%;}
.fMenu ul li:nth-child(6){width:12%;}
.fMenu .title{font-size: 18px;line-height: 24px;color: #ffffff;margin-bottom: 15px;}
.fMenu .list a{font-size: 12px;line-height: 26px;color: #999999;display: block;}
.fMenu .list a:hover{color: #EDA936;}

.fEwm{width: 120px;text-align: center;font-size: 14px;color: #fff;}
.fEwm img{width: 100%;}

.copyRight{height: 46px;line-height: 46px;text-align: center;background: url(../images/beian_bg.jpg) no-repeat center;}
.copyRight .desc{width: 100%;color: #fff;font-size: 14px;}
.copyRight .desc a{color: #fff;font-size: 14px;}

.indexRight{width: 144px;position: fixed;top: 30%;right: 0;z-index: 99;}
.indexRight.close{display: none;}
.indexRight .img{position: relative;width: 100%;font-size: 0;}
.indexRight .img img{width: 100%;}
.indexRClose{position: absolute;top: 0;right: 0;}

/*common*/
.tongtu{width: 100%;font-size: 0;overflow: hidden;}
.tongtu img{width: 100%;}

.pageNav{width: 100%;background: #f6f6f6;padding-bottom: 30px;}
.pageNavTop{display: flex;justify-content: space-between;align-items: center;}
.Current{height: 50px;line-height: 50px;}
.Current .icon img{vertical-align: middle;margin-right: 10px;width: 20px;}
.Current .home{color: #333333;font-size: 16px;}
.Current a{color: #333;font-size: 14px;display: inline-block;padding: 0 20px 0 5px;position: relative;}
.Current a:after{position: absolute;top: 0;right: 0;content: '>';}

.proSearch{width: 432px;height: 35px;border-radius: 20px;border: solid 1px #dedede;overflow: hidden;background: #fff;position: relative;}
.proSearch input{position: absolute;top: 0;left: 0;width: 350px;padding: 0 10px;box-sizing: border-box;height: 35px;outline: none;}
.proSearch button{position: absolute;top: 0;right: 0;width: calc(100% - 350px);height: 35px;color: #333333;font-size: 20px;text-align: center;background: none;border: none;}

.pageMenu{width: 100%;background: #fff;display: flex;}
.pageMenu .title{width: 140px;text-align: center;font-size: 14px;color: #999999;line-height: 50px;}
.pageMenu .list{width: calc(100% - 140px);border-left: 1px solid #eee;}
.pageMenu .list ul{padding-top: 10px;}
.pageMenu .list ul li{display: inline-block;margin: 0 10px 10px 0;}
.pageMenu .list ul li.on a{color:#333;}
.pageMenu .list ul li a{height: 30px;line-height: 30px;border-radius: 3px;display: block;padding: 0 10px; font-size: 14px;color: #666;}


.mainContent{width: 100%;background: #f6f6f6;padding-bottom: 40px;}



/*产品*/
.product{width: 100%;}
.proList ul li{width: 100%;margin-bottom: 30px;}
.proList .part{display: block;height: 370px;background-color: #ffffff;padding: 20px 20px 30px;display: flex;box-sizing: border-box;}
.proList .part .img{width: 550px;height: 320px;background: #ffffff; overflow: hidden;margin-right: 50px;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 1.5s;}
.proList .part .desc{width: calc(100% - 600px);position: relative;}
.proList .part .title{font-size: 32px;line-height: 1;color: #333333;border-bottom: 1px solid #dedede;padding: 10px 0 20px;}
    .proList .part .text {
        padding-top: 20px;
        font-size: 15px;
    }
.proList .part .text dl dd{font-size: 16px;line-height: 30px;color: #333333;background: url(../images/jishu_arrow.png) no-repeat left top 10px;padding-left: 15px;}
.proList .part .more{position: absolute;bottom: 0;left: 0;width: 159px;height: 42px;background-color: #EDA936;border-radius: 3px;display: block;text-align: center;line-height: 42px;font-size: 16px;color: #ffffff;}
.proList .part .more .fa{padding-left: 10px;}
.proList .part:hover .img img{transform: scale(1.2);}

/*分页*/
.met_pager{margin-top:20px;text-align:center;margin:auto;display: flex;justify-content: center;align-items: center;height: 96px;font-size: 16px;}
.met_pager *{display:inline-block;float:left;line-height:30px;transition:color 0.5s;-moz-transition:color 0.5s;-webkit-transition:color 0.5s;-o-transition:color 0.5s}
.met_pager a{width:auto;padding:9px 15px;color:#5e7387;border:1px solid #eee;border-right:none;border-left:none;text-decoration:none;background:#fff;font-size: 16px;}
.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover{text-decoration:none}
.met_pager a:not(.Ahover){color:#2a333c;border: 1px solid #eee;border-right:none;}
.met_pager a:not(.Ahover):hover{color:#1d2088}
.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover{background:#fff}
.met_pager a.Ahover{background:#24669F;border:1px solid #24669F;color:#fff;cursor:default}
.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA{width:auto;padding:9px 15px;border:1px solid #eee;background:#fff;color:#999}
.met_pager .PreSpan,
.met_pager .NextSpan{cursor:default}
.met_pager .firstPage,
.met_pager .lastPage{min-width:40px}
.met_pager .PageText{margin-left:10px;color:#aaa;display:none}
.met_pager input{display:none}


/*案例*/
.case{width: 100%;}
.caseList ul{display: flex;flex-wrap: wrap;}
.caseList ul li{width: 30%;margin: 1.33%;}
.caseList .part{display: block;background: #ffffff;position: relative;overflow: hidden;}
.caseList .part .img{width: 100%;height: 380px;background: #ffffff; overflow: hidden;}
.caseList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.caseList .part .desc{width: 100%;padding: 20px 20px 0;box-sizing: border-box;}
.caseList .part .title {font-size: 18px;line-height: 1;color: #eb6112;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 600;}
.caseList .part .text {font-size: 16px;color: #333333;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 30px;max-height: 60px;margin: 10px 0;}
.caseList .part .more {border-top: 1px solid #dedede;display: flex;justify-content: space-between;align-items: center;padding: 10px 0;color: #333333;font-size: 14px;}
.caseList .part .imgTop{position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.3);width: 100%;height: 100%;padding: 20px;box-sizing: border-box;display: flex;align-items: flex-end;justify-content: center;opacity: 0;transition: 0.5s;visibility: hidden;}
.caseList .part .detail{width: 120px;height: 42px;background: #EDA936;border-radius: 3px; display: inline-block;text-align: center;line-height: 42px;font-size: 16px;color: #fff;}

.caseList .part:hover .img img{transform: scale(1.2);}
.caseList .part:hover .imgTop{opacity: 1;visibility: visible;}

/*行业解决方案*/
.news{width: 100%;}
.newList ul{display: flex;flex-wrap: wrap;}
.newList ul li{width: 30%;margin: 1.33%;}
.newList .part{display: block;background: #ffffff;position: relative;overflow: hidden;}
.newList .part .img{width: 100%;height: 380px;background: #ffffff; overflow: hidden;}
.newList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.newList .part .desc{width: 100%;padding: 20px;box-sizing: border-box;}
.newList .part .title {font-size: 18px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px solid #dedede;padding-bottom: 8px;}
.newList .part .more {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;color: #666;font-size: 16px;line-height: 30px;}
.newList .part .detail{width: 150px;height: 42px;background: #EDA936; border-radius: 21px;display: block;text-align: center;line-height: 42px;font-size: 16px;color: #fff;margin: 0 auto;}
.newList .part:hover .img img{transform: scale(1.2);}

/*视频展示*/
.videoPlay{width: 100%;}
.vidList ul{display: flex;flex-wrap: wrap;}
.vidList ul li{width: 30%;margin: 1.33%;}
.vidList .part{display: block;background: #ffffff;position: relative;overflow: hidden;}
.vidList .part .imgShow{background: #ffffff; overflow: hidden;position: relative;}
.vidList .part .imgShow .img{width: 100%;height: 380px;}
.vidList .part .imgShow .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.vidList .part .imgTop{transition: all 0.5s linear;position: absolute;opacity: 0;top: 0;left: 0;width: 100%;height: 100%;background: rgba(29, 32, 136, 0.5);visibility: hidden;display: flex;justify-content: center;align-items: center;}
.vidList .part .imgTop img{width: 55px;height: 55px;}
.vidList .part .desc{width: 100%;box-sizing: border-box;height: 55px;padding: 0 20px;background: url(../images/video_arrow.png) no-repeat right 20px center;line-height: 55px;}
.vidList .part .title {font-size: 18px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px solid #dedede;}
.vidList .part:hover .imgShow .img img{transform: scale(1.2);}
.vidList .part:hover .imgTop {opacity: 1;visibility: visible;}
.vidList .part:hover .title{color: #1d2088;}

/*下载*/
.download{width: 100%;}
.downList ul li{width: 100%;margin-bottom: 30px;display: block;}
.downList .part{display: block;height: 230px;background: #ffffff;padding: 20px 20px 30px;box-sizing: border-box;display: flex;}
.downList .part .img{width: 550px;height: 180px;overflow: hidden;margin-right: 50px;}
.downList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.downList .part .desc{width: calc(100% - 600px);}
.downList .part .title{font-size: 32px;color: #333333;border-bottom: 1px solid #dedede;padding: 10px 0 20px;margin-bottom: 50px;box-sizing: border-box;}
.downList .part .list span{display: inline-block;}
.downList .part .list a{width: 159px;height: 42px;background: #EDA936;border-radius: 3px; display: block;text-align: center;line-height: 42px;font-size: 16px;color: #ffffff;}
.downList .part .list .icon{padding-left: 10px;}
.downList .part .img:hover img{transform: scale(1.1);}

/*故障报修*/
.feedback{width: 100%;}
.fbForm{width: 100%;}
.fbForm ul li{display: flex;justify-content: space-between;margin-bottom: 10px;}
.fbForm .w50{width: 48.5%;}
.fbForm .w100{width: 100%;}
.form-control{width: 100%;height: 60px; border: solid 1px #dedede;padding-left: 20px;font-size: 16px;color: #333333;outline: none;box-sizing: border-box;}
.Form_btn{width: 360px;height: 60px;background-color: #eb6112;border-radius: 3px;font-size: 16px;color: #ffffff;margin-top: 2%;}
textarea.form-control{height: 250px;padding: 10px;box-sizing: border-box;}

/*关于我们*/
.aComTitle{text-align: center;padding: 60px 0 30px;}
.aComTitle .title {font-size: 36px;color: #fff;}
.aComTitle .txt {font-size: 16px;line-height: 1;color: #fff;margin: 10px 0;}
.aComTitle .line {width: 33px;height: 3px;background-color: #eb6112;margin: 0 auto;}



.about{width: 100%;padding-top: 35px;background: #fff;padding-bottom: 60px;}
.aboutWarp{width: 100%;display: flex;justify-content: space-between;padding-bottom: 30px;}
.aboutWarp .left{width: 50%;padding-right: 20px;box-sizing: border-box;}
.aboutWarp .right{width: 50%;}
.aboutVideo{width: 100%;height: 400px;}
.aboutVideo video{width: 100%;height: 100%;object-fit: cover;}
.aboutDesc{width: 100%;}
.aboutDesc .aComTitle{text-align: left;padding-top: 22px;}
.aboutDesc .aComTitle .title{font-weight: bold;color: #24669F;}
.aboutDesc .aComTitle .txt{color: #666666;}
.aboutDesc .aComTitle .line{margin: 0;}
.aboutDesc .tit{font-size: 22px;color: #333333;margin-bottom: 30px;}
.aboutDesc .txt{font-size: 16px;margin-bottom: 10px;color: #666666;}
.aboutDesc .txt p{padding: 0;}

.aboutList{width: 100%;}
.aboutList ul{display: flex;flex-wrap: wrap;}
.aboutList ul li{width: 25%;}
.aboutList .part{display: block;width: 100%;height: 100%;border-right: 1px dashed #dedede;box-sizing: border-box;padding: 0 10px;box-sizing: border-box;text-align: center;}
.aboutList .part .title{color: #333333;font-size: 20px;}
.aboutList .part .fontBig{font-size: 70px;line-height: 1;color: #24669F;}
.aboutList .part .txt{font-size: 16px;color: #666666;margin-top: 10px;}

/*发展历程*/
.history{width: 100%;height: 620px;}
.hisSlide{margin-top: 90px;background: url(../images/about_line.png) no-repeat top 60px center;}
.hisSwiper{width: 100%;}
.hisSwiper .swiper-slide{background: none;}
.hisSwiper .part{display: block;text-align: center;padding: 0 50px;position: relative;cursor: pointer;}
.hisSwiper .part .year{font-size: 30px;line-height: 24px;color: #ffffff;}
.hisSwiper .part .txt{font-size: 14px;line-height: 24px;color: #ffffff;margin-top: 66px;}
.hisSwiper .part::after{position: absolute;left: 50%;top: 55px;transform: translateX(-50%);content: '';width: 19px;height: 19px;background: url(../images/about_arrow.png) no-repeat center;}
.hisSwiper .part:hover::after{background: url(../images/about_arrow_c.png) no-repeat center;}
.hisSwiper .swiper-button-next,.hisSwiper .swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;color: #fff;background: #EDA936;top: calc(50% - 30px);}
.hisSwiper .swiper-button-next:after,.hisSwiper .swiper-button-prev:after{font-size: 20px;}
.hisSwiper .swiper-button-next{right: 0 !important;}
.hisSwiper .swiper-button-prev{left: 0 !important;}
.hisSwiper .swiper-button-disabled{background: #fff;opacity: 1 !important;color: #333333;}

/*荣誉资质*/
.honor{width: 100%;padding-bottom: 60px;}
.honor .aComTitle .title{color: #333333;}
.honor .aComTitle .txt{color: #666;}
.honorSlide{width: 100%;}
.honorSwiper{width: 100%;padding-bottom: 80px !important;}
.honorSwiper .part{display: block;width: 100%;position: relative;overflow: hidden;}
.honorSwiper .part .img{width: 100%;height: 390px;overflow: hidden;}
.honorSwiper .part .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s linear;}
.honorSwiper .part:hover .img img{transform: scale(1.2);}
.honorSwiper .part .txt{height: 56px;background-color: #ffffff;border-radius: 3px;text-align: center;line-height: 56px;font-size: 16px;color: #666666;transition: all 0.5s linear;}
.honorSwiper .part:hover .txt{background: #24669F;color: #fff;}

.honorSwiper .swiper-button-next,.honorSwiper .swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;color: #fff;background: #EDA936;top: calc(50% - 30px);top: auto !important;bottom: 0 !important;}
.honorSwiper .swiper-button-next:after,.honorSwiper .swiper-button-prev:after{font-size: 20px;}
.honorSwiper .swiper-button-next{left: calc(50% + 10px) !important;}
.honorSwiper .swiper-button-prev{right: calc(50% + 10px) !important;left: auto !important;}


.partner{width: 100%;padding-bottom: 60px;background: #24669F;}
.partner .text{text-align: center;font-size: 18px;color: #ffffff;margin-bottom: 30px;}



/*联系我们*/
.contact{width: 100%;background: #fff;padding-bottom: 60px;}
.contWarp{width: 100%;display: flex;justify-content: space-between;padding: 30px 0;border-bottom: 1px dashed #dedede;}
.contWarp .left{width: 50%;padding-right: 20px;box-sizing: border-box;}
.contWarp .right{width: 50%;}
.contWarp .map{width: 100%;height: 480px;overflow: hidden;}
.contWarp .map img{width: 100%;height: 100%;object-fit: cover;}
.contDesc{width: 100%;}
.contDesc .title {font-size: 30px;line-height: 30px;color: #1d2088;font-weight: bold;padding: 30px 0;border-bottom: 1px solid #dedede;margin-bottom: 20px;}
.contDesc ul li {height: 73px;line-height: 73px;border-bottom: 1px solid #dedede;}
.contDesc ul li .icon {width: 35px;height: 35px; background: #EDA936; display: inline-block; text-align: center;line-height: 32px;margin-right: 15px;border-radius: 50%;}
.contDesc ul li .icon img{vertical-align: middle;}
.contDesc ul li i{font-size: 18px;color: #333333;font-style: normal;}
.contList{width: 100%;padding-top: 20px;}
.contList ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contList ul li{width: 49%;margin-bottom:15px;}
.contList .part{display: block;width: 100%;}
.contList .title{color: #24669F;font-size: 24px;margin-bottom: 5px;}
.contList .title .icon{width: 35px;height: 35px; background: #EDA936; display: inline-block; text-align: center;line-height: 32px;margin-right: 15px;border-radius: 50%;}
.contList .title .icon img{vertical-align: middle;}
.contList .txt{font-size: 14px;color: #333;padding-left: 40px;}
.contList .txt p{padding: 0;font-size: 14px;color: #333;}

.message{width: 100%;background: #f6f6f6;padding-bottom: 60px;}

/*产品详情*/
.prodetail{width: 100%;}
.prodWarp{width: 100%;display: flex;}
.prodWarp .left{width: 50%;}
.prodWarp .right{width: 50%;padding-left: 40px;box-sizing: border-box;}
.aboutPanel {height: 480px;width: 100%;}
.aboutTab {height: 61px;box-sizing: border-box;}
.aboutTab .swiper-slide {width: 25%;height: 100%;border: 2px solid #fff;padding: 1px;box-sizing: border-box;}
.aboutTab .swiper-slide-thumb-active {opacity: 1;border: 2px solid #24669F;}
.aboutTabWarp{width: 100%;padding: 0 35px;box-sizing: border-box;position: relative;margin-top: 20px;}
.aboutTabWarp .swiper-button-next,
.aboutTabWarp .swiper-button-prev {width: 35px;height: 50px;background: #1d2088;text-align: center;line-height: 50px;opacity: 0.3;color: #fff;}
.aboutTabWarp .swiper-button-next:after,.aboutTabWarp .swiper-button-prev:after{font-size: 20px;}
.aboutTabWarp .swiper-button-next{right: 0 !important;}
.aboutTabWarp .swiper-button-prev{left: 0 !important;}
.aboutTabWarp .swiper-button-lock{display: block;}

.prodDesc{width: 100%;position: relative;height: 100%;}
.prodDesc .title{font-size: 30px;line-height: 1;color: #333333; padding: 30px 0;border-bottom: 1px solid #fff;margin-bottom: 25px;}
.prodDesc .txt{font-size: 14px;line-height: 30px;color: #666666;}
.prodDesc .txt p{font-size: 14px;line-height: 30px;color: #666666;padding: 0;}
.prodCont{position: absolute;left: 0;bottom: 0;width: 100%;display: flex;}
.prodCont .zixun{display: block;width: 160px;height: 50px;background: #24669F;border-radius: 25px;text-align: center;line-height: 50px;font-size: 18px;color: #fff;}
.prodCont .pTel{background: url(../images/tel.png) no-repeat left center;padding: 10px 0 10px 65px;margin-left: 20px;}
.prodCont .pTel .tit{font-size: 14px;line-height: 1;color: #333333;}
.prodCont .pTel .txt{font-size: 24px; line-height: 1;color: #24669F;}

.prodSlide{width: 100%;margin-top: 40px;}
.prodSlide .prodTab ul{display: flex;}
.prodSlide .prodTab ul li{width: 33.3%;}
.prodSlide .prodTab a{display: block;height: 60px;background: #a6a6a6;text-align: center;line-height: 60px;font-size: 18px;color: #ffffff;border-left: 1px solid #fff;}
.prodSlide .prodTab ul li.on a{background: #24669F;}

.prodPanel{width: 100%;background: #fff;padding: 35px;box-sizing: border-box;}
.prodPanel .detail{width: 100%;}
.prodPanel .detail img{max-width: 100%;width: auto;}

/*标题*/
.proComTitle{width: 100%;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #dedede;overflow: hidden;height: 50px;line-height: 50px;}
.proComTitle .title{position: relative;font-size: 18px;color: #333333;}
.proComTitle .title span{color: #24669F;font-weight: bold;}
.proComTitle .title:after{position: absolute; bottom: 0;left: 0;width: 36px;height: 2px;background: #24669F;content: "";}
.proComTitle .more{color: #999999;font-size: 14px;}



/*相关产品*/
.otherPro{width: 100%;margin-top: 40px;}
.otherPro ul{display: flex;flex-wrap: wrap;}
.otherPro ul li{width: 23%;margin: 1%;}
.otherPro .part{display: block;width: 100%;overflow: hidden;}
.otherPro .part .img{width: 100%;border: 1px solid #dedede;height: 288px;text-align: center;background: #fff;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.otherPro .part .img img{max-width: 100%;transition: all 0.5s linear;border: 0;background: #fff;}
.otherPro .part .txt{font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333333;margin: 10px 0;text-align: center;}
.otherPro .part:hover .img img{transform: scale(1.2);}
.otherPro .part:hover .txt{color: #24669F;}

/*相关新闻*/
.otherNews{width: 100%;margin-top: 40px;}
.otherNews .panel{ width:50%; padding:0 10px; box-sizing:border-box;}
.otherNews .panel ul li{width: 100%;display: flex;justify-content: space-between;align-items: center;line-height: 30px;}
.otherNews .panel .tit{font-size: 14px;color: #666666;display: inline-block;max-width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.otherNews .panel .tit:hover{color: #24669F;}
.otherNews .panel .time{font-size: 14px;color: #999999;}
.oNWarp{display: flex;flex-wrap: wrap;justify-content: space-between;background: #fff;padding: 30px;box-sizing: border-box;margin-top: 20px;align-items: center;}
.oNList1{ width:50%; padding:0 10px; box-sizing:border-box;}
.oNList1 .part{display: block;width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
    .oNList1 .part .img {
        width: 228px;
        height: 224px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 22px;
        overflow: hidden;
    }
.oNList1 .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.oNList1 .part .desc{width: calc(100% - 250px);}
.oNList1 .part .title {font-size: 16px;line-height: 1;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;transition: 0.5s;}
.oNList1 .part .txt {font-size: 14px;color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 24px;max-height: 48px;margin: 20px 0;transition: 0.5s; display:block;}
.oNList1 .part .time {font-size: 14px;line-height: 24px;color: #666;transition: 0.5s;}



.inside{width: 100%;background: #fff;padding: 20px;box-sizing: border-box;}







@media only screen and (max-width: 1200px) {
.wapper{ width:1200px;}

.header,
.banner,
.iSolution,
.iProduct,
.iProduct2,
.index1,
.iAbout,
.iPartner,
.iNews,
.footer,
.copyRight,
.w1200{ width:1200px;margin: 0 auto;}












}
