﻿@charset "utf-8";
@font-face{font-family: 'Gotham-Bold';
 src: url('/assets/fonts/Gotham/Gotham-Bold.otf');}
@font-face{font-family: 'Gothan';
 src: url('/assets/fonts/Gotham/Gotham-Book.otf');}
@font-face{font-family: 'Gotham-Bold';
 src: url('/assets/fonts/Gotham/Gotham-Bold.otf');}
@font-face{font-family: 'GothamLight';
 src: url('/assets/fonts/Gotham/GothamLight.otf');}

 @font-face{font-family: 'SabonLTStd-Bold';
 src: url('/assets/fonts/Sabon/SabonLTStd-Bold.otf');}
  @font-face{font-family: 'SabonLTStd-BoldItalic';
 src: url('/assets/fonts/Sabon/SabonLTStd-BoldItalic.otf');}
  @font-face{font-family: 'SabonLTStd-Italic';
 src: url('/assets/fonts/Sabon/SabonLTStd-Italic.otf');}
   @font-face{font-family: 'Sabon';
 src: url('/assets/fonts/Sabon/SabonLTStd-Roman.otf');}

    @font-face{font-family: 'georgia-bold';
 src: url('/assets/fonts/Sabon/georgia-bold.ttf');}
    @font-face{font-family: 'georgia-Italic';
 src: url('/assets/fonts/Sabon/georgia-Italic.ttf');}
    @font-face{font-family: 'Georgia';
 src: url('/assets/fonts/Sabon/georgia.ttf');}
    @font-face{font-family: 'georgiaz';
 src: url('/assets/fonts/Sabon/georgiaz.ttf');}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*翻页*/
.pagination{
    display:block;
    text-align:center;
    margin:0;
}
.whj_jqueryPaginationCss-1{
    display:inline-block;
}
.whj_jqueryPaginationCss-1>div,.whj_jqueryPaginationCss-1>input{
    float:left;
    border:1px solid #ddd;
    margin-left: -1px;
    color: #337ab7;
    background-color: #fff;
}
.whj_jqueryPaginationCss-1>div.whj_checked{
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.whj_jqueryPaginationCss-1>input{
    max-width:50px;
    line-height:24px;
}
.whj_jqueryPaginationCss-1>div{
    line-height: 34px;
    padding: 0 12px;
    color: #337ab7;
    cursor: pointer;
    border-color: #ddd;
    background-color: #fff;
}
.whj_jqueryPaginationCss-1>div:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.whj_jqueryPaginationCss-1>div:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.whj_jqueryPaginationCss-1>div.whj_hoverDisable{color:#777;}

.pagination.pagination-centered>ul{
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.pagination.pagination-centered>ul li a{
    margin:0 7px;
}


    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.clear:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #eee;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 80%;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    color: #0062ac;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus {
        color: #39a5fc;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td, th {
    padding: 0;
}

th {
    text-align: left;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ul, ol {
    list-style-type: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.53;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ot-page {
    text-align: center;
    padding: 30px 0;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1240px) {
    .container {
        width: 970px;
    }
}

@media(max-width: 990px) {
    .container {
        width: 750px;
    }
}

@media(max-width: 760px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*首页*/

.head {
    position: relative;
}

.logo {
    height: 139px;
    overflow: hidden;
}

    .logo h1 {
        float: left;
        display: inline-block;
        font-size: 48px;
        line-height: 139px;
        float: left;
        margin: 0;
    }

        .logo h1 a {
            color: #fff;
        }

.hea-sea {
    display: inline-block;
    float: right;
    padding-top: 60px;
}

    .hea-sea input {
        width: 200px;
        height: 32px;
        border: none;
        float: left;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        background: none;
        border-radius: 0;
        webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

    .hea-sea > a {
        display: block;
        width: 22px;
        height: 22px;
        margin-left: -22px;
        float: left;
        line-height: 28px;
        color: #FFF;
        font-size: 18px;
    }

    .hea-sea p {
        display: inline-block;
        float: right;
        padding-left: 25px;
        width: 120px;
        background: #39a5fc;
        margin-left: 30px;
        line-height: 32px;
    }

        .hea-sea p a {
            display: inline-block;
            /*padding-right: 28px;*/
            color: #fff;
            font-size: 16px;
        }

            .hea-sea p a:hover {
                display: inline-block;
                float: right;
                padding-left: 25px;
                width: 120px;
                background: #0062ac;
                margin-left: 30px;
                line-height: 32px;
            }

    .hea-sea input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .hea-sea input:-moz-placeholder, textarea:-moz-placeholder {
        color: #fff;
    }

    .hea-sea input::-moz-placeholder, textarea::-moz-placeholder {
        color: #fff;
    }

    .hea-sea input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #fff;
    }


.nav-main {
    border-top: 4px solid #00a7f6;
    height: 60px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.nav {
}

.mobile_search {
    display: none;
}

.nav li {
    float: left;
}

    .nav li a {
        display: inline-block;
        width: 133px;
        line-height: 56px;
        color: #333333;
        text-align: center;
        font-size: 20px;
    }

    .nav li.on.nav1 a {
        background: #0062ac;
        color: #fff;
    }

    .nav li.on.nav2 a {
        background: #00afa3;
        color: #fff;
    }

    .nav li.on.nav3 a {
        background: #0f81de;
        color: #fff;
    }

    .nav li.on.nav4 a {
        background: #f8b62c;
        color: #fff;
    }

    .nav li.on.nav5 a {
        background: #70bd12;
        color: #fff;
    }

    .nav li.on.nav6 a {
        background: #ef4b66;
        color: #fff;
    }

    .nav li.on.nav7 a {
        background: #7666ac;
        color: #fff;
    }

    .nav li.on.nav8 a {
        background: #66a7d3;
        color: #fff;
    }

    .nav li.on.nav9 a {
        background: #ff5c37;
        color: #fff;
    }

    .nav li.nav1 a:hover {
        background: #0062ac;
        color: #fff;
    }

    .nav li.nav2 a:hover {
        background: #00afa3;
        color: #fff;
    }

    .nav li.nav3 a:hover {
        background: #0f81de;
        color: #fff;
    }

    .nav li.nav4 a:hover {
        background: #f8b62c;
        color: #fff;
    }

    .nav li.nav5 a:hover {
        background: #70bd12;
        color: #fff;
    }

    .nav li.nav6 a:hover {
        background: #ef4b66;
        color: #fff;
    }

    .nav li.nav7 a:hover {
        background: #7666ac;
        color: #fff;
    }

    .nav li.nav8 a:hover {
        background: #66a7d3;
        color: #fff;
    }

    .nav li.nav9 a:hover {
        background: #ff5c37;
        color: #fff;
    }

.menu {
    position: absolute;
    z-index: 100;
    top: 33px;
    right: 15px;
    display: none;
}

    .menu i {
        color: #fff;
        font-size: 24px;
    }

@media(max-width: 1240px) {
    .nav li a {
        width: 106px;
    }

    .logo {
        height: 90px;
    }

        .logo h1 {
            line-height: 90px;
        }

    .hea-sea {
        padding-top: 40px;
    }
}

@media(max-width: 990px) {
    .mobile_search {
        width: 100%;
        height: 40px;
        padding: 10px; /*position: absolute;left: 0;top: 70px;*/
        background-color: #0062ac;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mobile_search input {
            height: 24px;
            border: 0 none;
            padding: 0;
            margin: 0;
        }

            .mobile_search input[type="text"] {
                width: 92%;
                display: block;
            }

            .mobile_search input[type="submit"] {
                position: absolute;
                top: 10px;
                right: 10px;
                background: url("/../assets/images/search.png") no-repeat scroll center center;
                width: 6.5%;
                height: 20px;
                cursor: pointer;
                -webkit-background-size: 20px auto;
                background-size: 20px auto;
            }

    .menu {
        display: inline-block;
    }

    .nav-main {
        position: absolute;
        right: 0;
        top: 90px;
        z-index: 2000;
        height: auto;
        border: none;
        width: 100%;
    }

    .nav {
        height: auto;
        background: #fff;
        width: 100%;
        display: none;
        padding: 0;
    }

        .nav li {
            float: none;
        }

            .nav li a {
                width: 100%;
                line-height: 40px;
                display: block;
                font-size: 14px;
            }

    .logo h1 {
        font-size: 38px;
    }

    .hea-sea input {
        display: none;
    }

    .hea-sea > a {
        display: none;
    }

    .hea-sea {
        padding-top: 30px;
    }
}

@media(max-width: 760px) {
    .in-banner .bd ul li h1{
           height: auto!important;
    }
}

@media(max-width: 630px) {
    .logo {
        height: 60px;
    }

    .hea-sea {
        padding-top: 18px;
    }

    .menu {
        top: 20px;
    }

    .logo h1 {
        line-height: 60px;
        font-size: 20px;
    }

    .nav-main {
        top: 60px;
    }

    .hea-sea {
        display: none;
    }
}




.in-banner {
    position: relative;
    width: 773px;
    float: left;
    margin-top: 30px;
}

    .in-banner .bd ul li h1 {
        text-align: center;
        overflow: hidden;
        padding: 6px 5px 0 0;
        height:342px;
        margin: 0px;
    }

        .in-banner .bd ul li h1 img {
            width: 100%;
        }

    .in-banner .bd ul li {
        position: relative;
    }

        .in-banner .bd ul li p {
            height: auto;
            background: #0062ac;
            color: #fff;
            padding: 25px 70px 20px;
            margin-right: 5px;
        }

            .in-banner .bd ul li p a {
                display: block;
                color: #fff;
                font-size: 24px;
                line-height: 30px;
                font-weight: bold;
            }

                .in-banner .bd ul li p a:hover {
                    text-decoration: underline;
                }

            .in-banner .bd ul li p span {
                font-size: 12px;
                padding: 5px 15px 0 0;
                display: inline-block;
            }

        .in-banner .bd ul li h5 {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
        }

    .in-banner .hd {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 105px;
        width: 100%;
        overflow: hidden;
    }

        .in-banner .hd ul {
            text-align: center;
        }

        .in-banner .hd li {
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background: #fff;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            text-indent: 1000px;
            opacity: 0.8;
        }

            .in-banner .hd li.on {
                background: #0062ac;
            }

    .in-banner > a {
        position: absolute;
        z-index: 10;
        top: 150px;
    }

        .in-banner > a.next {
            right: 5px;
        }

        .in-banner > a.prev {
            left: 0px;
        }

.ban-r {
    width: 405px;
    float: right;
    height: 436px;
    border-top: 4px solid #0062ac;
    margin-top: 36px;
}

.in-list {
    padding: 10px 0 0;
}

    .in-list li {
        padding: 20px 20px 20px 0;
        border: 1px solid #dcdcdc;
        background: #fff;
        margin-bottom: 22px;
    }

.in-list-l {
    float: right;
    width: 780px;
    padding: 20px 50px 0 75px;
    position: relative;
}

    .in-list-l h5 {
        position: absolute;
        top: 20px;
        left: -26px;
        width: 55px;
        height: 32px;
        text-align: center;
        color: #fff;
        line-height: 25px;
    }

    .in-list-l h3 {
        font-size: 22px;
        margin: 0 0 15px;
        font-weight: bold;
        line-height: 30px;
    }

        .in-list-l h3 a {
            color: #333;
            display: block;
        }

            .in-list-l h3 a:hover {
                color: #0062ac;
            }

.in-con01 {
    color: #7d7c7c;
    line-height: 23px;
}

.in-con02 {
    font-size: 12px;
    padding-top: 20px;
    color: #7d7c7c;
}

    .in-con02 span {
        padding-right: 20px;
    }

    .in-con02 a {
        display: inline-block;
        padding-left: 20px;
        color: #7d7c7c;
        margin-right: 15px;
    }

        .in-con02 a:hover {
            color: #0062ac;
        }

.in-gz {
    background: url(../images/in_03.png) left center no-repeat;
}

.in-zan {
    background: url(../images/in_04.png) left center no-repeat;
}

.in-list-r {
    float: right;
    width: 381px;
    height: 214px;
    overflow: hidden;
}

    .in-list-r img {
        height: 100%;    
        max-width: 100%;
    }

.in-list .in-xy {
    padding-bottom: 50px;
    padding-right: 0;
}

.in-xy .in-list-l {
    float: left;
    padding-left: 95px;
}

.in-con03 {
    font-size: 12px;
    color: #7d7c7c;
    padding: 0 0 15px;
}

    .in-con03 span {
        padding-right: 60px;
    }

.in-xy .in-con02 {
    line-height: 30px;
}

.in-xy .in-list-r {
    border-left: 1px solid #0062ac;
    height: 120px;
    margin: 60px 0 0 0;
    padding: 0 0 0 55px;
}

    .in-xy .in-list-r > a {
        width: 266px;
        height: 50px;
        text-align: center;
        background: #0062ac;
        line-height: 50px;
        display: block;
        font-size: 24px;
        color: #fff;
    }

        .in-xy .in-list-r > a:hover {
            background: #0097e0;
        }

.in-xy .in-list-l h5 {
    left: -9px;
}

.news-xs {
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}

.news-xs-l {
    float: left;
    width: 861px;
    float: left;
}

    .news-xs-l img {
        width: 100%;
    }

.news-xs-lcon {
    width: 82%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
}

    .news-xs-lcon div {
        position: absolute;
        bottom: 0px;
        background: #fff;
        padding: 20px 30px 0;
    }

        .news-xs-lcon div h2 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
        }

            .news-xs-lcon div h2 a {
                color: #333;
                display: block;
            }

                .news-xs-lcon div h2 a:hover {
                    color: #0062ac;
                }

    .news-xs-lcon .in-con02 {
        padding-top: 10px;
    }

.news-xs-r {
    float: right;
    width: 242px;
    border-top: 4px solid #7666ac;
    color: #333333;
    text-align: right;
}

    .news-xs-r h1 {
        margin: 10px 0;
        font-size: 30px;
    }

    .news-xs-r p {
        font-size: 16px;
    }

    .news-xs-r a {
        color: #7d7c7c;
        display: block;
        margin-top: 20px;
    }

        .news-xs-r a:hover {
            color: #0062ac;
        }

.news-xslist {
    padding: 28px 0 0;
}

    .news-xslist li {
        padding: 20px;
        border: 1px solid #dcdcdc;
        background: #fff;
        margin-bottom: 22px;
    }

.news-xslist-r {
    float: left;
    width: 740px;
    padding: 0 0 0 30px;
    position: relative;
}

    .news-xslist-r hr {
        border-top: 1px solid #444;
        margin-top: 0;
    }

    .news-xslist-r h3 {
        font-size: 20px;
        margin: 0 0 40px;
        font-weight: bold;
        line-height: 28px;
    }

        .news-xslist-r h3 a {
            color: #444;
            display: block;
        }

            .news-xslist-r h3 a:hover {
                color: #0062ac;
            }

.news-xslist-l {
    float: left;
    width: 400px;
    height: 226px;
    overflow: hidden;
}

    .news-xslist-l img {
        height: 100%;
    }

.in_more {
    display: block;
    margin: 70px auto;
    width: 248px;
    height: 50px;
    border: 2px solid #0097e0;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #0097e0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .in_more:hover {
        color: #fff;
        background: #0097e0;
    }

.foot_top {
    height: 174px;
}

.foot_topcon {
    padding: 25px 0;
}

    .foot_topcon li {
        float: left;
        border-right: 1px solid #3d95dd;
        height: 114px;
        padding-left: 20px;
        padding-right: 20px;
    }

.foot_topcon1 {
    line-height: 114px;
    width: 410px;
}

.foot_topcon2 {
    width: 390px;
    color: #fff;
    opacity: 0.8;
    line-height: 25px;
    padding-top: 8px;
}

.foot_topcon3 {
    width: 380px;
    padding-top: 35px;
}

.foot_topcon li.foot_topcon3 {
    border: none;
}

.foot_topcon3 a {
    display: inline-block;
    width: 42px;
    height: 42px;
       margin-right: 18px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
      background-size: 100% 100%;
      background-repeat:no-repeat;
   margin-bottom:15px;
    border-radius: 50%;
}
.foot_topcon3 a::before{
    display:none;
}
    .foot_topcon3 a:hover {
        background: rgba(255,255,255,.5);
            background-size: 100% 100%;
    }

    .footer .share_more.share{
    margin-top:5px;
}
.share_a {
    width: 60px;
    float: left;
}

.jiathis_style_32x32 .jtico span {
    width: 42px;
    height: 42px;
}

.container .jiathis_style_32x32 .jiathis_counter.jiathis_bubble_style {
    width: 60px !important;
}

.details_share>a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/share_btn.png) -5px -4px no-repeat;
    margin-left: 10px;
}

.details_share span.jiathis_txt {
    background: none !important;
}

.details_share a.jiathis_button_weixin {
}

.details_share a.jiathis_button_tsina {
    background-position: -51px -4px;
}

.details_share a.jiathis_button_email {
    background-position: -98px -4px;
}

.details_share a.jiathis_button_print {
    background-position: -145px -4px;
}

.details_share a.jiathis_separator {
    width: 30px !important;
    height: 30px !important;
    float: none;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 10px !important;
    background: url(../images/share_btn.png) no-repeat scroll -192px -4px;
}

.details_share a.jiathis_button_weixin:hover {
    background-position: -5px -50px;
}

.details_share a.jiathis_button_tsina:hover {
    background-position: -51px -50px;
}

.details_share a.jiathis_button_email:hover {
    background-position: -98px -51px;
}

.details_share a.jiathis_button_print:hover {
    background-position: -145px -51px;
}

.details_share a.jiathis_separator:hover {
    background-position: -192px -50px;
}

.jiathis_style img {
    width: auto;
}

.jiathis_style > div {
    width: 320px !important;
}

.foot_bom {
    text-align: center;
    height: 49px;
    background: url(../images/icon_05.jpg) center center repeat-x;
    border-bottom: 4px solid #f8b62c;
    color: #a3b8d1;
    font-size: 12px;
    line-height: 47px;
}

.math-bom {
    padding-bottom: 30px;
}

.sec_nav {
    height: 50px;
    background: #dededc;
    margin: 40px 0 10px;
}

    .sec_nav p {
        display: inline-block;
        float: left;
    }

        .sec_nav p a {
            line-height: 47px;
            border-bottom: 3px solid #dededc;
            padding: 0 15px;
            color: #333333;
            display: inline-block;
            font-size: 14px;
        }

            .sec_nav p a.on {
                border-bottom: 3px solid #0f82dd;
            }

    .sec_nav form {
        margin: 10px 13px 0 0;
        float: right;
        display: inline-block;
    }

.in-bd {
    padding-bottom: 0px;
    float: left;
}

    .in-bd input {
        height: 30px;
        border-radius: 0;
        float: left;
        width: 180px;
        border: none;
        font-size: 12px;
    }

    .in-bd a {
        height: 30px;
        background: #1081df;
        width: 50px;
        margin-left: 10px;
        float: left;
        display: block;
        line-height: 30px;
        text-align: center;
        color: #fff;
    }

        .in-bd a:hover {
            background: #0d6cba;
        }

.in-for-m {
    position: relative;
    float: left;
    background: #fff;
    height: 30px;
    margin-right: 10px;
}

    .in-for-m dt {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        font-weight: normal;
        cursor: pointer;
        width: 214px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        z-index: 2;
        z-index: 99;
        padding: 0 10px;
        color: #848484;
        font-size: 12px;
    }

    .in-for-m span {
        position: absolute;
        right: 0;
        color: #fff;
        font-size: 16px;
        z-index: 1;
        top: 0;
        display: inline-block;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #0062ac;
    }

    .in-for-m dt:hover, .select dt.cur {
        border: 1px solid #409DFE;
        box-shadow: 0 0 3px #409DFE;
    }

    .in-for-m dd {
        position: absolute;
        left: 0;
        top: 30px;
        border: 1px solid #d2ccc4;
        background: #fff;
        display: none;
        width: 100%;
        z-index: 100;
    }

        .in-for-m dd ul {
            padding: 4px;
            max-height: 250px;
            overflow-y: auto;
            font-size: 12px;
        }

            .in-for-m dd ul li a {
                line-height: 30px;
                display: block;
                padding: 0 8px;
                color: #848484;
            }

                .in-for-m dd ul li a:hover {
                    background: #f5f5f5;
                }

.tit_nav {
    font-size: 14px;
    color: #888;
    padding: 30px 0;
}

    .tit_nav a {
        color: #888;
        display: inline-block;
        padding: 0 10px;
    }

        .tit_nav a.on {
            color: #0062ac;
        }

.ot_main_l {
    float: left;
    width: 300px;
    margin-bottom: 100px;
}

.ot_main_r {
    float: right;
    width: 900px;
    padding-left: 35px;
    padding-bottom: 50px;
}

.math_llist {
    background: #f3f3f3;
    padding: 25px;
    margin-bottom: 30px;
}

    .math_llist dt {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .math_llist dd {
        display: block;
        color: #444;
        border-top: 1px solid #dcdcdc;
        padding: 7px 0;
    }

        .math_llist dd a {
            color: #444;
            display: block;
        }

            .math_llist dd a:hover {
                color: #0062ac;
            }

.math_weixin {
    padding: 20px 13px;
    background: #f3f3f3;
}

    .math_weixin img {
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
    }

.slider_share {
    padding-top: 15px;
}

    .slider_share p {
        display: inline-block;
        float: left;
        line-height: 28px;
        color: #a09f9f;
    }

    .slider_share a {
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        background: #a09f9f;
        margin-left: 10px;
        float: left;
        position: relative;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .slider_share a:hover {
            background: #0062ac;
        }

.body_tit {
    text-align: left;
    color: #333;
    font-size: 36px;
    line-height: 46px;
}

.math_time {
    margin: 30px 0 20px;
}

    .math_time form {
        float: right;
        display: inline-block;
    }

.math_lgu {
    position: relative;
    float: left;
    background: #f0f0f0;
    height: 30px;
    margin-right: 10px;
}

    .math_lgu dt {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        font-weight: normal;
        cursor: pointer;
        width: 214px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        z-index: 2;
        z-index: 99;
        padding: 0 10px;
        color: #000;
        font-size: 12px;
    }

    .math_lgu span {
        position: absolute;
        right: 0;
        color: #fff;
        font-size: 16px;
        z-index: 1;
        top: 0;
        display: inline-block;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #0062ac;
    }

    .math_lgu dt:hover, .select dt.cur {
        box-shadow: 0 0 3px #409DFE;
    }

    .math_lgu dd {
        position: absolute;
        left: 0;
        top: 30px;
        border: 1px solid #d2ccc4;
        background: #fff;
        display: none;
        width: 100%;
        z-index: 100;
    }

        .math_lgu dd ul {
            padding: 4px;
            max-height: 250px;
            overflow: auto;
            font-size: 12px;
        }

            .math_lgu dd ul li a {
                line-height: 30px;
                display: block;
                padding: 0 8px;
                color: #444;
            }

                .math_lgu dd ul li a:hover {
                    background: #f5f5f5;
                }

.math_time_l {
    float: left;
    display: inline-block;
    line-height: 30px;
}

    .math_time_l a {
        display: inline-block;
        padding-left: 20px;
        color: #7d7c7c;
        margin-right: 15px;
    }

        .math_time_l a:hover {
            color: #0062ac;
        }

    .math_time_l span {
        display: inline-block;
        padding-right: 15px;
    }


.math_lb {
    position: relative;
    margin-top: 30px;
}

    .math_lb .bd ul li img {
        width: 100%;
    }

    .math_lb .bd ul li {
        position: relative;
    }

        .math_lb .bd ul li p {
            height: 96px;
            background: rgba(0,0,0,.5);
            color: #fff;
            padding: 25px 50px 15px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 14px;
        }

            .math_lb .bd ul li p span {
                font-size: 12px;
                padding: 25px 5px 0 0;
                display: inline-block;
                float: right;
            }

        .math_lb .bd ul li h5 {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
        }

    .math_lb .hd {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 20px;
        width: 100%;
        overflow: hidden;
    }

        .math_lb .hd ul {
            text-align: center;
        }

        .math_lb .hd li {
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background: #fff;
            display: inline-block;
            margin: 0 4px;
            cursor: pointer;
            text-indent: 1000px;
            opacity: 0.8;
        }

            .math_lb .hd li.on {
                background: #0062ac;
            }

    .math_lb > a {
        position: absolute;
        z-index: 10;
        top: 150px;
    }

        .math_lb > a.next {
            right: 20px;
        }

        .math_lb > a.prev {
            left: 20px;
        }

.content {
    position: relative;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

    .content p {
        font-size: 15px;
        color: #111;
        line-height: 1.575;
        margin-bottom: 1em;
        /*text-indent: 36px;
        margin-bottom: 18px;*/
    }

.content_editor {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .content_editor span {
        padding-right: 10px;
    }


.ban-r li {
    width: 33.3%;
    height: 145px;
    text-align: center;
    border: 1px solid #ededed;
    float: left;
    background: #fff;
}

    .ban-r li a {
        display: block;
        padding-top: 28px;
    }

        .ban-r li a p {
            width: 100%;
            height: 50px;
            background-position: center bottom;
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .ban-r li a span {
            display: block;
            padding-top: 10px;
            color: #333;
        }

.r_icon1 a p {
    background-image: url(../images/sns_01.png);
}

.r_icon1:hover a p {
    background-image: url(../images/sns_02.png);
}

.r_icon2 a p {
    background-image: url(../images/sns_03.png);
}

.r_icon2:hover a p {
    background-image: url(../images/sns_04.png);
}

.r_icon3 a p {
    background-image: url(../images/sns_05.png);
}

.r_icon3:hover a p {
    background-image: url(../images/sns_06.png);
}

.r_icon4 a p {
    background-image: url(../images/sns_07.png);
}

.r_icon4:hover a p {
    background-image: url(../images/sns_08.png);
}

.r_icon5 a p {
    background-image: url(../images/sns_09.png);
}

.r_icon5:hover a p {
    background-image: url(../images/sns_10.png);
}

.r_icon6 a p {
    background-image: url(../images/sns_11.png);
}

.r_icon6:hover a p {
    background-image: url(../images/sns_12.png);
}

.r_icon7 a p {
    background-image: url(../images/sns_13.png);
}

.r_icon7:hover a p {
    background-image: url(../images/sns_14.png);
}

.r_icon8 a p {
    background-image: url(../images/sns_15.png);
}

.r_icon8:hover a p {
    background-image: url(../images/sns_16.png);
}

.r_icon9 a p {
    background-image: url(../images/sns_17.png);
}

.r_icon9:hover a p {
    background-image: url(../images/sns_18.png);
}


.tea_tab {
    padding-top: 15px;
}

    .tea_tab .hd {
        margin-bottom: 17px;
    }

        .tea_tab .hd li {
            display: inline-block;
            width: 118px;
            height: 38px;
            font-size: 14px;
            cursor: pointer;
            line-height: 38px;
            text-align: center;
            background: #fff;
        }

            .tea_tab .hd li i {
                padding-right: 8px;
            }

            .tea_tab .hd li.on {
                background: #0097e0;
                color: #fff;
            }

.item {
    width: 25%;
    padding-right: 20px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.waterfall {
    padding-top: 10px;
}

.item_body {
    background: #fff;
    border: 1px solid #dcdcdc;
}

.item h1 {
}

    .item h1 img {
        width: 100%;
    }
    .loadmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.item h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}

.item_body div > span {
    color: #7d7d7d;
    overflow: hidden;
    height: 83px;
    display: block;
    text-overflow: ellipsis;
}

    .item_body div > span::after {
        content: "……";
        font-weight: bold;
        /*position: absolute;
        bottom: 86px;
        right: 7px;
        padding: 0 20px 1px 45px;*/
    }

    .item_body div > span.no-img::after {
        content: "……";
        font-weight: bold;
        /*position: absolute;
        bottom: 67px !important;
        right: 7px !important;
        padding: 0 20px 1px 45px;*/
    }


.item_body div {
    padding: 20px 20px;
}

.item h5 {
    position: absolute;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 55px;
    height: 32px;
    right: 12px;
    bottom: 32px;
    z-index: 2;
}


.game163 {
    position: relative;
    margin-top: 30px;
}

    .game163 .bigImg {
        margin: 0 auto;
    }

        .game163 .bigImg li {
            height: 611px;
            text-align: center;
            overflow: hidden;
        }

            .game163 .bigImg li .img img {
                width: 100%;
            }

            .game163 .bigImg li .txt {
                text-align: left;
                padding: 23px 0 0 0;
            }

                .game163 .bigImg li .txt .mub {
                    float: left;
                    width: 72px;
                    font-size: 16px;
                    color: #7d7c7c;
                    padding: 12px 0 0 0;
                }

                    .game163 .bigImg li .txt .mub em {
                        color: #0f81de;
                        font-size: 26px;
                    }

                .game163 .bigImg li .txt .text {
                    float: left;
                    width: 613px;
                }

                .game163 .bigImg li .txt .xin {
                    float: right;
                    width: 82px;
                    border-left: 1px solid #dcdcdc;
                    text-align: center;
                }

                    .game163 .bigImg li .txt .xin p {
                        color: #7d7c7c;
                        padding: 11px 0 0 0;
                    }

    .game163 .smallScroll {
        position: relative;
    }

        .game163 .smallScroll .smallImg ul {
            text-align: center;
        }

            .game163 .smallScroll .smallImg ul li {
                margin: 0 11px;
                cursor: pointer;
                height: 61px;
                width: 108px;
                overflow: hidden;
                text-align: center;
                display: inline-block;
                border: 2px solid #fff;
            }

                .game163 .smallScroll .smallImg ul li.on {
                    border: 2px solid #0062ac;
                }

                .game163 .smallScroll .smallImg ul li img {
                    height: 100%;
                }

        .game163 .smallScroll .smallImg {
            width: 100%;
            margin-top: 10px;
            overflow: hidden;
        }

        .game163 .smallScroll .sPrev {
            position: absolute;
            top: 0;
            left: 0;
        }

            .game163 .smallScroll .sPrev img {
                height: 61px;
            }

        .game163 .smallScroll .sNext {
            position: absolute;
            top: 0;
            right: 0;
        }

            .game163 .smallScroll .sNext img {
                height: 61px;
            }

        .game163 .smallScroll .tempWrap {
            margin: 0 auto;
            width: 748px !important;
        }

    .game163 #sPrev {
        position: absolute;
        z-index: 10;
        top: 150px;
        left: 20px;
    }

    .game163 #sNext {
        position: absolute;
        z-index: 10;
        top: 150px;
        right: 20px;
    }

.zxtg_main {
    border: #ededed 8px solid;
    border-top: none;
}

    .zxtg_main h1 {
        background: #0062ac;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .zxtg_main ul {
        /*padding: 20px 15px 53px;*/
    }

    .zxtg_main li {
        padding: 10px 0 0 0;
    }

        .zxtg_main li span {
            width: 78px;
            float: left;
            text-align: right;
            height: 38px;
            line-height: 38px;
            color: #333333;
            font-size: 14px;
            margin-right: 9px;
        }

        .zxtg_main li .edui-editor-breadcrumb span {
            width: auto;
            float: none;
            text-align: left;
            height: auto;
        }

        .zxtg_main li input {
            width: 88%;
            background: #f3f3f3;
        }

        .zxtg_main li textarea {
            height: 70px;
            width: 88%;
            background: #f3f3f3;
        }

            .zxtg_main li textarea.h260 {
                height: 260px;
            }

        .zxtg_main li input.w170 {
            width: 170px;
        }

        .zxtg_main li select {
            background: #f3f3f3;
            border: #dcdcdc 1px solid;
            height: 38px;
            width: 170px;
        }

        .zxtg_main li .left {
            float: left;
            margin-left: 19px;
        }

        .zxtg_main li .liebiao {
            float: left;
            width: 88%;
        }

            .zxtg_main li .liebiao h2 {
                font-size: 14px;
            }

            .zxtg_main li .liebiao > ul {
                padding: 9px 0 0 0;
            }

                .zxtg_main li .liebiao > ul li {
                    padding: 0;
                }

                    .zxtg_main li .liebiao > ul li span {
                        width: 33.2%;
                        height: 36px;
                        line-height: 36px;
                        display: inline-block;
                        border-right: 1px solid #d3d3d3;
                        padding-left: 12px;
                        margin: 0;
                        text-align: left;
                        float: none;
                    }

                    .zxtg_main li .liebiao > ul li.gray span {
                        background: #e1e1e1;
                    }

                    .zxtg_main li .liebiao > ul li.grays span {
                        background: #eeeeee;
                    }

.tmd {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    border: #dcdcdc 1px solid;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.zxtg_main li button {
    margin: 19px 0 0 42%;
}

.btn {
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #0062ac;
    border-color: #0062ac;
}

.my_pl {
    padding: 20px 0 47px 0;
}

    .my_pl h1 {
        font-size: 18px;
        color: #444;
        padding: 0 0 16px 0;
    }

        .my_pl h1 span {
            font-size: 14px;
            color: #c2c0c0;
            padding: 0 0 0 18px;
        }

        .my_pl h1 em {
            float: right;
            font-style: normal;
            font-size: 14px;
            color: #a09f9f;
        }

            .my_pl h1 em i {
                font-style: normal;
                color: #0f81de;
            }

    .my_pl textarea {
        height: 88px;
        width: 100%;
    }

    .my_pl button {
        float: right;
        width: 72px;
        height: 29px;
        font-size: 14px;
        line-height: 27px;
        padding: 0;
        margin: 14px 0 0 0;
    }

.slideTxtBox {
    width: 865px;
}

    .slideTxtBox .hd {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            left: 0;
            top: -12px;
            height: 42px;
        }

            .slideTxtBox .hd ul li {
                float: left;
                /*margin: 0 26px 0 0;*/
                cursor: pointer;
                padding: 5px 10px;
            }

                .slideTxtBox .hd ul li.on {
                    /*height: 30px;*/
                    background: rgba(255, 255, 255, 0);
                    border-bottom: 2px solid #0062ac;
                }

    .slideTxtBox .bd ul {
        padding: 15px 0;
        zoom: 1;
    }

    .slideTxtBox .bd li {
        padding: 20px 0 0 0;
    }

        .slideTxtBox .bd li .img {
            float: left;
            width: 50px;
        }

        .slideTxtBox .bd li .txt {
            float: left;
            width: 92%;
            margin-left: 2%;
            border-bottom: #dcdcdc 1px solid;
        }

            .slideTxtBox .bd li .txt h2 {
                font-size: 14px;
                color: #0062ac;
                margin: 8px 0 0 0;
            }

                .slideTxtBox .bd li .txt h2 span {
                    font-size: 12px;
                    color: #898989;
                    margin-left: 15px;
                }

            .slideTxtBox .bd li .txt h3 {
                font-size: 14px;
                color: #444;
                margin: 8px 0 0 0;
            }


            .slideTxtBox .bd li .txt a {
                display: inline-block;
                padding-left: 20px;
                color: #7d7c7c;
                margin: 11px 0 15px 0;
            }

                .slideTxtBox .bd li .txt a:hover {
                    color: #0f81de;
                }

.in_gz {
    background: url(../images/huifu.png) left center no-repeat;
}

.in_zan {
    background: url(../images/zan.png) left center no-repeat;
}

.gt_more {
    background: #f3f3f3;
    border-top: #dcdcdc 1px solid;
    padding: 7px 15px 15px;
}

    .gt_more .tt {
        margin-top: 15px;
    }

    .gt_more .img1 {
        float: left;
        width: 50px;
    }

    .gt_more .txt1 {
        float: left;
        width: 89%;
        margin-left: 2%;
        border-bottom: #dcdcdc 1px dashed;
    }

        .gt_more .txt1 h2 {
            font-size: 14px;
            color: #0f81de;
            margin: 8px 0 0 0;
        }

            .gt_more .txt1 h2 span {
                font-size: 12px;
                color: #898989;
                margin-left: 15px;
            }

        .gt_more .txt1 h3 {
            font-size: 14px;
            color: #444;
            margin: 8px 0 0 0;
        }

    .gt_more .more a {
        color: #0062ac !important;
        text-align: center !important;
        padding-left: 67px !important;
    }

.tit_nav span {
    float: right;
    font-size: 14px;
}

    .tit_nav span a {
        color: #0062ac;
    }

.search_in h1 {
    font-size: 36px;
    color: #0062ac;
    font-weight: bold;
    padding: 0 0 40px 0;
}

.search_right {
    float: right;
    width: 715px;
    background: #e5e5e5;
    padding: 12px;
}

.search_left {
    background: #e5e5e5;
    padding: 22px 0 22px 22px;
}

    .search_left ul {
        float: left;
        margin-right: 39px;
    }

    .search_left li {
        margin: 11px 0 0 0;
        height: 30px;
        line-height: 30px;
    }

        .search_left li em {
            float: left;
            width: 70px;
            font-style: normal;
            text-align: right;
        }

.tmdd {
    display: block;
    width: 214px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    border: #dcdcdc 1px solid;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_left select {
    width: 78px;
    height: 30px;
    border: none;
}

.search_left a.butt {
    width: 59px;
    height: 30px;
    line-height: 30px;
    background: #0062ac;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-left: 35px;
}

.search_left li i {
    float: left;
    font-style: normal;
    padding: 0 8px;
}

.in-for-n {
    position: relative;
    float: left;
    background: #fff;
    height: 30px;
    margin-right: 10px;
}

    .in-for-n dt {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        font-weight: normal;
        cursor: pointer;
        width: 78px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        z-index: 2;
        z-index: 99;
        padding: 0 10px;
        color: #848484;
        font-size: 12px;
    }

    .in-for-n span {
        position: absolute;
        right: 0;
        color: #fff;
        font-size: 16px;
        z-index: 1;
        top: 0;
        display: inline-block;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #afafaf;
    }

    .in-for-n dt:hover, .select dt.cur {
        border: 1px solid #409DFE;
        box-shadow: 0 0 3px #409DFE;
    }

    .in-for-n dd {
        position: absolute;
        left: 0;
        top: 30px;
        border: 1px solid #d2ccc4;
        background: #fff;
        display: none;
        width: 100%;
        z-index: 100;
    }

        .in-for-n dd ul {
            padding: 4px;
            max-height: 250px;
            overflow-y: auto;
            font-size: 12px;
        }

            .in-for-n dd ul li a {
                line-height: 30px;
                display: block;
                padding: 0 8px;
                color: #848484;
            }

                .in-for-n dd ul li a:hover {
                    background: #f5f5f5;
                }


.search_main {
}

.sea_rw {
    font-size: 24px;
    margin-top: 39px;
    font-weight: bold;
}

.sea_man {
    padding-top: 20px;
}

.sea_man_l {
    float: left;
    width: 212px;
    overflow: hidden;
}

    .sea_man_l img {
        width: 100%;
    }

    .sea_man_l span {
        font-size: 14px;
        text-align: center;
        display: block;
        padding: 10px 0;
    }

.sea_man_r {
    float: left;
    margin-left: 20px;
    border-left: 1px solid #cac7c7;
    padding-left: 20px;
    min-height: 120px;
    width: 76%;
}

.search_main .img {
    padding: 18px 0 0 0;
}

    .search_main .img img {
        width: 100%;
        height: auto;
    }

.search_main .tt {
    padding: 0 15px 15px;
    border-bottom: 1px solid #c2bfbf;
}

.sea_lm_new {
    padding: 15px;
}

    .sea_lm_new li a {
        color: #444;
        font-size: 15px;
        line-height: 25px;
    }

        .sea_lm_new li a:hover {
            color: #246ee9;
        }

.sea_pic {
    padding-top: 20px;
}

.search_main .dl_1_wrap dl {
    float: left;
    width: 280px;
    margin-left: 20px;
    padding-bottom: 22px;
}

    .search_main .dl_1_wrap dl img {
        width: 280px;
        height: 157px;
    }

        .search_main .dl_1_wrap dl img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .search_main .dl_1_wrap dl.first {
        margin-left: 0;
    }

    .search_main .dl_1_wrap dl dd h3 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
        _display: inline;
        white-space: nowrap;
        _white-space: noraml; /*超长就换行，第二行被裁掉 @ie6*/
        _height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        hover: #0062ac;
        _background: transparent; /*解决莫名占据高度bug @ie6*/
    }

    .search_main .dl_1_wrap dl dd p {
        color: #666;
        font-size: 14px;
        line-height: 18px;
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 15px;
    }

.sea_wz {
    padding: 20px 0 62px;
}

    .sea_wz li {
        border-bottom: 1px dashed #c2bfbf;
        padding: 15px 0;
        position: relative;
    }

.sea_wz_l {
    float: left;
    width: 212px;
}

    .sea_wz_l img {
        width: 100%;
    }

.sea_wz_c {
    float: left;
    width: 71%;
    padding: 5px 33px 0;
}

.sea_wz_r {
    float: right;
    height: 100px;
    border-left: 1px solid #c2bfbf;
    padding: 15px 0 0 15px;
    font-size: 16px;
    width: 120px;
}

.sea_wz_c h5 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0 10px 0;
}

    .sea_wz_c h5 span {
        font-size: 12px;
        float: right;
        font-weight: normal;
    }

        .sea_wz_c h5 span i {
            font-style: normal;
            float: right;
        }

.sea_wz_c p a {
    line-height: 24px;
    color: #444;
    padding: 15px 0 0 0;
    display: inline-block;
}

    .sea_wz_c p a:hover {
        color: #246ee9;
    }

.w78 {
    width: 78px;
}


@media(max-width: 1240px) {
    .in-banner {
        width: 650px;
    }

    .foot_topcon2 {
        width: 210px;
    }

    .foot_topcon3 a {
           margin-right: 18px;
        width: 42px;
        height: 42px;
        border-radius: 18px;
        line-height: 40px;
    }

    .foot_topcon1 {
        width: 380px;
    }

    .foot_topcon3 {
        width: 300px;
    }

    .in-banner .hd {
        bottom: 150px;
    }

    .ban-r {
        height: 412px;
        width: 310px;
    }

    .in-list-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .in-list-l {
        float: none;
        width: 100%;
    }

        .in-list-l h5 {
            left: -9px;
        }

    .in-xy .in-list-l {
        float: none;
        padding-left: 75px;
    }

    .in-xy {
        padding-left: 0;
    }

        .in-xy .in-list-r {
            border: none;
            padding-left: 75px;
        }

    .in-con02 {
        text-align: left;
    }

    .news-xs-l {
        width: 100%;
        float: none;
    }

    .news-xs-r {
        width: 100%;
        float: none;
    }

    .news-xs-lcon div {
        padding-bottom: 10px;
    }

    .news-xslist-l {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .news-xslist-r {
        width: 100%;
        float: none;
    }

    .ot_main_r {
        width: 670px;
    }

    .ban-r li {
        height: 136px;
    }

    .item {
        width: 33.3%;
    }
}

@media(max-width: 990px) {
    .foot_topcon li {
        padding-left: 0;
    }

    .foot_topcon2 {
        display: none;
    }

    .foot_topcon1 {
        width: 50%;
    }

    .foot_topcon3 {
        width: 50%;
    }

    .hea-sea p {
        margin-right: 50px;
    }

    .in_more {
        width: 220px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin: 40px auto;
    }

    .in-banner {
        width: 100%;
        float: none;
    }

    .ban-r {
        width: 100%;
        float: none;
    }

    .in-list-l {
        padding: 20px 0 0 75px;
    }

    .in-xy .in-list-r {
        margin: 30px 18px 0 0;
    }

    .news-xslist-r {
        padding: 0;
    }

        .news-xslist-r h3 {
            margin: 0 0 20px;
        }

    .ot_main_r {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .body_tit {
        font-size: 28px;
    }

    .ot_main_l {
        width: 100%;
        float: none;
    }

    .math_weixin {
        display: none;
    }

    .math_lb .bd ul li p {
        padding: 15px 20px;
        line-height: 20px;
        height: auto;
    }

    .body_tit {
        padding: 0 20px;
        font-size: 28px;
        line-height: 35px;
    }

    .item {
        width: 50%;
    }
}

@media(max-width: 760px) {
    .foot_topcon1 {
        width: 100%;
        text-align: center;
        line-height: 90px;
    }

    .foot_topcon li {
        border: none;
        height: auto;
    }

    .foot_topcon {
        padding: 0;
    }

    .foot_top {
        height: 90px;
    }

    .foot_bom {
        height: 35px;
        line-height: 35px;
    }

    .in_more {
        width: 150px;
        height: 36px;
        line-height: 30px;
        font-size: 16px;
        margin: 40px auto;
    }

    .in-banner .bd ul li p {
        padding: 10px 20px;
    }

        .in-banner .bd ul li p a {
            font-size: 18px;
        }

    .in-xy .in-list-r > a {
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .news-xs-lcon {
        width: 100%;
    }

        .news-xs-lcon div {
            position: relative;
            padding: 20px 0px 10px;
        }

    .in-banner .hd {
        bottom: -25px;
    }

    .sec_nav form {
        display: none;
    }

    li.math-xy div.in-list-l {
        padding-left: 20px;
    }

    li.math-xy .in-list-r {
        padding-left: 20px;
    }

    .body_tit {
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .tit_nav {
        font-size: 14px;
        padding: 20px 0;
    }

    .math_time_l {
        line-height: 25px;
    }

    .math_time form {
        width: 100%;
        margin-top: 10px;
    }

    .math_lb .bd ul li p {
        font-size: 16px;
        padding: 10px;
    }

    .math_lb > a img {
        height: 40px;
    }

    .math_lb > a {
        top: 100px;
    }

    .math_lb .hd {
        display: none;
    }

    .math_lb .bd ul li p {
        position: relative;
        font-size: 15px;
        background: none;
        padding: 10px 0;
        color: #444;
    }

        .math_lb .bd ul li p span {
            font-size: 12px;
            height: auto;
        }

    .math_llist {
        padding: 10px;
    }

    .math_time_l {
        font-size: 12px;
        line-height: 20px;
    }

    .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .item {
        width: 100%;
    }
}

@media(max-width:630px) {
    .foot_topcon1 {
        line-height: 60px;
    }

        .foot_topcon1 img {
            width: 200px;
        }

    .foot_top {
        height: 60px;
    }

    .foot_bom {
        height: auto;
        background: #00579a;
        line-height: 18px;
        padding: 8px 0;
    }

    .in-banner .bd ul li p a {
        font-size: 16px;
        line-height: 22px;
    }

    .in-banner > a {
        top: 100px;
    }

        .in-banner > a img {
            height: 50px;
        }

    .in-list li {
        padding: 10px;
    }

    .in-list-r {
        height: auto;
    }

        .in-list-r img {
            width: 100%;
            height: auto;
        }

    .in-list-l h5 {
        left: -19px;
    }

    .in-list-l {
        padding: 20px 0 0 50px;
    }

    .in-xy .in-list-l {
        padding-right: 10px;
    }

    .in-xy .in-list-r {
        padding-left: 50px;
    }

    .in-xy {
        padding-bottom: 0;
    }

    .news-xslist-r h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .news-xslist-r h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .news-xslist-l {
        height: auto;
    }

        .news-xslist-l img {
            width: 100%;
            height: auto;
        }

    .in-banner .hd li {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }

    .in-list-l h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .in-xy .in-list-r > a {
        font-size: 14px;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }

    li.math-xy div.in-list-l {
        padding-left: 0px;
    }

    li.math-xy .in-list-r {
        padding-left: 0px;
    }

    .sec_nav p a {
        font-size: 16px;
    }

    .math_lb > a {
        top: 80px;
    }

    .math_llist dt {
        font-size: 18px;
    }

    .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .search_main .dl_1_wrap dl {
        margin-left: 0;
        width: 100%;
    }

    .sea_man_r {
        margin-left: 0;
    }

    .zxtg_main li .left {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .zxtg_main li button {
        margin: 19px 0 0 18%;
    }

    .slideTxtBox {
        width: 100%;
    }

        .slideTxtBox .bd li .txt {
            width: 88%;
        }

    .game163 {
        width: 100%;
        overflow: hidden;
    }

        .game163 .bigImg li .txt .text {
            width: 59%;
        }

        .game163 .smallScroll .smallImg ul li {
            margin: 0 3px;
        }

        .game163 .smallScroll .sPrev {
            display: none;
        }
}

.nick {
    height: 50px;
}

input#NickName {
    display: inline-block;
    width: calc(100% - 43px);
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    border: #dcdcdc 1px solid;
}

.null {
    height: 400px;
    line-height: 400px;
    text-align: center;
}

    .null img {
        height: 200px;
    }

    .null span {
        margin-left: 30px;
        font-size: 20px;
    }

.text-center {
    text-align: center;
}

.editor_name {
    width: calc(100% - 200px);
    display: inline-block;
    margin: 20px 50px 20px 0;
}

    .editor_name span {
        color: #0062AC;
        font-size: 18px;
    }

    .editor_name + button {
        margin-top: -20px;
    }

.manuscript {
    font-size: 12px;
    color: #888;
    display: inline-block;
    width: 100px;
    margin-bottom: 25px;
}

.blue {
    font-size: 12px;
    color: #39A5FC;
    display: inline-block;
    width: 100px;
    text-align: left;
    margin-bottom: 25px;
}

.art_list {
    width: 100%;
    border: 0;
    background: #fff;
}

    .art_list th {
        height: 36px;
        border-bottom: 1px solid #dcdcdc;
    }

    .art_list td {
        height: 36px;
        border-bottom: 1px solid #dcdcdc;
    }

.articl_table {
    padding: 1px 15px;
    background: #fff;
}

.drafts {
    border-top: 1px solid #888;
    margin-bottom: 30px;
    position: relative;
    padding-top: 15px;
}

.re_img {
    position: absolute;
    top: -7px;
}

.search_bor {
    display: block;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

    .search_bor a {
        position: absolute;
        right: 8px;
        top: 8px;
    }

.search_input {
    position: relative;
    float: right;
}

.search_bor input {
    width: 214px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding-right: 20px;
}

.search_bor .btn {
    float: left;
    margin-right: 5px;
    padding: 3px 12px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.search_bor .btn-primary {
    color: #fff;
    background-color: #0062ac;
    border-color: #0062ac;
}

.art_list a {
    color: #0062AC;
    border-bottom: 1px solid #0062ac;
    margin-right: 15px;
}

.title_over {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.set_page {
    margin: 15px 0;
    text-align: right;
}

    .set_page span {
        margin: 0 10px;
    }

.state {
    display: block;
    text-align: center;
    width: 80px;
    border-radius: 15px;
    color: #fff;
}

.bg-primary {
    background-color: #504f63;
}

.bg-warning {
    background-color: #ffc545;
}

.bg-info {
    background-color: #4dd4fd;
}

.bg-success {
    background-color: #9ad268;
}

.bg-danger {
    background-color: #fe402b !important;
}

.zxtg_main li .note, .note {
    width: auto;
    font-size: 12px;
    color: red;
    line-height: 38px;
}

.note {
    line-height: 24px;
}

.search_bor .btn.pull-right {
    float: right;
}

.m-left-lg {
    margin-left: 20px;
}

.sendback {
    min-height: 90px;
    overflow: hidden;
}

.padding-sm {
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.sendback span {
    display: inline-block;
    float: left;
    width: 90px;
    height: 100%;
    line-height: 50px;
    padding-bottom: 110px;
    margin-bottom: -100px;
    font-size: 16px;
    text-indent: 9px;
}

    .sendback span.reson {
        width: calc(100% - 100px);
        height: 100%;
        line-height: 25px;
        text-align: left;
        border-right: 0;
        padding-left: 15px;
        border-left: 1px solid #dcdcdc;
        font-size: 14px;
        text-indent: 0;
    }

    .sendback span.auditor {
        line-height: 25px;
        text-align: left;
        width: auto;
        height: 25px;
        border-right: 0;
        color: #0062AC;
        margin-top: 10px;
        font-size: 14px;
        text-indent: 0;
    }

.m-left-sm {
    margin-left: 15px;
}

.m-right-sm {
    margin-right: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.modal_title, .modal_detail {
    display: inline-block;
    float: left;
    width: 100px;
    height: 30px;
}

.modal_detail {
    width: calc(100% - 150px);
    color: #dcdcdc;
}

.apply_reson {
    width: 100%;
    height: 150px;
    line-height: 25px;
}

/*footer*/

.footer {
    width: 100%;
    height: 228px;
    background: #006DB8 url(../images/footer-bg.jpg) right top no-repeat;
    position: relative;
}

    .footer .footer-main {
        width: 1180px;
        margin: 0 auto;
        height: 174px;
    }

    .footer .footer-logo {
        width: 325px;
        height: 57px;
        float: left;
        margin-left: 38px;
        margin-top: 60px;
    }

        .footer .footer-logo img {
            width: 100%;
            height: auto;
        }

    .footer .addr {
        float: left;
        margin-left: 70px;
        margin-top: 40px;
    }

        .footer .addr .addr2 {
            margin-top: 10px;
        }

        .footer .addr p {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            line-height: 18px;
        }

            .footer .addr p.bold {
                font-weight: bold;
            }

.no-rgba .footer .addr p {
    color: #fff;
}

.footer .share {
    height: auto;
    margin-top: 36px;
    float: left;
    margin-left:140px;
    width: 322px;
}

.footer .share .jiathis_style_32x32 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .share .us_twitter {
	background-position: -62px 0;
}
.footer .share .us_fb {
	background-position: -124px 0;
}
.footer .share .us_tsina {
	background-position: -186px 0;
}
.footer .share .us_weixin {
	background-position: -248px 0;
}
.footer .copylight {
    width: 1180px;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-align: center;
}

.no-rgba .footer .copylight {
    color: #fff;
}

@media all and (max-width:767px) {
    .tea_tab .hd li:last-child {
        display: none;
    }
    .in-list {
    padding: 0;
}
    /*footer*/
    .footer {
        background: #0062ad url(../images/footer-bg.png) right 90px no-repeat;
        height: auto;
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
    }

        .footer .footer-main {
    width: auto;
    padding: 0 3.125%;
    height: auto;
    overflow: hidden;
    position: relative;
        padding-bottom: 15px;
        }

        .footer .share {
            margin: 0;
            padding: 17px 3.125%;
            position: absolute;
            padding-bottom: 0;
            width: 100%;
            top: 0;
            left: 0;
            border-bottom: 1px solid #3381bd;
        }

        .footer .footer-logo {
            float: none;
            width: 100%;
               margin: 143px  0 0;
    height: 55px;
        }
        
            .footer .footer-logo img {
                height: 100%;
                width: auto;
            }

       .footer .addr {
    float: none;
    margin-left: 0;
    margin-top: 10px;
}

        .footer .copylight {
            height: auto;
            background-color: #00579a;
            border-bottom: 2px solid #f8b62c;
            padding: 0 3.125%;
            width: auto;
            line-height: 18px;
            text-align: left;
            overflow: hidden;
        }

            .footer .copylight p {
                margin-top: 8px;
            }
            .footer .copylight p a{
                display: block;
            }
            .whj_jqueryPaginationCss-1>div, .whj_jqueryPaginationCss-1>input{
                    float: none;
    display: inline-block;
            }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    /*footer*/
    .footer .footer-main {
            width: 100%;
            height: 180px;
                margin: 0 auto;
        }
.footer .footer-logo {
    width: 230px;
    margin-left: 15px;
}
.footer .addr {
    margin-left: 15px;
}
.footer .share {
    margin-left: 10px;
    width:auto;
}
.footer .share a {
    margin-right: 10px;
}
.footer .copylight {
    width: 100%;
}
.share_a {
    width: 55px;
    float: left;
}
    /*.footer {
        height: 280px;
        background-image: url(../images/pad-footer-1.png), url(../images/pad-footer-2.png);
        background-position: 0 0,right 0;
        background-repeat: no-repeat;
        background-color: #0062ad;
    }

        .footer .footer-main {
            width: auto;
            overflow: hidden;
            *zoom: 1;
            height: 230px;
            padding: 0 24px;
            position: relative;
        }

        .footer .footer-logo {
                float: none;
    width: 100%;
    margin: 105px 0 0;
    height: 55px;
        }

            .footer .footer-logo img {
                height: 100%;
                width: auto;
            }

        .footer .share {
            margin: 0;
            position: absolute;
            float: none;
            right: 0;
            top: 0;
        }
            .footer .share_more.share{
    margin-top:5px;
    padding-top:10px;
        margin: 0;
    padding: 17px 3.125%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #3381bd;
}

          .share_more  .share_a{
                width:120px;
            }

        .footer .addr {
            width: 100%;
            position: relative;
            top: 0;
            left: 0;
            margin: 0;
            padding: 20px 24px 0;
            height: 72px;
            overflow: hidden;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            border-top: 0px solid #1a7ec0;
        }

            .footer .addr div {
                float: left;
                width: 50%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
            }

            .footer .addr .addr1 {
                padding-right: 24px;
            }

            .footer .addr .addr2 {
                margin-top: 0;
                padding-left: 24px;
            }*/





        .footer .copylight {
            height: 50px;
            line-height: 54px;
            text-align: left;
            background-color: #00579a;
            border-bottom: 4px solid #f8b62c;
            padding: 0 24px;
            width: auto;
            text-align:center;
        }
}

@media all screen and (max-width: 990px) {
        .mobile_search {
        display: block;
    }
}

.bd.clear {
    min-height: 200px;
}
#div_releasehistory_paginator div.m-pagination-size{display:none !important;}
.rg-lg{ padding: 5px 18px!important;margin-right: 5px!important;}


@media all screen and (max-width: 530px) {
.footer .footer-logo{
        margin: 165px 0 0;
}
.footer{
        height: auto;
}
.whj_jqueryPaginationCss-1>div, .whj_jqueryPaginationCss-1>input{
    float: none;
    display: inline-block;
}
.footer .copylight p a {
    display: block;
}
}