/*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 {
    width:100%;
    margin:0px;
    background-color: #ffffff;
    font: normal 12px/22px 微软雅黑,Arial, Helvetica, sans-serif;
    float: left;font-size:14px;}
a {
    text-decoration:none;
    color: #333;}
ul li {
    list-style: none;}



/*网页头部*/
.header {
    width: 100%;
    min-width: 1025px;
    position: relative;
    height: 177px;
    background-color: #ff0000;
    float: left;}
.header-top {
    width: 100%;
    height: 100px;
    padding-top: 27px;
    background-color: #0170c1;}
.header-top-content {
    width: 1000px;
    height: 97px;
    margin: 0 auto;}
.header-xmut-logo {
    width: 224px;
    height: 48px;
    margin-left: 4px;
    _margin-left: 2px;
    margin-right: 16px;
    _margin-right: 8px;}
.header-college-logo {
    width: 236px;
    height: 57px;}
.header-search {
    width: 216px;
    height: 36px;
    margin-top: 10px;
    border: 2px solid #014e87;
    background-color: #ffffff;
    float: right;}
.header-search input.text {
    width: 134px;
    height: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 11px;
    padding-bottom: 11px;}
.header-search-button {
    width: 70px;
    height: 36px;
    background: #014e87;
    font-size: 15px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    float: right;
    cursor: pointer;}

.header-title {
    width: 393px;
    height: 42px;
    margin-top: 3px;
    font-size: 41px;
    font-weight: bold;
    color: #ffffff;
    float: left;}

/*导航栏*/
.nav {
    width: 100%;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #014e87;}
.nav-body {
    width: 1000px;
    height: 30px;
    margin: 0 auto;}
.tit {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    _margin-left: 4px;
    margin-right: 8px;
    _margin-right: 4px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    float: left;}
.tit a{ color:#fff;}
.tit ul {
    width: 100%;
    height: 150px;
    background-color: #0170c1;
    display: none;}

.tit:hover ul {
    padding: 0;
    width: 100%;
    height: 150px;
    background-color: #0170c1;
    display: block;}
.tit:hover {
    width: auto;
    border: 0;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    float: left;
    background-color: #0170c1;
    display: block;}

.tit ul li {
    background-color: #0170c1;
    font-size: 15px;
    position: relative;
    z-index: 5;}
.tit ul li:hover {
    background: #014e87;}
.nav .nav-body .tit ul li ul {
    width: 100%;
    height: auto;
    font-size: 15px;
    display: none;}
.nav .nav-body .tit ul li:hover ul {
    display: block;
    position: absolute;
    right: -100%;
    font-size: 15px;
    z-index: 5;
    top: 0;}


/*网页主体*/
.main {
    width: 100%;
    min-width: 1027px;
    height: auto;
    min-height: 100px;
    position: relative;
    float: left;}
/*网页脚部*/
.footer {
    width: 100%;
    min-width: 1027px;
    padding-top: 20px;
    border-top: 3px solid #014e87;
    background-color: #0170c1;
    height: 67px;
    float: left;}

.footer-copyright {
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #ffffff;
    float: left;}
.footer-address {
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #ffffff;
    float: left;}