@charset "UTF-8";

/* 内页banner */
.inside-banner1{width:100%;position:relative;}
.inside-banner1 .banner-img{width:100%;min-height:100px;}
.inside-banner1 .banner-img img{display:block;width:100%;}

.inside-banner-cont1{position:absolute;top:0;left:0;width:100%;height:100%;display: flex;align-items: center;}

.inside-banner-txt1{width:100%;color:#fff;font-weight:bold;}
.inside-banner-txt1 .banner-title{font-size:56px;line-height:60px;}
.inside-banner-txt1 .banner-sub-title{font-size:28px;line-height:32px;margin-top:12px;}

@media(max-width:1440px){
    .inside-banner-txt1 .banner-title{font-size:48px;line-height:56px;}
    .inside-banner-txt1 .banner-sub-title{font-size:24px;line-height:28px;}
}
@media(max-width:1080px){
    .inside-banner-txt1 .banner-title{font-size:40px;line-height:48px;}
    .inside-banner-txt1 .banner-sub-title{font-size:18px;line-height:20px;}
}
@media(max-width:769px){
    .inside-banner-txt1 .banner-title{font-size:28px;line-height:32px;}
    .inside-banner-txt1 .banner-sub-title{font-size:14px;line-height:20px;margin-top:4px;}
}

/*面包屑导航*/
.location1{width:100%;position:absolute;bottom:12px;left:0;z-index:5;}
.crumbs-nav1{display:flex;align-items: center;color:#fff;}
.crumbs-nav1 i{font-size:16px;margin-left:12px;margin-right:12px;}
.crumbs-nav1 a{line-height:40px;font-size:16px;color:#fff;}
.crumbs-nav1 a:hover{font-weight:bold;}
.crumbs-nav1 strong{line-height:40px;font-size:16px;}

.location1.nobanner{position:relative;bottom:0;background-color:var(--bgColor1);height:60px;padding:10px 0;}
.location1.nobanner .crumbs-nav{color:#999;}
.location1.nobanner .crumbs-nav a{color:#666;}

@media (max-width:1080px){
    .location1{display:none;}
}

/*内页导航*/
.inside-nav-box1{width:100%;background:var(--bgColor1);position:relative;}
.inside-nav-height1{width:100%;background:var(--bgColor1);position:relative;}
.inside-nav1{width:100%;position:relative;}
.inside-nav1 li{width:auto;position:relative;padding:0 20px;}
.inside-nav1 a{display:block;font-size:16px;color:#333;line-height:68px;transition: all 0.2s;-webkit-transition: all 0.2s;position:relative;}
.inside-nav1 li a:after{content:"";position: absolute;bottom:0;left:50%;width:0;height:2px;background:#ea590e;transition:all 0.3s;-webkit-transition:all 0.3s;}
.inside-nav1 li.active a{color:#ea590e;}
.inside-nav1 li.active a:after{width:100%;left:0;}
.inside-nav1 li:hover a{color:#ea590e;}
.inside-nav1 li:hover a:after{width:100%;left:0;}

.inside-nav1 .swiper-button-next,.inside-nav1 .swiper-button-prev{width:32px;height:100%;margin-top:0;z-index:9;transition:all 0.3s;-webkit-transition:all 0.3s;opacity:1;left:0;top:0;font-size:16px;color:#000;display:flex;align-items: center;background: linear-gradient(to right, rgb(245,245,245), rgba(245,245,245,.5));justify-content:flex-start;}
.inside-nav1 .swiper-button-next {left:auto;right:0;background: linear-gradient(to left, rgb(245,245,245), rgba(245,245,245,5));justify-content:flex-end;}
.inside-nav1 .swiper-button-next:hover,.inside-nav1 .swiper-button-prev:hover{color:#ea590e;}
.inside-nav1 .swiper-button-prev.swiper-button-disabled {opacity:0;}
.inside-nav1 .swiper-button-next.swiper-button-disabled {opacity:0;}

.inside-nav-height1.scroll{position:fixed;top:0px;z-index:20;box-shadow:0 2px 12px rgba(0,0,0,0.1);}


@media(max-width:1440px){
    .inside-nav1 li{padding:0 16px;}
    .inside-nav1 a{font-size:14px;line-height:60px;}
}

@media(max-width:1080px){
    .inside-nav1{max-width:100%;}
    .inside-nav1 li{padding:0 12px;}
}
@media(max-width:768px){
    .inside-nav1 li{padding:0 8px;}
    .inside-nav1 a{line-height:48px;}
}



/*新闻列表*/
.news-top-list{width:100%;}
.news-top-list li{float:left;width:31.4%;margin-left:2.9%;margin-bottom:2.9%;}
.news-top-list li:nth-child(3n+1){margin-left:0;}
.news-top-list li a{display: block;width:100%;background-color:var(--bgColor1);padding-bottom:160px;position:relative;overflow:hidden;}
.news-top-list li .img{width:100%;position:relative;overflow:hidden;}
.news-top-list li .img .img-cont{width:100%;height:0;padding-bottom:66.36%;overflow:hidden;position: relative;}
.news-top-list li .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.news-top-list li .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition: all 1s;-webkit-transition: all 1s;position:absolute;top:0;left:0;z-index:3;}

.news-top-list li .txt-box{position:absolute;bottom:0;width:100%;height:160px;overflow:hidden;background-color:var(--bgColor1);z-index:8;transition: all 0.6s;-webkit-transition: all 0.6s;}
.news-top-list li .txt{width:100%;padding:32px;position:relative;display:flex;align-items:center;}
.news-top-list li .txt .date{font-size:16px;color:var(--textColor1);line-height:32px;font-family:"Arial";margin-bottom:8px;}
.news-top-list li .txt h2{width:100%;font-size:20px;color:var(--textColor);line-height:32px;height:64px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; transition: all 0.2s;-webkit-transition: all 0.2s;}
.news-top-list li .txt p{width:100%;margin-top:30px;font-size:16px;color:var(--textColor1);line-height:32px;height:96px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.news-top-list li .txt .more{width:140px;margin-top:60px;height:46px;padding:0 20px;border-radius:24px;background-color:#ea590e;font-size:16px;color:#fff;line-height:46px;display: flex;align-items: center;justify-content:space-between;}

.news-top-list li:hover .txt-box{height:100%;}

@media(max-width:1440px){
	.news-top-list li a{padding-bottom:140px;}
	.news-top-list li .txt-box{height:140px;}
	.news-top-list li .txt{padding:24px 36px;}
	.news-top-list li .txt .date{font-size:14px;line-height:28px;margin-bottom:8px;}
	.news-top-list li .txt h2{font-size:18px;line-height:28px;height:56px;-webkit-line-clamp:2;}
	.news-top-list li .txt p{margin-top:30px;font-size:14px;line-height:28px;height:84px;-webkit-line-clamp:3; }
	.news-top-list li .txt .more{width:120px;margin-top:60px;height:40px;padding:0 16px;font-size:14px;line-height:40px;}
}

@media(max-width:1080px){
	.news-top-list li a{padding-bottom:120px;}
	.news-top-list li .txt-box{height:120px;}
	.news-top-list li .txt{padding:20px;}
	.news-top-list li .txt .date{line-height:24px;}
	.news-top-list li .txt h2{font-size:16px;line-height:24px;height:48px;}
	.news-top-list li .txt p{margin-top:20px;font-size:14px;line-height:24px;height:72px;}
	.news-top-list li .txt .more{margin-top:40px;height:36px;padding:0 12px;line-height:36px;}
}

@media(max-width:769px){
	.news-top-list li{width:100%;margin-left:0;margin-bottom:4%;}
	.news-top-list li a{padding-bottom:100px;}
	.news-top-list li .txt-box{height:100px;}
	.news-top-list li .txt{padding:12px 16px;}
	.news-top-list li .txt .date{margin-bottom:0;}
}



.news-list{width:100%;}
.news-list li{width:100%;margin-bottom:40px;background-color:var(--bgColor1);}
.news-list li a{display: flex;width:100%;align-items: center;justify-content:space-between;padding:40px 60px 40px 0;}
.news-list li a .date{width:180px;text-align: center;border-right:#e0e0e0 solid 1px;}
.news-list li a .date span{display:block;}
.news-list li a .date .pc-day{font-size:48px;color:var(--textColor);line-height:60px;font-weight:bold;}
.news-list li a .date .pc-year{font-size:16px;color:var(--textColor1);line-height:28px;}
.news-list li a .date .wap-date{display:none;}

.news-list li a .txt{width:calc(100% - 320px);padding:0 120px 0 60px;}
.news-list li a .txt h2{width:100%;font-size:22px;margin-bottom:8px;color:var(--textColor);line-height:24px;height:24px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; transition: all 0.2s;-webkit-transition: all 0.2s;}
.news-list li a .txt p{width:100%;font-size:16px;color:var(--textColor1);line-height:32px;height:64px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news-list li a .more{width:140px;height:46px;padding:0 20px;border-radius:24px;border:#e0e0e0 solid 1px;font-size:16px;color:var(--textColor1);line-height:46px;display: flex;align-items: center;justify-content:space-between;transition: all 0.2s;-webkit-transition: all 0.2s;}

.news-list li:hover a .txt h2{color:#ea590e;}
.news-list li:hover a .more{background-color:#ea590e;color:#fff;}


@media(max-width:1440px){
	.news-list li{margin-bottom:32px;}
	.news-list li a{padding:28px 40px 28px 0;}
	.news-list li a .date{width:160px;}
	.news-list li a .date .pc-day{font-size:40px;line-height:48px;}
	.news-list li a .date .pc-year{font-size:14px;line-height:24px;}

	.news-list li a .txt{width:calc(100% - 280px);padding:0 100px 0 40px;}
	.news-list li a .txt h2{font-size:18px;margin-bottom:4px;}
	.news-list li a .txt p{font-size:14px;line-height:28px;height:56px;}
	.news-list li a .more{width:120px;height:40px;padding:0 16px;font-size:14px;line-height:40px;}
}

@media(max-width:1080px){
	.news-list li{margin-bottom:24px;}
	.news-list li a{padding:20px 32px 20px 0;}
	.news-list li a .date{width:120px;}
	.news-list li a .date .pc-day{font-size:32px;line-height:40px;}

	.news-list li a .txt{width:calc(100% - 200px);padding:0 60px 0 24px;}
	.news-list li a .txt p{font-size:14px;line-height:28px;height:56px;}
	.news-list li a .more{width:100px;height:36px;padding:0 12px;line-height:36px;}
}

@media(max-width:769px){
	.news-list li{margin-bottom:4%;}
	.news-list li a{padding:12px 0;}
	.news-list li a .date{width:80px;}
	.news-list li a .date .pc-day{font-size:24px;line-height:32px;}
	.news-list li a .date .pc-year{font-size:12px;}

	.news-list li a .txt{width:calc(100% - 80px);padding:0 20px;}
	.news-list li a .txt h2{font-size:16px;line-height:24px;height:24px;margin-bottom:4px;}
	.news-list li a .txt p{line-height:24px;height:48px;}

	.news-list li a .more{display:none;}
}


/* 新闻详情 */
.news-detail-box{width:100%;margin-top:60px;}

.news-detail-left{float:left;width:64.3%;}
.news-title{width:100%;padding-bottom:30px;border-bottom:#e0e0e0 solid 1px;margin-bottom:30px;}
.news-title h1{font-size:24px;color:var(--textColor);line-height:32px;margin-bottom:8px;}
.news-title .sub-tag{font-size:16px;color:var(--textColor1);line-height:32px;}
.news-title .sub-tag span{display: inline-block;margin-right:20px;}

.news-return{width:100%;background-color: #eee;padding:0 20px;margin-top:80px;height:68px;}
.news-return a{font-size:16px;color:var(--textColor1);line-height:32px;display: flex;align-items: center;transition: all 0.2s;-webkit-transition: all 0.2s;}
.news-return a span{max-width:160px;height:32px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
.news-return a i{font-size:20px;}
.news-return a.prev i{margin-right: 8px;}
.news-return a.next i{margin-left: 8px;}
.news-return a:hover{color:#ea590e;}

.news-detail-right{float:right;width:31.4%;}

.news-det-recom{width: 100%;background-color: #f5f5f5;}
.recom-title{border-top:#ccc solid 2px;display: flex;}
.recom-title h2{position: relative;font-size:20px;color:var(--textColor);line-height:40px;padding:12px 20px;font-weight: bold;}
.recom-title h2 em{position: absolute;left:0;top:-2px;width:100%;height:2px;background-color: #ea590e;}

.recom-list{width:100%;padding:0 20px;overflow:hidden;}
.recom-list li{width:100%;margin-bottom:20px;}
.recom-list li a{display: flex;align-items:flex-start;justify-content: space-between;width:100%;}
.recom-list li a .img{max-width:30%;margin-right:5%;position:relative;overflow:hidden;background-color:#fff;}
.recom-list li a .img img{display:block;width:100%;}
.recom-list li a .txt{max-width: 100%;min-width:65%;}
.recom-list li a .txt h3{width:100%;font-size:16px;line-height:24px;color:var(--textColor);max-height: 48px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;transition: all 0.2s;-webkit-transition: all 0.2s;}
.recom-list li a .txt .date{font-size:16px;line-height:20px;color:var(--textColor1);margin-top:12px;}
.recom-list li a:hover .txt h3{color:#ea590e;}


@media(max-width:1440px){
	.news-detail-box{margin-top:48px;}

	.news-title{padding-bottom:24px;margin-bottom:24px;}
	.news-title h1{font-size:22px;line-height:28px;}
	.news-title .sub-tag{font-size:14px;line-height:28px;}
	.news-title .sub-tag span{margin-right:16px;}

	.news-return{margin-top:60px;height:60px;}
	.news-return a{font-size:14px;line-height:28px;}
	.news-return a span{height:28px;}
	.news-return a i{font-size:16px;}

	.recom-title h2{font-size:18px;line-height:32px;padding:12px 20px;}
	.recom-list li a .txt h3{font-size:14px;}
	.recom-list li a .txt .date{font-size:14px;margin-top:8px;}
}

@media(max-width:1080px){
	.news-detail-box{margin-top:40px;}

	.news-title{padding-bottom:20px;margin-bottom:20px;}
	.news-title h1{font-size:18px;line-height:24px;}
	.news-title .sub-tag{line-height:24px;}

	.news-return{margin-top:40px;height:48px;}
	.news-return a{font-size:14px;line-height:24px;}
	.news-return a span{height:24px;display:none;}

	.recom-title h2{font-size:16px;line-height:24px;padding:12px 16px;}
	.recom-list li a{display: block;}
	.recom-list li a .img{max-width:100%;margin-right:0;margin-bottom:8px;}
	.recom-list li a .txt .date{margin-top:4px;}
}

@media(max-width:769px){
	.news-detail-left{width:100%;margin-bottom:40px;}
	.news-detail-right{width:100%;}

	.recom-list li a{display:flex;}
	.recom-list li a .img{max-width:30%;margin-right:5%;margin-bottom:0;}
	.recom-list li a .txt .date{margin-top:4px;}
}




/*行业应用案例*/
.case-list{width:100%;margin-bottom:5%;}
.case-list ul{margin-top:-2.87%;}
.case-list li{float:left;width:31.42%;margin-top:2.87%;margin-left:2.87%;}
.case-list li:nth-child(3n+1){margin-left:0;}
.case-list li a{display:block;width:100%;overflow:hidden;position:relative;}
.case-list li a .img{width:100%;position:relative;overflow:hidden;}
.case-list li a .img .img-cont{width:100%;height:0;padding-bottom:63.636%;overflow:hidden;position: relative;}
.case-list li a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.case-list li a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition: all 1s;-webkit-transition: all 1s;}
.case-list li:hover a .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.case-list li a .txt{width:100%;background-color:#f5f5f5;padding:0 12px;height:80px;display:flex;align-items:center;justify-content:center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.case-list li a .txt h2{font-size:18px;color:#333;line-height:28px;font-weight:bold;text-align:center;width:100%;max-height:56px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;transition: all 0.2s;-webkit-transition: all 0.2s;}

.case-list li:hover a .txt{background-color:#ea590e;}
.case-list li:hover a .txt h2{color:#fff;}



@media(max-width:1440px){
	.case-list li a .txt{height:72px;}
	.case-list li a .txt h2{font-size:16px;line-height:24px;max-height:48px;}
}

@media(max-width:1280px){
	.case-list li a .txt{height:60px;}
	.case-list li a .txt h2{font-size:16px;line-height:20px;max-height:40px;}
}

@media(max-width:769px){
	.case-list ul{margin-top:-20px;}
	.case-list li{width:48.5%;margin-top:20px;margin-left:3%;}
	.case-list li:nth-child(3n+1){margin-left:3%;}
	.case-list li:nth-child(odd){margin-left:0;}
	.case-list li a .txt{height:48px;}
	.case-list li a .txt h2{font-size:14px;}
}

@media(max-width:480px){
	.case-list ul{margin-top:-12px;}
	.case-list li{width:100%;margin-left:0;margin-top:12px;}
	.case-list li:nth-child(3n+1){margin-left:0;}
}

/*行业应用详情*/
.case-detail-box{width:100%;display: flex;justify-content: space-between;}

.case-detail-left{width:67.14%;padding:40px;background-color: #fff;}
.case-detail-right{width:28.57%;}

.case-det-recom{width: 100%;background-color: #fff;}
.case-recom-list{width:100%;padding:0 20px;overflow:hidden;}
.case-recom-list li{width:100%;margin-bottom:20px;}
.case-recom-list li a{display:block;width:100%;overflow:hidden;position:relative;}
.case-recom-list li a .img{width:100%;position:relative;overflow:hidden;}
.case-recom-list li a .img .img-cont{width:100%;height:0;padding-bottom:63.636%;overflow:hidden;position: relative;}
.case-recom-list li a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.case-recom-list li a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition: all 1s;-webkit-transition: all 1s;}
.case-recom-list li:hover a .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}

.case-recom-list li a .txt{position:absolute;bottom:0;left:0;z-index:2;width:100%;background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));padding:0 12px;height:60%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.case-recom-list li a .txt h3{position:absolute;bottom:16px;left:0;z-index:2;font-size:18px;color:#fff;line-height:28px;font-weight:bold;text-align:center;width:100%;height:28px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;transition: all 0.2s;-webkit-transition: all 0.2s;}

.guide-editor{background-color: #f5f5f5;padding:40px;padding-left:80px;background-image: url(../images/icon-mark.png);background-repeat: no-repeat;background-position: 40px 40px;background-size: 30px; }


@media(max-width:1440px){
	.case-recom-list li a .txt h3{bottom:10px;font-size:16px;line-height:24px;height:24px;}

	.case-detail-left{padding:32px;}
	.guide-editor{padding:32px;padding-left:72px;background-position:32px 32px;background-size: 24px; }

}

@media(max-width:1080px){
	.case-recom-list li a .txt h3{bottom:10px;font-size:14px;line-height:20px;height:20px;}

	.case-detail-left{padding:24px;}
	.guide-editor{padding:24px;padding-left:48px;background-position:24px 24px;background-size: 16px; }
}

@media(max-width:769px){
	.case-detail-box{display: block;}
	.case-detail-left{width:100%;padding:16px;}
	.case-detail-right{width:100%;margin-top:40px;}

	.guide-editor{padding:16px;padding-left:32px;background-position:16px 16px;background-size: 12px; }
}


.tech-part01{width: 100%;}
.tech-part01-title{width: 100%;border-bottom:#e0e0e0 solid 1px;display: flex;padding-bottom:16px;align-items: flex-end;position: relative;}
.tech-part01-title h1{font-weight:bold;font-size: 24px;line-height:40px;color:#333;}
.tech-part01-title .line{font-size:20px;color: #333;line-height: 40px;margin-left:8px;margin-right:8px;}
.tech-part01-title .en{font-size:16px;color: #666;line-height:24px;font-family: "Arial";margin-bottom:4px;}
.tech-part01-title .point{position: absolute;bottom: 0;left:0;width:40px;height:3px;background-color: #f05908;}


.tech-part01-box{width: 100%;display: flex;justify-content: space-between;margin-top:48px;}
.tech-part01-text{width:48%;}
.tech-part01-text .title h2{font-size: 36px;color:#666;line-height:48px;}
.tech-part01-text .title .en{display: block;font-size:16px;color:#dd9147;line-height:24px;}
.tech-part01-text .txt{font-size:16px;color:#333;line-height: 28px;margin-top:24px;}

.tech-part01-img{width: 42.5%;}
.tech-part01-img .img{width:100%;overflow:hidden;position:relative;z-index:2;background-color:#fff;}
.tech-part01-img .img .img-cont{width:100%;height:0;padding-bottom:56.15%;overflow:hidden;position:relative;}
.tech-part01-img .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.tech-part01-img .img .img-cont img{display:block;width:100%;height:100%;object-fit:cover;}
.tech-part01-img .swiper-button-next,.tech-part01-img .swiper-button-prev{width:48px;height:48px;transition: all 0.3s;-webkit-transition: all 0.3s;font-size:20px;color:#fff;line-height:20px;text-align:center;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;left:20px;background:none;background-color: rgba(0,0,0,0.4);opacity: 0;}
.tech-part01-img .swiper-button-next{left:auto;right:20px;}
.tech-part01-img:hover .swiper-button-next,.tech-part01-img:hover .swiper-button-prev{opacity: 1;}


@media(max-width:1440px){
	.tech-part01-title{padding-bottom:12px;}
	.tech-part01-title h1{font-size: 20px;line-height:32px;}
	.tech-part01-title .line{font-size:16px;line-height: 32px;margin-left:4px;margin-right:4px;}
	.tech-part01-title .en{font-size:14px;line-height:20px;margin-bottom:4px;}
	.tech-part01-title .point{width:32px;height:2px;}


	.tech-part01-box{margin-top:40px;}
	.tech-part01-text .title h2{font-size:32px;line-height:40px;}
	.tech-part01-text .title .en{font-size:14px;}
	.tech-part01-text .txt{font-size:14px;margin-top:20px;}

}

@media(max-width:1080px){
	.tech-part01-box{margin-top:32px;}
	.tech-part01-text .title h2{font-size:24px;line-height:32px;}
	.tech-part01-img .swiper-button-next,.tech-part01-img .swiper-button-prev{width:32px;height:32px;font-size:16px;left:12px;opacity: 1;}
	.tech-part01-img .swiper-button-next{left:auto;right:12px;}
}

@media(max-width:769px){
	.tech-part01-title{padding-bottom:10px;}
	.tech-part01-title h1{font-size: 16px;line-height:28px;}
	.tech-part01-title .line{font-size:14px;line-height: 28px;}
	.tech-part01-title .en{font-size:12px;margin-bottom:2px;}

	.tech-part01-box{display: block;margin-top:24px;}
	.tech-part01-text{width:100%;}
	.tech-part01-img{width:100%;margin-top:24px;}
}


.tech-part02{width:100%;}
.tech-index-title{font-size:36px;font-weight:bold;color:#f05908;line-height:48px;text-align:center;margin-bottom:48px;}
.tech-part02-list{width:100%;}
.tech-part02-list ul{width:100%;display: flex;flex-wrap:wrap;}
.tech-part02-list li{width:31.66%;margin-left:2.5%;margin-bottom:2.5%;border: 1px solid #f0f0f0;border-radius: 10px;box-shadow: 1px 3px 5px #f0f0f0;display: flex;justify-content:space-between;padding:10px;}
.tech-part02-list li:nth-child(3n+1){margin-left:0;}
.tech-part02-list li .icon{width:72px;}
.tech-part02-list li .icon img{width:100%;display: block;}
.tech-part02-list li .txt{width:calc(100% - 88px);}
.tech-part02-list li .txt h3{width:100%;font-size:16px;color:#f05908;line-height:24px;height:24px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
.tech-part02-list li .txt p{width:100%;margin-top:6px;font-size:16px;color:#666;line-height:24px;height:48px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }

@media(max-width:1440px){
	.tech-index-title{font-size:32px;line-height:40px;margin-bottom:40px;}
	.tech-part02-list li .icon{width:64px;}
	.tech-part02-list li .txt{width:calc(100% - 80px);}
	.tech-part02-list li .txt h3{font-size:14px;}
	.tech-part02-list li .txt p{margin-top:4px;font-size:14px; }
}

@media(max-width:1080px){
	.tech-index-title{font-size:24px;line-height:32px;margin-bottom:32px;}
	.tech-part02-list li .icon{width:48px;}
	.tech-part02-list li .txt{width:calc(100% - 60px);}
}

@media(max-width:769px){
	.tech-index-title{font-size:20px;margin-bottom:20px;}
	.tech-part02-list li{width:49%;margin-left:2%;margin-bottom:2%;}
	.tech-part02-list li:nth-child(3n+1){margin-left:2%;}
	.tech-part02-list li:nth-child(odd){margin-left:0;}
}
@media(max-width:480px){
	.tech-part02-list li{width:100%;margin-left:0;margin-bottom:2%;}
	.tech-part02-list li:nth-child(3n+1){margin-left:0;}
}

.tech-part03{width:100%;}
.tech-part03 .tech-index-title{text-align:left;}
.tech-part03-box{width:100%;display: flex;justify-content:space-between;}
.tech-part03-left{width:46.666%;}
.tech-part03-left ul{width:100%;}
.tech-part03-left li{width:100%;display: flex;border-bottom:#e0e0e0 solid 1px;margin-bottom:48px;font-size:16px;line-height:32px;color:#333;padding-bottom:8px;}
.tech-part03-left li .label{width:32%;padding-left:10px;}
.tech-part03-left li .param{width:68%;color:#666;}

.tech-part03-right{width:46.666%;}
.tech-part03-right li{width:100%;display: flex;align-items:center;margin-bottom:24px;font-size:16px;line-height:24px;color:#333;padding-bottom:8px;}
.tech-part03-right li img{display: block;width:60px;margin-right:16px;}

@media(max-width:1440px){
	.tech-part03-left li{margin-bottom:40px;font-size:14px;line-height:28px;}

	.tech-part03-right li{margin-bottom:20px;font-size:14px;}
	.tech-part03-right li img{width:52px;margin-right:12px;}
}

@media(max-width:1080px){
	.tech-part03-box{display: block;}
	.tech-part03-left{width:100%;}
	.tech-part03-left li{margin-bottom:24px;}


	.tech-part03-right{width:100%;margin-top:40px;}
	.tech-part03-right li{margin-bottom:16px;}
	.tech-part03-right li img{width:40px;margin-right:12px;}
}

.tech-part04{width:100%;}
.tech-part04 ul{width:100%;display: flex;flex-wrap:wrap;}
.tech-part04 li{width:33.33%;margin-bottom:48px;text-align: center;}
.tech-part04 li .icon{width:50%;max-width:160px;margin:0 auto;}
.tech-part04 li .icon img{width:100%;display: block;}
.tech-part04 li p{font-size:16px;color:#888;line-height:28px;margin-top:20px;}
.tech-part04 li p span{color:#f05908;}

@media(max-width:1440px){
	.tech-part04 li{margin-bottom:40px;}
	.tech-part04 li p{font-size:14px;line-height:24px;margin-top:16px;}
}

@media(max-width:769px){
	.tech-part04 li{width:50%;margin-bottom:24px;}
}

.tech-part05{width:100%;}
.tech-part05 ul{width:100%;display: flex;flex-wrap:wrap;}
.tech-part05 li{width:31.666%;margin-left:2.5%;margin-bottom:2.5%;border: 1px solid #f0f0f0;box-shadow: 1px 3px 5px #f0f0f0;}
.tech-part05 li:nth-child(3n+1){margin-left:0;}
.tech-part05 li .img{width:100%;overflow:hidden;position:relative;z-index:2;background-color:#fff;}
.tech-part05 li .img .img-cont{width:100%;height:0;padding-bottom:57.87%;overflow:hidden;position:relative;}
.tech-part05 li .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.tech-part05 li .img .img-cont img{display:block;width:100%;height:100%;object-fit:cover;transition:all 0.3s;-webkit-transition:all 0.3s;}
.tech-part05 li .txt{width:100%;padding:16px;}
.tech-part05 li .txt h3{width:100%;font-size:16px;color:#333;line-height:24px;height:24px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
.tech-part05 li .txt p{width:100%;margin-top:12px;font-size:16px;color:#888;line-height:24px;height:72px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

@media(max-width:1440px){
	.tech-part05 li .txt h3{font-size:14px;}
	.tech-part05 li .txt p{margin-top:8px;font-size:14px;line-height:24px;height:72px;}
}

@media(max-width:1080px){
	.tech-part05 li{width:49%;margin-left:2%;margin-bottom:2%;}
	.tech-part05 li:nth-child(3n+1){margin-left:2%;}
	.tech-part05 li:nth-child(odd){margin-left:0;}
	.tech-part05 li .txt h3{font-size:14px;}
	.tech-part05 li .txt p{margin-top:8px;font-size:14px;line-height:24px;height:72px;}
}
@media(max-width:769px){
	.tech-part05 li{width:100%;margin-left:0;margin-bottom:2%;}
	.tech-part05 li:nth-child(3n+1){margin-left:0;}
}


/*.page01 .current{ color:#f05908;}
.page01 a:hover{color:#f05908;}
.page01 input.go{border:#f05908 solid 2px;color:#f05908;}
.page01 button.btn{background-color:#f05908;}*/


























