/*------reset.css  start------*/

/* É¨³ýÄÚÍâ±ß¾à */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ½á¹¹ÔªËØ */
dl, dt, dd, ul, ol, li, /* list elements ÁÐ±íÔªËØ */
pre, /* text formatting elements ÎÄ±¾ÃûÌÃÔªËØ */
fieldset, lengend, button, input, textarea, /* form elements ±íµ¥Î»ËØ */
th, td { /* table elements ±í¸ñÔªËØ */
    margin: 0;
    padding: 0;
	color:#666666;
}
*{box-sizing: border-box;}
/* ÉèÖÃÄ¬ÈÏ×ÖÌå */
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
	line-height: 1.5;
   /* font: 14px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;ÓÃ ascii ×Ö·ûÌåÏÖ£¬Ê¹µÃÔÚÈÎºÎ±àÂëÏÂ¶¼ÎÞÎÊÌâ */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* ½«Ð±Ìå·öÕý */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* Í³Ò»µÈ¿í×ÖÌå */
small { font-size: 12px; } /* Ð¡ÓÚ 12px µÄÖÐÎÄºÜÄÑÔÄ¶Á£¬ÈÃ small Õý³£»¯ */

/* ÖØÖÃÁÐ±íÔªËØ */
ul, ol { list-style: none; }

/* ÖØÖÃÎÄ±¾ÃûÌÃÔªËØ */
a { text-decoration:none; color:#000000;}
a:hover { text-decoration: none;color:#cc0000 }

abbr[title], acronym[title] { /* ×¢£º1.ie6 ²»Ö§³Ö abbr; 2.ÕâÀïÓÃÁËÊôÐÔÑ¡Ôñ·û£¬ie6 ÏÂÎÞÐ§¹û */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* ÖØÖÃ±íµ¥Î»ËØ */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img ³Ë³µ£ºÈÃÁ´½ÓÀïµÄ img ÎÞ±ß¿ò */
/* ×¢£ºoptgroup ÎÞ·¨·öÕý */
button, input, select, textarea {
    font-size: 100%; /* Ê¹µÃ±íµ¥Î»ËØÔÚ ie ÏÂÄÜ¼ÌÐø×ÖÌå¾ÞÏ¸ */
}


/* ÖØÖÃ±í¸ñÔªËØ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ÖØÖÃ hr */
hr {
    border: none;
    height: 1px;
}

/* ÈÃ·Çieä¯ÀÀÆ÷Ä¬ÈÏÒ²ÏÔÊ¾±ÊÖ±×ª¶¯Ìõ£¬±ÜÃâÒò×ª¶¯ÌõÒýÆðµÄÉÁ×Æ */
html { overflow-y: scroll; }
/*Ê¹ÊÖ»úÕ¾¹öÂÖ¸üÁ÷Í¨*/
html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/*clear*/
.clear{
  clear: both;
  float: none;
}
.container:before,.clearfix:before{display: table;content: " ";}
.container:after,.clearfix:after{content: "";display: block;height: 0;clear: both;float: none;margin: 0;}


.trans{
	transition:all 0.6s ease 0s;
	-ms-transition:all 0.6s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.6s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.6s ease 0s; /* Safari ºÍ Chrome */
	-o-transition:all 0.6s ease 0s; 	/* Opera */
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.box-sizing{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.img{
	display:flex;
	align-items:center;
	display:-webkit-flex;
    -webkit-align-items:center;
	display:-ms-flex;
    -ms-align-items:center;
}
.img img{
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.im img{
	width:100%;
	height:100%;
	display:block;
}



/*------reset.css  end------*/
