/* ç¦ç”¨iPhoneä¸­Safariçš„å­—å·è‡ªåŠ¨è°ƒæ•´ */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* è§£å†³IOSé»˜è®¤æ»‘åŠ¨å¾ˆå¡çš„æƒ…å†µ */
	-webkit-overflow-scrolling: touch;
}


/* ç¦æ­¢ç¼©æ”¾è¡¨å• */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	resize: none;
	border: none;
}

input:focus, textarea:focus {

outline: none;

}


/* å–æ¶ˆé“¾æŽ¥é«˜äº®  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* è®¾ç½®HTML5å…ƒç´ ä¸ºå— */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* å›¾ç‰‡è‡ªé€‚åº” */

img {
	width: 100%;
	height: 422px;
	width: auto\9;
	/* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;
	/*ä¸ºäº†ç…§é¡¾ieå›¾ç‰‡ç¼©æ”¾å¤±çœŸ*/
}


/* åˆå§‹åŒ– */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 'Microsoft YaHei', 'å®‹ä½“', Tahoma, Arial, sans-serif;
	color: #333333;
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

strong {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none;
	/*ç¦ç”¨äº†æ–‡æœ¬çš„æ‹–æ‹‰ï¼Œå°¤å…¶åœ¨è°·æ­Œä¸‹*/
}

p {
	word-wrap: break-word;
	/* ä¸å¤Ÿçš„å•è¯è‡ªåŠ¨æ¢è¡Œ è€Œä¸ä¼šè¢«æˆªæŽ‰ */
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #fff;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
}

input {
	font-family: 'Microsoft YaHei';
}


/*å•è¡Œæº¢å‡º*/

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*å¤šè¡Œæº¢å‡º æ‰‹æœºç«¯ä½¿ç”¨*/

.txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
}


/* ç§»åŠ¨ç«¯ç‚¹å‡»aé“¾æŽ¥å‡ºçŽ°è“è‰²èƒŒæ™¯é—®é¢˜è§£å†³ */

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.overflow {
	overflow: hidden;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33.333333%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: block !important;
}

.dn {
	display: none;
}

.mn{
	margin: 0px auto !important;
}
