
@media only screen and (max-width: 1024px){
	.products-page-s-img{
		height: 120px;
	}
	.banner-box span{
		width: 800px;
	}
	.index-product{
		width: 1000px;
	}
	.index-product-box{
		margin-top: 0;
	}

	.index-product-img{
		width: 300px;
		height: 300px;
	}
	.index-project-box{
		width: 900px;
	}
	.index-project-bg{
		width: 450px;
		height: 550px;
	}
	.index-project-p{
		width: 450px;
		padding-bottom: 550px;
		height: 0;
		overflow: hidden;
	}
	.index-project-p h4{
		padding: 10px 20px;
		font-size: 20px;
	}
	.index-project-p p{
		letter-spacing: 4px;
	}
	.about-img-left{
		width: 60%;
	}
	.about-img-right{
		width: 300px;
	}
	.products{
		width: 1000px;
	}
	.products-img{
		width: 230px;
		height: 230px;
	}
	.project{
		width: 1000px;
	}
	.project-bg{
		width: 600px;
	}
	.project-info{
		width: 400px;
	}
	.products-box{
		width: calc(100% - 230px);
	}
	.products-page-img{
		width: 400px;
		padding-bottom: 400px;
	}
	.products-page-info{
		width: calc(100% - 400px);
		padding-bottom: 400px;
	}
	.products-page-info h3{
		padding-bottom: 10px;
		font-size: 25px;
	}
	.products-page-info li{
		padding-bottom: 10px;
	}
	.products-page-info li span.remarks{
		padding-top: 10px;
	}
	.project-page-img{
		width: 550px;
	}
	.project-page-info{
		width: 450px;
	}
	.contact{
		width: 1000px;
	}

	.contact-information{
		width: 50%;
		overflow: hidden;
	}

}
@media only screen and (max-width: 768px){
	header{
		position: fixed;
		background-color: #FFF;
		z-index: 999;
	}
	
	.banner-box{
		padding-bottom: 300px;
	}
	#menu{
		left: -800px;
	}
	.rwd{
		display: block;
	}
	#menu{
		margin-top: 0;
	}
	#menu.open{
		width: 400px;
		max-width: 100%;
		background-image: url('../img/layout/main-bg.png');
		background-position: bottom;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	#menu div.header-logo-box{
		width: 100%;
	}

	#menu div.header-logo-box a{
		width: 350px;
		max-width: 100%;
		margin:0 auto;
		display: block;	
	}
	.header-menu-box li{
		padding: 10px 0;
	}
	.txt{
		font-size: 20px;
	}

	.about-img-left{
		width: 100%;
	}
	.about-img-right{
		width: 100%;
		margin-top: 10px;
	}
	.header-menu-box{
		position: absolute;
		top: 35%;
		margin: 0 auto; 
	}
	.products-page-info{
		width: 100%;
		padding: 0;
		height: auto;
		margin-top: 10px;
	}
	.products-page-s-img-box{
		width: 90%;
	}
	.header-menu-box li{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.products-page-img{
		width: 100%;
	}
	.index-product-box{
		width: 49%;
		margin: 0 0.5%;
	}
	.index-product-more{
		height: 250px;
	}
	.index-project-bg{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.index-project-p{
		width: 90%;
		padding-bottom: 20px;
		height: auto;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.index-project-p h4{
		font-size: 25px;
		padding: 20px;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.about{
		margin-top: 0;
		padding-bottom: 30px;
	}
	.about-img-box{
		padding-bottom: 0;
	}
	.products-menu-title{
		width: 200px;
		margin: 0 auto;
		float: none;
	}
	.products-menu{
		width:80%;
		float: none;
		margin: 0 auto;
	}
	.products-menu-icon{
		width: 30%;
		margin: 0 auto;
	}

	.banner-box span{
		top: 30%;
		font-size: 25px;
		width: 600px;
	}
	.products-menu select{
		width: 80%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.project-bg{
		width: 100%;
	}
	.project-info{
		width: 100%;
		height: auto;
	}
	.project-page-info{
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.products-show-box{
		display: none;
	}
	.project-page-img{
		width: 100%
	}
	.contact-form{
		width: 100%;
	}
	.contact-form li{
		width: 95%;
		margin: 0 auto;
	}
	.remarks-box{
		margin: 0 auto;
	}
	.button{
		margin: 0 auto;
	}
	.contact{
		padding: 10px 0;
	}
	.contact-information{
		display: none;
	}

	main{
		padding-bottom: 0;
		margin-top: 110px;
	}
	.products-box{
		width: 95%;
		float: none;
		margin: 20px auto;
	}
	.products-img-box{
		width: 49%;
		margin: 0 0.5%;
	}
	.products-img {
	    width: 350px;
	    height: 350px;
	}
	.products-menu .select{
        display: block;
        text-align: center;
        font-size: 16px;
        padding: 15px 0;
        position: relative;
        cursor: pointer;
    }
    .products-menu .select:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-top: 10px solid #4d4d4d;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .products-menu .icon_writing {
        max-height: 0;
        overflow: hidden;
        transition:all .3s ease-out;
    }
    .products-menu .icon_writing.open {
        max-height: 1000px;
        transition:all .3s ease-in;
    }
    #class{
	    border: 1px solid #4d4d4d;
	    margin-top: 10px;
    }
    .products-menu #class >ul >li{
    	border-bottom: 0;
    }
    .show-rwd{
		display: block;
	}
}
@media only screen and (max-width: 750px){
	.products-img{
		width: 250px;
		height: 250px;
	}	
	.index-project-bg{
		height: 0;
		padding-bottom: 400px;
	}

}
@media only screen and (max-width: 480px){
	.index-product-more p{
		line-height: 1.6;
		letter-spacing: 2px;
		font-size: 13px;
	}
	.index-prodcut-more-icon{
		margin-top: 10px;
	}
	.banner-box{
		padding-bottom: 200px;
	}
	main{
		margin-top: 50px;
	}
	#menu div.header-logo-box a{
		width: 200px;
	}
	.menu-rwd{
		width: 25px;
		right: 5%;
		top: 4%;
		z-index: 999;
	}
	.header-logo-box{
		width: 200px;
		max-width: 100%;
		position: relative;
		z-index: 1;
	}
	#menu.open{
		width: 250px;
	}
	.slick-dots li button:before{
		font-size: 20px;
	}
	.slick-dots li {
    width: 25px;
    height: 20px;
	}
	.banner-box span{
		width: 300px;
		font-size: 14px;
		top: 30%;
	}
	h2{
		font-size: 20px;
		padding: 20px;
	}
	h2 span{
		font-size: 16px;
	}

	.index-product-img{
		width: 150px;
		height: 150px;
	}
	.index-product-more{
		height: 200px;
	}
	footer p{
		letter-spacing: 3px;
	}
	footer a{
		width: 100%;
		padding: 5px 0;
		display: block;
	}
	.index-project-p p{
		font-size:14px; 	
	}

	.products-menu select{
		margin-top: 20px;
	}
	.products-menu{
		width: 80%;
	}
	.products-menu-title{
		width: 200px;
		margin: 0 auto;
	}
	.products-img-box{
		width: 49%;
		margin: 0 0.5%;
	}
	.products-img{
		width: 150px;
		height: 150px;
	}
	.products-img-box h4{
		padding-top: 10px;
	}
	.products-page-img{
		padding-bottom:200px;
	}
	.products-page-img-bg{
		padding-bottom: 200px;
	}
	.project-box{
		width: 95%;
		margin: 0 auto;
	}
	.project-page{
		width: 90%;
		margin: 0 auto;
	}
	.project-page-text{
		width: 90%;
	}
	.contact-form li label{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.contact-form li input{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.remarks-box label{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.button input{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.contact-form{
		padding-bottom: 0;
		float: none;
		height: auto;
	}
	.index-project-bg{
		padding-bottom: 300px;
	}
	.products-page-s-img{
		height: 50px;
	}
}

