@charset "utf-8";
/* y
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-y {
	border: 1px solid #621810; 
	background: #892317; 
	color: #FFF; 
	text-shadow: 0 1px 0 #621810; 
	background-image: -moz-linear-gradient(top, #A82B1C, #892317); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A82B1C),color-stop(1, #892317)); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A82B1C', EndColorStr='#892317')"; 
}
.ui-bar-y,
.ui-bar-y input,
.ui-bar-y select,
.ui-bar-y textarea,
.ui-bar-y button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-y .ui-link-inherit {
	color: #fff /*{a-bar-color}*/;
}
.ui-bar-y a.ui-link {
	color: #333333 /*{a-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-y a.ui-link:visited {
    color: #333333 /*{a-bar-link-visited}*/;
}
.ui-bar-y a.ui-link:hover {
	color: #333333 /*{a-bar-link-hover}*/;
}
.ui-bar-y a.ui-link:active {
	color: #333333 /*{a-bar-link-yctive}*/;
}
.ui-body-y{
	background: #EDEDED url("../mimg/bg-header.jpg") top left repeat-x;
	color: #333;
	font-size: 14px;
	font-family: 微软雅黑;
	 font-weight:normal;
	text-shadow: 0 1px 0 #FFF;	
	}
.ui-mobile #home-header {
	padding: 20px 0 0 20px;
	text-align: left;
}
.ui-mobile #home-header h1 {
	margin: 0 0 10px 0;
}
.ui-mobile #home-header #bars {
	background: url("../mimg/bars-header.png") top right no-repeat;
	width: 86px;
	height: 87px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
	
.ui-overlay-y {
	border: 1px solid 		#444 /*{a-body-border}*/;
	background: 			#222 /*{a-body-background-color}*/;
	color: 					#fff /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);	
}
.ui-overlay-y {
	background-image: none;
	border-width: 0;
}
.ui-body-y,
.ui-body-y input,
.ui-body-y select,
.ui-body-y textarea,
.ui-body-y button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-y .ui-link-inherit {
	color: 	#fff /*{a-body-color}*/;
}
.ui-body-y .ui-link {
	color: #333333 /*{a-body-link-color}*/;
	font-weight: bold;
}
.ui-body-y .ui-link:visited {
    color: #333333 /*{a-body-link-visited}*/;
}
.ui-body-y .ui-link:hover {
	color: #333333 /*{a-body-link-hover}*/;
}
.ui-body-y .ui-link:active {
	color: #333333 /*{a-body-link-yctive}*/;
}
.ui-btn-up-y {
	text-decoration:none;
	border: 1px solid #621810; 
	background: #892317; 
	color: #FF0; 
	text-shadow: 0 1px 0 #621810; 
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #A82B1C, #892317); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A82B1C),color-stop(1, #892317)); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A82B1C', EndColorStr='#892317')";
}
.ui-btn-up-y:visited,
.ui-btn-up-y a.ui-link-inherit {
	color: 					#fff /*{a-bup-color}*/;
}
.ui-btn-hover-y {
	text-decoration:none;
	border: 1px solid #621810; 
	background: #892317; 
	color:#FF0; 
	text-shadow: 0 1px 0 #621810; 
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #892317,#A82B1C); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #892317),color-stop(1,#A82B1C )); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#892317', EndColorStr='#A82B1C')";
}
.ui-btn-hover-y:visited,
.ui-btn-hover-y:hover,
.ui-btn-hover-y a.ui-link-inherit {
	color: 					#fff /*{a-bhover-color}*/;
}
.ui-btn-down-y {
	text-decoration:none;
	border: 1px solid #621810; 
	background: #892317; 
	color: #FFF; 
	text-shadow: 0 1px 0 #621810; 
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #A82B1C, #892317); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A82B1C),color-stop(1, #892317)); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A82B1C', EndColorStr='#892317')";
}
.ui-btn-down-y:visited,
.ui-btn-down-y:hover,
.ui-btn-down-y a.ui-link-inherit {
	color: 					#fff /*{a-bdown-color}*/;
}
.ui-btn-up-y,
.ui-btn-hover-y,
.ui-btn-down-y {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
.ui-icon-y {
	background-color: #A82B1C;
}
.tc{ text-align:center}
