/* 2000px以上  特殊*/
@media (min-width: 2000px){
	.home-product-wrap{
		overflow: hidden;
		max-width: 100%;
		margin: 0 auto;
		min-height: 560px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box{
		width: 500px;
	}
}



/* 屏幕1200px以上-1600px以下 */
@media (min-width: 1200px ) and (max-width:1600px) {
	
	.nav-Wrap .nav-container .logo{
		float: left;
		width: 100px;
		height: 100%;
		margin-right: 15px;
	}
	
	.nav-Wrap .nav-container .gaoxin{
		width: 70px;
		height: 70px;
		position: relative;
		padding-left:20px;
	}
	
	.nav-Wrap .nav-container .name{
		padding-left: 25px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 200px;
	}
	.nav-Wrap .nav-container .name h1{
		font-size: 16px;
		line-height: 26px;
		color: #000;
	}
	.nav-Wrap .nav-container .name h1 br{
		display: block;
	}
	.nav-Wrap .nav-container .name h1 span{
		color: #015198;
		padding-right: 10px;
	}
	.nav-Wrap .nav-container .name h2{
		font-size: 14px;
		font-weight: lighter;
		color: #000;
		line-height: 22px;
	}
	.nav-Wrap .nav-container .name h2 span{
		color: #015198;
		font-weight: bold;
	}
	.nav-Wrap .nav-container .name h2 strong{
		display: none;
	}
	.nav-Wrap .nav-container .name h2 br{
		display: block;
	}
	/* nav-contact */
	#nav-box .nav-item .nav-item-oneLink{
		line-height: 125px;
		height: 125px;
		position: relative;
		display: block;
		padding: 0px 15px;
	}
	/* homeBanner */
	.homeBanner{
		position: relative;
		max-width: 1920px;
		height: auto;
		min-height: 420px;
		color: #fff;
		background: #f7f7f7;
		overflow: hidden;
		text-align: center;
		font-size: 0px;
	}
	/* 搜索栏 */
	.search-Wrap .search-box .search-content .search_form .keyword{
		width: 300px;
	}
	
	
	.homeBanner .swiper-slide img{
		z-index: 3;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-user-drag: none;
	}
	
	.home-product-wrap{
		overflow: hidden;
		max-width: 100%;
		margin: 0 auto;
		min-height: 360px;
	}
	
	.home-product-wrap .home-product-Swiper .home-product-item{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f1f7ff;
		padding: 20px;
		display: flex;
		border-radius: 20px;
	}
	
	.home-product-wrap .home-product-Swiper .home-product-item .img-box{
		width: 200px;
		height: 200px;
		overflow: hidden;
		background: #ffffff;
		flex: 0 0 auto;
		transform: translate3d(0, 0, 0) !important;
		border-radius: 30px 0px 30px 30px;
	}
	
	.home-product-wrap .home-product-Swiper .home-product-item .description-box{
		padding-left: 15px;
		width: 4.2rem;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .title{
		font-size: 16px;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .sub-title{
		font-size: 18px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .trait{
		font-size: 14px;
		color: #9fa1a2;
		line-height: 22px;
		margin-top: 10px;
		height: 88px;
		overflow: hidden;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .links-box .link{
		border: 1px solid #edf1f6;
		box-sizing: border-box;
		background: #fff;
		display: inline-block;
		padding: 5px 10px;
		margin-right: 10px;
		margin-top: 20px;
		border-radius: 24px;
		line-height: 20px;
		color: #4e4e4e;
		font-size: 14px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .links-box .link .icon{
		font-size: 20px;
	}
	
	/* 横幅 */
	.home-Banners-Wrap .sideImg.left{
		top: 0px;
		bottom: 0px;
		left: -200px;
		margin: auto;
	}
	.home-Banners-Wrap .sideImg.right{
		top: 0px;
		bottom: 0px;
		right: -200px;
		margin: auto;
	}
	/* 解决方案 */
	.home-solution-box .swiper-slide .home-solution-item .img-box{
		width: 2.8rem;
		height: 2.8rem;
		overflow: hidden;
		border-radius: 10px 0px 10px 0px;
		margin: 0 auto;
	}
	.home-solution-box .swiper-slide .home-solution-item .title{
		width: 2.8rem;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}
	
	/* 速测通 适用行业 */
	.industries-Wrap .industries-box .industries-item{
		width: 170px;
		height: 170px;
		display: flex;
		text-align: center;
		border: 3px solid #dae6f8;
		box-sizing: border-box;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		border-radius: 50%;
		overflow: hidden;
		margin: 10px 12px;
		flex: 0 0 auto;
		transition: all .4s; 
	}
	.industries-Wrap .industries-box .industries-item .icon-box{
		height: 60px;
		margin-top: -15px;
		margin-bottom: 10px;
	}
	.industries-Wrap .industries-box .industries-item .icon-box .icon{
		font-size: 60px;
	}
	.industries-Wrap .industries-box .industries-item .title{
		max-width: 90%;
		padding: 5px 20px;
		background-image: -webkit-linear-gradient(left,rgb(0, 189, 250),rgb(0, 97, 234));
		line-height: 25px;
		color: #fff;
		margin: 0 auto;
		font-size: 18px;
		border-radius:30px;
		font-weight: normal;
	}
	.industries-Wrap .industries-box a.industries-item:hover{
		border: 3px solid #ff2f12;
	}
	
	/* 成功案例 */
	.home-case-Swiper .swiper-slide .home-case-item{
		width: auto;
		background: #fff;
		display:block;
		padding: 20px 20px;
		text-align: center;
		margin: 0px 15px;
	}
	
	.home-case-Swiper .swiper-slide .home-case-item .sub-title .pro-t{
		background: #464646;
		position: relative;
		z-index: 2;
		float: left;
		color: #fff;
		display: table;
		font-weight: 400;
		padding: 0px 15px;
		border-radius: 20px;
		font-size: 14px;
	}
	
	.home-case-Swiper .swiper-button-prev{
		left: 42%;
	}
	.home-case-Swiper .swiper-button-next{
		right: 42%;
	}
	
	/* 关于我们 */
	.home-about-content .about-text{
		float: right;
		padding-left: 40px;
	} 
	.home-about-content .about-text .text-box{
		overflow: hidden;
		line-height: 1.7;
		font-size: 16px;
		color: #616161;
		text-indent: 2em;
	}
	.home-about-content .about-text .text-box p{
		font-size: 15px;
		line-height: 1.7;
	}
	
	.home-about-content .about-text .aboutNav-box {
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 10px;
	}
	
	.home-about-content .about-text .aboutNav-box .link{
		width: 22%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #e2e2e2;
		padding: 8px 15px;
		line-height: 30px;
		border-radius: 20px;
		margin-top: 20px;
		margin: 10px 1%;
	}
	
	.home-about-content .about-text .aboutNav-box .link:nth-child(1),.home-about-content .about-text .aboutNav-box .link:nth-child(4){
		margin-left: 1%;
	}
	.home-about-content .about-text .about-slogan{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-top: 10px;
		flex-wrap: wrap;
	}
	
	.home-about-content .about-text .about-slogan{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-top: 10px;
		flex-wrap: nowrap;
		
	}
	.home-about-content .about-text .about-slogan .title{
		width: 20%;
		font-size: 24px;
		line-height: 30px;
		padding-right: 0.5rem;
	}
	.home-about-content .about-text .about-slogan .text{
		font-size: 18px;
		line-height: 30px;
		color: #015eea;
	} 
	
	/* 新闻中心 */
	.home-news-box .home-news-item{
		padding-left:30px;
	}
	.footer-Wrap .footer-box{
		padding: 0.5rem 1rem;
	}
	
	/* 产品中心页 */
	.product-box .product-item{
		width: 90%;
		height: auto;
		overflow: hidden;
		background: #f1f7ff;
		padding: 30px;
		display: flex;
		border-radius: 30px;
		box-sizing: border-box;
		margin: 0px 20px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.product-box .product-item .description-box{
		padding-left: 30px;
		width: 65%;
		flex: 0 0 auto;
	}
	
	/* 成功案例 */
	.caseItem-box .case-item{
		width: 30%;
		background: #fff;
		display:block;
		padding: 30px 30px;
		text-align: center;
		margin: 18px 18px;
		border-radius: 25px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	
	/* 联系我们 */
	.contact-box .contact-text{
		width: 70%;
	}
	.contact-box .contact-right .wechat-box .qr-item h3{
		padding: 10px 5px;
		font-size: 14px;
	}
	
	/* 内容页 */
	.content-box .content-right .tag-box li{
		font-size: 12px;
		margin: 3px;
	}
	.content-box .content-right .tag-box li a{
		padding: 5px 6px;
	}

}
















@media (min-width: 1600px ) and (max-width:1800px) {
	.nav-Wrap .nav-container .logo{
		float: left;
		width: 90px;
		height: 100%;
		margin-right: 5px;
	}
	
	.nav-Wrap .nav-container .gaoxin{
		width: 60px;
		height: 60px;
		position: relative;
		padding-left:15px;
	}
	#nav-box .nav-item .nav-item-oneLink{
		line-height: 125px;
		height: 125px;
		position: relative;
		display: block;
		padding: 0px 15px;
	}
	
	.homeBanner .swiper-slide img{
		z-index: 3;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-user-drag: none;
	}
	
	.home-product-wrap .home-product-Swiper .home-product-item{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f1f7ff;
		padding: 20px;
		display: flex;
		border-radius: 20px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box{
		width: 3.5rem;
		padding-left: 18px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .title{
		font-size: 19px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .sub-title{
		font-size: 24px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .links-box .link{
		margin-right: 10px;
		padding: 8px 15px;
		font-size: 14px;
	}
	
	/* 解决方案 */
	.home-solution-box .swiper-slide .home-solution-item .img-box{
		width: 2.8rem;
		height: 2.8rem;
		overflow: hidden;
		border-radius: 20px 0px 20px 0px;
		margin: 0 auto;
	}
	.home-solution-box .swiper-slide .home-solution-item .title{
		width: 2.8rem;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}
	/* 适用行业 */
	.industries-Wrap .industries-box .industries-item{
		width: 200px;
		height: 200px;
		display: flex;
		text-align: center;
		border: 3px solid #dae6f8;
		box-sizing: border-box;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		border-radius: 50%;
		overflow: hidden;
		margin: 15px 15px;
		flex: 0 0 auto;
		transition: all .4s; 
	}
	
	.industries-Wrap .industries-box a.industries-item:hover{
		border: 3px solid #ff2f12;
	}
	
	
	.home-about-content .about-text .aboutNav-box .link{
		width: 22%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #e2e2e2;
		padding: 8px 15px;
		line-height: 30px;
		border-radius: 20px;
		margin-top: 20px;
		margin: 10px 1%;
	}
	.home-about-content .about-text .about-slogan .title{
		font-size: 40px;
		width: 30%;
		line-height: 1.5;
		padding-right: 0.5rem;
	}
	
	/* 新闻中心 */
	.home-news-box .home-news-item{
		padding-left:35px;
	}
	
	.footer-Wrap .footer-box{
		padding: 0.5rem 1rem;
	}
	
	/* 产品中心页 */
	.product-box .product-item{
		width: 90%;
		height: auto;
		overflow: hidden;
		background: #f1f7ff;
		padding: 30px;
		display: flex;
		border-radius: 30px;
		box-sizing: border-box;
		margin: 0px 20px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.product-box .product-item .description-box{
		padding-left: 30px;
		width: 72%;
		flex: 0 0 auto;
	}
	
	/* 成功案例 */
	.caseItem-box .case-item{
		width: 30%;
		background: #fff;
		display:block;
		padding: 30px 30px;
		text-align: center;
		margin: 18px 18px;
		border-radius: 25px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	
	/* 内容页 */
	.content-box .content-right .tag-box li{
		font-size: 14px;
		margin: 3px;
	}
	.content-box .content-right .tag-box li a{
		padding: 5px 15px;
	}
}

















@media (min-width: 1200px ) and (max-width:1400px) {
	
	.nav-Wrap .nav-container .logo{
		float: left;
		width: 90px;
		height: 100%;
		margin-right: 15px;
	}
	
	.nav-Wrap .nav-container .gaoxin{
		width: 40px;
		height: 40px;
		position: relative;
		padding-left:10px;
	}
	
	.nav-Wrap .nav-container .name{
		padding-left: 25px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 180px;
		overflow: hidden;
	}
	.nav-Wrap .nav-container .name h1{
		font-size: 14px;
		line-height: 24px;
		color: #000;
	}
	.nav-Wrap .nav-container .name h1 br{
		display: block;
	}
	.nav-Wrap .nav-container .name h1 span{
		color: #015198;
		padding-right: 10px;
		font-size: 18px;
	}
	
	
	.nav-Wrap .nav-container .name h2{
		display: none;
	}
	
	#nav-box .nav-item .nav-item-oneLink{
		line-height: 125px;
		height: 125px;
		position: relative;
		display: block;
		padding: 0px 10px;
		font-size: 14px;
	}
	#nav-box .nav-item.search-btn{
		cursor:pointer;
		padding: 0px 10px;
	}
	/* 切换圆点 */
	.homeBanner .swiper-pagination-bullet{
	  width: 15px;
	  height: 15px;
	  background: #fff;
	  opacity: 1;
	  margin: 0px 10px !important;
	  box-shadow: inset 1px 0px 5px 0px rgba(0,0,0,0.2);
	  position: relative;
	  bottom: 5px;
	}
	/* 导航栏 */
	.nav-Wrap{
		height: 100px;
	}
	#nav-box .nav-item{
		height: 100px;
	}
	#nav-box .nav-item .nav-item-oneLink{
		height: 100px;
		line-height: 100px;
	}
	#nav-box .nav-item .nav-dropDownMenu{
		top: 100px;
	}
	#nav-box .nav-item.search-btn{
		line-height: 100px;
	}
	
	#nav-box .nav-item .nav-dropDownMenu .nav-dropDownMenu-center .item{
		width: 200px;
		height: auto;
	}
	#nav-box .nav-item .nav-dropDownMenu .nav-dropDownMenu-center .item.more .img-box{
		width: 150px;
		height: 150px;
	}
	#nav-box .nav-item .nav-dropDownMenu .nav-dropDownMenu-center .item.more .img-box .icon{
		font-size: 45px;
	}
	#nav-box .nav-item .nav-dropDownMenu .nav-dropDownMenu-center .item .img-box{
		width: 150px;
		height: 150px;
	}
	#nav-box .nav-item .nav-dropDownMenu#solution-dropDownMenu .nav-dropDownMenu-center .item .img-box{
		width: 150px;
		height: 150px;
	}
	/* 搜索栏 */
	.search-Wrap{
		height: 100px;
	}
	.search-Wrap .search-box{
		height: 100px;
	}
	.search-Wrap .search-box .search-logo ul li{
		font-size: 20px;
		line-height: 25px;
	}
	.search-Wrap .search-box .search-logo ul p{
		font-size: 14px;
	}
	/* 移动端产品页 */
	
	.home-product-wrap .home-product-Swiper .home-product-item .description-box{
		width: 3.8rem;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .links-box .link{
		font-size: 14px;
		padding: 5px 11px;
	}
	.home-product-wrap .home-product-Swiper .home-product-item .description-box .links-box .link .icon{
		font-size: 16px;
		padding-left: 5px;
	}
	
	/* 关于我们 */
	.home-about-content{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-top: 20px;
	}
	.home-about-content .about-tv{
		margin-bottom:0.3rem;
	}
	.home-about-content .about-text .about-slogan{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0.2rem;
		flex-wrap: wrap;
	}
	.home-about-content .about-text .about-slogan .title{
		font-size: 50px;
		width: 15%;
		line-height: 1.5;
		padding-right: 0.5rem;
	}
	.home-about-content .about-text .about-slogan .text{
		font-size: 25px;
		color: #015eea;
	}
	/* 荣誉 */
	.home-honor-Wrap{
		margin-top: 0.6rem;
	}
	.home-honor-box .home-honor-Swiper .swiper-slide .honor-list .title-box li{
		font-size: 14px;
	}
	
	/* 成功案例 */
	.caseItem-box .case-item{
		width: 30%;
		background: #fff;
		display:block;
		padding: 20px 20px;
		text-align: center;
		margin: 10px 10px;
		border-radius: 25px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.caseItem-box .case-item .sub-title .pro-t{
		font-size: 14px;
	}
	
	/* 产品列表单独适配 1800 - 1899 px */
	@media (min-width: 1800px ) and (max-width:1899px){
		.product-box .product-item{
			width: 730px;
			margin: 0px 15px;
		}
	}
}