@charset 'utf-8';

@media (max-width: 1320px){
	.footer .infoBox .shu{
		display: none;
	}
	.footer .infoBox .teleBox, .footer .infoBox .emailBox{
		float: none;
	}
}

@media (max-width: 1220px) {

    .header .w1220{
        width:89%;
    }
    .header .navBox li{
    	margin: 0;
    }
    .feedTable table input#content{
	    width: 460px;
	    height: 48px;
	}
	.feedTable table input {
	    width: 140px;
	    height: 48px;
	}

}
@media (max-width: 860px){
	.pc-header{
		display: none;
	}
	.m-header{
		display: block;
	}
	.m-header-box{
		display: block;
	}
	#manual .openTip {
	    display: block!important;
	    padding-top: 60px;
	    padding-bottom: 60px;
	    border-bottom: none;
	    font-size: 16px;
	}

	#manual .feedTable{
		display: none;
	}
}













