@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%;
	}
	.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-top: 0px;
	}
	.content-one-left{
		width: 100%;
		margin: 0px;
		border:0px;
	}
	.content-one-left li p:nth-of-type(1){
		width: 70%;
	}
	.content-one-left li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-one-right{
		width: 100%;
		height: auto;
		margin: 0px;
		border: 0px;
	}
	.content-one-right li p:nth-of-type(1){
		width: 70%;
	}
	.content-one-right li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-two{
		width: 100%;
		height: auto;
	}
	.content-two-left{
		width: 100%;
		margin-top: 10px;
		border:0px;
	}
	.content-two-left li p:nth-of-type(1){
		width: 70%;
	}
	.content-two-left li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-two-right{
		width: 100%;
		height: auto;
		margin-top: 4px;
		border: 0px;
	}
	.content-two-right li p:nth-of-type(1){
		width: 70%;
	}
	.content-two-right li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-three{
		width: 100%;
		height: auto;
	}
	.content-three-left{
		width: 100%;
		margin-top: 10px;
		border:0px;
	}
	.content-three-left li p:nth-of-type(1){
		width: 70%;
	}
	.content-three-left li p:nth-of-type(2){
		width: 22%;
		margin-right: 0px;
	}
	.content-three-right{
		width: 100%;
		height: auto;
		margin-top: 4px;
		border: 0px;
	}
	.content-three-right li p:nth-of-type(1){
		width: 70%;
	}
	.content-three-right 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-left li p:nth-of-type(2),.content-one-right li p:nth-of-type(2),.content-two-left li p:nth-of-type(2),
	.content-two-right li p:nth-of-type(2),.content-three-left li p:nth-of-type(2),.content-three-right li p:nth-of-type(2){
		width: 24%;
		margin-right: 0px;
	}
/*	.footer{
		float: left;
	}*/
}






