/* CSS-Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
img,
form {
	padding: 0;
	margin: 0;
}

table,
td,
tr,
th {
	font-size: 12px
}

li {
	list-style-type: none;
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 12px
}

address,
cite,
code,
em,
th {
	font-weight: normal;
	font-style: normal;
}

/* tystyle */
body {
	height: 100%;
	font-family: "微软雅黑", Arial;
	font-size: 12px;
	line-height: 24px;
}

a {
	text-decoration: none;
	blr: e­xpression(this.onFocus=this.blur());
	outline-style: none;
}

/* 针对IE */
a:hover {
	text-decoration: none;
	color: #0d8ee9;
}

a:focus {
	-moz-outline-style: none;
}

/*针对firefox*/
a:link,
a:visited {
	color: #fff;
}

/*初始默认颜色*/
a:hover,
a:active {
	color: #fff;
	text-decoration: none
}

.red {
	color: #e30000;
}

a.red:link,
a.red:visited {
	color: #4a4b55
}

a.red:hover {
	color: #4a4b55;
	text-decoration: underline
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ofh {
	overflow: hidden;
}

.tof {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.opa {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* clear */
.cb {
	clear: both;
}

.cb8 {
	clear: both;
	height: 8px;
}

.cb10 {
	clear: both;
	height: 10px;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0;
	visibility: hidden;
}

.clear6 {
	_clear: both;
	_line-height: 0px;
	_font-size: 0;
	_visibility: hidden;
}

/* css3 no lte ie8*/
.rad2 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	*-moz-border-radius: 2px
}

.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	*-moz-border-radius: 5px
}

.rad8 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	*-moz-border-radius: 8px
}

.rad12 {
	border-radius: 12px;
	-moz-border-radius: 12px;
	*-moz-border-radius: 12px
}

.amn1 {
	transition: all ease-in-out .1s 0s;
	-webkit-transition: all ease-in-out .1s 0s;
	-moz-transition: all ease-in-out .1s 0s;
	-o-transition: all ease-in-out .1s 0s;
}

.amn2 {
	transition: all ease-out .2s 0s;
	-webkit-transition: all ease-out .2s 0s;
	-moz-transition: all ease-out .2s 0s;
	-o-transition: all ease-out .2s 0s;
}

.amn3 {
	transition: all ease-in-out .3s 0s;
	-webkit-transition: all ease-in-out .3s 0s;
	-moz-transition: all ease-in-out .3s 0s;
	-o-transition: all ease-in-out .3s 0s;
}

.amn4 {
	transition: all ease-in-out .4s 0s;
	-webkit-transition: all ease-in-out .4s 0s;
	-moz-transition: all ease-in-out .4s 0s;
	-o-transition: all ease-in-out .4s 0s;
}

.amn6 {
	transition: all ease-in-out .6s 0s;
	-webkit-transition: all ease-in-out .6s 0s;
	-moz-transition: all ease-in-out .6s 0s;
	-o-transition: all ease-in-out .6s 0s;
}

.sdw {
	-webkit-box-shadow: #999 0px 0px 8px;
	-moz-box-shadow: #999 0px 0px 8px;
	box-shadow: #999 0px 0px 8px;
}

/* page1200 */
.font-yh {
	font-family: '微软雅黑';
}

@media(min-width: 1200px) {
	.y-row {
		width: 1200px;
		min-width: 1200px;
	}
}

@media(max-width: 1199px) {
	.y-row {
		width: 1000px;
		min-width: 1000px;
	}
}

.page-screen1000 .y-row {
	width: 1000px !important;
	min-width: 1000px !important;
}

.page-screen1200 .y-row {
	width: 1200px !important;
	min-width: 1200px !important;
}

.minh {
	min-height: 500px;
	_height: expression(this.scrollHeight < 500 ? "500px" : "auto");
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.NewsPage,
#NewsPage {
	width: 96%;
	text-align: center;
	overflow: hidden;
	padding: 10px 2%;
	font-family: '微软雅黑';
	color: #666;
	line-height: 30px;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0;
	-moz-box-shadow: inset 0;
	box-shadow: inset 0;
}