.image0 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

/*==========tel============*/
.contact_head{
	width: 90%;
	height: auto;
	font-size: 13px;
	padding: 8px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	background:  #EE7C0A;
	-webkit-border-radius: 5px;
}


.telbox{
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
    clear: none;
}

.telbox .icon{
	width: 25%;
	float: left;
}

.telbox .icon img{
	width: 100%;
	
}

.telbox .txt_area{
    width: 75%;
    float: left;
}

.telbox .txt_area img{
	width: 100%;
	
}


/*==========wallpaper============*/

.wallpaper_4_title,.wallpaper_5_title{
	margin-top: 5%;
}

.wallpaper_box{
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
    clear: none;
}

.wallpaper_box .left{
	width: 48%;
	float: left;
	padding-left: 5%;
}

.wallpaper_box .left img{
	width: 100%;
	padding-bottom: 7%;
}

.wallpaper_box .right{
    width: 48%;
    float: right;
	padding-right: 5%;
}

.wallpaper_box .right img{
	width: 100%;
	padding-bottom: 7%;
	
}

