@charset "gb2312";
/* CSS Document */

/* ¡î reset ======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:'Microsoft YaHei';
	background:#fafafa;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
input,textarea{font-family:'Microsoft YaHei';}
/* ¡î pub Class==================================================================*/
.clearfix {zoom: 1;display: table;width: 100%;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.index_body{overflow:hidden;max-width:640px;min-height:100%;min-width:320px;margin:0 auto;}
.index_body .index_body_inner{}
@media (min-width: 980px) {
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 768px) {
	
}


@media (max-width: 740px) {
	
}

@media (max-width: 480px) {
	.index_body .index_body_inner{margin:0 auto;background:url(../images/bg1.jpg) center -3.5rem no-repeat,url(../images/bg2.jpg) center 15rem no-repeat;background-size:100%;}
	.daoshi .box{width:50%;margin:0;}
	.contact .item{font-size:0.3rem;}
	.contact .item img{width:0.6rem;}
}

@media (max-width:320px) {
    
}