@media screen and (max-width: 1760px) {
    .logobox{
    	float: none ! important;
    	margin: 0 auto;
    	margin-bottom: 60px;
    }
    .footer .inwrap .textbox {
margin-left: 0px;
}
.footer{
	overflow: hidden;
	padding: 60px 0;
}
}
@media screen and (max-width: 1024px) and (min-width: 100px){
	img {
    /* width: 100%; */
    height: auto;
}
#preview{
	width: 100% ! important;
    height: auto ! important;
}
.logobox {
    width: 50% ! important;
    margin-left: 0 ! important;
}
.jqzoom{
	width: 100% ! important;
    height: auto ! important;
}
.jqzoom img{
    width: 100% ! important;
    height: auto ! important;
}
.product-profile.container.clearfix {
    width: 100% ! important;
    height: auto ! important;
}
.zoomdiv{
    display: none ! important;
}
.jqZoomPup{
    display:none ! important;
}
}








input.input_name,input.input_tel,input.input_email{
    width: 31.51%;
    height: 30px;
    padding-left: 8px;
    margin-left: 10px;
}
textarea.input_title {
    width: 99%;
    height: 100px;
    padding: 10px 0px 0px 10px;
    margin-top: 10px;
}
input.input_name {
    margin-left: 0px;
}
.message_liuyan {
    background: #fff;
}
input.input_submit {
    width: 200px;
    height: 30px;
    background: #097bc8;
    color: #fff;
    margin-top: 10px;
}