/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: "微软雅黑"; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*重置样式*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea, button {
    outline: none;
    border: none;
    background: none;
}

/*清除边框样式*/
textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    display: inline-block;
    font-style: normal;
}

img {
    display: inline-block;
}

img:hover {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl, .clearfix {
    zoom: 1
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.hide {
    display: none;
}

body{
    min-width: 1000px;
}

.container{
    width: 1000px;
    margin: 0 auto;
}

a:hover{
    color: #1879e6!important;
}

a:visited,a:active{
    color: inherit;
}

.mt20{margin-top: 20px!important;}
/*--------------------------------------------------main------------------------------------------------*/
.main-header{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #828282;
    background-color: #eaeaea;
}

.main-header .home{
    cursor: pointer;
}

.main-header .icon-home{
    width: 15px;
    height: 12px;
    background: url(../images/icon-home.png) 0 0/100% no-repeat;
}

.main-header .menu{
    margin-left: 20px;
}

.main-header .menu b{
    display: inline-block;
    padding: 0 5px;
}

.advert{
    width: 100%;
}

.main-banner{
    position: relative;
    min-width: 1000px;
    height: 158px;
    margin: 20px auto;
    overflow: hidden;
}

.main-banner .img-box{
    position: absolute;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.main-logo{
    height: 120px;
}

.main-logo img{
    margin-top: 22px;
}

.main-nav{
    border-top: 1px solid #313131;
}

.main-nav .nav-a{
    height: 60px;
    line-height: 58px;
    border-bottom: 2px solid #313131;
    padding: 0 36px;
}

.main-nav .nav-a li{
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
}

.main-nav .nav-a li.line{
    padding: 0 19px;
}

.main-nav .nav-b{
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    padding-left: 40px;
}

.main-nav .nav-b li{
    float: left;
    margin-right: 47px;
}

.main-nav .nav-b li a{
    color: #797979;
}

ul.index-main{
    font-size: 14px;
    line-height: 30px;
    color: #222;
    margin-top: 10px;
}

ul.index-main li{
    position: relative;
    width: 90%;
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

ul.index-main li a{
    padding-left: 15px;
}

ul.index-main li a:before{
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #222;
    left: 0;
    top: 13px;
}

.main-footer{
    width: 1000px;
    margin: 60px auto 0;
    overflow: hidden;
}

.ellipsis{
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.copy-index{
    width: 1000px;
    margin: 20px auto 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 21px;
}
a>img,.img-box>img{
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------index------------------------------------------------*/
.index-title .title{
    line-height: 80px;
    font-size: 26px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}

.index-title .title span{
    margin-right: 30px;
    background-color: #1879e6;
    color: #fff;
}

.index-title .second{
    font-size: 14px;
    color: #5c5c5c; 
    text-align: center;
}

.index-title .second a{
    display: inline-block;
    padding: 0 17px;
}

.index-double{
    width: 1000px;
    margin: 0 auto;
}

.index-double:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.index-double>.left{
    float: left;
    width: 420px;
    margin-right: 50px;
}

.index-double>.right{
    float: right;
    width: 530px;
}

.index-double .article{
    width: 100%;
    margin-top: 30px;
}

.index-double .article .title{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #cfcfcf;
}

.index-double .article .title span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #1879e6;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid #1879e6;
}

.index-double .article .title .add{
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/icon-add.png) right center no-repeat;
}


.a-1 .wrap{
}

.a-1 dl{
    margin-top: 20px;
    color: #222222;
}

.a-1 dl dt{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;    
}

.a-1 dl dd{
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;      
    font-size: 14px;
    line-height: 30px;
}


#slide-1{
    width: 530px;
    height: 350px;
    margin: 30px 0 20px;
}

#slide-1 .rsContent{
    display: block;
}

#slide-1 .rsContent img{
    width: 100%;
    height: 100%;
}

#slide-1 .rsContent p{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background-color: #23262a;
    color: #fff;
    font-size: 18px;
    bottom: 0;
    left: 0;
    z-index: 99;
}

#slide-1 .rsBullets{
    text-align: center;
    right: 20px;
    bottom: 18px;
    z-index: 999;
}

#slide-1 .rsBullet{
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: rgba(225,225,225,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    border-radius: 50%;
    overflow: hidden;
}

.rsMinW .rsBullet span{
    background: #919395;
}

#slide-1 .rsBullets .rsNavSelected {
    background: #fff;
}

.a-4 dl{
    width: 100%;
    height: 105px;
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
}

.a-4 dl dt{
    margin: 18px 0 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;     
}

.a-4 dl dd{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.a-4 ul{
    font-size: 14px;
    line-height: 30px;
    color: #222;
    margin-top: 10px;
}

.a-4 ul li{
    position: relative;
}

.a-4 ul li a{
    padding-left: 15px;
}

.a-4 ul li a:before{
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #222;
    left: 0;
    top: 13px;
}

.a-5 .wrap{
    margin-left: -8px;
    margin-top: 10px;
}

.a-5 .video-box{
    float: left;
    position: relative;
    width: 206px;
    height: 146px;
    margin-top: 8px;
    margin-left: 8px;
}

.a-5 .video-box .layer-top{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
}

.a-5 .video-box .text{
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding-left: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#19000000', 
endColorstr = '#e5000000' );    
    background: -ms-linear-gradient(top, rgba(0,0,0,0),  rgba(0,0,0,1));        /* IE 10 */
    background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));  /*Opera 11.10+*/
}

.a-5 .video-box p{
    width: 166px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a-6 dt{
    width: 100%;
    height: 60px;
    margin-top: 20px;
}

.a-6 dt .img-box{
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 20px;
}

.a-6 dt .img-box img{
    width: 100%;
    height: 100%;
}

.a-6 dt a {
    display: inline-block;
    float: left;
    width: 420px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;    
}

.a-6 dd{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.a-7 .wrap{
    padding-top: 20px;
}

.a-7 .img-box{
    float: left;
    width: 180px;
    height: 130px;
    margin-right: 20px;
}

.a-7 dl{
    float: left;
    width: 220px;
    height: 130px;
    margin-top: -5px;
}

.a-7 dt{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;     
}

.a-7 dd{
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;     
}

.a-7 ul{
    font-size: 14px;
    color: #222;
    margin-top: 10px;
}

.a-7 ul li{
    position: relative;
}

.a-7 ul li a{
    padding-left: 15px;
}

.a-7 ul li a:before{
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #222;
    left: 0;
    top: 13px;
}

.a-8 .img-box{
    width: 530px;
    height: 160px;
    margin-top: 20px;
}

.a-8 .img-box img{
    width: 100%;
    height: 100%;
}

.a-8 .msg{
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.a-8 .msg .num{
    float: left;
    width: 110px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-color: #1879e6;
}

.a-8 .msg .text{
    float: left;
    width: 420px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
}

.a-9 .wrap{
    margin-left: -10px;
    margin-top: 10px;
    overflow: hidden;
}

.a-9 .img-box{
    position: relative;
    display: block;
    float: left;
    width: 170px;
    height: 110px;
    margin-left: 10px;
    margin-top: 10px;
}

.a-9 .img-box img{
    width: 100%;
    height: 100%;
}

.a-9 .img-box p{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#88000000', 
endColorstr = '#88000000' ); 
    background: -ms-linear-gradient(top, rgba(0,0,0,0),  rgba(0,0,0,.8));        /* IE 10 */
    background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.8));/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,.8)));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.8)));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));  /*Opera 11.10+*/
}

.a-10 dt{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 15px;
}

.a-10 dd{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 24px;
}

.a-weibo .wrap{
    margin-top: 20px;
}

.a-weibo .code{
    width: 245px;
    height: 66px;
}

.a-weibo .img-box{
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 10px;
}

.a-weibo .img-box img{
    width: 100%;
    height: 100%;
}

.a-weibo .text{
    float: left;
    width: 169px;
}

.a-weibo .text p{
    margin-top: 5px;
    font-size: 14px;
    line-height: 2em;
    font-weight: bold;
}

.a-weibo .text span{
    font-size: 12px;
}



/*-----------------------------------------------copy----------------------------------------------------*/
.content3 {
    border: 1px solid #cccccc;
    margin: 15px auto 18px;
    width: 1000px;
}
.lgshTitle {
    background: rgba(0, 0, 0, 0) url("../images/title-bg.png") repeat-x scroll left top;
    height: 27px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.lgshTitle span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 14px;
}
.lgshcon {
    margin: 15px auto 5px;
    width: 978px;
}
.lgshL {
    float: left;
    width: 300px;
}
.lxTit {
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    margin-bottom: 17px;
    overflow: hidden;
    width: 100%;
}
.lgshL dl {
    display: inline;
    float: left;
    margin-bottom: 5px;
    margin-right: 8px;
    width: 52px;
}
.lgshL dl dt {
    font-size: 0;
    height: 52px;
    width: 52px;
}
.lgshL dl dd {
    text-align: center;
    width: 100%;
}
.lgshL dl.clearMargin {
    clear: right;
    margin-right: 0;
}
.lgMarL {
    display: inline;
    margin-left: 39px;
}
.lgbsdl {
    padding-bottom: 23px;
}
.lgbsdl ul li {
    height: 86px;
    margin-right: 38px;
    margin-top: 20px;
    width: 48px;
}
.lgbsdl ul li.last {
    margin-right: 0;
}
.link {
    border: 1px solid #cccccc;
    margin: 0 auto;
    text-align: left;
    width: 988px;
}

.linkcon {
    padding: 10px 40px 0;
    width: 908px;
}
.linkcon1 {
    margin: 0 auto 17px;
    width: 100%;
}
.linkcon1 strong {
    display: block;
    float: left;
}
.linkcon1 span {
    display: block;
    float: left;
    padding-left: 0;
    text-align: left;
    width: 450px;
}
.linkcon1 span a {
    margin-right: 13px;
}
.linkcon ul {
    color: #4c4c4c;
    width: 432px;
}
.linkcon ul li {
    margin-bottom: 10px;
    width: 100%;
}
.linkcon ul li strong {
    float: left;
    margin-right: 13px;
}
.linkcon ul li span {
    float: left;
}
.linkcon ul li span a {
    color: #4c4c4c;
    margin-right: 13px;
}
.footer {
    display: block;
    float: left;
    margin: 22px auto 50px;
    text-align: center;
    width: 990px;
}
.footer span {
    display: block;
}

.footer2 {
    clear: both;
    margin: 0 auto;
}
.footer2 .link2 {
    border: 1px solid #cccccc;
    margin: 0 auto;
    width: 990px;
}
.footer2 .link5 {
    margin-top: 30px;
}
.footer2 .link3 {
    background: rgba(0, 0, 0, 0) url("../images/title-bg.png") repeat-x scroll left top;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 15px;
}
.footer2 .linkcon1 {
    display: block;
    float: left;
    padding: 15px;
    width: 490px;
}

/*十九大*/
.jd-banner{ width:1000px; margin:0 auto;}
.jd-banner a{ display:block;}
.jd-banner img{ width:1000px; height:96px; border:none; vertical-align:bottom; display:inline-block;}