@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 微软雅黑, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
    vertical-align: bottom;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

figure {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
}

a {
    /*blr: expression_r(this.onFocus=this.blur());*/
}

a {
    outline: none;
    transition-duration: 0.3s, 0.3s;
    color: #333;
}

img, a {
    transition-duration: 0.5s, 0.5s;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBd {
    border: none !important;
}

.mr0 {
    margin-right: 0 !important;
    float: right !important;
}

.info {
    text-align: justify;
    text-justify: inter-ideograph;
}

/*Body*/
body {
    margin: 0 auto;
    overflow-x: hidden;
    color: #333;
    background: #ffffff;
}

area {
    anything: expression(this.onfocus=this.blur);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.welcome {
    position: relative;
    background: #949494;
    color: #ffffff;
    height: 38px;
    overflow: hidden;
    font-size: 12px;
    line-height: 38px;
}

.welcome h2 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 206px;
    z-index: 1;
}

.welcome a {
    display: inline-block;
    color: #ffffff;
    padding: 0 8px;
}

.welcome img {
    vertical-align: middle;
    margin-right: 5px;
}

.welcome .left-wel {
    float: left;
}

.welcome .right-wel {
    float: right;
}

.right-wel form {
    position: relative;
    float: left;
    padding: 8px 0 0 22px;
    overflow: hidden;
}

.right-wel form i {
    display: block;
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 12px solid #fff;
}

.right-wel form .txt {
    display: block;
    float: left;
    width: 195px;
    height: 22px;
    background: #ffffff;
    padding-left: 5px;
}

.right-wel form .btn {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background:#da1034 url(btn.png) center no-repeat;
}

.logo {
    float: left;
    line-height: 98px;
    margin-right: 37px;
}

.tel {
    float: left;
}

.nav a {
    display: block;
    position: relative;
    color: #282828;
    text-align: center;
    z-index: 0;
}

.logo img {
    vertical-align: middle;
}

.nav li {
    position: relative;
    float: left;
    font-size: 15px;
    padding: 29px 17px;
}

.nav li i {
    display: block;
    font-size: 12px;
    text-align: center;
    font-style: normal;
}

.nav li:hover,.nav li.current {
    background: #2e80c5;
}

.nav li:hover a,.nav li.current a {
    color:  rgba(255, 255, 255, .78);
}

.nav li:hover i,.nav li.current i {
    color: rgba(255, 255, 255, .46);
}

.logo-search form {
    position: relative;
    float: right;
    margin: 35px 0;
    border: 1px solid #cfcfcf;
    border-radius: 25px;
    overflow: hidden;
}

.logo-search form .txt {
    display: block;
    float: left;
    width: 175px;
    height: 25px;
    background: #ffffff;
    padding-left: 12px;
}

.logo-search form .btn {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url(btn.png) center no-repeat;
}

.banner {
    position: relative;
    width: 1920px;
    left: 50%;
    height: 535px;
    margin-left: -960px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner .hd {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 3;
    text-align: center;

}
.banner .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 3px;
    background: #ffffff;
    font-size: 0;
    margin: 0 5px;
    cursor: pointer;
}

.banner .hd li.on {
    background: #abaa2a;
}

.back-to {
    position:fixed;
    bottom:110px;
    right:50%;
    margin-right:-680px;
    display:none;
    z-index:999;
}

.back-to .back-top {
    display:block;
    width:60px;
    height:60px;
    background:url(top.png) no-repeat;
    outline:0 none;
    text-indent:-9999em;
    overflow:hidden;
}

.back-to .back-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer {
    border: 1px solid #e6e7e9;
    line-height: 61px;
}

.left-f {
    float: left;
    color: #999;
}

.left-f a {
    color: #999;
}

.right-f {
    float: right;
    width: 346px;
    background: #f4f4f4;
}

.right-f a {
    display: inline-block;
    margin-left: 15px;
}

.right-f img {
    margin-right: 5px;
    vertical-align: middle;
}