@charset "utf-8";
@import url("/css/global.css");

body { padding: 0 0 20px 0; text-align: center; background: url(/images/mvhome_bg.jpg) repeat-x top center; }

.home-wrap { margin: 0 auto; width: 99%; min-width: 480px; }

#home-header h1 { height: 180px; background: url(/images/mv_home_logo.gif) no-repeat center; }

#home-header h1 span { display: none; }

#home-search { padding-bottom: 20px; }

#home-search ul li { display: inline; padding: 0 5px; font-size: 1.2em; }

#h-s-text { margin: 10px auto; padding-left: 20px; height: 26px; line-height: 26px; width: 420px; background: url(/images/mv_home_search_left.gif) no-repeat left center; overflow: hidden; }

#h-s-text #h-s-input { display: block; float: left; padding: 5px 10px; width: 170px; height: 16px; color: #5a5a5a; border: none; background: transparent; }

	.h-s-select { display: block; float: left; margin-top: 3px; width: 80px; height: 22px; line-height: 26px; border: 1px solid #dedede; background: #f1f1f1; }
				
	#h-s-select option { border: none; }

#h-s-text #h-s-button { display: block; float: left; width: 68px; height: 26px; font-size: 14px; font-weight: bold; color: #fff; border: none; background: url(/images/mv_home_search_button.gif) no-repeat; }

.home-commend { clear: both; margin: 0 auto 20px auto; width: 480px; text-align: left; background: url(/images/mv_home_commend_right.gif) no-repeat right top; }

.home-commend dl { padding: 0 10px; background: url(/images/mv_home_commend_left.gif) no-repeat left top; }

.home-commend dt { margin-bottom: 10px; font: bold 1.2em/2.4em Arial, Helvetica, sans-serif; color: #f60; background: url(/images/mv_home_commend_dt.gif) no-repeat bottom center; }

.home-commend li { display: block; float: left; width: 50%; }

.home-commend li a { padding-left: 10px; }

.home-commend li span { float: right; padding-right: 10px; color: #999; }

#home-footer { clear: both; padding: 10px 0; /* 给首页页尾加入上下空隙10px */ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

#home-footer ul li { display: inline; padding: 0 5px; }

#home-footer a:link, #home-footer a:visited { color: #369; text-decoration: none; }

#home-footer a:hover { color: #f60; text-decoration: underline; }
