/*内页banner*/
.innerBanner{position: sticky;position:-webkit-sticky; width:100%;height:450px;top:0;background:url(../../images/innerBg1.jpg) no-repeat center center;background-size:cover; z-index: 1;}
.innerAbout{background:url(../../images/innerBg1.jpg) no-repeat center center;background-size:cover;}
.innerHonor{background:url(../../images/innerBg2.jpg) no-repeat center center;background-size:cover;}
.innerProduct{background:url(../../images/innerBg3.jpg) no-repeat center center;background-size:cover;}
.innerBanner-titlewp{position: absolute;height: 100%;left: 50%;transform: translateX(-50%); top: 0;flex-direction: column; justify-content: center;
z-index: 2;color: #fff;}
.innerBanner-titleen{font-size: 40px;font-weight: 600;letter-spacing: 2px;font-family: 'oswald-regular';text-transform: uppercase;}
.innerBanner-title{font-weight: 600;margin-top: 0;}
@media screen and (max-width: 1400px) {
	.innerBanner{height:400px;}
}
@media screen and (max-width: 1300px) {
	.innerBanner{height:380px;}
}
@media screen and (max-width: 1200px) {
	.innerBanner{height:350px;}
}
@media screen and (max-width: 768px) {
	.innerBanner-titleen{display: none;}
	.innerBanner-title{font-size: 20px;}
	.innerBanner{height:150px;}
}

/*内页面包屑导航*/
.inner-breadcrumb{line-height: 60px;border-bottom: 1px solid #e5e5e5;position:relative;z-index:2;background:#fff;}
.inner-breadcrumb .icon{color: #d30807;}
.inner-breadcrumb-tit a{color: #666;}
@media screen and (max-width: 768px) {
	.inner-breadcrumb{line-height: 3;font-size: 13px;}
}
/*内页left*/
.mainbody{position:relative;z-index:2;background:#fff;}
.mainbody .inner-content-wp{padding-top:3%;padding-bottom:3%;}
.inner-nav{margin-bottom: 3%;}
.inner-nav li a{display: block; font-size: 20px;color: #999;padding: 10px;background: #f1f1f1;margin-right: 10px;}
.inner-nav .allNews a{background: #d30807;padding: 10px;transition: all 0.5s;color: #fff;}
.inner-nav li:hover a{background: #d30807;color: #fff;}
@media screen and (max-width: 998px) {
	.inner-nav li a{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	.inner-nav li a{font-size: 16px;}
}
/*内页right*/
.inner-productNav{justify-content: space-between;margin-bottom: 32px;}
.inner-productNav a{display: block;width: 15.6666%;font-size: 16px;color: #333;line-height: 40px;text-align: center;border: 1px solid #ddd;
margin-top: 24px;transition: all 0.5s;}
.inner-productNavActive{background: #d30807;color: #fff!important;}
.inner-productNav a:hover{background: #d30807;color: #fff;}
.innerProContent{justify-content:space-between;}
.innerProContent .inner-right{width: 76%;}
.nypro-list{margin-bottom: 32px;}
.nypro-list li{overflow: hidden;margin-bottom: 24px;}
.nypro-list-item{background: radial-gradient(100% 100% at 50% 50%,transparent,#97a2ad);}
.nypro-list li img{width: 100%;height: 100%;object-fit: cover; position: relative;}
.nypro-list li h4{padding: 0 10px; font-weight: 600;color: #fff; text-align: center;line-height: 50px;transition: all 0.5s;margin-top: 0;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background:#1b2d3c;}
.nypro-list li:hover h4{background: #d30807;color: #fff;}
@media screen and (max-width: 768px) {
	.nypro-list{margin-bottom: 16px;}
	.inner-productNav a{width: 24%;font-size: 14px;}
	.innerProContent .inner-right{width:100%;}
}
/*分页器*/
.page_list{justify-content: center;margin-bottom:8px;}
.page-status {display: none;}
.page-index, .page-pre a, .page-pre a, .page-numbar a, .page-next, .page-last {display: inline-block;color: #666666;text-align: center;padding: 0px 15px;
margin: 0px 2px;line-height: 35px;border: 1px solid #dfdfdf;}
.page_list span a {color: #666666;}
.page_list span .page-num-current{background: #d30807;color: #fff;}
.page-index,.page-last{display: none;}
@media screen and (max-width: 768px) {
	
}
/*内页about*/
.innerAboutInwp{padding-top:3%;margin-bottom:5%;}
.innerNavWp{align-items: center;margin-bottom: 40px;}
.innerNavWp a{height: 50px;line-height:50px;padding: 0 10px; text-align: center;font-size: 18px;color: #333;background: #e5e5e5;position: relative;cursor: pointer;}
.innerNavWp a::before{content: '';position: absolute;width: 1px;height: 100%;background: rgba(255,255,255,0.7);right: 0;top: 0;}
.innerNavWp a::after{display: none; content: '';position: absolute;width: 0;height: 0;border-top: 15px solid #d30807;border-right: 15px solid transparent;
border-left: 15px solid transparent;left: 50%;transform: translateX(-50%);bottom: -12px;transition: all 0.5s;}
.innerAboutNav{width: 25%;}
.innerNavWp a#innerNavActive{background: #d30807;color: #fff;}
.innerNavWp a#innerNavActive::after{display: block;content: '';position: absolute;width: 0;height: 0;border-top: 15px solid #d30807;border-right: 15px solid transparent;
border-left: 15px solid transparent;left: 50%;transform: translateX(-50%);bottom: -12px;}
.innerNavWp a:hover{background: #d30807;color: #fff;}
.innerNavWp a:hover::after{display: block;}
.innerAboutCon{justify-content:space-between;}
.innerAboutTit{width:20%;}
.innerAboutTitPic{max-width:100%;}
.innerAboutTitPicC{display:block;margin:0 auto;}
.innerDetails{width:50%;}
.innerContent h2{font-size: 30px;font-weight:500;color: #333;}
.innerContent h2 span{color:#aa1f24;}
.innerContentTitleD{font-size: 18px;color: #333;}
.innerAboutPic{text-align: center;margin: 32px 0 24px 0;}
.innerAboutPic img{width: 100%;margin:0 auto;}
.innerDetails p{font-size: 16px;line-height: 2.5;color:#666;}
.innerAboutWp{justify-content: space-between;margin: 40px 0;}
.innerAboutText{width: 49%;}
.innerAboutText h1{color: #333;}
.innerAboutText h1 span{font-weight: 600;}
.innerAboutText h4{position: relative;margin-bottom: 24px;padding-bottom: 24px;}
.innerAboutText h4::after{content: '';position: absolute; width: 100px;height: 3px;background: #d30807;left: 0;bottom: 0;}
.innerDetails1{font-size: 16px;line-height: 2.5;color: #666;}
.innerAboutPic1{width: 49%;}
.innerAboutPic1 img{max-width: 100%;}
.innerAboutPicSw2{display: none;}
.innerAboutLine{height: 6px;background: #d30807;}

.innerContent .numCountList{margin: 40px 0;}
.innerContent .numCountList{justify-content: space-between;}
.innerContent .numCountList li{width: 19%; background: #eee;}
.innerContent .numCountList li::after{display: none;}
.innerAboutCom{padding-bottom:5%;}
.innerPicsWp{justify-content: space-between;align-items: center;}
.innerPic{width: 24%;margin-bottom: 16px;padding: 0.8%;background: #eee;display:flex;justify-content:center;align-items:center;}
.innerPic img{width: 100%;height:100%;object-fit:cover;}
@media screen and (max-width: 1530px) {
	.innerAboutPicSw1{display: none;}
	.innerAboutPicSw2{display: block;}
}
@media screen and (max-width: 768px) {
	.innerNavWp a{font-size: 14px;padding: 0 4px;}
	.innerContent h2{font-size: 24px;}
	.innerContentTitleD{font-size: 14px;}
	.innerAboutPic{margin: 8px 0;}
	.innerDetails p{font-size: 14px;}
	.innerAboutText{width: 100%;}
	.innerAboutPic1{width: 100%;margin-top: 8px;}
	.innerAboutText h1{font-size: 24px;}
	.innerAboutText h4{font-size: 14px;margin-bottom: 12px;padding-bottom: 12px;}
	.innerDetails1{font-size: 14px;}
	.innerContent .numCountList{margin: 24px 0;}
	.innerContent .numCountList li{width: 32.3333%;}
	.innerContent .numCountList li:nth-child(4){width: 49%;}
	.innerContent .numCountList li:nth-child(5){width: 49%;}
	.innerPic{width: 49%;}
	.innerAboutNav{width: 25%;margin-bottom: 16px;}
	
	.innerAboutTit{width:100%;}
	.innerDetails{width:100%;}
	.innerAboutTitPic{display:block; width:150px;margin: 0 auto;}
	.innerContentTitleD{margin-bottom:24px;}
	.innerTeamPic2{width:60px;}
	
}

/*内页发展历程*/
.innerAboutHistoryBg{padding: 0 0 5% 0;}
.myHistorySwiper{margin-top:20px;}
.myHistorySwiper .swiper-wrapper .swiper-slide{justify-content:space-between;}
.myHistoryText{width:45%;}
.myHistoryPic{width:48%;overflow:hidden;}
.myHistoryPic img{width:100%;}
.historyYear{font-size:50px;color:#aa1f24;font-weight:600;line-height:2;}
.myHistoryText p{position:relative;padding-left:16px;font-size:16px; color:#474747;margin-bottom:10px;}
.myHistoryText p::before{content:'';position:absolute;width:6px;height:6px;background:#474747;left:0;top:8px;border-radius:50%;}
.myHistorySwiper-pagination{width:100%;margin-top:70px;position:relative!important;}
.myHistorySwiper-pagination::before{content:'';position:absolute;width:100%;height:1px;background:#ddd;left:0;top:6px;}
.myHistorySwiper-pagination .swiper-pagination-bullet{width:auto;height:auto;background:transparent;border-radius:0;font-size:40px;font-weight:600;position:relative;color:#666;margin-left:0!important;margin-right:40px!important;padding-top:24px;}
.myHistorySwiper-pagination .swiper-pagination-bullet::before{content:'';position:absolute;width:100%;height:12px;left:0;top:0;}
.myHistorySwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:#aa1f24;}
.myHistorySwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{background:#aa1f24;}

/****分割****/
/****分割****/
/****分割****/
.InnerHistoryBg{padding: 5% 0;margin: 0 0 3% 0;background:url(../../images/historyBg.jpg) no-repeat center center;background-size:cover;}
.InnerHistoryWp{padding:40px 0;background:rgba(255,255,255,0.7);}
.InnerHistoryItem .InnerHistoryListRow{justify-content:space-between;}
.InnerHistoryList{width:19%;justify-content:center; align-items:flex-end;}
.InnerHistoryListBott{justify-content:center; align-items: flex-start;}
.InnerHistoryYear{width:60px;height:60px;line-height:60px;border-radius:50%;text-align:center;font-size:22px;font-weight:600;color:#fff;background:rgba(251,22,28);position:relative;margin:0 auto;}
.InnerHistoryYear::before{content:'';position:absolute;width: 0;height: 0;border-top: 14px solid rgba(251,22,28);border-right: 5px solid transparent;border-left: 5px solid transparent;left: 50%;transform: translateX(-50%);bottom: -10px;}
.InnerHistoryYear.InnerHistoryYearEven::before{content:'';position:absolute;width: 0;height: 0;border-top: 0px solid transparent;border-bottom: 14px solid rgba(251,22,28);border-right: 5px solid transparent;border-left: 5px solid transparent;left: 50%;transform: translateX(-50%);top: -10px;}
.InnerHistoryItem .InnerHistoryLineRow{justify-content:space-between;}
.InnerHistoryLine{width:19%;height:3px;background:rgba(251,22,28,0.8);margin: 26px 0;}
.InnerHistoryTextList{margin-bottom:8px;}
.InnerHistoryTextDate{display: inline-block; width:28%;line-height:1.8; text-align:center;background:#727171;color:#fff;vertical-align: top;}
.InnerHistoryTextC{display: inline-block; width:70%;padding-left:2%; vertical-align: top;color:#666;}
.InnerHistoryTextC span{color:rgba(251,22,28);}
.InnerHistoryBotRow{justify-content:space-between;}
.mobileInnerHistory{display:none;}
@media screen and (max-width: 1200px) {	
	.InnerHistoryTextDate{width:fit-content;padding: 0px 6px;}
	.InnerHistoryTextC{width:100%;margin-top:8px;}
}
@media screen and (max-width: 768px) {
	.pcInnerHistory{display:none;}
	.mobileInnerHistory{display:block;}
	.InnerHistoryList{width:100%;}
	.InnerHistoryLine{display:none;}
	.InnerHistoryText{margin-top:24px; padding-top: 16px;padding-bottom:24px;border-top:2px solid rgba(251,22,28);}
	.InnerHistoryYear.InnerHistoryYearEven::before{border-top: 14px solid rgba(251,22,28);border-bottom:none; border-right: 5px solid transparent;border-left: 5px solid transparent;left: 50%;transform: translateX(-50%);top:auto; bottom: -10px;}
	
	
	.myHistoryText{width:100%;}
	.historyYear{font-size:30px;margin-top:0;margin-bottom:0;}
	.myHistoryText p{font-size:14px;}
	.myHistoryPic{width:100%;}
	.myHistorySwiper-pagination{margin-top: 10px;}
	.myHistorySwiper-pagination .swiper-pagination-bullet{font-size:20px;margin-right:16px!important;}
	
	
}
/****分割****/
/****分割****/
/****分割****/
.timeline {width: 100%;background-color: #fff;box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);}
.timeline .swiper-container {height: 600px;width: 100%;position: relative;}	
.timeline .swiper-wrapper {transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;}		
.timeline .swiper-slide {position: relative;color: #fff;overflow: hidden;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.timeline .swiper-slide::after {content: "";position: absolute;z-index: 1;right: -115%;bottom: -10%;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);
box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);border-radius: 100%;}		
.timeline .swiper-slide-content {position: absolute;text-align: center;width: 80%;max-width: 400px;right: 50%;top: 13%;-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);font-size: 12px;z-index: 2;}
.timeline .swiper-slide .timeline-year {display: block;font-style: italic;font-size: 42px;margin-bottom: 50px;-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);color: #d30807;font-weight: 300;opacity: 0;transition: .2s ease .4s;}
.timeline .swiper-slide .timeline-title {font-weight: 800;font-size: 34px;margin: 0 0 30px;opacity: 0;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);
transition: .2s ease .5s;}
.timeline .swiper-slide .timeline-text {line-height: 1.5;opacity: 0;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);transition: .2s ease .6s;}
.timeline .swiper-slide-active .timeline-year {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: .4s ease 1s;}
.timeline .swiper-slide-active .timeline-title {opacity: 1;margin: 16px 0; -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: .4s ease 1.2s;}
.timeline .swiper-slide-active .timeline-text {opacity: 1;font-size: 16px; -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: .4s ease 1.4s;}
.timeline .swiper-pagination {right: 15% !important;height: 100%;display: none;flex-direction: column;justify-content: center;font-style: italic;font-weight: 300;font-size: 18px;
z-index: 1;}
.timeline .swiper-pagination::before {content: "";position: absolute;left: -30px;top: 0;height: 100%;width: 1px;background-color: rgba(255, 255, 255, 0.2);}
.timeline .swiper-pagination-bullet {width: auto;height: auto;text-align: center;opacity: 1;background: transparent;color: #d30807;margin: 15px 0 !important;
position: relative;}
.timeline .swiper-pagination-bullet::before {content: "";position: absolute;top: 8px;left: -32.5px;width: 6px;height: 6px;border-radius: 100%;background-color: #d30807;
-webkit-transform: scale(0);transform: scale(0);transition: .2s;}
.timeline .swiper-pagination-bullet-active {color: #d30807;}
.timeline .swiper-pagination-bullet-active::before {-webkit-transform: scale(1);transform: scale(1);}
.timeline .swiper-button-next,.timeline .swiper-button-prev {background-size: 20px 20px;top: 15%;width: 20px;height: 20px;margin-top: 0;z-index: 2;
transition: .2s;}
.timeline .swiper-button-prev {left: 8%;}
.timeline .swiper-button-prev .icon,.timeline .swiper-button-next .icon{font-size:26px;color:#fff;}
.timeline .swiper-button-prev:hover {-webkit-transform: translateX(-3px);transform: translateX(-3px);}
.timeline .swiper-button-next {right: 8%;}
.timeline .swiper-button-next:hover {-webkit-transform: translateX(3px);transform: translateX(3px);}
@media screen and (min-width: 768px) {	
	.timeline .swiper-slide::after {
		right: -30%;
		bottom: -8%;
		width: 240px;
		height: 50%;
		box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
	}
	.timeline .swiper-slide-content {
		right: 30%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 400px;
		text-align: right;
	}
	.timeline .swiper-slide .timeline-year {
		margin-bottom: 0;
		font-size: 32px;
	}
	.timeline .swiper-slide .timeline-title {
		font-size: 46px;
	}
	.timeline .swiper-pagination {
		display: flex;
	}
	.timeline .swiper-button-prev {
		top: 15%;
		left: auto;
		right: 15%;
		-webkit-transform: rotate(90deg) translate(0, 10px);
		transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-prev:hover {
		-webkit-transform: rotate(90deg) translate(-3px, 10px);
		transform: rotate(90deg) translate(-3px, 10px);
	}
	.timeline .swiper-button-next {
		top: auto;
		bottom: 15%;
		right: 15%;
		-webkit-transform: rotate(90deg) translate(0, 10px);
		transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-next:hover {
		-webkit-transform: rotate(90deg) translate(3px, 10px);
		transform: rotate(90deg) translate(3px, 10px);
	}
	
}
@media screen and (max-width: 768px) {
	.timeline .swiper-container{height: 300px;}	
	.timeline .swiper-slide .timeline-year{font-size: 32px;margin-bottom:16px;}
	.timeline .swiper-slide-active .timeline-title{font-size: 24px;}
}
@media screen and (min-width: 1024px) {
	.timeline .swiper-slide::after {
		right: -20%;
		bottom: -12%;
		width: 240px;
		height: 50%;
		box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
	}
	.timeline .swiper-slide-content {
		right: 25%;
	}
}

/*内页创始团队*/
.innerTeam{padding:3% 20px;margin-bottom: 5%;background:#aa1f24;}
.innerTeamItem{justify-content: space-between;}
.innerTeamWp{width:32.3333%;position:relative;}
.teamPic{width: 50%;}
.teamPic img{width: 100%;}
.teamText{width: 100%;padding: 4% 10%;position:relative;z-index:2;text-align:center;}
.teamText img{}
.teamText h3{margin-top: 40px;font-size:22px;font-weight:600;color:#fff;letter-spacing:1px;}
.teamText p{color:#fff;}
.teamTextline{width: 50px;height: 3px;background: #d30807;margin: 24px 0;}

@media screen and (max-width: 768px) {
	.innerTeamWp{width:100%;margin-bottom:24px;}
	.teamPic{width: 100%;order: 1;}
	.teamText{width: 100%;order: 2;}
	.teamText h3{font-size:20px; margin-top:16px;}
}
/*内页企业价值*/
.innerAboutValue{margin-bottom:5%;}

/*分割*/
/*分割*/
/*分割*/
.innerValuesBg{padding: 60px 4%;background: url(../../images/valuesBg.jpg) no-repeat center center;}
.innerValuesTitle p{width: 50%; margin-top: 16px;}
.innerValuesCore{margin-top: 0px;}
.innerValuesCore h2,.innerValuesCore h5{text-align: center;}
.innerValuesCoreListWp{margin-top: 40px;justify-content: space-between;}
.innerValuesCoreList{width: 23%;padding: 40px;border-radius: 4px; box-shadow: 0 0 10px rgba(153,153,153,0.8);}
.innerValuesCoreItemPic{text-align: center;}
.innerValuesCoreLine{width: 50px;height: 3px;background: #e00c0b;margin: 16px auto;}
.innerValuesCoreList h4{font-weight: 600;text-align: center;}
@media screen and (max-width: 768px) {
	.innerValuesTitle h2{font-size: 20px;}
	.innerValuesTitle p{width: 100%;}
	.innerValuesCoreList{width: 100%;margin-bottom: 16px;}
	.innerValuesCore h2{font-size: 24px;}
}


/*内页合作客户*/
.innerAboutCooBg{margin-bottom:5%;}
.innerAboutCooWp .row h2,.innerAboutCooWp .row h4{text-align:center;}
.innerAboutCooList{margin-top:40px;}
.HzItemList .nypro-list-item{padding: 20px 0; text-align: center;}
.HzItemList .nypro-list-item img{width: 50%;margin: 0 auto; transition: all 0.5s;}
.HzItemList:hover .nypro-list-item img{transform: scale(1.1);}
.innerCooperateNavs{width: 25%;}
@media screen and (max-width: 1300px) {
	.innerNavWp .innerCooperateNavs{font-size: 16px;}
}
@media screen and (max-width: 1110px) {
	.innerNavWp .innerCooperateNavs{font-size: 14px;}
}
@media screen and (max-width: 998px) {
	.innerNavWp .innerCooperateNavs{width: 25%;margin-bottom: 16px;}
	.innerNavWp .innerCooperateNavs span{display: block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}

/*内页资质证书*/
.innerAboutHonorWp{margin-top:5%; margin-bottom:5%;}
.swiperInnerHonorWp .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  opacity: 0.8;
    }
.swiperInnerHonorWp .swiper-slide img{width: 100%;}    
.swiperInnerHonorWp	.swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);opacity: 1;}
.InnerHonor-button-next{width:50px;height:50px;border-radius:50%;border:1px solid #959595;color:#959595;font-size:26px; justify-content:center;align-items:center;right: 20%;top:50%;transform:translateY(-50%);}
.InnerHonor-button-prev{width:50px;height:50px;border-radius:50%;border:1px solid #959595;color:#959595;font-size:26px; justify-content:center;align-items:center;left: 20%;top:50%;transform:translateY(-50%);}
.swiperInnerHonorWp2W{margin-top:60px;}
.swiperInnerHonorWp2 .swiper-slide img{width: 100%;}  
.InnerHonor2-button-next{width:50px;height:50px;background: rgba(255,255,255,0.8);color:#959595;font-size:26px; justify-content:center;align-items:center;right: 0;top:50%;transform:translateY(-50%);}
.InnerHonor2-button-prev{width:50px;height:50px;background: rgba(255,255,255,0.8);color:#959595;font-size:26px; justify-content:center;align-items:center;left: 0;top:50%;transform:translateY(-50%);}
/*分割*/
/*分割*/
.innerAboutHonorWp .row h2,.innerAboutHonorWp .row h4{text-align:center;}
.innerAboutHonorItem{margin-top:40px;}
.innerHonorPicList{cursor: grab;}
.innerHonorPics h5{padding: 0 10px;font-weight: 600;color: #333;text-align: center;line-height: 50px;transition: all 0.5s;margin-top: 0;margin-bottom: 0;
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

@media screen and (max-width: 768px) {
	.swiperInnerHonorWp2W{margin-top:24px;}
}

/*内页视频*/
.ny-video-list iframe{display: block;width: 100%!important;margin-bottom: 0!important;}

/*内页产品*/
.ny_pic_com{display:flex;flex-wrap:wrap;justify-content:space-between;}
.ny_img_left{width: 48%;}
.ny_img_left .view img{width: 100%;}
.ny_img_center{width: 48%;margin-top: 24px;}
.pic_page {position: absolute;z-index: 100;right: 20px;bottom: 20px;font-size: 18px;color: #FF5909;font-weight: bold;}
.innerProductNavWp{justify-content: space-between;}
.innerProductNav{width: 20%;}
.innerProductNav .innerProductNavTitle{padding: 4%;background: #a91f24 url(../images/sidetitbg.png) no-repeat right bottom;}
.innerProductNav .innerProductNavTitle h3{color: #fff;font-weight: 600;}
.innerProductNav .innerProductNavTitle h4{color: #fff;text-transform: uppercase;}
.innerProductNavItemWp{background: #f5f5f5;box-shadow: 0 0 6px #ddd;}

.innerProductNavC{justify-content: space-between;align-items: center;position: relative;}
.innerProductNavC:not(:last-child){border-bottom: 1px solid rgba(255,255,255,0.9);}
.innerProductNavC .innerProductNavs{width: 80%;font-size: 18px;color: #333;line-height: 60px;padding-left: 7%;transition: all 0.5s;}
.innerProductNavC .innerProductNavs:hover{color: #d30807;}
.innerProductNavC .innerProductNavs.innerProductNavsA{color: #b80811;}
.innerProductNavs#innerProductNavActive{color: #b80811;}
.innerProductNavC span{display: block;width: 20%;height: 16px;cursor: pointer; position: relative;}
.innerProductNavC span::before{content: '';width: 16px;height: 2px;background: #cdcdcd;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 350ms 0s all ease;}
.innerProductNavC span::after{content: '';width: 2px;height: 16px;background: #cdcdcd;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(90deg);transition: 350ms 0s all ease;}
.innerProductNavC span.innerProductNavBtnA::after{transform: translate(-50%,-50%) rotate(0deg);transition: 350ms 0s all ease;}
.innerProductNavErji{width: 100%;background: #fff;transition: all 0.5s;}
.innerProductNavErji a{display: block;width: 100%; padding: 0 7% 0 14%;font-size: 16px;line-height: 3;color: #666;position: relative;transition: all 0.5s;}
.innerProductNavErji a::before{content: '';position: absolute;width: 8px;height: 8px;border-radius: 50%; border: 1px solid #666;left: 7%;top: 50%;
transform: translate(50%,-50%);transition: all 0.5;}
.innerProductNavErji a:hover{color: #d30807;}
.innerProductNavErji a:hover::before{border: 1px solid #d30807;}
.innerProductNavErji .innerProductNavErjiA{color: #d30807;}
.innerProductNavErji .innerProductNavErjiA::before{border: 1px solid #d30807;}
.innerProductRightWp{width: 78%;}

.pc-slide {width: 100%;margin: 0 auto;}
.view .swiper-container {width: 100%;height: 100%;position: relative;}
.view .swiper-container .swiper-wrapper{}
.view .swiper-container .swiper-wrapper .swiper-slide{background: radial-gradient(100% 100% at 50% 50%,transparent,#97a2ad);}
.view .swiper-container .swiper-wrapper .swiper-slide img{display:block; width: 100%;}
.view .arrow-left {background: url(../images/index_tab_l.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -25px;width: 28px;
height: 51px;z-index: 10;}
.view .arrow-right {background: url(../images/index_tab_r.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -25px;width: 28px;
height: 51px;z-index: 10;}
.preview {width: 100%;margin-top: 10px;position: relative;}			
.preview .swiper-container {width: 100%;height: auto;margin-left: 35px;}		
.preview .swiper-slide {width: 60px;height: auto;margin-right: 4px; cursor: pointer;}				
.preview .arrow-left {background: url(../../images/feel3.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -9px;
width: 9px;height: 18px;z-index: 10;}		
.preview .arrow-right {background: url(../../images/feel4.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -9px;
width: 9px;height: 18px;z-index: 10;}
.preview img {display:block;padding: 1px;width: 100%;height:100%;object-fit:cover;}
.preview .active-nav img { width: 100%;padding: 1px;border: 1px solid #F00;}

.ny_img_center h3,.ny_img_center h4,.ny_img_center h5{margin-top: 0;margin-bottom: 0;}
.ny_img_center .tit_h1 h4{font-size:20px;color:#666;}
.ny_img_center .tit_h1 h1{font-size:28px;color:#333;font-weight:600;}
.tit_h2{padding:16px 0;margin:16px 0;position:relative;}
.tit_h2::before{content:'';position:absolute;width:100%;height:1px;background:rgba(0,0,0,0.1);left:0;top:0;}
.tit_h2::after{content:'';position:absolute;width:100%;height:1px;background:rgba(0,0,0,0.1);left:0;bottom:0;}
.tit_h2 h3{font-size: 24px;color: #666;margin-bottom:8px;}
.tit_h2 p{font-size: 16px;line-height: 2;color: #666;}
.tit_Product_advantage h4{font-size:16px; color: #666;font-weight: normal;line-height: 2;position:relative;padding-left:20px;}
.tit_Product_advantage h4::before{content:'';position:absolute;width:10px;height:10px;border:2px solid #ddd;border-radius:50%;left:0;top:50%;transform:translateY(-50%);}
.tit_Product_advantage h4:hover::before{border:2px solid #d30807;}
.ny_img_center .tit_h3{padding-top: 24px;margin-top: 24px;}
.back a{display: block;width: 120px;text-align: center;border: 1px solid #333;padding: 5px 0;font-size: 15px;color: #333;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;border-radius: 2px;}
.back a:hover{border: 1px solid #d30807;background: #d30807;color: #fff;}
.tit_fasong a{display: block;width: 120px;text-align: center;border: 1px solid transparent; background: #d30807;padding: 5px 0;font-size: 15px;color: #fff;transition: all .36s ease;
margin-right: 15px;line-height: 40px;transition: all 0.5s;border-radius: 2px;}
.tit_fasong a:hover{background: transparent;border: 1px solid #d30807;color: #d30807;}
.cp-xq{margin-top: 40px;margin-bottom: 40px;}

.product-details-title{font-size: 22px;background: #d30807;color: #fff;border-radius: 4px;padding: 1.5%;margin-bottom: 1%;}
.product-details-content{margin-top: 24px;}
.product-details-content img{max-width: 100%;}
.product-details-content table{margin-bottom: 24px;}
.product-details-content table tbody tr td{color: #57585a;padding: 10px!important;border: 1px solid #ddd;font-size: 15px;font-family: "微软雅黑";}
.product-details-content table tbody tr:nth-child(odd) td {background-color: #eef8ff;}

.newsnext{flex-direction:column; justify-content: space-between;margin-top:40px;}
.newsnext li{position:relative;line-height:40px;margin-bottom:10px;padding-bottom:10px;}
.newsnext li::after{content:'';position:absolute;width:100%;height:1px;background:#ddd;left:0;bottom:0;}
.newsnext li a{color: #666;}
.recomProducts{background: #f1f1f1;margin-top: 40px; padding: 40px;}
.recomProductsSwiper .swiper-wrapper .swiper-slide{background: radial-gradient(100% 100% at 50% 50%,transparent,#97a2ad);}
.swiper-slide-pic{overflow: hidden;}
.swiper-slide-pic img{width: 100%;}
.swiper-slide-title{justify-content: space-between;align-items: center;margin: 10px 10px;}
.swiper-slide-title h4{width: 80%;padding: 0 10px; margin-top: 0; margin-bottom: 0; color: #333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.swiper-slide-titleIcon .icon{font-size: 22px;color: #999;}
.recomProductsSwiper .swiper-wrapper .swiper-slide:hover .swiper-slide-title h4{color: #d30807;}
.recomProductsSwiper .swiper-wrapper .swiper-slide:hover .swiper-slide-titleIcon .icon{color: #d30807;}

.innerProductDetailsBg{margin-top:40px;}
.ProductDetailsNav{justify-content:space-between;margin-bottom:24px;}
.ProductDetailsNav li{flex:1;font-size:18px; text-align:center;line-height:40px;background:#dcdcdc; cursor:pointer;position:relative;}
.ProductDetailsNav li::before{content:'';position:absolute;width:4px;height:100%;background:#fff;left:0;top:0;}
.ProductDetailsNav li:hover{background:#be1613;color:#fff;}
.ProductDetailsNav li:hover::before{display:none;}
.ProductDetailsNav .DetailsNavActive{background:#be1613;color:#fff;}
.ProductDetailsNav .DetailsNavActive::before{display:none;}
.productDetailsCon{position:relative;}
.productDetailsCon li{display:none;float:left;width:100%;}
.productDetailsCon li img{max-width:100%;}
.productDetailsCon .DetailsConActive{display:block;}
.productDetailsCon li table{width:100%!important;}
.productDetailsCon li table tbody tr td {color: #333;padding: 10px;font-size: 15px;border:1px solid #da9694;text-align:center;}
.productDetailsCon li table tbody tr:nth-child(odd) td {background-color: #dec6c2;}
.ProductDetailsJs p{width:100%;text-align:center;}
.ProductDetailsJs p:nth-child(3){display:none;}
.ProductDetailsXc img,.ProductDetailsXh img,.ProductDetailsJd img{width:50%;}
.ProductDetailsJs{flex-direction:column;}
.ProductDetailsJs p img{display:block;margin:0 auto;}
@media screen and (max-width: 998px) {
	.innerProductNav{width: 100%;margin-bottom: 16px;}
	.innerProductNav .innerProductNavTitle{padding: 2%;text-align: center;}
	.innerProductNav .innerProductNavTitle h3{font-size: 18px;}
	.innerProductNav .innerProductNavTitle h4{font-size: 14px;}
	.innerProductNavC .innerProductNavs{line-height: 40px;padding-left: 4%;}
	.innerProductNavErji a{width: 50%; line-height: 2;font-size: 14px;padding: 0 7% 0 9%;}
	.innerProductRightWp{width: 100%;}
	.ny_img_center .tit_h1 h2{font-size: 20px;}
}
@media screen and (max-width: 768px) {
	.ny_img_left{width: 100%;}
	.ny_img_center{width: 100%;}
	.back a,.tit_fasong a{padding: 0;}
	.product-details-title{font-size: 18px;padding: 2% 4%;}
	.inner-right-content iframe{width: 100%;}
	.newsnext{margin-bottom: 24px;}
	.recomProducts{padding: 4%;}
	.ny_img_center .tit_h1 h4{font-size:16px;}
	.ny_img_center .tit_h1 h1{font-size:20px;}
	.tit_h2 h3{font-size:18px;}
	.ProductDetailsXc img,.ProductDetailsXh img,.ProductDetailsJd img{width:100%;}
	.productDetailsCon li{ overflow: auto;}
	.ProductDetailsNav li{font-size:13px;}
}

/*应用领域*/
.caseListWp .HzItemList .nypro-list-item{background:#fff;}
.innerCaseNavs{width: 25%;}
.caseListWp .caseItemList{width: 24%;margin-left: 0.5%;margin-right: 0.5%;}
.caseListWp .caseItemList .nypro-list-item{height: 300px;}
.caseListWp .caseItemList .nypro-list-item img{width: 100%;height: 100%;object-fit: cover;}
.caseListWp .caseItemList h4{background: #f1f1f1;}
.innerCaseRecom .swiper-slide-pic{height: 300px;}
.innerCaseRecom .swiper-slide-pic img{width: 100%;height: 100%;object-fit: cover;}
@media screen and (max-width: 768px) {
	.nypro-list li h4{line-height: 40px;font-size: 16px;}
}
/*内页应用领域*/
.innerApplyWP{position:relative;overflow:hidden;text-align:center;margin-bottom:32px;cursor:grab;}
.innerApplyWP img{width:100%;height:100%;object-fit:cover;transition:all 0.5s;}
.innerApplyText{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.5);flex-direction:column; justify-content:center;align-items:center;}
.innerApplyText h3,.innerApplyText h4{color:#fff;}
.innerApplyText h4{text-transform:uppercase;font-size:50px;margin-bottom:0;margin-top:0;line-height:1;}
.innerApplyText h3{font-size:34px;margin:16px 0;}
.innerApplyText a{border: 1px solid #fff; font-size: 1.6rem;color: #fff;width: 157px;line-height: 40px;display: block;}
.innerApplyWP:hover img{transform:scale(1.05);}
.innerApplyWP:hover .innerApplyText{background:rgba(0,0,0,0.4);}
@media screen and (max-width: 768px) {
	.innerApplyText h4{font-size:20px;}
	.innerApplyText h3{font-size:18px;}
	.innerApplyText a{width: 120px;line-height: 32px;}
}

/*内页单页资质证书*/
.innerHonorsList{}
.innerHonorPicList{width: 24%;}
@media screen and (max-width: 768px) {
	.innerHonorPicList{width: 49%;}
	.caseListWp .caseItemList{width: 49%;}
	.caseListWp .caseItemList .nypro-list-item{height: 150px;}
	.innerHonorPics h5{line-height: 40px;}
	.innerCaseRecom .swiper-slide-pic{height: 200px;}
}


/*内页新闻*/
.innerNewsWP{justify-content:space-between;}
.innerNewsright{width:78%;}
.inner-newsListItem{justify-content: space-between;align-items: center;margin-bottom:24px;min-height: 520px;}
.inner-newsPic{border:1px solid #ddd;}
.inner-newsPic img{width: 100%;height: 100%;object-fit: cover;}
.inner-newsText{width:100%; padding: 10px 0 20px 0;}
.inner-newsText .innerNewsTitle{font-size: 20px; color: #333;transition: all 0.5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.inner-newsText h6{color: #999;}
.inner-newsText p{color: #666;line-height: 32px;}
.inner-newsMore .icon{font-size: 30px; color: #ddd;transition: all 0.5s;}
.inner-newsListItem:hover .inner-newsText h4{color: #d30807;}
.inner-newsListItem:hover .inner-newsMore .icon{color: #d30807;}
.article_title{text-align: center;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #ddd;}
.artdet{text-align: center;}
.artdet span{display: inline-block;margin-right: 24px;}
.news-desc{padding: 10px;background: #f2f2f2;color: #666;margin: 16px 0;border: 1px solid #ddd;}
.news_con{margin-bottom: 40px;}
.news_con p{font-size: 16px;color: #666;line-height: 32px;text-indent: 2em; }
.news_con img{max-width: 100%;}
@media screen and (max-width: 992px) {
	.innerNewsright{width:100%;}
}
@media screen and (max-width: 768px) {
	.inner-nav li{margin-bottom: 16px;}
	.inner-newsPic{width: 100%;}
	.inner-newsText{width: 100%;padding: 0;}
	.inner-newsText h4{font-size: 18px;}
	.inner-newsText p{line-height: 22px;}
	.inner-newsMore .icon{margin-top: 16px;}
}
/*联系我们*/
.messageTitle{padding:60px 0 40px 0;text-align:center;}
.message1,.message2,.messagecontent{margin-bottom:24px;}
.message1 input{display: block;width: calc(calc(100% - 40px) / 3);float: left; margin-right: 20px;height: 50px;border: 1px solid #ddd;padding: 0 30px;outline: none;font-size: 16px;}
.message1 input:nth-child(3){margin-right:0;}
.message2 input{display: block;width: calc(calc(100% - 20px) / 2);float: left; margin-right: 20px;height: 50px;border: 1px solid #ddd;padding: 0 30px;outline: none;font-size: 16px;}
.message2 input:nth-child(2){margin-right:0;}
.messagecontent{display: block;width: 100%;height: 140px;line-height: 1.5;border: 1px solid #ddd;padding: 20px 30px;font-size: 16px;resize: none;
	cursor: auto;
}
.messagesub{display: block;width: 180px;text-align: center;line-height: 50px;background: #aa1f24;color: #fff;border-radius: 30px;margin: 0 auto;transition:all 0.5s;}
.messagesub:hover{background:#8f1419;}
.innerContactWp{position:relative;padding:5% 0;}
.innerContactWp .row{justify-content:space-between;}
.contact-item{justify-content: space-between;}
.contact-text{width: 50%;background: url(../../images/contactbg.jpg) no-repeat center center;padding: 5% 2%;}
.contact-textTitle{font-weight: 600;}
.contact-line{width: 80px;height: 3px;background: #aa1f24;margin: 32px 0;}
.contacts{margin-top: 32px;font-size: 16px;line-height: 2;justify-content: space-between;align-items: center;}
.contact-pic{width: 50%; overflow: hidden;}
.contact-pic img{width: 100%;}
.contacts-item{align-items: center;position: relative;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.contacts-item .contacts-itemIcon{width: 50px;height: 50px;border-radius: 50%;background: rgba(255,255,255);justify-content: center;align-items: center;}
.contacts-item .contacts-itemIcon .icon{font-size: 40px;color: #d30807;}
.contacts-itemText{margin-left: 16px;}
.contacts-itemText h3{font-size: 18px;}
.contacts-itemText h5{font-size: 16px;}
.contacts-item a{color: #333;}
.contacts-item a:hover {text-decoration: underline;}
#meMap{width: 50%;height: auto;}
.amap-marker-label{display: none; width: 250px;border-radius: 4px; left: 20px!important;top: 40px!important; border: none;padding: 10px;}
.amap-marker-label h5{font-size: 16px;padding-bottom: 10px;margin-bottom: 10px;position: relative;}
.amap-marker-label h5::after{content: '';position: absolute;width: 100%;height: 1px;background: #f1f1f1;left: 0;bottom: 0;}
.mapAdd{font-size: 14px; white-space: normal;line-height: 2;}
@media screen and (max-width: 1100px) { 
	.contact-text{width: 100%;padding:5% 4%;}
	#meMap{width: 100%; height: 400px;}
} 
@media screen and (max-width: 768px) { 	
	.contact-textTitle{font-size: 18px;}
	.contacts-item .contacts-itemIcon{width: 40px;height: 40px;}
	.contacts-item .contacts-itemIcon .icon{font-size: 30px;}
	.contacts-itemText h3{font-size: 18px;}
	.contacts-itemText{width: 80%;}
	.message1 input,.message2 input{padding:0 8px;font-size:14px;}
	.messagecontent{padding:20px 10px;font-size:14px;}
} 

/*内页footer*/
.inner-footnav{margin-top: 0!important;}
