/*首页全屏切换导航*/
#fp-nav.right{right:0;}
#fp-nav ul li{margin:15px 0;width:100px;height: 30px;line-height: 30px;transition: all .5s;}
#fp-nav ul li .fp-tooltip{right:25px;opacity: 1;width:auto;cursor: pointer;transition: all .5s;}
#fp-nav ul li a span{width:15px;height: 1px;background: #fff!important;border:none;transition: all .5s;left:auto;right:0;top:13px;}
#fp-nav ul li:hover a span,#fp-nav ul li.active a span{width:30px;background: var(--pei-color)!important;}
#fp-nav ul li:hover .fp-tooltip,#fp-nav ul li.active .fp-tooltip{color:var(--pei-color);right:40px;transition: all .5s;}
@media(max-width: 1024px){
	#fp-nav.right{display: none;}
	.fp-section{height: auto!important;}
	.fp-tableCell{height: auto!important;}
}
/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;transition: all .5s;}
.header.active{top:-100%;}
.header.bgColor{background: rgba(0,0,0,.8)}
.header.shadow{background: rgba(0,0,0,.8)}
.header-box{display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;width:100%;background: rgb(0,0,0,0);}
.h-logo{width:470px;display: flex;padding:10px 0px;transition: all .5s;flex-direction: row;align-items: center;}
.h-logo img{max-height: 100%;}
.h-nav{width: calc(100% - 740px);display: flex;flex-direction: row;justify-content: space-around;transition: all .5s}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#fff;font-size: 16px;transition: all .5s;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background: var(--zhu-color);left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li.on .yiji{color: var(--zhu-color);letter-spacing: 1px;font-weight: 700;}
.h-nav li.on .yiji:after{width:100%;}

.h-nav li .sublist{position: fixed;width:100%;top:90px;left:0;background: rgba(255,255,255,.95);box-shadow:0px 5px 5px 5px rgba(9,9,9,.1);display: none;}
.h-nav li .sublist .left{padding:30px 40px;width:30%;float: left;}
.h-nav li .sublist .left .hd{padding:30px 0;color:var(--zhu-color);}
.h-nav li .sublist .left .hd .t1{font-size:32px;font-weight: bold; }
.h-nav li .sublist .left .hd .t2{font-size:22px;font-weight: bold;opacity: 0.1;text-transform: uppercase;font-family:Arial; }
.h-nav li .sublist .left .bd{display: flex;flex-direction: column;}
.h-nav li .sublist .left .bd p{color:#777;padding:8px 0;}
.h-nav li .sublist .left .bd p i{color:var(--zhu-color);float: left;font-size: 16px;line-height: 1.4;margin-right: 5px}
.h-nav li .sublist .mid{width:36%;padding:40px;float: left;border-left:solid 1px #eae8e8;border-right:solid 1px #eae8e8;}
.h-nav li .sublist .mid .hd{padding:18px 0;border-bottom: solid 1px #eae8e8;}
.h-nav li .sublist .mid .hd i{color:var(--zhu-color);font-size: 26px;float: left;margin-right: 10px;line-height: 1.5}
.h-nav li .sublist .mid .hd b{color:var(--zhu-color);font-size: 24px;}
.h-nav li .sublist .mid .hd span{color:#999;text-transform: uppercase;}
.h-nav li .sublist .mid .bd{width:100%;padding:15px 0;}
.h-nav li .sublist .mid .bd a{width:50%;display: block;float: left;color:#777;padding:10px;font-size: 16px;}
.h-nav li .sublist .mid .bd a i{color:var(--zhu-color);float: left;font-size: 24px;line-height: 1}
.h-nav li .sublist .mid .bd a p{width:calc(100% - 24px);float: right;transition: all .5s;}
.h-nav li .sublist .mid .bd a:hover p{padding-left: 5px;color:var(--zhu-color);}
.h-nav li .sublist .mid .bd.proNav a{width:100%;}
.h-nav li .sublist .mid .bd.proNav .sub{padding-left: 28px;}
.h-nav li .sublist .mid .bd.proNav .sub a{color:#999;padding:5px;display: inline-block;width:auto;font-size: 14px;transition: all .5s}
.h-nav li .sublist .mid .bd.proNav .sub a:hover{color:var(--zhu-color)}
.h-nav li .sublist .right{width:34%;float: right;height: 396px;}
.h-nav li .sublist .right img{width:130%;object-fit: cover;max-width: none;height: 100%}

.h-right{width:270px;display: flex;flex-direction: row;transition: all .5s;color:#fff;padding-right: 10px;font-family: 'PingFang SC';align-items: center;}
.h-right i{font-size: 40px;line-height: 1;float: left;}
.h-right b{font-size:30px;font-family: DIN;line-height: 1;margin-left: 10px;}


.h-menu{width:60px;text-align: center;cursor: pointer;display: none;flex-direction: column;justify-content:center;}
.h-menu i{color:#fff;font-size: 40px;line-height: 1}
.header.shadow .h-nav li .yiji:after{background: var(--zhu-color);}

@media(max-width: 1600px){
	.h-nav li .sublist .right img{width:100%;}

}

@media(max-width: 1400px){
	
	/*.h-nav{width:calc(100% - 600px);}*/
}
@media(max-width: 1200px){

}

@media(max-width: 992px){

}
@media(max-width: 576px){

}



.h-menu{width:60px;text-align: center;cursor: pointer;display: none;flex-direction: column;justify-content:center;}
.h-menu i{color:#fff;font-size: 40px;line-height: 1}

@media(max-width: 1600px){
	.h-logo{width:320px;}
	.h-nav{width:calc(100% - 490px);}
}

@media(max-width: 1400px){
	.h-logo{width:400px;}
	.h-right{display: none;}
	.h-nav li .yiji{padding: 0 5px;}
	.h-nav{width:calc(100% - 300px);}
}
@media(max-width: 1200px){
	.h-logo{width:240px;}
	.h-right{width:auto;padding-right: 15px}
	.h-right i{margin-right:10px;}
	.h-right b{font-size: 20px}
	.h-right span{display: none;}
	.h-nav{width:calc(100% - 280px);}
}
@media(max-width: 1024px){
	.h-logo{width:250px;}
	.h-right{display: none;}
	.h-nav{width:calc(100% - 280px);}

}
@media(max-width: 992px){
	.h-nav{display: none;}
	.h-logo{width:calc(100% - 100px);}
	.h-menu{display:flex;}
}
@media(max-width: 576px){
	.header-box{padding:0;}
	.h-menu{width:50px;height: 50px}
	.h-menu i{font-size: 30px}
	.h-logo{width:calc(100% - 60px);padding:5px 5px;height:50px}
}

/*flash*/
.banner {position: relative;overflow: hidden;}
.banner-slide{overflow:hidden}
.banner-slide figure{display:block;line-height:1;margin:0;}
.banner-slide figure img,.banner-slide figure video{display:block;position:relative;height: 100vh;object-fit: cover;width:100%;}
.banner-down{position:absolute;left:8.33vw;right:8.33vw;bottom:3.75vw;display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;z-index:10}
.banner-dit{display:flex;align-items:center}
.banner-dit .swiper-pagination{position:relative;margin-top:25px;line-height:1}
.banner-dit .swiper-pagination .swiper-pagination-bullet{margin-right:12px;position:relative;width:16px;height:16px;opacity:1;background:none}
.banner-dit .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{transform:scale(1)}
.banner-dit .swiper-pagination .swiper-pagination-bullet:before{position:absolute;left:50%;top:50%;margin-left:-2px;margin-top:-2px;content:"";width:4px;height:4px;background:#fff;border-radius:50%}
.banner-dit .swiper-pagination .swiper-pagination-bullet:after{position:absolute;left:0;top:0;content:"";box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,0.2);transform:scale(0);transition:0.3s}
.banner-numble{display:flex;align-items:flex-end;margin-right:2.5vw;color:#fff;font-size:24px;font-family:"DIN";line-height:1}
.banner-numble i{display:inline-block;margin:0 8px;font-style:normal}
.banner-numble b{font-weight:normal;position:relative;top:2px;font-size:30px}
.banner-btn{display:flex}
.banner-btn span{display:inline-block;margin-right:20px;width:38px;height:38px;border:1px solid rgba(255,255,255,0.2);border-radius:50%;text-align:center;line-height:38px;color:#fff;font-size:14px;cursor:pointer;transition:0.35s}
.banner-btn span:hover{border-color:#fff}
.banner-btn span:last-child{margin-right:0}
.banner-line{position:absolute;left:0;bottom:0;width:100%;z-index:3;height:3;background:rgba(255,255,255,0.2);height:1px}
.banner-line span{display:block;position:absolute;left:0;top:0;width:20%;height:1px;background:#fff}
.btext{position:absolute;left:50%;top:40%;margin-left:-17.4vw;margin-top:-17.4vw;width:34.9vw;height:34.9vw;display:flex;justify-content:center;align-items:center;background:url(../images/bbg.png) center no-repeat;background-size:cover;z-index:3;animation: rotate 4s linear infinite;}
.btext-wrap{text-align:center;position: absolute;top:30%;left:50%;transform: translateX(-50%);width:90%;}
.btext-wrap small{display:block;margin-bottom:1.77vw;line-height:1;color:#fff;font-size:40px;font-family:"DIN";text-shadow: 2px 2px 2px #042d41;text-transform: uppercase; }
.btext-wrap strong{display:block;line-height:1;color:#fff;font-size:70px;font-weight:bold;text-shadow: 1px 1px 1px #042d41;position:relative;padding-bottom: 30px;margin-bottom:30px;}
.btext-wrap strong:after{content:'';position: absolute;bottom:0;left:50%;transform: translateX(-50%);height:5px;width:100px;background: var(--pei-color);}
.btext-wrap p{color:#fff;font-size:30px;font-weight: lighter;text-shadow: 1px 1px 1px #666;}

.btext-wrap-last{text-align:center;position: absolute;top:40%;left:50%;transform: translateX(-50%);width:90%;}
.btext-wrap-last small{display:block;margin-bottom:1.77vw;line-height:1;color:#000;font-size:26px;font-family:"DIN";font-weight: bold; }
.btext-wrap-last strong{display:block;line-height:1;color:#fff;font-size:50px;font-weight:bold;text-shadow: 1px 1px 1px #042d41;position:relative;padding-bottom: 30px;margin-bottom:30px;}
.btext-wrap-last p{color:#024a92;font-size:22px;font-weight: bold;font-family:"DIN";text-shadow: 1px 1px 1px #fff;}
.scroll-more{position:absolute;left:0;bottom:15%;z-index:3;width:100%;text-align:center}
.scroll-more span{display:block;position:relative;margin:auto;width:18px;height:32px}
.scroll-more span:before{position:absolute;left:0;top:0;content:"";width:18px;height:28px;border:2px solid #fff;border-radius:9px}
.scroll-more span:after{position:absolute;left:50%;margin-left:-1px;top:8px;content:"";width:2px;height:8px;background:#fff;animation:mousedown 1s infinite}
.scroll-more p{margin-top:10px;line-height:1;color:#fff;font-size:14px}
@keyframes mousedown{0%{opacity:1;transform:translateY(0)}
	100%{opacity:0.2;transform:translateY(6px)}
}
@media(max-width: 1200px){
	.btext-wrap-last strong{font-size: 60px;padding-bottom:20px;}
	.btext-wrap-last small{font-size: 20px;}
	.btext-wrap-last p{font-size: 16px;}

	.btext-wrap strong{font-size: 50px;padding-bottom: 20px;margin-bottom: 20px;}
	.btext-wrap p{font-size: 20px;}
}
@media(max-width: 1024px){
	/*.banner-slide figure img{height: 800px}*/
}
@media(max-width: 992px){
	.banner-slide figure img,.banner-slide figure video{height: 700px}
	.btext-wrap strong{font-size: 40px}
	.btext-wrap strong:after{width:80px;}

	.btext-wrap-last strong{font-size: 40px;}
}
@media(max-width: 576px){
	.banner-slide figure img,.banner-slide figure video{height: 500px}
	.btext-wrap small{font-size:24px;}
	.btext-wrap strong{font-size:24px;padding-bottom: 15px;}
	.btext-wrap strong:after{height: 3px}
	.btext-wrap p{font-size: 12px}
	.banner-dit .swiper-pagination{display: none;}
	.banner-numble b{font-size: 24px;}
	.banner-numble{font-size:20px;}
	.banner-btn span{width:30px;height: 30px;line-height: 30px}


	.btext-wrap-last strong{font-size: 30px;}
	.btext-wrap-last small{display: none;}
	.btext-wrap-last p{display: none;}
}


/*icom*/
.icom{background: url(../images/icom-bg.jpg) left center no-repeat;width:100vw;height: 100vh;background-size: cover;background-attachment: fixed;}
.icom-hd{display: flex;flex-direction: row;justify-content: space-between;}
.icom-btxt{position: absolute;width: 100%;height: 100vh;}
.icom-btxt p{position: relative;font-size: 100px;left: 28%;top: 180px;color: #fff;font-weight: bold;opacity: 0.5;}
.icom-txt{height: 100vh;width:45%;display: flex;flex-direction: column;justify-content: center;padding:0 15px;left: -120%;position: relative;}
.icom-txt .t1{color:var(--pei-color);font-size: 36px;font-family: 'DIN';text-transform: uppercase;position: relative;}
.icom-txt .t2{color:#fff;font-size: 36px;font-weight: bold;position: relative;}
.icom-txt .t3{color:#fff;font-size: 16px;line-height: 34px;margin-top: 25px;position: relative;}
.icom-txt .data{display: flex;flex-direction: row;width:100%;justify-content: left;padding:40px 0px;flex-wrap:wrap;margin-top: 200px;}
.icom-txt .data li{display: flex;flex-direction: column;position: relative;margin-right: 35px;}
.icom-txt .data li .left{width:90px;height: 90px;position: relative;}
.icom-txt .data li .left .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background:url(../images/icom-bg2.png) center no-repeat;background-size:100% 100%;animation: rotate 2s linear infinite;}
.icom-txt .data li:nth-child(2) .left .bg{background:url(../images/icom-bg3.png) center no-repeat;background-size:100% 100%;}
.icom-txt .data li:nth-child(3) .left .bg{background:url(../images/icom-bg4.png) center no-repeat;background-size:100% 100%;}
.icom-txt .data li .left span{position: absolute;top:100px;left:40px;width:15px;height: 15px;background:#ffe1cd;border-radius: 50%; }
.icom-txt .data li .left i{color:#ff060c;font-size:30px;position: absolute;top:110%;left:53%;transform:translate(-50%,-50%);line-height: 1 ;animation: float-up 3s infinite ease-in;}

@keyframes float-up {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-20px); /* 向上移动200px */
    opacity: 0; /* 淡出效果 */
  }
}
.icom-txt .data li .right{display: flex;flex-direction: column;padding-top: 35px;text-align: center;}
.icom-txt .data li .right .hd{color:#fff;font-weight: bold;line-height: 1.2}
.icom-txt .data li .right .hd b{font-size: 48px;font-family:'DIN';}
.icom-txt .data li .right .hd span{font-size: 18px;margin-left:10px;}
.icom-txt .data li .right .bd{font-size: 14px;color:#fff;}
.icom-txt .more{border-radius: 30px;width:150px;height: 45px;display:flex;flex-direction: row;align-items: center;color:#fff;position: relative;overflow: hidden;transition: all .5s;margin-top: 25px;background-color: #ff060c;}
.icom-txt .more:before{content:'';position: absolute;width:0;height: 100%;background:#7d0b10;left:0;top:0;transition: all .5s;}
.icom-txt .more span{width:118px;display: block;text-align: center;font-size: 16px;position: relative;z-index: 1}
.icom-txt .more i{font-size: 20px;position: relative;z-index: 1}
.icom-txt .more:hover{border-color:#7d0b10;}
.icom-txt .more:hover:before{width:100%;}
.icom-img{height: 100vh;width: 50%;margin-top: 250px;padding-left: 150px;}
.icom-img img{width: 526px;}
@media(max-width: 1400px){
	.icom-txt{width:65%;}
	.icom-img{padding: 0px;}
	.icom-btxt p{font-size: 70px;}
}
@media(max-width: 1200px){
	.icom-txt{width:75%;}
}
@media(max-width: 1024px){
	.icom{height: auto;padding:90px 0;}
	.icom-txt{width:100%;height: auto;}
	.icom-btxt{display: none;}
	.icom-img{display: none;}
	.icom-txt .data{justify-content: space-between;}
}
@media(max-width: 992px){
	.icom-txt{width:90%;}
	.icom-txt .t2{font-size:32px;}
	.icom-txt .data li .left{width:80px;height: 80px;}
	.icom-txt .data li .left i{font-size: 35px}
	.icom-txt .data li .left span{top:22px;}
	.icom-txt .data li .right .hd b{font-size:40px;}
	.icom-txt .data li .right .bd{font-size: 16px;}
}
@media(max-width: 768px){
	.icom{padding: 20px 0;}
	.icom-txt .data{margin-top: 0px;}
	.icom-txt{width:100%;}
	.icom-txt .data li .right{padding: 10px 0;}
	.icom-txt .data li .left{width:100%;height: auto;}
	.icom-txt .data li .left i{font-size: 35px}
	.icom-txt .data li .left span{top:22px;}
	.icom-txt .data li .right{margin-left: 5px}
	.icom-txt .data li .right .hd b{font-size:30px;}
	.icom-txt .data li .right .hd span{margin-left: 5px}
	.icom-txt .data li .right .bd{font-size: 14px;}
	.icom-txt .more{height: 36px;width:120px;margin-top: 20px;}
	.icom-txt .more span{font-size: 14px;width: 90px;}
	.icom-txt .more i{font-size: 16px;}

}
@media(max-width: 576px){
	.icom-txt .t1{font-size: 18px}
	.icom-txt .t2{font-size: 20px}
	.icom-txt .t3{margin-top: 15px;font-size: 14px;line-height: 28px}
	.icom-txt .data{padding:15px 0 10px;justify-content: flex-start;}
	.icom-txt .data li{width:50%;text-align: center;}

	.icom-txt .data li .left i{display: none;}
	.icom-txt .data li .left span{display: none;}
	.icom-txt .data li .right .hd b{font-size: 24px}
	.icom-txt .data li .right .hd span{font-size: 14px}
	.icom-txt .data li .right .bd{font-size: 12px}
	.icom-txt .more{margin-top: 10}
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*首页产品ipro*/
.ipro{overflow: hidden; background: url(../images/ipro-bg.jpg) left center no-repeat;width:100vw;height: 100vh;background-size: cover;background-attachment: fixed;}
.ipro .ipro-hd{margin-top: 180px;display: flex;width: 100%;flex-direction: row;align-items: center;background-color: #fff;margin-bottom: 20px;justify-content: space-between;opacity: 0;}
.ipro .ipro-bd{opacity: 0;}

.ipro .ipro-hd-txt{width:20%;height: auto; display: flex;flex-direction: row;align-items: center;background-color: #c90707;padding: 20px 10px;}
.ipro .ipro-hd-txt .type-txt{padding: 0 30px;  font-size: 30px; display: flex;flex-direction: column;align-items: center;text-align: center;color: #fff;}
.ipro .ipro-hd-txt .type-txt span{display: block;font-size: 18px;}
.ipro .ipro-hd-txt i{font-size: 30px;color: #fff;padding-right: 30px;}
.ipro .ipro-hd-type{display: flex;flex-direction: row;}
.ipro .ipro-hd-type .type-name{display: flex;flex-direction: row;padding: 0 10px;align-items: center;}
.ipro .ipro-hd-type .type-name a{font-size: 18px;color: #000;}
.ipro .ipro-hd-type .type-name span{position: absolute;top: 0px;right: 0px;width: 15px;height: 15px;background: #c90707;border-radius: 50%;animation: blink 2.2s linear infinite;}
.ipro .pro-more{width: 5%;text-align: right;}
.ipro .pro-more a{padding: 0 10px;}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.ipro .ipro-hd-type .type-name i{font-size: 24px;color: #c90707;margin-right: 5px;position: relative;}
.ipro .ipro-hd a:hover{color: #c90707;font-weight: bold;}
.ipro-hd .p-more{font-size: 40px;color:#c90707;}


#mproduct{overflow: hidden;}
#mproduct .swiper-slide{height: calc((100% - 30px) / 2) !important;}
#mproduct a{display: block;overflow: hidden;box-sizing: border-box;background: #fff;transition: all .3s;}
#mproduct a .img{width: 100%;padding-bottom: 65%;position: relative;overflow: hidden;}
#mproduct a .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;transition: all .3s;}

#mproduct a .txt{overflow: hidden;padding: 5px 10px;background: #f8f8f8;}
#mproduct a .txt .top{display: flex;align-items: center;justify-content: space-between;}
#mproduct a .txt .top b{transition: all .5s;font-weight: normal;position: relative;width: calc(100% - 42px);display: inline-flex;align-items: center;padding: 7px 0;font-size: 16px;color: #555555;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#mproduct a .txt .top b::before{ transition: all .5s; content: ""; display: block; width: 24px; height: 1px; background: #505050; position: absolute; left:0; bottom:0; }
#mproduct a .txt .top span{transition: all .5s;display: inline-flex;align-items: center;justify-content: center;width: 32px;height: 32px;box-sizing: border-box;border: 1px solid #f2f2f2;font-size: 12px;color: #dedede;line-height: 1;}
#mproduct a .txt .top .iconfont{font-size: 28px;color: #888;}
#mproduct a:hover .img{border: solid 1px #c90707;transition: all .5s;}
/*#mproduct a:hover .img img{transform: rotate(5deg) scale(0.95,0.95);transition: all .5s;}*/
#mproduct a:hover .txt{background: #c90707;transition: all .5s;}
#mproduct a:hover .txt .top b{color: #fff;transition: all .5s;padding-left: 5px;}
#mproduct a .txt .top b::before{background: #fff;transition: all .5s;}
#mproduct a:hover .txt .top span{color: #fff;transition: all .5s;}
#mproduct a:hover .txt .top .iconfont{font-size: 26px;color: #fff;transition: all .5s;}

@media(max-width: 1400px){
	.ipro .ipro-hd{margin-top: 140px;}
	.ipro .ipro-hd-txt{padding: 10px 10px;width: 15%;}
	.ipro .ipro-hd-txt .type-txt{padding: 20px 16px;}
	.ipro .ipro-hd-txt i{display: none;}
	.ipro .ipro-hd-type .type-name a{font-size: 16px;}
	.ipro-hd .p-more{font-size: 30px;}

	.ipro .big .swiper-slide .txt .box{height: calc(100vh - 140px);}
	.ipro .small .swiper-slide{padding:25px 15px;}
}


@media(max-width: 1200px){
	.ipro .ipro-hd{margin-top: 140px;}
	.ipro .ipro-hd-txt{padding: 10px 10px;}
	.ipro .ipro-hd-txt .type-txt{padding: 5px 10px;font-size: 24px;}
	.ipro .ipro-hd-txt i{display: none;}
	.ipro .ipro-hd-type .type-name i{display: none;}
	.ipro .ipro-hd-type .type-name{padding: 0 10px;}
	.ipro .ipro-hd-type .type-name a{font-size: 16px;}
	.ipro .ipro-hd-txt .type-txt span{font-size: 14px;}

	.ipro .big .swiper-slide .txt .box{height: calc(100vh - 140px);}
	.ipro .small .swiper-slide{padding:25px 15px;}
}

@media(max-height:  789px){

.ipro .ipro-hd{margin-top: 90px;}
.ipro .ipro-hd-txt{padding: 10px 5px;}
}


@media(max-width: 1024px){

	.ipro .ipro-hd{margin-top: 70px;}
	.ipro .ipro-hd-txt{padding: 10px 10px;}
	.ipro .ipro-hd-txt i{display: none;}
	.ipro .ipro-hd-type .type-name a{font-size: 16px;}
	.ipro .big .swiper-slide .txt .box{height: calc(100vh - 140px);}
	.ipro .small .swiper-slide{padding:25px 15px;}

	#mproduct a .txt .top b{font-size: 14px;}
}


@media(max-width: 992px){
	.ipro{width: 100%;height: auto;}
	.ipro .ipro-hd-txt{width: 90%;}
	.ipro .pro-more{width: 10%;text-align: center;}

	.ipro .ipro-hd{margin-top: 20px;}
	.ipro .ipro-bd{margin-bottom: 20px;}
	.ipro .ipro-hd-type{display: none;}

}
@media(max-width: 768px){

}
@media(max-width: 576px){

}





/*iapply*/
.iapply{width:100vw;height: 100vh;overflow: hidden;background:url(../images/iapply-bg.jpg) center no-repeat;background-size: cover;background-attachment: fixed;}
.iapply-box{height: calc(100% - 90px);width:100%;margin-top: 100px;}
.iapply-box-hd{text-align: center;position: relative;}
.iapply-box-hd .t1{font-size: 110px;position: absolute;color: #fff;text-transform: uppercase;opacity: 0;top: 0;left: 50%;width: 100%;font-weight: bold;transform: translateX(-50%);}
.iapply-box-hd .t2{font-size: 58px;color: #fff;font-weight: bold;padding-top: 55px;opacity: 0;}
.iapply-box-hd .t3{font-size: 18px;color: #fff;margin-top: 10px;opacity: 0;}

.iapply-box-bd{}




@media(max-width: 1200px){
	.iapply-box a .md i{font-size: 35px}
	.iapply-box a:hover .hd,.iapply-box a.on .hd{padding:0 15px;}
	.iapply-box-hd .t1{font-size: 70px;}
	.iapply-box-hd .t2{padding-top: 20px;font-size: 50px;}
	iapply-box-hd .t3{font-size: 16px;}
}
@media(max-width: 1024px){
	.iapply{height: auto;}
	.iapply-box{margin-top:0;height: auto;}
	.iapply-box a{height: 350px}
	.iapply-box a .md{display: none!important;}
	.iapply-box-hd .t1{font-size: 60px;}
	.iapply-box-hd .t2{padding-top: 10px;font-size: 40px;}
	.iapply-box-hd .t3{font-size: 14px;}
}
@media(max-width: 992px){
	.iapply-box{}
	.iapply-box a{width:33.3%;}
	.iapply-box a:nth-child(n+7){display: none;}
	.iapply-box a:nth-child(4){border-right:solid 1px rgba(255,255,255,.2);border-bottom:none;}
	.iapply-box a:hover .hd,.iapply-box a.on .hd{padding:0 15px;}
}
@media(max-width: 768px){

	.iapply-box a{width:50%;border-bottom:solid 1px rgba(255,255,255,.2)!important;height: 300px}
	.iapply-box a:nth-child(n+7){display: block;}
	.iapply-box a:nth-child(2n){border-right:none;}
	.iapply-box a:hover .hd,.iapply-box a.on .hd{padding:0 15px;}
}
@media(max-width: 576px){
	.iapply-box a .hd{padding-left:15px;padding-right: 15px;}
	.iapply-box a .hd span{font-size: 20px;margin-left: 0;width:25px;padding-bottom:0}
	.iapply-box a .hd .t1{font-size: 14px;}
	.iapply-box a .hd .t2{font-size:12px;display: none;}
	.iapply-box-hd .t1{font-size: 30px;}
	
	.iapply-box a{height: 220px}
}

/*inews*/
.inews{background: url(../images/inews-bg.jpg) center no-repeat;width:100%;height: 100vh;}
.inews-box{height: calc(100vh - 90px);width:100%;margin-top: 60px;display: flex;flex-direction: column;justify-content: center;padding:0 15px;}
.inews-box-hd{text-align: center;position: relative;}
.inews-box-hd .t1{font-size: 100px;position: absolute;color: #fff;text-transform: uppercase;opacity: 0;width: 100%;font-weight: bold;padding-top: 45px;}
.inews-box-hd .t2{font-size: 58px;color: #fff;font-weight: bold;opacity: 0;}
.inews-box-hd .t3{font-size: 18px;color: #fff;margin-top: 10px;opacity: 0;bottom: -120px;}
.inews-box-bd{width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 30px;margin-top: 70px;opacity: 0;}
.inews-box-bd .left{width: calc(50% - 15px);overflow: hidden;}
.inews-box-bd .left .img{width: 100%;overflow: hidden;padding-bottom: 45%;}
.inews-box-bd .left .img img{width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
.inews-box-bd .left .txt{overflow: hidden;padding-top: 30px;}
.inews-box-bd .left .txt b{line-height: 2.3;display: block;font-size: 20px;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.inews-box-bd .left .txt p{color: #fff;font-size: 16px;padding-top: 10px;display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical;overflow: hidden;}
.inews-box-bd .left .txt span{font-size: 16px;color: #fff;padding-top: 20px;display: flex;flex-direction: row;align-items: center;}
.inews-box-bd .left .txt i{font-size: 20px;color: #fe0315;margin-left: 15px;}
.inews-box-bd .right{width: calc(50% - 15px);display: flex;flex-direction: column;height: 100%;}
.inews-box-bd .right a{display: flex;flex-direction: row;height: 50%;align-items: center;}
.inews-box-bd .right .news-time{color: #fff;font-size: 48px;white-space: nowrap;border-top:solid 1px rgba(255,255,255,.8); padding-top: 50px;height: 100%;}
.inews-box-bd .right .news-con{margin-left: 40px;padding-top: 50px;display: flex;flex-direction: column;height: 100%;border-top: solid 1px rgba(255,255,255,.8);}
.inews-box-bd .right .news-con b{color: #fff;font-size: 24px;transition: all 0.3s;;}
.inews-box-bd .right .news-con p{color: #fff;font-size: 16px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all 0.5s;margin-top: 20px;}
.inews-box-bd .right .news-con span{color: #fff;font-size: 16px;transition: all .3s;display: flex;flex-direction: row;align-items: center;justify-content: flex-end;margin-top: 50px;}
.inews-box-bd .right .news-con span i{font-size: 20px;color: #fe0315;margin-left: 20px;}


@media(max-width: 1400px){
	.inews-box-bd{margin-top: 30px;}
	.inews-box-bd .right .news-time{font-size: 36px;}
	.inews-box-bd .right .news-con b{font-size: 18px;}
	.inews-box-bd .left .txt b{font-size: 18px;}

	.inews-box-bd .left .img

}
@media(max-width: 1200px){
	.inews-box-bd .left .img{padding-bottom: 65%;}
	.inews-box-bd .right .news-time{font-size: 30px;}

	.inews-box-bd .right .news-con p{padding-top: 10px;}
	.inews-box-bd .right .news-con{padding-top: 30px;}
	.inews-box-bd .right .news-con{margin-left: 0px;}


}


@media(max-width: 1024px){
	.inews{height: auto;}
	.inews-box{height: auto;padding:30px;margin:0;}
	.inews-box-bd .left .img{padding-bottom: 50%;}
	.inews-box-hd .t1{font-size: 40px}
	.inews-box-bd .right .news-time{display: none;}
	.inews-box-bd .right .news-con{padding-left: 10px;}
	.inews-box-bd .right .news-con p{font-size: 14px;}
	.inews-box-bd .right .news-con span{font-size: 14px;margin-top: 35px;}
	.inews-box-bd .left .txt p{font-size: 14px;}
	.inews-box-bd .left .txt span{font-size: 14px;}
}
@media(max-width: 992px){
	.inews{height: auto;padding:10px 0;}
	.inews-box{padding: 0 10px;}
	.inews-box-hd .t2{font-size: 30px;}
	.inews-box-bd{flex-wrap: wrap;margin-top: 10px;}


	.inews-box-bd .left{width: 100%;}
	.inews-box-bd .right{width: 100%;}

	.inews-box-bd .right .news-con{padding: 0;}
	
}
@media(max-width: 768px){
	.inews-box{height: auto;}
}
@media(max-width: 576px){
	.inews-box{padding:0;}
	.inews-box-hd .t1{font-size: 30px;padding-top: 0px;}
	.inews-box-hd .t2{padding:0 15px;font-size: 40px;}
	.inews-box-bd{padding:0 10px;}
	.inews-box-bd a{padding:10px;}
	.inews-box-bd a .t1{font-size:16px;padding:15px 0 5px;}
	.inews-box-bd a .t2{font-size:12px;-webkit-line-clamp:2;}
	.inews-box-bd a .t3{margin-top: 10px;padding:10px 0 5px;}
	.inews-box-bd a .t3 .lt{font-size: 16px}
	.inews-box-bd a .t3 .lt i{font-size: 16px}
	.inews-box-bd .right .news-con{margin-left: 0px;padding-top: 5px;}
	.inews-box-bd .left .txt{padding-top: 10px;}
	.inews-box-bd .right .news-con p{margin-top: 0px;}
	.inews-box-bd .right .news-con span{margin-top: 10px;}
	.inews-box-hd .t3{font-size: 14px;}
}

/*footer*/
.footer{width:100%;height: 100vh;background: url(../images/footer-bg.jpg) center no-repeat;background-size:cover;overflow: hidden;}
.footer-box{height: calc(100vh - 90px);margin-top: 90px;width:100%;display: flex;flex-direction: column;justify-content: space-between;}
.footer-hd{width:100%;height: calc(100% - 64px);}
.footer-hd .wrap{display: flex;flex-direction: row;justify-content: space-between;align-items: center;height: 100%}
.footer-hd .left{width:360px;padding:0 15px;position: relative;left:-120%;margin-left:  230px;}
.footer-hd .left .hd{border-bottom:solid 2px var(--pei-color);padding:15px 0;color:#fff;display: flex;flex-direction: column;}
.footer-hd .left .hd .t1{font-size: 16px}
.footer-hd .left .hd .t1 i{font-size: 18px;float: left;margin-right: 5px;}
.footer-hd .left .hd .t2{font-family: 'DIN';font-weight:bold;font-size:48px;}
.footer-hd .left .md{padding:20px 0;color:#fff;}
.footer-hd .left .md li{width:100%;font-size: 16px;line-height: 36px}
.footer-hd .left .bd{display: flex;flex-direction: row;justify-content: space-between;margin-top: 15px}
.footer-hd .left .bd li{width:150px;}
.footer-hd .left .bd li img{width:100%;}
.footer-hd .left .bd li p{text-align: center;font-size: 14px;font-weight: lighter;margin-top: 10px;color:#fff;}
.footer-hd .right{display: flex;flex-direction: column;width:720px;overflow: hidden;color:#fff;position: relative;right:-120%;padding: 0 10px;}
.footer-hd .right i{font-size: 55px;width:100%;}
.footer-hd .right .t1{font-size: 70px;margin-top: 15px;margin-bottom: 5px}
.footer-hd .right .t2{font-size: 30px;font-weight: bold;}
.footer-hd .right .msg{display: flex;flex-direction: row;flex-wrap:wrap;justify-content: space-between;margin-top: 30px}
.footer-hd .right .msg li{width:45%;height: 55px;background: rgba(255,255,255,.1);margin-bottom: 10px;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.2)}
.footer-hd .right .msg li:nth-child(6){width:100%;height: 120px;}
.footer-hd .right .msg li:nth-child(7){width:100%;}
.footer-hd .right .msg li input{padding:15px;color:#fff;width:100%;height: 100%;background: none;font-size: 14px;}
.footer-hd .right .msg li input::placeholder {color: #FFF;opacity:.5;}
.footer-hd .right .msg li .captcha{width:calc(100% - 100px);float: left;}
.footer-hd .right .msg li img{width:100px;float: right;height: 55px}
.footer-hd .right .msg li a{width:100%;height: 100%;text-align: center;line-height: 55px;color:#fff;background: #ff0000;transition: all .5s;display: block;}
.footer-hd .right .msg li a:hover{background: var(--pei-color);}
.footer-bd{height: 64px;line-height: 64px;color:#fff;border-top:solid 1px rgba(255,255,255,.3);width:100%;}
.footer-bd .wrap{padding:0 15px;}
@media(max-width: 1200px){
	.footer-hd .right{margin-right: 5vw}
}
@media(max-width: 1024px){
	.footer{height: auto;}
	.footer-box{height: auto;margin-top: 0}
	.footer-hd{padding:90px 0;height: auto;}
}
@media(max-width: 992px){
	.footer{height: auto;}
	.footer-hd .right{width:calc(100% - 450px)}
	.footer-hd .right i{font-size: 50px}
	.footer-hd .right .t2{font-size: 20px}
	.footer-hd .right .msg{flex-direction:column;}

	.footer-hd .right .msg li{width:100%;height: 40px}
	.footer-hd .right .msg li img{height: 40px}
	.footer-hd .right .msg li a{line-height: 40px;}
}
@media(max-width: 768px){
	.footer-box{height: auto;}
	.footer-hd .wrap{flex-direction: column;align-items: flex-start;}
	.footer-hd .right{width:100%;padding:30px 15px;}
	.footer-hd .right .msg{flex-direction: row;}
	.footer-hd .right .msg li{width:48%;}
}
@media(max-width: 576px){
	.footer-hd{padding:60px 0 30px;}
	.footer-hd .left{width:100%;padding:0 15px;margin-left: 0px;}
	.footer-hd .left .bd li{width:140px;}
	.footer-hd .right .t1{font-size: 14px;}
	.footer-hd .right .t2{font-size:18px;}
	.footer-hd .right .msg{flex-direction: column;}
	.footer-hd .right .msg li{width:100%;}

}

/*l-banner*/
.l-banner{height: 670px;width:100%;display: flex;flex-direction: column;justify-content: center;color:#fff;}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 44px;font-weight: bold;}
.l-banner .t2{font-size: 22px;margin-top: 10px}
.about-banner{background: url(../images/about-banner.jpg) center no-repeat;background-size:cover;}
.pro-banner{background: url(../images/product-banner.jpg) center no-repeat;background-size:cover;}
.contact-banner{background: url(../images/contact-banner.jpg) center no-repeat;background-size:cover;}
.news-banner{background: url(../images/news-banner.jpg) center no-repeat;background-size:cover;}
.apply-banner{background: url(../images/apply-banner.jpg) center no-repeat;background-size:cover;}
.info-banner{background: url(../images/info-banner.jpg) center no-repeat;background-size:cover;}
@media(max-width: 992px){
	.l-banner .t1{font-size: 38px;}
	.l-banner .t2{font-size: 20px;}
}
@media(max-width:768px){
	.l-banner .t1{font-size: 32px;}
	.l-banner .t2{font-size: 18px;}
	.l-banner{height: 500px}
}
@media(max-width:576px){
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}
	.l-banner{height: 300px}
}

/*position*/
.position{border-top:solid 1px rgba(255,255,255,.3);height: 60px;background: rgba(246,245,245);margin-top: -60px;line-height: 60px;}
.position .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.position .pleft{width:calc(100% - 360px);display: flex;flex-direction: row;align-items: center;}
.position .pleft .weizhi{font-size: 25px;margin-right: 3px}
.position .pleft .jiantou{font-size: 20px;margin: 2px 3px 0 3px;}
.position .pleft a{color:#222;}
.position .pleft a:hover{color:var(--pei-color);}


@media(max-width: 992px){
	.position .pleft{width:100%;}
	
}
@media(max-width: 576px){
	.position{height: 50px;margin-top: -50px;line-height: 50px}
	.position .pleft a{margin-right: 30px;font-size: 14px;}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;}
.com-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.com-part1-left{width:50%;}

.com-part1-right .t2{font-size: 40px;color:#3e3a39;font-weight: bold;}
.com-part1-right .t3{font-size: 16px;color:#666666;line-height: 36px;margin:40px 0;-webkit-line-clamp:9;}
.com-part1-right .more{display: flex;flex-direction: row;align-items: center;color:var(--pei-color);font-size: 16px;width:250px;}
.com-part1-right .more i{margin-left: 10px;font-size: 20px;transition: all .5s}
.com-part1-right .more span{margin-left: 10px;transition: all .5s}
.com-part1-right .more .circle{width:56px;height: 56px;border-radius: 50%;background: var(--pei-color);position: relative;left:0px;}
.com-part1-right .more .circle:before{content:'';width:8px;height: 8px;background: #fff;border-radius: 50%;position: absolute;top:24px;left:24px;z-index: 3;transition: all .5s}
.com-part1-right .more .circle:after{content:'';width:8px;height: 8px;background: #fff;border-radius: 50%;position: absolute;top:24px;left:24px;z-index: 2;transition: all .5s}
.com-part1-right .more:hover .circle:before{background: var(--pei-color);}
.com-part1-right .more:hover .circle:after{width:48px;height: 48px;left:4px;top:4px;}
.com-part1-right .more:hover i{font-size: 30px}


.com-part1-right{width:50%;}
@media(max-width: 1400px){
	.com-part1-right{width:48%;}
	.com-part1-left .t3{-webkit-line-clamp:7;}
}
@media(max-width: 1200px){
	.com-part1-left .t2{font-size: 42px}
	.com-part1-left .t3{-webkit-line-clamp:6;}
}
@media(max-width: 992px){
	.com-part1-left .t2{font-size: 38px}
	.com-part1-left .t3{-webkit-line-clamp:4;}
}
@media(max-width:768px){
	.com-part1 .container-fluid{flex-direction:column-reverse;}
	.com-part1-left{width:100%;margin-top: 45px}
	.com-part1-left .t2{font-size: 38px}
	.com-part1-left .t3{-webkit-line-clamp:4;}
	.com-part1-right{width:70%;}
}
@media(max-width: 576px){
	.com-part1{padding:30px 0;}
	.com-part1-left{margin-top: 30px;}
	.com-part1-left .t1{font-size: 20px}
	.com-part1-left .t2{font-size: 30px}
	.com-part1-left .t3{margin:30px 0;-webkit-line-clamp:6;font-size: 15px;line-height: 28px}
	.com-part1-right{width:90%;}

}


/*iadv*/
.iadv{overflow: hidden;background: #f3f3f3;}
.iadv-hd{padding: 15px 0;}
.iadv .ititle{text-align: center;position: relative;}
.iadv .ititle .md{font-size: 50px;color: #da251c;text-transform: uppercase;}
.iadv .ititle .bd{font-size: 30px;color: #333333;}

.iadv-bd ul{display: flex;flex-direction: row;justify-content: space-between;}
.iadv-bd ul li{width: 20%;position: relative;height: 700px;background: url('../images/iadv-img1.jpg') center no-repeat;background-size: cover;transition: all .5s;cursor: pointer;text-align: center;}
.iadv-bd ul li:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.3);opacity: 1;transform: all .5s;}
.iadv-bd ul li:nth-child(1){margin-left: 0;}
.iadv-bd ul li:nth-child(2){background: url('../images/iadv-img2.jpg') center no-repeat;background-size: cover;}
.iadv-bd ul li:nth-child(3){background: url('../images/iadv-img3.jpg') center no-repeat;background-size: cover;}
.iadv-bd ul li:nth-child(4){background: url('../images/iadv-img4.jpg') center no-repeat;background-size: cover;margin-right: 0;}

.iadv-bd ul li .box:before{content: '';top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.5;transition: all .5s;position: absolute;}
.iadv-bd ul li .box{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%; width: 100%;padding: 0 10%;position: relative;top:0;left: 0;transition: all .5s;opacity: 1;}
.iadv-bd ul li .box b{font-size: 30px;z-index: 2;margin: 20px 0 5px;color: #fff;}
.iadv-bd ul li .box i{font-size: 50px;z-index: 2;color: #fff;}
.iadv-bd ul li .box .t2{font-size: 18px;line-height: 36px;display: none;margin-top: 10px;z-index: 2;color: #fff;text-align: left;}

.iadv-bd ul li.active{width:50%;}
.iadv-bd ul .active .box .t2{display: block;}


/*com-part2*/
.software{position:relative;z-index:2;overflow:hidden}
.software-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment: fixed;}
.software-en{position:absolute;left:0;top:7.6vw;z-index:-1;width:100%;line-height:1;color:#053978;font-size:13.85vw;font-family:Arial;text-align:center;font-weight:bold;opacity: 0.2}
.software-info{position:relative;overflow:hidden}
.software-arlcle{position:relative;margin:auto;text-align:center}
.software-arlcle img{display:inline-block;margin:auto;height:52vw;object-fit: cover;animation: rotate 4s linear infinite;}
.software-swiper{position:absolute;left:50%;margin-left:-15.73vw;top:7.81vw;width:31.46vw}
.software-slide{position:relative;height:auto}
.software-slide a{display: block;position: relative;}
.software-slide a:hover figure img{transform:scale(1.05)}

.software-slide figure{display:block;line-height:1;overflow:hidden;border-radius:50%}
.software-slide figure img{display:block;width:100%;height:auto;transition:0.68s}
.software-text{position:absolute;left:2.08vw;right:2.08vw;top:50%;transform:translateY(-50%);text-align:center}
.software-text b{display:block;line-height:2;color:#fff;font-size:4.5vw;font-weight:normal}
.software-text strong{display:block;line-height:1;color:#fff;font-size:2.5vw}
.software-in{margin-bottom:2.19vw;color:#fff;font-size:16px}
.software-in p{overflow: hidden;padding:2vw;line-height: 2}
.software-arrow{margin:auto;width:4.17vw;height:4.17vw;line-height:4.17vw;text-align:center;border:2px solid #fff;border-radius:50%;color:#fff;font-size:1.56vw;transition:0.4s;display: none;}
.software-slide a:hover .software-arrow{background:#fff;color:var(--pei-color);text-indent:4px}
.software-item{position:absolute;z-index:3;cursor:pointer}
.software-item.active figure{width:12.6vw;height:12.6vw}
.software-item.active figure:before{opacity:1;transform:scale(1)}
.software-item.active .software-fare b{font-size:30px}
.software-item:hover figure img{transform:scale(1.1)}
.software-item figure{display:block;position:relative;width:10.42vw;height:10.42vw;border-radius:50%;overflow:hidden;transition:0.55s}
.software-item figure:before{position:absolute;left:-1px;top:-1px;z-index:2;content:"";width:101%;height:101%;background:url(../images/circular.png) center no-repeat;background-size:cover;opacity:0;transform:scale(0);transition:0.58s}
.software-item figure img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;transition:0.56s}
.software-item1{left:12.71vw;top:27.08vw}
.software-fare{position:absolute;left:0;top:45%;transform:translateY(-50%);width:100%;text-align:center}
.software-fare b{display:block;height:24px;line-height:1;color:#fff;font-size:24px;font-family:Arial;transition:0.3s;margin-bottom: 5px}
.software-fare p{color:#fff;font-size:18px;font-weight:bold}
.software-item2{left:21.77vw;top:6.77vw}
.software-item3{right:20.31vw;top:10.31vw}
.software-item4{right:13.02vw;top:29.69vw}
.software-prev{position:absolute;top:50%;margin-top:-23px;display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;text-align:center;line-height:44px;color:#fff;font-size:16px}
.software-prev.prev{left:5%}
.software-prev.next{right:5%}




@media(max-width: 1600px){
	 .software-in{font-size:16px}
	/*.software-in p{height:58px}*/
	.software-fare p{font-size:16px}
}
@media(max-width: 1200px){
	.software-text strong{font-size:24px }
	.software-in p{font-size: 14px;line-height: 1.8}
}
@media(max-width: 1024px){
	.software-fare p{font-size:13px}
	.software-item{display:none}
	.software-arlcle img{width:100%;height: 68vw}
	.software-swiper{width:50vw;margin-left:-25vw}
	.software-prev{display:block}
	.software-arrow{width:5vw;height: 5vw;line-height: 5vw;font-size: 2vw}
}
@media(max-width: 992px){
	.software-prev{width:40px;height:40px;line-height:40px;}
	.software-in{font-size:14px;}
	.software-text strong{font-size:22px}
	.software-text b{margin-bottom:18px;font-size:50px;line-height: 1}
	.software-arrow{width:34px;height:34px;border-width:1px;line-height:34px;font-size:18px}
}
@media(max-width: 768px){

	.software-text b{font-size:40px}
	.software-in p{font-size: 13px;}
}
@media(max-width: 576px){
	.software-prev{width:30px;height: 30px;line-height: 30px;}
	.software-arlcle img{height: 90vw}
	.software-swiper{width:70vw;margin-left: -35vw;top:13vw;}
	.software-text b{font-size: 24px;margin-bottom: 10px}
	.software-text strong{font-size: 18px;}
	.software-in p{font-size: 12px;line-height: 1.5}
	.software-prev.prev{left:2%;}
	.software-prev.next{right:2%;}
}


.home-business{overflow:hidden}
.home-title{text-align:center;color:#3e3a39;font-size:48px;line-height:1;font-weight:bold;}
.business-swiper{position:relative;width:83vw;margin:4.17vw auto 0;overflow: hidden;}
.business-slide{width:68.75%;}
.business-slide a{display: block;position: relative;}
.business-slide.swiper-slide-active figure:before{background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,#004190 100%);opacity:0.7}
.business-slide.swiper-slide-active .business-home-info strong,.business-slide.swiper-slide-active .business-home-info p,.business-slide.swiper-slide-active .business-home-info .business-more{opacity:1;visibility:visible;transform:translateY(0)}
.business-slide:hover figure img{transform:scale(1.03)}
.business-slide figure{position:relative;display:block;padding-bottom:58.18%;height:0;overflow:hidden;line-height:1;border-radius:0.94vw}
.business-slide figure img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.business-slide figure:before{position:absolute;left:0;bottom:0;z-index:2;content:"";width:100%;height:100%;border-radius:0.94vw;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,#004190 100%);background:rgba(255,255,255,0.5);transition:0.55s}
.business-slide figure img{border-radius:0.94vw;transition:0.78s}
.business-home-info{position:absolute;left:4.58vw;right:4.58vw;bottom:3vw;z-index:5}
.business-home-info strong{display:block;margin-bottom:13px;line-height:1.2;color:#fff;font-size:1.67vw;opacity:0;visibility:hidden;transform:translateY(30px);transition:0.5s 0.3s}
.business-home-info p{color:rgba(255,255,255,.75);font-size:16px;opacity:0;visibility:hidden;transform:translateY(30px);transition:0.5s 0.45s;-webkit-line-clamp:2;font-size: 14px;line-height: 26px;}
.business-more{display:inline-flex;align-items:center;margin-top:1.46vw;opacity:0;visibility:hidden;transform:translateY(30px);transition:0.5s 0.6s}
.business-more:hover i{transform:translateX(4px)}
.business-more b{display:block;position:relative;width:28px;height:28px;background:#fff;border-radius:50%;transition: all .5s}
.business-more b:before{position:absolute;left:50%;top:50%;margin-left:-2px;margin-top:-2px;content:"";width:4px;height:4px;background:var(--pei-color);border-radius:50%;transition: all .5s}
.business-more:hover b{background: var(--pei-color);}
.business-more:hover b:before{background: #fff;}
.business-more p{margin-left:8px;color:#fff;font-size:18px;font-family:Arial}
.business-more i{display:inline-flex;margin-left:22px;color:#fff;line-height:1;font-size:18px;transition:0.35s}
.business-prev{position:absolute;top:50%;margin-top:-2.19vw;width:4.38vw;height:4.38vw;z-index:10;display:flex;justify-content:center;align-items:center}
.business-prev.prev{left:4.69vw}
.business-prev.next{right:4.69vw}
.business-prev:hover:before{transform:scale(1)}
.business-prev:before{position:absolute;left:0;top:0;z-index:-1;content:"";width:100%;height:100%;border-radius:50%;background:rgba(192,5,5,0.3);transform:scale(0);transition:0.4s}
.business-prev b{display:flex;justify-content:center;align-items:center;text-align:center;width:62%;height:62%;line-height:62%;border-radius:50%;background:var(--pei-color);color:#fff;font-size:18px;font-weight:normal}

@media(max-width: 1200px){
	.home-title{font-size: 42px;}
}

@media(max-width: 992px){
	.home-title{font-size: 38px;}
	.home-business{padding:60px 0;}
	.business-swiper{width:98vw;}
	.business-home-info strong{font-size: 22px}
}
@media(max-width: 768px){
	.business-prev{width:40px;height: 40px;line-height: 40px}
	.business-home-info{left:10vw;right:10vw;margin-bottom: 4vw}
	.business-prev.next{right:2vw;}
	.business-prev.prev{left:2vw;}
	.home-title{font-size: 32px}
	.home-business{padding:45px 0 15px;}
}
@media(max-width: 576px){
	.home-title{font-size: 30px;padding-bottom: 15px;}
	.business-home-info p{display: none;}
	.business-more{display: none;}
	.business-home-info strong{font-size: 16px;}
}




.caselist .caselist-hd .md{font-size: 50px;color: #da251c;text-transform: uppercase;}
.caselist .caselist-hd .bd{font-size: 30px;color: #333333;}
.caselist .caselist-bd a{padding: 10px;border:solid 1px #eee;width: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.caselist .caselist-bd .txt{margin-top: 50px;}
.caselist .caselist-bd .txt span{font-size: 110px;color: #f2f4f8;position: absolute;z-index: -1;top: -20px;font-family:"DIN";left: 20px;}
.caselist .caselist-bd .txt b{font-size: 20px;color: #333;padding: 10px 10px;display: block;margin-bottom: 10px;}
.caselist .caselist-bd .txt p{font-size: 14px;color: #666;padding: 5px 10px;}
.caselist .caselist-bd .pic{width: 100%;padding-bottom: 75%;position: relative;overflow: hidden;transition: all .5s;border: solid 1px #eee;}
.caselist .caselist-bd .pic img{width: 100%;height: 100%;position: absolute;object-fit: cover;transition: all .5s;}
.caselist .caselist-bd .btnn{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 100%;margin-top: 20px;}
.caselist .caselist-bd .btnn .pagination{width: 150px;display: flex;flex-direction: row;justify-content: center;}
.caselist .caselist-bd .btnn .pagination span{font-size: 8px;margin: 10px;background: #da251c;padding: 5px;}

.caselist{width:100%;overflow: hidden;padding:45px 0 15px;}
.caselist .row>div{margin-bottom: 30px;}
.caselist .box{display: block;border:solid 1px #ddd;padding:15px;transition: all .5s;}
.caselist .box .img{padding-bottom: 75%;}
.caselist .box p{padding:15px 10px;font-size: 18px;color:#333333;}
.caselist .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.caselist .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.caselist .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.caselist .box .btnn a.lt{color:#333333;transition: all .5s}
.caselist .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.caselist .box:hover{box-shadow: 0 0 15px #ddd;}
.caselist .box:hover .btnn a{color:#fff;}
.caselist .box:hover .btnn a.lt{background: var(--pei-color);}
.caselist .box:hover .btnn a.rt{background: var(--zhu-color);}
.caselist .box .btnn a:hover{border-radius: 10px;}


@media(max-width: 576px){
	.caselist .row>div{margin-bottom: 15px;}
	.caselist .box{padding:5px;}
	.caselist .box p{font-size: 14px;}
	.caselist .box .btnn{align-items: center;}
	.caselist .box .btnn a{width:48%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
}



/*ltitle  产品标题*/
.ltitle{margin:30px 0;text-align: center;position: relative;padding-bottom: 15px;}
.ltitle .hd{font-size: 65px;position: absolute;color:#333;opacity: 0.03;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;font-weight: bold;font-family:Arial;letter-spacing: -2px}
.ltitle .md{text-align: center;font-size: 40px;color:#060000;padding-top: 15px;font-weight:bold;}
.ltitle .md span{color:var(--zhu-color);}
.ltitle .bd{color:#666666;font-size: 16px;padding:10px 0;}
.ltitle:after{content:'';width:100%;height: 4px;background: url(../images/ltitle-icon.png) center no-repeat;position: absolute;bottom:0;left:0;}
@media(max-width: 768px){
	.ltitle .hd{font-size: 65px}
}
@media(max-width: 576px){
	.ltitle{margin:15px 0;}
	.ltitle .hd{font-size:40px;top:-8px;}
	.ltitle .md{font-size: 26px;padding-top: 0}
	.ltitle .bd{font-size: 14px}
}





/*视频、厂区*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: rgba(255,6,12,0.75);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;background: none;color:#fff;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: 1}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}








/*footer*/
.footer2{background: url(../images/f-bg.jpg) center no-repeat;padding:95px 0 30px;background-size: cover;}
.footer2-hd{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-bottom:15px;}
.footer2-left{width:380px;padding:0 40px 5px;display: flex;flex-direction: column;}
.footer2-left .t1{color:#fff;font-size: 16px;padding:10px 0;}
.footer2-left .t2{color:#fff;font-size: 36px;font-family:Impact;line-height: 1}
.footer2-left .more{width:60%;height: 47px;background: #fff;margin-top: 35px;}
.footer2-left .more .lt{width:100px;height: 47px;color:#333;margin-left: 10px;line-height: 47px;float: left;}
.footer2-left .more .lt i{font-size: 24px;float: left;margin-top: 2px;font-weight:bold;margin-right: 5px;}
.footer2-left .more .rt{color:var(--zhu-color);margin-right: 15px;width:30px;padding-top: 5px;float: right;height: 100%;position: relative;overflow: hidden;}
.footer2-left .more .rt i{position: absolute;right:0px;animation:ltToRt 1s linear 1s infinite normal;font-size: 24px}
.footer2-left .more:hover{background: var(--pei-color);}
.footer2-left .more:hover .lt{color:#fff;}
.footer2-left .more:hover .rt{color:#fff;}
.footer2-mid{width:calc(100% - 800px);border-right:dashed 1px rgba(255,255,255,.3);border-left:dashed 1px rgba(255,255,255,.3);padding:25px 40px 5px;display: flex;flex-direction: row;justify-content: space-between;}
.footer2-mid li{padding:0 20px;}
.footer2-mid li .t1{color:#fefdfd;}
.footer2-mid li ul{margin-top: 15px;}
.footer2-mid li ul a{color:#fefdfd;margin-bottom: 10px;display: block;opacity: 0.5;transition: all .5s}
.footer2-mid li ul a:hover{color:#fff;opacity: 1}
.footer2-right{width:420px;padding:0 40px;}
.footer2-right .hd{width:100%;}
.footer2-right .hd .lt{width:136px;}
.footer2-right .hd .rt{width:calc(100% - 140px);float: right;padding-left: 15px;color:#fff;}

.footer2-right .hd .rt .t1{font-size: 16px;}
.footer2-right .hd .rt .t2{font-size: 36px;font-weight:bold;font-style: italic;}
.footer2-right .hd .rt .t3{font-size: 14px;}
.footer2-right .hd .rt .t4{font-size: 24px;font-weight: bold;}
.footer2-right .bd{padding:30px 0 5px;}
.footer2-right .bd p{color:#fefdfd;opacity: 0.5;line-height: 28px}
.footer2-bd{color:#fefdfd;opacity: 0.4;padding:30px 0 15px 40px}
.footer2-bd a{color:#fefdfd;opacity: 0.4;display: inline-block;}
.footer2-bd a:hover{color:#fff;opacity: 1}
@media(max-width: 1600px){
	.footer2-mid li{padding:0 15px;}
}
@media(max-width: 1400px){
	.footer2-left{padding:0 15px 15px;width:300px;}
	.footer2-mid{padding:25px 15px;width:calc(100% - 660px);}
	.footer2-right{padding:0px 15px;width:360px;}
}
@media(max-width: 1200px){
	.footer2-mid{padding:25px 15px;width:calc(100% - 600px);}
	.footer2-right{padding:0px 15px;width:300px;}
	.footer2-right .hd .lt{width:110px;}
	.footer2-right .hd .rt{width:calc(100% - 115px);}
	.footer2-right .hd .rt .t2{font-size: 22px;}
	.footer2-right .hd .rt .t4{font-size: 18px;}
}
@media(max-width: 992px){
	.footer2-left{width:50%;}
	.footer2-mid{display: none;}
	.footer2-right{width:50%;}
}
@media(max-width: 768px){
	.footer2-left .t2{font-size: 30px;}
	.footer2-left .more{width:180px}
	.footer2-right .bd{padding:15px 0;}
}
@media(max-width: 600px){
	.footer2{padding:30px 0;}
	.footer2-hd{flex-direction: column;}
	.footer2-left{width:100%;}
	.footer2-logo{width:80%;}
	.footer2-right{width:100%;margin-top: 15px;}
	.footer2-right .hd .lt{width:110px;}
	.footer2-right .hd .rt{width:calc(100% - 120px);padding-left: 0}
	.footer2-right .hd .rt .t2{font-size: 24px;}
	.footer2-right .hd .rt .t4{font-size: 22px;}
	.footer2-bd{padding:0 5px;}

}

/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:40px;}
}
/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}


/* 产品频道页*/
/*pro-part1*/
/*.pro-part1{padding:45px 0;background: #f4f4f4;}
.pro-part1-box{width:100%;position: relative;padding:0 15px;}
.pro-part1-box .t1{position: absolute;max-width: 300px;display: block;font-size: 36px;font-weight: bold;color:#333333;transition: all .5s}
.pro-part1-box .t1:hover{color:var(--pei-color);}
.pro-part1-box .hd{width:50%;float: left;padding-top: 90px}
.pro-part1-box .hd ul{width:95%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.pro-part1-box .hd ul li{width:25%;display: flex;flex-direction: column;align-items: center;cursor: pointer;}
.pro-part1-box .hd ul li .pic{width:98px;}
.pro-part1-box .hd ul li .img{width:100%;padding-bottom: 100%;border-radius: 50%;border:solid 3px #c4c4cc;transition: all .5s;box-sizing: content-box;}
.pro-part1-box .hd ul li p{text-align: center;padding:15px 10px 25px;font-size: 16px;color:#333333;width:100%;}
.pro-part1-box .hd ul li:hover .img,.pro-part1-box .hd ul li.on .img{border-color:var(--pei-color);}
.pro-part1-box .hd ul li:hover p,.pro-part1-box .hd ul li.on p{color:var(--pei-color);}
.pro-part1-box .bd{width:45%;float: right;overflow: hidden;}
.pro-part1-box .bd ul{width:100%;display: none;}
.pro-part1-box .bd ul img{height: 432px;width:100%;object-fit: cover;border-radius: 3px}
.pro-part1-box .bd ul .btn13 .buttons a{font-size: 14px;text-align: center;margin:0 8px;;color:#fff;transition: all .5s;height: 60px;width:60px;line-height: 60px;}
.pro-part1-box .bd ul .btn13 .buttons .fa-link{background: var(--zhu-color);transform-origin:-350% 50%;}
.pro-part1-box .bd ul .btn13 .buttons .fa-search{background: var(--pei-color);transform-origin:440% 50%;}
.pro-part1-box .bd ul .btn13 .buttons a:hover{border-radius: 5px;width:100px;height: 40px;line-height: 40px;}
*/
.proindex{margin: 30px 0;}
.floor{background: #fff;padding: 40px 0;}
.floor:nth-child(2n){background: #f3f3f3;}

.floor .hd .left span{width: 64px;height: 64px;text-align: center;line-height: 64px;background: #000;color: #fff;font-size: 34px;display: block;float: left;margin-right: 10px;}
.floor .hd .left .txt b{font-size: 30px;font-weight: bold;color: #000;margin: 0 0 5px 0;line-height: 1.2;}
.floor .hd .left .txt p{font-size: 16px;margin-top: 5px;}
.floor .hd .right{font-size: 16px;color: #333;transition: all .5s;}
.floor .hd .right:hover{color: #e60013;transition: all .5s;}
.floor .bd{padding: 40px 0 0;overflow: hidden;clear: both;}
.floor .box{width: 100%;box-sizing: border-box;padding: 10px;border: 1px solid #f1f0f0;background: #fff;transition: all .3s}
.floor .box a{display: block;width: 100%;overflow: hidden;}
.floor .box .txt{overflow: hidden;}
.floor .box .txt b{display: block;margin: 10px 0;font-size: 18px;color: #333;font-weight: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 1;height: 20px;transition: all .5s;}
.floor .box .txt p{margin-bottom: 26px;font-size: 14px;color: #999999;line-height: 22px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.floor .box .txt > a{width: auto;display: inline-block;padding: 12px 22px;border: 1px solid #aaaaaa;line-height: 1;transition: all .3s;font-size: 14px;color: #333333;}
.floor .box .txt > a:nth-of-type(1){background: #e60013;border-color: #e60013;color: #fff;margin-right: 20px;}
.simg{width: 100%;padding-bottom: 75%;overflow: hidden;position: relative;border-radius: 5px;}
.simg img, .simg img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;position: absolute;}

.floor .box:hover{box-shadow: 0 0 20px #ddd;border: solid 1px rgba(230,0,19,.2);}
.floor .box:hover .txt b{margin-left: 10px;transition: all .5s;color: #e60013;}
.floor .box .txt > a:nth-of-type(1):hover{border-radius: 10px;}
.floor .box .txt > a:hover{border-radius: 10px;}



@media(max-width: 1200px){
	.pro-part1-box .hd{width:60%;}
	.pro-part1-box .hd ul{width:100%;}
	.pro-part1-box .bd{width:35%;}
}
@media(max-width: 992px){
	.pro-part1-box .hd{width:100%;}
	.pro-part1-box .bd{width:100%;margin-top: 30px;}
}
@media(max-width: 768px){
	.pro-part1-box .t1{font-size: 26px}
	.pro-part1-box .bd ul img{height: 300px;}
	.pro-part1-box .hd ul li p{font-size: 14px;}

}
@media(max-width: 576px){
	.pro-part1-box .t1{font-size: 22px}
	.pro-part1-box .hd{padding-top:65px;}
	.pro-part1-box .hd ul{width:calc(100% + 30px);margin-left: -15px}
	.pro-part1-box .hd ul li .pic{width:55px;}
	.pro-part1-box .hd ul li p{font-size: 12px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;white-space:wrap;padding:5px 10px 15px;}
	.pro-part1-box .bd ul img{height: 200px;}
	.pro-part1-box .bd ul .btn13 .buttons a{width:40px;height: 40px;line-height: 40px;}
	.pro-part1-box .bd{margin-top:15px;width:calc(100% + 20px);margin-right:-10px}

}

.pro-part2{overflow: hidden;padding:60px 15px 15px;}
.pro-part2 ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.pro-part2 ul li{width:48%;margin-bottom: 45px;}
.pro-part2 ul li .t1{font-size: 36px;font-weight: bold;color:#333333;margin-bottom: 20px;transition: all .5s;display: block;}
.pro-part2 ul li .t1:hover{color:var(--pei-color);}
.pro-part2 ul .box{display: flex;flex-direction: column;width:100%;}
.pro-part2 ul .box .cptn02{border-radius: 3px;}
.pro-part2 ul .box img{overflow: hidden;}
.pro-part2 ul .box .cptn{padding:30px 20px;overflow: hidden;background: var(--zhu-color)}
.pro-part2 ul .box .cptn .t2{font-size: 22px;color:#fff;}
.pro-part2 ul .box .cptn .t3{font-size: 14px;-webkit-line-clamp:5;line-height: 32px;margin:20px 0;color:rgba(255,255,255,.5);}
.pro-part2 ul .box .cptn i{width:40px;height: 40px;text-align: center;line-height: 40px;color:var(--pei-color);font-size: 26px;border-radius: 50%;background: #fff;}
.pro-part2 ul .box .more{width:110px;height: 30px;line-height: 30px;background: url(../images/pro-part2-bg.jpg) no-repeat;text-align: center;color:#fff;background-size: 100% 100%;margin-top: 15px;transition: all .5s}
.pro-part2 ul .box:hover .more{width:130px;}
@media(max-width: 1400px){
	.pro-part2 ul .box .cptn .t3{-webkit-line-clamp:4;}
}
@media(max-width: 1200px){
	.pro-part2 ul .box .cptn .t3{-webkit-line-clamp:3;}
}
@media(max-width: 992px){
	.pro-part2 ul .box .cptn{padding:15px;}
	.pro-part2 ul .box .cptn .t2{font-size: 18px}
	.pro-part2 ul .box .cptn .t3{margin:10px 0;line-height: 26px}
}
@media(max-width: 768px){
	.pro-part2 ul{flex-direction: column;}
	.pro-part2 ul li{width:100%;}
	.pro-part2 ul li .t1{font-size: 26px;}
	.pro-part2 ul .box .cptn{display: flex;flex-direction: column;justify-content: space-around;}
	.pro-part2 ul .box .cptn .t3{-webkit-line-clamp:5;}
}
@media(max-width: 576px){
	.pro-part2{padding:30px 15px 15px;}
	.pro-part2 ul li .t1{font-size: 22px}
	.pro-part2 ul .box img{height: 200px;object-fit: cover;}

	.pro-part2 ul .box .cptn .t2{display: none;}
	.pro-part2 ul .box .cptn{padding:15px 10px;}
	.pro-part2 ul .box .cptn .t3{margin:0 0 15px;font-size: 12px;line-height: 24px;}
	.pro-part2 ul .box .cptn i{width:30px;height: 30px;line-height: 30px;font-size: 20px}
}

/*no-goods*/
.no-goods,.no-network{padding:60px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*ptype*/
.ptype{margin-top: 30px;}
.ptype a{display: inline-block;border:solid 1px #cecece;padding:5px 15px;margin:8px;border-radius: 3px;color:#999;transition: all .5s}
.ptype a:hover{border-color:var(--pei-color);color:var(--pei-color);}
@media(max-width: 576px){
	.ptype a{padding:3px 8px;margin:4px;}
}



/*proType2*/
.proType2{padding:30px 0 10px;text-align: center;}
.proType2 a{padding:5px 15px;border:solid 1px #ddd;color:#333;margin-right: 10px;display: inline-block;font-size: 16px;transition: all .5s;margin-bottom: 10px}
.proType2 a:hover,.proType2 a.on{color:var(--zhu-color);border-color:var(--zhu-color);}
@media(max-width: 576px){
	.proType2{padding:15px 0;}
	.proType2 a{padding:3px 8px;font-size: 14px}
}
/*prolist*/
.prolist{width:100%;overflow: hidden;padding:45px 0 15px;}
.prolist .row>div{margin-bottom: 30px;}
.prolist .box{display: block;border:solid 1px #ddd;padding:15px;transition: all .5s;}
.prolist .box .img{padding-bottom: 75%;}
.prolist .box p{padding:15px 10px;font-size: 18px;color:#333333;}
.prolist .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.prolist .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.prolist .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.prolist .box .btnn a.lt{color:#333333;transition: all .5s}
.prolist .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.prolist .box:hover{box-shadow: 0 0 15px #ddd;}
.prolist .box:hover .btnn a{color:#fff;}
.prolist .box:hover .btnn a.lt{background: var(--pei-color);}
.prolist .box:hover .btnn a.rt{background: var(--zhu-color);}
.prolist .box .btnn a:hover{border-radius: 10px;}


@media(max-width: 576px){
	.prolist .row>div{margin-bottom: 15px;}
	.prolist .box{padding:5px;}
	.prolist .box p{font-size: 14px;}
	.prolist .box .btnn{align-items: center;}
	.prolist .box .btnn a{width:48%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
}



/*pinfo-section1*/
.pinfo-section1{background: url(../images/pinfo-section1-bg.jpg) center top no-repeat;padding-top:140px;}
.pinfo-section1 .wrap{padding-bottom: 30px;}
.pinfo-section1-box{background: #fff;padding:15px 40px;box-shadow: 0px 10px 25px rgba(0,0,0,.2);}
@media(max-width: 1700px){
	.pinfo-section1 .wrap{padding:0 15px 30px;}
}
@media(max-width: 1400px){
	.pinfo-section1-box{padding:15px 15px;}
}
@media(max-width: 576px){
/*	.pinfo-section1{margin-top: 15px;}*/
	.pinfo-section1 .wrap{padding:0 10px 20px;}
	.pinfo-section1-box{padding:15px 10px;}
}

.p-right{width:35%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:20px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	/*.p-right{height: 50px;}*/
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position{display: none;}
	.pinfo-position .p-right{display:none}
}



/*proinfo*/
.proinfo-part1{overflow: hidden;padding:15px 0;}
.proinfo-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part1-left{width:610px;overflow: hidden;padding-bottom: 15px;}
.proinfo-part1-left .img{border:solid 1px #eee;}
.proinfo-part1-left .pagination{display: flex;flex-direction: row;justify-content: center;margin-top: 10px;}
.proinfo-part1-left .pagination .swiper-pagination-bullet{width:15px;border-radius: 0;height: 4px;transition: all .5s}
.proinfo-part1-left .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:25px;}
.proinfo-part1-right{width:calc(100% - 650px);overflow: hidden;}
.proinfo-part1-right .hd{border-bottom:solid 1px #c6c4c4;padding:5px 0 15px;position: relative;}
.proinfo-part1-right .hd:after{content:'';position: absolute;width:155px;height: 3px;background: var(--zhu-color);left:0;bottom:-2px;}
.proinfo-part1-right .hd .t1{font-size: 24px;color:#282828;font-weight:bold;}
.proinfo-part1-right .md{padding:25px 0 15px;}
.proinfo-part1-right .md .t1{font-size: 14px;color:#666666;line-height:36px;}
.proinfo-part1-right .md .t2{overflow: hidden;margin-bottom: 15px;}
.proinfo-part1-right .md .t2 b{font-size: 16px;color:var(--zhu-color);float: left;}
.proinfo-part1-right .md .t2 p{width:calc(100% - 90px);float: right;line-height: 24px;font-size:15px;}
.proinfo-part1-right .md .t2 p span{border:solid 1px #efd1cc;background: #f2e3e0;padding:3px 10px;color:#d33f23;font-size: 15px;margin-right: 12px;display: inline-block;}

.proinfo-part1-right .md ul{border-top:solid 1px #eee;border-bottom:solid 1px #eee;padding:18px 0;display: flex;flex-direction: row;justify-content: space-around;margin-top: 25px}
.proinfo-part1-right .md ul li{width:80px;display: flex;flex-direction:column;text-align: center;transition: all .5s;cursor: pointer;align-items: center;}
.proinfo-part1-right .md ul li i{width:80px;height: 80px;border:solid 1px #eee;text-align: center;line-height: 80px;font-size: 50px;color:#666666;border-radius: 50%;margin-bottom: 10px;transition: all .5s;}
.proinfo-part1-right .md ul li span{font-size: 16px;}
.proinfo-part1-right .md .hd{border-bottom: none;padding:0;}
.proinfo-part1-right .md .hd:after{display: none;}

.proinfo-part1-right .md ul li:hover i,.proinfo-part1-right .md ul li.on i{background: var(--zhu-color);border-color:var(--zhu-color);color:#fff;animation: swing 1s;box-shadow: 0 0 10px #bbb;}
.proinfo-part1-right .bd{padding:15px 0;overflow: hidden;width:100%;}
.proinfo-part1-right .bd a{font-size: 16px;color:#fff;width:190px;height: 50px;line-height: 50px;text-align: center;background: var(--zhu-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;display: block;transition: all .5s;float: left;}
.proinfo-part1-right .bd a:hover{border-radius: 0;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.proinfo-part1-right .bd .lt{width:305px;float: left;}
.proinfo-part1-right .bd .lt i{color:var(--zhu-color);font-size: 50px;float: left;line-height: 1;margin-right: 15px;}
.proinfo-part1-right .bd .lt .txt{width:calc(100% - 65px);float: right;}
.proinfo-part1-right .bd .lt .txt .t1{color:#666666;font-size: 16px;}
.proinfo-part1-right .bd .lt .txt .t2{color:var(--zhu-color);font-size: 26px;font-weight: bold;line-height: 1}
@media(max-width: 1400px){
	
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:calc(100% - 580px);}
	.proinfo-part1-right .hd{padding:0px 0 10px;}
	.proinfo-part1-right .md .t2{margin-bottom: 5px}
	.proinfo-part1-right .md .t2 p{margin-top: 0px}
	.proinfo-part1-right .md .t1{margin-top: 5px!important;}
}

@media(max-width: 1200px){
	.proinfo-part1-left{width:500px;}
	.proinfo-part1-right{width:calc(100% - 530px);}
	.proinfo-part1-right .md ul{margin-top: 15px;}
	.proinfo-part1-right .md ul li i{width:70px;height: 70px;font-size:45px;line-height: 70px;}
	.proinfo-part1-right .bd .lt{width:240px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size: 22px;}
	.proinfo-part1-right .bd a{width:150px;}

	
}
@media(max-width: 1024px){
	.proinfo-part1-left{width:400px;}
	.proinfo-part1-right{width:calc(100% - 430px);}
	.proinfo-part1-right .hd .t1{font-size: 22px}
	.proinfo-part1-right .md{padding:15px 0 0;}
	.proinfo-part1-right .md .t2 b{font-size: 16px;}
	.proinfo-part1-right .md .t2 p{width:calc(100% - 80px)}
	.proinfo-part1-right .md .t1{width:calc(100% - 80px)!important;margin:0!important;font-size: 14px;line-height: 24px!important}
	.proinfo-part1-right .md ul{margin-top: 10px;padding:10px 0;}
	.proinfo-part1-right .md ul li i{width:60px;height: 60px;font-size:40px;line-height:60px;}
	.proinfo-part1-right .md ul li span{font-size: 14px;}

}
@media(max-width: 992px){
	.proinfo-part1 .container-fluid{flex-direction: column;}
	.proinfo-part1-left{width:550px;margin:0 auto 30px;}
	.proinfo-part1-right .hd .t1{font-size: 20px}
	.proinfo-part1-right .md .t1{line-height: 30px!important;}
	.proinfo-part1-right .md .t2{margin-bottom: 10px;}
	.proinfo-part1-right{width:100%;}
	.proinfo-part1-right .bd{display:flex;flex-direction: row;justify-content: space-between;}
}
@media(max-width:768px){
	.proinfo-part1-left{width:100%;}
}
@media(max-width:576px){
	.proinfo-part1{padding:0;}
	.proinfo-part1 .container-fluid{padding:0;}
	.proinfo-part1-right .bd{flex-direction:column;}
	.proinfo-part1-right .hd .t1{font-size: 18px;}
	.proinfo-part1-right .md .t2 b{font-size: 15px;}
	.proinfo-part1-right .md .t2 p{line-height: 22px!important;font-size:13px;}
	.proinfo-part1-right .md .t2 p span{font-size: 14px;margin-bottom: 5px;}
	.proinfo-part1-right .md ul li i{width:50px;height: 50px;font-size:30px;line-height:50px;}
	.proinfo-part1-right .bd a{margin: 15px auto 0;height: 40px;line-height: 40px;}
}

/*proinfo-part2*/
.proinfo-part2{overflow: hidden;}
.proinfo-part2-hd{border-bottom:solid 1px #eae8e8;display: flex;flex-direction: row;}
.proinfo-part2-hd a{width:190px;height: 60px;display: block;position: relative;color:#333333;font-size: 16px;transition: all .5s;text-align: center;line-height: 60px;}
.proinfo-part2-hd a:before{content:'';height: 3px;width:100%;background: var(--zhu-color);position: absolute;bottom:-1px;left:0;width:0;transition: all .5s}
.proinfo-part2-hd a:after{width:1px;height: 20px;content:'';position: absolute;right:0;top:20px;transition: all .5s;background: #928f8f}
.proinfo-part2-hd a.on,.proinfo-part2-hd a:hover{color:var(--zhu-color);}
.proinfo-part2-hd a.on:before,.proinfo-part2-hd a:hover:before{width:100%;}
.proinfo-part2-hd a:last-child:after{display: none;}
.proinfo-part2-bd{overflow: hidden;width:100%;padding:15px 0;display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part2-bd .left{width:calc(100% - 360px);max-width: 1240px}
.proinfo-part2-bd .right{width:360px;}
.proinfo-part2-bd .right.sticky{position: fixed;}
.proinfo-part2-bd .section1{padding:30px 0 0px;}
.proinfo-part2-bd .section1-hd{position: relative;overflow: hidden;height: 60px;padding:10px 0;width:100%;}
.proinfo-part2-bd .section1-hd .hd{font-size: 60px;text-shadow: 1px 1px #f0f0f0, -1px -1px #f0f0f0, 1px -1px #f0f0f0, -1px 1px #f0f0f0;position: absolute;top:0;left:0;text-transform: uppercase;font-family: Arial;color:#fff;line-height: 1}
.proinfo-part2-bd .section1-hd .bd{position: absolute;top:3px;left:0;display: flex;flex-direction: row;align-items: center;}
.proinfo-part2-bd .section1-hd .bd span{color:#212121;font-size: 30px;font-weight: bold;float: left;}
.proinfo-part2-bd .section1-hd .bd i{width:50px;height: 1px;background: var(--zhu-color);margin:0 15px;}
.proinfo-part2-bd .section1-hd .bd p{color:var(--zhu-color);font-size: 18px;text-transform: uppercase;}
.proinfo-part2-bd .section1-bd{line-height: 260%;padding:30px 0;min-height: 300px;font-size: 120%}
.proinfo-part2-bd .section2{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.proinfo-part2-bd .section2 li{width:49%;background: #f6f5f4;padding:22px 15px 0px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}
.proinfo-part2-bd .section2 li i{font-size: 70px;color:var(--zhu-color);width:90px;line-height: 1;text-align: center;transition: all .5s;opacity: 0.6;font-weight: bold;font-family: 'DIN';font-style: normal;}
.proinfo-part2-bd .section2 li .txt{width:calc(100% - 100px);padding-right: 22px;padding-bottom: 22px;height: 100%;}
.proinfo-part2-bd .section2 li .txt .t1{color:#333333;font-size: 26px;margin-bottom: 10px;transition: all .5s;font-weight: bold;}
.proinfo-part2-bd .section2 li .txt .t2{color:#666;font-size:20px;margin:5px 0 10px;}
.proinfo-part2-bd .section2 li .txt .t3{color:#999999;line-height: 22px;transition: all .5s}
.proinfo-part2-bd .section2 li.on{background:var(--zhu-color);border-radius: 5px;}
.proinfo-part2-bd .section2 li.on i{color:#fff;}

.proinfo-part2-bd .section2 li.on .txt .t1{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t2{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t3{color:#ccc;}

@media(max-width: 1400px){
	.proinfo-part2-bd .section2 li{width:49%;}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 60px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 75px);}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 26px;}
	.proinfo-part2-bd .section3-bd a{width:32%;}
	.proinfo-part2-bd .section3-bd a:nth-child(n+7){display: none;}
}
@media(max-width: 1200px){
	.proinfo-part2-bd .left{width:100%;}
	.proinfo-part2-bd .right{display: none}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 50px}
}
@media(max-width: 768px){
	.proinfo-part2-bd .section2 li{width:100%;}
	.proinfo-part2-bd .section3-bd a{width:49%;}
}
@media(max-width: 576px){
	.proinfo-part2-bd .section2 li{padding:15px 0 0 10px;}
	.proinfo-part2-bd .section2 li i{width: 40px;font-size: 35px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 45px);padding-right: 10px}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 20px}
	.proinfo-part2-bd .section2 li .txt .t2{font-size:16px;}
	.proinfo-part2-bd .section2 li .txt .t3{line-height: 20px;font-size:12px;}
	.proinfo-part2-bd .section1{padding:15px 0 0;}
	.proinfo-part2-bd .section1-hd{height:42px;}
	.proinfo-part2-bd .section1-hd .bd p{display: none;}
	.proinfo-part2-bd .section1-hd .bd i{display: none;}
	.proinfo-part2-bd .section1-hd .hd{font-size: 42px}
	.proinfo-part2-bd .section1-bd{font-size: 100%;line-height: 200%;padding:15px 0;top:0;}
	.proinfo-part2-bd .section1-hd .bd span{font-size:24px;}
}

.proinfo-youshi{flex-direction: column;}


/*proinfo-part3*/
.proinfo-part3{}
.proinfo-part3-bd{position: relative;padding:30px 0;margin-bottom: 60px}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;}
.proinfo-part3-bd a .img{border:solid 1px #eee;}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:0px 15px;text-align: center;position: absolute;bottom:-48px;left:0;transition: all .5s;height: 48px;line-height:48px}
.proinfo-part3-bd p i{display: none;font-size: 40px}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on{box-shadow: 0 0 10px #666;margin-top: 12px;border-radius: 5px;overflow: hidden;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p{background: rgba(0,0,0,0.5);display: flex;flex-direction:column;justify-content: center;align-items: center;color:#fff;height: 100%;bottom:0;display: block;padding-top: 20%}
.proinfo-part3-bd .swiper-slide.on a p i{display: block;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/*proinfo-part4*/
.proinfo-part4 .section3-bd{overflow: hidden;padding:15px 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.proinfo-part4 .section3-bd a{display: block;width:24%;position: relative;margin-bottom: 10px;}
.proinfo-part4 .section3-bd a:nth-child(n+5){display: none;}
.proinfo-part4 .section3-bd a .txt{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;line-height: 1.5;color:var(--zhu-color);font-size: 16px;opacity: 0;transition: all .5s;font-weight:bold;}
.proinfo-part4 .section3-bd a:hover .txt,.proinfo-part4 .section3-bd a.on .txt{width:calc(100% - 30px);height: calc(100% - 30px);top:15px;left:15px;opacity: 1}
.proinfo-part4 .section3-bd .img{padding-bottom: 100%}
@media(max-width: 1200px){
	.proinfo-part4 .section3-bd a{width:32%;}
	.proinfo-part4 .section3-bd a:nth-child(n+5){display: block;}
}

@media(max-width: 768px){
	.proinfo-part4 .section3-bd a{width:49%;}
}


/*sidebar*/
.sidebar{width:296px;float: right;background: #f8f8f8;}
.sidebar .hd{ width:100%;height: 120px;background: var(--zhu-color);position: relative;color:#fff;padding:20px 0 0 40px;}
.sidebar .hd:before{content:'product';position: absolute;color:rgba(255,255,255,.10);font-size: 50px;font-weight:bold;top:25px;left:20px;text-transform: uppercase;line-height: 1}
.sidebar .hd .t1{font-weight: bold;font-size: 36px;}
.sidebar .hd .t2{font-size: 12px;}
.sidebar .md{overflow: hidden;padding:15px 0;}
.sidebar .md a{display: block;border-bottom:solid 1px #d5d4d4;padding:15px 25px;}
.sidebar .md a .t1{font-size: 18px;color:#333333;transition: all .5s}
.sidebar .md a .t2{font-size: 12px;text-transform: uppercase;color:#999999;transition:all .5s;}
.sidebar .md a:last-child{border-bottom: none;}
.sidebar .md a:hover{background: var(--zhu-color);}
.sidebar .md a:hover .t1{color:#fff;padding-left: 10px}
.sidebar .md a:hover .t2{color:#fff;}
.sidebar .bd{padding:28px;background: var(--zhu-color);display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sidebar .bd i{color:#fff;font-size: 46px;}
.sidebar .bd .txt{width:calc(100% - 60px);color:#fff;}
.sidebar .bd .txt .t2{font-size:24px;font-weight: bold; }
@media(max-width: 1400px){
	.sidebar{width:calc(100% - 30px);}
}




.loader-44 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;transform: scale(.6, .6);
  color: var(--pei-color);
  -webkit-animation: animloader44 2s linear infinite;
          animation: animloader44 2s linear infinite;
  left:45%;
}
@-webkit-keyframes animloader44 {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
@keyframes animloader44 {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}


/*ititle*/
.ititle{margin:30px 0;text-align: center;position: relative;padding-bottom: 15px;}
.ititle .hd{font-size: 65px;position: absolute;color:#333;opacity: 0.03;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;font-weight: bold;font-family:Arial;letter-spacing: -2px}
.ititle .md{text-align: center;font-size: 40px;color:#060000;padding-top: 15px;font-weight:bold;letter-spacing: 2px}
.ititle .md span{color:var(--zhu-color);}
.ititle:after{content:'';width:100%;height: 4px;background: url(../images/ititle-icon.png) center no-repeat;position: absolute;bottom:0;left:0;}
@media(max-width: 768px){
	.ititle .hd{font-size: 65px}
}
@media(max-width: 576px){
	.ititle .hd{font-size:40px;top:-8px;}
	.ititle .md{font-size: 26px;padding-top: 0}
}


/*news-gs*/

/*news-part1*/
.news-part1{overflow: hidden;}
.news-part1-hd{padding:45px 0;}
.news-part1-bd{display: flex;flex-direction:row;justify-content: space-between;}
.news-part1-bd .left{width:45%;border:solid 1px #eee;padding:15px;}
.news-part1-bd .left .img{padding-bottom: 60%}
.news-part1-bd .left .img img{transition: all .5s}
.news-part1-bd .left a{display: block;width:100%;transition: all .5s}
.news-part1-bd .left a .txt{padding:15px;}
.news-part1-bd .left a .txt .t1{font-size: 20px;font-weight: bold;color:#333;transition: all .5s}
.news-part1-bd .left a .txt .t2{width:100%;display: flex;flex-direction: row;justify-content: space-between;color:#999;font-size:14px;padding:8px 0;}
.news-part1-bd .left a .txt .t2 i{font-size:20px;margin-right: 10px;line-height: 1;float: left;color:var(--zhu-color);}
.news-part1-bd .left a .txt .t3{line-height: 30px;font-size: 16px;color:#666;}
.news-part1-bd .left:hover{border-color: var(--zhu-color);}
.news-part1-bd .left:hover a .img img{transform: scale(1.15,1.15) rotate(5deg);}
.news-part1-bd .left:hover a .txt .t1{padding-left: 10px;color:var(--zhu-color);}
.news-part1-bd .right{width:53%;display: flex;flex-direction: column;justify-content: space-between;}
.news-part1-bd .right a{display: block;width:100%;display: flex;flex-direction: row;justify-content: space-between;padding:15px;border:solid 1px #eee;transition: all .5s}
.news-part1-bd .right a .lt{width:280px;}
.news-part1-bd .right a .lt .img{padding-bottom:62%;}
.news-part1-bd .right a .lt .img img{transition: all .5s}
.news-part1-bd .right a .rt{width:calc(100% - 300px);}
.news-part1-bd .right a .rt .t1{font-size:18px;font-weight: bold;color:#333;transition: all .5s;padding:15px 0 0;}
.news-part1-bd .right a .rt .t2{width:100%;display: flex;flex-direction: row;justify-content: space-between;color:#999;font-size:13px;padding:10px 0;}
.news-part1-bd .right a .rt .t2 i{font-size:20px;margin-right: 5px;float: left;line-height: 1;color:var(--zhu-color);}
.news-part1-bd .right a .rt .t3{line-height: 30px;font-size: 15px;color:#666;-webkit-line-clamp:2;}
.news-part1-bd .right a:hover{border-color: var(--zhu-color);}
.news-part1-bd .right a:hover .lt .img img{transform: scale(1.15,1.15) rotate(5deg);}
.news-part1-bd .right a:hover .rt .t1{padding-left: 10px;color:var(--zhu-color);}

@media(max-width: 1600px){
	.news-part1-bd .left{margin-bottom: 10px}
	.news-part1-bd .left a .txt .t2{padding:15px 0;}
	.news-part1-bd .right a{margin-bottom: 10px}
	.news-part1-bd .right a .lt{width:260px;}
	.news-part1-bd .right a .rt{width:calc(100% - 280px);}
}
@media(max-width: 1400px){
	.news-part1-bd .left{width:40%}
	.news-part1-bd .right{width:58%}
	.news-part1-bd .right a .lt{width:240px;}
	.news-part1-bd .right a .rt{width:calc(100% - 260px);}
}
@media(max-width: 1200px){
	.news-part1-bd .right a .lt{width:200px;}
	.news-part1-bd .right a .rt{width:calc(100% - 220px);}
	.news-part1-bd .right a .rt .t1{padding:0;}
	.news-part1-bd .right a .rt .t3{line-height: 26px}
}
@media(max-width: 992px){
	.news-part1-bd{flex-direction: column;}
	.news-part1-bd .left{width:100%;}
	.news-part1-bd .right{width:100%;}
}
@media(max-width: 576px){
	.news-part1-hd{padding:30px 0;}
	.news-part1-bd .left{padding:10px;}
	.news-part1-bd .left a .txt{padding:15px 0 0;}
	.news-part1-bd .left a .txt .t1{font-size: 16px}
	.news-part1-bd .left a .txt .t2{font-size: 12px;padding:8px 0;}
	.news-part1-bd .left a .txt .t2 i{margin-right: 5px}
	.news-part1-bd .left a .txt .t3{font-size: 14px}
	.news-part1-bd .right a{flex-direction: column;padding:10px;}
	.news-part1-bd .right a .lt,.news-part1-bd .right a .rt{width:100%;}
	.news-part1-bd .right a .rt{padding:15px 0 0;}
	.news-part1-bd .right a .rt .t1{font-size: 16px}
	.news-part1-bd .right a .rt .t2{font-size: 12px;padding:8px 0;}
	.news-part1-bd .right a .rt .t2 i{margin-right: 5px}
}


.l-title{font-size: 36px;color:#333333;position: relative;text-align: center;padding-bottom:15px;}
.l-title:after{content:'';position: absolute;width:56px;height: 3px;background: var(--zhu-color);left:50%;transform: translateX(-50%);bottom:0;}
@media(max-width: 576px){
	.l-title{font-size: 30px;}
}



/*news-part2*/
.news-list{ border: 5px solid #f5f5f5;margin-bottom: 45px;width:100%;margin-left: 0px;margin-right: 0px }
.news-list .news-item { position: relative; overflow: hidden; cursor: default; background: #fff; }
.news-list .news-item::before { display: block; content: ''; height: 216px; position: absolute; bottom: 0; right: 0; border-right: 1px solid #e9e9e9; z-index: 9; }
.news-list .news-item::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; display: block; content: ''; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; border-bottom: 1px solid #e9e9e9; z-index: 3; }
.news-list .news-item .item-wrap { position: relative; z-index: 1; }
.news-list .news-item .item-wrap .news-img-wrap { padding: 30px; position: absolute; z-index: 1; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); }
.news-list .news-item .item-wrap .news-inf-wrap { position: relative; padding: 30px; background: #ffffff; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap .news-inf-wrap .news-title { font-size: 16px; line-height: 42px; /*margin-top: 10px;*/  margin-bottom: 6px; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;color:#333;font-size: 18px;font-weight: bold; }
.news-list .news-item .item-wrap .news-inf-wrap .news-title span{ color: #666;}
.news-list .news-item .item-wrap .news-inf-wrap .news-desc { font-size: 14px; line-height: 26px; color: #999999; height: 52px; overflow: hidden; }
.news-list .news-item .item-wrap .news-inf-wrap .news-time { margin-top: 40px; font-size: 16px; color: #999999; line-height: 36px; }
.news-list .news-item .item-wrap .news-inf-wrap .news-time i{font-size: 20px;margin-right: 5px;float: left;color:var(--zhu-color);}
.news-list .news-item:nth-child(3n):before { display: none; }
.news-list .news-item:hover { overflow: visible; z-index: 9; }
.news-list .news-item:hover::after { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-list .news-item:hover .news-img-wrap { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.news-list .news-item:hover .news-inf-wrap { -webkit-transform: translateY(235px); -moz-transform: translateY(235px); -ms-transform: translateY(235px); -o-transform: translateY(235px); transform: translateY(235px); }

.news-list .news-item:nth-child(n+4):before { top: 0; bottom: auto; }
.news-list .news-item:nth-child(n+4)::after { display: none; }
.news-list .news-item:nth-child(n+4) .news-img-wrap { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
.news-list .news-item:nth-child(n+4):hover .news-img-wrap { background-color: #ffffff; -webkit-transform: translateY(-235px); -moz-transform: translateY(-235px); -ms-transform: translateY(-235px); -o-transform: translateY(-235px); transform: translateY(-235px); opacity: 1; }
.news-list .news-item:nth-child(n+4):hover .news-inf-wrap { z-index: 9; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.news-list .news-item:hover .item-wrap .news-inf-wrap .news-title,.news-list .news-item:hover .item-wrap .news-inf-wrap .news-title span{ color: var(--zhu-color);}
@media(max-width: 992px){
	.news-list .news-item:nth-child(2n):before{display: none;}
	.news-list .news-item:nth-child(3n):before,.news-list .news-item:nth-child(n+4)::after { display: block; }
	.news-list .news-item::before{height: 235px}
}
@media(max-width: 576px){
	.news-list .news-item .item-wrap .news-inf-wrap{padding:15px 0;}
	.news-list .news-item .item-wrap .news-img-wrap{padding:15px 0;}
	.news-list .news-item:hover .news-inf-wrap{transform: translateY(210px);padding:15px 0;}
	.news-list .news-item .item-wrap .news-inf-wrap .news-time{margin-top: 25px}

}

/*newslist*/
.newslist{overflow: hidden;padding:45px 0;}
.newslist .row>div{border-right:solid 1px #eee;border-bottom:solid 1px #eee;}
.newslist .row>div:nth-child(4n){border-right:none;}
.newslist .item{padding:15px;display: block;}
.newslist .item .img{padding-bottom: 60%;}
.newslist .item .img img{transition: all .5s;}
.newslist .item .txt{padding:20px 0;}
.newslist .item .txt .t1{font-size: 18px;font-weight: bold;color:#333;transition: all .5s}
.newslist .item .txt .t2{font-size: 14px;color:#999;-webkit-line-clamp:2;line-height: 28px;margin:15px 0;min-height: 56px;}
.newslist .item .txt .t3{display: flex;flex-direction: row;justify-content: space-between;color:#666;border-top:solid 1px #eee;padding:15px 0 0;}
.newslist .item .txt .t3 span{font-size: 16px;transition: all .5s;padding:5px 0;}
.newslist .item:hover .txt .t1{color:var(--zhu-color);}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .txt .t3 .lt{display: block;padding:5px 15px;background: var(--zhu-color);color:#fff;border-radius: 3px;}
@media(max-width: 576px){
	.newslist{padding:30px 0;}
	.newslist .item{padding:15px 0;}
}

/*newsinfo*/
.newsinfo{background:#f8f8f8;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 5px;padding:45px 30px;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 40px;color:#666;line-height: 1.5;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #fff;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--pei-color);}
#dituContent{height: 560px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}


/*prolist*/
.prolist2{overflow: hidden;width:100%;padding:30px 0;}
.prolist2 .wrapp{padding:0 0px 0 15px;}
.prolist2-right{width:100%;float: right;min-height: 900px;}
.prolist2-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;border-radius: 3px;padding-bottom: 45px;background: #f6f6f6;transition: all .5s}
.prolist2-right .item .img img{transform: scale(1.1,1.1);transition: all .5s}
.prolist2-right .item .txt{width:80%;border-radius: 10px;background: #fff;position: absolute;bottom:15px;left:10%;padding:15px;transition: all .5s}
.prolist2-right .item .txt .t1{font-size: 18px;color:#333;transition: all .5s}
.prolist2-right .item .txt .t2{font-size: 14px;color:#999;-webkit-line-clamp:2;margin:5px 0;line-height: 1.6;transition: all .5s}
.prolist2-right .item .txt .t3{border-top:solid 1px #eee;padding:10px;color:#999;margin-top: 10px;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s}
.prolist2-right .item .txt .t3 i{margin-right: 10px;}
.prolist2-right .item .txt .t3 .rt{color:var(--zhu-color);transition: all .5s}
.prolist2-right .item:hover{padding-bottom: 30px}
.prolist2-right .item:hover .img img{transform: scale(1,1);}
.prolist2-right .item:hover .txt{background: rgba(192,5,5,0.85)}
.prolist2-right .item:hover .txt .t1{color:#fff;}
.prolist2-right .item:hover .txt .t2{color:#fff;}
.prolist2-right .item:hover .txt .t3{color:#fff;}
.prolist2-right .item:hover .txt .t3 .rt{color:#fff;}
@media(max-width: 1400px){
	.prolist2-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist2 .wrapp{padding:0;}
	.prolist2-left{display: none}
	.prolist2-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist2-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist2-right .item{margin-bottom: 15px;}
	.prolist2-right .item .txt .t3{display: none;}
}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1;overflow: hidden;border-radius: 3px;}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--pei-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 2px;transition: all .8s}
.bk-height:before,.bk-height:after{width:2px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}


/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 50px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(223,23,22,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 60px;flex-direction: column;align-items: center;}
.honor .item a .bd .img{padding-bottom: 75%;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}
