@charset "utf-8";
@font-face {
	font-family: 方正大标宋简体;
src: url(../res/fzdbsjw.jpg)}
/*CSS reset*/
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
body{
	font: normal 12px/22px 微软雅黑,Arial, Helvetica, sans-serif;/
	color: #000;}

a{
	text-decoration: none;
	color: #000;}

ul li{
	list-style-type: none;}

.box {
  -moz-border-radius: 15px; /* firefox */
  -webkit-border-radius: 15px; /* safari 和 chrome */
  border-radius: 15px; /* opera 10.5+, 以及使用了ie-css3的ie浏览器 */

  -moz-box-shadow: 10px 10px 20px #000; /* firefox */
  -webkit-box-shadow: 10px 10px 20px #000; /* safari 和 chrome */
  box-shadow: 10px 10px 20px #000; /* opera 10.5+, 以及使用了ie-css3的ie浏览器 */

  behavior: url(ie-css3.htc);}
/*调用ie-css3.htc*/

.top-wrap {
	float: left;
	width: 100%;
	height: 128px;
	background: #fff;
	margin:0 auto;}

.top {
	width: 1000px;
	height: 128px;
	margin:0 auto;}

.xmut-logo {
	float: left;
	margin-top: 40px;
	margin-left: 5px;}

.title-logo {
	float: left;
	margin-top:40px;
	margin-left:20px;}

.search {
	float: right;
	margin-top: 58px;
	width: auto;
	height: auto;
	border: 1px solid #ff6600;}
.search-input {
	float: left;
	width: 150px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	padding-left: 5px;
	background: #ffffff;}

.search-btn {
	float: left;
	width: 33px;
	height:17px;
        margin-top:5px;
	background: url(../images/search-icon.png) no-repeat;
	cursor:pointer;}

.top-nav-wrap {
	float: left;
	width: 100%;
	height: 40px;
	background: #b10000;}
.top-nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;}

.nav {
	float: left;
	margin-left: 40px;}

.top-nav ul a{
	font-size: 16px;
	font-family: 微软雅黑;
	color: #fff;}

.top-nav ul li {
	float: left;
	width: 100px;
	height: 40px;
	background: #b10000;
	line-height: 38px;
	text-align: center;
	list-style-type: none;
	display: inline;}


.bottom-wrap {
	float: left;
	width: 100%;
	height: 76px;
	background-color: #ef8762;}
.bottom {
	width: 1000px;
	height: 76px;
	margin: 0 auto;}

.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}