@media screen and (max-width: 1800px){
	.container{
		max-width: 100%;
		padding: 0 1%;
	}
	.about-detail{
		padding-right: 4%;
	}
	.culture-container{
		padding: 0;
	}
}
@media screen and (max-width: 1680px){
	.nav>ul>li>a{
		padding: 0 20px;
	}
	.develop-bg img{
		height: 1000px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1600px){
	.content{
		max-width: 100%;
		padding: 0 1%;
	}
	.about-banner .img img{
		height: 1000px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1490px){
	.header{
		height: 80px;
	}
	.logo {
		width: 30%;
	}
	.nav>ul>li>a{
		font-size: 16px;
		line-height: 80px;
		padding: 0 15px;
	}
	.search-content a.search-link{
		line-height: 80px;
	}
}
@media screen and (max-width: 1440px){
	.index-about-content{
		align-items: center;
	}
	.index-pro-info .num,.index-pro-info .img,.index-pro-info .title,.index-pro-info .info{
		margin-bottom: 50px;
	}
	.index-pro-info .info{
		white-space: normal;
	}
	.product-search-title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1333px){
	
}
@media screen and (max-width: 1200px){
	.logo {
		width: 25%;
	}
	.footer-item .title a{
		font-size: 20px;
	}
	.footer-nav ul li a{
		font-size: 16px;
	}
	.footer-code-img p{
		font-size: 16px;
	}
	.footer-item:last-child{
		margin-left: 0;
	}
	.footer-code-img:last-child{
		margin-left: 3%;
	}
	.footer-code-img{
		text-align: center;
	}
	.about-title h2{
		font-size: 40px;
	}
	.about-text .text p{
		font-size: 18px;
	}
	.product-search-box{
		width: 80%;
	}
	/**/
}
@media screen and (max-width: 1145px){
	.nav>ul>li>a{
		font-size: 14px;
		padding: 0 12px;
	}
}
@media screen and (min-width: 960px){
	.nav>ul>li:hover>a{
		color: #005aff;
	}
	.nav>ul>li:hover>ul{
		display: block;
	}
	.nav>ul>li>ul>li:hover>a{
		color: #005aff;
	}
	.index-about-content .left .more a:hover{
		border: 1px solid #005aff;
		color: #005aff;
	}
	.index-cases-nav ul li:hover a{
		background-color: #005aff;
		color: #ffffff;
	}
	.index-cases-list .swiper-button-prev:hover{
		background-image: url(../images/index_prev_hover.png);
	}
	.index-cases-list .swiper-button-next:hover{
		background-image: url(../images/index_next_hover.png);
	}
	.index-news-item:hover .title{
		color: #005aff;
	}
	.index-news-item:hover .img img{
		transform: scale(1.1);
	}
	.index-news-item:hover .more{
		color: #005aff;
	}
	.index-news-button .swiper-button-prev:hover{
		border: 1px solid #005aff;
		background-color: #005aff;
		background-image: url(../images/index_prev.png);
	}
	.index-news-button .swiper-button-next:hover{
		border: 1px solid #005aff;
		background-color: #005aff;
		background-image: url(../images/index_next.png);
	}

	.index-news-more a.link:hover{
		border: 1px solid #005aff;
		color: #005aff;
	}
	.footer-nav ul li a:hover{
		color: #005aff;
	}
	.index-cases-list .swiper-slide-active .index-cases-img:hover img{
		transform: scale(1.1);
	}
	.product-list-box .list .item:hover .img img{
		transform: scale(1.1);
	}
	.technical-list .item .img:hover img{
		transform: scale(1.1);
	}
	.prodetail-det-nav ul li:hover a{
		border-bottom: 2px solid #0040b4;
		color: #0040b4;
	}
	.pages li:hover a{
		border: 1px solid #005aff;
		background-color: #005aff;
		color: #ffffff;
	}
	.recruit-box:hover {
		background-color: #f5f5f5;
	}
	.message-btn .btn button:hover{
		background-color: #005affee;
	}
}
@media screen and (max-width: 960px){
	.header{
		height: 60px;
	}
	.logo{
		width: calc(100% - 60px);
	}
	.logo img{
		max-height: 50px;
	}
	.nav-content{
		border-top: 1px solid #e5dbdb;
		/*display: none;*/
		position: absolute;
		left: 100%;
		top: 100%;
		width: 100%;
		background-color: rgba(255,255,255,.89);
		transition: all 0.5s;
	}
	.nav-content.active{
		/*display: block;*/
		left: 0;
	}
	.nav>ul>li{
		width: 100%;
	}
	.nav>ul>li:after{
		content: "";
		position: absolute;
		right: 14px;
		top: 17px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #2c3441;
		border-right: 2px solid #2c3441;
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		/*transition: all 0.5s;*/
		transform: rotate(45deg);
	}
	.nav>ul>li.active:after{
		transform: rotate(135deg);
		top: 10px;
	}
	.nav>ul>li>a{
		/*text-align: center;*/
		line-height: 48px;
		font-size: 16px;
		display: inline-block;
	}
	.nav>ul>li>ul{
		position: relative;
		top: 0;
	}
	.nav>ul>li>ul>li>a{
		text-align: left;
		padding: 0 24px;
		font-size: 16px;
		line-height: 40px;
	}
	.search-content{
		padding: 10px 12px;
		width: 100%;
	}
	.search-content a.search-link{
		display: none;
	}
	.search-form{
		display: block;
		position: relative;
		border: 1px solid #e5dbdb;
		width: 100%;
	}
	.ph-menu{
		display: block;
		width: 32px;
		height: 23px;
		position: relative;
	}
	.ph-menu span{
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 2px;
		background-color: #333333;
		transition: all 0.5s;
	}
	.ph-menu span:nth-child(1){
		top: 0;
	}
	.ph-menu span:nth-child(2){
		top: 10px;
	}
	.ph-menu span:nth-child(3){
		top: 20px;
	}
	.ph-menu.active span:nth-child(1){
		transform: rotate(-45deg);
		top: 11px;
	}
	.ph-menu.active span:nth-child(2){
		display: none;
	}
	.ph-menu.active span:nth-child(3){
		transform: rotate(45deg);
		top: 11px;
	}

	.pc-img{
		display: none;
	}
	.ph-img{
		display: block;
	}
	.ph-menu{
		display: block;
	}
	.index-title{
		text-align: center;
	}
	.index-title h2{
		font-size: 24px;
	}
	.index-title p{
		font-size: 18px;
	}
	.index-title p:after{
		width: 32px;
		left: 50%;
		transform: translateX(-50%);
	}
	.index-about{
		padding-bottom: 5%;
	}
	.index-about-content .left{
		width: 100%;
		padding: 0;
	}
	.index-about-content .left .text{
		font-size: 18px;
	}
	.index-about-content .left .more a{
		margin: 0 auto;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
		font-size: 16px;
	}
	.index-about-content .right{
		width: 100%;
		margin-top: 5%;
	}
	.pc-show{
		display: none;
	}
	.ph-show{
		display: block;
	}
	.index-pro .index-title-content{
		background-position: right top;
		padding: 5% 1%;
	}
	.index-text{
		width: 100%;
	}
	.index-text p{
		font-size: 16px;
	}
	.ph-index-pro-list .index-pro-item{
		width: 100%;
		height: auto;
	}
	.ph-index-pro-list .index-pro-item.active .index-pro-info{
		padding: 25px;
	}
	.ph-index-pro-list .index-pro-info .num{
		margin-bottom: 5%;
	}
	.ph-index-pro-list .index-pro-info .img{
		margin-bottom: 5%;
	}
	.ph-index-pro-list .index-pro-info .title{
		margin-bottom: 5%;
		font-size: 24px;
	}
	.ph-index-pro-list .index-pro-info .info{
		margin-bottom: 5%;
		font-size: 18px;
	}
	.ph-index-pro-list .index-pro-info .more{
		right: 25px;
		bottom: 25px;
		font-size: 16px;
		text-align: right;
	}
	.ph-index-pro-list .index-pro-info .more i img{
		max-width: 32%;
	}
	.index-pro-img img{
		width: 100%;
	}
	.index-cases{
		background-size: 70%;
	}
	.index-cases-nav ul{
		flex-wrap: nowrap;
		overflow-y: auto;
		/*padding: 0 10px;*/
		justify-content: initial;
	}
	.index-cases-nav ul li{
		margin: 0 15px;
	}
	.index-cases-nav ul li a{
		font-size: 16px;
		padding: 5px 20px;
		white-space: nowrap;
	}
	.index-cases-img img{
		border-radius: 10px;
	}
	.index-cases-list .swiper-button-prev,.index-cases-list .swiper-button-next{
		width: 13px;
		height: 23px;
		background-size: 13px 23px;
	}
	.index-cases-title{
		flex-direction: column;
		align-items: flex-start;
	}
	.index-cases-title p,.index-cases-title span{
		font-size: 16px;
		line-height: 1.6;
	}
	.index-news-item .date{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.index-news-item .title{
		font-size: 20px;
		height: 52px;
	}
	.index-news-more{
		padding-right: 0;
		justify-content: space-between;
	}
	.index-news-more a.link{
		height: 40px;
		line-height: 38px;
	}
	.index-news-button{
		margin-left: 0;
		height: 40px;
		width: 100px;
	}
	.index-news-button .swiper-button-prev,
	.index-news-button .swiper-button-next{
		width: 40px;
		background-size: 10px 20px
	}
	footer{
		background-size: cover;
	}
	.footer-content{
		flex-wrap: wrap;
	}
	.footer-item{
		width: 100%;
	}
	.footer-item .title{
		position: relative;
	}
	.footer-item .title:after{
		content: "";
		position: absolute;
		right: 5px;
		top: 14px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #2c3441;
		border-right: 2px solid #2c3441;
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		/*transition: all 0.5s;*/
		transform: rotate(45deg);
	}
	.footer-item:last-child{
		margin-top: 5%;
	}
	.footer-item:last-child .title:after{
		display: none;
	}
	.footer-item.active .title:after{
		transform: rotate(135deg);
		top: 10px;
	}
	.footer-item .title a{
		line-height: 40px;
		font-size: 18px;
	}
	.footer-nav{
		display: none;
		transition: all 0.5s;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.footer-nav ul li a{
		padding-left: 20px;
	}
	/*.footer-item.active .footer-nav{
		display: block;
	}*/
	.footer-code{
		margin-top: 3%;
	}
	.footer-code-box{
		width: 100%;
		justify-content: space-between;
	}
	.footer-code-img{
		width: 45%;
	}
	.footer-code-img:last-child{
		margin-right: 0;
	}
	.about-banner .img img{
		/*height: 800px;*/
	}
	.about-text .left ,.about-text .right{
		width: 100%;
	}
	.about-title h2{
		/*text-align: center;*/
		font-size: 32px;
	}
	.about-text .text p{
		font-size: 16px;
	}
	.about-text .more a{
		font-size: 16px;
		width: 140px;
		line-height: 40px;
	}
	.culture{
		margin-top: 0;
	}
	.culture-container{
		height: auto;
	}
	.culture-content .left{
		width: 100%;
		padding-left: 1%;
		padding-bottom: 20%;
	}
	.culture-content .left .title h2{
		text-align: center;
	}
	.culture-content .right{
		width: 100%;
	}
	.culture-content .right .img img{
		height: auto;
	}
	.culture-content .left .culture-box{
		padding-top: 20%;
	}
	.culture-box .text{
		text-align: center;
	}
	.culture-box .text h3{
		font-size: 24px;
	}
	.culture-box .text p{
		font-size: 20px;
	}
	.culture-content .left .button{
		margin: 10% auto 0;
		height: 40px;
		width: 100px;
	}
	.culture-content .left .button .swiper-button-prev,
	.culture-content .left .button .swiper-button-next{
		width: 40px;
	}
	.quality-bg img{
		height: 400px;
	}
	.quality-container .list .item{
		margin-bottom: 25%;
	}
	.quality-container .list .item h3{
		font-size: 18px;
	}
	.quality-container .list .item p{
		font-size: 24px;
	}
	.develop-container .container{
		padding-left: 1%;
	}
	.develop-box .gallery-thumbs .swiper-slide .year{
		font-size: 16px;
	}
	.develop-box .gallery-thumbs .swiper-slide .year:before{
		width: 8px;
		height: 8px;
		top: -6px;
	}
	.develop-box .gallery-top .swiper-slide{
		max-width: 100%;
	}
	.develop-box .gallery-top .swiper-slide .img{
		padding: 0 1%;
	}
	.develop-box .gallery-top .swiper-slide .img img{
		width: 100%;
	}
	.develop-box .gallery-top .swiper-slide .date{
		margin-top: 0;
		text-align: center;
		font-size: 32px;
	}
	.develop-box .gallery-top .swiper-slide .info{
		padding: 0;
		font-size: 16px;
		text-align: center;
	}
	.develop-box .gallery-top .swiper-slide:nth-child(3n){
		padding-top: 4%;
	}
	.develop-box .gallery-top .swiper-slide:nth-child(3n+1){
		padding-top: 4%;
	}
	.develop-box .gallery-top .swiper-slide:nth-child(3n+2){
		padding-top: 4%;
	}
	.develop-button,.honor-button{
		margin: 7% auto 0;
		height: 48px;
	}
	.develop-button .swiper-button-prev,
	.develop-button .swiper-button-next,
	.honor-button .swiper-button-prev,
	.honor-button .swiper-button-next{
		width: 48px;
	}
	.develop-bg img{
		height: 650px;
	}
	.honor-container .container{
		padding-left: 1%;
	}
	.nyBan-img img{
		height: 420px;
		object-fit: cover;
	}
	.nyBan-text .content{
		padding: 5% 1% 0;
	}
	.nyBan-text .content h2{
		font-size: 32px;
	}
	.nyBan-text .content p{
		font-size: 16px;
	}
	.product-search-title{
		font-size: 16px;
	}
	.product-search-box{
		width: 100%;
	}
	.product-search-form{
		height: 50px;
	}
	.product-search-form input{
		text-align: left;
		padding-left: 10px;
		padding-right: 50px;
		font-size: 16px;
	}
	.product-search-form button{
		width: 46px;
	}
	.product-list-box .list{
		padding: 0;
	}
	.product-list-box .list .item{
		width: 100%;
	}
	.supp-img img{
		object-fit: cover;
		height: 360px;
		object-position: left;
	}
	.supp-info{
		width: 50%;
	}
	.supp-info .title{
		font-size: 30px;
	}
	.supp-info .text{
		font-size: 16px;
	}
	.supp-info .more a{
		font-size: 16px;
		line-height: 36px;
	}
	.technical-list .item .img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.technical-list .item .img img{
		width: 100%;
	}
	.technical-list .item .info{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.technical-list .item .down{
		width: 100%;
	}
	.prodetail-dao p{
		font-size: 16px;
	}
	.prodetail-dao p a{
		font-size: 16px;
	}
	.prodetail-dao p span{
		padding: 0 10px;
		font-size: 16px;
	}
	.prodetail-box .left{
		width: 100%;
	}
	.prodetail-box .right{
		margin-top: 5%;
		width: 100%;
		text-align: center;
	}
	.prodetail-box .info .title h1{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.prodetail-box .info .info-item .info-tit{
		width: 100%;
		font-size: 18px;
	}
	.prodetail-box .info .info-item .info-txt{
		width: 100%;
		font-size: 16px;
	}
	.prodetail-box .info .info-item .info-txt p{
		font-size: 16px;
	}
	.prodetail-det-nav ul li a{
		padding: 15px 30px;
		font-size: 16px;
	}
	.prodetail-det-text{
		font-size: 16px;
	}
	.prodetail-det-text p{
		font-size: 16px;
	}
	.features-content .left{
		width: 100%;
		padding: 0;
	}
	.features-content .left .features-box{
		padding: 15% 1%; 
	}
	.features-content .right{
		width: 100%;
	}
	.features-box .gallery-thumbs .text h3{
		font-size: 24px;
		text-align: center;
	}
	.features-box .gallery-thumbs .text p{
		font-size: 16px;
	}
	.features-content .left .button{
		margin: 20% auto 0;
		height: 40px;
		width: 100px;
	}
	.features-content .left .button .swiper-button-prev,
	.features-content .left .button .swiper-button-next{
		width: 40px;
	}
	.technical-list .item .info h2{
		font-size: 20px;
	}
	.technical-list .item .info p{
		font-size: 16px;
	}
	.casesdetail-content .prodetail-box .info .info-item .info-tit{
		width: 110px;
	}
	.casesdetail-content .prodetail-box .info .info-item .info-txt{
		width: calc(100% - 110px);
	}
	.casesdetail-content .prodetail-box .info .info-item .info-txt p{
		font-size: 18px;
	}
	.casesdetail-text{
		font-size: 16px;
	}
	.contact-box .left{
		width: 100%;
	}
	.contact-box .right{
		width: 100%;
		margin-top: 5%;
	}
	.contact-box .title{
		font-size: 18px;
	}
	.contact-box .left .text{
		font-size: 16px;
	}
	/*.job_num{
		display: none;
	}*/
	.job_area{
		display: none;
	}
	.job_time{
		display: none;
	}
	.message-box .item{
		width: 100%;
		margin-right: 0;
	}
	.message-box .item label{
		font-size: 18px;
	}
	.message-box .item img{
		height: 40px;
	}
	.message-box .item .inp{
		height: 40px;
		font-size: 16px;
	}
	.message-box .textarea .inp{
		height: 120px;
	}
	.message-btn .btn{
		margin-top: 3%;
		width: 40%;
	}
	.message-btn .btn button{
		height: 40px;
	}
}

@media screen and (max-width: 768px){
	.supp-info{
		width: 100%;
	}
}
@media screen and (max-width: 340px){
	
}