@media screen and (max-width: 1024px)
{
	#nav-list > ul > li > a {
    font-size: 12px;
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: 600;
}


}


@media screen and (max-width: 768px)
{
 .banner-item {
                background-size:100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                line-height: 1.2;
                height:285px;
            }
}

@media screen and (max-width: 414px)
{
 .banner-item {
                background-size:100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                line-height: 1.2;
                height:215px;
            }
			.header-item 
			{
				margin-top:-25px;
			}
			
			 .header-item .phone {
				position:relative;
				top:28px;
				right:10px;
				
				
				
                
            }

.header-item .no {
				padding-left:20px;
				
				
                
            }
}
@media screen and (max-width: 375px)
{
 .banner-item {
                background-size:100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                line-height: 1.2;
                height:185px;
            }
			
			.header-item 
			{
				margin-top:-25px;
			}
			
			 .header-item .phone {
				position:relative;
				top:28px;
				right:10px;
				
				
				
                
            }

.header-item .no {
				padding-left:20px;
				
				
                
            }
}