@media (min-width: 1200px){
	
	.header-nav-ul>li.dropdown:hover>ul{
		display: block;
	}
	.header-nav-ul>li:hover>a{
		color: #ff6b00;
	}
	.header-nav-ul>li.dropdown:hover>a:after{
		border-bottom: 2px solid #ff6b00;
		border-left: 2px solid #ff6b00;
	}
	.header-nav-ul>li>ul>li>a:hover{
		color: #ff6b00;
	}
	.footer-nav>ul>li>a:hover{
		color: #ff6b00;
		font-weight: normal;
	}
	.footer-nav>ul>li.dropdown:hover>a:after{
		border-bottom: 2px solid #ff6b00;
		border-left: 2px solid #ff6b00;
	}
	.footer-nav>ul>li.dropdown:hover>ul{
		display: block;
	}
	.footer-nav>ul>li:hover>a{
		color: #ff6b00;
	}
	.footer-nav>ul>li>ul>li>a:hover{
		color: #ff6b00;
	}
	.breadcrumb nav a:hover{
		color: #ff6b00;
	}
	.product-item:hover{
		border-color: #ff6b00;
	}
	.product-item-text h2:hover{
		color: #ff6b00;
		font-weight: bold;
	}
	.product-item:hover .product-item-img img{
		transform: scale(1.1);
	}
	.form-btn:hover{
		background-color: #ff6b00D0;
	}
	/*.news-item:hover .news-item-desc{
		background-color: #ff6b00;
		top: 0;
	}*/
	.news-item:hover .news-item-img img{
		transform: scale(1.1);
	}
	.pages ul li:not(.nolink):hover a{
		color: #ffffff;
		border-color: #ff6b00;
		background-color: #ff6b00
	}
	.nynav>div>ul>li:not(.nydropdown):hover>a {
		border-bottom: 2px solid #ff6b00;
	}

	.nynav>div>ul>li.nydropdown:hover .nydropdown-menu{
		display: block;
	}
	.nydropdown-menu>li>a:hover{
		background-color: #ff6b00;
		color: #ffffff;
	}
	.news-list-item .news-list-item-img:hover img{
		transform: scale(1.1);
	}
	.news-list-item .news-list-item-tit h3:hover{
		color: #ff6b00;
	}
	.post-nav-prev a:hover,
	.post-nav-next a:hover{
		color: #ff6b00;
	}

	.post-nav-prev a:hover:after,
	.post-nav-next a:hover:after{
		border-top-color: #ff6b00;
		border-left-color: #ff6b00;
	}
}
@media (max-width: 1200px){
	.header-top .container{
		width: 100%;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	header{
		height: 80px;
	}
	.header-top{
		height: 100%;
	}
	.nybanner .banner-text{
		width: 100%;
		padding-top: 10%;
	}
	main{
		margin-top: 80px;
	}
	main.index{
		margin-top: 80px;
	}
	.pc-logo{
		display: none;
	}
	.ph-logo{
		display: block;
	}
	.header-logo img{
		height: 40px;
	}
}
@media (max-width: 768px){
	.header-top .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}
	.logo{
		position: initial;
		line-height: 80px;
	}
	.header-logo span{
		font-size: 16px;
		/*display: none;*/
	}
	.header-logo{
		display: none;
	}
	.header-search{
		display: none;
	}
	.phone-menu{
		display: block;
	}
	.header-nav{
		display: none;
		position: absolute;
		z-index: 999;
		width: 100%;
		height: calc(100vh - 50px);
		top: 80px;
		left: 0;
	}
	.header-nav.is-show{
		display: block;
		background-color: rgba(255, 255, 255, 1.0);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	}
	.header-nav.is-show .header-nav-ul>li{
		padding: 15px 0;
	}
	.header-nav.is-show .header-nav-ul>li>a{
		text-align: left;
		color: #333333;
	}
	.header-nav.is-show .header-nav-ul>li.dropdown>a:after{
		width: 8px;
		height: 8px;
		border-bottom: 2px solid #333333;
		border-left: 2px solid #333333;
	}
	.header-nav-ul{
		display: block;
	}
	.header-nav-ul>li{
		padding: 15px 0;
	}
	.header-nav-ul>li>a{
		font-size: 20px;
		font-weight: normal;
		text-shadow: initial;
	}
	.header-nav-ul>li>ul{
		position: relative;
		background-color: rgba(255, 255, 255, 1.0);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
		padding-top: 10px;
	}
	.header-nav-ul>li>ul>li>a{
		font-size: 16px;
		padding: 7px 10px;
	}
	footer{
		padding: 50px 0 30px;
	}
	.footer-content{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 20%;
	}
	.footer-box{
		width: 100%;
	}
	.footer-nav{
		margin-top: 30px;
		width: 100%;
	}
	.footer-nav>ul{
		justify-content: space-around;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer-nav>ul>li>a{
		padding: 0;
		font-size: 18px;
		font-weight: normal;
	}
	.footer-nav>ul>li.dropdown>a{
		padding-right: 0;
	}
	.footer-nav>ul>li.dropdown>a:after{
		display: none;
	}
	.copyright p,.copyright p a{
		font-size: 16px;
	}

	.banner-logo{
		/*display: none;*/
		width: 91%;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
	}
	.nybanner .banner-logo{
		transform: translateX(0);
		width: 30%;
		right: 5%;
	}
	.banner-img>img{
		height: auto;
	}
	.nybanner .banner-img>img{
		height: auto;
	}
	.banner-text h2{
		font-size: 24px;
		width: 340px;
		margin: 0 auto;
		padding-bottom: 0;
		text-align: center;
		padding-top: 10%;
	}
	.nybanner .banner-text{
		padding-top: 0;
	}
	.nybanner .banner-text h2{
		width: 100%;
		text-align: center;
	}
	.banner-icon{
		width: 90px;
		height: 90px;
		bottom: -15%;
		left: auto;
		right: 2%;
	}
	section{
		padding: 10% 0;
	}
	.section-title span{
		letter-spacing: 3px;
	}
	.about .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.about-section{
		margin-top: 0;
	}
	.about-section .container{
		flex-direction: column-reverse;
	}
	.about-img{
		width: 100%;
		padding: 5% 0 0 0;
	}
	.about-text{
		width: 100%;
		padding-bottom: 0;
	}
	.section-title h3{
		font-size: 30px;
	}
	.about-text-txt{
		margin-top: 20px;
	}
	.about-more{
		margin-top: 20px;
	}

	.product .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.product-wrap{
		margin-top: 5%;
	}
	.product-item{
		width: 49%;
	}
	.product-item-text h2{
		line-height: 36px;
	}
	.contact .nybanner .banner-text{
		justify-content: center;
		align-items: center;
	}
	.contact .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.contact-wrap{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.contact-img{
		width: 100%;
	}
	.contact-text{
		width: 100%;
		margin-top: 5%;
	}

	.message .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.message-wrap{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.message-img{
		width: 100%;
	}
	.message-form{
		width: 100%;
		margin-top: 5%;
	}
	.news .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.news-wrap{
		columns: 1;
		margin-top: 5%;
	}
	.news-item-phone{
		display: none;
	}
	.news-phone-more{
		display: block;
	}
	.brand-wrap{
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.brand-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.devel-wrap{
		flex-wrap: wrap;
	}
	.devel-text{
		width: 100%;
	}
	.devel-desc {
		margin-top: 30px;
	}
	.devel-desc h4{
		font-size: 20px;
	}
	.devel-img{
		margin-top: 5%;
		width: 100%;
	}
	.swiper-thumbs{
		padding: 10px 30px;
	}
	.swiper-button{
		bottom: 12%;
	}
	.swiper-button .swiper-button-next:after, 
	.swiper-button .swiper-button-prev:after{
		font-size: 14px;
	}

	.nynav>div>ul{
		justify-content: flex-start;
	}
	.nynav>div>ul>li>a{
		font-size: 16px;
		padding: 15px 30px;
	}
	.nynav>div>ul>li.nydropdown{
		position: inherit;
	}
	.nynav .swiper-container{
		overflow: visible;
	}
	.department .nybanner .banner-text{
		justify-content: center;
		align-items: center;
	}
	.department .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
	.department-wrap{
		flex-wrap: wrap;
	}
	.department-img{
		width: 100%;
		min-height: auto;
		background-image: none!important;
	}
	.department-img>img{
		display: block;
	}
	.department-text{
		width: 100%;
		margin-top: 5%;
	}
	.prodet-wrap{
		flex-wrap: wrap;
	}
	.prodet-slide{
		width: 100%;
	}
	.prodet-text{
		margin-top: 5%;
		width: 100%;
	}
	.prodet-text-down{
		text-align: center;
	}

	.imgContainer .swiper-container{
		height: auto;
	}
	.imgContainer .swiper-button-prev{
		left: 10px;
	}
	.imgContainer .swiper-button-next{
		right: 10px;
	}
	.news-list-item{
		flex-wrap: wrap;
	}
	.news-list-item-img{
		width: 100%;
	}
	.news-list-item-text{
		margin-top: 5%;
		width: 100%;
	}
	.news-list-item-tit h3{

	}
	.message .nybanner .banner-text{
		justify-content: center;
		align-items: center;
	}
	.message .nybanner .banner-text h2{
		padding: 0;
		font-size: 26px;
	}
}