@charset "utf-8";
/* CSS Document */
@media (max-width:768px) {
	.warp{
		width: 100%;
	}
	.content-left {
	    width: 100%;
	    height: auto;
	    margin: 0px;
	}
	.content-left .h-til {
	    margin-top: 10px;
	}
	.contact-mode-img{
		width: 95%;
		margin-bottom: 10px;
	}
	.contact-mode-img img{
		width: 100%;
	}
	.content-right{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-top: 10px;
	}
	.content-one{
		width: 100%;
		height: auto;
		margin: 0px;
	}
	.content-one li p:nth-of-type(1){
		width: 70%;
	}
	.content-one li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}

}

@media (max-width:375px) {
/*	.index-nav-list a {
	    font-size: 12px!important;
	}*/
	.content-one-main li p:nth-of-type(2){
		width: 24%;
		margin-right: px;
	}
/*	.footer{
		float: left;
	}*/
}