html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei", SimSun, sans-serif;
}
a {
    outline: none;
    text-decoration: none;
    color: #333;
}
a:link, a:visited {
    color: #333;
}
a:hover, a:active {
    color: #005AAB;
    text-decoration: underline;
}
ol, ul {
    list-style: none;
}
img {
    border: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.text-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .top {
    background: #f0f0f0;
    height: 30px;
}
.header .top .left-time {
    float: left;
    line-height: 30px;
    font-size: 13px;
    color: #666666;
}
.header .top .right-link {
    float: right;
    line-height: 30px;
    font-size: 13px;
    color: #666666;
}
.header .top .right-link a {
    text-decoration: none;
    color: #666666;
}
.header .top .right-link a:visited {
    color: #666666;
}
.header .center {
    height: 120px;
}
.header .center .container{
    background:url(../images/ux.jpg) no-repeat right;
}
.header .center .logo {
    height: 120px;
    vertical-align: middle;
    float: left;
}
.header .center .logo img {
    margin-top: 20px;
}
.header .center .right-input {
    font-size: 13px;
    float: right;
    width: 235px;
    overflow: hidden;
    margin-top: 40px;
    background: transparent;
    border: solid 1px #005AAB;
    height:30px;
}
.header .center .right-input input {
    float: left;
    width: 181px;
    margin: 0 5px;
    margin:0;
    background: transparent;
    border:0;
    height:100%;
}
.header .center .right-input .search {
    width: 44px;
    float: left;
    background: #005AAB url(../images/search.png) no-repeat center;
    height:100%;
    border:0;
}
.nav {
    height: 50px;
    background: #005AAB;
    color: #f0f0f0;
}
.nav ul {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.nav ul li {
    float: left;
    margin-right: 15px;
    height: 50px;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}
.nav ul li:after {
    width: 1px;
    border-right: solid 1px #f0f0f0;
    height: 50px;
    margin-left: 15px;
    background: #f0f0f0;
    content: "";
}
.nav ul li.last{
    margin: 0;
}
.nav ul li.last:after {
    border: 0;
    margin: 0;
}
.nav ul li a {
    color: #f0f0f0;
    text-decoration: none;
}
.footer {
    height: 165px;
    background: #666;
}
.footer .footer-content {
    height: 165px;
    overflow: hidden;
}
.footer .footer-content .left {
    width: 480px;
    float: left;
}
.footer .footer-content .left .link-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-top: 24px;
    padding-bottom: 10px;
    border-bottom: solid 0.5px #fff;
}
.footer .footer-content .left .link-list {
    overflow: hidden;
}
.footer .footer-content .left .link-list ul {
    list-style: none;
    margin: 0;
    width: 33.33%;
    text-align: right;
    float: left;
    padding: 0;
}
.footer .footer-content .left .link-list ul li {
    line-height: 28px;
}
.footer .footer-content .left .link-list ul li a {
    font-size: 13px;
    color: #c5c5c5;
    text-decoration: none;
}
.footer .footer-content .center-logo {
    float: left;
    width: 240px;
    text-align: center;
}
.footer .footer-content .center-logo .logo {
    text-align: center;
    height: 165px;
}
.footer .footer-content .center-logo .logo img {
    margin-top: 14px;
}
.footer .footer-content .right {
    width: 380px;
    float: right;
    height: 165px;
    text-align: left;
}
.footer .footer-content .right .tips {
    height: 100px;
    margin-top: 40px;
    font-size: 13px;
    color: #c5c5c5;
}
.footer .footer-content .right .tips p {
    line-height: 24px;
}
.container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}